﻿body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, Calibri;
	overflow: scroll;
}

* {
	box-sizing: border-box;
}

#LblMobileMenu {
	position: fixed;
	top: 1%;
	left: 1%;
	z-index: 1001;
	/*padding-top: 10px;
	float: left;*/
}

#imgMenu {
	width: 25px;
}

#headerMenu {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	color: #fff;
	z-index: 1000;
}

ul#mainMenu {
	margin: 10px 0 0 0;
}
ul#footerMenu {margin: 10px 0}

ul#footerMenu li,
ul#mainMenu li {
	display: inline-block;
	padding: 0 5px 0 5px;
}

ul#footerMenu li a,
ul#mainMenu li a {
	color: #fff;
	text-decoration: none
}
ul#footerMenu li a:visited,
ul#mainMenu li a:visited {
	color: #fff;
	text-decoration: none;	
}
ul#footerMenu li a:hover,
ul#mainMenu li a:hover {
	color: yellow;
}
#CbShowMenu {display: none;}
#LblMobileMenu {cursor: pointer;}

#header,
#pageContainer,
#footer,
#cookieNotice {
	position: relative;
	max-width: 1001px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 1%;
	/*background-color: red;*/
}

#hlShoppingCart {
	position: absolute;
	top: 3%;
	right: 1%;
	z-index: 1001;
}

#imgShoppingCart {
	width: 25px;
}
#header::after,
.row::after {
	content: "";
	clear: both;
	display: table;
}

#hlLogo {
	display: block;
	text-decoration: none;
}

/* For mobile phones: */
[class*="col-"] {
	width: 100%;
	float: left;
	padding: 0 0 0 .8%;
}


@media only screen and (max-width: 600px) {

	#pnlCookies,
	#footerContainer,
	#headerContainer,
	#pageContainer {
		font-size: 11px;
	}
	#hlLogo {
		display: inline;
	}
	#headerContainer {position: fixed !important; top: 0px; z-index: 999;}
	#pageContainer {margin-top: 90px;}
	#headerMenu {
		position: fixed;
		top: 0;
		left: 0;
		background-image: linear-gradient(-5deg, #30cfd0 0%, #330867 100%);
		width: 100%;
		display: none;
	}

		#headerMenu ul {
			padding: 0;
			margin: 2% 0;
			font-size: 14px;
		}

		ul#mainMenu li {
			font-weight: bold;
			display: block;
			padding: 5px;
		}
	
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #headerMenu {
		display: block;
	}
	[id^=CbShowMenu]:checked ~ #headerMenu {
		display: block;
	}
	/********************** shopping cart columns ***************/
	.scDesc {display: none;}
}

@media only screen and (min-width: 600px) {
	#LblMobileMenu {
		display: none;
	}

	#headerContainer,
	#pageContainer {
		font-size: 14px;
	}
	#imgShoppingCart {
		width: 35px;
	}
	#pnlCookies,
	#footerContainer {
		font-size: 11px;
	}

	/* For tablets: */
	.col-s-1 {
		width: 8.33%;
	}

	.col-s-2 {
		width: 16.66%;
	}

	.col-s-3 {
		width: 25%;
	}

	.col-s-4 {
		width: 33.33%;
	}

	.col-s-5 {
		width: 41.66%;
	}

	.col-s-6 {
		width: 50%;
	}

	.col-s-7 {
		width: 58.33%;
	}

	.col-s-8 {
		width: 66.66%;
	}

	.col-s-9 {
		width: 75%;
	}

	.col-s-10 {
		width: 83.33%;
	}

	.col-s-11 {
		width: 91.66%;
	}

	.col-s-12 {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	#LblMobileMenu {
		display: none;
	}

	#headerContainer {
		font-size: 18px;
	}

	#imgShoppingCart {
		width: 50px;
	}

	#pageContainer {
		font-size: 13px;
		padding-bottom: 2%;
	}

	#pnlCookies,
	#footerContainer {
		font-size: 12px;
	}
	/* For desktop: */
	.col-1 {
		width: 8.33%;
	}

	.col-2 {
		width: 16.66%;
	}

	.col-3 {
		width: 25%;
	}

	.col-4 {
		width: 33.33%;
	}

	.col-5 {
		width: 41.66%;
	}

	.col-6 {
		width: 50%;
	}

	.col-7 {
		width: 58.33%;
	}

	.col-8 {
		width: 66.66%;
	}

	.col-9 {
		width: 75%;
	}

	.col-10 {
		width: 83.33%;
	}

	.col-11 {
		width: 91.66%;
	}

	.col-12 {
		width: 100%;
	}
}

