
/* TODO Hay que eliminar esta hoja de estilos. Por el nombre se diria que son estilos propios del menu de Cuotas pero no
    es asi, asi no funciona, aunque estas reglas esten definidas en un fichero independiente realmente afectan de formal
    global al igual que el resto de hojas de estilos. Por tanto, hay que llevarse estas reglas al fichero new-md.css. Lo
    hare en cuanto pueda */

.color-text-white{
  color: #ffffff !important;
}

.color-text-grey{
  color: #707070 !important;;
}

.background-color-dark-blue {
  background-color: #00628F !important;
  transition: background-color 0.3s ease;
}

.background-color-dark-blue:hover {
  background-color: #0096DC !important;
  cursor: pointer;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.border-radius-4 {
  border-radius: 4px !important;
}

.widget-quotas {
  box-shadow: none!important;
  border: 0.1px solid #D9D9D9 !important;
}

.pointer-cursor {
  cursor: pointer !important;
  text-decoration: none!important;
}

.pointer-cursor:hover {
  color: #00628F !important;
  text-decoration: none!important;
}
