.tabs-title{
     font-family: "Tiempos Text Semibold";
     background: #fff;
     color: #b94700;
     border-radius: 5px;
     font-size: 1.25rem;
     line-height: 1.2;
}
 .tabs-panel.is-active{
     border-left: 1px solid #e6e6e6;
}
 .tabs-title.is-active{
     background: #2e1a47;
     color: #fff !important;
}
 .tabs-title>a:focus, .tabs-title>a[aria-selected=true]{
     background: #2e1a47;
     /*color: #fff !important;*/
}
 #horizontal-tabs.tabs{
     border:none;
}
 .tabs-content {
     border-top:1px solid #e6e6e6;
}
 .cu-module{
     z-index:;
}
 .modal_new {
     position: fixed;
    /* Stay in place */
     z-index: 9999999;
    /* Sit on top */
     padding-top: 100px;
    /* Location of the box */
     left: 100px;
     top: 80px;
     width: 500px;
    /* Full width */
     height: 500px;
    /* Full height */
     overflow: auto;
    /* Enable scroll if needed */
     background: #00205B;
    /* Fallback color */
}
 .modal_new h2, .modal_new p{
     color:#fff;
}

 ul.tabs {
         max-width: none;
    }
  
  #room_rates_matrix tbody tr.room-rates-building-group-shaded > td {
    background-color: #eee !important;
  }

  #room_rates_matrix tbody tr.room-rates-building-group-plain > td {
    background-color: #fff !important;
  }  
    .matrix td{
    border-bottom: 1px solid #eee;
    }