/*desplegable index*/
/*
Colores Creditel:
blue: #006fd8
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;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0);
}
img.img-fluid.resultado {
    width: 1.5em;
}
.card-deck {
  margin-bottom: 1em;
}
.card-img-top{
  height: 100%;
}
.blue{
  color: #006fd8;
}
.yellow{
  color: #f1b700;
}
.text-primary {
    color: #006fd8 !important;
}
.border-primary {
    border-color: #006fd8 !important;
}
.bg-blue{
  background-color: #006fd8 !important;
}
.bg-blue *{
  color: white !important;
}
.bg-white{
  background-color: white !important;
}
.bg-white *{
  color: #0060bb !important;
  font-weight: bold;
}
.barra-superior {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    background: #0268c3;
    background: -moz-linear-gradient(-45deg, #0268c3 0%, #2989d8 50%, #67adeb 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0268c3), color-stop(50%,#2989d8), color-stop(100%,#67adeb));
    background: -webkit-linear-gradient(-45deg, #0268c3 0%,#2989d8 50%,#67adeb 100%);
    background: -o-linear-gradient(-45deg, #0268c3 0%,#2989d8 50%,#67adeb 100%);
    background: -ms-linear-gradient(-45deg, #0268c3 0%,#2989d8 50%,#67adeb 100%);
    /* background: linear-gradient(135deg, #0268c3 0%,#2989d8 50%,#67adeb 100%); */
}
.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb47;
}
.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb3b;
}
.table .thead-blue th {
    color: #fff;
    background-color: #006fd8 !important;
    border-color: #006fd8 !important;
}
tr.table-blue{
  color: #fff;
  background-color: #006fd8 !important;
  border-color: #006fd8 !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: #f1b700 !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: #f1b700 !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: #006fd8 !important;
}
.nav-pills .nav-link {
    font-weight: bold;
}
.bold{
  font-weight: bold;
}
.red {
  color: #dc3545;
}
a {
  color: #006fd8;
}
.btn-primary {
    color: #fff;
    background-color:  #006fd8 !important;
    border-color:  #006fd8 !important;
}
.txt-yellow{
    color: #f1b700 !important;
}
.txt-white{
    color: white !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: rgb(248, 248, 248);
    height: 100%;
    color: white;
    padding-top: 2em;
}
.detalle-movimientos {
    height: 95%;
}
.table-responsive {
    height: 70%;
}
.pendiente-pago{
  background-color: #006fd8;
  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: white !important;
    background-color: #f1b700;
    border-color: #f1b700;
    font-weight: bold;
}
.btn-warning:hover{
  color: white;
  font-weight: bold;
  background-color: #f1b700 !important;
  border-color: #f1b700 !important;
}

.banner {
    border-radius: 1em 1em 0 0;
}


/*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;
    color: #00529c;
    width: 80%;
    min-width: 200px;
}

.sidebar a {
    display: block;
    font-size: 120%;
    color: #006fd8;
    text-decoration: none;
}

.sidebar a:hover{
    color: #006fd8;
    background-color: #f1b700;

}

#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%;
  }
}
