openhr-app-app {
    background-color: rgb(245, 248, 250)!important;
}
        
body, .openhr-content {
    background-color: rgb(245, 248, 250) !important;
}

body {
    background-color: rgb(245, 248, 250) !important;
}

.newLogin .form-style form:not(.was-validated) input[type="text"],
.newLogin .form-style form:not(.was-validated) input[type="email"],
.newLogin .form-style form:not(.was-validated) input[type="password"],
.newLogin .form-style form:not(.was-validated) input[type="date"]  {
    border: 0;
    /* height: 50px; */
    border-radius: 0;
    border-bottom: 1.5px solid #ebebeb;
    caret-color: var(--openhr-primary-color);
}

.newLogin .form-style form div.row .col-12.col-md-6 div.d-flex.flex-column.flex-lg-row{
    display: block !important;
} 
.newLogin .form-style .btn-check:checked + .btn-outline-primary, 
.newLogin .form-style .btn-check:active + .btn-outline-primary, 
.newLogin .form-style .btn-outline-primary:active, 
.newLogin .form-style .btn-outline-primary.active,
.newLogin .form-style .btn-outline-primary:checked, 
.newLogin .form-style .btn-outline-primary.dropdown-toggle.show{
    color: #fff;
    background-color: var(--openhr-primary-color);
    border-color: var(--openhr-primary-color);
}
.newLogin .form-style .btn-check:checked + .btn-outline-primary:focus, 
.newLogin .form-style .btn-check:active + .btn-outline-primary:focus,
.newLogin .form-style .btn-outline-primary:active:focus, 
.newLogin .form-style .btn-outline-primary.active:focus, 
.newLogin .form-style .btn-outline-primary.dropdown-toggle.show:focus,
.newLogin .form-style .btn-check:focus + .btn-outline-primary, 
.newLogin .form-style .btn-outline-primary:focus{
    box-shadow: 0 0 0.25rem #c76005;
}



.newLogin span.input-group-text.text-muted.cursor-pointer {
    background: transparent;
    border-right: 0;
    border-top: 0;
    border-bottom: 1.5px solid #ebebeb;
}


/* Estilos del campo fecha */
input[type="date"]::before {
    content: attr(placeholder);
    color: #888;
    width: 100%;
    height: 100%;
}
/* input[type="date"] {
    appearance: none;
} */
/* Estilos del campo fecha - Chrome */
/* Quita el caledario en Chrome */
/* input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: 0 0;
    margin: 0;
    opacity: 0;
    pointer-events: auto;
}
&::-webkit-date-and-time-value {
    margin: 0;
} */
/* Evita que salga una flecha hacia abajo para abrir el calendario*/
/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
} */
/* Fin Estilos del campo fecha */

.newLogin .form-style input[type="text"]:focus,
.newLogin .form-style input[type="email"]:focus,
.newLogin .form-style input[type="password"]:focus,
.newLogin .form-style input[type="date"]:focus {
    border-bottom: 1.5px solid var(--openhr-primary-color);
    box-shadow: none;
    outline: 0;
    background-color: #E8F0FE;
}

.newLogin .form-style input[type="checkbox"]:focus {
    /*border-bottom: 1px solid #007bff;*/
    box-shadow: none;
    outline: 0;
}

.newLogin .sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #091e35;
}

button {
    height: 45px;
}

