/****** General ******/
body {
    padding-right: 0 !important;
    font-size: 0.9rem;
}
body.modal-open {
    position: relative!important;
}
label {
    cursor: default !important;
}
.h4, h4 {
    font-size: 1.4rem;
}
::-webkit-input-placeholder {
    color: #babec5!important;
}
:-moz-placeholder {
    color: #babec5!important;
}
.no-zoom-mobile {
    font-size: 16px !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
b, strong {
    font-weight: 600;
}
button:focus {
    outline: none!important;
}
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../icons/loading.gif) #00000038 no-repeat;
    background-size: 45px;
    background-position: center;
    z-index: 10000;
    text-align: center;
}
.loading span {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    color: white;
}
.modal-open {
    position: fixed;
    width: 100%;
}
.modal {
    max-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 0!important;
}
.bootbox-confirm button.bootbox-close-button.close {
    margin-left: 10px;
}
.min-w-120 {
    min-width: 120px;
}
.no-border-last-child > :last-child {
    border: none!important;
}
button.selected {
    opacity: 0.8;
    pointer-events: none;
}
.error-box {
    background-color: #fcd8d8;
    color: #e50000!important;
    border: 1px solid #fcb3b3;
    border-radius: .35rem!important;
}
.btn-input {
    line-height: 22px;
}
i.icon-opacity:hover {
    opacity: 0.8;
}
.py-0-5 {
    padding-top: 2px;
    padding-bottom: 2px;
}
a {
    color: #333F50;
}
a:hover {
    color: #6fa34b;
    text-decoration: none;
}
.line-height-1 {
    line-height: 1!important;
}
.line-height-2 {
    line-height: 1.5!important;
}
.input-group.text-lg {
    font-size: 1.03rem;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f4f5fa;
}

@media (max-width: 575px) {
    .border-bottom-sm {
        border-bottom: 1px solid #e3e6f0 !important;
    }
    .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 575px) {
    .w-sm-auto {
        width: auto !important;
    }
}



/****** Contenedores ******/
@media (min-width: 768px) {
    #wrapper #content-wrapper #content {
        padding-top: 1.5rem;
    }
}
@media (max-width: 767px) {
    .container, .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #wrapper {
        min-height: 100vh;
    }
}


/****** Fuentes ******/
html, body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.font-size-normal {
    font-size: 14px!important;
}


/****** Colores *******/
.bg-gradient-custom-1 {
    background-color: #505A52;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(30%,#505A52),to(#92d05073));
    background-image: linear-gradient(180deg,#505A52 30%,#92d05073 100%);
    background-size: cover;
}
.bg-gradient-primary {
    background-color: #505A52;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-22%,#92D050),to(#505A52));
    background-image: linear-gradient(180deg, #92D050 -22%,#505A52 91%);
    background-size: cover;
}
.btn-primary {
    background-color: #92D050;
    border-color: #92D050;
}
.btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #595959!important;
    border-color: #595959!important;
}
.btn-success {
    background-color: #87BF61;
    border-color: #87BF61;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.disabled, .btn-success:disabled, .show>.btn-primary.dropdown-toggle {
    background-color: #6fa34b!important;
    border-color: #6fa34b!important;
}
.border-left-info {
    border-left: .25rem solid #333F50!important;
}
.border-left-success {
    border-left: .25rem solid #87BF61!important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6e886f;
    border-color: #6e886f;
}


/******* Menu ********/
@media (min-width: 768px) {
    .sidebar .sidebar-heading {
        padding: 0.5rem 1rem;
    }

    .sidebar .nav-item .nav-link {
        padding: 6px 20px!important;
    }

    .sidebar.toggled .sidebar .sidebar-heading {
        padding: 0.5rem 0rem;
    }

    .sidebar.toggled .nav-item .nav-link {
        padding: 0.25rem 0.5rem;
    }
    #topbar {
        display: none;
    }
}
@media (max-width: 767px) {
    .navbar-nav .user-name, .navbar-nav .user-name + hr {
        display: none;
    }
    .sidebar {
        position: absolute;
        z-index: 1;
        margin-top: 70px;
        width: 250px;
        min-height: 0;
        padding-bottom: 20px;
    }
    .sidebar .sidebar-brand {
        padding: 11px 24px 8px 35px;
    }
    .sidebar .sidebar-brand .sidebar-brand-text {
        display: inline-block;
    }
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.4rem 1.3rem;
    }
    .sidebar .nav-item .nav-link i {
        font-size: .85rem;
        margin-right: .25rem;
    }
    .sidebar .nav-item .nav-link span {
        font-size: .85rem;
        display: inline;
    }
    .sidebar .sidebar-heading {
        text-align: left;
    }
    .sidebar .sidebar-heading {
        text-align: left;
        padding: 0.2rem 1rem;
    }
    .topbar .dropdown .dropdown-menu {
        width: auto;
    }
    .sidebar-toggled #topbar {
        position: fixed;
        z-index: 1;
        width: 100%;
    }
    .sidebar-toggled .container-fluid {
        padding-top: 94px;
    }
}



