
.modal-footer {
    border-top: 1px solid #dcdcdc !important;
}

.cal_cuerpo{
    color: #ccc;
}

.cal_fechas{
    color: #848e94 !important;
    text-align: center
}

.cal_fechas .t_tit {
    background-color: #9931b3;
    color: white;
    border-bottom: 3px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cal_fechas thead {
    border: 4px solid #f5f5f5;
    background-color: #844494;
    color: white;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cal_fechas th{
    border: 0 solid #fff;
}

.cal_fechas td {
    cursor: default !important;
    background-color: #dfe7ec;
    border: 3px solid #fff;
    color: #848e94;
    font-weight: 300;
    padding: 0;
    text-align: center;
}




/*=============================0*/
/* Style the tab */
.tab {
    overflow: hidden;
    color: #525252;
  }

  .modal-body{
        color: #848e94 !important;
  }

  .t_f {
    background: transparent;
    /* float: left; */
    padding: 10px;
    width: 100%;
  }

  .lista_fecha{
    background: #e6e6e6;
    display: block;
    margin-bottom: 3px;
    padding: 5px;
    font-size: 13px;
    color: #525252 !important;
    text-decoration: none !important;
  }

  .lista_fecha:hover{
    background: #41f1e5;
    color: #1e2a46 !important;
    text-decoration: underline !important;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color:#ff9cc5;
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    width: 100%;
    color: #fff;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #c3bef1;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ff6eb8;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }
