﻿html {
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#appbasicinfo li {
	border-top: solid thin #eef;
	padding-bottom: 3px;
	padding-top: 3px;
}

.slogan {
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: 0;
	font-weight: bolder;
	color: #365ED8;
	font-size: 1em;
}

p {
	margin: 0;
	padding: 0;
}

.stick {
	position: fixed;
	top: 0;
	z-index: 10000;
	border-radius: 0 0 0.5em 0.5em;
}

img:hover {
	opacity: .4;
	cursor: pointer;
}

a.disabled {
	opacity: 0.5;
	pointer-events: all;
	cursor: not-allowed
}

.register {
	font-size: .85em;
	color: black
}

	.register td, th {
		border: solid thin #999;
		color: black;
	}

	.register th {
		text-align: center;
		color:white!important;
		background-color:blue!important;
	}

.result {
	font-size: .85em;
	color: black;
}

	.result td, th {
		border-top: solid thin #999;
		color: black;
	}

		.result td input {
			background-color: transparent;
			border: none;
			height: 100%;
			width: 100%;
			text-align: center;
		}

			.result td input::selection {
				border: none;
				border-color: white;
			}

	.result th {
		text-align: center;
	}

	.result tr:hover {
		background-color: #eee;
		cursor: pointer;
	}



.printcl {
	width: 50%;
	display: inline-block;
	margin-left: 18em;
	border: solid thin #999;
	padding: 4px;
}

.labelinline {
	display: inline-block;
}

.capchaclass {
	width: 250PX;
	margin-left: 300px;
}

.page-break {
	page-break-before: always;
}

body {
	background-color: #fff;
	color: #333;
	font-size: .85em;
	font-family: 'Droid Sans', serif;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	word-spacing: 1px
}

#mobileview {
	display: none;
}

.contactleft {
	width: 55%;
	padding: 6px;
}

.contactright {
	width: 37%;
	padding: 6px;
}

.mobileview {
	display: none;
}

.togglecontent {
	max-height: 200px;
	overflow: hidden;
}

.scrollbar {
	overflow-y: scroll;
}

.content {
	height: 450px;
}

#gallery::-webkit-scrollbar-track {
	border: 1px gray solid;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px gray inset;
}

#gallery::-webkit-scrollbar-thumb {
	background-color: #575D53;
	color: white;
	border-radius: 10px;
}

	#gallery::-webkit-scrollbar-thumb:hover {
		background-color: #575D53;
		color: white;
		border: 1px solid #333333;
	}

	#gallery::-webkit-scrollbar-thumb:active {
		background-color: #A6393D;
		border: 1px solid #333333;
		width: 4px;
	}

.readmore {
	display: none;
}

img {
	border: none;
}

hr {
	width: 100%;
	padding: 0px;
	margin: 0;
	height: 4px;
	background-color: #888;
	border-width: thin;
	border-color: #eee;
	margin-top: 30px;
	opacity: 0.1;
	box-shadow: 5px 1px #999;
	border-right: none;
	border-left: none;
}

header, footer, hgroup,
nav, section {
	display: block;
}

nav {
	margin-top: 30px;
}

mark {
	padding-left: 5px;
	padding-right: 5px;
}

.float-left {
	float: left;
}

.mainframe {
	width: 80%;
	height: auto;
	border: solid groove;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.mainframewebmaster {
	width: 93%;
	height: auto;
	border: solid groove;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.float-right {
	float: right;
}



h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	margin: 1px;
	padding: 2px;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
	max-width: 960px;
}

.printableform {
	width: 85%;
}

#body {
	background-color: #fff;
	clear: both;
	padding-bottom: 35px;
}



footer {
	clear: both;
	background-color: black;
	font-size: .8em;
	color: white;
	padding-top: 10px;
	padding-bottom: 40px;
}


/* site title
----------------------------------------------------------*/
.site-title {
	color: #c8c8c8;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 2.3em;
	margin: 0;
	margin-top: 20px;
}

	.site-title a, .site-title a:hover, .site-title a:active {
		background: none;
		color: #c8c8c8;
		outline: none;
		text-decoration: none;
	}


/* login
----------------------------------------------------------*/
#login {
	display: block;
	font-size: .85em;
	margin: 0 0 0px;
	text-align: right;
}

	#login a {
		margin-left: 5px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: none;
	}

		#login a.username {
			background: none;
			margin: 0;
			padding: 0;
			text-decoration: underline;
		}

	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}


