﻿body {
    font-size: 12px !important;
}

.margin-btn {
    margin: 0.3125em;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* loader */
.main_loader > .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E7F4FC;
}

    .main_loader > .background > .wrapper {
        position: fixed;
        top: calc(50% - 30px);
        left: 50%;
    }

        .main_loader > .background > .wrapper > .loading {
            margin-left: -34px;
            margin-top: 40px;
        }

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

    .ball-scale-multiple > div:nth-child(2) {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .ball-scale-multiple > div:nth-child(3) {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .ball-scale-multiple > div {
        background-color: #2B303B;
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        left: -30px;
        top: 0;
        opacity: 0;
        margin: 0;
        width: 60px;
        height: 60px;
        -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
        animation: ball-scale-multiple 1s 0s linear infinite;
    }

.main_loader.app_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    z-index: 2222222222;
}

    .main_loader.app_loader .background {
        background: none
    }
/* loader */


/*Publicidad*/
.publicidad {
    border: groove;
}

.disabled-link {
    cursor:not-allowed;
    pointer-events: none;
}

.validation-summary-top {
    padding-top: 10px;
}
.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0;
}

.txt-min-width-125 {
    min-width: 125px;
}
.dt-col-min-width-75 {
    min-width: 75px;
}
.dt-col-min-width-150 {
    min-width: 150px;
}

/*Gastos*/
.alert-danger-tiquete {
    background-color: #eaf4fe;
    border-color: #eaf4fe;
}

/*Select 2*/
.select2-container {
    z-index: 1040 !important;
}

/*.select2-container:not(.select2-container--open) {
    z-index: 1 !important;
}*/

.swal2-container {
    z-index: 10000 !important;
}

/*Dropzone*/
.dropzone {
    border: 1px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white !important;
    padding: 10px 20px !important;
}

.dropzone-delete {
    text-align: center;
    padding-top: 5px;
}

.flatpickr-calendar.animate.open {
    z-index: 10000000;
}

.required-red{
    color: red;
}

.sel2 .parsley-errors-list.filled {
    margin-top: 42px;
    margin-bottom: -60px;
}

.sel2 .parsley-errors-list:not(.filled) {
    display: none;
}

.sel2 .parsley-errors-list.filled + span.select2 {
    margin-bottom: 30px;
}

.sel2 .parsley-errors-list.filled + span.select2 span.select2-selection {
    background: none !important; /* #FAEDEC !important; */
    border: 1px solid #f5325c;
}

.dataTables_processing{
    z-index: 10000000;
}

.badge-font-size-9 {
    font-size: 9px !important;
}

.limit-width {
    max-width: 450px;
    word-wrap: break-word;
}

.limit-width-modal {
    max-width: 750px;
    word-wrap: break-word;
}

.elastic-border-color {
    border: 1px solid #1761fd;
    background-color: transparent;
    color: #1761fd;
    margin-bottom: 5px !important;
}

div.jsoneditor-tree button.jsoneditor-dragarea {
    visibility: hidden;
}

/*.modal {
    z-index: 1065 !important;
}
.modal-backdrop.show {
    z-index: 1060 !important;
}*/

.select2-container--open .select2-search__field {
    pointer-events: auto !important;
}

.text-muted.small-font {
    font-size: 11px !important;
}

.form-check-label-info {
    font-size: 11px !important;
    list-style: none;
    margin: 0;
    padding: 0;
}