/*MENU*/
@font-face {
    font-family: Titilium;
    src: url(../fonts/TitilliumWeb-Regular.ttf);
}

:root {
    --sf-strong-blue-color: #081F36;
    --sf-light-blue-color: #0B2A4A;
    --sf-strong-gray-color: #DDDDDD;
    --sf-light-gray-color: #E0E0E0;
    --sf-gray-color-icon: #B8BDC0;
    --sf-sky-blue-color-: #4EB8CE;
    --sf-gray-strong-color-: #575757;
    --sf-gray-sky-color-: #8d8d8d;
    --sf-gray-base-color-: #222729;
}

* {
    font-family: Titilium;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow: hidden;
}

.btn-blue {
    background: var(--sf-light-blue-color) !important;
    color: #fff !important;
}

    .btn-blue:hover {
        background: var(--sf-strong-blue-color) !important;
        color: #fff !important;
    }

.btn-gray {
    background: var(--sf-light-gray-color) !important;
    color: #000;
}

    .btn-gray:hover {
        background: var(--sf-strong-gray-color) !important;
        color: #000;
    }

.sf-sidenav {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 2;
    left: 0;
    /* background-color: #111; */
    overflow-x: auto;
    transition: .5s;
    background: #081f36;
    top: 6.7em;
    padding-top: 10px;
    padding-bottom: 75px;
    text-align: center;
}

    .sf-sidenav .icon-footer {
        color: white;
        bottom: 150px;
        font-size: 30px;
        animation-duration: 0.8s;
        right: 10px;
    }

    .sf-sidenav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .sf-sidenav::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .sf-sidenav::-webkit-scrollbar-thumb {
        background-color: #2fa6bf;
        border-radius: 5px;
        /*border: 2px solid #555555;*/
    }


.sf-sidenav-hr {
    border: 0;
    border-top: 1px dashed #00bed5;
    text-align: center;
}

    .sf-sidenav-hr:after {
        content: '\002702';
        display: inline-block;
        position: relative;
        top: -13px;
        padding: 0 3px;
        background: #fff;
        color: #00bed5;
        font-size: 18px;
    }

.sf-navbar-login-pestana > a {
    width: 235px;
    z-index: 2;
    position: absolute;
    top: -30px;
    left: 20px;
}

.sf-navbar-nav {
    height: 50px;
    /* height: 50%; */
    display: flex;
    justify-content: space-between;
    /*background: #0B2A4A;*/
    background: radial-gradient(circle, rgba(11,42,74) 80%, rgba(11,42,74, 0.9) 90%, rgba(255,255,255,0) 100%);
    /* width: 100vw; */
    margin: 0px;
    padding: 0px 30px;
    padding-top: 9px;
}

    .sf-navbar-nav li a {
        color: #6DAFC6;
        font-size: 18px;
        font-weight: 100;
        line-height: 18px;
    }

        .sf-navbar-nav li a:hover, .sf-navbar-nav li a:focus {
            color: #DFDFDF;
            background-color: inherit;
        }

    .sf-navbar-nav li form a {
        position: relative;
        display: block;
        padding: 0px 5px;
        padding-top: 15px;
        /*padding-bottom: 15px;*/
    }

    .sf-navbar-nav li a:hover {
        text-decoration: none;
        /* background-color: #081f36;*/
        color: #DFDFDF;
    }

    .sf-navbar-nav li:hover {
        text-decoration: none;
        /*background-color: #081f36;*/
    }

    .sf-navbar-nav li a span {
        color: #a4a3a3;
        font-size: 20px;
    }

.navbar-inverse .navbar-nav > li > form > a {
    color: #9d9d9d;
    font-size: 21px;
}

.sf-navbar-icon-notification .sf-navbar-icon-notification-icon {
    font-size: 18px;
}

.sf-brand {
    display: none;
    /*position: absolute;*/
    left: 0;
    right: 0;
}

.sf-navbar-img {
    padding: 10px;
    margin-top: 0px;
    /*background: #0B2A4A;*/
    width: 170px;
    transform: translate(-50%,-50%);
    background: radial-gradient(circle, rgba(11,42,74) 80%, rgba(11,42,74, 0.9) 90%, rgba(255,255,255,0) 100%);
}

/*HACE QUE EL MODAL section SOBREPONGA AL NAVBAR*/
/*.dx-overlay-wrapper {
    z-index: 1505 !important
}*/

.popup {
   /* height: 90% !important;*/
}

