/* Add here all your CSS customizations */

.body-sign .card-sign .card-body {
    border-top-color: #A0968C;
}

.page-header h2 {
    border-bottom-color: #A0968C;
}

html .btn-primary {
    background-color: #A0968C;
    border-color: #A0968C #A0968C #c8b4a0;
}

html .btn-primary:hover,
html .btn-primary.hover {
    background-color: #c8b4a0;
    border-color: #c8b4a0 #c8b4a0 #A0968C;
}

.inner-wrapper .content-body {
    padding: 40px 40px 100px 40px;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #A0968C;
}

html.no-overflowscrolling .nano>.nano-pane>.nano-slider {
    background: #A0968C;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination .page-item.active .page-link {
    background-color: #A0968C !important;
    border-color: #A0968C;
}

.table-bordered th .img,
.table-bordered td .img {
    width: 80px;
    height: 80px;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1020px;
}
.getimagen {
    display: flex;
    flex-wrap: wrap;
}

.getimagen .img-cn {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin-top: 10px;
    margin-right: 8px;
    position: relative;
    border: 1px solid #eff2f7;
}

.getimagen .img-cn .img-quitar {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    padding: 3px;
    color: #000;
    cursor: pointer;
    line-height: 1em;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgb(28, 28, 28);
}

.getimagen .img-cn img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
}

#eliminar-imagenes{
    cursor: pointer;
}

#multimediaLbx{
    width: 80%;
    background-color: #fff;
    margin: 0 auto !important;  
}
#multimediaLbx .scroll{
    height: 340px;
    overflow: scroll;
    padding: 4px 20px 4px 10px;
}
#multimediaLbx .cuadros{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#multimediaLbx .cuadros .cuadro{
    width: 15%;
    padding: 6px;
    height: 120px;
    margin: 10px 0;
    border: 1px solid #eee;
}
#multimediaLbx .cuadros .cuadro label{
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}
#multimediaLbx .cuadros .cuadro label input{
    margin: 5px;
}

.txt-activar a{
    color: #A0968C;
    font-weight: bold;
}
table.table-bordered.dataTable tbody .sorting_1{
    cursor: all-scroll;
}