.newLogin .sideline:before,
.newLogin .sideline:after {
    content: '';
    border-top: 2px solid var(--openhr-primary-color);
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.newLogin .sideline:after {
    margin: 0 0 0 20px;
}

.newLogin .form-control {
    /* padding: 10px; */
    /* padding-left: 35px; */
    font-weight: 600;
    transition: .2s;
}

.caja.seofertaspublicadas .newLogin .linkedin button,
.newLogin .linkedin button {
    background-color: #0e76a8!important;
    border-color: #0e76a8!important;
}

.caja.seofertaspublicadas .newLogin .linkedin button:hover,
.newLogin .linkedin button:hover {
    background-color: #2977c9!important;
    border-color: #2977c9!important;
}

.caja.seofertaspublicadas .newLogin .facebook button,
.newLogin .facebook button {
    background-color: #1877f2!important;
    border-color: #1877f2!important;
}

.caja.seofertaspublicadas .newLogin .facebook button:hover,
.newLogin .facebook button:hover {
    background-color: #166fe5!important;
    border-color: #166fe5!important;
}

.caja.seofertaspublicadas .newLogin .login button,
.newLogin .login button {
    background-color: #091e35!important;
    border-color: #091e35!important;
}

.caja.seofertaspublicadas .login button:hover,
.newLogin .login button:hover {
    background-color: var(--openhr-primary-color)!important;
    border-color: var(--openhr-primary-color)!important;
    color: white;
}

.newLogin .btn.btn-link {
    text-decoration: none;
}

.newLogin .btn.btn-link:hover {
    text-decoration: underline;
}

.newLogin span#basic-addon2 {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid #ebebeb;
    border-radius: 0;
}

.newLogin .form-group.pb-3 i,
.newLogin .input-group.pb-3>i {
    position: relative;
}

.newLogin .form-group.pb-3 i:before,
.newLogin .input-group.pb-3>i:before {
    position: absolute;
    top: 22px;
    left: 12px;
    color: #6c757d;
}

.newLogin .input-group.pb-3>i:before {
    z-index: 5;
    top: 17px;
}

.newLogin .fa-eye-slash:before,
.newLogin .fa-eye:before {
    color: #6c757d;
}

.form-switch .form-check-input,
.newLogin .input-group-text {
    cursor: pointer;
}

/*.newLogin .input-group-text i {
    visibility: hidden;
}*/

.newLogin .activo {
    background-color: #E8F0FE !important;
    border-bottom: 1.5px solid var(--openhr-primary-color) !important;
}

.newLogin .form-switch .form-check-input {
    /*margin-top: 5px;*/
    min-width: 32px;
    height: 16px;
}
.newLogin h6.form-title.tituloAlta,
.newLogin h5.form-title.tituloAlta {
    font-family: var(--openhr-tertiary-font-family), cursive !important;
    color: #091e35 !important;
}

.container.mt-4.alertaLoginNuria + .d-flex.justify-content-center a.boton.btn.btn-primary,
.newLogin input#btnFormRegistro {
	font-family: var(--openhr-primary-font-family), var(--openhr-secondary-font-family), var(--openhr-tertiary-font-family), sans-serif;
	background-color: var(--openhr-primary-color)!important;
    color: white!important;
    border-color: var(--openhr-primary-color)!important;
    border-radius: 50rem !important;
    box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    line-height: 31px;
    font-weight: 700 !important;
    cursor: pointer!important;
    width: 50%;
}

.container.mt-4.alertaLoginNuria + .d-flex.justify-content-center a.boton.btn.btn-primary:hover,
.newLogin input#btnFormRegistro:hover {
	background-color: var(--openhr-secondary-color)!important;
    color: white!important;
    border-color: var(--openhr-secondary-color)!important;
    border-radius: 50rem !important;
}

.iconoForm-Invalido{
    border-color: #dc3545;
    padding-right: 1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    width: 30px;
    height: 30px;
}
.form-separador{
    margin-block-start: 0.3rem;
    margin-block-end: 1rem;
    width: 80%;
    margin: auto;
    border: none;
    height: 2px;
    background-image: linear-gradient(to right,#f8f8f2 0% , #002954 40%, #002954 60%, #f8f8f2 100%);
    opacity: 0.40;
}

.form-switch .form-check-input:checked {
    background-color: var(--openhr-primary-color);
    border-color: var(--openhr-primary-color);
}

.form-switch input[type="checkbox"]:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    border: 1px solid rgba(0, 0, 0, .25);
}

