/* ---------------------------------------------------
    GENERAL STYLES
----------------------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, 'sans-serif';
    color: #000000;
    background-color: #fdfdfd;
    font-weight: 400;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    line-height: 15px;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    letter-spacing: -1.5px;
    font-weight: lighter;
    line-height: 48px;
}

h2 {
    font-size: 31px;
    letter-spacing: -0.5px;
    font-weight: lighter;
    line-height: 40px;
}

h3 {
    font-size: 25.92px;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 32px;
}

h4 {
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: normal;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 28px;
}

h6 {
    font-size: 14.99px;
    letter-spacing: 0.15px;
    font-weight: normal;
    line-height: 24px;
}

p,
a {
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: normal;
    line-height: 20px;
}

    a:not(.link) {
        color: #2e2e2e;
        text-decoration: none !important;
    }

        a:not(.link):hover {
            color: #000000;
            text-decoration: none;
        }

        a:not(.link):active,
        a:not(.link):focus {
            color: #000000;
            text-decoration: none;
        }

.title {
    font-weight: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    line-height: 10px;
}

.subtitle {
    font-weight: normal;
    text-transform: initial;
    letter-spacing: 0.15px;
    line-height: 10px;
    color: #333333;
}

/* ---------------------------------------------------
    FONTS VARIANTS 
----------------------------------------------------- */
.text-roboto {
    font-family: Roboto, 'sans-serif';
}

.text-poppins {
    font-family: Poppins, 'sans-serif';
}

.text-primary {
    color: #004571 !important;
}

.text-secondary {
    color: #e57200 !important;
}

.text-red {
    color: #e93b2f;
}

.rating {
    font-size: 16px;
}

/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */
.bg-primary {
    background-color: #004571 !important;
}

.bg-secondary {
    background-color: #e57200 !important;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-12 {
    border-radius: 12px !important;
}

.md-18 {
    font-size: 18px;
}

.md-48 {
    font-size: 48px;
}

.md-68 {
    font-size: 68px;
}

/* ---------------------------------------------------
    COMPONENTS STYLES
----------------------------------------------------- */
/* ---------------------------------------------------
    NAVBAR
----------------------------------------------------- */
.navbar {
    background-color: #ffffff !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 999;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e57200;
    font-family: Poppins, 'sans-serif';
}

.navbar a:hover {
    background-color: #bebebe1c;
    border-radius: 8px;
}

.dropdown-menu {
    /* 5dp */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border: none;
    z-index: 999;
    border-radius: 8px;
}

.dropdown-item {
    text-transform: none;
    font-size: 14px;
    color: #505050;
}

    .dropdown-item:hover {
        color: #000000 !important;
        text-decoration: none;
        background-color: #bebebe1c !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        color: #000000 !important;
        text-decoration: none;
        background-color: #9797971c !important;
    }

