/*
 *
 * bootstrap-calendar plugin
 * Original author: @ahmontero
 * Licensed under the MIT license
 *
 */
#timeWidget {

	margin-bottom: 5px;
	width: 99.4%;
	border: 1px solid #DDDDDD;
	background: #fff;
	margin-bottom: 5px;
	display: table;
}

#timeWidget #time_period_icon, #timeWidget .hour, #timeWidget .date {
	float: left;
	display: block;
}
#timeWidget #time_period_icon {
	/*border-right: 1px solid #CDCDCD;*/
	float: left;
	opacity: 0.7;
	padding: 5px;
}
#timeWidget .hour {
	color: #558bbc;
	font-size: 210%;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px 2px 0px;
}
#timeWidget .date {
	color: #666666;
	font-size: 0.8em;
	padding-top: 5px;
	vertical-align: middle;
	line-height: 15px;
}

#calendarWidget {

	font-size: 11px;
	margin: 0 auto;
	table-layout: fixed;
	background: #F2F2F2;
	width: auto;
}

#calendarWidget .year1, #calendarWidget .month1 {

	background: #558bbc;
	width: 99.4%;
	font-size: 12px;
	float: left;
	font-weight: bold;
	color: #fff;
	margin: 0;
	text-align: center;
	line-height: 30px;
	border: 1px solid #558bbc;
	padding: 0px;
}
#calendarWidget table {

	*border-collapse: collapse;
	clear: both;
	width: 100%;
}

#calendarWidget TH {

	font-weight: bold;
	color: #000;
	text-align: center;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s;
}
#calendarWidget TD, TD.day1, #calendarWidget TH {

	background: #f9f9f9;
	display: table-cell;
	border: 1px solid #cfe1f1;
	padding: 1px 1px;
	min-width: 20px;
	min-height: 15px;
	*width: 20px;
	*height: 15px;
	text-align: center;
}

#calendarWidget TD, TD.day1 {

	line-height: 15px;
	display: table-cell;
	color: rgba(0, 0, 0, 0.7);
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s;
}

#calendarWidget TD.day1:hover {
	/*	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.025) inset, 0 0 10px rgba(0, 0, 0, 0.1);*/
	background: #558bbc;
	outline: 0 none;
	cursor: pointer;
	color: #FFFFFF;
}

#calendarWidget TD.weekend1 {

	color: #8B0000;
}

#calendarWidget TD.today1 {

	border: 2px solid #558bbc;
	background: #558bbc;
	color: #FFFFFF;
}

#calendarWidget TD.today1:hover {

	/*	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(82, 168, 236, 0.6);*/
	border: 2px solid #558bbc;
	background: white;
	outline: 0 none;
	cursor: pointer;
	color: #000000;
}

#calendarWidget TD.holiday1 {

	color: red;
}

#calendarWidget TD.holiday1:hover {

	cursor: pointer;
}

#calendarWidget TD SPAN.weekday1 {

	background-color: #FFFFFF;
	border-radius: 14%;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	width: 98%;
	height: 98%;
	display: block;
}

#calendarWidget TD SPAN.weekday1:hover {
	background-color: #cc980a;
}

#calendarWidget TFOOT, #calendarWidget TFOOT TR TH.sel1 {

	font-weight: bold;
	color: #000000;
	text-align: center;
	/*	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/
	-moz-transition: border 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s;
	cursor: pointer;
}

#calendarWidget TFOOT TR TH.sel1:hover {
	/*	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.025) inset, 0 0 10px rgba(0, 0, 0, 0.1); */
	background: #558bbc;
	outline: 0 none;
	cursor: pointer;
	color: #FFFFFF;
}

#calendarWidget .arrow1 {

	padding: 3px;
}

