.dropzone .dz-preview {
    margin:0px !important;
    margin-top:10px !important;
}

.dz-preview:nth-child(even) {
    margin-right: 1% !important;
}

.dz-preview:nth-child(odd) {
    margin-left: 1% !important;
}
.dz-remove {
    margin-top: 15px !important;
}

.daterangepicker.dropdown-menu {
    z-index: 5000000001;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(224, 232, 255, 0.5) !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: none;
}

table p {
    margin-bottom: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    margin-left: 0px;
    top: 25px;
    text-align: center;
    opacity: 0.5;
    z-index: 10;
    padding: 40px;
}

.btn-default {
    background-color:#fff;
    border-color: #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0px rgba(0,123,255,.25);
}

.btn-default:hover {
    background-color: #e8e8e8;
    border-color: #d6d6d6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: inherit !important;
    color: #495057 !important;
    padding: 4px 12px 4px 12px !important;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.table-block th, .table-block td {
    white-space: normal !important;
}

table.dataTable>tbody>tr.child ul.dtr-details li {
    padding-bottom: 10px;
    padding-top: 10px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
    max-width: 250px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10000000000 !important;
}

.icons-alert::before {
    content: "\f029";
}

.width-nombre {
    width: 130px !important;
}

.width-nombre-lg {
    width: 200px !important;
}

.alert-success.icons-alert::before {
    content: "\ed27";
}

.alert-danger.icons-alert::before {
    content: "\ed2b";
}

.alert-warning.icons-alert::before {
    content: "\f10e";
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(224, 232, 255, 0.5) !important;
    color: black !important;
}

table.dataTable>tbody>tr.child span.dtr-title {
    padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .main-body .page-wrapper .align-items-end .page-header-breadcrumb {
        margin-top: 0px;
        text-align: right;
    }
}

@media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    display: block;
}

.btn-label {
    width: 100%; 
    opacity: 0;
}

.p-l-0 {
    padding-left: 0px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.icons-alert:before {
    top: 11px;
    left: -32px;
}

.alert button.close {
    margin-top: 3px;
    margin-bottom: 0;
}

.b-0 {
    border: none !important;
}

.modal-title {
    font-size: 15px !important;
    font-weight: 600;
    text-transform: uppercase !important;
}

.modal-title i {
    margin-right: 5px;
}

.l-h-25 {
    line-height: 25px !important;
} 

.hover:hover {
    opacity: 0.6;
}

.hidden {
    display: none;
}

.daterangepicker{
    font-size: 0.9rem;
}

.sweet-overlay {
    z-index: 10000000000;
}

.sweet-alert {
    z-index: 9999999999;
}

.select2-selection__arrow {
    background-color: #ccc;
    right: 7px !important;
    top: 6px !important;
}

.select2-selection__clear {
    right: 25px;
    background-color: #ccc;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-size: 21px;
}

.modal-xl {
    max-width: 1200px;
}

.f-12 {
    font-size: 12px !important;
}

.td-width {
    max-width: 0 !important;
    min-width: 80px !important;
}

.card .card-block .dropdown-menu > li > a:focus, .card .card-block .dropdown-menu > li > a:hover {
    background-color: rgb(9, 86, 255);
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgb(9, 86, 255);
    color: white;
}