/*-----------SEGUNDO NAVBAR GRIS-----------*/
.sf-navbar-2 li a {
    color: #002b49;
    height: 37px;
    padding-top: 11px;
    font-size: 15px;
}

    .sf-navbar-2 li a:hover {
        color: #36b0c9;
        background-color: transparent
    }

    .sf-navbar-2 li a:active, .sf-navbar-2 li a:focus {
        background-color: transparent
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.divider-vertical {
    height: 40px; /* any height */
    border-left: 1px solid gray; /* right or left is the same */
    float: left; /* so BS grid doesn't break */
    opacity: 0.5; /* optional */
}

.dropdown-divider {
    height: 0;
    margin: 0.7rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-itemStyle {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 3px;
}

    .dropdown-itemStyle:hover, .dropdown-itemStyle:focus {
        color: #fff;
        text-decoration: none;
        background-color: #36b0c9;
    }

    .dropdown-itemStyle.active, .dropdown-itemStyle:active {
        color: #fff;
        text-decoration: none;
        background-color: #d36c1e;
    }

.hover:hover > a > label, .holi:focus > a > label {
    color: #fff;
}

.hover:hover {
    background-color: #36b0c9;
    border-radius: 3px;
}

.title {
    color: #002b49;
}

    .title:hover, .title:focus, .title:active {
        color: #fff;
    }

/*-----------FIN DE SEGUNDO NAVBAR-------------*/

/*-----------BTN AYUDA-------------*/
.help li a {
    color: #fff;
    background-color: #d36c1e;
    height: 40px;
    padding-top: 11px;
    font-size: 15px;
    border-radius: 15px;
    margin-left: 12px;
    margin-right: 12px;
}

    .help li a:hover, .help li a:active, .help li a:focus {
        background-color: #B86525
    }

/*-----------FIN BTN AYUDA-------------*/
.sf-active-notification {
    width: 7px;
    height: 7px;
    background: #F7CA18;
    position: absolute;
    border-radius: 100%;
    right: 12px;
    bottom: 20px;
}

.sf-dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    /*max-height: 70vh;*/
    /*overflow: auto;*/
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    .sf-dropdown-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .sf-dropdown-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .sf-dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #2fa6bf;
        border-radius: 5px;
        /*border: 2px solid #555555;*/
    }

.sf-dropdown-close-notifications {
    /*float: right;*/
    cursor : pointer;
    font-size: 10px !important;
    padding: 0 10px;
    color: blue !important;
}

.sf-dropdown-item {
    display: block;
    width: 100%;
    /*padding: 1.25rem 1.5rem;*/
    padding: 1.25rem 25px 1.25rem 10px;
    clear: both;
    font-weight: 400 !important;
    color: #212529 !important;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    margin-top: 0.25em;
    opacity: 0;
    background-color: rgba(92, 91, 87, 0.9);
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    position: relative;
    cursor: pointer;
}

    .sf-dropdown-item i {
        position: absolute;
        right: 10px;
    }

    .sf-dropdown-item span {
        font-size: 80% !important;
    }

.sf-dropdown-text {
    font-size: 12px;
}

.sf-dropdown-item dropdown-message {
    max-width: 300px !important;
    overflow: hidden;
    max-width: none;
    text-overflow: ellipsis;
}

.sf-dropdown-header {
    display: block;
    padding: 0px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    width: 50%;
}

.sf-dropdown-menu a:hover {
    text-decoration: none;
    background-color: #f1f1f1 !important;
}

.sf-close {
    cursor: pointer;
}

.sf-notification-Seen {
    background: #FEFEFE;
    opacity: 1;
}

.sf-notification-Success {
    background: #1BBC9B;
    opacity: 1;
}

.sf-notification-Warning {
    background: #F5D76E;
    opacity: 1;
}

.sf-notification-Alert {
    background: #F03434;
    opacity: 1;
}

.Success.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: #1BBC9B;
}

.Warning.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: #F5D76E;
}

.Alert.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: #F03434;
}

.sf-nav-img {
    width: 24px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 20px;
    margin-right: 15px;
    margin-top: 14px;
}

.sf-navbar-nav .sf.sf-icon-INTERFACE-WEB_CERRAR-SESION {
    font-size: 20px;
}
.switch input {
    display: none;
}


.sf-navbar-nav.navbar-nav > li > a {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

    .sf-navbar-nav.navbar-nav > li > a:hover {
        cursor: pointer;
    }
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6DAFC6;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 6px;
        bottom: 3.5px;
        background-color: #DFDFDF;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #6DAFC6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(31px);
}

/*------ ADDED CSS ---------*/
.slider:after {
    content: 'ES';
    color: #DFDFDF;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 48%;
    left: 52%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    text-rendering: optimizelegibility
}

input:checked + .slider:after {
    content: 'EN';
}

/*--------- END --------*/
.sf-content-main {
    transition: margin-left .5s;
    margin-bottom: 40px;
    padding: 10px 20px 35px 20px;
    /*width: 100%;*/
    /*padding-top: 55px;
    padding: 35px 30px 0 65px;*/
    /*margin-left: 50px;*/
    /*margin-top: 2.2em !important;*/
    /*Solucionar scroll*/
    overflow: auto;
}

    .sf-content-main::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .sf-content-main::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .sf-content-main::-webkit-scrollbar-thumb {
        background-color: #2fa6bf;
        border-radius: 5px;
        /*border: 2px solid #555555;*/
    }

.hideMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.hideMenu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.hideMenu::-webkit-scrollbar-thumb {
    background-color: #2fa6bf;
    border-radius: 5px;
    /*border: 2px solid #555555;*/
}

.navbar {
    margin-bottom: 0px !important;
}

.sf-footer {
    position: fixed;
    bottom: 0;
    height: 40px;
    background: #081f36;
    line-height: 40px;
    font-size: 10px;
    /*width: 100%;*/
    z-index: 1501;
    /*margin-left: -15px;*/
    margin-left: -20px;
}

    .sf-footer div p {
        color: #6DAFC6 !important;
    }

        .sf-footer div p a, .sf-footer div p a:hover, .sf-footer div p a:visited, .sf-footer div p a:active {
            color: #6DAFC6 !important;
            outline: none;
            text-decoration: none;
        }

