		.hr {
			border-style: solid;
			border-color: #92a8d1;
			margin: 1px;
			padding: 2px;
			cursor: pointer;
			width: 35px;
			text-align: center;
			vertical-align: middle;
		}
		.selcolor {
			background-color: #80CBC4;
		}
		.reservehour-div {
			pointer-events: none;
			background-color: #ff3333;
		}
		.blockhour-div {
			pointer-events: none;
			background-color: gray;
		}
		#input-wrapper {
		  position: relative;
		  display: inline-block;
		}
		.timerange-wrapper {
		  position: absolute;
		  z-index: 9;
		  left: 0;
		  width: 100%;
		  display:none;
		  background-color: white;
		  border-style: solid;
		  width:195px;
		  margin: 0 auto;
		  padding: 2px;
		  -webkit-user-select: none; /* Safari, Chrome */
		  -khtml-user-select: none; /* Konqueror */
		  -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* IE */
		  user-select: none; /* CSS3 */		  
		}				
		
		.hlp {
			padding: 7px;
			cursor: pointer;
			width: 35px;
			text-align: center;
			vertical-align: middle;
		}	

		.fa-square.block {color : gray;}
		.fa-square.reserved {color : #ff3333;}
		.fa-square.selected {color : #80CBC4;}