.navbar-default {
  background-color: #ffffff;
  border-color: #696969;
}

.navbar-default .navbar-brand {
  color: #ecf0f1;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ecf0f1;
}

.navbar-default .navbar-text {
  color: #ecf0f1;
}

.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ecf0f1;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ecf0f1;
  background-color: #363636;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ecf0f1;
  background-color: #696969;
}

.navbar-default .navbar-toggle {
  border-color: #696969;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}

.navbar-default .navbar-link {
  color: #ecf0f1;
}

.navbar-default .navbar-link:hover {
  color: #ecf0f1;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #091112;
}
@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #030404;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ecf0f1;
    background-color: #696969;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
}

input[type="checkbox"] {
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari y Chrome */
  -o-transform: scale(2);
  /* Opera */
  padding: 10px;
}

input[type="radio"] {
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(3);
  /* IE */
  -moz-transform: scale(3);
  /* FF */
  -webkit-transform: scale(3);
  /* Safari y Chrome */
  -o-transform: scale(3);
  /* Opera */
  padding: 10px;
}

/* Tal vez desee envolver un espacio alrededor de su texto de casilla de verificación */

.checkboxtexto {
  /* Checkbox texto */
  font-size: 110%;
  display: inline;
}

#producto {
  width: auto !important;
  height: 850px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
}

@media (max-width: 700px) {
  #producto {
    height: 460px;
  }
}

#producto .content-form {
  height: 775px;
  overflow: auto;
}

.content-form::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.content-form::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 10px;
}

.controles-form {
  padding: 0px 0px;
}
.controles-form-footer {
  /* padding: 800px 0px 0px 0px; */
  position: absolute;
  top: 96%;
  left: 20px;
  width: 98%;
  z-index: 10;
}
.element {
  max-width: 145px;
  width: 145px;
}
.no-padding {
  padding: 0px;
}

.contenedor-pdf {
  width: 100%;
  height: auto;
  /* display: flex; */
  /* justify-content: space-around; */
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#producto::-webkit-scrollbar {
  width: 5px;
}

#form-actualizar {
  height: 100%;
  width: 100%;
}

/* Track */

#producto::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 5px;
}

/* Handle */

#producto::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 5px;
}

.cotizacion {
  width: auto !important;
  height: 250px !important;
  background-color: #e3f6ce;
  overflow: auto;
  border: 5px green ridge;
}

.cotizacion::-webkit-scrollbar {
  width: 15px;
}

/* Track */

.cotizacion::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.cotizacion::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 10px;
}

.cotizaciondeta {
  width: auto !important;
  height: 250px !important;
  background-color: #e6f8e0;
  overflow: auto;
  border: 5px green groove;
}

.cotizaciondeta::-webkit-scrollbar {
  width: 15px;
}

/* Track */

.cotizaciondeta::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.cotizaciondeta::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 10px;
}

.cotizacionre {
  width: auto !important;
  height: 250px !important;
  background-color: #e0e6f8;
  overflow: auto;
  border: 5px blue ridge;
}

.cotizacionre::-webkit-scrollbar {
  width: 15px;
}

/* Track */

.cotizacionre::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.cotizacionre::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 10px;
}

.cotizaciondetare {
  width: auto !important;
  height: 250px !important;
  background-color: #ced8f6;
  overflow: auto;
  border: 5px blue groove;
}

.cotizaciondetare::-webkit-scrollbar {
  width: 15px;
}

/* Track */

.cotizaciondetare::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.cotizaciondetare::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 10px;
}

.visualizacionproductobajas {
  width: auto !important;
  height: auto !important;
  background-color: #e6f8e0;
  overflow: auto;
  border: 5px #0a6747 groove;
  border-radius: 10px;
}

.visualizacionproducto {
  width: auto !important;
  height: 350px !important;
  background-color: #e6f8e0;
  overflow: auto;
  border: 5px #a9bcf5 groove;
  border-radius: 10px;
}