/* menu
----------------------------------------------------------*/
ul#menu {
	font-size: 1.3em;
	font-weight: 600;
	margin: 40px 0 30px 0px;
	padding: 0;
	text-align: right;
}

	ul#menu li {
		display: inline;
		list-style: none;
		padding-left: 5px;
		margin: 0px;
	}

		ul#menu li a {
			background: none;
			color: #999;
			text-decoration: none;
			padding: 8px;
			border-radius: 8px;
		}

			ul#menu li a:hover {
				color: #fff;
				text-decoration: none;
				background-color: #17468F;
			}

.submenu {
	width: auto;
	padding: 4px;
	list-style: none;
	margin-top: 50px;
	border-radius: 0px 8px 0px 8px;
	box-shadow: 1px 1px 1px 1px #999;
	display: none;
	background-color: #000;
	text-align: left;
	margin-left: -100px;
}

.subdrop {
	margin-left: 15em;
	margin-top: -3em;
}

.container {
	width: 96.5%;
	padding: 7px;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 1px 1px 2px 1px #999;
	margin-bottom: 10px;
	height: auto;
}

.searchcontainer {
	width: 60%;
	padding: 7px;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 1px 1px 2px 1px #999;
	margin-bottom: 10px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.containerheader {
	width: 96.5%;
	padding: 7px;
	border-radius: 4px 4px 0px 0px;
	background-color: #337AB7;
	color: #ffffff;
}

.admindex {
	width: 36%;
	display: inline-block;
	padding: 6px;
	vertical-align: top;
	margin-left: 10px;
	border: solid thin #eee;
	margin-top: 10px;
}

.adm {
	width: 55%;
}
/* content */
article {
	width: 76%;
}

#middlecontent {
	margin-left: 20px;
}

aside {
	float: right;
	width: 21%;
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			background: url("../Images/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;
		}

.label {
	font-weight: 900;
	text-shadow: 1px 1px #000;
}

/* login page */
#loginForm {
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 55%;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

	#loginForm .validation-summary-errors ul {
		margin: 0;
		padding: 0;
	}

	#loginForm .validation-summary-errors li {
		display: inline;
		list-style: none;
		margin: 0;
	}

	#loginForm input {
		width: 250px;
	}

		#loginForm input[type="checkbox"],
		#loginForm input[type="submit"],
		#loginForm input[type="button"],
		#loginForm button {
			width: auto;
		}

#socialLoginForm {
	margin-left: 40px;
	float: left;
	width: 40%;
}

	#socialLoginForm h2 {
		margin-bottom: 5px;
	}

#socialLoginList button {
	margin-bottom: 12px;
}

#logoutForm {
	display: inline;
}

/* contact */
.contact h3 {
	font-size: 1.2em;
}

.contact p {
	margin: 5px 0 0 10px;
}

.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

label {
	display: inline-block;
	font-size: 1.2em;
	width: 30%;
	vertical-align: middle;
}

.radio {
	display: inline-block;
	width: 10%;
	text-align: left;
}

.radiodisplay {
	width: 20%;
	display: inline;
	text-align: left;
}

label.checkbox {
	display: inline;
}

.contactinput {
	width: 96%;
}

input, textarea, select {
	border: solid thin #999;
	vertical-align: middle;
	background: #eee;
	color: #000;
	font-size: 1em;
	margin: 5px 0 6px 0;
	padding: 4px;
	width: 65%;
	border-radius: 8px;
}

select {
	width: 67%;
}

	input:focus, textarea:focus, select:focus {
		border: 1px solid #7ac0da;
	}

	input:hover, textarea:hover, select:hover {
		border: 1px solid #7ac0da;
		background-color: #eee;
	}


input[type="checkbox"] {
	background: transparent;
	border: inherit;
	width: auto;
	vertical-align: middle;
}

input[type="submit"],
input[type="button"],
button,
.button {
	background-color: #337AB7;
	color: white;
	border-radius: 4px;
	border: 1px solid #787878;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px;
	margin-right: 8px;
	width: auto;
}

.activepagebtn {
	opacity: 0.5;
}

