#calendar {
	/* padding: 3px; */
	border: 1px solid #eee;
	border: 0;
	width: 100%;
	overflow: auto;
	margin-bottom: 48px;
}

.orders {
	border-collapse: collapse;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

.orders tr td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.orders tr th {
	text-align: left;
	border-bottom: 2px solid #000;
	border-right: 1px solid #999;
}

.orders .odd {
	background-color: #ddd;
}







.dayCalendar {
	border-collapse: collapse;
	padding: 0px;
	border: 1px solid #ddd;
	border: 0;
	overflow-x: scroll;
	/* margin-left: 6em; */
	overflow-y: visible;
	padding: 0;

	table-layout: fixed;
	/* position: relative; */
}

.dayCalendar .week {
	width: 77px;
	border: 1px solid #999;
	padding: 0 0 0 2px;
	border: 0;
}

.dayCalendar thead {
	display: block;
	background: #fff;
	min-height: 60px;
}

.dayCalendar thead .narrow {
	position: absolute;
	top: auto;
	left: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	z-index: 99;
	/**
	 * Width is calculated dynamically based on the total width
	 * of first two columns inside table body.
	 */
}

.dayCalendar tbody,
.dayCalendar thead {
	display: block;
}

.dayCalendar tbody {
	margin-left: 120px;
	/* margin-top: 5px; */
}

.dayCalendar tbody.data {
    margin-left: 5px;
}

.dayCalendar tbody .col1 {
	background: #fff;
	position: absolute;
	top: auto;
	left: 15px;
	min-width: 120px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	/*width: 5em;*/
	/*border-top: 1px;*/

	/*only relevant for first row*/
	/* margin-top: -1px; */

	/*compensate for top border*/

	/*
	background: #fff;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #eee;
	*/
}



.dayCalendar tr:hover {
	/* background-color: #ddd; */
}


.dayCalendar tbody tr td {
	height: 40px;
}

.dayCalendar tbody tr td:nth-child(2) {
	display: block;
}

.dayCalendar tbody tr td.free,
.dayCalendar tbody tr td.reserved,
.dayCalendar tbody tr td.grey {
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

.dayCalendar .teacher {
	width: 70px;
	font-size: 12px;
	padding: 4px;

	/* position: absolute;
	width: auto; */
}

.teacher a {
	text-decoration: none;
}

.dayCalendar .hour {
	font-size: 13px;
	min-width: 100px;
}
.dayCalendar .hour.free {
	color: #fff;
}

.dayCalendar .reserved {
	padding: 0px;
	background-color: #eee;
}


.reserved a {
	/*font-size: 10px;
	text-decoration: none;
	color: #555;*/
}

.dayCalendar .grey {
	background-color: #eee;
	border: 1px solid #ddd;
}

.dayCalendar .free {
	background-color: #18bc9c;
}

.free a {
	display: block;
	/*color: #000;
	font-size: 10px;*/
	text-decoration: none;
}









.weekDaySelector {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
	border: 1px solid #999;
}

.weekDaySelector a {
	text-decoration: none;
	color: #000;
}

.weekDaySelector td {
	border: 0px solid #bbb;
	padding: 4px;
}

.weekDaySelector .selected {
	background-color: #ddd;
	border: 1px solid #888;
}

.weekDaySelector .selected a {
	font-weight: bolder;
}

.dayCalendar .selected {
	background-color: #128f76 !important;
}

.multi.btn-success:active {
	background-color: transparent;
}

.multi.btn-success:focus {
	background-color: transparent;
}

.btn-reserve {
	background: transparent;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	border-radius: 0;
	border: 0;
}

.ui-corner-all {
	border: 1px solid #777;

	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

widgetListing {
	border:1px solid #666666;
	border-collapse: collapse;
	width: 100%;
}

.widgetListing thead {
	background:#858C90 none repeat scroll 0%;
	border-bottom:1px solid #A5A5A5;
	border-top:1px solid #666666;
	color:#FFFFFF;
}

.widgetListing th, .widgetListing td {
	padding:0.3em 0.6em !important;
}

.widgetListing th {
	border-right:1px solid #BBBBBB;
	color:#FFFFFF;
	font-size:92%;
	font-weight:bold;
	padding-top:0.2em;
	text-align:left;
}

.widgetListing th a {
	color:#FFFFFF;
}

.widgetListing td {
	border-right:1px solid #CCCCCC;
	line-height:1.2;
}

.widgetListing th.last, .widgetListing td.last {
	border-color: #666666;
}

.widgetListing tr.odd {
	background-color:#F0F3F7;
}

.detailContainer {
	width: 400px;
	padding: 8px;
	position: relative;
	border: 1px solid #000;
	background-color: #fff;
	opacity: 0.9;
}

.details {
	opacity: 1.0;
	width: 100%;
}



.reserved-slot:hover
{
	cursor: pointer;
	opacity: 0.9;
}


.blockSelected
{
	background-color: #ccc;
}

.blockNotSelected
{
	background-color: #999;
}

.reservation {
	border-collapse: collapse;
	width: 100%;
}

.reservation tr td {
	border-bottom: 1px solid #999;
	padding: 4px 2px;
}

.reservation .key {
	font-weight: bolder;
	color: #999;
	text-align: right;
	width: 150px;
}















/*** monitorDisplay ***/

.monitorDisplay {
	width: 100%;
	border-collapse: collapse;

}

.monitorDisplay tr td {
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.monitorDisplay tr td {
	font-size: 12px;
	padding: 0px;
}

.monitorDisplay .info {
	padding: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border: 2px solid #888;
}

.monitorDisplay .halfInfo {
	padding: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-left: 2px solid #888;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
}

.monitorDisplay .reserved {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.monitorDisplay .time {
	position: relative;
	top: -18px;
	text-align: center;
	font-size: 26px;
	color: #666;

	border-bottom: none;
	width: 110px;
}

.monitorDisplay .teacher{
	font-size: 16px;
	color: #333;
	padding: 6px 6px;
	min-width: 200px;
}

.monitorDisplay .empty {

}
.monitorDisplay .current {

	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.monitorDisplay .past {
	color: #888;
	background-color: #ccc
}

.monitorDisplay .future {
	background-color: #eee
}

.monitorDisplay .teacher {
	height: 90px;
	border-bottom: 1px solid #dedede;
}

.monitorDisplay .continue {
	font-weight: bolder;
}

.monitorDisplay .reservation-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.monitorDisplay .reservation-info {
	width: 100%;
	display: block;
	text-align: center;

	font-size: 15px;

}








h1 {
	border-bottom: 1px solid #999;
}

.monitorDisplay .text
{
	font-size: 12px;
}

.monitorDisplay .new {
	font-weight: bolder;
}

.monitorDisplay .extraNew {
	background-color: #cfc;
}







.back {
	font-weight: bolder;
	font-size: 12pt;
	text-decoration: none;
}

.teacherYear {
	border-collapse: collapse;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

.teacherYear td {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.teacherYear .date {
	width: 32px;
	text-align: center;
}

.teacherYear .left {
	text-align: left;
}

.teacherYear .bold {
	font-weight: bolder;
}

.teacherYear .yes {
	border: 2px solid #fff;
	background-color: #eee;
}

.teacherYear .no {
	border: 2px solid #fff;
	background-color: #f99;
}

.teacherYear .teacher {
	width: 150px;
	padding-right: 5px;
	text-align: right;
}

.teacherYear .hover {
	background-color: #000;
	color: #fff;
}

.teacherYear .boxSelected {
	border: 2px solid #000;
}

.selTeacher {
	margin: 2px;
	padding: 2px;
	display: block;
	float: left;
	border: 1px solid #999;
}

.clear {
	clear: both;
}

.teacherYearPrint {
	border-collapse: collapse;
}

.teacherYearPrint td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.teacherYearPrint .no, .teacherYearPrint .date {
	text-align: center;
}

.teacherYearPrint .no {
	background-color: #ccc;
	font-weight: bolder;
}

.teacherYearPrint .teacher {
	white-space:nowrap;
	text-align: right;
}

.rotate {
	-moz-transform:rotate(-90deg);
	font-size: 12px;
	position: absolute;
}

.dailyProductSlot {
	position: absolute;
	z-index: 2000;
	margin-top: 5px;
	box-shadow: 0px 1px 15px rgba(0,0,0,0.5);
}

.dailyProductSlot div {
	padding: 10px;
	background-color: #fff;
	/*border: 1px solid #333;*/

}
.dailyProductSlot td {
	height: 30px;
}

.teacherHours {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-collapse: collapse;
	border-right: 1px solid #666;
}

.teacherHours th {
	border-bottom: 2px solid #666;
	border-right: 1px solid #666;
	padding: 2px 4px;
}

.teacherHours td {
	padding: 2px 4px;
	border-bottom: 1px solid #666;
}

.paymentTypeList {
	border-collapse: collapse;
	padding: 0px;
}

.widgetInputTable .paymentTypeList td {
	padding: 2px;
	margin: 0px;
	border: 1px solid #ccc;
}

.paymentTypeList .key {
	text-align: right;
	padding: 2px;
}

.payment input {
	padding: 0px;
}

#payments {
	margin: 4px 0px;
}

#total {
	font-weight: bolder;
}

.totalCount {
	text-align: right;
}

.priceInput {
	font-size: 16px;
	font-weight: bolder;
}

.listing .paid,
.listing .notPaid
{
	display: block;
	width: 16px;
	height: 16px;
}

.listing .paid {
	background-color: #0f0;
}

.listing .notPaid {
	background-color: #f00;
}

.report {
	width: 100%;
}

.reportHeader {
	font-size: 16px;
	margin: 10px 0px;
}

.report td {
	vertical-align:top;
	font-size: 16px;
}

.report .bold {
	font-weight: bolder;
}

.dayreport {
	width: 100%;
	font-size: 16px;
}

.dayreport td {
	font-size: 16px;
}

.dayreport .bold {
	font-weight: bolder;
}

.blockNotSelected .edits {
	padding: 4px;
	left: 2px;
	z-index: 4000;
	font-size: 12px;
	display: none;
	padding: 4px;
	position: absolute;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #777777;
	background-color: #fff;
}

.blockNotSelected .edits a {
	font-size: 12px;
}


.dayCalendar .activeForDrop {
	background-color: #a3ffa3;
	background: #f1f1f1;
}

.draggable {
	vertical-align: top;
}

.reservationNotDone {
	border: 1px solid #000;
	text-decoration: none;
	background-color: #FF8877;

}

.reservationDone {
	border: 1px solid #000;
	text-decoration: none;
	background-color: #33FF33;
}




.tinyCalendar {
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.tinyCalendar tbody tr td {
	height: 30px;
}

.tinyCalendar td {
	/*border-bottom: 1px solid #ddd;
	*/
}

.tinyCalendar td:hover {
	/* background-color: #eee;*/
}
.tinyCalendar .free {
    background-color: #18bc9c;
    padding-left: 6px;
    padding-right: 6px;
}
.tinyCalendar .hour {
	background-color: #fff;
}






.tinyCalendar td a {
	display: block;
}

.tinyCalendar .selected,
.tinyCalendar .selected:hover {
	/* background-color: #18bc9c; */
}

.editable input {
	width: 40px;
}

.row:hover {
	/* background-color: #eee; */
}



.table > tbody > tr > td {
	vertical-align: middle;
}


.tinyCalendar .unavailable {
	background-color: #dedede;
}



.reserved-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 6px;
	padding-right: 6px;
}
.reservation-status-text {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.reservation-status-text small {
	font-size: 11px;
	font-weight: 300;
	text-transform: initial;
}
