/* body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow:auto;
	background-attachment:fixed;
	background-image: url(../images/quench.jpg);
	background-position:center top;
	background-size:cover;
	background-color:#ffffff;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#4d4d4d;
	scrollbar-3dlight-color:#4d4d4d;
	scrollbar-darkshadow-color:#4d4d4d;
	scrollbar-shadow-color:#4d4d4d;
	scrollbar-track-color:#4d4d4d;
	font-size:14px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	cursor:default;
}
::-webkit-scrollbar {
 width:10px;
 height:10px;
 background-color:transparent;
}
::-webkit-scrollbar:hover {
 background-color:transparent;
}
::-webkit-resizer {
 -webkit-border-radius:4px;
 background-color:transparent;
}
::-webkit-scrollbar-thumb {
 min-height:0.8em;
 min-width:0.8em;
 background-color: #666666;
 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
 background-color: #666666;
}
::-webkit-scrollbar-thumb:active {
 background-color:#666666;
}
/* Hidden content */
.linkscontent {
	display:none;
}
/* remove focus border */
:focus {
outline: 0;
}
/* Links */
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:active {
	text-decoration: none;
	color:#000000;
}
/* Backgrounds */
.trnsbg {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
}
/* corners */
.rndcr0 {
	border-radius: 5px;
	border:0px;
	outline:none;
}
.rndcr1b {
	border-radius: 5px;
	border:1px solid #000;
	outline:none;
}
.rndcr1w {
	border-radius: 5px;
	border:1px solid #FFF;
	outline:none;
}
/* shadow */
.shadow {
	box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
/* boxes */
#Loadr {
	position:fixed;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:999;
	background-image:url(../images/loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
#DivLeft {
	position:fixed;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	left:0px;
	top:0px;
	width:200px;
	bottom:0px;
	overflow:hidden;
	z-index:2;
	display:none;
	box-shadow:5px 0px 5px 0px rgba(50, 50, 50, 0.70);
}
#DivMain {
	position:fixed;
	/*background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);*/
	left:200px;
	top:0px;
	right:0px;
	bottom:0px;
	padding-left:5px;
	overflow:auto;
	z-index:1;
	display:none;
}
#DivEmail {
	position:fixed;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	width:270px;
	height:396px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -135px 0 0 -198px; 
	overflow:auto;
	z-index:1000;
	display:none;
	border-radius:5px;
	border:2px solid #000;
}
/* menu */
.menblk {
	position:absolute;
	left:auto;
	right:0px;
	top:0px;
	bottom:auto;
	display:none;
	z-index:100;
	overflow:visible;
	background-color:#000000;
	border-bottom-left-radius: 7px;
	border-left:2px solid #333333;
	border-bottom:2px solid #333333;
}
.menus {
	background-color:#FFFFFF;
	border-radius: 3px;
	border:0px;
	outline:none;
}
.menuon {
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	background-color:#b8e356;
	border-radius:5px;
	border:1px solid #83c41a;
	cursor:pointer;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
	text-align:right;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
	text-transform:uppercase;
}
.menuon:hover {
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	background-color:#a5cc52;
}
.menuon:active {
	position:relative;
	top:1px;
}
.menuat {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:5px;
	border:1px solid #74b807;
	cursor:default;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
	text-align:right;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	text-transform:uppercase;
}
.menut {
	min-width:200px;
	color:#FFFFFF;
}
/* text */
p {
	margin-top:0;
	text-align:justify;
}
.jtxt {
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}
.ltxt {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
.rtxt {
	text-align:right;
	padding-left:5px;
	padding-right:5px;
}
.ctxt {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
li {
	padding-top:5px;
}
.mtxt {
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
/* images */
.timg, .ximg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cimg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
/* image effect */
.imgbg, .imgbgla, .imgbglb, .imgbgra, .imgbgrb {
	background-position:center, center;
	background-repeat:no-repeat, no-repeat;
	background-size:cover, auto;
	border-radius:5px;
	outline:none;
}
.imgbgla {
	border-right:3px solid #e8b923;
	transform:perspective(210px) rotateY(23deg);
}
.imgbglb {
	border-right:3px solid #e8b923;
	transform:perspective(230px) rotateY(12deg);
}
.imgbgra {
	border-left:3px solid #e8b923;
	transform:perspective(210px) rotateY(-23deg);
}
.imgbgrb {
	border-left:3px solid #e8b923;
	transform:perspective(230px) rotateY(-12deg);
}
/* forms */
.frmhtxt {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #77a809, #89c403, #77a809);
	background-color:#89c403;
	border-radius:5px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:4px 4px;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	text-transform:uppercase;
	box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
.frmitxt, textarea {
	border-radius: 5px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-weight:bold;
	text-transform:none;
	outline:none;
	background: #efefef;
	background-image: linear-gradient(to bottom, #efefef, #FFF, #efefef);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid #999999 1px;
	width:150px;
}
.frmbtxt {
	box-shadow:inset 0px 1px 3px 0px #999;
	background:linear-gradient(to bottom, #000, #333, #000);
	background-color:#666;
	border-radius:5px;
	border:1px solid #CCC;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
	text-align:center;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	text-transform:uppercase;
}
.frmbtxt:hover {
	background:linear-gradient(to bottom, #333, #000, #333);
	background-color:#6c7c7c;
}
.frmbtxt:active {
	position:relative;
	top:1px;
}
.reqtxt {
	background-image:url(images/admin/required.png); background-position:right center; background-repeat:no-repeat;
}
/* h text */
h1 {
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
h2 {
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
h3 {
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
/* radio button */
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #FFF;
	color:#000;
  top: -2px;
  height: 14px;
  width: 14px;
  border: 0;
  border-radius: 14px;
	border:1px solid #666;
  cursor: pointer;  
  margin-right: 3px;
  outline: none;
}
.form-radio:checked::before {
  position: absolute;
  font: 12px/1 Verdana, Geneva, sans-serif;
	font-weight:bold;
  left: 3px;
  top: 0px;
  content: '\02143';
  transform: rotate(40deg);
}
.form-radio:hover {
  background-color: #FFF;
}
.form-radio:checked {
  background-color: #000;
	color:#FFF;
}
/* check box */
.form-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  color: #000;
  top: 0px;
  height: 14px;
  width: 14px;
  border:0px;
  border-radius: 3px;
	border:1px solid #666;
  cursor: pointer;  
  margin-right: 3px;
  outline: none;
}
.form-check:checked::before {
  position: absolute;
  font: 12px/1 Verdana, Geneva, sans-serif;
	font-weight:bold;
  left: 2px;
  top: 0px;
  content: '\02143';
  transform: rotate(40deg);
}
.form-check:hover {
  background-color: #FFF;
}
.form-check:checked {
  background-color: #000;
	color:#FFF;
}
/* horizontal rule */
hr.white {
 border:0;
 height:3px;
 background-image:linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255), rgba(255, 255, 255, 0.25));
}
hr.black {
 border:0;
 height:3px;
 background-image:linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
}
/* flex container */
.flex-container {
  display: flex;
  flex-flow: row wrap;
	justify-content: space-around;
	align-items:start;
}
.flex-container > div {
	margin:5px;
  padding: 0px;
	border-radius:5px;
	border:2px solid #FFF;
	box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.70);
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
}
.pht-container {
  display: flex;
  flex-flow: row wrap;
	justify-content: space-around;
	align-items:start;
}
.pht-container > div {
	margin:5px;
  padding: 0px;
	border-radius:5px;
	border:2px solid #FFF;
	box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
