/* Estilos globales */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}

/******************************************** ESTILOS CABECERA ****************************************/

.banner {
    /* BANNER CON DEGRADADO HACIA ABAJO */
    background-image:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) ), url("../img/banner/recortada.png");
    height: 380px;
    padding-top: 1px;

    /* Center and scale the image nicely */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

    /********************************** Necesario para posicionar la navbar ************************/
    position: relative;
}

/*CABECERA 1*/
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        position: -webkit-sticky;
    }
    #navbar-pro .navbar {
        width: 100%;
        margin: 0;
        margin-top: 4rem;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-bottom: 0;
    }
        #navbar-pro img {
            height: 8rem;
        }
            #navbar-pro ul {
                width: 100%;
                border-bottom: 3px solid;
            }
            #navbar-pro .nav-item {
                padding-left: 2rem;
                padding-right: 2rem;

            }
                #navbar-pro .nav-item * {
                    color: #000;
                    font-size: 1.3rem;
                    padding-bottom: 0.2rem;
                }
            #navbar-pro .nav-item:hover, #navbar-pro .nav-item:hover a, #navbar-pro .nav-item.active a {
                text-shadow: 1px 1px 1px black, 0 0 1em #000, 0 0 0.2em #000;
                color: #fff4c8;
            }

/* ANIMACIONES CABECERA */
.banner {
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
    .banner .navbar {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    .banner .title {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    .banner #navbar-pro img {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
.banner.scrolled {
    height: 145px;
}
    .banner.scrolled .navbar {
        margin-top: .5rem !important;
    }
    .banner.scrolled .title {
        opacity: 0;
    }
    .banner.scrolled #navbar-pro img {
        height: 6rem;
    }

/* CABECERA 2 */
#banner img {
    max-height: 12rem;
    padding: 1.5rem;
}
    #banner .title {
        margin: auto 0;
        text-align: right;
    }


/* ESTILOS PARA NAVBAR */
#navbar {
    background-color: #231F20;
    height: 64px;
}
    #navbar nav.navbar {
        height: 64px;
        margin: 0;
        padding: 0;
    }
    #navbar nav.navbar .nav-item {
        padding-left: 1rem;
        padding-right: 1rem;
        border-bottom: 3px solid;
    }
        #navbar nav.navbar .nav-item:hover {
            border-bottom: 3px solid #efb810;
        }
        #navbar nav.navbar a.nav-link:hover {
             color:#FF9D4E;
        }

/* ESTILOS TÍTULO INTRODUCIDO HOME */
.title .main, .title .secundary {
    text-align: center;
    }
    .title .main{
        margin-bottom: .2rem;
    }
    .title .secundary{
        font-size: 1.6rem;
        color: #000000b8;
    }

section.section{
    margin-top: 150px;
}
.section {
    padding-top: 4rem;
    padding-bottom: 3.125rem;
    min-height: 30vh;
}


/* ESTILO RESPONSIVE */
@media only screen and (max-width: 992px) {
    header {
        position: sticky;
        top: 0;
    }
    .banner {
        height: 145px;
        overflow: visible;
    }
        .banner #navbar-pro img {
            height: 6rem;
        }
    #navbar-pro .navbar {
        margin-top: 1rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #navbar-pro .navbar-collapse {
        background-color: #fefdf6;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-top: 2rem;
    }
    #navbar-pro ul {
        display: block;
        text-align: center;
        border-bottom: none;
    }
    #navbar-pro ul .nav-item * {
        font-size: 1rem;
    }
    #navbar-pro .title {
        display: none;
    }
    section.section{
        margin-top: 0;
    }
}


/************************************* ESTILOS DEL PIE DE PÁGINA **********************************/
footer {
    border-top: 3px solid black;
    background-color: #fdf8e7;
    padding: 2.5rem 0 2rem;
    }
/*footer a,*/ footer p {
        display: block;
        margin-bottom:1px;

    }
    footer a {
        color:black;
    }
        footer a:hover {
        color:#EFB810;
        text-decoration: none;
        }
    footer img {
        max-height: 100px;
        margin: .5rem;
        margin-top: 0;
    }

    footer hr {
        margin-top:0;
    }
    footer h4 {
        font-size: 1.3rem;
    }

