/*** Estilos animación de carga ***/
.loader1,
.loader2 {
    border: 16px solid #FFF;
    border-top: 16px solid #104e8b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-bottom: 10px;
}

.loader_dialog {
    border: 16px solid #F3F3F3;
    border-top: 16px solid #104e8b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-bottom: 10px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*** */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: -1.5em !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: -1.5em !important;
}
.swal2-icon.swal2-info::before{
    padding-left: 32px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Negro con opacidad */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.loader {
    text-align: center;
    color: white;
}

.spinner {
    border: 4px solid #f3f3f3;
    /* Color del borde del spinner */
    border-top: 4px solid #3498db;
    /* Color del borde superior del spinner */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    /* Animación del spinner */
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.loading-text {
    font-size: 18px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-custom input {
    height: 40px !important;
}

/* Animation */
@-webkit-keyframes ssc-loading {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes ssc-loading {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transfoborder-radiusrm: translateX(100%);
        transform: translateX(100%);
    }
}

/* Animation partial */
.ssc-square,
.ssc-head-line,
.ssc-line,
.ssc-circle {
    position: relative;
    overflow: hidden;
}

.ssc-square:after,
.ssc-head-line:after,
.ssc-line:after,
.ssc-circle:after {
    content: "";
    -webkit-animation: ssc-loading 1.3s infinite;
    animation: ssc-loading 1.3s infinite;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

/** Main class */
.ssc {
    cursor: progress;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/** Helpers classes */
.ssc .mb {
    margin-bottom: 16px;
}

.ssc .mt {
    margin-top: 16px;
}

.ssc .mr {
    margin-right: 16px;
}

.ssc .ml {
    margin-left: 16px;
}

.ssc .mbs {
    margin-bottom: 8px;
}

.ssc .mts {
    margin-top: 8px;
}

.ssc .mrs {
    margin-right: 8px;
}

.ssc .mls {
    margin-left: 8px;
}

.ssc .w-10 {
    width: 10%;
}

.ssc .w-20 {
    width: 20%;
}

.ssc .w-30 {
    width: 30%;
}

.ssc .w-40 {
    width: 40%;
}

.ssc .w-50 {
    width: 50%;
}

.ssc .w-60 {
    width: 60%;
}

.ssc .w-70 {
    width: 70%;
}

.ssc .w-80 {
    width: 80%;
}

.ssc .w-90 {
    width: 90%;
}

.ssc .w-100 {
    width: 100%;
}

.ssc .flex {
    display: -webkit-box;
    display: flex;
}

.ssc .inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
}

.ssc .align-center {
    -webkit-box-align: center;
    align-items: center;
}

.ssc .align-start {
    -webkit-box-align: start;
    align-items: flex-start;
}

.ssc .align-end {
    -webkit-box-align: end;
    align-items: flex-end;
}

.ssc .align-stretch {
    -webkit-box-align: stretch;
    align-items: stretch;
}

.ssc .justify-start {
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
}

.ssc .justify-end {
    -webkit-box-pack: end;
    justify-content: end;
}

.ssc .justify-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.ssc .justify-center {
    -webkit-box-pack: center;
    justify-content: center;
}

.ssc .justify-around {
    justify-content: space-around;
}

/** Wrapper class */
.ssc-wrapper {
    padding: 16px;
}

/* Figures, Objects */
.ssc-card {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
}

.ssc-circle {
    display: block;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.ssc-hr {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.17);
    height: 2px;
}

.ssc-line {
    display: block;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    margin-bottom: 8px;
    width: 100%;
    height: 12px;
}

.ssc-line:last-child {
    margin-bottom: unset;
}

.ssc-head-line {
    display: block;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    width: 100%;
    height: 24px;
}

.ssc-square {
    display: block;
    background-color: rgba(0, 0, 0, 0.17);
    width: 100%;
    height: 150px;
    border: 0px !important;
    border-radius: 5px !important;
}

/*# sourceMappingURL=/index.css.map */

.ssc-line {
    width: calc(100% - 80px);
}

.bg-skeleton {
    background-color: rgba(199, 199, 199, 0.2);
}

.nav-item .ssc-circle {
    width: 30px !important;
    height: 30px !important;
}

.icon-animation:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}
.icon-animation, .icon-skeleton {
    width: 55px;
    height: 55px;
    background-color: #e8ecef;
}
.icon-animation span {
    font-size: 23px;
}

.icon-animation-min {
    width: 35px;
    height: 35px;
    background-color: #e8ecef;
}
.icon-animation-min span {
    font-size: 16px;
}

.h5 {
    height: 5px !important;
}

.h10 {
    height: 10px !important;
}

.h15 {
    height: 15px !important;
}

.h20 {
    height: 20px !important;
}

.h25 {
    height: 25px !important;
}

.h30 {
    height: 30px !important;
}

.h40 {
    height: 40px !important;
}

.h50 {
    height: 50px !important;
}

.w5 {
    width: 5px !important;
}

.w10 {
    width: 10px !important;
}

.w15 {
    width: 15px !important;
}

.w20 {
    width: 20px !important;
}

.w25 {
    width: 25px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w55 {
    width: 55px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.br5 {
    border-radius: 5px !important;
}

.br10 {
    border-radius: 10px !important;
}

.br15 {
    border-radius: 15px !important;
}

.br20 {
    border-radius: 20px !important;
}

.br25 {
    border-radius: 25px !important;
}

.br30 {
    border-radius: 30px !important;
}

.br40 {
    border-radius: 40px !important;
}

.br50 {
    border-radius: 50px !important;
}

/*
* Estilos esclusivos para 360
*/
.select2-with-ico {
    width: calc(100% - 42px) !important
}

.select2-full {
    width: 100% !important
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 25%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 65%;
    width: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /* background-color: #00c09e; */
    background-color: #0092cc !important;
    color: white;
}

.ui-dialog-content .row:first-child {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#centro_pagina .card:first-child {
    border-radius: 20px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.input-group-prepend {
    width: 42px !important;
}

.input-group-prepend span {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.ui-divider {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 1rem;
}

.btn-block {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.card-border {
    border-radius: 20px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.invalid-feedback {
    margin-bottom: 0.25rem !important;

}

.bg-pattern {
    border-radius: 20px !important;
}

/*
* Estilos de carga de archivos
*/
/* 
.kv-file-content {
    display: none !important;
}

.file-thumbnail-footer .clearfix {
    display:  none !important;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 40px !important;
} */

