.table .table{
    margin-top: initial !important;
}

.bootstrap-select .dropdown-menu li .disabled{
    display: none;
}


.contenedorSegundario{
    padding: 15px;
}

.contenedorSegundario .cabeceraPrincipal{
    background: white;
    top: 0px;
    position: sticky;
    padding-top: 5px;
    height: 50px;
    z-index: 3;
}


.contenedorSegundario .cabeceraPrincipal .botonesIzquierda{
    float: left;
    display: flex;
    font-size: 30px;
    padding-bottom: 15px;
}

.contenedorSegundario .cabeceraPrincipal .botonesIzquierda a{
    margin-right: 10px;
    color: black;
}

.contenedorSegundario .cabeceraPrincipal .botonesCentro{
    float: left;
}

.contenedorSegundario .cabeceraPrincipal .botonesCentro a{
    color: black;
    border-color: black;
}

.contenedorSegundario .cabeceraPrincipal .botonesDerecha{
    float: right;
    display: flex;
    padding-bottom: 15px;
}

.contenedorSegundario .cabeceraPrincipal .botonesDerecha .searchbar{
    margin-right: 10px;
}


.table{
    margin-top: -50px;
}

.table thead th{
    position: sticky;
    top: 45px;
    background: white;
    z-index: 3;
}

.table tbody tr:hover{
    background: whitesmoke;
}

.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 6px;
}

.search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 25px;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input{
    padding: 0 10px;
    width: 200px;
    caret-color:red;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
}

.search_icon{
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
}


.contenedorBotonesAcciones a{
    color:black !important;
}

.contenedorModalIframe{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    background: white;
    z-index: 3;
}


.contenedorModalIframe .botonCerrar{
    position: absolute;
    right: 40px;
    top: 25px;
    font-size: 35px;
    color: red;
    cursor: pointer;
}

.contenedorModalIframe iframe{
    width: 100%;
    height: 100%;
}

.contenedorModalIframe .contenedorBotonesCompartir{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 25px;
    right: 40px;
    font-size: 35px;
}


.contenedor_firmaDocumento{
    position: relative;
    text-align: -webkit-center;
    margin-top: 35px;
    padding-bottom: 45px;
}

.contenedor_firmaDocumento h3{
    margin-bottom: 15px;
    font-weight: bold;
}

.contenedor_firmaDocumento canvas{
    width: 80%;
    max-width: 600px;
    min-width: 200px;
    height: 200px;
}

.contenedor_firmaDocumento .contenedor_botones{
    width: 80%;
    max-width: 600px;
    min-width: 200px;
}


.contenedor_documento{
    text-align: -webkit-center;
}

.contenedor_documento .contenedor_primario{
    max-width: 650px;
    text-align: left;
    padding: 15px;
}

.contenedorBotonesAcciones i{
    background: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 25px;
    font-size: 17px;
    border: solid 1px gray;
}

.contenedorBotonesAcciones i:hover{
    background: black;
    color: white !important;
}

.form-group label span{
    font-size: 12px;
}

.fa, .fas {
    color: #414956;
}

.descripcionRegistroVinculado{
    overflow-x: auto;
}

.descripcionRegistroVinculado .table{
    margin-top: initial;
}


.descripcionRegistroVinculado .table thead th{
    position: initial;
}