/*
 *   N O   T A B L E   B O R D E R S
 */

table.chfrb-null-table,
table.chfrb-null-table th,
table.chfrb-null-table td {
   border: 0;
}


/*
 *   F A N C Y   A R R O W   B U T T O N S
 */

button.chfrb-btn-left-arrow {
   border-radius: 25px 5px 5px 25px;
}

button.chfrb-btn-right-arrow {
   border-radius: 5px 25px 25px 5px;
}

button.chfrb-btn-left-arrow:focus,
button.chfrb-btn-right-arrow:focus {
   outline: none;
}


/*
 *   S L I D E R   T A B L E S
 */

table.chfrb-slider-table,
table.chfrb-slider-table .no-cell-border {
   border: 0;
   border-collapse: collapse;
}

table.chfrb-slider-table th {
   min-width: 50px;
   max-width: 50px;
   text-align: left;
   font-size: small;
   vertical-align: top;
}

table.chfrb-slider-table .datum {
   min-width: 87.5px;
   max-width: 87.5px;
   overflow-x: hidden;
   vertical-align: top;
   background-color: none;
   color: black;
   /*height: 35px;*/
}

table.chfrb-slider-table .empty {
   background-color: #eee;
   border-color: grey;
}

table.chfrb-slider-table .status-bar {
   border: 0;
   /*min-width: 1050px*/
}


/*table.chfrb-slider-table .is-test {
   background-color: #f5f5f5;
}*/
table.chfrb-slider-table .is-test { 
  background-image: repeating-linear-gradient(
     42.5deg,
     transparent,
     transparent 5px,
     rgba(5,5,5,0.2) 5px, 
     rgba(5,5,5,0.2) 10px
  );
}

table.chfrb-slider-table .cursor {
   background-color: #2e6da4;
   color: white;
}

table.chfrb-slider-table .event {
   text-decoration: underline;
}

table.chfrb-slider-table .event:hover {
    color: lightgrey;
}

table.chfrb-slider-table .event:not(.cursor):hover {
    color: blue;
}

table.chfrb-slider-table .event:active {
    font-weight: bold;
}


table.chfrb-slider-table tr:nth-child(2) td {
   padding-top: 0;
   vertical-align: middle;
}
