@font-face {
    font-family: 'Mollen';
    src: url("/font/mollen/Mollen-Regular.otf");
}

body {
    font-family: 'Mollen';
    background: #ffffff;
}

.bordePersonalizado {
    border-style: dashed !important;
    border-radius: 25px;
}

.no-js #loader {
    display: none;
}

.cardNaranja {
    border: 3px solid #ed744e;
    border-radius: 5px;
    background-color: white;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.popover-header {
    background-color: #1976d2 !important;
    color: white;
    font-weight: bold;
}
.breadcrumb {
    border-radius: 0px;
    margin: 1rem;
    min-height: 32px;
}

.buscarInfo {
    max-width: 150px;
}

#breadcrumb .active {
    color: black !important;
}


.blur-me {
    filter: blur(5px);
}

.colorMenuLetras {
    color: #666666;
}

div .borrarTarjeta {
    background-color: #2E2E2E;
    transition: all 0.5s;
}

    div .borrarTarjeta:hover {
        background-color: red;
        transition: all 0.5s;
    }

.hoverMenu {
    background-color: white;
    transition: background-color 0.3s linear 0.1s;
}

    .hoverMenu:hover {
        background-color: #E2E2E2;
        transition: background-color 0.2s linear 0.1s;
    }

.chip.chip-lg {
    height: 72px;
    line-height: 72px;
    border-radius: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

    .chip.chip-lg img {
        height: 52px;
        width: 52px;
    }

    .chip.chip-lg .close {
        height: 75px;
        line-height: 75px;
        border-radius: 40px;
        margin-left: 5px;
    }

button.dt-button {
    background: #9fa8da !important;
    color: black !important;
    border-radius: 5px !important;
    border-color: none !important;
    line-height: 1.2em !important;
    box-shadow: none !important;
}

    button.dt-button.active {
        background: #283593 !important;
        color: white !important;
        border-radius: 5px !important;
        border-color: none !important;
        line-height: 1.2em !important;
        box-shadow: none !important;
    }

#overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background-color: rgba(216, 216, 216, 0.55);
}

.loader {
    min-width: 25%;
    min-height: 25%;
    border-radius: 40px;
    background-color: white !important;
    background: url('../img/loader-128x/loader1.gif') center no-repeat;
}
.loadermobile {
    min-width: 25%;
    min-height: 25%;
    border-radius: 40px;
    background-color: transparent;
    background: url('../img/loader-128x/loader1.gif') center no-repeat;
}

.efectoHoverMensajes {
    background-color: white;
    transition: all ease 0.6s;
    border-radius: 5px;
    padding: 0;
    margin: 5px;
}

    .efectoHoverMensajes:hover {
        background-color: #d3d3d3;
    }

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.logo {
    width: 100%;
}

.logoIcono {
    width: 100%;
    max-width: 70px;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed white;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    padding: 0;
    flex: 1;
    min-height: 100%;
}

.mainDiv {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: white;
    color: #3F51B5;
    transition: all 0.3s;
}

#sidebarCollapse2 {
    display: none;
}

#sidebarCollapse {
    display: inline;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    font-size: 1.5em;
}

    #sidebar.active .textHidden {
        display: none;
    }

    #sidebar.active .sidebar-header h3,
    #sidebar.active .CTAs {
        display: none;
    }

    #sidebar.active .sidebar-header strong {
        display: block;
        font-size: 0.8em;
    }

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

    #sidebar.active ul li a i {
        display: block;
        font-size: 1.3em;
        margin-bottom: 5px;
    }

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: white;
    color: black;
}

    #sidebar .sidebar-header strong {
        display: none;
        font-size: 1.8em;
    }

#rightMenu, #leftSubMenu {
    display: none;
}

#sidebar.active .buttonMenu #rightMenu, #sidebar.active .buttonMenu #leftSubMenu {
    display: block;
}

#leftMenu, #downSubMenu {
    display: block;
}

#sidebar.active .buttonMenu #leftMenu, #sidebar.active .buttonMenu #downSubMenu {
    display: none;
}

.dropdown-menu a:hover {
    color: red;
    background: rgb(196, 217, 255);
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    font-weight: 600;
    display: block;
}

    #sidebar ul li a:hover {
        color: #3F51B5;
        background: rgb(196, 217, 255);
    }

#subMenu ul li a {
    background-color: white;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar div button,
#sidebarCollapse2 {
    background-color: transparent;
    color: black;
    transition: color 0.3s;
}

    #sidebar div button:hover,
    #sidebarCollapse2:hover {
        background-color: transparent;
        color: Highlight;
        transition: color 0.3s;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"], #sidebar ul li.active > div,
a[aria-expanded="true"] {
    color: #fff;
    background: #3F51B5;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #283593;
}

.logoBlanco {
    width: 100%;
    max-width: 280px;
    max-height: 100px;
}

.logoFooterImesapi {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 50%;
}

.logoFooterObra {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 15%;
}

.cascading-admin-card .admin-up {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -30px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    min-width: 0;
    padding-left: 10px;
    transition: all 0.3s;
}

footer img {
    max-width: 350px;
}

table {
    width: 100%;
}

div .borrar {
    background-color: #2E2E2E;
    transition: all 0.5s;
}

    div .borrar:hover {
        background-color: red;
        color: white;
        transition: all 0.5s;
    }

div .realizar {
    background-color: #EB7433;
    transition: all 0.5s;
}

    div .realizar:hover {
        background-color: #00ad45;
        color: white;
        transition: all 0.5s;
    }

