body { 
  font-family: "Arial", Helvetica, sans-serif;
  background: #002060;
}

#container-central{
  margin-top: 1%;
  margin-bottom: 1%;
}
.banner-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner.png");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}



footer {
  background-color: #143D8D;
  color: #EDEDED;
}




.color-blue{
  background-color: #143D8D !important;
  color: #EDEDED !important;
}

.w3-bar {
  text-align: center;
}

.select {
  text-align: center;
}

#container-listado_bancos {
  display: none;
}

.rcorners {
  border-radius: 15px;
  background: #fff;
  padding: 20px; 
  margin-left: 0.5%;
  height: 490px; 
  margin-top: 1%;
  margin-right: 0.5%;
  text-align: center;
} 

.w3-half{
   width: 49% !important;
}

.div-grafica-titulo{
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #143D8D;
  color: #fff;
  margin: 0% 0% 1% 0% !important;
  text-align: center;
}

.div-grafica{
  margin: 0% 1% 0% 1% !important;
  background-color: #e9ecef;
 
}



.w3-row {
  margin: 0% 1% 1% 1%;
  padding: 5px;
}

#BTN_SBN, .BTN_otros {
  margin-bottom: 2%;
}

.ind_liquidez {
  font-weight: bold;
  margin-bottom: 2%;
  margin-top: 2%;
  font-size: 18px;
}

#botones_filtrado {
  text-align: center;
  margin-bottom: 1%;
  font-size: 11px;
  padding-top: 6px;
}

.boton_filtro {
  background-color: #2e75b6;
  color: #fff;

}

.btn-group-menu .button-menu {
  background-color: #BF9000; /* Green */
  color: black;
  font-weight: bold;
  padding: 5px 0px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 150px;
  display: inline-block;
   opacity: 0.6;
}

.btn-group-menu .button-menu:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}

.button-menu:hover{
  opacity: 1;
}

.button-menu .active{
  opacity: 1;
}
.btn-group-menu {
  margin-bottom: 1%;
}


.spinner {
  margin: 100px auto;
  width: 400px;
  height: 200px;
  text-align: center;
  font-size: 100px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-left: 18px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.container-grafica{
  background-color: #fff;
}
@media (max-width: 780px) {
.div-menu-responsive{
  overflow-y: auto;
  height: 200px;
}
}

.iframe_pdf {
  width: 100%;
  height: 100vh;
}

/* css para los div de view data table */
 .btn_close_data {
        display: none;
    }
.highcharts-data-table{
  overflow: auto;
  font-size: 10px;
  color: #002060;

}
.highcharts-data-table td{
padding-left: 10px;
padding-right: 10px;
border: solid 1px aliceblue;
}
.highcharts-data-table th{
padding-left: 10px;
padding-right: 10px;
border: solid 1px aliceblue;
}

.highcharts-data-table td:nth-child(2n+3){
background-color: #eee;
}

.highcharts-data-table tr:hover td{
background-color: #A9CCE3;
}

.highcharts-data-table .text {
    text-align: left;
    font-weight: normal;
}
.highcharts-data-table .number {
    text-align: right;
}
.highcharts-table-caption {
    font-size: 16px;
    font-weight: bold;
}
.highcharts-data-table thead {
    font-weight: bold;
    border: solid 1px aliceblue;
    text-align: center !important;
}



