/* Date Time Picker */
.datepicker,
.datetimepicker {
	background-image: url("../img/calendar_icon.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 23px 18px;
}

.hb_datetimepicker {
	box-shadow: 0 0 10px rgba(0, 0, 0, .14);
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #959595;
	padding: 11px 11px 5px;
	padding-left: 2px;
	padding-top: 4px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.hb_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: 0;
}
/*For IE8 or lower*/
.hb_datetimepicker button {
	border: none !important;
}

.hb_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.hb_noselect::selection {
	background: transparent;
}

.hb_noselect::-moz-selection {
	background: transparent;
}

.hb_datetimepicker.hb_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.hb_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.hb_datetimepicker .hb_datepicker,
.hb_datetimepicker .hb_timepicker {
	display: none;
}

.hb_datetimepicker .hb_datepicker.active,
.hb_datetimepicker .hb_timepicker.active {
	display: block;
}

.hb_datetimepicker .hb_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.hb_datetimepicker.hb_showweeks .hb_datepicker {
	width: 256px;
}

.hb_datetimepicker .hb_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.hb_datetimepicker .hb_datepicker.active+.hb_timepicker {
	margin-top: 8px;
	margin-bottom: 3px;
}

.hb_datetimepicker .hb_mounthpicker {
	position: relative;
	text-align: center;
}

.hb_datetimepicker .hb_label i,
.hb_datetimepicker .hb_prev,
.hb_datetimepicker .hb_next,
.hb_datetimepicker .hb_today_button {
	background-image: url("../img/hb_datetimepicker.png");
}

.hb_datetimepicker .hb_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.hb_datetimepicker .hb_prev {
	float: left;
	background-position: -20px 0;
}

.hb_datetimepicker .hb_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.hb_datetimepicker .hb_next {
	float: right;
	background-position: 0 0;
}

.hb_datetimepicker .hb_next,
.hb_datetimepicker .hb_prev ,
.hb_datetimepicker .hb_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
}

.hb_datetimepicker .hb_timepicker .hb_prev,
.hb_datetimepicker .hb_timepicker .hb_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.hb_datetimepicker .hb_timepicker .hb_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.hb_datetimepicker .hb_timepicker .hb_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #d5d5d5;
}

.hb_datetimepicker .hb_timepicker .hb_time_box >div >div {
	background-color: #f1f1f1;
	border-top: 1px solid #d5d5d5;
	color: #959595;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.hb_datetimepicker .hb_timepicker .hb_time_box >div > div:first-child {
	border-top-width: 0;
}

.hb_datetimepicker .hb_today_button:hover,
.hb_datetimepicker .hb_next:hover,
.hb_datetimepicker .hb_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hb_datetimepicker .hb_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.hb_datetimepicker .hb_label:hover>span {
	text-decoration: underline;
}

.hb_datetimepicker .hb_label:hover i {
	opacity: 1.0;
}

.hb_datetimepicker .hb_label > .hb_select {
	border: 1px solid #b5b5b5;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.hb_datetimepicker .hb_label > .hb_select.hb_monthselect {
	right: -7px;
}

.hb_datetimepicker .hb_label > .hb_select.hb_yearselect {
	right: 2px;
}

.hb_datetimepicker .hb_label > .hb_select > div > .hb_option:hover {
	color: #fff;
	background: #f39c12;
}

.hb_datetimepicker .hb_label > .hb_select > div > .hb_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.hb_datetimepicker .hb_label > .hb_select > div > .hb_option.hb_current {
	background: #60b8b8;
	box-shadow: #178FE5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.hb_datetimepicker .hb_month {
	width: 100px;
	text-align: right;
}

.hb_datetimepicker .hb_calendar {
	clear: both;
}

.hb_datetimepicker .hb_year {
	width: 48px;
	margin-left: 5px;
}

.hb_datetimepicker .hb_calendar table {
	border-collapse: collapse;
	width: 100%;
}

.hb_datetimepicker .hb_calendar th {
	height: 25px;
}

.hb_datetimepicker .hb_calendar td,
.hb_datetimepicker .hb_calendar th {
	width: 14.2857142%;
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #666;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}

.hb_datetimepicker.hb_showweeks .hb_calendar td,
.hb_datetimepicker.hb_showweeks .hb_calendar th {
	width: 12.5%;
}

.hb_datetimepicker .hb_calendar th {
	background-color: #f1f1f1;
}

.hb_datetimepicker .hb_calendar td.hb_today {
	color: #60b8b8;
}

.hb_datetimepicker .hb_calendar td.hb_default,
.hb_datetimepicker .hb_calendar td.hb_current,
.hb_datetimepicker .hb_timepicker .hb_time_box >div >div.hb_current {
	background-color: #60b8b8;
	box-shadow: #178FE5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.hb_datetimepicker .hb_calendar td.hb_other_month,
.hb_datetimepicker .hb_calendar td.hb_disabled,
.hb_datetimepicker .hb_time_box >div >div.hb_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.hb_datetimepicker .hb_calendar td.hb_other_month.hb_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.hb_datetimepicker .hb_calendar td:hover,
.hb_datetimepicker .hb_timepicker .hb_time_box >div >div:hover {
	color: #fff !important;
	background: #f39c12 !important;
	box-shadow: none !important;
}

.hb_datetimepicker .hb_calendar td.hb_disabled:hover,
.hb_datetimepicker .hb_timepicker .hb_time_box >div >div.hb_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.hb_datetimepicker .hb_calendar th {
	font-weight: 700;
	text-align: center;
	color: #f39c12;
	cursor: default;
	background-color: #f1f1f1 !important;
}

.hb_time_box {
	position: relative;
	border: 1px solid #d5d5d5;
}

.hb_scrollbar >.hb_scroller {
	background-color: #b5b5b5 !important;
	height: 20px;
	border-radius: 3px;
}

.hb_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.hb_scroller_box {
	position: relative;
}