#profile a {
	background-color: #575D53;
	color: white;
	border-radius: 2px 0 0 20px;
	border: 1px solid #787878;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	padding: 7px;
	padding-top: 4px;
	margin-right: 8px;
	width: auto;
	text-decoration: none;
}

	#profile a:hover {
		opacity: 0.5;
		border-radius: 8px;
	}

button:hover, .button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 0.5;
	border-radius: 8px;
}

td input[type="submit"],
td input[type="button"],
td button.button {
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.field {
	width: 30%;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

	/* header
    ----------------------------------------------------------*/
	header .float-left,
	header .float-right {
		float: none;
	}

	.stick {
		position: static;
		top: auto;
		z-index: 10000;
		border-radius: initial;
	}

	.slogan {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		font-weight: bolder;
	}

	.capchaclass {
		width: 100%;
		margin-left: 0;
	}


	/* logo */
	header .site-title {
		margin: 0;
		text-align: center;
		width: 100%;
		padding: 0
	}

	/* login */
	#login {
		font-size: .85em;
		margin: 0 0 12px;
		text-align: center;
	}

		#login ul {
			margin: 5px 0;
			padding: 0;
		}

		#login li {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#login a {
			background: none;
			color: #999;
			font-weight: 600;
			margin: 2px;
			padding: 0;
		}

			#login a:hover {
				color: #333;
			}

	/* menu */
	nav {
		margin-bottom: 5px;
		margin-top: 10px;
	}

	ul#menu {
		margin: 0;
		padding: 0;
		text-align: center;
	}

		ul#menu li {
			margin: 0;
			padding: 0;
		}

	.subdrop {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
	}
	/* main layout
    ----------------------------------------------------------*/
	body {
		border-top: solid 1px #0083C4;
	}

	.main-content,
	.featured + .main-content {
		background-position: 10px 0;
	}

	.content-wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}


	/* page content */

	article, aside {
		float: none;
		width: 100%;
	}


	/* forms */
	input {
		width: 90%;
	}


	/* footer
    ----------------------------------------------------------*/
	footer .float-left,
	footer .float-right {
		float: none;
	}

	footer {
		text-align: center;
		height: auto;
		padding: 10px 0;
	}

		footer p {
			margin: 0;
		}

	* {
		display: block;
		text-align: center;
	}

	.mainframe {
		clear: both;
		width: 100%;
		padding: 0;
		border: none;
	}

	.mainframewebmaster {
		width: 100%;
		padding: 0;
		border: none;
	}

	#middlecontent {
		margin-left: 0px;
	}

	.container {
		width: 100%;
		padding: 0;
	}

	.containerheader {
		width: 100%;
		padding: 0;
	}

	input, textarea, select {
		border: 1px solid #999;
		background: #999;
		color: #333;
		font-size: 1.2em;
		margin: 0;
		padding: 0px;
		width: 100%;
		text-align: left;
	}

	label {
		display: block;
		text-align: left;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	textarea {
		font-family: inherit;
		width: 100%;
	}

	select {
		width: 100%;
	}

	.admindex {
		width: 100%;
		display: block;
		padding-left: 6px;
		margin-left: 0px;
		border: solid thin #eee;
	}

	img {
		width: 80px;
		width: 80px;
		margin-left: auto;
		margin-right: auto;
	}

	#mainmanuebar {
		display: none;
	}

	.mainmanuebar {
		display: none;
	}

	#mobileview {
		display: block;
		cursor: pointer;
	}

	.mobileview {
		display: none;
	}
}

@media print {
	* {
		font-size: 10px;
	}


	.printpage {
		display: block
	}

	th {
		font-size: 12px;
	}

	.container {
		border: none;
		box-shadow: none;
	}

	header {
		display: none;
	}

	.containerheader tr th {
		background-color:blue; color:white;
	}

	.printpage {
		height: 911px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 15px;
		font-size: 14px;
		-webkit-print-color-adjust: exact;
	}

	#leftpane {
		visibility: hidden;
	}

	#logo {
		display: none;
	}

	.printableform {
		width: 100%;
	}

	footer {
		display: none;
	}

	.page-break {
		display: block;
		page-break-before: always; margin-top:20px
	}

	a {
		display: none;
	}

	hr {
		display: none;
	}

	#print {
		visibility: hidden;
	}
}
