/* REBRANDING */
body,
input,
button,
select,
textarea,
a,
.login_content h1 {
  font-family: 'Red Hat Display', sans-serif !important;
  color: #2B363B;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ECECEC inset !important;
}

.logo-sidebar {
  max-width: 150px;
}

.sidebar-footer a {
  background-color: #191f22;
  color: #fff;
}

.bg-red {
  background: #DB0B27 !important;
  border: 1px solid #DB0B27 !important;
  color: #fff;
}

table.jambo_table thead {
  background: #2B363B !important;
}

.nav.side-menu>li.active>a {
  background: linear-gradient(#191f22, #191f22), #2B363B;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover{
  background: linear-gradient(#191f22, #191f22), #2B363B;
}

 .loader {
    width: 28px;
    height: 28px;
    border: 3px solid gray;
    border-bottom-color: #DB0B27;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .mi-icono {
  width: 20px;
  height: 20px;
  margin-right: 7px;
background-image: url('../../images/admin/isotipo_blanco.svg');
  background-size: contain;
  display: inline-block;
}