@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'IDAutomationHC39M';
  src: url(../fonts/IDAutomationHC39M.ttf) format('truetype');
}
.form-style-9{
	width:90%;
	background: #FAFAFA;
	padding: 50px 70px;
	margin:auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.form-style-9 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.form-style-9 ul li{
	display: block;
	margin-bottom: 10px;
	min-height: 35px;
}
.form-style-9 ul li  .field-style{
	margin-bottom: 2px;
	padding: 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}
.form-style-9 ul li  .field-style:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
	width: 47.8%;
	margin-right:2%;
}
.form-style-9 ul li .field-split2{
	width: 20%;
	margin-right:10px;
}
.form-style-9 ul li .field-split3{
	width: 15%;
	margin-right:10px;
}
.form-style-9 ul li .field-split4{
	width: 31%;
	margin-right:2.05%;
}
.form-style-9 ul li .field-split5{
	width: 39%;
	margin-right:16px;
}
.form-style-9 ul li .field-split6{
	width: 25%;
	margin-right:21px;
}
.form-style-9 ul li .field-split7{
	width: 22.7%;
	margin-right:21px;
}
.form-style-9 ul li .field-check{
	height: 215px;
	overflow-y: scroll;
}
.form-style-9 ul li .field-full{
	width: 100%;
}
.form-style-9 ul li .height{
	height:200px;
}
.form-style-9 ul li input.align-left{
	float:left;
}
.form-style-9 ul li input.align-center{
	margin-left: 1%;
}
.form-style-9 ul li input.align-right{
	float:right;
	margin-right: 0px;
}
.form-style-9 ul li textarea{
	width: 100%;
	height: 100px;
}
.form-style-9 ul li input[type="radio"], input[type=checkbox] {
	display:none;
}
.form-style-9 ul li input[type=radio] + label {
	display:inline-block;
	margin-left:5px;
	margin-right:10px;
	padding: 0px 6px;
	margin-bottom: 0;
	font-size: 18px;
	color: #216288;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color:#e0e0e0;
	border-radius: 50px;
	border: 1px solid #B0CFE0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.form-style-9 ul li input[type=radio]:checked + label {
	color: #fff;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color:#216288;
	border-radius: 50px;
}
.form-style-9 ul li input[type=checkbox] + label {
	display:inline-block;
		margin:5px;
		padding: 4px 12px;
		font-size: 16px;
		line-height: 20px;
		color: #333;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
		background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
		background-image: -o-linear-gradient(top,#fff,#e6e6e6);
		background-image: linear-gradient(to bottom,#fff,#e6e6e6);
		background-repeat: repeat-x;
		border: 1px solid #B0CFE0;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	width: 32%;
}
.form-style-9 ul li input[type=checkbox]:checked + label {
	background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
			background-color:#216288;
	color: #FFF;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
	box-shadow: inset 0px 1px 0px 0px #3985B1;
	background-color: #216288;
	border: 1px solid #17445E;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 8px 48px;
	text-decoration: none;
	font-size:16px;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
	background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
	background-color: #28739E;
}
.table {
	border-collapse: separate;
    border-spacing: 2px;
}
.table-header{
	color:#ffffff;
	background-color:#216288;
	font-weight:bold;
}
.table-content{
	color:#000000;
	background-color:#fff;
	vertical-align: middle;
	font-weight:500;
}
.table-content2 {
	color:#FF0004;
	font-size:30px;
	font-weight:bolder;
}
.table-content a{
	color:#000000;
	text-decoration:none;
}
.table-content a:hover{
	color:#000000;
	text-decoration: underline;
}
.content-nav{
    color:#000000;
	font-weight:500;
}
.content-nav a{
	color: #333333;
	text-decoration:none;
}
.content-nav a:hover{
	color:#000000;
	text-decoration: underline;
}
.input-title {
	font-size: 14px;
	text-align: left;
	color:#28739E;
}
.input-title-2 {
	font-size: 14px;
	text-align: left;
	width: 50%;
	color:#28739E;
}
.content-image {
	display: inline-block;
	vertical-align: top;
}
.content-input {
	display: inline-block;
	padding: 20px;
	text-align: left;
	width: 500px;
}
.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #9c0049;
    border-radius: 5px;
    bottom: 32px;
    color: #fff;
    content: attr(data-tooltips);
    left: 2%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: auto;
	font-weight:500;
}
.tooltip:hover:before{
    border: solid;
    border-color: #9c0049 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 26px;
    content: "";
    left: 5%;
    position: absolute;
    z-index: 99;
}
.tooltip2{
    display: inline;
    position: relative;
}
.tooltip2:hover:after{
    background: #9c0049;
    border-radius: 5px;
    bottom: 205px;
    color: #fff;
    content: attr(data-tooltips);
    left: 2%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: auto;
	font-weight:500;
}
.tooltip2:hover:before{
    border: solid;
    border-color: #9c0049 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 199px;
    content: "";
    left: 5%;
    position: absolute;
    z-index: 99;
}
@media screen and (max-width: 46em) {
	.form-style-9{
		width:90%;
		padding:10px;
		text-align:center;
	}
	.form-style-9 ul li .field-split{
		width: 100%;
	}
	.form-style-9 ul li .field-split2{
		width: 100%;
	}
	.form-style-9 ul li .field-split3{
		width: 100%;
	}
	.form-style-9 ul li .field-split4{
		width: 100%;
	}
	.form-style-9 ul li .field-split5{
		width: 100%;
	}
	.form-style-9 ul li .field-split6{
		width: 100%;
	}
	.form-style-9 ul li .field-split7{
		width: 100%;
	}
	.form-style-9 ul li .field-full{
		width: 100%;
	}
	.form-style-9 ul li input.align-center{
		margin-left: 0%;
	}
	.content-input {
		width: 100%;
	}
	.input-title {
		text-align: center;
	}
	.input-title-2 {
		width: 100%;
		text-align: center;
	}
	.form-style-9 ul li input[type=checkbox] + label {
		width: 100%;
	}
}
