/* Default styling for jQuery Calendars Picker v2.0.0. */
.bform form .nrow .bfdatpicker {
	font-size: 14px;
	background: #fff; 
	padding-left: 10px;
}

.calendars {
	background-color: #037B00;
	color: #fff;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 14px;
	margin-top: 10px;
	box-shadow: 0px 0 25px rgba(255,255,255,0.5);
}

.mobile .calendars {
	margin: 20px;
	border-top: 5px solid #fff;
	box-shadow: 0;
}

.calendars-rtl {
	direction: rtl;
}
.calendars-popup {
	z-index: 1000;
}
.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: #037B00;
    border: none;
    font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
	float: left;
	width: 100%;
	background-color: #037B00;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.calendars-ctrl {
}
.calendars-cmd {
	width: 30%;
}
.calendars-cmd:hover {
	background-color: #239B20;
}
.calendars-ctrl .calendars-cmd:hover {
	background-color: #239B20;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
	width: 8%;
}
a.calendars-cmd {
	font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mobile a.calendars-cmd {
	font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}
button.calendars-cmd {
	text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-restart {
	float: left;
	padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.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-restart {
	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 {
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	border-right: 0;
	border-left: 0;
}

.mobile .calendars-month-nav {
	font-size: 14px;
}


.calendars-month-nav div {
	display: inline-block;
	width: 16.66666666666667%;
	margin: 0 0%;
	padding: 0px 0%;

}
.calendars-month-nav div:hover {
}

.calendars-month-nav div a,
.calendars-month-nav div span {
	background-color: #FFDC00;
	display: block;
	padding: 7px 0;
	color: #000;
	border: 1px outset #FFDC00;
	font-size: 12px;
}

.calendars-month-nav div a:hover,
{
	background-color: #eFcC00;
}

.calendars-month-nav div span {
	color: #ccc;
	background: #EEEEEE;
	border: 1px outset #EEEEEE;
	cursor: not-allowed;
}

.mobile .calendars-month-nav div a,
.mobile .calendars-month-nav div span {
	display: block;
	padding: 11px 0;
}

.calendars-month-nav span {
	color: #888;
}
.calendars-month-row {
	clear: left;
}
.calendars-month {
	float: left;
	width: 25em;
	border: 1px solid #fff;
	text-align: center;
}
.calendars-month.first {
	border-left: 0;
}
.calendars-month.last {
	border-right: 0;
}
.mobile .calendars-month {
	width: 100%;
	border-right: 0;
	border-left: 0;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #037B00;
	color: #fff;
	font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
	padding-top: 0px;
	padding-bottom: 0px;
/*	height: 1.4em;*/
	border: none;
}
.calendars-month-header select.iOSselect {
	background: #fff;
	color: #000;
}

.calendars-month-header input {
	position: absolute;
	display: none;
}
.calendars-month table {
	width: 100%;
	border-collapse: collapse;
}
.calendars-month thead {
	border-bottom: 1px solid #aaa;
}
.calendars-month th, .calendars-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.calendars-month th {
}
.calendars-month th, .calendars-month th a {
	background-color: #449E1D;
	color: #fff;
}
.calendars-month td {
	background-color: #eee;
	border: 1px solid #fff;
}
.calendars-month td.calendars-week {
	border: 1px solid #777;
}
.calendars-month td.calendars-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.calendars-month td span,
.calendars-month a {
	display: block;
	width: 100%;
	padding: 6px 0em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.calendars-month span {
	display: block;
	width: 100%;
	padding: 6px 0em;
}
.calendars-month td span {
	color: #ccc;
}
.calendars-month td .calendars-other-month {
	display: block;
	width: 100%;
	padding: 6px 0em;
	bxackground-color: #fff !important;
	font-style: italic;
}

.mobile .calendars-month td span,
.mobile .calendars-month a,
.mobile .calendars-month td .calendars-other-month,
.mobile .calendars-month span 
{
	padding: 9px 0em;
}



.calendars-month td .calendars-weekend {
	background-color: #efe;
}
.calendars-month td .calendars-today {
	/*color: #449E1D;*/
	background-color: #fff;
}
.calendars-month td .calendars-highlight {
	background-color: #777;
}
.calendars-month td .calendars-selected {
	background-color: #FFDC00;
	color: #000;
}
.calendars-month th.calendars-week {
	background-color: #777;
	color: #fff;
}
.calendars-status {
	clear: both;
	background-color: #FFDC00;
	padding-top: 6px;
	padding-bottom:6px;
	color: #000;
	text-align: center;
}
.calendars-popup.dropoff .calendars-status {
	background: #f00;
	color: #fff;
}

.calendars-clear-fix {
	clear: both;
}

.noPrevNext .calendars-cmd.calendars-disabled { visibility: hidden; }