.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 200px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

.Titulos {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: blue;
}

.LblForm {
  font-weight: bold;
}

.Titulo {
  background-color: #0489B1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 2px;
  border-style: solid;
  border-color: #000;
}

.IconosAcciones {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.TablaColores {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border: 1px;
  border-style: solid;
  border-color: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

.MuestraColor {
  width: 100px;
  height: 50px;
  min-width: 100px;
  min-height: 50px;
  border: 1px;
  border-style: solid;
  border-color: #000;
}

.TextoAdvertenciaUnificar {
  font-weight: bold;
}

.FondoInicio {
  width: auto;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.CopyRight {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-family: times;
  position: relative;
}

/*.btn-Salir{
}*/

.btn-Salir:hover {
  cursor: pointer;
  color: red;
  text-decoration: underline;
}

#perfil:visited {
  color: #e1ffff;
}

.TextoSinResultados {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.Hander{
  cursor: pointer;
}

@media print {
  #areaImprimir {
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
  }

  #tablePrint {
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
  }

  #DivTablePrincipal {
    background-color: blue;
    width: auto;      
  }

  .Test {
    background-color: blue;
    width: 100%;
    overflow: none;
    rotate: 120%;
  }
}

.reporte-tabla {
  width: 100%;
  border: 1px;
  border-style: solid;
  border-color: #000;
  margin-top: 5%;
  margin-bottom: 5%;
}

.reporte-tabla th {
  border: 1px;
  border-style: solid;
  border-color: #000;
}

.reporte-tabla td {
  border: 1px;
  border-style: solid;
  border-color: #000;
}

.Nota_Rep_General {
  font-size: 14px;
  font-weight: bold;
  font-family: arial;  
}

/* ARREGLANDO EL SCROLL PARA QUE EL MENU SEA ESTATICO */
#DivTab{
  overflow:scroll;
  height:500px;
  width:100%;
}

/* FIN DE ARREGLO DEL HEADER DE LA TABLA   */

.class_modal-dialog {
  max-width: max-content !important;
}

.modal-footer-flex-center {
  justify-content: center !important;
}

.div-buttom-padding{
  padding-left: 0px;
  padding-right: 0px;
}

.div-modal-Error {
  display: none; 
  position: relative;
  z-index: 1; 
  left: 25%;
  top: -10px;
  width: 30%;
  height: 100%;
  box-shadow: 0px 3px 6px rgb(110, 109, 109);
  border: 2px solid red;
  border-radius: .4em;
  font-size: 0.8rem;
  color: red;
  text-align: center;
  background-color: #FBEBE8;
}

input.number-to-text::-webkit-outer-spin-button,
input.number-to-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].number-to-text {
    -moz-appearance: textfield;
}

#denominacion {
  padding-right: 1px;
}

#creacionCategoria td, #creacionCategoria th {
  text-align: center;
}

#modificacionCategoria td, #modificacionCategoria th {
  text-align: center;
}

#eliminarNotificaciones td, #eliminarNotificaciones th {
  text-align: center;
}

.multiselect-container > li.disabled {
  display:none;
}

.multiselect-native-select > .btn-group {
  display: flex !important;
}

.multiselect-container.dropdown-menu {
  width: 100%;
}

button[title='None selected'] > span{
  visibility: hidden;
}

button[title='None selected'] > span::before{
  content:'Ningun permiso seleccionado';
  visibility: visible;
}

#ImagenDeCategoria tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

#CuadroDeColores > .row {
  margin-left: -1px;
}

a.disabled {
  pointer-events: none;
  color: #ccc;
}

.hiddenColTablaAnimacion {
  opacity: 1;
  transition: margin-left 1s ease;
}

.showColTablaAnimacion {
  opacity: 1;
  /*transition: margin-left 0.5s ease, border 0.7s steps(1, end), z-index 0.7s steps(1, end);*/
  transition: margin-left 0.5s ease, border 0.7s steps(1, end), z-index 0.7s steps(1, end);;
}

.hiddenColTablaAnimacion.hiddenColTablaAnimacionfire {
  margin-left: -300px !important;
  border-right-width: 0px !important;
  border-left-width: 0px !important;
}

/*
.hiddenColTablaAnimacion.showColTablaAnimacionfire {
  margin-left: 0px;
  border: 1px solid #dee2e6;
  z-index: 300 !important;
}*/

.showColTablaAnimacion.showColTablaAnimacionfire {
  margin-left: 0px !important;
  border: 1px solid #dee2e6 !important;
  /*z-index: 300 !important;*/
}

#tabla-responsive thead tr > *:nth-child(4) {
  z-index: 300 !important;
}

#tabla-responsive tbody tr > *:nth-child(-n + 7) {
  z-index: 300;
  background-color: white !important;
}
/*
tbody tr > *:nth-child(n + 5) > div > div{
  z-index: -1;
}*/

tbody tr > *:nth-child(n + 5).hiddenColTablaAnimacionfire > div > div {
  z-index: -1 !important;
}

tbody tr > *:nth-child(n + 5).showColTablaAnimacionfire > div > div {
  z-index: -1;
}

/*.hiddenColTablaAnimacionfire > div > div{
  z-index: -1;
}*/

.itemMotivoAccesible {
  z-index: 1 !important;
}

div .nav-side-menu {
  z-index: 400;
}

#input-zoom {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#input-zoom::-webkit-inner-spin-button,
#input-zoom::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 0;
  display: flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: #C0C0C0;
  border: none;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 1px #474747;
    border-radius: 50%;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: white;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input #input-zoom {
  font-family: sans-serif;
  max-width: 2.8rem;
  padding: .5rem;
  border: none;
  border-width: 0 2px;
  font-size: 1.15rem;
  height: 2rem;
  /*font-weight: bold;*/
  text-align: right;
  color: #353d3d;
}

