/**
* Destinado a todas págians
*/

.bg-light-2 {
    background: #eaecf4;
}

.bg-light-3 {
    background: #F8F9FC;
}

div[data-toggle="collapse"]:hover {
    /* .collapse:hover { */
    cursor: pointer;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100001;
    backface-visibility: hidden;
    background: #FFFFFF;
}

.loader_img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-position: center;
    margin: -25px 0 0 -25px;
}

/* CodeMirror*/
.CodeMirror {
    line-height: 1.2;
}

@media screen and (min-width: 1300px) {
    article {
        max-width: 1000px;
    }

    #nav {
        border-right: 499px solid transparent;
    }
}

span.clicky {
    cursor: pointer;
    background: #d70;
    color: white;
    padding: 0 3px;
    border-radius: 3px;
}

/* Bootstrap */

.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: rgba(69, 160, 235, 0.22)
}

.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}

/* DataTable*/

table.dataTable tbody tr.selected, table.dataTable tbody tr.selected td a {
    color: #858796;
    background-color: initial;
    opacity: initial;
    font-weight: bold;
}

table.dataTable tbody tr td.highlight, table.dataTable tbody tr.highlight {
    background-color: rgba(59, 59, 59, 0.1) !important;
}


div.dt-buttons button.dt-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 400;
    color: #9C9EAB;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

table.dataTable tr th.checkDataSelect.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

/* SELECT 2*/

.select2-selection__rendered {
    line-height: 20px !important;
}

.select2-selection {
    height: 34px !important;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}