
.info-properties div{
	width:75px;
	display:inline-block;
	font-weight:600;
	color:#666;
}

table.court-schdedule{
	border-collapse: collapse;
}

table.court-schdedule td.head{
	height:40px;
	border:1px solid #aaa;
	text-align:center;
	vertical-align:middle;
}

table.court-schdedule td.head.court{
	width:200px;
	min-width:200px;
}

table.court-schdedule td.launch{
	min-width:60px;
	width:60px;
	border:1px solid #aaa;
	text-align:center;
	vertical-align:middle;
	height:20px;
}


table.court-schdedule td.cell{
	position: relative;
	border:1px solid #aaa;
	min-width:16px;
	text-align:center;
	/*vertical-align:middle;*/
	width:200px;
	background: repeating-linear-gradient(-45deg, #ddd 0, #ddd 2px, transparent 1px, transparent 8px);
}

table.court-schdedule td.cell .timeframe{
	position: absolute;
	left:0px;
	right:0px;
	z-index:5;
	background-color: #fff;
	cursor:pointer;
	border-bottom:1px solid #aaa;
	vertical-align:middle;
	text-align:center;
	opacity:0.7;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
table.court-schdedule td.cell .timeframe:hover{
	border: 1px dashed #000  !important;
}

table.court-schdedule td.cell .timeframe span{
	vertical-align: middle;
	text-align:center;
	margin:auto;
	width:100%;
}



table.court-schdedule td.cell .timeitem{
	position: absolute;
	left:0px;
	right:0px;
	z-index:10;
	cursor:pointer;
	border-top:0px dotted #aaa;
	border-bottom:1px dotted #aaa;
	text-align:center;
	vertical-align:middle;
	color: #bbb;
	background-color: #fff;
}
table.court-schdedule td.cell .timeitem:hover{
	border: 1px dashed #000  !important;
}

table.court-schdedule td.cell .timeitem:first-child{
	border-top:1px dotted #aaa;
}


table.court-schdedule td.cell .cellitem{
	position: absolute;
	left:0px;
	right:0px;
	z-index:20;
	cursor:pointer;
	border-top:0px dotted #aaa;
	border:1px dotted #aaa;
	text-align:center;
	vertical-align:middle;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
table.court-schdedule td.cell .cellitem:hover{
	border: 1px dashed #000  !important;
}

table.court-schdedule td.cell .cellitem span{
	vertical-align: middle;
	text-align:center;
	margin:auto;
	width:100%;
}


table.court-schdedule td.cell .cellitem.free{
	background-color: #fff;
}

table.court-schdedule td.cell .cellitem.busy{
	background-color: #F3CDCD;
}

table.court-schdedule td.cell .cellitem.receive{
	background-color: #F1F3CD;
}


table.court-schdedule td.cell .cellitem.receiveself{
	background-color: #cdf3e1;
}

table.court-schdedule td.cell .cellitem.order{
	background-color: #f3cdcd;
}
table.court-schdedule td.cell .cellitem.orderself{
	background-color: #CDF3D4;
}

table.court-schdedule td.cell .cellitem div.remove{
	position: absolute;
	right:5px;
	bottom:5px;
	z-index:1;
	cursor:pointer;
	display:none;
}
table.court-schdedule td.cell .cellitem:hover  div.remove{
	display:block;
}

table.court-schdedule td.cell .cellitem a.info{
	position: absolute;
	right:5px;
	bottom:5px;
	z-index:1;
	cursor:pointer;
	display:none;
}
table.court-schdedule td.cell .cellitem:hover  a.info{
	display:block;
}
