.calendarDiv, .custom_period_calendar{
	position:absolute;
	width:205px;
	border:1px solid #9cb2cc;
	padding:0px 0px 20px 0px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	line-height:10px;
	visibility:hidden;
}

.custom_period_calendar{
	position:relative;
	float:left;
	visibility:visible;
	width:176px;	
}

.calendarDiv span,.calendarDiv img, .custom_period_calendar span, .custom_period_calendar img{
	float:left;
}

.calendarDiv .selectBoxSimple, .calendarDiv .selectBoxOver,
.custom_period_calendar .selectBoxSimple, .custom_period_calendar .selectBoxOver{	
	padding:1px 1px 1px 2px;
	cursor:pointer;
	background-color:transparent;
	border:none;
	line-height:17px;
	color:white;
	font-size: 12px;
	position:relative;
	margin:0 4px;
}

.calendarDiv .topBar .selectBoxSimple,
.custom_period_calendar .topBar .selectBoxSimple,
.calendarDiv .topBar .selectBoxOver,
.custom_period_calendar .topBar .selectBoxOver {
	padding-right: 15px;
	box-sizing:border-box;
	height:100%;
}

.calendarDiv td, .custom_period_calendar td{
	padding:3px;
	margin:0px;
	font-size:10px;
	text-align:right;
	cursor:pointer;
}

.custom_period_calendar .selectBoxOver{
	background-color:#3e8acc;
	border-radius: 2px;
}

.calendarDiv .topBar, .custom_period_calendar .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;
}

.calendarDiv .weekEndDay, .custom_period_calendar .weekEndDay{	/* Weekend day in the calendar */
	color:#AA2200;
}

.calendarDiv .activeDay, .custom_period_calendar .activeDay{	/* Active day in the calendar */
	color:#233d6d;
}

/* Future or inaccessible period in the calendar */			
.calendarDiv .inaccessiblePeriod, .custom_period_calendar .inaccessiblePeriod {	
	color:#bbbbbb;
	cursor:default;
}

.custom_period_calendar .activeDay{
	color:#233d6d;
	padding:0;
	font-weight:bold;
	background-color:#eaf2f9;
	border:1px solid #9cb2cc;
}

.calendarDiv .todaysDate, .custom_period_calendar .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}

.custom_period_calendar .todaysDate{
	width:173px;
	display:none;
}
	
.calendarDiv .monthYearPicker, .custom_period_calendar .monthYearPicker{
	background-color: #eaf2f9;
	border:1px solid #9cb2cc;
	position:absolute;
	color: #233d6d;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
	font-size:10px;
}
	
.calendarDiv .monthSelect, 
.custom_period_calendar .monthSelect {
	width:70px;
	text-align: right;
}

.custom_period_calendar .monthSelect, .custom_period_calendar .monthPicker{
	width:80px;
	margin:0 4px 0 16px;
}	

.custom_period_calendar .monthPicker{
	left:0 !important; /* Override default inline style */
}

.calendarDiv .monthYearPicker .yearPicker{
	margin:0 0 0 20px;
	}
	
.custom_period_calendar .yearPicker{
	margin:2px 0 0 0;
}
	
.calendarDiv .monthYearPicker div, .custom_period_calendar .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
.calendarDiv .monthYearActive, .custom_period_calendar .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

.custom_period_calendar .topBar{
	height:20px;
	position:relative;
}

.custom_period_calendar .topBar, .custom_period_calendar .monthYearActive{
	background-color:#9cb2cc;
}
	
.custom_period_calendar .topBar .arrowDiv {
	position:absolute;
	width:10px;
	height:100%;
	cursor:pointer;
}
	
.custom_period_calendar .topBar #leftDiv {
	left:0;
	top:0;
}	

.custom_period_calendar .topBar #rightDiv{
	right:0px;
	top:0;
}

.custom_period_calendar .topBar .arrowDiv:after,
.calendarDiv .selectBoxSimple:after,
.custom_period_calendar .selectBoxSimple:after,
.calendarDiv .selectBoxOver:after,
.custom_period_calendar .selectBoxOver:after {
	content:"";
	position:absolute;
	top:calc(50% - 5px);
	left:calc(50% - 3px);
	width:0;
	height:0;
	border-style:solid;
}

.calendarDiv .selectBoxSimple:after,
.custom_period_calendar .selectBoxSimple:after,
.calendarDiv .selectBoxOver:after,
.custom_period_calendar .selectBoxOver:after {
	left:auto;
	right:1px;
	top:calc(50% - 3px);
}

.custom_period_calendar .topBar #leftDiv:after {
	border-width:5px 6px 5px 0;
	border-color:transparent #fff transparent transparent;
}

.custom_period_calendar .topBar #rightDiv:after {
	border-width:5px 0 5px 6px;
	border-color:transparent transparent transparent #fff;
}

.calendarDiv .selectBoxSimple:after,
.custom_period_calendar .selectBoxSimple:after,
.calendarDiv .selectBoxOver:after,
.custom_period_calendar .selectBoxOver:after {
	border-width:6px 6px 0 5px;
	border-color:#fff transparent transparent transparent;
}

.custom_period_calendar .topBar #leftDiv:hover:after {
	border-color:transparent #3e8acc transparent transparent;
}

.custom_period_calendar .topBar #rightDiv:hover:after {
	border-color:transparent transparent transparent #3e8acc;
}

.calendarDiv .topBar div, .custom_period_calendar .topBar div{
	float:left;
	margin-right:1px;
	padding:0 0.3em;
}

table.calendarTable .day_cell_content{
	border:1px solid #fff;
	height:100%; 
	width:100%;
	line-height:17px;
	box-sizing:border-box;
  	display:flex;
  	flex-direction:column;
  	justify-content:center;
}

table.calendarTable .day_cell_content:hover{
	border:1px solid #ccc;
	background-color:fcfcfc;
}
	
.custom_period_calendar table.calendarTable{
	width:100%;
	color:#233d6d;
}

.custom_period_calendar td{
	font-size:10px;
	padding:0;
	height:16px;
	width:19px;
	padding:1px;
	text-align:center;
}
	
.custom_period_calendar td.weekDayNames{
	background-color:#eaf2f9;
	border-bottom:1px solid #9cb2cc;
}
	
.custom_period_calendar td.weekNumbers{
	border-right:1px solid #9cb2cc;
	background-color:#eaf2f9;
	}	

div#time_period_warning{
	clear: left;
    float: left;
    margin: 8px 0 0 3%;
    font-size:11px;
    color:red;
	}

button.IS_Button.disabled_time_period_confirm_button{
	background-image:none;
	background_color:#cccccc;
	color:#999999;
	cursor:default;
	}	