.sf-navbar-login-pestana {
    width: 304px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 60px;
    background-image: url(../images/SF-Pestana.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.sf-navbar-login-pestana-evacuacion {
    width: 304px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    /*background-image: url(../images/SF-Pestana.png);
    background-repeat: no-repeat;
    background-size: contain;*/
}

.sf-sidenav nav ul {
    padding: 0px !important;
    text-align: left;
}

    .sf-sidenav nav ul li {
        display: block;
        min-height: 60px;
        /*max-height: 55px;*/
        /*line-height: 30px;*/
        padding: 10px 10px 0px 10px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.58), 0 3px 6px rgba(0,0,0,0.23);
        /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    }

        .sf-sidenav nav ul li:hover span, .sf-sidenav nav ul li:hover i {
            color: #00bed5;
        }

    .sf-sidenav nav ul .active {
        background: #05121d;
    }

    .sf-sidenav nav ul li span {
        display: block;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding-left: 35px;
        line-height: 40px;
        display: none;
        animation-duration: 0.8s;
        animation-name: expandLi;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        white-space: nowrap;
    }

.children {
    /*display: none;*/
    /*background: #05121d;
    position: absolute;
    width: 150%;
    z-index: 1000;
    margin-top: 5px;*/
    /*transition: all 2s linear !important;*/
    max-height: 0;
    transition: max-height .5s ease-out;
    overflow: hidden;
}

    .children li i {
        color: #002b49;
    }

    .children li a {
        color: #2587a2 !important;
        /*color: #002b49 !important;*/
    }

    .children li:hover i, .children li:hover a {
        color: #1cb0ca !important;
    }

nav ul li .children li {
    display: block;
    overflow: hidden;
    /*padding: 0px;*/
    /*margin-left: -9px;*/
    margin-left: 0px;
    margin-right: -13px;
}

.sf-sidenav ul li .children li:hover, .sf-sidenav ul li .children li:focus, .sf-sidenav ul li .children li:active, .sf-sidenav ul li .children li:visited {
    background: #05121d;
}

.sf-sidenav ul li:hover {
    cursor: pointer;
}

    .sf-sidenav ul li:hover > .children {
        /*display: block;*/
        max-height: 1000px;
        transition: max-height 1s ease-in;
    }

nav ul li .children {
    width: 100%;
    position: relative;
}

.sf-sidenav ul li .children li a {
    margin-left: 45px;
}

.sf-sidenav nav ul li .sf-caret {
    float: right;
    width: 0;
    margin: -20px 10px;
    position: absolute;
    color: white;
    right: 5px;
    display: none;
    /*float: right;
    margin: 20px 10px;
    position: absolute;
    right: 5px;*/
}

.sf-active {
    background: #05121d;
}

.sf-inactive {
    /*background: #081f36;*/
}

/* ICONOS DE MENÚ*/
.sf-sidenav-icon {
    color: #e3d5d5;
    font-size: 25px;
    line-height: 1.5 !important;
    position: absolute;
}


/* NAVBAR */
.sf-navbar-login {
    background: #0B2A4A !important;
    min-height: 66px;
    height: 66px;
    color: #DFDFDF;
    font-stretch: expanded;
    font-weight: bold;
    border: 0px !important;
    text-align: center;
    z-index: 1501;
    padding: 0px 15px;
    border-radius: 0px;
}

.sf-navbar-evacuation {
    background: linear-gradient(-45deg, #860200, #cc2200, #e24800, #cc2200, #860200);
    animation: gradientBG 5s ease infinite;
    background-size: 400% 400%;
    min-height: 55px !important;
    color: #FFFFFF;
    font-stretch: expanded;
    font-weight: bold;
    border: 0px !important;
    text-align: center;
    z-index: 1503;
    padding: 0px 15px;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/* NAVBAR GRAY*/
.sf-navbar-gray {
    /*padding-left :180px;*/
    background: #e6ebef !important;
    height: 40px;
    min-height: 40px !important;
    color: #002b49;
    font-stretch: expanded;
    border: 0px !important;
    z-index: 2;
    text-align: center;
    padding-left: 240px;
}

/*------------MODAL -----------------*/
@media (min-width: 768px) {
    .modal-dialog {
        width: 90% !important;
        margin: 30px auto;
    }
}


/*------------HOME----------------*/
.sf-background-image-up {
    background-image: url(../../Content/images/Smartflow_Iconos-31.png);
    width: 100%;
    height: 51%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: -15px;
    z-index: -1;
}

/*--------- BIENVENIDA --------*/

.sf-welcome {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-top: -35px;
    margin-left: -15px;
}

.sf-welcome-up {
    position: relative !important;
    width: 100%;
    height: 50%;
    background-image: url('../images/CONTROL PANEL 1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.sf-welcome-down {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
}

.sf-welcome-up img {
    position: absolute;
    /*right: 250px;  GÜERO
    width: 358px;*/
    right: 215px;
    width: 360px;
    bottom: 0;
    z-index: 1;
}

.sf-welcome-down img {
    position: absolute;
    /*right: calc(100% - 1570px);*/
    right: 230px;
    top: -65px;
    width: 355px;
    z-index: 1;
}


.sf-welcome-up-background {
    position: absolute;
    width: 845px;
    height: 390px;
    background: #00BED5;
    right: -5%;
    top: 50%;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    border-radius: 35px;
    z-index: 1;
}
/*------GUI-------*/
.btn-group-sm .btn-fab {
    position: fixed !important;
    right: 29px;
}

.btn-group .btn-fab {
    position: fixed !important;
    right: 50px;
}

#main {
    bottom: 50px;
}

/*-------- LOADER -------*/
.sf-loader-container,
.sf-aux-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: block;
    background: radial-gradient(ellipse at center, rgb(255 255 255 / 15%) 10%, rgb(37 37 37 / 70%) 90%);
}

.sf-loader,
.sf-aux-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
}

.sf-form-container {
    display: none;
    padding: 0px 10px 20px 10px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin-bottom: 15px;
    position: relative;
}

    .sf-form-container a {
        position: absolute;
        right: 7px;
        top: 2px;
        font-size: 17px;
        color: #0b2a4a;
        outline: none;
        text-decoration: none;
    }

.sf-form-container1 {
    display: none;
    padding: 15px 6px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin-bottom: 15px;
    position: relative;
}

    .sf-form-container1 a {
        position: absolute;
        right: 7px;
        top: 2px;
        font-size: 17px;
        color: #0b2a4a;
        outline: none;
        text-decoration: none;
    }
/*--------- ANIMCACIONES -------*/
@keyframes expandLi {
    from {
        width: 0;
    }

    to {
        width: 200px;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-----------  PANTALLA DE BIENVENIDA -----------*/
.sf-welcome-up-info-user {
    height: 105px;
    width: 515px;
    position: absolute;
    top: 141px;
    /*left: 50px;*/
    left: 5%;
    color: #fff;
}

.sf-welcome-up-info-user-cube {
    height: 105px;
    width: auto;
    position: absolute;
    color: #fff;
    padding: 30px 30px;
    line-height: 15px;
    /* text-align: center; */
    /* right: 0; */
    left: 135px;
}

    .sf-welcome-up-info-user-cube i {
        font-size: 50px;
        position: absolute;
        color: #00bed5;
    }

.sf-esquinero-1 {
    top: 0;
    left: 0;
}

.sf-esquinero-2 {
    top: 0;
    right: 0;
}

.sf-esquinero-3 {
    bottom: 0;
    left: 0;
}

.sf-esquinero-4 {
    bottom: 0;
    right: 0;
}

.sf-welcome-down-info-table-row {
    font-size: 10px;
    font-weight: bold;
    position: relative;
    padding: 0 !important;
    line-height: 10px;
    margin: 10px 0;
}

    .sf-welcome-down-info-table-row i {
        color: #32b1ca;
        font-size: 43px;
        position: absolute;
    }

    .sf-welcome-down-info-table-row p {
        margin-left: 45px;
        margin-top: 12px;
    }

.sf-welcome-down-info-link {
    font-size: 10px;
    font-weight: bold;
    position: relative;
    color: #082b49;
    padding: 0 !important;
    text-decoration: none;
}

.sf-carousel-content {
    padding: 25px 45px 10px 45px;
    font-size: 13px;
}

    .sf-carousel-content .sf-carousel-icon {
        font-size: 50px;
        position: absolute;
    }

.carousel-control {
    width: 10% !important;
}

.sf-welcome-down-info-carousel {
    margin-top: 60px;
    width: 420px;
    position: absolute;
    right: 200px;
}

    .sf-welcome-down-info-carousel .sf-slide {
        height: 90px;
    }

    .sf-welcome-down-info-carousel .carousel-indicators {
        position: absolute;
        bottom: 0;
        margin-bottom: 0px;
        text-align: right;
        left: 0;
        margin-left: 0;
        width: 100%;
    }

/*----------- CATALOGS ---------------*/
.sf-catalog-employee-grid-image {
    width: 35px;
}

/* ----------- GRID MONITOR VEHICULO ------ */
.dx-datagrid-cell-updated-animation {
    -webkit-animation: dx-datagrid-highlight-change 1s;
    animation: dx-datagrid-highlight-change 1s;
}

.dx-datagrid-row-inserted-animation {
    -webkit-animation: dx-datagrid-highlight-change 1s;
    animation: dx-datagrid-highlight-change 1s;
}

@-webkit-keyframes dx-datagrid-highlight-change {
    from {
        background-color: rgba(51, 51, 51, 0.08);
    }

    50% {
        background-color: rgba(51, 51, 51, 0.08);
    }
}

@keyframes dx-datagrid-highlight-change {
    from {
        /*144 238 144 1*/
        background-color: rgba(144, 238, 144, 1);
    }

    50% {
        background-color: rgba(144, 238, 144, 0.08);
    }
}

.islocation {
    -webkit-animation: dx-datagrid-highlight-change 1s;
    animation: dx-datagrid-highlight-change 1s;
    /*background-color: lightgreen;*/
}

.notislocation {
    background-color: lightcoral;
}

.sf-sound input[type="checkbox"] {
    position: absolute;
    left: 999px;
    visibility: hidden;
}

.sf-sound label {
    cursor: pointer;
    font-weight: 100;
}

    .sf-sound label input[type="checkbox"] + span:before {
        font-family: FontAwesome;
        content: "\f1f6";
        letter-spacing: 6px;
    }

    .sf-sound label input[type="checkbox"]:checked + span:before {
        content: "\f0f3";
        letter-spacing: 3px;
    }
/* checked icon */

/* ------------------ FILE CHOSE ------------------*/
.input-file-container {
    height: 34px;
}

.js .input-file-trigger {
    display: block;
    padding: 6px 20px;
    background: #ffffff;
    color: #8f334d;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #8f334d52;
    font-size: 14px;
    font-weight: 100;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
    width: 100%;
    border-radius: 21px;
}

    .js .input-file:hover + .input-file-trigger,
    .js .input-file:focus + .input-file-trigger,
    .js .input-file-trigger:hover,
    .js .input-file-trigger:focus {
        background: #34495E;
        color: #39D2B4;
    }

.file-return {
    margin: 0;
}

    .file-return:not(:empty) {
        margin: 1em 0;
    }

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

    .js .file-return:not(:empty):before {
        content: "Selected file: ";
        font-style: normal;
        font-weight: normal;
    }


/* --------------- HOVER DROPDOWN ---------- */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*Estilos propios*/
.sf-navbar-icon-notification .sf-navbar-icon-notification-icon:active {
    color: #DFDFDF;
}

.padding-left-0 {
    padding-left: 0;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.count-employees {
    top: 170px;
}

.visor-buttons {
    padding: 2px;
    top: 105px;
}

.count-vehicles {
    top: 200px;
}

.margin-left-5 {
    margin-left: 5px;
}

.visor-row {
    position: absolute;
    z-index: 1;
}

.padding-left-40 {
    padding-left: 40px;
}

.dx-fileuploader-input-wrapper .dx-button {
    float: none;
}

.padding-right-5 {
    padding-right: 5px;
}

.width-30 {
    width: 30% !important;
}

.width-70 {
    width: 70% !important;
}

.display-inline {
    display: inline;
}

.padding-0 {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.texto-centrado {
    text-align: center;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.center-h {
    justify-content: center;
}

.center-v {
    align-items: center;
}

.btn-radius {
    border-radius: 15px;
}

.display-flex {
    display: flex;
}

.width-100 {
    width: 100% !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

dx-item dx-toolbar-item dx-toolbar-label {
    max-width: 50px !important;
}

.dx-toolbar .dx-toolbar-menu-container {
    padding: 0;
}

.width-200 {
    width: 200px;
}

.scroll-popup::-webkit-scrollbar {
    display: none;
}

.dx-toolbar .dx-texteditor {
    width: 130px !important;
}

#li-notifications {
    position: inherit;
}

.sf-dropdown-menu {
    right: 0;
}

.btns-responsive-menu {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.btn-responsive-menu {
    padding-top: 5px;
    font-size: 20px;
    color: #DFDFDF;
    cursor: pointer;
    z-index: 1;
    transition: 0.1s ease-in;
}

.btn-responsive-menu:hover {
    color: #6DAFC6;
}

    .show-menu {
        animation-name: show-menu;
        animation-duration: 1s;
        left: 0 !important;
    }

.hide-menu {
    animation-name: hide-menu;
    animation-duration: 1s;
    left: -100vw !important;
}

.hide-initial {
    left: -100vw;
}

.width-100vw {
    width: 100vw;
}

@keyframes add-opacity {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.4;
    }
}

@keyframes remove-opacity {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes remove-opacity-full {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes show-menu {
    from {
        left: -100vw;
    }

    to {
        left: 0;
    }
}

@keyframes hide-menu {
    from {
        left: 0;
    }

    to {
        left: -100vw;
    }
}

@keyframes showTop40-45 {
    0% {
        top: -40px;
    }

    50% {
    }

    100% {
        top: 45px;
    }
}

@keyframes hideTop0-40 {
    0% {
        top: 0px;
    }

    50% {
    }

    100% {
        top: -40px;
    }
}

.h1-comments-support {
    font-size: 30px;
    padding: 0px 20px;
    margin: 0;
}

.form-support {
    margin: 15px 0;
}

.btn-send-support {
    margin-top: 10px;
    background: var(--sf-light-blue-color);
    color: #fff;
}

    .btn-send-support:hover {
        background: var(--sf-strong-blue-color);
    }

.dx-popup-content::-webkit-scrollbar {
    display: none;
}

.dx-popup-content {
    overflow: scroll;
}

.container {
    padding: 0;
}

.papelera {
    background: #265673;
    border-radius: 100%;
    color: white;
    text-align: center;
    font-size: 30px;
    padding-top: 12px;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 45px;
    right: 0;
    margin-right: 15px;
    z-index: 1;
}

.module-title {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.white-color {
    color: #fff;
}

.span-privileges {
    display: inline-block;
    width: 50%;
    margin-right: 1px;
}

.select-privileges {
    display: inline-block;
    width: 80px;
}

.role-user-p {
    margin: 0;
    opacity: 1 !important;
    cursor: pointer;
}

.card-header-roles {
    cursor: pointer;
}

.span-privileges {
    cursor: pointer;
}

.privileges-margin-bottom {
    margin-bottom: 60px;
}

.dx-toast-error, .dx-toast-success, .dx-toast-info, .dx-toast-warning, .dx-toast-message {
    width: 100vw !important;
    border-radius: 0px;
}

.dx-datagrid-group-panel .dx-group-panel-message {
    text-overflow: clip;
    overflow-x: scroll;
}

    .dx-datagrid-group-panel .dx-group-panel-message::-webkit-scrollbar {
        display: none;
    }

.popup-scroll::-webkit-scrollbar {
    display: none !important;
}
/* Hover azul marino para opciones de popup
.dx-datebox-wrapper .dx-popup-bottom .dx-button:hover {
    background: #081F36;
    color: #fff;
}

.dx-popup-bottom .dx-button:hover {
    background: #081F36;
    color: #fff;
}
*/
.search-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.header-evacuation-history {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 0px;
    margin-top: -57px;
    margin-left: -20px;
    margin-right: -20px;
}

.responsive-modal {
    width: 100%;
    margin: 0 auto;
}

.search-section-table {
    display: inline-flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper {
    height: calc(100% - 10px)
}

.evacuation-icons-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.text-btn-evacuation {
    font-size: 11px;
}

/*Menu visor*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.gray-menu-container {
    height: 40px;
    margin-top: 1px;
    max-height: 40px;
    background: var(--sf-gray-base-color-) !important;
    color: #FFF;
    display: flex;
    position: fixed;
    top: 65px;
    z-index: 2;
    width: 100vw;
    justify-content: flex-end;
    align-items: center;
    left: 0;
}

.search-box-gray-menu {
    display: flex;
    margin-right: 10px;
    align-items: center;
    margin-left: 10px;
}

.btn-menu {
    display: none;
}

.btn-popup {
    width: 200px;
}

.gray-menu-container .label-btn-menu {
    font-size: 30px;
    cursor: pointer;
    display: none;
    color: white;
}

.gray-menu ul {
    background: var(--sf-gray-base-color-) !important;
    display: flex;
    list-style: none;
    white-space: nowrap;
    align-items: inherit;
    height: auto;
    margin-bottom: 0 !important;
    border-radius: 5px;
}


    .gray-menu ul ul {
        display: none;
    }

.gray-menu a {
    display: inline-flex;
    align-items: center;
    padding: 0px 10px;
    color: white;
    text-decoration: none;
    line-height: 32px;
}

.gray-menu li * {
    cursor: pointer;
}

.gray-menu a:hover li {
    background: var(--sf-gray-sky-color-);
    /*color: var(--sf-sky-blue-color-) !important;*/
}

.gray-menu li:hover {
    /* color: var(--sf-sky-blue-color-) !important;*/
    background: var(--sf-gray-sky-color-);
}

.show-submenu {
    display: block !important;
    position: absolute;
}

.max-width0 {
    max-width: 0px;
}

.help-icon-visor {
    color: white;
    font-size: 20px;
}

.icon-left {
    margin-right: 5px;
    font-size:21px;
}

.icon-center {
    font-size: 21px;
}

/*.ul-submenu-gray-menu {
    color: #9a9a9a;
    font-weight: 500;
}*/

.ul-submenu-gray-menu li {
    padding: 10px 20px;
    color: #9b9b9b;
}

    .ul-submenu-gray-menu li:hover {
        color: white;
        background: var(--sf-gray-sky-color-);
    }

.evacuation-menu-visor {
    background: #b2803a;
    border-radius: 5px;
    display: inline-flex;
    padding: 6px 13px;
    margin-left: 10px;
}

.editor-menu-visor {
    margin-left: 5px;
    margin-right: 10px;
    background: #2a7c94;
    border-radius: 5px;
    display: inline-flex;
    padding: 6px 13px;
}

    .editor-menu-visor:hover {
        background: #269abc;
    }

.evacuation-menu-visor:hover {
    background: #ec971f;
}

.evacuation-menu-visor a {
    margin-left: 5px;
    display: inline-flex;
    text-decoration: none;
}

.gray-menu-button:hover .gray-menu-button-text {
    max-width: 200px;
    transition: max-width .7s ease-in-out;
}

.editor-menu-visor a {
    margin-left: 6px;
    display: inline-flex;
    text-decoration: none;
}

.icon-down {
    margin-left: 5px;
}

.title-btns-visor {
    display: none;
}

.container-right-gray-menu {
    display: flex;
    align-items: center;
}

.gray-menu li * {
    cursor: pointer;
}

.gray-menu-submenu {
    cursor: pointer;
    border-radius: 5px;
    margin: 3px;
    min-width: 60px;
}
/*.gray-menu-submenu:hover > a > span {
    max-width: 200px;
    transition: max-width .01s ease-in-out;
}*/

.localizados-mina {
    font-size: 21px;
}

.btn-form-blasting {
    width: 100%;
}

div[dx-button="SfButtonTrackTag"] {
    width: 100%;
}



.cursor-disabled {
    cursor: not-allowed !important;
}

.title-btns-visor {
    white-space: nowrap;
}
/*
.dx-datagrid-rowsview.dx-empty
{
    height:0;
}
    */
div[class="dx-toolbar-center"] {
    margin: 0 auto !important;
}

.box-hide-elements {
    position: absolute;
    right: 45px;
    top: 45px;
}

.element-box-hide-elements {
    height: 25px;
    border-radius: 50px;
    width: 25px;
    background: var(--sf-gray-base-color-);
    color: white;
    padding: 0 !important;
}

.element-box-hide-elements:hover {
    background:var(--sf-gray-sky-color-);
}

.btn-active {
    background: var(--sf-gray-sky-color-);
    color: #fff !important;
}

.element-box-hide-elements:focus {
    outline: none;
    border: none;
}

#gridContainer, #gridContainerSSS, #gridContainerSS, #gridContainerSSSS, #gridContainerS, #gridContainerHistory {
    /*height: auto !important;*/
    margin-bottom: 20px;
}


/*xs phones*/
@media (max-width: 768px) {
    .margin-top-10 {
        margin-top: 10px;
    }

    .icon-blasting {
        font-size: 40px;
        color: deepskyblue;
    }

    .title-blasting {
        font-size: 21px;
    }

    .title-box-blasting {
        justify-content: center;
    }

    .btn-form-blasting {
        font-size: 13px;
    }

    .btn-popup {
        width: 100vw;
    }

    .sf-content-main {
        padding: 0px 20px 0px 20px;
    }

    .nav-btns-responsive-menu {
        position: absolute;
        z-index: 1503;
        background: var(--sf-light-blue-color);
        width: 100%;
        top: 33px;
    }

    .switch {
        margin-top: 14px;
    }

    .icon-and-btn-menu {
        display: flex;
        justify-content: space-between;
        z-index: 1503;
    }

    .sf-navbar-login-pestana {
        display: none;
    }

    .sf-brand {
        display: block;
        margin-left: 10px;
    }

    .sf-navbar-nav li form a {
        padding-top: 10px;
    }

    .sf-dropdown-menu {
        width: 100vw;
    }

    .btn-send-support {
        width: 100%;
    }

    .module-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .h1-comments-support {
        font-size: 24px;
    }

    .icon-history-evacuation {
        margin-bottom: 30px;
        text-align: center;
    }

    .btn-send-all {
        overflow: scroll;
    }

        .btn-send-all::-webkit-scrollbar {
            display: none;
        }

    .small-btns-text {
        text-align: center;
    }

    .modal-backdrop {
        z-index: 1504;
    }

    .papelera {
        height: 50px;
        width: 50px;
        font-size: 25px;
    }

    .gray-menu-container {
        top: 65px;
    }
}

/*sm tablets*/
@media (min-width: 768px) {

    .title-btns-visor {
        max-width: 0px;
        overflow: hidden;
        display: block;
        transition: max-width .5s ease-in-out;
        padding-left: 1px;
    }

    .gray-menu-element:hover .text-btn-73 {
        width: 73px;
        transition: width .5s ease-in-out;
    }

    .container-fluid {
        margin-top: -20px;
    }

    .div-form-blasting {
        display: flex;
        align-items: center;
    }

    .gray-menu-element:hover .title-btns-visor {
        display: block;
    }

    .margin-btn-historical {
        margin-top: 22px;
    }

    .navbar-right ~ .navbar-right {
        margin-top: 7px;
    }

    .sf-navbar-nav li form a {
        padding-bottom: 15px;
    }

    .sf-dropdown-menu {
        width: 350px;
    }

    .btn-responsive-menu {
        display: none;
    }

    .btn-send-support {
        width: 50%;
        margin-left: 25%;
    }

    .dx-toast-error, .dx-toast-success {
        height: 65px !important;
        padding-top: 15px !important;
    }

    .icon-history-evacuation {
        margin-top: 10px;
    }

    .small-btns-text {
        text-align: right;
    }

    .responsive-modal {
        width: 50%;
        margin: 0 auto;
    }

    .selectReaders, .clearSelection {
        padding-left: 0;
    }
}

/*md desktops*/
@media (min-width: 992px) {
    .header-btns {
        padding-top: 30px;
    }
    
    .gray-menu-container {
        top: 65px;
    }

    .gray-menu-container {
        padding-left: 260px;
    }
}

@media (max-width: 1200px) {
    /*Menu visor responsive*/
    .gray-menu-container {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

        .gray-menu-container .label-btn-menu {
            display: block;
            margin-right: 15px;
            transition: all 1s ease;
        }

    .gray-menu {
        height: 75vh;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: all 1s;
        overflow: auto;
    }

        .gray-menu::-webkit-scrollbar {
            display: none;
        }

        .gray-menu a {
            padding: 10px 20px;
        }

        .gray-menu ul {
            flex-direction: column;
        }

            .gray-menu ul li:hover ul {
                display: none;
                position: static;
            }

        .gray-menu a .icon-down {
            position: absolute;
            right: 16px;
            line-height: 32px;
        }

    .ul-menu li {
       /* border-bottom: 1px solid #ccc;*/
    }

    .ul-submenu-gray-menu li {
        background: #fff;
        border-bottom: 1px solid #E6EBEF;
        padding-left: 35px;
    }

    .gray-menu .ul-submenu-gray-menu a {
        padding: 10px 30px;
    }

    #btn-menu:checked ~ .gray-menu {
        transform: translateX(0%);
    }

    #btn-menu:checked ~ #hidePanels {
        display: none;
    }

    #btn-menu:checked ~ #box-hide-elements {
        display: none;
    }

    #telemetrySubmenu {
        text-align:left;
    }

    #laiotSubmenu {
        text-align: left;
    }

    .gray-menu-submenu {
        background: #ffffff00;
    }

/*    :root {
        --sf-gray-sky-color-: var(--sf-gray-strong-color-);
    }*/
}

.gray-menu-element.disabled {
    opacity: 0.5; /* Hace que el elemento sea más opaco */
    position: relative; /* Necesario para posicionar el tooltip */
}

    .gray-menu-element.disabled a {
        pointer-events: none; /* Desactiva los eventos de clic solo en el enlace */
        cursor: not-allowed; /* Cambia el cursor a "no permitido" */
    }


.tooltipMenu {
    visibility: hidden;
    background-color: #ff0000;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    z-index: 50000;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 12px;
}

/* Mostrar el tooltip cuando se pasa el ratón por encima */
.gray-menu-element.disabled:hover .tooltipMenu {
    visibility: visible;
}

/*lg large desktops*/
@media (min-width: 1200px) {

    .text-btn-menu {
        max-width: 0px;
        overflow: hidden;
        display: block;
        transition: max-width .5s ease-in-out;
        padding-left: 1px;
    }

    .text-active {
        max-width: 200px;
        transition: max-width .5s ease-in-out;
    }

    .btn-send-support {
        width: 33%;
        margin-left: 33%;
    }

    /*.add-btn:hover {
        width: 60%;
    }*/
}

.navBarMine {
    width: 300px;
    display: inline-block;
    border-radius: 2px;
    transition: all .5s ease;
    position: relative;
    color: #DFDFDF;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0 10px;
    text-align-last: left;
    min-width: 300px;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #6DAFC6;
    text-transform: uppercase;
}

#MultipleMine {
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    font-size: 14px;
    color: #6DAFC6;
    padding: 0;
    z-index: 999999;
}

    .navBarMine:focus {
        outline: none;
    }

    .navBarMine .select {
        cursor: pointer;
        display: block;
        padding: 0px;
    }

        .navBarMine .select > i {
            font-size: 13px;
            color: #888;
            cursor: pointer;
            transition: all .3s ease-in-out;
            float: right;
            line-height: 20px
        }

    .navBarMine:hover {
        /*box-shadow: 0 0 4px rgb(204, 204, 204)*/
    }

    .navBarMine:active {
        background-color: #f8f8f8
    }

    .navBarMine.active:hover,
    .navBarMine.active {
        /*box-shadow: 0 0 4px rgb(204, 204, 204);*/
        border-radius: 3px 3px 0 0;
        background-color: #f8f8f8;
        height: auto;
    }

        .navBarMine.active .select > i {
            transform: rotate(-90deg)
        }

    .navBarMine .navBarMine-menu {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        margin-top: 1px;
        box-shadow: 0 1px 2px rgb(204, 204, 204);
        border-radius: 0 1px 5px 5px;
        overflow: hidden;
        display: none;
        max-height: 180px;
        overflow-y: auto;
        z-index: 9
    }

        .navBarMine .navBarMine-menu li {
            padding: 4px 10px;
            transition: all .2s ease-in-out;
            cursor: pointer
        }

    .navBarMine .navBarMine-menu {
        padding: 0;
        list-style: none
    }

        .navBarMine .navBarMine-menu li:hover {
            background-color: #f2f2f2
        }

        .navBarMine .navBarMine-menu li:active {
            background-color: #e2e2e2
        }

@keyframes bouncy {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    60% {
        transform: scale(1.05);
        opacity: 1
    }

/*    80% {
        transform: scale(.9);
    }
*/
    100% {
        transform: scale(1);
    }
}

/*================== CHANGE PASWORD NOTIFICATION ===================*/
@media(max-width: 4005px) {
    #changePassNotification {
        position: fixed;
        width: 266px;
        height: 109px;
        bottom: -100px;
        left: 24px;
        background: #ff5656;
        z-index: 1503;
        border-radius: 20px;
        padding: 32px;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1px;
        transition: 1s;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

@media(max-width: 768px) {
    #changePassNotification {
        position: fixed;
        width: 100%;
        height: 24px;
        top: 65px;
        bottom: 0px;
        left: 0px;
        background: #ff5656;
        z-index: 1502;
        border-radius: 0px;
        padding: 1px;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 1px;
        transition: 1s
    }
}


#closePassNotification {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    cursor:pointer;
}

.cookies {
    display:none;
    padding: 50px 0px 125px;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    background: #e2e2e2ee;
    color: black;
    font-family: arial;
    text-align: center;
    transition: 1s;
    z-index: 1510;
    width:80%;
    margin: 0 auto;
}

.cookies_boton {
    background: initial;
    border: 2px solid #969696;
    padding: 1rem;
    font-size: 13px;
    color: #000000;
    width: 9rem;
    text-align: center;
}

.cookies_boton:hover {
    background: #7c7c7c;
    color: white;
}

.cookies_texto {
    font-size: 15px;
}

#smartLampLink .dx-icon {
    color: #1cb0ca;
    background-color: rgba(0,0,0,0) !important;
    font-size: 20px;
}

#smartLampLink,
#smartLampLink:hover,
#smartLampLink:active,
#smartLampLink:visited,
#smartLampLink:focus {
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
}

