/* CSS Document */

.requiredInput{color:red;font-size:.8em}
.pageValues{display: none}
.mai_green_link a:hover { color: #0071e3; }
.mai_green_link a:active { color: #005bb5; }
.mai_green {color:#0071e3;}
.no_line a {text-decoration:none }
.form_errors{
	color:red;
	font-weight:bold
}
.cmsMenu{
	width:200px;
	height:20px;
	font-size:16px; 
}
.topMenu{
	position:relative;
	right:0%;
	top:0px;
	float:right;
	background-color: #0071e3;
	color:#ffffff;
	text-align:center;
	border-radius: 980px;
	z-index:2;
	transition: background-color 0.3s ease;
}
.topMenu:hover { background-color: #0077ed; }
.topMenu a{ text-decoration:none; color:#ffffff}
.topMenu a visited {text-decoration:none; color:#ffffff }
.topMenu a active {text-decoration:none; color:#ffffff }

.black_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
.pop_up_message {
  	display: none;
  	position: absolute;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
  	top: 35%;
  	width: 150px;
  	height: 75px;
  	padding: 6px;
  	border: 6px solid #0071e3;
  	background-color: white;
  	z-index: 100;
  	overflow: auto;
	color:black;
	align-content: center;
	vertical-align: middle;
	text-align: center;
	line-height: 37px;
}
.hiddenValues{
	display:inline;
	width:50px
}
.mai-submit-btn {
	border: none;
	padding: 6px 14px;
	background: #008b0d;
	border-radius: 980px;
	color: #FFF;
	font-family: "SF Pro Text","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	transition: background-color 0.3s ease;
}
.mai-submit-btn:disabled{
	background: #a0a0a5;
	color: #FFFFFF;
}
.mai-submit-btn:hover{
	cursor:pointer;
	background: #00a010;
}
.mai-cancel-btn {
	border: none;
	padding: 6px 14px;
	background: #6e6e73;
	border-radius: 980px;
	color: #FFF;
	font-family: "SF Pro Text","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	transition: background-color 0.3s ease;
}
.mai-cancel-btn:hover{
	cursor:pointer;
	background: #5a5a5f;
}