/* media rules for small screens */
@media screen and (max-width: 520px) {
    .logo {
        background: url(../img/logo-blanco-abierto.png) no-repeat top left !important;
        background-size: contain !important;
        width: 38px !important;
        display: inline-block;
        height: 35px;
        margin-left: 14px;
        margin-right: 9px;
        margin-top: 4px;
    }
    .logo:hover{
        background: url(../img/logo-blanco-cerrado.png) no-repeat top left !important;
        background-size: contain !important;
        width: 38px !important;
    }

    .hide-in-small-screens {
        display: none !important;
    }
}

/*else*/
@media screen and (min-width: 520px) {
    .logo {
        background: url(../img/LogoFondoOscuro.png) no-repeat top left !important;
        background-size: contain !important;
        cursor: pointer;
        display: inline-block;
        width: 100px;
        height: 35px;
        margin-left: 14px;
        margin-right: 9px;
        margin-top: 4px;
    }
    .logo:hover{
        background: url(../img/LogoFondoOscuroHover.png) no-repeat top left !important;
        background-size: contain !important;
    }
}

.navigation {
    list-style: none;
    margin: 0;
    background: #222A35;
    display: flex;
    padding-left: 0px;
    flex: 1;
    min-height: 47px;
}

.navigation a {
    text-decoration: none !important;
    display: block !important;
    padding: 0.5em !important;
    color: white !important;
}

.navigation li .element {
    text-decoration: none !important;
    padding: 0.5em !important;
    color: white !important;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-top: 7px;
    padding-right: 10px !important;
    padding-left: 11px !important;
}

.navigation li:hover {
    background: rgba(235, 140, 0, 0.35);
    cursor: pointer;
}

.navigation .hover-none:hover {
    background: rgba(235, 140, 0, 0.35);
}

.navigation li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.navigation .right-side {
    height: 100%;
    justify-content: center;
}