#divporcentaje {
  font-family: sans-serif;
  padding-top: 1.9px;
  padding-right: 10.3px;
  font-size: 1.15rem;
}

#container input {
  padding-right: 32px;
}

#spanMostrar {
  bottom: 16px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  top:22%;
  right: 10px;
  width: 25px;
  z-index: 10;
  color:#b0abab;
}

.form-clear .material-icons {
  font-size: 24px;
  position: absolute;
  top: 0px;
  right: 0px!important;
}

.letras-circle {
  display: inline-block !important;
  background-color: #17a2b8!important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 16px !important;
  line-height: 30px !important;
  width: 32px !important;
  height: 32px !important;
  text-align: center !important;
  border: 2px solid #fff;
  border-style: ridge;
  margin: 4% 0 4% 37%;
}

.letras-circle-2 {
  display: inline-block !important;
  background-color: green!important;
  padding: 2px;
  border-radius: 50% !important;
  line-height: 30px !important;
  width: 35px !important;
  height: 35px !important;
  text-align: center !important;
}

.title-session {
  padding-left: 27%;
  padding-bottom: 4%;
  font-size: 12px;
}

.div--padding-10px {
  display: inline-block;
}

.div--padding-10px .title-session {
  padding-left: 15px;
}

.modal--show-overall {
  z-index: 2001;
}

.input--transform-rotate180 {
  transform: rotate(180deg);
}

#basicMap {
  width: 100%;
  height: 100%;
  margin: 0;
}

.text-dialog {
  font-size: 21px;
}

.button-arrow {
  float:left;
  margin-left: 16px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.button-arrow:focus {
  outline: 0px dotted;
}

.button-fullscreen {
  float:left;
  margin-left: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.button-plus {
  float:left;
  margin-left: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.button-min {
  float:left;
  margin-left: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.button-calendar {
  position: absolute;
  left: 79.8%;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-bottom: 1px;
}

.recovery-email {
  text-decoration: none;
  color: #0b475d;
}

.lista-centro-salud {
  overflow: auto; 
  border-bottom: 1px solid #cdcdcd; 
  border-top: 1px solid #cdcdcd;
  @media (500px <= height <= 800px) {
    height: 400px;
  }
  @media (800px < height <= 1200px) {
    height: 700px;
  }
}

.tabla-celda-planilla {
    width: 400px;
}

.ol-full-screen {
  display: none;
}

.ol-control button {
  display:none;
}

.etFiltros {
  color: #FFF;
  background-color: #BBB;
  border-radius: 20px;
  padding: 8px;
  font-size: 0.84rem;
  display: inline-block;
  margin: 3px;
}

#boton-fullscreen:focus {
  outline: 0px dotted;
}

#boton-save:focus {
  outline: 0px dotted;
}

.clear-outline:focus {
  outline: 0px dotted;
}

.tabla-direccion {
  background-color: transparent;
  border-collapse: separate;
  text-align: center;
}

.tabla-direccion td {
  border: 1px black solid;
  background-color: white;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.list-group-item + .list-group-item {
    border-top-width: 1px !important;
}

select[class~="form-control"] {
  appearance: auto;
}

.dat-toast {
  color: white !important;
  background-color: rgb(0 1 2 / 61%) !important;
}

.clock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #17D4FE;
  font-size: 60px;
  font-family: Orbitron;
  letter-spacing: 7px;
}

.clock-digits {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 7px;
  padding-left: 7px;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.clock-digits-left-right {
  border: 0.1px solid black;
}

.clock-digits-inner {
  border-top: 0.1px solid black;
  border-bottom: 0.1px solid black;
}

.clock-container {
  height: 1.38rem;
  background-color: white;
  border-radius: 5px;
  margin-left: 35px;
  position: absolute;
  left: 79%;
  top: 0.09%;
  z-index: 1000;
}

.clock-col {
  display: flex;
  text-align: center;
  /*min-width: 60px;*/
  position: relative;
}

.clock-label {
  align-content: center;
  background: #f8f9fa;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 0.7rem;
  padding-left: 6px;
  padding-right: 7px;
  border: 0.1px solid black;
} 

@media (max-width: 825px) {
  .clock-container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clock-col + .clock-col {
    margin-top: 20px;
  }

  .clock-col:before, .clock-col:after {
    display: none !important;
  }
}

:root {
  --swal2-width: auto !important;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 120px;
  position: relative;
}

.gear {
  width: 100px;
  height: 100px;
  top: 40%;
  position: absolute;
}

#gear1 {
  left: 42%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: rotate-clockwise 4s linear infinite;
}

#gear2 {
  left: 61%;
  transform: translate(-50%, -50%) rotate(10deg);
  transform-origin: center;
  animation: rotate-counterclockwise 4s linear infinite;
}

.gear img {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(44%) sepia(92%) saturate(3154%) hue-rotate(353deg) brightness(101%) contrast(101%);
}

@keyframes rotate-clockwise {
  from {
      transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
      transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-counterclockwise {
  from {
      transform: translate(-50%, -50%) rotate(10deg);
  }
  to {
      transform: translate(-50%, -50%) rotate(-346deg);
  }
}

.menu-col-2 > :first-child {
  flex: 0 0 16.666667% !important;
  max-width: 16.666667% !important;
}

#tabla-movimiento-general th {
  vertical-align: middle;
}

.buttom-order-list {
  font-size: 0.8rem;
  padding: 0rem 0.27rem;
  margin-right: 4px;
}

.modal-excel {
  overflow: scroll;
}