.sidebar-menu .django-admin-logo {
  background: #ffffff;
}

.input-solo-lectura {
  background-color: #fff;
  text-align: right;
  border-width: 0;
}

.iva {
  display: inline;
  margin-top: 10px;
  margin-left: 25px;
}

.centrado {
  margin-top: 15%;
  margin-left: 10%;
}
.b {
  margin-left: 17%;
}

input[type="file"] {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #1b76b3;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.item-menu {
  text-transform: none !important;
  padding-left: 8% !important;
}

.item-menu .active a:after {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f5f5f5;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 11px;
  width: 0;
}

.results .marcar_leida {
  cursor: pointer;
}
#user-tools .leida_counter {
  background-color: red;
}

.main-header #user-tools {
  opacity: 1;
}

ul.notificaciones_dropdown {
  min-width: 280px;
  padding: 0;
}
ul.notificaciones_dropdown .btn,
#user-tools .notificaciones_dropdown .btn {
  height: auto;
  padding: 0 10px;
}
.notificaciones_dropdown .doubleline {
  border-bottom: 1px dashed black;
}
#notificaciones_container .notificacion {
  border-bottom: 1px solid black;
}
#notificaciones_container .notificacion:last-child {
  border-bottom: 1px dashed black;
}

.notificacion {
  padding: 5px;
  font-size: 0.9em;
}
.notificacion .header {
  overflow: hidden;
}
.notificacion .hora {
  font-size: 0.7em;
}
.notificacion .tipo {
  font-weight: bold;
}
.notificacion .descripcion {
  font-style: italic;
}
.notificacion .marcar_leida {
  text-align: right;
  cursor: pointer;
  margin-top: -5px;
}
.notificacion .marcar_leida .btn {
  font-size: 0.9em;
}

.main-header {
  height: auto;
}
#user-tools {
  position: static;
  right: auto;
  top: auto;
}
#user-tools > .btn-group {
  float: none;
}

@media screen and (min-width: 400px) {
  .main-header {
    height: 35px;
  }
  #user-tools {
    position: absolute;
    right: 15px;
    top: -1px;
  }
  #user-tools > .btn-group {
    float: left;
  }
}

fieldset.scheduler-border {
  border: 1px groove !important;
  padding: 0 1em 1em !important;
  margin: 0 0 0 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
  font-size: 1.1em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 5px;
  border-top: none;
  border-bottom: none;
}

.saldo {
  font-size: 1.2em;
  background-color: red;
  color: white;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.centrado {
  margin-top: 15%;
  margin-left: 15%;
}

.hr_submit {
  border-top: 3px solid #3d7e9a;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.select2-container {
  padding: 0;
}
.select2-container .select2-choice {
  height: 32px !important;
  border: none !important;
}
#id_facturas {
  height: 200px;
}
