/* EcoValle */
.required_field:after {
    color: #ff9d32;
    content: ' *';
    display: inline;
}

.leyenda-required {
    color: #ff9d32;
}

/*Select 2*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 0px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    font-size: 13.5px;
    line-height: 1.7;
    text-transform: uppercase;
}

.select2-container .select2-selection--single {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 2.19rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    width: 22px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #042b63;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.select2-container--default .select2-results>.select2-results__options {
    text-transform: uppercase;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1A7BB9;
    color: white;
}

.select2-container--open {
    z-index: 9999999
}


/* Estilos Active */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}

/*SobrePoner Alert*/
.my-swal {
    z-index: 3000 !important;
}

/*Buscar*/
.custom-file-label::after {
    content: "Buscar";
}


/*Estilos loader*/
.centrado {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.hidden {
    overflow: hidden;
}

@keyframes ldio-6fqlsp2qlpd {
    0% {
        background: #1ab394
    }

    12.5% {
        background: #1ab394
    }

    12.625% {
        background: #187360
    }

    100% {
        background: #187360
    }
}

.ldio-6fqlsp2qlpd div {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #187360;
    animation: ldio-6fqlsp2qlpd 1s linear infinite;
}

.loadingio-spinner-blocks-zcepr5tohl {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-6fqlsp2qlpd {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-6fqlsp2qlpd div {
    box-sizing: content-box;
}



/*Login*/

.image-container {
    background: url('/img/erp_logo_long.jpeg') repeat;
    background-size: contain;
}

.form-container {
    justify-content: center;
    text-align: center;
}

@media only screen and (min-width: 790px) {
    .form-container .form-group {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .btn-iniciar {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .form-container {
        margin-top: 30px;
    }

    .input_login {
        margin-left: 100px;
        margin-right: 100px;
    }

    .form-login {
        margin-top: 30px;

    }

}

.letrapequeña {
    font-size: 11px;
}

.btn-primary-cdr {
    background-color: #343fdb;
    color: #fff;
}

.swal2-container {
    z-index: 9999 !important;
}


.msgError{
    color: red;
    font-weight: bold;
    font-size: 11px;
}
