.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius:.25rem;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border: 2px solid #000;
    background-color: #c0c1c2;
    color:#000;
}

table.dataTable tbody tr:nth-of-type(odd){background-color:#f2cece;}

table.dataTable tbody tr:hover{color:#23282c;background-color:#fcffad}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #fff;
    background-color: #900;
    border-color: #900;

}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}


/* agregados por garcera */
.card .card-header-bordo .card-icon,
.card .card-header-bordo .card-text,
.card .card-header-bordo:not(.card-header-icon):not(.card-header-text),
.card.bg-sbordo,
.card.card-rotate.bg-bordo .front,
.card.card-rotate.bg-bordo .back {
    background: linear-gradient(60deg, #900, #c6c8ca);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}


.card .card-header-gris .card-icon,
.card .card-header-gris .card-text,
.card .card-header-gris:not(.card-header-icon):not(.card-header-text),
.card.bg-sbordo,
.card.card-rotate.bg-gris .front,
.card.card-rotate.bg-gris .back {
    background: linear-gradient(60deg, #0b4d75, #c6c8ca);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}


.img_holder{
    margin-top:15px;
}
.img_holder > img{
    max-height:100px;max-width: 100px;
}
.div_imagenes{
    max-height:150px;max-width: 150px;
    align-content: center;
    border: solid;
    border-color: #0b4d75;
    border-radius: 10px;
}
/*
.sidebar .nav-dropdown.open .nav-link {
    color: #131212;
    border-left: 0;
    background-color: #fff;
}

.sidebar .nav-dropdown.open .nav-link:hover {

     border-left: 0;
     background-color: #ccc;
 }

.sidebar .nav-dropdown.open .nav-link.active {
    color: #000;
    border-left: 0;
    font-weight: bold;
    background-color: #f2cece;
}*/

/*
form validate
 */
#field{margin-left:.5em;float:left}
#field,label{float:left;font-family:Arial,Helvetica,sans-serif;font-size:small}
br{clear:both}
input{border:1px solid #000;margin-bottom:.5em}
input.error{border:1px solid red}
label.error{padding-left:16px;margin-left:.3em}
label.valid{display:block;width:16px;height:16px}