/****** Login *******/
.card-login {
    margin-top: 7rem!important;
}
.bg-login-image {
    background: url(../img/re-asociados-cliente-quienes-somos.jpg) center no-repeat #fff;
    background-position: 0 0;
    background-size: cover;
}
#card-reestablecer {
    width: 470px;
    margin: 60px auto!important;
    max-width: 93%;
}
@media (max-width: 375px) {
    .card-login {
        margin-top: 4rem !important;
    }
    #card-reestablecer {
        margin-top: 4rem !important;
    }
}


/****** Errores ******/
.error {
    width: 100%!important;
    font-size: 1rem;
    text-align: left;
}
label.error {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 0.9rem!important;
    color: #f80b0b;
    line-height: 20px;
}
input#horaIngresoHoras.error {
    margin-bottom: 22px;
}
label#horaIngresoHoras-error {
    position: absolute;
    top: 42px;
    left: 12px;
}
input#horaSalidaHoras.error {
    margin-bottom: 22px;
}
label#horaSalidaHoras-error {
    position: absolute;
    top: 42px;
    left: 12px;
}



/******* Cards ********/
@media (max-width: 767px) {
    .card {
        margin: 0px 5px;
    }
    .card-body {
        padding: 1rem 0.75rem;
    }
}
.over-card-title {
    position: absolute;
    top: -9px;
    left: 13px;
    background: white;
    padding: 0 8px;
}
#copied {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000038;
    z-index: 10000;
    text-align: center;
}
.card-copied {
    top: 50%;
    left: 50%;
}



/****** Tables *******/
.table td, .table th {
    font-size: 0.85rem;
    padding: 0.65rem;
}
table.table.dataTable {
    margin-top: 0 !important;
    padding-top: 6px;
}
select[name="dataTable_length"] {
    margin: 0 5px;
}
.table:not(.table-no-hover) tbody tr:hover {
    background-color: #fcfcfc;
}
.table.table-small thead th {
    font-size: 12px;
}
.table.table-sm th, .table.table-sm td {
    font-size: 0.78rem;
}
td.text-small {
    font-size: 0.7rem;
}
.td-w-10 {
    width: 10%;
}
.td-w-20 {
    width: 20%;
}
.td-w-30 {
    width: 30%;
}
.td-w-40 {
    width: 40%;
}
.td-w-50 {
    width: 50%;
}
.td-w-60 {
    width: 60%;
}
.td-w-70 {
    width: 70%;
}
.td-w-80 {
    width: 80%;
}
.td-w-90 {
    width: 90%;
}
.td-w-100 {
    width: 100%;
}
th.hide, td.hide {
    display: none!important;
}
.card table td button, .card table td .box {
    margin: -4px auto;
    height: 26px;
    line-height: 19px;
    text-align: center;
}
table td i {
    cursor: pointer;
}
table td {
    font-size: 14px;
}
table td.dataTables_empty {
    display: none;
}
table td .status-light {
    width: 13px;
    height: 13px;
    margin: 4px auto;
    border-radius: 8px;
}
table td .status-light.active, table td[data-estado-id="1"] .status-light {
    background: #19c919;
}
table td .status-light.inactive, table td[data-estado-id="0"] .status-light {
    background: #ee0d0d;
}
.table tbody tr.yellow {
    background: #ffffc7;
}
.table tbody tr.yellow:hover {
    background: #ffffb4;
}
#filtros {
    display: inline-block;
    width: 100%;
}
#filtros .input-group label {
    line-height: 25px;
}
.card .card-header[data-toggle=collapse]::after {
    line-height: 31px;
    font-size: 20px;
    padding-right: 10px;
}
tr.selected {
    background: #f8f8fa;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 10px!important;
}
.dataTables_length, .dataTables_filter {
    padding: 3px;
}
td i.disabled {
    cursor: default;
    color: #dfdfdf;
    pointer-events: none;
}
tr.borrado {
    color: #b0b0b0;
    cursor: not-allowed;
}
tr.borrado .fa-trash-alt {
    pointer-events: none;
    visibility: hidden;
}
tr.borrado i {
    cursor: not-allowed!important;
    pointer-events: none;
}
.page-link {
    color: #667282;
}
.page-item.active .page-link {
    background-color: #333F50;
    border-color: #333F50;
}
.td-sm {
    width:2%;
}
.td-md {
    width: 9%;
}

