.nav-tabs > li.active > a,
 .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
         color: #fff;
}
 .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
         color: #fff;
}

 .required {
     color: red;
 }

 .booking_tab____active {
     font-weight: bolder;
     color: #2d82c2;
 }

.booking_tab____completed {
    color: #2d82c2;
}

.bookings-header-title {
    text-align: center;
    margin-top: 0.3em;
}

.bookings-header-tel {
    text-align: center;
    font-size: 1.7em;
}

.booking-items {
    background-color: #f5f5f5;
}

input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:35px;
    height:30px;
    display:inline-block;
    line-height:30px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:30px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -30px;
}
label.css-label {
    background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_f60067e68146be412873f96f1d2458cd.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

