* {
    font-family: 'Montserrat', sans-serif;
}

.hidden{
    display:none !important;
}
.bg-warning-high {
    background: #ff8303 !important;
    color:#fff;
}
a {
    text-decoration: none;
}

.app-header {
    height: 70px !important;
}

.breadcrumb {
    background: #fff !important;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
}

input, select, textarea {
    max-width: 100% !important;
}

@media print {
    .non-printable {
        display: none !important;
    }

    .printable {
        display: block !important;
    }
}

.text-black {
    color: #625f5f;
}

.form-control {
    border: 2px solid #cbcfd3 !important;
    border-radius: 0 !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.app-body {
    min-height: 93.4vh;
}

.hidden {
    display: none;
}

.profile-nav-container {
    width: 150px;
}

@media only screen and (max-width: 600px) {
    .hidden-sm {
        display: none;
    }

    .dataTables_info, .dataTables_length {
        display: none;
    }
    .profile-nav-container {
        width:50px;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}
/*============DATA TABLE CUSTOM CSS============*/
.table th {
    border-top: none !important;
    color: #858585;
    font-size: 13px;
    padding-bottom: 13px;
}

.table td {
    vertical-align: middle !important;
    font-size: 13px;
}

.table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-bottom: 15px;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate, .paging_simple_numbers {
    font-size: 12px;
}

.paging_simple_numbers, .dataTables_filter {
    float: right
}
/*====TOASTER CUSTOM CSS*/
.toast {
    font-size: 12px;
}

#toast-container > .toast-success {
    background-image: none !important;
}

#toast-container > .toast-error {
    background-image: none !important;
}

/*========TABLE OPTION BUTTONS=========*/
.option-btn {
    color: #858585 !important;
    cursor: pointer;
    padding: 8px 15px;
    background: #f7f7f7;
    border-radius: 3px;
    transition: background 0.5s;
}

    .option-btn:hover {
        color: #6f6f6f;
        background: #e9e7e7;
    }

.option-btn-items .dropdown-item {
    border-bottom: none !important;
    color: #555454 !important;
    padding: 10px 20px !important;
    cursor: pointer;
    transition background 0.9s;
}

    .option-btn-items .dropdown-item:hover {
        background: #dedede;
    }

    .option-btn-items .dropdown-item .fa {
        margin-left: 15px;
    }

/*=====MAIN=====*/
.main {
    position: relative;
    background: #ebedef;
    max-height: calc(100vh - 55px) !important;
    overflow-y: auto;
}

    .main::-webkit-scrollbar {
        width: 5px;
    }

    .main::-webkit-scrollbar-track {
        background: #fff;
    }

    .main::-webkit-scrollbar-thumb {
        background: #a9a9a9;
        border-radius: 10px;
        margin-top: 75px;
    }

.container-fluid {
    margin-top: 65px;
}
/*====SIDE BAR=====*/
.sidebar {
    max-height: calc(100vh - 70px) !important;
}

::-webkit-scrollbar {
    width: 5px;
}

.sidebar-minimized .sidebar .sidebar-nav {
   /* overflow: scroll !important;*/
}
/*Nav Link Header*/
header .nav-link {
    padding: 5px 15px !important;
    border-radius: 5px;
    transition: background 0.5s linear;
}
header .nav-link:hover {
    background: #e1e1e1;
}
.nav-link-no-hover:hover {
    background: #262a2e !important;
}
/* Track */
::-webkit-scrollbar-track {
    background: #2f353a;
}

::-webkit-scrollbar-thumb {
    background: #22262a;
}

.sidebar .nav-link {
    font-size: 11px;
}
/*===============BREADCRUMS=============*/
.breadcrumb {
    position: fixed !important;
    z-index: 2;
    width: 100%;
    padding: 15px !important;
}

.mainPageTitle a, .subTitle {
    padding: 5px 10px !important;
    transition: background 0.2s;
    cursor: pointer;
}

    .mainPageTitle a:hover, .subTitle:hover, .subTitle a:hover {
        text-decoration: none;
        background: #e0e0e0;
        border-radius: 5px;
    }
/*====MOBILE VIEW=====*/
@media (max-width: 991.98px) {
    .app-header {
        top: 0;
    }

    .app-body {
        margin-top: 0 !important;
    }

    .container-fluid {
        overflow: hidden;
    }
    .breadcrumb{
        margin-top:65px;
    }
    .logo{
        margin-top: 1rem !important;
    }
    .container{
        margin-top:70px;
    }
}



@media (max-width: 991.98px) .app-body {
    /* margin-top: 55px; */
}
/*========SELECT 2======**/
/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #858585 !important;
    border-radius: 0 !important;
}

[class^='select2'] {
    border-radius: 0px !important;
    border-color: #858585 !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
    font-size: 13px;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 0;
}

.select2-selection {
    border-color: #cbcfd3 !important; /* example */
}



/*MUI BUTTON*/
.mui-btn-primary {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 118, 210);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

    .mui-btn-primary:hover {
        text-decoration: none;
        background-color: rgb(21, 101, 192);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    }


.mui-btn-outline:hover {
    text-decoration: none;
    background-color: rgba(25, 118, 210, 0.04);
    border: 1px solid rgb(25, 118, 210);
}


.mui-btn-outline {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    padding: 5px 15px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(25, 118, 210, 0.5);
    color: rgb(25, 118, 210);
}

    .mui-btn-outline:focus {
        outline: none;
    }

.mui-btn-default {
    border-color: #BFC0C0 !important;
    color: #BFC0C0 !important;
}

.mui-button {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #0066da;
    color: #0066da;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#button-3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    #button-3 a {
        position: relative;
        transition: all .3s ease-Out;
        color: #0066da;
        font-weight: bold;
    }

#circle {
    width: 0%;
    height: 0%;
    opacity: 0.2;
    line-height: 40px;
    border-radius: 50%;
    background: #0066da;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}

#button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: .8;
    top: -70px;
    left: -70px;
}

#button-3:hover a {
    color: #2D3142;
    text-decoration: none;
    color: #fff;
}