@media (min-width: 1200px) {
    #filtros .input-group {
        float: left;
    }
}

@media (min-width: 768px) {
    .botones {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter {
        text-align: left !important;
    }
    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"] {
        padding-left: 0;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        margin-top: 15px;
    }
    #filtros {
        margin: 0 0 12px!important;
    }
    #filtros .control-label {
        text-align: left!important;
        margin-bottom: 2px;
    }
    .botones {
        width: 140px;
        text-align: right;
    }
    .botones .boton {
        width: 140px;
        margin: 0 0 7px !important;
    }
}

@media (max-width: 480px) {
    .table-header {
        display: inline-block !important;
        margin: 0 0 7px!important;
        width: 100%;
        padding: 0 5px;
    }
    .titulos {
        margin-bottom: 15px!important;
    }
    .botones {
        width: 100%;
    }
    .botones .boton {
        margin: 0 0 7px !important;
        width: 100%;
    }
}

@media (max-width: 420px) {
    select.filtro {
        max-width: 100%;
    }
}



/****** Sidebar ******/
.sidebar .sidebar-brand .sidebar-brand-text {
    font-weight: 400;
    font-size: 12px;
}
.sidebar .sidebar-brand {
    height: auto;
    font-weight: 600;
    font-size: 16px;
}
.sidebar .sidebar-brand img {
    max-height: 65px;
    margin: 0 auto;
    max-width: 90%;
}




/****** Extras ******/
.contenedor {
    overflow: hidden;
}
@media (max-width: 767px) {
    .hide-sm {
        display: none;
    }
}
.bootstrap-switch {
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
}

/******* Modals *******/
.modal-footer button {
    min-width: 68px;
    margin: 0 7px!important;
}
.bootbox-prompt .modal-header {
    background: #f6f6f6;
}
input.bootbox-input.bootbox-input-checkbox {
    margin-right: 10px;
    margin-left: 15px;
}
@media (min-width: 1500px) {
    .modal-xl {
        max-width: 1450px;
    }
}
@media (min-width: 1400px) and (max-width: 1499px) {
    .modal-xl {
        max-width: 1350px;
    }
}
@media (min-width: 768px) {
    .modal-dialog.modal-lg {
        max-width: 900px;
    }
}
@media (min-width: 576px) {
    /*.modal-dialog {*/
        /*max-width: 550px;*/
    /*}*/
}
@media (max-width: 520px) {
    .modal-footer {
        flex-direction: column;
        gap: 10px;
    }
    .modal-footer button {
        width: 100%;
    }
}



/******* Images *******/
.field-image .file-upload-input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.field-image .preview-imagen {
    max-height: 250px;
    max-width: 250px;
    margin: 0 auto;
    /*padding: 5px 5px 17px 5px;*/
    display: inherit;
    margin-bottom: 17px;
}
.field-image.no-image .preview-imagen, .field-image.no-image .file-remove-btn, .field-image:not(.no-image) .file-upload-btn {
    display: none;
}
.field-image .file-upload-btn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.field-image .file-remove-btn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.loading-image {
    opacity: 0.4;
}
.loading-text {
    width: 100%;
    text-align: left;
    padding-left: 15px;
}
.loading-text:after {
    content: '.';
    animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    40% {
        color: #858796;
        text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    60% {
        text-shadow:
        .25em 0 0 #858796,
        .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
        text-shadow:
        .25em 0 0 #858796,
        .5em 0 0 #858796;
    }
}
input.uploaded {
    pointer-events: none;
}
.field img, .field-image .preview-imagen {
    box-shadow: 1px 1px 8px #00000047;
    border-radius: 4px;
    padding: 5px 5px 17px 5px;
}
.field img {
    margin: 5px 10px;
}



/********* File Upload **********/
input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}
.control-fileupload {
    border-radius: 4px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
    height: 36px;
}
.control-fileupload:before/*, label*/ {
    cursor: pointer !important;
}
/* File upload button */
.control-fileupload:before {
    padding: 4px 12px;
    font-size: 14px;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    transition: color 0.2s ease;
    content: 'Elegir';
    position: absolute;
    right: 0px;
    line-height: 24px;
    top: -1px;
    height: 36px;
 }
