@CHARSET "UTF-8";

/* globals */
body {
	margin: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: rgb(248, 248, 248);
}

#body-container {
	display: block;
	position: relative;
	margin: 0px;
}

.fixed {
	position: fixed;
	width: 100%;
	z-index: 99;
	padding: 0px;
}

.clearFloat {
	clear: both;
}

/* for vertical centering img set right befor with span */
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* nav */

#nav-logo-div {
	height: 72px;
	float: left;
}

#nav-logo {
	vertical-align: middle;
	height: 42px;
	cursor: pointer;
}

#nav-logo-text {
	float: left;
	color: white;
	margin-left: 5px;
	line-height: 72px;
	vertical-align: middle;
	cursor: pointer;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 20pt;
}

#navBarBackgroundFiller {
	display: block;
	position: relative;
	padding: 0px;
	width: 100%;
	height: 72px;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-box-shadow: 0px 1px 3px 0px black;
   	-moz-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
}

#navBar {
	display: block;
	position: relative;
	margin: -16px auto;
	padding: 0px 0px 0px 5px;
	min-width: 710px;
	max-width: 1000px;
	height: 72px;
}

	#navMain {
		display: block;
	}
	
	#navMain ul {
		display: block;
		position: relative;
		list-style-type: none;
		padding: 0px;
	}
	
	#user-wellcome {
		font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
		font-size: 16pt;
		color: rgb(191, 191, 191);
		line-height: 72px;
		vertical-align: middle;
	}
	
	#navMain ul li {
		display: block;
		position: relative;
		float: right;
		height: 72px;
		padding-right: 10px;
		padding-left: 10px;
		cursor: pointer;
		
		-o-transition: 0.3s;
 		-ms-transition: 0.3s;
  		-moz-transition: 0.3s;
  		-webkit-transition: 0.3s;
  		transition: 0.3s;
	}
	
		#navMain ul li a {
			text-decoration: none;
			color: white;
			line-height: 72px;
			vertical-align: middle;
			
			font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
			font-size: 16pt;
			
			-o-transition: 0.15s;
 			-ms-transition: 0.15s;
  			-moz-transition: 0.15s;
  			-webkit-transition: 0.15s;
  			transition: 0.15s;
		}
		
		#navMain ul li a:hover {
			color: rgb(46, 141, 246);
		}

/* content */
#content {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 75px;
	z-index: 10;
	overflow: hidden;
}

	#content a {
		text-decoration: none;
		color: rgb(46, 141, 246);
		cursor: pointer;
	}
	
		#content a:hover {
			border-bottom: 1px dashed rgb(46, 141, 246);
		}
	
	#content h1 {
		font-size: 18pt;
		font-weight: normal;
	}
	
	#content h2 {
		font-size: 16pt;
		font-weight: normal;
	}
	
	#content h3 {
		font-size: 14pt;
		font-weight: normal;
	}

#content-home {
	display: block;
	position: relative;
	min-width: 680px;
	max-width: 1000px;
	min-height: 505px;
	margin: 0px auto;
	text-align: left;
