.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}
.sidebar .nav-link.active {
  color: #007bff;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
/*
 * Content
 */
[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}
@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}
/*
 * Navbar
 */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
h1{
  text-transform: uppercase;
}
#mensajeGuardar{
  display: none;
}
.contenedores{
  display: none;
}
.navbar-brand img{
  width: 60px;
}
.sidebar{
  margin-top: 25px;
    font-size: 16px;
}
#infoPacienteFormulario{
  
}
#alertBuscarUsuario{
  display: none;
}
#botonCargarP,#botonCargarP2,#spinnerEditarPais,#spinnerAgregarPais{
  display: none;
  top: -3px;
  position: relative;
}
#contenedorDepartamentos input{
  border-bottom: solid 2px #ccc;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    background-color: transparent;
    width: 100%;
    padding-left: 5px;
}
.iconosHerramientas i{
  padding-left: 3px;
  padding-right: 3px;
} 
#alertaPaises{
  display: none;
}
.abecedario{
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-right: 5px;
  padding-left: 5px;
  transition: color .4s;
}
.abecedario:hover{
  color: #d81c09;
}
#contenedorInfoDoc input{
  border-bottom: solid 2px #ccc;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    background-color: transparent;
    width: 100%;
    padding-left: 5px;
}
#agregarDoctor{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
#spinnerAgregarDoctor{
  display: none;
  top: -3px;
  position: relative;
  margin-right: 5px;
}
#alertaDoctores{
  display: none;
}
.activo{
  color: #d81c09;
  font-weight: bold;
}
#cargandoTabla{
  display: none;
  margin-bottom: 20px;
}
#spinnerEditarFarmacia,#spinnerAgregarFarmacias,#spinnerNuevaFarmacia,#alertaFarmacias{
  display: none;
}
#editarFarmacias{
  font-size: 1.2rem;
}
#agregarFarmacias{
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
#nuevaFarmaciaEnviar{
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
h5.modal-title{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
}
#editarPais{
  font-size: 1.3rem;
}
#contenedor select{
  font-size: 1.3rem;
}
#agregarDepartamento{
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
.infoProducto{
  display: none;
}
.errorInput{
  border-color: #dc3545;
}
.botonEliminar{
  display: block;
}

.btnAplicarCanje{
  display: block;
}
#cantidadProductoCanje select,#nombreProductoCanje input, #btnProductoCanje button{
  margin-bottom: 5px;
}
.spinnerAplicarCanje{
  display: none;
  top: -3px;
  position: relative;
  margin-right: 5px;
}
#canjeHtml{
    width: 80%;
    margin: auto;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    color: #007497;
    border: solid 1px #007497;
    margin-bottom: 20px;
}
.logoCanje{
  width: 170px;
  margin: auto;
}
.canjeId{
  color: #d81c09;
  font-weight: 700; 
  top: 0;
  right: 0;
  margin-right: 17px;
}
.textBienvenido{
  color: #fff;
    margin-right: auto;
    padding-left: 2rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-top: 1rem;
}

.btn{
  font-size: 1.4rem;
}
h1{
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
h1.primero{
  margin-top: 1rem;
}
.ocultarCargando{
  display: none;
  
}
button .spinner-border{
  top: -3px;
  position: relative;
  margin-right: 5px;
}
#alertaFormulario{
  display: none;
}
.tablaIngresoMinimo{
  text-align: center;
    font-size: 2.6rem;
}
#formularioRegistroCompra .is-invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc354…%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.listaOkProductos{
  list-style: none;
  margin-left: 15px;
}

.listaOkProductos li::before{
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  margin-right: 5px;
  color: #d71c09;
}
#contenedorPrincipal{
  font-size: 1.6rem;
}
#infoCanjes{
  display: none; 
}
#productosInfoP{
  display: flex;
    flex-wrap: wrap;
    margin-top: 10rem;
}
.infoProductoP{
  background-color: #1d5cbf;
    color: #fff;
    padding: 14px;
    margin: 5px;
}
.tituloPP{
  text-align: center;
    font-size: 18px;
    border-bottom: solid #fff 1px;
    padding-bottom: 5px;

}
.promocionP{
  font-size: 4rem;
    text-align: center;
}
.subtituloP{
  text-align: center;
    color: #f8f9fa;
    font-size: 11px;
}
.infoPanelesAdmin{
  display: flex;
    justify-content: space-between;
    text-align: center;
}
.panelInfo{
  flex: 0 0 20%;
  background: #007497;
  padding: 30px;
  color: #fff;
}
.tituloAdmin{
  font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.infoNumeroAdmin{
  font-weight: 700;
    color: #fff;
    font-size: 2rem;
}
.salirSesion{
  font-size: 2rem;
  color: #fff!important;
}
.infoPanelesAdmin{
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#dependientes{
  margin-bottom: 2rem;
}
#dependientes .fas{
  cursor: pointer;
}
.formularioEditarDependiente{
  display: none;
}
.formularioEditarDependiente2{
  display: none;
}
.cargandoFurmulario,.formularioEditarDependiente,.mensajeGuardar,.cargandoFurmulario2{
  display: none;
}
.agragarUsuario{
  float: right;
  margin-bottom: 10px;
  margin-right: 7px;
}
.infoProductoP2{
  width: 100%;
}
.mensajeGuardar2{
  display: none;
}
.infoProductoP2{
  background: #007497;
    color: #fff;
    padding-left: 10px;
    padding-top: 5px;
    margin-bottom: 2px;
    font-size: 1.6rem;
}
.anularFactura{
  cursor: pointer;
}
.tituloEspecial{
  text-align: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 700;
    border-bottom: solid 1px #ccc;
    padding-bottom: 9px;
}
.filtroCanjes{
  margin-bottom: 30px;
  margin-top: 20px;
}
.bg-dark {
  background-color: #007497!important;
}
.table-primary, .table-primary>td, .table-primary>th {
  background-color: #007497;
  color: #fff;
}
.btn-primary{
  color: #fff;
  background-color: #007497;
  border-color: #007497;
}
.navbar-brand{
  background-color: #007497;
}
h2{
  background: transparent;
}
#example{
  text-transform: uppercase;
}