.form-switch input[type="checkbox"]:checked:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    border: 1px solid var(--openhr-primary-color);
}

.form-switch input[type="checkbox"]:checked:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    border: 1px solid var(--openhr-primary-color);
}

.form-switch .form-check-input:hover:checked {
    background-color: var(--openhr-secondary-color);
    border-color: var(--openhr-secondary-color);
}

.form-switch input[type="checkbox"]:hover:focus {
    border: 1px solid rgba(0, 0, 0, .25);
}

.form-switch input[type="checkbox"]:hover:checked:focus {
    border: 1px solid var(--openhr-secondary-color);
}

img.rounded.logo {
    /*width: 200px;*/
    animation: img-top 0.8s linear;
}

@media (max-width: 767px) {
	.newLogin input#btnFormRegistro {
	    width: 100%!important;
	}
}

@keyframes img-top {
    0% {
        transform: translateY(-45px);
        opacity: 0
    }

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

i.fa-brands {
    font-size: 18px;
}

label.form-check-label.fw-bold,
button.btn {
    font-size: 16px;
}

a.btn.btn-link {
    font-size: 16px;
    margin: 0;
}

a.btn.microsoft,
.oauth2google a.btn.btn-danger.w-100.mt-2.fw-bold.shadow-sm {
    line-height: 31px;
    box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.newLogin .login button {
    box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 50rem !important;
}

.oauth2google a.btn.btn-danger,
a.btn.microsoft{
     background-color: #f7f4f4!important;
     color: #706d6e!important;
     border-color: #706d6e!important;
     border-radius: 50rem !important;
}

.oauth2google a.btn.btn-danger:hover,
a.btn.microsoft:hover {
     background-color: #f2e3d4!important;
     color: #091e35!important;
     border-color: #f2e3d4!important;
}

span.btn.btn-danger.w-100.mt-2.fw-bold.shadow-sm .oauth2google a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 700 !important;
}	

span#basic-addon2 {
    border-bottom-right-radius: 0!important;
}

.newLogin .btn.btn-link:focus,
.btn-dark:focus {
    box-shadow: none!important;
    border: 0!important;
}	

.newLogin .row.justify-content-around-googleMicrosoft>* {
    justify-content: space-around !important;
    display: inline!important;
}

.fa-google:before {
    content:url('/temas/openhr2021/imagenes_tema/google.png')!important;
     position: relative!important;
    top: 5px!important;
}

.fa-microsoft:before {
    content:url('/temas/openhr2021/imagenes_tema/microsoft.png')!important;
     position: relative!important;
    top: 5px!important;
}

.caja.empdashboard .newLogin div.error-nuria-acceso,
.caja.empdashboard .newLogin div.error-nuria-acceso h6.card-title,
.caja.empdashboard .newLogin div.error-nuria-acceso p {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.caja.empdashboard .newLogin div.warning-nuria-acceso,
.caja.empdashboard .newLogin div.warning-nuria-acceso h6.card-title,
.caja.empdashboard .newLogin div.warning-nuria-acceso p{
    color: #614a05;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.caja.empdashboard .newLogin div.warning-nuria-acceso p.pregunta{
    color: #614a05cf ;
}
.caja.empdashboard .newLogin div.error-nuria-acceso p.pregunta{
    color: #842029cf ;
}
.caja.empdashboard .newLogin .alertaLoginNuria  div.error-nuria-acceso .text-start i {
    color: #972121;
}
.caja.empdashboard .newLogin .alertaLoginNuria  div.warning-nuria-acceso .text-start i {
    color: #615010;
}

.inputfecha {
    padding: 0.375rem 0.75rem!important; /* restablece el relleno a su valor predeterminado */
    width: 100%!important; /* restablece el ancho a su valor predeterminado */
    float: none!important; /* restablece el flotado a su valor predeterminado */
    text-align: initial!important; /* restablece la alineación de texto a su valor predeterminado */
}

