html, body{
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	text-align:center;
	background-image: linear-gradient(to bottom, red, white,#0620AF);
}
h1 {margin: 45px 0 2px 0; }
h5 {margin: 5px 0 3px 0; font-size: 14px;}

#formContainer {
	width: 350px;
	height: 340px;
	background: rgba(255,255,255,0.6);
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
	border: none;
	margin-left: 50%;
	position: absolute;
	top:190px;
	z-index:100;
}

#formContainer2 {
	width: 350px;
	height: 450px;
	background: rgba(255,255,255,0.6);
	border-radius:12px;
	border: none;
	position: relative;
	margin:0 auto;
	top:40px;
	z-index:1;
}

input[type="text"], input[type="password"], 
input[type="email"] {
	font-size: 14px;
	outline:none;
	padding:10px;
	display:block;
	width:300px;
	border-radius: 5px;
	border:1px solid #aaa;
	margin:10px auto;
}

td label {
	font-size:14px;
}

#forgotPassword:link,
#forgotPassword:visited {
	color: #AB4441;
}
#forgotPassword:hover {
	color: #762C2A;
	text-decoration: none;
}
input[type="submit"]{
	font-size: 14px;
	padding:10px;
	color:#fff;
	background:#0098cb;
	width:318px;
	margin:20px auto;
	border:0px;
	border-radius: 5px;
	cursor:pointer;
}

/* 
#forgotPassword {
	font-size: 14px;
	padding:6px;
	color:#fff;
	background:#00458F;
	width:320px;
	margin:3px auto 11px auto;
	border:0px;
	border-radius: 5px;
	cursor:pointer;
}

#forgotPassword:hover {
	background:#0476BA;
}
 */


input[type="submit"]:hover{
	background:#00b8eb;
}

input[type="date"] {
	border: 1px solid #AAA;
	border-radius: 5px;
}

.header{
	border-bottom:1px solid #eee;
	padding:15px 0px;
	width:100%;
	text-align:center;
	font-size: 28px;
	font-weight: 700;
	color:#FFFFFF;
	text-shadow: 0px 0px 3px #000;
}

.header a{
	color:#FFFFFF;
	text-decoration: none;
}

.message {
	color: #FF0000;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	text-align: left;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 1000px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.close {
	color: white;
	float: right;
	margin-top:-7px;
	margin-right:-32px;
	font-size: 32px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #FFC9C9;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 40px;
	background-color: #C92A2A;
	color: white;
}

.modal-body {padding: 2px 40px; margin-bottom:20px;}

.modal-footer {
	padding: 2px 40px;
	background-color: #1864AB;
	color: white;
}

/* CUSTOM CHECKBOX */
/* The container */
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 24px 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #aaa;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 
CUSTOM SELECTThe container must be positioned relative:#beltValue1.custom-select,
.custom-select {
  position: relative;
  width: 150px;
  outline:none;
}

#beltValue1.custom-select select,
.custom-select select {
  display: none; hide original SELECT element:}

Style the arrow inside the select element:#beltValue1.select-selected:after,
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #aaa transparent transparent transparent;
}

Point the arrow upwards when the select box is open (active):.select-selected.select-arrow-active:after {
  border-color: transparent transparent #aaa transparent;
  top: 3px;
}

style the items (options), including the selected item:.select-items div,.select-selected {
	height: 14px;
	font-size: 14px;
  color: #000;
  padding: 7px 15px 7px 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  text-align: left;
  font-size:13px;
}

.select-selected {
  background-color: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 3px 10px;
}

Style items (options):.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 350px;
  overflow: auto;
}

.select-items div:first-child {
  padding: 7px 10px;
	color: #999;
	border-color: transparent transparent rgba(0, 0, 0, 0.3) transparent;
	pointer-events:none;
}
.select-items div:nth-child(9) {
	border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
}

Hide the items when the select box is closed:.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
 */

