table td {
  cursor: pointer;
}

.dataTables_filter {
  display: none;
}

/*LOADING*/
.waitpage {
  background-color:rgba(256, 256, 256, 0.5);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  display:none;
}

.waitpage-box {
  left: 50%;
  overflow: auto;
  padding: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 99999;
  margin: -64px 0 0 -64px;
}
.waitpage-box p img {
  max-width: 100px;
  color: #d0622b;
  float: none;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;

}
.waitpage-box p span {
  float: left;
  font-size: .8125em;
  font-weight: bold;
  padding: 6px 0 0 12px;
  white-space: nowrap;
}


.waitpage-local {
  background-color: rgba(256, 256, 256, 0.5);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}

.waitgraph {
  background-color:rgba(256, 256, 256, 0.5);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
  display:none;
}
.waitgraph-box {
  left: 50%;
  overflow: auto;
  padding: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 99999;
  margin: -64px 0 0 -64px;
}
.waitgraph-box p img {
  max-width: 100px;
  color: #d0622b;
  float: none;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;

}
.waitgraph-box p span {
  float: left;
  font-size: .8125em;
  font-weight: bold;
  padding: 6px 0 0 12px;
  white-space: nowrap;
}

.titulo-tablas{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem
}

.main-sidebar{
  background-color: rgb(32, 104, 117);
}

.btn-primary{
  background-color: rgb(25, 147, 153);
  border-color: rgb(25, 147, 153);
}

.nav-item > ul > li > a{
  margin-left: 0.5rem!important;
  background: none!important;
}

.nav-item > ul > li > a.active{
  color: white!important;
}

.nav-item > ul > li > a.active:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
    height: 40px;
    width: 40px;
    opacity:0.2;
    margin-left: -35px;
    box-shadow: 0px 0px 0px 480px #ffffff;
    transform-origin: center;
    transform: rotate(45deg);
}

tbody > tr > td {
  padding: 0.4rem!important;
}

thead > tr > th {
  padding-left: 0.4rem!important;
}

select option{
  width:200px;
  height: auto;
  word-wrap: break-word;
  white-space: normal;
}
select{
  height: 220px;
  width:250px;
}

.tabla_registro{
  width: 100%; 
  background-color: white;
}



.tabla_titulo{
  border-bottom: thin solid white;
}

.registro_mediana th{
  background-color: #17b875!important;
  color: white;
}

.tabla_registro th{
  background-color: #17a2b8;
  color: white;
}

.tabla_registro td,th{
  padding: 0.5rem;
}


::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 1rem;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.container_tabla_registro{
  border: 0.5rem solid #17a2b8;
  width: min-content;
  margin: 1rem;
  border-radius: 0.2rem;
  min-width: 45%;
  display: inline-block;
  background-color:#17a2b8;
}

.container_tabla_analisis {
  width: max-content;
}

.container_tabla_registro_mediana{
  border: 0.5rem solid #17b875!important;
  background-color:#17b875!important;
}

.tablaschiquitas table{
  font-size: 9.5pt;
}

.login-page{
  background-image: url('../img/rebrand/BG_Login.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parrafotes p{
  text-align: justify;
}

.user-panel img {
  max-height: 4.0rem!important;
  max-width: 3.5rem!important;
  height: auto!important;
  width: auto!important;
  padding: 0.2rem;
  border-radius: 0.2rem;
  background: white;
}

.user-panel .info {
  padding: 0!important;
}

/* Busqueda typeahead */
.twitter-typeahead .tt-menu{
  background: white;
  border-radius: 0px 0px 0.25rem 0.25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem 0px rgba(0,0,0,0.75);
}
.twitter-typeahead .tt-suggestion {
  padding: 0.25rem;
}
.twitter-typeahead .tt-suggestion:last-child {
  margin-bottom: 0;
}
.twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: #5FB3C5;
}

#balloon-container {
  height: 100vh;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: absolute;
  z-index: 9999;
}

.balloon {
  height: 125px;
  width: 105px;
  border-radius: 75% 75% 70% 70%;
  position: relative;
}

.balloon:before {
  content: "";
  height: 75px;
  width: 1px;
  padding: 1px;
  background-color: #FDFD96;
  display: block;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
}

.balloon:after {
    content: "▲";
    text-align: center;
    display: block;
    position: absolute;
    color: inherit;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
}

.bordecito{
  min-width: 95%; width:100%; margin-top: 0; box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%); border-radius: 2px
}

@keyframes float {
  from {transform: translateY(100vh);
  opacity: 1;}
  to {transform: translateY(-300vh);
  opacity: 0;}
}

/* Fix overflow-x de todas las datatables */
/* .dataTables_wrapper{
  overflow-x: scroll;
   min-height: 80vh; 
   height: auto !important;
} */

.datatable-overflow{
  overflow-x: scroll;
  min-height: 80vh; 
  height: auto !important;
}

.tablacalendario, .tablacalendario th, .tablacalendario td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  white-space: nowrap;

}
.tablacalendario th{
  color: white
}