#error{
    text-align: center;
}

/************************************* FIN ESTILOS DEL PIE DE PÁGINA **********************************/


/********************** ESTILOS GENERALES DE LOS BOTONES -REPASAR NO VA- ****************************/

btn {
    background-color: #EFB810;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/********************** FIN ESTILOS GENERALES DE LOS BOTONES -REPASAR NO VA- ****************************/


/************************** ESTILOS DE CARDS GENERALES **************************************/
section .cards-container .card {
    height: 20rem;
    overflow: hidden;
}
    section .cards-container .img-container {
        height: 218px;
        width: 100%;
        overflow: hidden;
    }
        section .cards-container .img-container .card-img-top {
            height: 100%;
        }

.card-deck{
    padding-bottom: 30px;
}
.card-img-top{

    }

.card{
    background-color: #fdf8e75c;
}
.cards-db {
    align-items: center;
    justify-content: center;
}
    .cards-db .col-md-2 {
        margin: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cards-db i {
        display: block;
        margin: auto;
    }
        .cards-db .card {
            height: 12rem;
            width: 12rem;
            overflow: hidden;
            background-color: white;
            border-radius: 50%;
            color: #000;
            text-decoration: none;
        }
            .cards-db .card .img-container {
                margin-top: 2rem;
            }
        .cards-db .card:hover {
            border-color: #EFB810;
            color: #aa7d39;
    }

    .card-header-custom{
            background-color: #282828;
            color: #fff4c8;
        }

/************************** FIN ESTILOS DE CARDS GENERALES **************************************/



/************************************ FILTROS *************************************************/
[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.accordion .card-header .btn, .accordion .card-header .btn * {
    color: #000;
    font-weight: bold;
    box-shadow: none !important;
    text-transform: uppercase;
}
.accordion .card {
    overflow: inherit !important;
}
/************************************ FIN FILTROS *************************************************/


/************************************** LOGIN ************************************************/
.login-box button{
    float:right;
    margin-bottom: 5px;
    border-color: #d3d9df;
}


    /*.login-box .container{
        height: 100%;
        align-content: center;
    }*/

    .login-box .card{
        margin-top: auto;
        margin-bottom: auto;
        width: 400px;
    }

    .login-box .input-group-prepend span{
        width: 42px;
    }

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}

.remember input
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn{
    width: 100px;
    background-color: #f6f5ee;
    border: 1px solid #deddd7;
}

.login_btn:hover{
    color: black;
    background-color: #fff4c8;
}

/********************************* FIN LOGIN *****************************************/

/******************************* BARRA DE ADMINISTRACIÓN ******************************/

#nav-admin, #nav-admin * {
    background-color: #282828;
    color: #fff4c8;
    font-size: 17px;
}

#nav-admin .navbar-brand, #nav-admin .navbar-brand * {
    font-size:17px;
    color: #efb810;
}

#nav-admin .dropdown-menu.show{
    background-color: #282828;
    color: white;
}
#nav-admin .dropdown-item {
    color: #fff4c8;
}
    /* Estilo responsive */
    @media only screen and (max-width: 992px) {
        #nav-admin a {
            text-align: left;
        }
    }
    @media only screen and (min-width: 992px) {
        .banner.scrolled {
            overflow: hidden;
        }
        #nav-admin {
            height: 2.5rem;
        }
    }

.user-admin-color{
    color: #EFB810 !important;
}

/******************************* FIN BARRA DE ADMINISTRACIÓN ******************************/



/********************************* ESTILOS GENERALES ******************************/

