.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.menu-seccion{
  width: 50%;
}
.menu-seccion i.material-icons{
  font-size: 2rem;
}
.material-icons.mi-18 { font-size: 18px; }
.material-icons.mi-24 { font-size: 24px; }
.material-icons.mi-36 { font-size: 36px; }
.material-icons.mi-48 { font-size: 48px; }
.logo img{width: 230px; max-height: 100px;}

.pointer-event-none * { pointer-events: none !important; }

.nav > .nav-item p{
  margin: 0;
}

.menu-seccion:hover{
  background: #eeeeee;
}

.card-home{
  margin-bottom: 16px;
  margin-top: 16px;
}

.card .card-header.card-header-icon .btn i, .card .card-header.card-header-text .btn i {
  width: 17.61px;
}
.card .card-header.card-header-icon .btn , .card .card-header.card-header-text .btn  {
  padding: .40625rem .5rem;
}

.bootstrap-select .dropdown-menu {
  top: 40px !important;
}

.table .thead-blue th {
  color: #fafafa;
  background-color: #0066ff;
  border-color: #0014ff;
}

.tooltip.show{
    z-index: 10000;
}

.block-modulo i{
  font-size: 2.25rem;
}

.card-header-black .card-icon{
  background: #000!important;
}
.card-header-rey .card-icon{
  background: #005eb8!important;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

/* offline-doc */

.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.offline-doc .footer {
  z-index: 3 !important;
}

.offline-doc .page-header .container {
  z-index: 3;
}

.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.table tr.border-left-info td:first-child,
.table tr.border-left-primary td:first-child,
.table tr.border-left-success td:first-child{
  position: relative;
}
.table tr.border-left-info td:first-child span:before{
  content: '';
  border-left: 8px solid #b8ecf3;
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
}
.table tr.border-left-primary td:first-child span:before{
  content: '';
  border-left: 8px solid #eea2fb;
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
}
.table tr.border-left-success td:first-child span:before{
  content: '';
  border-left: 8px solid #9fe8a2;
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
}

div.container-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafaa1;
  z-index: 99999999;
}

div.container-loader img {
  margin: 0;
  background: yellow;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 200px;
}
/* loading */

.loading {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
.loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}