i.material-icons {
    vertical-align: middle;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #004571;
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

/* ---------------------------------------------------
    CARD
----------------------------------------------------- */
.card:not(.filer-card) {
    border-radius: 8px;
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

    .card:not(.filer-card):hover {
        /* 8dp */
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

    .card-footer:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.card-img-top {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-square {
    border-radius: 0px;
}

.card-round {
    border-radius: 50px;
}

.card-outline {
    box-shadow: none !important;
    border: 1px solid #dadce0;
}

.card-static-elevation {
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

    .card-static-elevation:hover {
        /* 1dp */
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    }




/*@media (min-width: 576px)
.form-inline label {

   justify-content: left;
 
}*/

.form-inline label {
    justify-content: left !important;
}
/* ---------------------------------------------------
    BUTTONS STYLES
----------------------------------------------------- */
.btn {
    padding: 8px;
    font-family: Roboto, 'sans-serif';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08929em;
    /*height: 36px;*/
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
    border-style: none;
    text-transform: uppercase;
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    /*display: inline-flex;*/
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

    .btn:not(.dropdown-toggle) {
        margin: 4px;
    }

    .btn:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

.btn-sm {
    padding: .15rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    margin: 1px !important;
}

.btn-round {
    border-radius: 25px !important;
    display: inline-flex;
    padding: 10px;
}


/* ---------------------------------------------------
    PRIMARY BUTTONS
----------------------------------------------------- */
.btn-primary {
    background-color: #0774a6;
    color: #ffffff;
    border: none !important;
}

    .btn-primary:hover {
        background-color: #076493;
        color: #ffffff;
    }

    .btn-primary:focus,
    .btn-primary:active {
        background-color: #004671 !important;
        color: #ffffff !important;
    }

.btn-secondary {
    background-color: #eb8203;
    color: #000000;
    border: none !important;
}

    .btn-secondary:hover {
        background-color: #e57300;
        color: #000000;
    }

    .btn-secondary:focus,
    .btn-secondary:active {
        background-color: #dc5a00 !important;
        color: #000000 !important;
    }

.btn-link {
    color: #0774a6 !important;
    background-color: transparent;
    box-shadow: none;
}

    .btn-link:hover {
        box-shadow: none;
        color: #076493 !important;
        background-color: #0f0d921c;
        text-decoration: none;
    }

    .btn-link:active,
    .btn-link:focus {
        box-shadow: none;
        color: #004671 !important;
        background-color: #1310b82c;
        text-decoration: none;
    }

.btn-link-light {
    color: #000 !important;
    background-color: transparent;
    box-shadow: none;
}

    .btn-link-light:hover {
        box-shadow: none;
        color: #c9ccff !important;
        background-color: #0f0d921c;
        text-decoration: none;
    }

    .btn-link-light:active,
    .btn-link-light:focus {
        box-shadow: none;
        color: #c9ccff !important;
        background-color: #1310b82c;
        text-decoration: none;
    }

/* ---------------------------------------------------
    LIGHT BUTTONS
----------------------------------------------------- */
.btn-light {
    background-color: #ffffff;
    color: #000 !important;
}

.btn-primary-light {
    background-color: #dff2f8;
    color: #004671;
    border: none;
}

    .btn-primary-light:hover {
        background-color: #afdded;
        color: #004671;
    }

    .btn-primary-light:focus,
    .btn-primary-light:active {
        background-color: #7dc7e0 !important;
        color: #004671 !important;
    }

.btn-secondary-light {
    background-color: #fdf4e1;
    color: #dc5a00;
    border: none;
}

    .btn-secondary-light:hover {
        background-color: #fbe1b4;
        color: #dc5a00;
    }

    .btn-secondary-light:focus,
    .btn-secondary-light:active {
        background-color: #f9cf83 !important;
        color: #dc5a00 !important;
    }

.btn-success-light {
    background-color: #e3ffeb;
    color: #268c46;
    border: none;
}

    .btn-success-light:hover {
        background-color: #c7fbd5;
        color: #268c46;
    }

    .btn-success-light:focus,
    .btn-success-light:active {
        background-color: #abf6bf !important;
        color: #268c46 !important;
    }

.btn-warning-light {
    background-color: #fdfcb8;
    color: #a73d00;
    border: none;
}

    .btn-warning-light:hover {
        background-color: #faf88d;
        color: #a73d00;
    }

    .btn-warning-light:focus,
    .btn-warning-light:active {
        background-color: #f8f463 !important;
        color: #a73d00 !important;
    }

.btn-danger-light {
    background-color: #ffe3e3;
    color: #a70c00;
    border: none;
}

    .btn-danger-light:hover {
        background-color: #f6bcb9;
        color: #a70c00;
    }

    .btn-danger-light:focus,
    .btn-danger-light:active {
        background-color: #d68172 !important;
        color: #a70c00 !important;
    }

/* ---------------------------------------------------
    OUTLINE BUTTONS
----------------------------------------------------- */
.btn-primary-outline {
    background-color: #ffffff;
    color: #0009ca;
    border: 1px solid #0009ca;
    box-shadow: none;
}

    .btn-primary-outline:hover {
        background-color: #ebebeb;
        color: #0009ca;
        border: 1px solid #0009ca;
        box-shadow: none;
    }

    .btn-primary-outline:focus,
    .btn-primary-outline:active {
        background-color: #c9ccff !important;
        color: #0009ca !important;
        border: 1px solid #0009ca !important;
        box-shadow: none;
    }

/* ---------------------------------------------------
    BACK TO TOP
----------------------------------------------------- */
#backTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fdc726;
    color: #000000;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* 6dp */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

    #backTop:hover {
        background-color: #fcae1b;
        /* 7dp */
        box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    }

    #backTop:active,
    #backTop:focus {
        background-color: #fa8503;
        /* 7dp */
        box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    }

/* ---------------------------------------------------
    RIPPLE
----------------------------------------------------- */
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

    .ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, #ffffff 10%, transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(20, 20);
        opacity: 0;
        transition: transform .4s, opacity 1s;
    }

.ripple-dark:after {
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}

/* ---------------------------------------------------
    BADGES STYLES
----------------------------------------------------- */
.badge {
    border-radius: 25px;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
}

.badge-primary {
    background-color: #e9e9fe;
    color: #0000be;
}

.img-carousel {
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/* ---------------------------------------------------
    ALERTS
----------------------------------------------------- */
.alert {
    border-radius: 4px;
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.alert-snackbar {
    background-color: #3a3a3a;
    color: #f0f0f0;
    bottom: 0;
    position: fixed;
    width: 50%;
    z-index: 998;
    animation-name: zoomIn;
    animation-duration: 0.6s;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip .arrow {
    display: none;
}

.tooltip .tooltip-inner {
    background-color: #3a3a3a;
    color: #f0f0f0;
    opacity: 1.0;
    animation-name: zoomIn;
    animation-duration: 0.2s;
}

/* ---------------------------------------------------
    MODAL 
----------------------------------------------------- */
.modal-content {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.modal-header {
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-title {
    font-weight: bold;
}

.modal-footer {
    border-top: 1px solid #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* ---------------------------------------------------
    FORM-CONTROL 
----------------------------------------------------- */
.form-control:not(textarea) {
    height: unset !important;
}

.form-control-material {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-bottom: 1px solid #9e9e9e;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

    .form-control-material:hover {
        background-color: #eeeeee;
        border: 1px solid #eeeeee;
        border-bottom: 1px solid #000000;
    }

    .form-control-material:focus,
    .form-control-material:active {
        background-color: #d1d1d1;
        border: 1px solid #d1d1d1;
        border-bottom: 2px solid #e57200;
        box-shadow: none;
    }

.form-material-no-border {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* ---------------------------------------------------
    SELECT 2 
----------------------------------------------------- */
.select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 4px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ececec;
    color: #000000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default .select2-selection--single {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-bottom: 1px solid #9e9e9e;
    height: calc(1.5em + .75rem + 2px);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 2.5;
    }

.select2-results__option {
    padding: 10px;
    user-select: none;
    -webkit-user-select: none;
}

/* ---------------------------------------------------
    CHECKBOX 
----------------------------------------------------- */
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

label::before {
    border: #545454 solid 1px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #000000 !important;
    border-color: #1e3ae5;
    background-color: #1e3ae5;
}


/* ---------------------------------------------------
    SWITCH 
----------------------------------------------------- */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 14px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b3b3b3;
    -webkit-transition: .2s;
    transition: .2s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 0px;
        bottom: -2px;
        background-color: #fff;
        -webkit-transition: .2s;
        transition: .2s;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

input:checked + .slider {
    background-color: #8fdf9e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #8fdf9e;
}

input:checked + .slider-red {
    background-color: #ffa68f;
}

input:focus + .slider-red {
    box-shadow: 0 0 1px #ffa68f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background-color: #00ad24;
}

input:checked + .slider-red:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background-color: #ff3c1e;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* ---------------------------------------------------
    PAGINATION STYLES
----------------------------------------------------- */
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #004571;
    border-color: #004571;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0009ca;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* ---------------------------------------------------
    TABLES  
----------------------------------------------------- */
table {
    font-size: 12px;
}

    table th {
        font-weight: 500;
        letter-spacing: 1.25px;
        font-size: 14px;
        color: #757575;
    }

/* ---------------------------------------------------
    SECTION STYLES
----------------------------------------------------- */
.bg-header {
    background: linear-gradient(rgba(40, 40, 40, 0.2), rgba(40, 40, 40, 0.2)), url(../img/cappuccino.jpg);
    background-size: cover;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    max-height: 250px;
    background-position: center;
}

.section-wave {
    background: url('../img/svg/wave.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    padding-top: 20px;
}

/* ---------------------------------------------------
    ANIMATIONS STYLES
----------------------------------------------------- */
/* KEYFRAMES */
@media (min-width: 992px) {
    .animate {
        animation-duration: 0.2s;
        -webkit-animation-duration: 0.2s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .animate-sm {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .animate-md {
        animation-duration: 1.0s;
        -webkit-animation-duration: 1.0s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.animation-spin {
    animation-name: spin;
    animation-direction: normal;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.h-md-100 {
    height: 85vh;
}


/* ---------------------------------------------------
    MEDIA QUERIES STYLES
----------------------------------------------------- */
/* On screens that are 992px or less*/
@media screen and (max-width: 992px) {

    .navbar-nav .nav-link {
        border-bottom: none;
        padding: 10px;
        font-size: 12px;
    }

    .navbar-nav .active > .nav-link {
        border-bottom: none;
    }

    .navbar-nav .nav-link:hover {
        border-bottom: none;
    }

    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:active {
        border-bottom: none;
    }

    /* SNACKBAR */
    .alert-snackbar {
        width: 80%;
    }
}

/* On screens that are 600px or less*/
@media screen and (max-width: 600px) {

    .navbar-nav .nav-link {
        border-bottom: none;
        padding: 10px;
        font-size: 12px;
    }

    .navbar-nav .active > .nav-link {
        border-bottom: none;
    }

    .navbar-nav .nav-link:hover {
        border-bottom: none;
    }

    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:active {
        border-bottom: none;
    }

    .btn-block-auto {
        width: 100%;
    }

    /* SNACKBAR */
    .alert-snackbar {
        width: 80%;
    }
}

*:not(.selector) > .bootstrap-select {
    width: 220px;
}

    *:not(.selector) > .bootstrap-select > .btn {
        width: 400px;
        padding-right: 25px;
    }

.error .bootstrap-select .btn {
    border: 1px solid #b64645;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu dt {
        display: block;
        padding: 3px 20px;
        cursor: default;
    }

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

    .bootstrap-select.btn-group .dropdown-menu li > a.opt {
        position: relative;
        padding-left: 35px;
    }

    .bootstrap-select.btn-group .dropdown-menu li > a {
        cursor: pointer;
    }

    .bootstrap-select.btn-group .dropdown-menu li > dt small {
        font-weight: normal;
    }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 11px;
    font-size: 11px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #FFFFFF;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bootstrap-select.btn-group .no-results {
    padding: 8px;
    background: #f5f5f5;
    border-top: 1px solid #E5E5E5;
    margin-top: 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
    padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bootstrap-select-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}
/* EOF BOOTSTRAP SELECT */

.table th, .table td {
    vertical-align: middle !important;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1055; /* above modal backdrop (1050) */
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
}

/* DROP DOWN */
.dropdown-menu {
    font-size: 12px;
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5E5E5;
    padding: 0px;
    margin: 8px 0px 0px;
}

    .dropdown-menu > li > a {
        padding: 8px 15px;
        border-bottom: 1px solid #E9E9E9;
        line-height: 20px;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: 0px;
    }

    .dropdown-menu:after,
    .dropdown-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #FFF;
        border-width: 5px;
        margin-left: -5px;
    }

    .dropdown-menu:before {
        border-color: rgba(229, 229, 229, 0);
        border-bottom-color: #E5E5E5;
        border-width: 6px;
        margin-left: -6px;
    }

.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
    display: none;
}

.dropdown-header {
    padding: 10px 15px;
    border-bottom: 1px solid #E5E5E5;
    color: #777;
}

.dropdown-menu .fa {
    margin-right: 5px;
}

.dropdown-menu .divider {
    background: #F5F5F5;
    margin: 0px;
    padding: 15px 0px 0px;
    border-bottom: 1px solid #E5E5E5;
}
/* EOF DROP DOWN */

/*loader*/
#contenedorLoading {
    font-weight: 900;
    background-color: #b1b1b1;
    width: calc(100% - 250px);
    opacity: .6;
    display: grid;
    place-content: center;
    height: 100vh;
    color: #000;
    position: fixed;
    z-index: 1000;
    right: 0;
}

.LoadingText {
    position: relative;
    color: rgb(11 71 115);
    margin-top: 2em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ruedaCarga {
    border: 10px solid rgb(255 117 3);
    border-radius: 50%;
    border-left-color: transparent;
    width: 80px;
    height: 80px;
    animation: giro 1s linear infinite;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.5em;
}

.selector .bootstrap-select .btn {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: unset !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    box-shadow: none !important;
    text-transform: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

    .selector .bootstrap-select .btn.disabled {
        background-color: #e9ecef !important;
        opacity: 1;
    }

        .selector .bootstrap-select .btn.disabled:focus {
            border: 1px solid #ced4da !important;
            box-shadow: none !important;
        }

        .selector .bootstrap-select .btn.disabled:hover {
            cursor: default !important;
        }

    .selector .bootstrap-select .btn:focus,
    .selector .bootstrap-select .dropdown-toggle:focus {
        border-color: #80bdff !important;
        outline: 0 !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    }

.selector .bootstrap-select .dropdown-menu {
    font-size: 1rem !important;
}

.selector .bootstrap-select {
    width: 100% !important;
}

    .selector .bootstrap-select .dropdown-toggle {
        width: 100% !important;
    }

    .selector .bootstrap-select .dropdown-menu {
        width: 100% !important;
        min-width: 100% !important;
    }

        .selector .bootstrap-select .dropdown-menu .inner {
            white-space: normal;
        }

.select-estatus {
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 12px 12px;
    padding-left: 1.5rem;
    background-origin: content-box;
    background-clip: padding-box;
}

li.dropdown-header[class*="optgroup-"] {
    /*    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;*/
}

.jFiler-input-dragDrop {
    background: #fafafa;
    border: 2px dashed #ddd;
    transition: background .3s, border-color .3s;
    margin: 0 auto 25px auto;
    width: 100%;
    border-radius: .5rem;
}

    .jFiler-input-dragDrop.border-primary {
        background: #fff !important;
        border-color: #007bff !important;
    }

.upload-icon {
    font-size: 48px;
    color: #2e7ed3;
}

.upload-text {
    font-weight: 500;
}

.jFiler-input-choose-btn.btn {
    margin-top: .5rem;
}

.jFiler-items-list .jFiler-item {
    list-style: none;
    margin-bottom: .75rem;
}

.filer-card {
    border: 1px solid #e9ecef;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

    .filer-card .card-body {
        padding: .5rem;
        display: flex;
        align-items: center;
    }

.jFiler-item-thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: .25rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .jFiler-item-thumb img {
        max-width: 100%;
        max-height: 100%;
    }

.progress {
    height: 4px;
    background: #e9ecef;
    margin-top: .5rem;
    flex: 1;
}

.progress-bar {
    background-color: #007bff !important;
    transition: width .4s ease;
}

.jFiler-item-trash-action {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    padding: .25rem;
    margin-left: .75rem;
}

    .jFiler-item-trash-action .material-icons {
        font-size: 1.2rem;
        color: #dc3545;
    }

    .jFiler-item-trash-action:hover .material-icons {
        color: #bd2130;
    }

.jFiler-items-grid .jFiler-item {
    float: none;
}

.filer-card .card-body .file-info {
    min-width: 0;
    overflow: hidden;
}

.filer-card .card-body .file-name {
    margin: 0;
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filer-card .card-body {
    display: flex !important;
}

.sticky-header-table {
    border-collapse: separate !important;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

    .sticky-header-table thead {
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: white;
        border-bottom: 1px solid #dee2e6;
    }

        .sticky-header-table thead th {
            background: inherit;
        }

.dropdown-menu:after,
.dropdown-menu:before {
    display: none;
}

.status-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 0.5em;
    vertical-align: middle;
}

table.dataTable td.expand {
    width: 100%;
    white-space: nowrap;
}

table.dataTable td.shrink {
    width: 1%;
}

.dropdown-menu.show .inner.show {
    width: 100%;
}

.btn.actions-btn.bs-select-all, .btn.actions-btn.bs-deselect-all {
    box-shadow: unset;
    border: 1px solid lightgray;
    font-weight: 400;
}

.selector .bootstrap-select .dropdown-menu .no-results {
    font-size: 12px;
}

table .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

table .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

table .full-user-list {
    font-size: 0.85rem;
    background-color: #f1f1f1;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 5px;
    max-width: 100%;
    width: fit-content;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.table-responsive.small-search .dataTables_filter input[type="search"] {
    width: 100px !important;
}

.modal-body .dataTables_wrapper {
    padding: 0;
}

.bootstrap-select .dropdown-menu li.selected.active {
    min-width: 100%;
    width: fit-content !important;
}

.bootstrap-select .dropdown-menu li:hover {
    min-width: 100%;
    width: fit-content !important;
}

table.table-bordered.dataTable tr:not(:first-child) th:last-child,
table.table-bordered.dataTable tr:not(:first-child) td:last-child {
    border-right: 1px solid #dee2e6;
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1500px) {
    .modal-xxl {
        max-width: 1440px;
    }
}

@keyframes giro {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 769px) {
    #contenedorLoading {
        background-color: #b1b1b1;
        width: 100%;
        opacity: .6;
        display: grid;
        place-content: center;
        height: 100vh;
        color: #000;
        position: fixed;
        z-index: 1000;
        right: 0;
    }
}