#pnlCookies,
#footerContainer,
#headerContainer {
	position: relative;
	background-image: linear-gradient(-5deg, #30cfd0 0%, #330867 100%);
	background-color: #42709F;
	width: 100%;
}

#pnlCookies {
	position: fixed;
	bottom: 0;
	color: #fff;
}
#pnlCookies h3 {color: #fff;}

#bname {
	color: white;
	font-weight: bold;
	font-size: 2em;
}

#tagline {
	color: #000;
	font-weight: bold;
}

#headerTel {
	font-size: .8em;
	font-weight: bold;
	float: right;
	padding-top: 1.5%;
	color: #fff;
}

#footer {
	color: #fff;
}

#pageContainer {
	text-align: left;
}

/********************** Titles and Headers *********************/
h1,
h2,
h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #42709F;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 1.4em;
	margin: 5px 0 5px 0;
}

h3 {
	font-size: 1.1em;
	margin: 3px 0 3px 0;
}
/************************ default site classes ***************/
a {
	color: blue;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a:visited {color: blue;}
.black {color: black;}
.bold {font-weight: bold;}
.btmRight {
	position: absolute;
	bottom: 0;
	right: 0;
}
.clear {clear: both;}
.center {text-align: center;}
.detailsLabel {
	clear: both;
	float: left;
	width: 30%;
	margin-bottom: 5px;
	font-weight: bold;
}
.detailsContent {
	float: left;
	width: 70%;
	margin-bottom: 5px;
}
.floatLeft {float: left;}
.floatRight {float: right;}
.green {color: green;}
.hoverMenu {
	max-width: 250px;
	background-color: #fff;
	border: 2px solid #330867;
	visibility: hidden;
	padding: 2px;
}
hr {
	display: block;
	border: 0px;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0,0,0,0), #30cfd0, #330867, #30cfd0, rgba(0,0,0,0));
}
.inputValign input {vertical-align: middle;}
.paddingSml {padding: 1.5%;}
.paddingTop3 {padding-top: 3px;}
.red {color: red;}
.topRight {
	position: absolute;
	top: 0;
	right: 0;
}
/**************************** Gridview  **********************/
.GVHeader {
	color: #fff;
	background-image: linear-gradient(-5deg, #30cfd0 0%, #330867 100%);
	background-color: #42709F;
}
/******************** Gridview separate results **************/
.CGVsepres {
	border-bottom: solid 1px #330867;
}
.CGVsepres:last-child {border-bottom: none;}
.CGVsepres a {
	text-decoration: none;
}
/*.CGVsepres a:visited {
	color: #00f;
}*/
/****************************** Forms *************************/
.formLbl {
	clear: both;
	float: left;
	width: 33%;
	margin-top: 4px;
	text-align: left;
}

.formContent {
	position: relative;
	float: left;
	margin-top: 2px;
	width: 66%;
}

.formTxtBox {
	width: 100%;
}
.formDDL {
	border: 1px solid #8383d2;
	width: 100%;
}
.formBtns {
	clear: left;
	margin-left: 33%;
	padding: 5px 0 15px 0;
}
.txtboxsmlfont {
	font-size: 13px;
}
.MsgTxtBox {
	overflow: hidden;
	width: 100%;
}
/***************************** Buttons ************************/
.leftMenu a,
.btn a,
.btn {
	/*height: 21px;*/
	margin: .5%;
	padding: .5% 1.5% .5% 1.5%;
	text-decoration: none;
	background-color: #30cfd0;
	border: 1px solid #330867;
	background-image: linear-gradient(-5deg, #30cfd0 0%, #330867 100%);
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/*transition: all 0.15s;*/
}
	.leftMenu a:hover,
	.btn a:hover,
	.btn:hover {
		background-image: linear-gradient(-5deg, #330867 0%, #30cfd0 100%);
	}
	.leftMenu a:visited,
	.btn a:visited,
	.btn:visited {
		color: #fff;
	}
/************************ Left Admin Menu *********************/
.leftMenu {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

	.leftMenu a {
		display: block;
		padding: 2%;
		margin: 1%;
	}
/***************************** Pop Ups ************************/
.popup,
#divMsg {
	/*width: 400px;
	margin: 15px auto;*/
	position: relative;
	max-width: 300px;
	margin: auto;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #330867;
	padding: 10px;
	/*text-align: center;*/
}
.popupBkgrd {
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
	zoom: 1;
}
.popupBkgrd:nth-child(n) {
	filter: none;
}
.closeBtn {
	position: absolute;
	top: 5px;
	right: 5px;
}
.closeImg {
	width: 1.7em;
}