


#calCont {
	/*  */
	background-color: black;
}

.container-fluid a {
	color: #fff;
	text-decoration: none;
}
.col-centered {
	float: none;
	margin: 0 auto;
	--background-color: yellow;
}

.times {

	width: 150px;
	float: left;
	--background-color: yellow;
}

.fleft {
	float: left;
	display: block;
	--width: 100px;
}

.fright {
	float: right;
	display: block;
	--width: 100px;
}

.cdate {

	color: #fff;
	font-size: 25px;

}

#cal_0, #cal_1, #cal_2, #cal_3, #cal_4, #cal_5, #cal_6 {

	color: #fff;
	font-size: 14px;
	/*padding: 1px;
	--border: 1px solid red;*/
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
	 .cdate{font-size: 12px;}
	 #cal_0, #cal_1, #cal_2, #cal_3, #cal_4, #cal_5, #cal_6 {
	 	font-size: 12px;
	 }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .cdate{font-size: 14px;}
}

/* tablets/desktops and up  */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* large desktops and up  */
@media screen and (min-width: 1200px) {
}


#navHead {

	color: #fff;
	padding-top: 10px;
}



#calCont ul {

	/*background-color: rgba(255,255,255,0.1);*/

}

#calCont ul li {

	height: 40px;
	padding-top: 7px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.dayOptions {
	float: none;
	margin: 0 auto;
}

.calday {

	font-size: 20px;
	color: rgb(137, 136, 24);
	font-weight: 900;
	padding: 20px;
}

#navWeek {

	font-size: 20px;
	color: rgb(168, 28, 28);
	font-weight: 900;
	--padding: 10px;
}

#nYear {
	font-size: 20px;
}

c#alFrame {
    
    color: #fff; 
  }

body {
	font-family: 'Quicksand', sans-serif;
	
	background-color: black;
}

.greenCell {
	background: -moz-linear-gradient(top,  rgba(107,186,112,0.5) 0%, rgba(107,186,112,0.5) 2%, rgba(107,186,112,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(107,186,112,0.5) 0%,rgba(107,186,112,0.5) 2%,rgba(107,186,112,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(107,186,112,0.5) 0%,rgba(107,186,112,0.5) 2%,rgba(107,186,112,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#806bba70', endColorstr='#1a6bba70',GradientType=0 ); /* IE6-9 */
}

.grayCell {
	background: -moz-linear-gradient(top,  rgba(206,220,231,0.5) 0%, rgba(205,219,230,0.5) 1%, rgba(89,106,114,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(206,220,231,0.5) 0%,rgba(205,219,230,0.5) 1%,rgba(89,106,114,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(206,220,231,0.5) 0%,rgba(205,219,230,0.5) 1%,rgba(89,106,114,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cedce7', endColorstr='#1a596a72',GradientType=0 ); /* IE6-9 */
}
.redCell {

	background: -moz-linear-gradient(top,  rgba(232,18,54,0.85) 0%, rgba(232,18,54,0.85) 1%, rgba(232,18,54,0.15) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(232,18,54,0.85) 0%,rgba(232,18,54,0.85) 1%,rgba(232,18,54,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(232,18,54,0.85) 0%,rgba(232,18,54,0.85) 1%,rgba(232,18,54,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e81236', endColorstr='#26e81236',GradientType=0 ); /* IE6-9 */
}

.blackCell {

	background: rgb(216,224,222); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,224,222,1) 0%, rgba(174,191,188,1) 22%, rgba(153,175,171,1) 33%, rgba(142,166,162,1) 50%, rgba(130,157,152,1) 67%, rgba(78,92,90,1) 82%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.btnNext, .btnPrev, .unknown, .free, .reserved, #weekSave, #weekCancel, #weekReset, #weekCopy {
	margin: 5px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	opacity: 0.4;
}

.unknown, .free, .reserved, #weekSave, #weekCancel, #weekReset, #weekCopy {
	--border: medium none;
	cursor: pointer;
	display: inline-block;
	margin: 0px;
}

.unknown, .free, .reserved {

	margin-left: 2px;
	margin-right: 2px;
}

#weekSave {
	background-image: url("../img/a_save.png");
}

#weekReset {
	background-image: url("../img/a_reset.png");
}

#weekCancel {
	background-image: url("../img/a_cancel.png");
}

#weekCopy {
	background-image: url("../img/a_copy.png");
}

.unknown {
	background-image: url("../img/a_na.png");
}

.free {
	background-image: url("../img/a_yes.png");
}

.reserved {
	background-image: url("../img/a_no.png");
}

.btnNext {
	background-image: url("../img/a_next.png");
}

.btnPrev {
	background-image: url("../img/a_prev.png"
	);
}
#weekSave:hover, #weekCancel:hover, #weekReset:hover, #weekCopy:hover, .btnNext:hover, .btnPrev:hover, .unknown:hover, .free:hover, .reserved:hover {
	opacity: 1;
}

#roomselect ul {
	--margin-top: 35px;
	--margin-bottom: 10px;
	padding: 0px;
	background-color: hsl(0, 69%, 22%) !important;
}

#roomselect ul li {
	padding: 0;
	margin: 5px;
	height: 30px;
	background-color: hsl(0, 69%, 22%) !important;
	border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
	color: #fff !important;
}

#roomselect ul li > a:hover, #roomselect ul li > a:focus {
	background-color: black !important;
	color: #fff !important;
}

#roomselect {
	margin: 15px 0px 15px 5px;
	width: 100%;
}

#roomselect a {
	min-width: 200px;
	color: #fff !important;
}

.btn-custom {
	background-color: hsl(0, 69%, 22%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
	background-image: -moz-linear-gradient(top, #b42121, #5e1111);
	background-image: -ms-linear-gradient(top, #b42121, #5e1111);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
	background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
	background-image: -o-linear-gradient(top, #b42121, #5e1111);
	background-image: linear-gradient(#b42121, #5e1111);
	border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}

