/* fuentes */
/*@font-face{
    font-family: "BebasNeue";
    src:url("fonts/BebasNeue.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "TrebuchetMS";
    src:url("fonts/TrebuchetMS.ttf");
    font-weight: normal;
    font-style: normal;
}

*{
    text-decoration: none;
    font-family: "TrebuchetMS";
}
*/

body{
    font-family: "Roboto", sans-serif;
    background-color: #f4f5fa;
    /*background: url("../src/pattern.png");*/
}

.main-contianer{
    
    
}

/* barra de navegacion */
.navbar{
    display: flex;
    flex-grow: wrap;
    flex-direction: row;
    width: 100%;

    background-color:black;
    height: 60px;
    margin-bottom: 20px;
}


.navbar ul{
    display: flex;
    flex-grow: wrap;
    flex-direction: row;
    justify-content: right;
    width: 100%;
    list-style: none;
}

.navbar ul li{
    margin-left: 25px;
}

.navbar-button{
    border: none;
    background-color: transparent;
    color:black;
    /* font-family: 'BebasNeue'; */
    font-size: 16px;
    padding-top: 10px;
}

.navbar-button:hover{
    color: black;
    transform: scale(1.2,1.2);
}

.navbar ul li a{
    color: black;
    /* font-family: 'BebasNeue'; */
    font-size: 15px;
}

.navbar ul li a:hover{
    color: black;
    transform: scale(1.2,1.2);
}

/* formulario login*/
.login-container{
    width: 500px;
    margin: 0px auto;
    margin-top: 40px;
    text-align: center;
}

.login-container input[type="email"],
.login-container input[type="password"]{
    width: 60%;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 5px;
    border-radius: 15px;
    border-width: 0px;
}

.login-container input[type="submit"]{
    width: 40%;
    height: 30px;
    margin-bottom: 15px;
}


/* formulario modals*/

.form-container{
    text-align: center;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="password"],
.form-container select{
    width: 80%;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 5px;
}

.form-container input[type="submit"]{
    width: 40%;
    height: 30px;
    margin-bottom: 15px;
}

.form-container label{
    width: 100%;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 5px;
    color: blue;
    /* font-weight: bold; */
}

/* formulario documento modals*/
.modal-header{
    background-color: #f4f5fa;
    /*background: url('../src/pxgray.png') white;*/
}

.modal-body{
    background-color: #f4f5fa;
    /*background: url("../src/pattern.png");*/

}


.form-container-documentos{
    display: flex;

    text-align: center;
}

.form-container-documentos input[type="text"],
.form-container-documentos input[type="email"],
.form-container-documentos input[type="password"],
.form-container-documentos select,
.form-container-documentos textarea{
    width: 80%;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 5px;
}

.form-container-documentos textarea{
    height: 120px;
}

.form-container-documentos input[type="submit"]{
    width: 40%;
    height: 30px;
    margin-bottom: 15px;
}

.form-container-documentos label{
    width: 100%;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 5px;
    color: blue;
    /* font-weight: bold; */
}

.form-divisor{
    width: 50%;
}


/* secciones */
.section-container{
    width: 95%;
    margin: 0px auto;
    border: 1px solid black;
    margin-bottom: 50px;

    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ddd;
    background-color: white;
}

.section-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* padding-top: 20px; */
    
    background: url('../src/pxgray.png') white;

}

.card-title{
    display: flex;
    padding-left: 20px;
}

.card-title h3{
    padding-top: 15px;
    padding-left: 8px;
}

.header-icon img{
    padding-top: 5px;
    height: 60px;
}

.card-filtro{
    padding-top: 15px;
    padding-right: 20px;
}

.search-input{
    margin-top: 2px;
    
}

.admin-label{
    color: #8dd280;
}

.acciones-button{
    background-color: transparent;
    border: none;
}

.datos thead{
    font-size: 12px;
}

.datos tbody{
    font-size: 13px;
}





/* iconos */
.icon{
    height: 16px;
}

.icon-search{
    height: 25px;
}

/* tabla */
table a{
    text-decoration: none;
    color:rgb(0, 158, 221);
    /* color: rgb(41, 136, 126); */

    font-weight: bold;
}

th{
    text-align: center;
    background: url('../src/pxgray.png') white;

}

.acciones{
    max-width: 40px;
}

.number{
    text-align: end;
    min-width: 90px;
}

.date{
    min-width: 80px;
}

.center{
    text-align: center;
}
.bton-pie{
    background-color: transparent;
    border: none;
}

.btn-cel{
    display: none;
    padding-left: 7px;
    /* text-align: center; */
}

.btn-cel a{
    margin: 0px auto;
}

/* pdf viewer */
.pdf-container{
    text-align: center;
    width: 100%;

}

.pdf-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: url('../src/pxgray.png') white;
    width: 100%;

}

.pdf-header h1{
    color: rgb(0, 158, 221);
    width: 100%;
}

#pageNumber{
    font-size: 12px;
    padding-top: 5px;
}

.controls{
    margin: 0px auto;
    width: 90%;
    height: 30px;
}

.controls-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    margin: 0px auto;
    height: 10px;

}

.btn-pdf{
    background-color: transparent;
    border: none;
}

.previous{
    transform: scaleX(-1);
}

canvas{
    width: 400px;
    height: 100%;
    margin: 0px auto;
}

.disabled{
    pointer-events: none;
    cursor: default;
}

.bton-pie h5{
    font-size: 1rem;
    padding-left: 10px;
    text-decoration: underline;
}

.btn-primary{
    background-color: #02bbff!important;
    border-style:none!important;
}


.page-link{
    color: #52b7e1!important;
}

.pagina-actual{
    background-color: #52b7e1;
    color: white!important;
} 

.navbar-collapse{
    background-color:#f4f5fa;
}

.navbar-collapse.show{
    height: 450px;
    z-index: 19999;
}

.navbar-collapse.show > ul{
    display: initial;
}

.navbar-collapse.show > ul > li > .navbar-button{
    font-size: 20px;
    padding-bottom: 10px;
}

.navbar-collapse.show > ul > li > .navbar-button:hover{
    color: #02bbff;
}

.navbar-toggler:focus{
    box-shadow: initial;
}