.control-fileupload:hover:before, .control-fileupload:focus:before {
    color: #333333;
    background-color: #e6e6e6;
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.2s ease-out;
}
.control-fileupload label {
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin-right: 30px;
}



/********** Forms ***********/
form label {
    text-align: right;
}
.form-control {
    font-size: .9rem;
}
input.input-xl, select.input-xl {
    max-width: 1000px;
}
input.input-lg, select.input-lg {
    max-width: 500px;
}
input.input-md, select.input-md, button.input-md {
    max-width: 300px;
}
input.input-sm, select.input-sm, button.input-sm {
    max-width: 180px;
}
input.input-xs, select.input-xs, button.input-xs {
    max-width: 110px;
}
input.input-xxs, select.input-xxs, button.input-xxs {
    max-width: 70px;
}
select.form-control {
    /*max-width: 260px;*/
}
select.form-control.disabled {
    pointer-events: none;
    background-color: #eaecf4;
}
select.habilitacion {
    max-width: 110px;
}
select.habilitacion option {
    color: white;
}
select.habilitacion option[disabled] {
    color: #8b8c8d;
}
span.control-fileupload.form-control {
    max-width: 220px;
}
option.rojo {
    background: #ef0a0a;
}
option.verde {
    background: #0dae0d;
}
option.azul {
    background: #1b1bba;
}
option.negro {
    background: black;
}
canvas.signature-pad {
    display: block;
    height: 200px;
    width: 400px;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
}
canvas.signature-pad-small {
    height: 150px;
}
@media (max-width: 420px) {
    canvas.signature-pad {
        height: 150px;
    }
}

.ms-parent {
    width: 100% !important;
    /*padding: 0;*/
}
.ms-choice, .ms-choice:focus {
    border: none!important;
    outline: none!important;
    position: relative;
}
.ms-drop.bottom {
    margin-left: -12px;
}
.ms-choice>span {
    padding-left: 4px!important;
    color: #6e707e!important;
}
.ms-choice>div {
    background: none!important;
}
.ms-drop ul>li label {
    text-align: left;
    color: #6e707e;
    margin: 0;
}
input#codigo {
    text-transform: uppercase;
}
.btn-input {
    height: 35px;
}
form.user .btn-user {
    font-size: .9rem;
}
form.error-right label.error {
    position: absolute;
    top: -24px;
    right: 24px;
    text-align: right;
}
select.input-md + .btn-group button {
    max-width: 300px;
    width: 300px;
    text-align: left;
    position: relative;
}
select.input-md + .btn-group button.dropdown-toggle::after {
    position: absolute;
    right: 9px;
    top: 14px;
}
/*button.multiselect.input-md {*/
    /*text-align: left;*/
    /*padding-left: 16px;*/
    /*width: 300px;*/
    /*padding-right: 6px;*/
/*}*/
/*.dropdown-toggle::after {*/
    /*float: right;*/
    /*margin-top: 9px;*/
/*}*/
ul.multiselect-container {
    min-width: 180px;
}
.multiselect-container li label {
    text-align: left!important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #e2e2e2!important;
}

@media (max-width: 767px) {
    form .control-label {
        text-align: left;
        max-width: 100%;
        margin-bottom: 2px;
    }
}




/********** Fields ***********/
.field {
    display: flex;
}
.light {
    width: 18px;
    height: 18px;
    display: inline-block;
    /*margin: 9px;*/
    line-height: 20px;
    border-radius: 20px;
    box-shadow: 0 0 3px -1px grey;
}
.light.red, .light.prioridad-3, .prioridad[data-prioridad-id="3"] .light  {
    background: #ef0a0a;
}
.light.green, .light.prioridad-1, .prioridad[data-prioridad-id="1"] .light  {
    background: #0dae0d;
}
.light.yellow, .light.prioridad-2, .prioridad[data-prioridad-id="2"] .light {
    background: #fff902;
}
.light.blue {
    background: #1b1bba;
}
.light.black {
    background: black;
}


