.no-bookings{
    background: #d1ffce;
}
.no-bookings a{
    color: #144610 !important;
}
.partial-bookings{
    background: #f6fcb6;
}
.partial-bookings a{
    color: #5a6111 !important;
}
.full-bookings{
    background: #ffd5d5;
}
.full-bookings a{
    color: #601515 !important;
}
.ui-datepicker {
    margin: 5px auto 0;
    margin-right: 2em;
    font: 12pt Arial, sans-serif;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}

.ui-datepicker-header {
    background: #445667;
    color: #ffffff;
    font-family: 'Times New Roman';
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #fff;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
    color: white!important;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
    color: white!important;
}

.ui-datepicker thead {
    background-color: #ffffff;
    /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker th {
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 10pt;
    color: #000000;
    /*text-shadow: 1px 0px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #fff;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
    color: #ffffff;
    height: 44px;
    width: 44px;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #33adff;
    color: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-active {
    background: #33adff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #000;
}





.ui-datepicker { margin: 0 !important; }

table.ui-datepicker-calendar { border: none !important; }

th[scope="col"] { 
  padding: 10px 0 !important; 
  text-align: center; 
  background: #536071; 
  color: #fff !important;
  width: 14.285714%;
}

th[scope="col"]:last-of-type { border-right: 1px solid #fff; }

a.ui-state-default { width: 100% !important; border-right: 1px solid #fff; font-weight: bold; font-family: 'Montserrat',sans-serif; }

a.ui-state-default:hover { background: #536071 !important; color: #fff !important; }

.ui-datepicker-header {
    background: #fff;
    color: #4f6173;
    font-family: 'Montserrat', sans-serif;
  	font-weight: bold;
  	font-size: 120%; 
  	padding-bottom: 10px !important;
}


.ui-datepicker .ui-icon {
	display: block;
  width: 25px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
  font-size: 0.1px; 
}

.ui-datepicker-prev .ui-icon:before { 
    content: "\34";
	font-family: ETmodules !important;
 color: #4f6173;
  font-size: 20px;
}

.ui-datepicker-next .ui-icon:after { 
    content: "\35";
	font-family: ETmodules !important;
 color: #4f6173;
  font-size: 20px;
} 

.ui-datepicker-calendar .ui-state-active { 
 border: none !important;
  border-right: 1px solid #fff !important;
  background: #707986 !important;
  margin: 0 !important;  
  color: #fff !important;
}

.ui-datepicker-calendar tr td { border-top: none; }

.hidden {display: none;}

.required {
    color: red;
}

.prep_input {
    width: 13.2em;
}