#acordion-visor {

}
    #acordion-visor .h5 {
        font-size: 1.05rem;
    }
    #acordion-visor .table {
        margin-bottom: 0!important;
    }
        #acordion-visor .table thead th {
            border-top: none;
        }
        #acordion-visor .table tbody {
            background-color: #FFF;
        }
     /*Minitura de imagenes*/
    .img-wrap{
        width:100%;
        height:100%
    }
    .img-sm {
        width: 90px;
        max-height: 100px;
        object-fit: cover;
        display: block;
    }
    .col-small {
        max-width: 100px;
    }

    .media{
        display: inline;
    }

    #acordion-visor .media img {
        margin-right: 1rem;
        margin-bottom: 10px;

    }

        /* miniatura en info cartela*/
    #acordion-visor .img-sm-cartela {
        width: 450px;
        max-height: 350px;
        object-fit: cover;
    }
    #acordion-visor .cartela img {
        margin-right: 1rem;
    }

    #acordion-visor dl {
        margin-bottom: 2px;
    }
        #acordion-visor dl * {
            display: inline;
        }


    /*negrita customizada para los formularios*/
    .bold-custom{
        font-size: 14px;
        font-weight: 600;
    }

    /* Alertas personalizadas */
    .alert-custom {
        background-color: #f9f8f7;
    }
    /*esto no funciona, caca*/
    .carrusel {
        border: 1px solid #e0e0e0;
        background-color: white;
        height: 177.4px;
    }

    /* Botón de envio de los formularios edicion y cartela*/
    .btn-send {
        margin-top:20px;
    }

    /*Estilos botones en los formularios de edicion y cartela*/

    .btn-custom{
        border: 1px solid #cecbcb;
        background-color: #fefdf6;
        color: #000;
        font-size: .8rem;
        margin-right: 0.25rem;
    }
    .card-header > .btn-custom:hover {
        background-color: #efedba;
        border-color: #000;
    }
    :not(.card-header) > .btn-custom:hover {
        border-color: #efb810;
        box-shadow: #efb810;
    }
/* botón sticky edición*/

    .btn-sticky{
        position: sticky;
        bottom: 0px;
        /*padding-top: 10px;*/
        width: 100%;
        /*height: 50px;*/
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #282828 !important;
        color:#fefdf6;
        font-weight: bold;
        font-size: .8rem;
    }
    .btn-sticky:hover{
        color: white;
        background-color: #efb810 !important;
    }

    /* Prueba de imagen cartela, creo que se pone restricciones tanto en el contenedor de la imagen, como en la imagen.*/
    .img-map{
        /* max-width: 450px;
        max-height: 350px;
        object-fit: cover; */
        width: 100%;
        height: auto;
    }
    .img-zoom:hover {
        cursor: zoom-in;
    }
    /* contenedor zoom */
    .zoomContainer {
        z-index: 99999;
    }
    .zoomContainer:hover {
        cursor: none;
    }

    /* Imagenes pequeñitas en info*/
    figcaption {
        background-color: #fff;
        color: black;
        padding: 1px;
        font-weight: bold;
        text-align: center;
        font-size: 10px;
        border: 1px solid #dee2e6;
        border-top: none;
    }

    /* Login */
    .input-login{
        border: 0;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 0;
        background-color: transparent;
    }

    .btn-submit{
        background-color: black !important;
        color: white;
        border-radius: 0.25rem !important;
    }

    .btn-submit:hover{
        background-color: #efb810 !important;
        color: white;
        border-radius: 0.25rem;
    }


    /* no funciona para font-awesome en a href*/
    .text-tellus{
      color: #efedba;
    }

    .text-tellus svg{
        color: #efedba !important;/*funciona si se le pone al svg*/
    }

/********************************* FIN ESTILOS GENERALES *************************/


/********************************* TABLAS REVISAR ******************************/

.external-table-header {
    background: #3A3428;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 1rem;
    width: 100%;
    display:flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
    .external-table-header * {
        display: block;
        vertical-align: middle;
    }

/*table {
    table-layout:fixed;
    width: 200px;
}*/

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fdfaf2;
}
/* revisar
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #EFB810;
}
*/


.info-group-title {
    margin-bottom: 1rem;
    color: #886522;
    text-transform: uppercase;
}

 .edicion-tabla {
    table-layout: auto;
    overflow-wrap: break-word;
    font-size: 13px;
    overflow-x: auto;
 }

 .edicion-tabla thead {
     background-color: #3A3428;
     color: #FFFFFF;
 }
    .edicion-tabla thead th{
        border-color: #454d55;
        border-bottom: none;
    }
    .edicion-tabla i{
        margin-right: 5px;
    }