#smartLampLink:hover .dx-icon {
    color: #ffffff !important;
}


.sf-typeAlert-container {
    display: flex;
    width: 100%;
    padding: 3px 0;
}

.typeAlertItem {
    padding: 2px 0;
    flex-grow: 1;
    height: 30px;
    /* color: white; */
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

.typeAlertItem > p {
    mix-blend-mode: difference;
}

.typeAlertItem + .typeAlertItem {
    margin-left: 2%;
}

.sf-dropdown-menu-notificationPanel {
    max-height: 70vh;
    overflow: auto;
}

.sf-dropdown-menu-notificationPanel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.sf-dropdown-menu-notificationPanel::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.sf-dropdown-menu-notificationPanel::-webkit-scrollbar-thumb {
    background-color: #2fa6bf;
    border-radius: 5px;
    /*border: 2px solid #555555;*/
}

.font-weight-600{
    font-weight: 600;
}

.fa.fa-exclamation-triangle.blink {
    font-size: 21px;
    vertical-align: -8px;
}


/*Change the location of the dropdown-menu when the window resizes*/
@media (max-width: 1200px) {
    .dropdown-menu {
        float: initial !important;
    }
}

/*************************************/
.select-menu {
    max-width: 200px;
    padding-left: 5px;
    color: #6DAFC6;
}

.select-menu .select-btn {
    display: flex;
    height: 48px;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.select-menu .options {
    position: absolute;
    margin-top: 10px;
    background: #0B2A4A !important;
    transition: all 0.5s ease-in-out;
}

.select-menu .options .option {
    display: flex;
    height: 18px;
    cursor: pointer;
    padding: 16px 16px 16px 16px;
    align-items: center;
}

.select-menu .options .option:hover {
    background: #6DAFC624;
    color: #DFDFDF;
    border-radius: 5px;
}

.select-menu .options .option i {
    font-size: 18px;
    margin-right: 12px;
}

.select-menu .options .option .option-text {
    font-size: 16px;
    font-family: Titilium;
    padding-left: 16px;
}

.select-btn i {
    font-size: 18px;
    transition: 0.3s;
}

.select-btn i:hover {
    color: #DFDFDF;
    background-color: inherit;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu.active .options {
    display: block;
    z-index: 2000;
    transition: all 0.5s ease-in-out;
}


.slide-down {
    animation: slideDown 0.5s ease-in-out;
}

.slide-up {
    animation: slideUp 0.5s ease-in-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

#photo {
   height: 15px;
   width: 25px;
}

.red-background {
    background-color: rgba(255, 0, 0, 0.15) !important;
}

#languageSelectSimplifiedChinnese {
    font-size: 13px;
}

/* EXPORT PROGRES LOADER */

.sf-export-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.sf-export-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 600px;
  max-width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  font-family: sans-serif;
}
.progress-bar__container {
  background: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
  height: 24px;
}
.progress-bar__bar {
  background: #28a745;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 0%;
}
.export-msg__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.export-msg__fetching {
  margin-top: 10px;
}
.export-msg__totals {
  display: block;
  margin-top: 5px;
}
.export-msg__record {
  margin-top: 5px;
  font-size: 0.9em;
}
.export-msg__completed {
  margin-top: 10px;
  font-weight: bold;
  color: green;
}
.export-btns-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  gap: 10px;
}
