.ui-datepicker {
    margin: 5px auto 0;
    margin-right: 2em;
    font: 12pt Arial, sans-serif;
    width: 100%;
    /*-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 table {
}

.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-month,
.ui-datepicker-year {
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #fff;
}
.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 #bbb;
}

.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 {
    background: linear-gradient(#999999, #737373);
    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;
}

.room-header {
    width:100%;
    text-align:center;
    float:center;
    border: 0px;
    background-color:#445667;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font-weight: bold;
    color: #ffffff
}

.meeting-body {
    text-align:center;
    padding-top:5px;
}

.meeting-title {
    font-size:1.1em;
	line-height: 1.4em;
    font-weight:bold;
    display: block;
	color: #4f6173;
}

.meeting-time {
    font-size:0.9em;
	line-height: 0.9em;
    display: block;
	font-style: italic;
	margin-bottom: 15px;
}

.results-header {
    width:100%;
    text-align:center;
    font-weight:normal;
    padding:10px;
    font-size:medium;
    display: flex;
    flex-direction: column;
}

.tooltip {
    z-index: 100000000; 
}

.scheduled-for-date {
	font-weight: bold;
	color: #4f6173;
	font-size: 1.2em;
}

.prep_input {
    width: 13.2em;
}


.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; background: #dee4ec !important; color: #4f6173 !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;
}