#content-wrapper{
    height: 100vh;

}


.h3{
    font-size: 14px;
}

.card{
    font-size: 14px;
}



.bg-login-image {
    background: url(https://teromanager2.s3.amazonaws.com/plantas/12-05-08_AS1_iTleLOY.jfif?AWSAccessKeyId=AKIAZC6PX7PF44MXIUBG&Signature=u3m%2BqgrNrDhDBM3UMiePW8FCuZI%3D&Expires=1735859540);
    background-position: center;
    background-size: cover;
}

.logo{
    padding-top: 5rem;
    width: 50%;
}

.texto_estado{
    font-size: 12px;
}




#activoimg{
    display: none;
}


.table-diagnostico{
    text-align: left;
    border: 1px solid #e3e6f0; 
}

.table-diagnostico th{
    text-align: left;
   
}

.navbar{
    position: fixed;
    z-index: 150;
    width: 100%;
    transition: top 0.3s;
}



.archivosadjuntos{
    font-size: 12px;
    
}

.contenido{
    padding-left: 4px;
    padding-right: 4px;
    min-height: 800px;

}

.contenido-nonav{
    padding-left: 16px;
    padding-right: 16px;    
    margin-top: 20px;   
    overflow: hidden;
   
}


.plantas{
    padding-left: 0px;
    padding-top: 10px;
}

.informes{
    padding-top: 100px;
}



.listado-plantas{
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

.listado-plantas:first-child {
    border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
}

.imagenplanta{
    display: none;
}

.guia{
    font-size: 18px;
    color: black;
    padding-left: 2px;
    font-weight: bold;
}

.estado-guia{
    width: 6%;
}

.iconos-enlaces{
    margin-left: 12px;
}

.iconos-enlaces:hover{
    position: relative; 
    top: -5px;

}

.activos-tabla-lateral{
    font-size: 12px;
}

.accordion-button{
    background-color: #f8f9fc;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 4px;
}

.accordion-button:focus{
    background-color: #e3e6f0;
}

.accordion-body{
    font-size: 12px;
    background-color: #f8f9fc;
}

#accordionequipos tbody{
    font-size: 11px;
}

#equiposzonas tbody{
    font-size: 11px;
}

#equiposzonas shadow{
    box-shadow: none;
}

.esquema{
    padding:.35rem .75rem;
    background-color: #F8F8F8;
    border: none;
    
}

.card-esquema{
    border:none;
    background-color: #F8F8F8;

}

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

.card-body-equipos{
    padding:.35rem .75rem;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    padding-left: 1rem;
}

.modal{
    z-index: 2000;
    margin-top: 40px;

}

.activada{
    background: aliceblue;
}

#columna-esquema{
    transition: top 1s;
    background-color: #F8F8F8;
    padding-top: 100px;
    padding-right: 0;

}

#columna-central{
    background-color: white;
    padding-top: 100px;
    min-height: 100vh;
}

.page-footer {
    display: none;
}

.active-activo{
    font-weight: 700;
}

.medidas-punto{
    background-color: white;
    padding-top: 50px;
    margin-top: 70px;
}

.contenido-gestor{
    margin-top: 80px;
    min-height: 1080px;
}



.ubicaciones-ul{
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 0.9rem;
    background-color: transparent;
    
}

.chart-canvas {
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  }


.botones-editar{
    font-size: 0.8rem;
}

.listado-editar{
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
}


.botones-avisos{
    padding: 2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
}

.card-avisos{
    max-height: 400px;
    overflow-y: scroll;
}

.estados-inspecciones{
    font-size: 9px;
}

.m-signature-pad--body canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    border: 1px solid #CCCCCC;
}

.accordion-item{
    border: none;
}


.texto_tabla{
    width: 40%;
}

.contenido-crud{
    padding-top: 101px;
}

.activo-seleccionado{
    font-weight: bold;
}

.medidas-fecha{
    font-size: 12px;
}

.punto-medidas{
    font-size: 12px;
    margin-top: 2px;
}

.punto-lista{
    margin-bottom: 0.2rem;
}

.activo-lista{
    margin-bottom: 0.2rem;
}

.activo-active{
    font-weight: bold;
}




/* Para gráficos */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.graficos {  
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}


/** Para ckeditor **/

.django-ckeditor-widget{
    width: 100% !important;
}

/** Tabla inspecciones **/
.texto_tabla_diagnostico{
    color: #4e73df
}

.texto_tabla_diagnostico:hover{
    cursor: pointer;
}




@media screen and (max-width: 480px) {
    .nav {
        padding-left:3px;
        padding-right:3px;
    }
    .nav li {
        display:block !important;
        width:100%;
        margin:0px;
    }
    .nav li.active {
        border-bottom:1px solid #ddd!important;
        margin: 0px;
    }

    .contenido{
        padding-left: 3px;
        padding-right: 3px;
        
    }

    

    .columna-block{
        display: block;
    }

    .page-footer {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        align-items: center;
        background: white;
    }

    .col-footer{
        text-align: center;        
        vertical-align: middle;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-nav {
        display: none;
    }

    .search-nav{
        display: none;
    }

    .navbar-footer{
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: fit-content;
    border-top: thin;
    }

    .buscador{
        position:absolute;
        top:-150%;
        width: 150px;      
    }


    .buscador-top{
        display: none;
    }

    .plantas{
        padding-left: 7px;
        padding-right: 7px;
    }

    .row-cards{
        justify-content: center;
    }

    

}



@media screen and (max-width: 800px) {
    .columna-oculta{
        display: none;
    }
}






.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}