.table-general{
    font-size: 13px;
}

    .truncate-table td {
        max-width: 100px;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
     }

    .basedatos-table th {
        text-align: center;
    }

    .basedatos-table td:nth-child(1) {
        width:5%;
    }

    .basedatos-table td:nth-child(2) {
           width:75%;
       }


    .basedatos-table td:nth-child(3) {
        width: 10%;
        text-align: center;
    }

    .basedatos-table td:nth-child(4) {
        width: 10%;
        text-align: center;
    }
    /*
    .truncate-table tr > td:hover {
        overflow: visible;
        white-space: unset;
    }

     */


.edicion-cartela-card{
    background-color: #282828;
}


/*th { text-align: left; }*/
#edition table.cartela tr:hover {
    cursor: pointer;
}
#edition table.cartela th {
    text-align: center;
}
#edition table.cartela td {
}
    #edition .table.cartela tr>td:nth-child(1) {
        width: 12%;
    }
    #edition .table.cartela tr>td:nth-child(2) {
        width: 45%;
        font-size: .75rem;
        text-overflow: ellipsis;
    }
        #edition .table.cartela tr>td:nth-child(2) .title {
            margin: auto 0;
            display: block;
            width: 100%;
            max-height: 115px;
            overflow-y: hidden;
            -webkit-transition: 1s cubic-bezier(0, 1.05, 0, 1);
            -moz-transition: 1s cubic-bezier(0, 1.05, 0, 1);
            transition: 1s ease cubic-bezier(0, 1.05, 0, 1);
        }
            #edition .table.cartela tr>td:nth-child(2):hover .title {
                max-height: 5000px;
                white-space: unset;
                -webkit-transition: 2s ease;
                -moz-transition: 2s ease;
                transition: 2s ease;
            }
    #edition .table.cartela tr>td:nth-child(3) div {
        width: 100%;
    }
        #edition .table.cartela tr>td:nth-child(3) div .author {
            font-weight: bold;
        }
        #edition .table.cartela tr>td:nth-child(3) div .job {
            text-align: right;
            margin-left: 1rem;
            color: #7a7a7a;
        }
        #edition .table.cartela tr>td:nth-child(3) div:not(:last-child) {
            border-bottom: 1px solid #D0C366;
        }
    #edition .table.cartela tr>td:nth-child(4) {
        vertical-align: middle;
    }


/********************************* FIN TABLAS ******************************/

/*********************************** LINKS ***********************************/

a:link .tellus-links {
    outline: none;
    color: #858080;

}
    a:visited .tellus-links{
    color: #858080;
    }

    a:hover .tellus-links{
        text-decoration: none;
        color:#EFB810;
    }

table.table-clickable tbody tr {
    cursor: pointer;
}
.modal-dialog {
    width: max-content;
    margin: 1.75rem auto;
    max-width: none;
    width: 75%;
    width: max-content;
    max-width: 80%;
}
    .modal-dialog .modal-body {
        max-height: 70vh;
        overflow-y: auto;
    }
.modal-body .img-fluid {
    height: 100%;
    width: auto;
}
/*********************************** FIN LINKS ***********************************/


/*********************************** TABLAS ÚLTIMOS REGISTROS (BASE DE DATOS) ***********************************/

.last-records a {
    color: black !important;
}
    .last-records-header {
        text-align: center;
        margin-bottom: 0;
        padding: .5rem;
        color: black;
    }

    .card-visor h5 {
        font-size: 1rem;
        color: black;
        text-decoration: none !important;
    }

/*********************************** FIN TABLAS ÚLTIMOS REGISTROS (BASE DE DATOS) ***********************************/


/****************************************** FIELDSET CUSTOM **********************************************************/