/* 	top: 30px; */
	padding: 25px 10px 65px 10px;
	background-color: none;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: black;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

	/* #content-home table, #content-home table td {
		border: 1px solid black;
		border-collapse: collapse;
	} */
	
	/* #content-home table thead td {
		padding: 5px;
		font-weight: bold;
	} */
	
	/* #content-home table tbody {
		display: none;
	} */
	
		#ticket_form input[type=button] {
			width: 100%;
		}

	/* error page */
	#error-dialog {
		margin: 0px auto;
		padding: 5px;
		width: 600px;
		background-color: rgb(255, 216, 145);
		text-align: left;
		color: black;
		font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
		border: 3px solid rgb(191, 191, 191);
	}
	
		#error-dialog h1 {
			font-size: 14pt;
		}
		
		#error-dialog p {
			font-size: 11pt;
		}
		
	#development-process-resetpwd-form, #development-register-form {
		margin: 25px 0px 25px 0px;
		padding: 15px;
		width: 320px;
		border: 3px solid rgb(191, 191, 191);
		background-color: rgb(255, 255, 255);
		font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
		font-size: 14pt;
	}
	
	#development-pwd, #development-usr, #development-email {
		display: block;
		padding: 12px 0px 12px 5px;
		width: 95%;
		font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
		font-size: 14pt;
		border: 3px solid rgb(159, 197, 246);
		outline: none;
		-o-transition: border 0.2s;
		-ms-transition: border 0.2s;
		-moz-transition: border 0.2s;
		-webkit-transition: border 0.2s;
		transition: border 0.2s;
	}
	
		#development-pwd:hover, #development-pwd:focus, #development-usr:hover, #development-usr:focus {
			border: 3px solid rgb(46, 141, 246);
		}
		
	#development-pwd-no-enter, #development-usr-no-enter, #development-email-no-enter {
		display: none;
		position: absolute;
		left: 310px;
		padding: 5px 10px 5px 10px;
		margin-top: -45px;
		background-color: rgb(255, 216, 145);
		font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
		font-size: 12pt;
		color: black;
		border-radius: 20px;
	}
	
	#pwd-strength-span {
		font-size: 9pt;
	}
	
		#pwd-strength-span-weak,
		#pwd-strength-span-normal,
		#pwd-strength-span-good,
		#pwd-strength-span-strong {
			display: none;
			font-size: 9pt;
		}
	
	#pwd-strength-bar {
		width: 99%;
		height: 3px;
		background-color: rgb(191, 191, 191);
	}
	
	#pwd-strength {
		height: 3px;
	}
	
		.pwd-strength-red {
			background-color: rgb(246, 46, 46);
			width: 25%;
		}
		
		.pwd-strength-orange {
			background-color: rgb(246, 174, 46);
			width: 50%;
		}
		
		.pwd-strength-yellow {
			background-color: rgb(246, 230, 46);
			width: 75%;
		}
		
		.pwd-strength-green {
			background-color: rgb(102, 246, 46);
			width: 100%;
		}
	
	#development-process-resetpwd-button, #development-register-button {
		margin: 15px 0px 15px 0px;
		width: 100%;
		height: 30px;
		padding: 5px;
		border: 0px;
		font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
		font-size: 12pt;
		
		-o-transition: 0.15s;
 		-ms-transition: 0.15s;
  		-moz-transition: 0.15s;
  		-webkit-transition: 0.15s;
  		transition: 0.15s;
	}
	
		#development-process-resetpwd-button:hover, #development-process-resetpwd-button:focus, #development-register-button:hover, #development-register-button:focus {
			cursor: not-allowed;
		}
	
	.development-process-resetpwd-button-active, .development-register-button-active {
		background-color: rgba(0, 0, 0, 0.85);
		color: white;
	}
	
		.development-process-resetpwd-button-active:hover, .development-process-resetpwd-button-active:focus, .development-register-button-active:hover, .development-register-button-active:focus {
			color: rgb(46, 141, 246);
		}
		
	.development-process-resetpwd-button-inactive, .development-register-button-inactive {
		background-color: rgb(191, 191, 191);
		color: white;
	}
		
footer {
	display: block;
	position: fixed;
	z-index: 80;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-box-shadow: 0px 0px 1px 0px black;
   	-moz-box-shadow: 0px 0px 1px 0px black;
    box-shadow: 0px 0px 1px 0px black;
}

.pagefoot {
	display: block;
	position: relative;
	min-width: 710px;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: white;
}

	.pagefoot div {
		float: left;
	}
	
#social-links {
	float: right;
}

#footer-links {
	padding-top: 5px;
	padding-bottom: 15px;
	cursor: pointer;
}

	#footer-links a {
		margin-right: 10px;
		
		text-decoration: none;
		color: rgb(191, 191, 191);
		
		-o-transition: 0.15s;
	 	-ms-transition: 0.15s;
	  	-moz-transition: 0.15s;
	  	-webkit-transition: 0.15s;
	  	transition: 0.15s;
	}
	
		#footer-links a:hover {
			color: rgb(243, 243, 243);
		}
		
		#fnormal, #fhover {
			position: absolute;
			width: 30px;
			top: 15px;
			right: 45px;
		}
		
		#tnormal, #thover {
			position: absolute;
			width: 30px;
			top: 15px;
			right: 5px;
		}