/*# sourceMappingURL=custom.min.css.map */

.auth-one-bg {
    background-position: bottom;
}

.auth-one-bg-position {
    height: 420px;
}

.auth-page-content {
    padding-top: 40px;
}

#preloader {
    background-color: #f7f7f9 !important;
}

.spinner-border {
    color: #da0f2c !important;
}

[data-topbar=dark] #page-topbar {
    background-color: #da0f2c;
}

[data-topbar=dark] .topbar-user {
    background-color: #d7334a;
}

.auth-one-bg .bg-overlay {
    background: #E1475F;
}

[data-topbar=dark] .topbar-user .user-name-sub-text {
    color: #fff600!important;
}

[data-topbar=dark] .navbar-header .btn-topbar {
    color: #fff;
}

.intro {
    padding-bottom: 20px;
}

.space-chart{
    text-align:center;
    padding:90px 0;
}

.btn-primary {
  border-color:  #da0f2c!important;
  background:  #da0f2c!important;
  color: #ffffff!important;
}

.navbar-menu .navbar-nav .nav-sm .nav-link.active:before, .navbar-menu .navbar-nav .nav-sm .nav-link:hover:before {
    background-color: #da0f2c!important;
}

.text-primary, .link-primary {
    color: #da0f2c!important;
}

.loading {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #5596f7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

#msg-guardado {
    text-align: center;
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
    padding: 7px;
    margin-bottom: 24px;
}

#msg-error {
    text-align: center;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 7px;
    margin-bottom: 24px;
}

.choices__list--dropdown {
    z-index: 999 !important;
}

.bg-soft-primary {
    background-color: rgb(239 94 94 / 18%)!important;
}

.edit-item-btn{
    padding: 0px;
    margin-bottom: 5px;
}

.guardarFechaReporte, .guardarFechaAprobacion, .guardarNombreAccion {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

.guardarFechaReporte input.fecha-reporte, .guardarFechaAprobacion input.fecha-aprobacion, .guardarNombreAccion input.nombre-accion {
    width: 155px;
    margin-right: 10px;
    height: 35px;
}

.guardarFechaReporte .guardarfechaReporteBtn, .guardarFechaAprobacion .guardarfechaAprobacionBtn, .guardarNombreAccion #guardarNombreAccionBtn {
    height: 35px;
    padding: 0 10px;
}

