.custom-radio-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#formularioBuscarPaciente {
  top: 2rem;
  margin-bottom: 4rem;
}

.input-buscar-paciente {
  margin-left: 70px;
}

.input-mayusculas {
  text-transform: uppercase;
}

.select2-container {
  width: 100% !important;
}

.pr5 {
  padding-right: 5rem;
}

.pl0 {
  padding-left: 0rem;
}

.mb15 {
  margin-bottom: 5rem;
}

.has-error-select {
  border: 2px solid #e74c3c;
}

.alert-aviso-paciente {
  background-color: #18bc9c;
  border-color: #18bc9c;
  color: #ffffff;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.btn-inhabilitado {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.texto-envio {
  font-size: 1.1rem;
}

.mb0 {
  margin-bottom: 0px;
}

.alerta_menor_edad {
  border: 1px solid;
  color: orange;
}

.stilo-token {
  font-size: 2.4rem;
  font-weight: bold;
}

.box-filtrar {
  position: relative !important;
}

.box-filtrar a {
  border: 1px solid #004C81 !important;
  background-color: #004C81 !important;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px
}

.box-select {
  position: relative !important;
  top: 10px
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  height: 36px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}

.ucase{
  text-transform: uppercase;
}
.select2-container--disabled span{
  background-color:#eee;
  opacity: 1;
}