.fieldset-custom{
    background-color: white;
    border: 1px solid #e0e0e0;
    padding: 15px 15px 15px 15px;
    margin-bottom:20px;
}

    .fieldset-custom legend{
        width: auto;
        margin: 0;
        padding:0.3em;
        color: #886522;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1rem;

    }

    .fieldset-custom .row {
        margin-top: .2rem;
    }

    .fieldset-custom .form-check .form-check-input {
        position: relative;
        margin-right: .5rem;
    }
    .fieldset-custom .form-check {
        margin-bottom: 1rem;
    }

    .fieldset-custom label{
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .fieldset-custom input{
        border:0;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 0;
        margin-top: -5px;
    }

        .fieldset-custom input:read-only {
            background-color: #fefdf6;
        }

        .fieldset-custom input::placeholder{
            color: #BDC1C4;
        }


    .fieldset-custom select{
        border:0;
        border-bottom: 1px solid #e0e0e0;
        border-right: 0;
        margin-top: -5px;
    }

    .fieldset-custom select:disabled {
        background-color: #fefdf6;
    }


    .fieldset-custom textarea{
        border:0;
        border-left: 1px solid #e0e0e0;
    }
        .fieldset-custom textarea:read-only {
            background-color: #fefdf6;
        }

        /*si funciona pero no es lo que quiero
        .fieldset-custom textarea:active{
            border:0;
            border-left: 1px solid #efb810;

        }*/

/* funciona pero no es lo que quiero
.fieldset-custom textarea:focus{
    border:0
    border-left: 1px solid #efb810;
}
*/

    .fieldset-custom span{
        font-size:14px;
        font-weight: 600;
    }

        .fieldset-custom span span{
            font-size: 1rem;
            font-weight: normal;
        }



    /* badges info-edicion*/
    .badge{
        background-color: #fefdf6;
        color: black;
        border: 1px solid #9f9f9f;
        font-style: normal !important;
        font-weight: 600;
        font-size: 14px;
    }

    /** info-edicion - fontawesome icons ***/
    .fieldset-custom svg{
        margin-right: 5px;
    }

    /* revisar */
    .btn svg {
        margin: 0;
    }
    /********/

    /* vista info de edicion y cartela*/
    .fieldset-custom .info-style{
        font-size: 14px;
    }

/************************************* FIN FIELDSET CUSTOM ***********************************************/


/********************** FORMEDIT EDICION - INFORMACIÓN ADICIONAL *****************************/
    .info-adicional textarea{
        margin-left: 15px !important;
        font-size: 13px !important;
        width: 98% !important;
    }
/********************** FIN FORMEDIT EDICION - INFORMACIÓN ADICIONAL *************************/

/****************************** CONTROL-PANEL-CARD ******************************/
.control-panel-card{
   background-color: white;
}
.control-panel-card .card-header{
    background-color: #282828;
    color:#fff4c8;
    height: 60px;
    display: flex;
    align-items: center;
    align-self: stretch;
}
    .control-panel-card .card-header .h5 {
        margin-bottom: 0;
        height: 100%;
        display: flex;
        align-items: inherit;
        align-self: stretch;
    }
    .control-panel-card .card-header.text-center {
        justify-content: center;
    }
    .control-panel-card .card-header .float-right {
        margin-left: auto;
        display: flex;
        align-items: center;
        align-self: stretch;
    }
    .control-panel-card .card-header select {
        margin-right: 1rem;
        height: 38px;
    }
    .control-panel-card .card-footer{
        background-color: white;
    }

.card-option{
    border:0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    background-color: white;
}
.card-option > div:nth-child(1) > svg:nth-child(1) {
    margin-top: 20px;
    font-size: 30px;
    color: #efb810;
}

.card-option > div:nth-child(2) > h5:nth-child(1) {
    margin-top: -0.94rem;
    color: black;
    font-size:0.94rem;
}
.card-option:hover{
    border-color: #efb810;
    text-decoration: none;
}

.card-hover{
    display: flex;
    flex-flow: column;
    height: 100%;
}
.card-hover, .card-hover * {
    max-width: 100%;
}
    .card-hover .card-menu {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        padding: 2px;
        text-align: center;
        font-size: .7rem;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-radius: 0;
        background-color: white;
    }
    .card-hover a {
        display: block;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top: 1px solid #efb810;
        border-bottom: 1px solid #efb810;
        text-decoration: none;
        color: #000 !important;
        width: 100%;
    }
        .card-hover a:hover {
            font-weight: bold;
        }
        .card-hover a:first-child {
            border-top: none;
        }
        .card-hover a:last-child {
            border-bottom: none;
        }

/******************** FIN CONTROL-PANEL-CARD **************************/

/************************* CONTROL-PANEL-TABLE ************************/
.control-panel-table {
    table-layout: auto;
    overflow-wrap: break-word;
    font-size: 13px;
    overflow-x: auto;
}

    .control-panel-table thead {
        background-color: white;
        border: 0;
    }
        .control-panel-table:not(.control-panel-table-bd) thead th {
            font-weight: bold !important;
        }

        .control-panel-table thead tr:first-child > th{
            border-bottom: solid 1px #efb810;
        }

        .control-panel-table thead tr:last-child > th{
            border-bottom: 0;
        }

        .control-panel-table thead th{
            /*font-weight: normal;*/
            color: black;
            text-align: center;
        }

        .control-panel-table thead tr:first-child th {
            font-size: 0.94rem;
            border-bottom: 1px solid #efb810;
        }

        .control-panel-table-bd thead th:first-child, .control-panel-table-bd thead th:nth-child(2){
            font-size: 0.94rem;
            font-weight: normal;
            color: black;

        }

    .control-panel-table td{
        text-align: center;

    }
    .control-panel-table th:not(:last-child), .control-panel-table td:not(:last-child) {
        border-right: solid 1px #efb810 ;
    }

    .control-panel-table tr:hover td{
        background-color: #fff4c8;
    }

    /* padding en los td del primer tr de la tablas */
    .control-panel-table-bd tbody tr:nth-child(1) > td:nth-child(1), .control-panel-table-bd tbody tr:nth-child(1) > td:nth-child(2){
        padding-top:10px;
    }

    .control-panel-table-bd td{
        padding-right: 10px;
        text-align: left;
    }
    .control-panel-table-bd tr:hover td a{
        text-decoration: none;
    }

    .control-panel-table-registro td{
       text-align: left;
    }

    .control-panel-table-registro td:last-child {
        width: 15%;
        text-align: center;
    }
    .control-panel-table-registro tbody tr:nth-child(1) > td:nth-child(1), .control-panel-table-registro tr:nth-child(1) > td:nth-child(2), .control-panel-table-registro tr:nth-child(1) > td:nth-child(3), .control-panel-table-bd tbody tr:nth-child(1) > td:nth-child(2){
        padding-top:10px;
    }
    .control-panel-table-registro td{
        padding-left: 10px;
        padding-right: 10px;
    }

/************************* FIN CONTROL-PANEL-TABLE ************************/

/*************** REVISAR ***************/
input {
    border:0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    margin-top: -5px;
}

/*************** VISTA WINDOWS FORM USUARIO *******************/
.user-form-custom label{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.user-form-custom input{
    border:0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    margin-top: -5px;
}

.user-form-custom input:read-only {
    background-color: #fefdf6;
}

.user-form-custom input::placeholder{
    color: #BDC1C4;
}

.user-form-custom select{
    border:0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 0;
    margin-top: -5px;
}

.user-form-custom select:disabled {
    background-color: #fefdf6;
}
/*************** FIN VISTA WINDOWS FORM USUARIO *******************/
/* parametrica */


.parametrica a, .galeria a, .nav-item a {
    color: inherit !important;
    text-decoration: none !important;
}
#parametrica .card .card-header {
    opacity: .8;
}
#parametrica .card .card-header * {
    color: #fff4c8;
    text-decoration: none;
}
.pagination .page-item.active .page-link {
    background-color: #EEEBD6;
    border-color: #000;
}
.pagination .page-item:not(.disabled) .page-link {
    color: #000;
}





.small-image {
    margin-top: 1rem;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
    min-height: 12rem;
    max-height: 12rem;
    height: 12rem;
}
.small-image .img-thumbnail{
    border: 0;
    padding: 0;
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    height: auto
}