@media (max-width: 576px) {
    .container-mostrar select {
        max-width: 100%;
        width: 100%;
    }
}


/********** Views ************/
@media (min-width: 576px) {
    .field label {
        border-bottom: 0;
    }
}



/********** Dropdown ***********/
.dropdown-item {
    cursor: pointer;
}


/*********** Dialog ************/
.dialog-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog {
    width: 400px;
    margin: 100px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 3px;
    overflow: hidden
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 13px 13px;
}
.dialog-ovelay .dialog .dialog-msg p{
    margin: 0;
    font-size: 15px;
    color: #333
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px;
}
.dialog-ovelay .dialog footer .controls {
    direction: rtl;
    text-align: right;
}
.dialog-ovelay .dialog footer .controls .btn {
    width: 50px;
}


/************ Collapse ************/
i.cursor-pointer:hover {
    opacity: 0.8;
}




/************ Listados ************/
.listado .card-header[data-toggle=collapse]::after {
    content: ''!important;
}



/************ Titulos ************/
small.titulo-version {
    font-size: 65%;
    font-weight: 300;
    margin-left: 4px;
    color: #b4b5bf;
}

.listado .card-header[data-toggle=collapse]:hover {
    background-color: #f4f4f4 !important;
    border-radius: 0;
    border-top: none!important;
    border-bottom: none!important;
}
.listado ul p {
    color: #d9d9d9;
}
.listado li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
.listado .nueva-linea:hover {
    background: aliceblue;
    border-radius: 3px;
    cursor: pointer;
}

/* Sortable */
.ui-sortable-handle {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.ui-sortable-helper:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    border: none!important;
    background: #f8f9fa;
    opacity: 0.8;
    padding: 0 10px;
    z-index: 99999;
}
.ui-sortable-helper:active i:not(.handle) {
    display: none;
}


form:not(.editando) .hide-creando {
    display: none;
}




/* Drag and drop files */
.files-area {
    /*width: 30%;*/
    /*margin: 0 auto;*/
}
.file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
}
.file-block span.name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
    line-height: 26px;
}
.file-block > a > span.name {
    padding-left: 10px;
}
.file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}
.file-delete:hover{
     background-color: rgba(144, 163, 203, 0.2);
     border-radius: 10px;
}
.file-delete > span{
    transform: rotate(45deg);
}
.btn-agregar-documentos {
    color: white!important;
    cursor: pointer;
}


/* Loader */

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 66px;
    height: 66px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 8px;
    background: #d6d6d6;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 17px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 47px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}


/* Tooltip */
.tooltip.bottom {
    margin-top: 5px;
}
.tooltip.fade:not(.show) {
    opacity: 1;
}
.tooltip-arrow {
    border-width: 5px 5px 7px;
    border-style: solid;
    border-color: transparent transparent #333f50e3;
    position: absolute;
    margin-left: -5px;
    top: -11px;
}
.tooltip-inner {
    background: #333f50e3;
}
.tooltip {
    margin-top: 8px!important;
}
/*.table-responsive {*/
/*overflow-x: visible;*/
/*}*/



/* Cambiar cliente */
#btn-cambiar-cliente.show {
    visibility: visible!important;
}


/* jQuery - Select2 */

input.select2-search__field {
    outline: none;
}
.select2-results__option {
    padding: 3px 8px;
}
span.select2 {
    margin-bottom: 2px;
}
span.select2-dropdown {
    width: 300px!important;
}
.select2-selection {
    position: relative;
    width: 300px;
    height: calc(1.5em + 0.75rem + 2px)!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e!important;
    border: 1px solid #d1d3e2!important;
    border-radius: 0.35rem!important;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.select2-container--open .select2-selection {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);
    box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);
}
span.select2-selection__rendered {
    padding: 3px 20px 3px 13px!important;
    font-size: 13.5px!important;
    color: #6e707e!important;
}
span.select2-selection__arrow b {
    background-image: url('../icons/chevron-down.svg');
    background-size: 100%;
    border: none!important;
    height: 10px!important;
    width: 10.2px!important;
    opacity: .56;
    margin: 0!important;
    right: 6px;
    left: auto!important;
    top: 12px!important;
}