/******SOBRESCRITURA DE REGLAS******/
/*@include media-breakpoint(xl) {
    #ejaja {
        background-color: red !important;
    }
}

@media (min-width: @screen-xl-max) {
    #ejaja {
        background-color: red !important;
    }

}

#ejaja {
    background-color: green !important;

    @include media-breakpoint-up(lg) {
        background-color: red !important;
    }

    @include media-breakpoint-up(lg) {
        background-color: red !important;
    }
}*/


.ne-bgcolor {

    background-color: var(--color-bg) !important;

}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secundary {
    color: var(--color-secundary) !important;
}

.ne-titulo-card-cont {
    font-size: 1.6rem;
}

.card .card-header-primary {
    background: var(--color-primary) !important;
}

.modal-open .wrapper {
    z-index: auto;
}

.ne-input-dx {
    color: var(--color-primary) !important;
    font-size: 1.2rem;
    font-weight: bold;
}

.ne-input-dx-login {
    color: var(--color-primary) !important;
    font-size: 1rem;
    font-weight: bold;
}

.ne-btn-modal {
    top: .5rem;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 86%;
    cursor: pointer;
    color: #fff;
    background-color: #b52929;
    border: 0;
    border-radius: .25rem;
}

.ne-btn-modal:hover{
  background-color: #931b1b;
}

.ne-btn-super-ligth {
    top: .5rem;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 86%;
    color: #9a6a23;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
}

.ne-btn-super-ligth:hover {
    color: #fff;
    background-color: #9a6a23;
}

.alert-warning hr {
    border-top-color: #e89924;
}
/************************************/
.background-picture {
    background-image: var(--url-background);
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.title-login {
    font-weight: bold;
    font-size: 18px;
    color: var(--color-primary);
    font-family: Helvetica;
}

.work-with-us {
    text-align: center;
}

.work-with-us img {
    margin-bottom: 15px;
}

.work-with-us p {
    color: white;
    font-family: Helvetica;
}

.work-with-us p.title-page-login {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 30px;
}

.work-with-us p.subtitle-page-login {
    margin-bottom: 1.5rem;
    font-size: 12px;
}

.forget-password {
    margin-bottom: 10px;
}

.forget-password a {
    font-size: 12px;
}

.register-session a {
    font-size: 16px;
}

.footer-text {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    z-index: -150;
}

.ne-btn-pill:focus, .ne-btn-pill:active {
    color: #8a9acd !important;
}

/*# sourceMappingURL=styleBlue.css.map */

.ne-border-primary {
    border-color: var(--color-primary) !important;
}

.ne-primary-color-bg {
    background-color: var(--color-primary) !important;
    color:white;
}

.ne-primary-color-txt {
    color: var(--color-primary) !important;
}

.btn {
    font-size: 12px !important;
}

.ne-btn-pill {
    border-radius: 19px !important;
}

.btn-primary {
    background-color: var(--color-primary) !important;
    color: #FFF;
    box-shadow: none !important;
}

/*.btn-secundary {
    background-color: var(--color-secundary) !important;
    color: #FFF;
    box-shadow: none !important;
}*/

.ne-btn-secund {
    background-color: var(--color-secundary) !important;
    color: #FFF;
    box-shadow: none !important;
}

.ne-btn-secund:hover {
    color: white !important;
    filter: contrast(120%) !important;
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(100, 100, 100, 0.4) !important;*/
}

.btn.btn-primary:hover {
    color: white !important;
    filter: contrast(120%) !important;
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(100, 100, 100, 0.4) !important;*/
}

.btn.btn-secondary {
    background: #C4C4C4;
    color: #FFF;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none !important;
}

.btn.btn-secondary.activate {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #C4C4C4;
    padding-top: 11px;
    padding-bottom: 32px;
    font-weight: bold;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 4px;
    transform: translate(-1px, 0px);
    z-index: 1200;
    box-shadow: none;
}

.btn.btn-secondary.activate:hover {
    box-shadow: none;
    color: #FFF !important;
}

.btn.btn-secondary:not(.activate):hover {
    background: #C1C1C1;
    color: #FFF;
    box-shadow: none;
}

.btn.btn-secondary:active {
    color: #FFF !important;
}

.ne-separator {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: none;
    background-image: linear-gradient(to right, #dfdede, #c8c5c5, #dfdede);
    width: 100%;
    align-self: center;
    justify-self: center;
    margin: 12px 0px 12px 0px;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
    padding: 0 !important;
    text-transform: capitalize;
    /*text-decoration: underline;*/
    font-size: 1rem !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: unset !important;
}

/*.dx-texteditor-input-container {
    border: 1px solid grey !important; 
}

.dx-texteditor-input {
    border: 1px solid grey !important;
}*/

.dropdown-item {
    background: white !important;
    box-shadow: none !important;
}

.dropdown-item:hover {
    background: #F5F5F5 !important;
    color: black !important;
}

.dropdown-menu a:focus, .dropdown-menu a:active {
    color: black !important;
}
/*CARDS*/
/*.ne-card-graficas {
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.14);
}
*/
/*Versiones*/
.versiones {
    display: inline-flex;
    font-size: 0.8rem;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

/** UTILIDADES */

.ne-link-label {
    text-decoration: underline;
    cursor: pointer;
   /* color: var(--color-primary) !important;*/
    font-weight: 500 !important;
}

/** FIN UTILIDADES */

/* TEMPLATE PERSONALIZADO POPPUPS */

/*BOTON CERRAR*/
.ne-close-btn-popup {
    display: flex;
    justify-content: end;
}

.ne-close-btn-popup > i {
    cursor: pointer;
}

.ne-close-btn-popup > i:hover {
    background: rgba(200,200,200, 0.3) !important; 
    border-radius: 2px;
}

.ne-title-primary-popup {
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--color-primary);
}