.vertical-line {
    width: 1px;
    height: 60%;
    background-color: #727172;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logout-icon {
    background: url(../img/exit-24px.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0px 20px 0px 10px;
}

.icon-notification-nav {
    margin-right: 5px;
    background: url(../img/notifications-fill-white.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    width: 9px;
    margin: 0px 10px;
}

.user-icon {
    background: url(../img/user-gray.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0px 5px;
}

.reportAdd-icon {
    background: url(../img/document-gray.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.deep-learning-icon{
    background: url(../img/deep_learning.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.deep-learning-icon-disable{
    background: url(../img/deep_learning_disable.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
}



.settings-icon {
    background: url(../img/settings-white-24dp.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0px 10px;
}

.info-icon {
    background: url(../img/info-white.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    width: 9px;
    margin: 0px 10px;
}

.info-icon-guide {
    background: url(../img/info-gray.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    width: 22px;
    margin: 0px 5px;
    margin-top: 5px;
    margin-right: 20px;
}

.menu-opcions {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    background-color: hsl(215deg 22% 90%);
    padding: 10px 10px 5px 10px;
    border-bottom-color: #222A35;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    position: fixed;
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    z-index: 2500;
    width: 290px;
}

.plusLocation-icon {
    background: url(../img/plusLocation.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.plusLocation-icon-disable {
    background: url(../img/plusLocation_disable.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.cameraAdd-icon {
    background: url(../img/camera-24dp.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.cameraAdd-icon-disable {
    background: url(../img/camera-24dp_disable.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.botAdd-icon {
    background: url(../img/botIcon.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.botAdd-icon-disable {
    background: url(../img/botIcon_disable.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.dashboardAdd-icon {
    background: url(../img/dashboard.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.dashboardAdd-icon-disable {
    background: url(../img/dashboard_disable.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.options-separator {
    width: 51%;
}

.advancedSet-icon {
    background: url(../img/edit.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.advancedSet-icon-disable {
    background: url(../img/edit_disable.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.user-roles-icon {
    background: url(../img/authorization.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.user-roles-icon-disable {
    background: url(../img/authorization_disable.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.kpis-audit-icon {
    background: url(../img/audit-icon.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.kpis-audit-icon-disable {
    background: url(../img/audit-icon-disable.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.statistical-filler-icon {
    background: url(../img/statistical-filler-icon.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.statistical-filler-icon-disable {
    background: url(../img/statistical-filler-icon-disable.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #9b9b9b
}

.opcion-element {
    flex-basis: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.opcion-element:hover {
    cursor: pointer;
    background-color: #ffffff;
}

.opcion-element-disable:hover {
    background-color: unset !important;
}

.position-dashboard {
    position: fixed;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-bottom-color: #222A35;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    width: 300px;
    font-size: 15px;
    z-index: 100;
    left: 222px;
    top: 35px;
}

.position-locations {
    position: fixed;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-bottom-color: #222A35;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    width: 300px;
    font-size: 15px;
    z-index: 100;
    left: 124px;
    top: 35px;
    background-color: hsl(215deg 22% 90%);
    padding: 16px 16px 0px;
}

.position-benchmarks {
    position: fixed;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-bottom-color: #222A35;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    width: 300px;
    font-size: 15px;
    z-index: 100;
    left: 210px;
    top: 35px;
    background-color: hsl(215deg 22% 90%);
    padding: 16px 16px 16px;
}

.position-goals {
    position: fixed;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-bottom-color: #222A35;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    width: 300px;
    font-size: 15px;
    z-index: 100;
    left: 327px;
    top: 35px;
    background-color: hsl(215deg 22% 90%);
    padding: 16px 16px 16px;
}

#goals-menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#goals-menu li {
    font-size: 14px;
    padding: 6px 16px;
    height: 30px;
    display: flex;
    align-items: center;
}

#goals-menu li:hover {
    background-color: #ffff;
    cursor: pointer;
}

#benchmark-menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#benchmark-menu li {
    font-size: 14px;
    padding: 6px 16px;
    height: 30px;
    display: flex;
    align-items: center;
}

#benchmark-menu li:hover {
    background-color: #ffff;
    cursor: pointer;
}

#benchmark-menu-sub-title{
    font-weight: bold;
    font-size: 13px;
    padding: 0px 16px;
    height: 25px;
    color: #222A35;
}

#locations-list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#locations-list li {
    font-size: 14px;
    padding: 6px 2px;
}

#locations-list li:hover {
    background-color: #ffff;
    cursor: pointer;
}

.iIHlNA {
    display: flex;
    padding-bottom: 6px;
}

.locations-list-tabs{
    cursor: pointer;
    line-height: 1.8;
    margin: 0px;
    padding: 4px 8px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(66, 82, 110);
}

.locations-list-tabs:hover{
    color: rgb(0, 82, 204);
}

.locations-list-tabs-selected {
    color: rgb(0, 82, 204);
}

.locations-list-tabs-span {
    background-color: rgb(0, 82, 204);
    border-radius: 2px;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 8px;
    margin: 0px;
    position: absolute;
    right: 8px;
    width: inherit;
}

.locations-list-container{
    min-height: 86px;
    max-height: 400px;
    overflow: hidden auto;
    width: 100%;
}

.filter-locations-list {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(250, 251, 252);
    border-color: rgb(223, 225, 230);
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    color: rgb(9, 30, 66);
    cursor: text;
    display: flex;
    flex: 1 1 100%;
    font-size: 14px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    overflow: hidden;
    transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
    overflow-wrap: break-word;
    vertical-align: top;
    pointer-events: auto;
}

.css-13hc3dd {
    background-color: transparent;
    border: 0px;
    box-sizing: border-box;
    color: inherit;
    cursor: inherit;
    font-family: inherit;
    font-size: 14px;
    min-width: 0px;
    outline: none;
    padding: 8px 6px;
    width: 100%;
    height: 2.57143em;
    line-height: 1.42857;
}

#dashboard-list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#dashboard-list li {
    background-color: hsl(215deg 22% 90%);
    padding: 10px;
}


#dashboard-list li:hover {
    background-color: #ffff;
    cursor: pointer;
}

.has-sub {
    background: url(../img/expand_more-white-18dp.svg) no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 1px;
    width: 1px;
}

.dashboard-settings {
    position: absolute;
    width: 300px;
}

.menu-selected-bar {
    width: 35px;
    height: 8px;
    background-color: white;
    display: none;
    margin-top: 2px;
}

.position-settings {
    position: absolute;
    width: 300px;
}


/* hamburguer-menu */

.hamburger {
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
}

.hamburger:hover {
    background-color: #222A35;
}

.hamburger div {
    width: 30px;
    height: 2px;
    background: #ffffff;
    margin: 3px 0;
}