.visualizacionproducto::-webkit-scrollbar {
  width: 15px;
}

/* Track */

.visualizacionproducto::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.visualizacionproducto::-webkit-scrollbar-thumb {
  background: #a9bcf5;
  border-radius: 10px;
}

.visualizacionproductoventa {
  width: auto !important;
  height: 300px !important;
  background-color: #e6f8e0;
  overflow: auto;
  border: 5px green groove;
  border-radius: 10px;
}

.visualizacionproductoventafarmacias {
  width: 100% !important;
  height: 400px !important;
  background-color: #e6f8e0;
  overflow: auto;
  border: 5px green groove;
  border-radius: 10px;
}

#temporalCliente {
  width: auto !important;
  height: 450px !important;
  background-color: rgb(232, 243, 232);
  overflow: auto;
  border: 5px red groove;
  border-radius: 10px;
}

.padre {
  text-align: center;
}

.form-control-div {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
}

.form-egreso {
  border: 1px solid #37c3b6;
  padding-bottom: 20px;
  border-radius: 12px;
  background: #00b1a0;
}

.form-egreso-concepto {
  border: 1px solid #83eae1;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 12px;
  background: #76d2c9;
}

.table-detalle-concepto {
  border: 1px solid #83eae1;
  margin-top: 10px;
  padding-bottom: 20px;
  border-radius: 12px;
  background: #eefffd;
}

.thead-dark {
  background: #686d6d;
  color: #fff;
}

#giros-cuentas {
  background-color: #a1efe7;
  padding: 15px 0px;
  margin: 5px 0px;
  border-radius: 8px;
}

#giros-deposito {
  background-color: #a1efe7;
  padding: 15px 0px;
  margin: 5px 0px;
  border-radius: 8px;
}

#nro-cheque {
  background-color: #a1efe7;
  padding-bottom: 6px;
  margin: 5px 0px;
  border-radius: 8px;
}

#por-banco {
  background-color: #a1efe7;
  padding-bottom: 6px;
  margin: 5px 0px;
  border-radius: 8px;
}

#por-tarjeta {
  background-color: #a1efe7;
  padding-bottom: 6px;
  margin: 5px 0px;
  border-radius: 8px;
}

.contenedor-resultado {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0px;
  padding: 5px;
  background: #05d2bf;
  border-radius: 10px;
  color: #fff;
}

.row-active {
  background: cornflowerblue !important;
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.row-result {
  background: #209c91;
  color: #fff;
  font-weight: bold;
  font-size: 1.15em;
}

.img-modal {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.img-data {
  height: 200px;
  width: 200px;
  border-radius: 20px;
}

blink {
  animation: blinker 0.6s linear infinite;
  color: #f8ec0d;
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.listadetalladaconsolidado {
  width: auto !important;
  height: 400px !important;
  background-color: rgb(232, 243, 241);
  overflow: auto;
  border: 5px rgb(2, 35, 84) groove;
}
@media (min-width: 1200px) {
  .modal-xlg {
    width: 70%;
  }
}

.separacion {
  padding-top: 5px;
  padding-bottom: 5px;
}

.span-cerrado {
  border-top: solid 3px black;
  border-bottom: solid 3px black;
  border-right: solid 3px black;
  border-left: solid 3px black;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 12px;
  /* margin: 10px; */
}

.span-cerrado2 {
  border-top: solid 3px black;
  border-bottom: solid 3px black;
  border-right: solid 3px black;
  border-left: solid 3px black;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 12px;
  margin: 10px;
}
.datos_generales {
  background-color: #72c8e0;
}

.datos_generales_nuevo {
  background-color: #1bafd8;
}

/* @keyframes mover {
  0% { transform: translateX(0); }
  5% { transform: translateX(px); }
  100% { transform: translateX(0); }
}

.miNotificacion{
  background-image: url('../img/notificacion.png');
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 35px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0b065d;
  font-weight: bold;
  font-size: 25px;
  animation: mover 4s linear infinite;
} */