/*desplegable index*/
/*
Colores Creditel:
blue: #054f95
yelow: #ffe32d
*/
body{
  font-family: 'Montserrat', sans-serif !important;
}
main {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
iframe#mapa{
  height: 300px;
}
iframe{
  height: 600px;
}
img.resultado{
width: 1.5em;
}
.navbar{
  -webkit-box-shadow: 0px -8px 27px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -8px 27px 0px rgba(0,0,0,0.75);
  box-shadow: 0px -8px 27px 0px rgba(0,0,0,0.75);
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0);
}
.card-deck {
  margin-bottom: 1em;
}
.card-img-top{
  height: 100%;
}
.blue{
  color: #054f95;
}
.yellow{
  color: #ffe32d;
}
.text-primary {
    color: #054f95 !important;
}
.border-primary {
    border-color: #054f95 !important;
}
.bg-blue{
  background-color: #054f95 !important;
}
.bg-blue *{
  color: white !important;
}
.bg-white{
  background-color: white !important;
}
.bg-white *{
  color: #054f95 !important;
}
.table .thead-blue th {
  color: #fff;
  background-color: #054f95 !important;
  border-color: #054f95 !important;
}
tr.table-blue{
  color: #fff;
  background-color: #054f95 !important;
  border-color: #054f95 !important;
}
.box-callout-totales{
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .5rem;
  border-radius: .25rem;
  border-left-color: #ffe32d !important;
  height: auto;
}
.box-callout{
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .5rem;
  border-radius: .25rem;
  border-left-color: #ffe32d !important;
}
.box-callout h5{
  font-weight: bold;
}
.box-callout-totales h5{
  font-weight: bold;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #054f95 !important;
}
.nav-pills .nav-link {
    font-weight: bold;
}
.bold{
  font-weight: bold;
}
.red {
  color: #dc3545;
}
a {
  color: #054f95;
}
.btn-primary {
    color: #fff;
    background-color:  #054f95 !important;
    border-color:  #054f95 !important;
}
.txt-yellow{
    color: #ffe32d !important;
}
/*sacamos este border-bottom 0 ya que el accordion usa cards tambien y con esta propiedad nos quita el border-bottom de las cajas que contienen los cobros*/
.accordion .card {
    border-bottom: 1px !important;
    border-bottom-right-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}
.accordion .card:first-of-type{
    border-bottom: 1px !important;
    border-bottom-right-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}
/*cuadros de intex*/
.box-shadow-totales{
  height: 41rem;
  -webkit-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.92);
  -moz-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.92);
  box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.92);
  border-style: solid;
  border-color: #cccccc;
  border-width: 0.1px;
  /*para que la propiedad sea igual a row*/
  margin-right: -15px;
  margin-left: -15px;
}
.box-shadow{
  margin-top: 2em;
  -webkit-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.92);
  -moz-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.92);
  box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.92);
  border-style: solid;
  border-color: #cccccc;
  border-width: 0.1px;
}
.detalle-totales {
    background-color: #054f95;
    height: 100%;
    color: white;
    padding-top: 2em;
}
.detalle-movimientos {
    height: 95%;
}
.table-responsive {
    height: 70%;
}
.pendiente-pago{
  background-color: #027be4;
  padding-top: 1em;
}

.m-t-2{
  margin-top: 2em;
}
.m-t-1 {
    margin-top: 1em;
}
.m-b-1{
  margin-bottom: 1em;
}
.padding-2{
  padding: 2em;
}
.btn-warning {
    color: #054f95 !important;
    background-color: #ffe32d;
    border-color: #ffe32d;
}
.btn-warning:hover {
  color: #054f95;
  background-color: #ffe32d;
  border-color: #ffe32d;
}



/*desplegable index*/

.sidebar {
    position: absolute ;
    height: 41rem;
    width: 400px;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing:border-box;
}

.sidebar .boton-cerrar {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    display: block;
    padding: 0;
    line-height: 1.5rem;
    margin: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
}

.sidebar .contenido-totales{
    margin:0;
    padding:0;
    list-style:none inside;
}

.sidebar .contenido-totales {
    margin: 2rem auto;
    display: block;
    width: 80%;
    min-width: 200px;
}

.sidebar a {
    display: block;
    font-size: 120%;
    color: #eee;
    text-decoration: none;

}

.sidebar a:hover{
    color: #054f95;
    background-color: #ffe32d;

}

#contenido {
    transition: margin-left .4s;
    padding: 1rem;
}

.abrir-cerrar {
    color: #2E88C7;
    font-size:1rem;
}

#abrir {
  display:none;
}
#cerrar {
  display:inline;
}



@media only screen and (max-width: 991px) {
  #abrir, #cerrar, #boton-cerrar{
    display: none;
  }
  .table-responsive.movimientos {
      height: 33%;
  }
  .box-shadow-totales {
    height: 80rem;
  }
  div#sidebar {
      position: unset;
      width: 100%;
      padding: 1em;
  }
  div#contenido {
      width: 100%;
      margin: 0 !important;
      display: inline;
  }
  a.float-right.btn-descargar {
    float: left !important;
    margin: .7rem;
  }
  iframe{
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .table-responsive.movimientos {
    height: 30%;
  }
  .sidebar .contenido-totales {
      margin: 1rem auto;
  }
}
@media only screen and (max-width: 525px) {
  .table-responsive.movimientos {
    height: 28%;
  }
}

@media only screen and (max-width: 381px) {
  .table-responsive.movimientos {
    height: 27%;
  }
}
@media only screen and (max-width: 328px) {
  .table-responsive.movimientos {
    height: 23%;
  }
}