div .cambiar {
    background-color: #33985C;
    transition: all 0.5s;
}

    div .cambiar:hover {
        background-color: #EB7433;
        color: white;
        transition: all 0.5s;
    }

.anadirCard {
    color: grey;
    transition: all 0.25s;
}

    .anadirCard:hover {
        color: teal;
        transition: all 0.25s;
    }

.borrar2:hover div {
    background-color: red;
    color: teal;
    transition: all 0.5s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media all and (min-width:768px) {
    .mt-md-0, .my-md-0 {
        margin-top: 1rem !important;
    }

    #fechaTrabajoMovil {
        display: block;
    }

    #fechaTrabajoMovil {
        display: none;
    }
}

@media (max-width: 768px) {
    .logoLogin {
        width: 100%;
    }

    .wrapper {
        margin: 10px;
    }

    #buttonAddActuacion {
        width: 50% !important;
    }

    #content {
        width: 99.9%;
        transition: all 0.3s;
        margin-left: 10px;
    }

    #weather {
        display: none;
    }

    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -95px !important;
    }

        #sidebar .components {
            display: none;
        }

        #sidebar.active .components {
            display: inline;
        }

    #sidebarCollapse2 {
        display: inline;
    }

    #sidebarCollapse {
        display: none;
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
            font-weight: bold;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .adminLetters {
        display: none;
    }
}

.switch.primary-switch label input[type=checkbox]:checked + .lever {
    background-color: #689DF6;
}

    .switch.primary-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #4285F4;
    }

.switch.default-switch label input[type=checkbox]:checked + .lever {
    background-color: #4DCCBF;
}

    .switch.default-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #2BBBAD;
    }

.switch.secondary-switch label input[type=checkbox]:checked + .lever {
    background-color: #C791E2;
}

    .switch.secondary-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #a6c;
    }

.switch.success-switch label input[type=checkbox]:checked + .lever {
    background-color: #2ACC6C;
}

    .switch.success-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #00C851;
    }

.switch.info-switch label input[type=checkbox]:checked + .lever {
    background-color: #59C3EB;
}

    .switch.info-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #33b5e5;
    }

.switch.warning-switch label input[type=checkbox]:checked + .lever {
    background-color: #FFA339;
}

    .switch.warning-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #F80;
    }

.switch.danger-switch label input[type=checkbox]:checked + .lever {
    background-color: #FF606F;
}

    .switch.danger-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #ff3547;
    }

.switch.teal-switch label input[type=checkbox]:checked + .lever {
    background-color: #b2dfdb;
}

    .switch.teal-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #80cbc4;
    }

.switch.pink-switch label input[type=checkbox]:checked + .lever {
    background-color: #f8bbd0;
}

    .switch.pink-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #f48fb1;
    }

.switch.blue-switch label input[type=checkbox]:checked + .lever {
    background-color: #b3e5fc;
}

    .switch.blue-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #81d4fa;
    }

.switch.amber-switch label input[type=checkbox]:checked + .lever {
    background-color: #ffe082;
}

    .switch.amber-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #ffd54f;
    }

.switch.mdb-color-switch label input[type=checkbox]:checked + .lever {
    background-color: #618FB5;
}

    .switch.mdb-color-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #3F729B;
    }

.switch.indigo-switch label input[type=checkbox]:checked + .lever {
    background-color: #9fa8da;
}

    .switch.indigo-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #7986cb;
    }

.switch.blue-white-switch label input[type=checkbox]:checked + .lever {
    background-color: #7986cb;
}

    .switch.blue-white-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #fff;
    }

.switch.blue-white-switch label .lever {
    background-color: #ccc;
}

    .switch.blue-white-switch label .lever:after {
        background-color: #fff;
    }

.switch.success-white-switch label input[type=checkbox]:checked + .lever {
    background-color: #00C851;
}

    .switch.success-white-switch label input[type=checkbox]:checked + .lever:after {
        background-color: #fff;
    }

.switch.success-white-switch label .lever {
    background-color: #ccc;
}

    .switch.success-white-switch label .lever:after {
        background-color: #fff;
    }

.switch.round label .lever {
    width: 54px;
    height: 34px;
    border-radius: 10em;
}

    .switch.round label .lever:after {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        left: 4px;
        top: 4px;
    }

.switch.square label .lever {
    width: 54px;
    height: 34px;
    border-radius: 0px;
}

    .switch.square label .lever:after {
        width: 26px;
        height: 26px;
        border-radius: 0px;
        left: 4px;
        top: 4px;
    }

.font-small {
    font-size: .9rem;
}

.widget p {
    display: inline-block;
    line-height: 1em;
    color: white;
}

.fecha {
    font-family: arial;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 5px;
    background: white;
    border: 2px solid #3f51b5;
    padding-top: 13px;
    border-radius: 5px;
    color: #3f51b5;
}

.reloj .horas {
    color: #3f51b5;
}

.reloj .dosPuntos {
    color: #3f51b5;
}

.reloj .minutos {
    color: #3f51b5;
}

.reloj .cajaSegundos {
    color: #3f51b5;
}

.reloj {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2em;
    text-align: center;
    background: white;
    padding-top: 13px;
    border-radius: 5px;
    border: 2px solid #9fa8da;
    color: #3f51b5;
}

    .reloj .cajaSegundos {
        display: inline-block;
        color: #3f51b5;
    }

    .reloj .ampm, .reloj .segundos {
        display: block;
        font-size: 1.5rem;
        color: #3f51b5;
    }

.imagenInversor {
    background-image: url("/img/InventarioFot/inversorHuawei.jpg");
    background-color: white;
}