input {
  outline: 0 !important;
}

.formulario {
  width: 100% !important;
  margin: 50px 0 100px 0 !important;
}

.formulario legend {
  margin: 0 0 20px 0 !important;
}

.formulario fieldset {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.formulario .label {
  display: inline-block;
  width: 30% !important;
  margin-bottom: 20px !important;
}

.formulario .formw {
  display: inline-block !important;
  width: 70% !important;
}

@media screen and (max-width: 1023px) {
  .formulario .label,
  .formulario .formw {
    width: 100% !important;
    display: block !important;
  }
}
.formulario input {
  width: 100% !important;
}

.formulario input[type="submit"] {
  width: 150px !important;
}

#boton-recuperar {
  font-size: 16px;
  font-family: "Open Sans Condensed";
  border-radius: 30px;
  padding: 12px 22px 12px 22px;
  background: #382884;
  color: #fff;
  margin-left: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

#boton-recuperar:hover {
  background: #231952;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

.contenedor-oficina {
  text-align: center;
  margin: 80px 0 200px 0 !important;
}

.salir,
.oficina-virtual {
  display: inline-block;
  margin: 0 10px 0 10px;
}

@media screen and (max-width: 1023px) {
  .salir,
  .oficina-virtual {
    width: 100% !important;
    display: block !important;
    margin-top: 20px;
  }
}
.botonnaranja {
  background: #ffa100 !important;
}

/*********************************** INICIO ESTILOS BASE FX ***********************************/
/**
 * Loader
 */
#en-espera {
  box-sizing: border-box;
  position: fixed;
  top: 430px;
  left: calc(50% - 24px);
  padding: 0;
  margin: 0;
  width: 68px;
  height: 68px;
  z-index: 10000;
  border-top: 6px solid #e74812;
  border-right: 6px solid #000;
  border-bottom: 6px solid #000;
  border-left: 6px solid #000;
  border-radius: 50%;
  animation: en-espera 0.5s linear infinite;
}

@keyframes en-espera {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * Notificaciones
 */
#mensajes {
  box-sizing: border-box;
  position: fixed;
  top: 165px;
  right: 0;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  z-index: 10000;
}

@media (max-width: 1023px) {
  #mensajes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
  }
}
.jGrowl-closer,
.jGrowl-notification {
  opacity: 1;
  width: 320px;
}

@media (max-width: 1023px) {
  .jGrowl-closer,
  .jGrowl-notification {
    margin: 0 auto;
    width: 100%;
  }
}
.jGrowl .notify-ok,
.jGrowl .notify-ko,
.jGrowl .notify-nt {
  margin-bottom: 5px;
  padding: 8px 8px 16px 16px;
}

.jGrowl .notify-ok {
  background-color: #a0ce4e;
}

.jGrowl .notify-ko {
  background-color: #c32020;
}

.jGrowl .notify-nt {
  background-color: #6a7d86;
}

.jGrowl .notify-ok p,
.jGrowl .notify-ko p,
.jGrowl .notify-nt p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.jGrowl .notify-ok p a,
.jGrowl .notify-ko p a,
.jGrowl .notify-nt p a {
  color: #fff;
  text-decoration: underline;
}

/*********************************** FIN ESTILOS BASE FX ***********************************/
._notify {
  display: none;
}

.notificacion-ok,
.notificacion-ko,
.notificacion-neutral,
.notificacion-alerta {
  position: relative;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px #dfdfdf;
}

.notificacion-ok {
  border-left: 8px solid #007848;
}

.notificacion-ko {
  border-left: 8px solid #cc0000;
}

.notificacion-neutral {
  border-left: 8px solid #8f8f8f;
}

.notificacion-alerta {
  border-left: 8px solid #ffbf00;
}

.notificacion-parrafo {
  display: inline-block;
}

.notificacion-ok p,
.notificacion-ko p,
.notificacion-neutral p,
.notificacion-alerta p {
  margin: 0;
  padding: 0;
  color: #545454;
  font-family: 'OpenSans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.notificacion-ok i,
.notificacion-ko i,
.notificacion-neutral i,
.notificacion-alerta i {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #545454;
  font-size: 15px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.notificacion-ok i:hover,
.notificacion-ko i:hover,
.notificacion-neutral i:hover,
.notificacion-alerta i:hover {
  color: #cc0000;
}

.asterisco,
.error {
  color: #cc0000 !important;
  font-weight: 600;
}

.resaltado {
  color: #007848;
  font-weight: 600;
}

.formulario .input-requerido select,
.formulario .input-requerido input {
  border: 1px solid #b67272 !important;
  background: #fce7f4 !important;
}

.formulario .input-requerido p,
.formulario .input-requerido p a,
.formulario .input-requerido {
  color: #cc0000 !important;
}
