@font-face {
	font-family: "DT Sathorn x";
	src: url("../../assets/fonts/DB\ Sathorn\ X.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
  }

/* Humanity styling for jQuery Calendars Picker v2.0.0. */
.calendars {
	background-color: #fff;
	border: 1px solid #BACBF0;
	color: #1e1b1c;
	font-family: 'DT Sathorn x', sans-serif;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
}
.calendars-rtl {
	direction: rtl;
}
.calendars-popup {
	z-index: 99999;
}
.calendars-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.calendars a {
	color: #fff;
	text-decoration: none;
}
.calendars a.calendars-disabled {
	color: #fff;
	cursor: auto;
}
.calendars button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #ede4d4;
    border: none;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    font-weight: normal;
}
.calendars-nav, .calendars-ctrl {
	float: left;
	width: 100%;
	background-color: #0033A2;
	font-size: 95%;
	font-weight: bold;
}

.calendars-nav {
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	height: 2rem;
	font-weight: bold;
}

.calendars-ctrl {
	background-color: #E8EBFC;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}
.calendars-cmd {
	width: 30%;
}
.calendars-cmd:hover {
	background-color: transparent;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
	width: 8%;
}
a.calendars-cmd {
	height: 1.5em;
}
button.calendars-cmd {
	text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
	float: left;
	padding-left: 2%;
}
.calendars-cmd-clear {
	display: none;
}

.calendars a.calendars-cmd-close {
	color: #232323;
	font-weight: bold;
}

.calendars-cmd-current, .calendars-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
	visibility: hidden;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
	float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.calendars-month-nav {
	float: left;
	text-align: center;
}
.calendars-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.calendars-month-nav span {
	color: #888;
}
.calendars-month-row {
	clear: left;
}
.calendars-month {
	float: left;
	width: 17em;
	border: 1px solid #e0cfc2;
	text-align: center;
}

.calendars-month-year {
	margin: 0 8px;
}

.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
	height: 1.5em;
	background-color: #E8EBFC;
	color: #232323;
	font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
	height: 1.4em;
	border: none;
}
.calendars-month-header input {
	position: absolute;
	display: none;
}
.calendars-month table {
	width: 100%;
	border: 2px solid transparent;
	border-collapse: collapse;
}
.calendars-month th, .calendars-month td {
	margin: 0em;
	padding: 0.125em;
	font-weight: normal;
	text-align: center;
}
.calendars-month td.calendars-week,
.calendars-month td.calendars-week * {
	background-color: #cb842e;
	color: #fff;
	border: 1px solid #cb842e;
}
.calendars-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #fff;
	color: #232323;
	border: 1px solid #fff;
	text-decoration: none;
	border-radius: .5em;
}
.calendars-month span {
	display: block;
	margin-top: 0.25em;
}
.calendars-month a {
	background-color: #fff;
	color: #232323;
	border: 1px solid #fff;
	text-decoration: none;
	font-weight: normal;
}
.calendars-month td span {
	color: #888;
}
.calendars-month td .calendars-other-month {
	background-color: #fff;
}
.calendars-month td .calendars-today {
	background-color: #f5f5b5;
	border: 1px solid #d9bb73;
}
.calendars-month td .calendars-highlight {
	background-color: #FFE5B0;
	color: #1e1b1c;
	border: 1px solid #FFE5B0;
}
.calendars-month td .calendars-selected {
	background-color: #F6B221;
	color: #fff;
	border: 1px solid #F6B221;
}
.calendars-status {
	clear: both;
	text-align: center;
}
.calendars-clear-fix {
	clear: both;
}
