@charset "utf-8";
*{margin:0 auto; padding:0;}
body{font-family:"OpenSans-Regular"; font-size:15px;line-height:20px; color:#000000; text-align:justify; 
background: #fffcfc;}
p{text-align:justify; padding:10px; line-height:30px;}
.clear{clear:both;}
::-moz-selection { /* Code for Firefox */
    color:#000;
    background: #e2c424;
}
::selection {
    color:#000; 
    background: #e2c424;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: rgba(245, 235, 235, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
h1{color:#000; font-size:16px; font-family: 'OpenSans-Bold'; padding: 10px 0px 0px 10px; }
h2{color:#f4821f; font-size: 14px; font-family: 'OpenSans-Bold'; padding: 5px 0px 0px 20px;}
h3{color: #333; font-size: 14px; font-family: 'OpenSans-Light'; padding: 5px 0px 0px 20px;}
h4{color: #2e3192; font-size: 20px;font-family: 'OpenSans-Bold';text-transform: uppercase;}
h5{color:#eb1b28; font-size:26px;text-transform:uppercase; font-weight:lighter;text-align:center; margin-top: 10px;}
h6{color:#000; font-size:18px;margin-top: 10px; margin-bottom: 20px;text-align:center; }

.bold_text{font-family: 'OpenSans-Bold';}

.scrollToTop{	
	padding:5px 10px 8px 10px;
	line-height:10px;
	text-align:center;
    background: #f4821f;
    position: fixed;
    bottom:5px;
    right:5px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 10px;	
}
.scrollToTop .fa{font-size:14px;}
.scrollToTop:hover{color: #fff;	text-decoration:none;}
.mandatory{color:#F00;font-family: 'Fertigo-Regular';font-size: 14px;}
.success{color:#32cd32;font-family: 'Fertigo-Regular';font-size: 14px;}
.border{ border: 1px solid #fe0000;}

.top_border {
    display: block;
    /*background-color: #f4821f;
    background: transparent -webkit-linear-gradient(left,#e2c424 0,#f4821f 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right,#e2c424 0,#f4821f 100%) repeat scroll 0 0;*/
    background: url(../images/topstrip_colors.jpg);
    height:3px;
}
.bottom_border{ display: block;
    /*background-color: #e2c424;
    background: transparent -webkit-linear-gradient(left,#f4821f 0,#e2c424 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right,#f4821f 0,#e2c424 100%) repeat scroll 0 0;
    */
    background: url(../images/topstrip_colors.jpg);
    height:3px;}

.divider{clear:both; width:100%; margin-top:0px; background-color: #13a895;height:2px; }

.section_inner2_tbl{width:100%; background:#13a895; color:#000; font-size:14px;}
.section_inner2_tbl th,td{vertical-align:top; padding:2px 10px 2px 10px; background: #fffcfc;}
.lbl1{float:right;text-align:right; font-family: 'OpenSans-Bold'; font-size:14px;}
.lbl2{float:left;font-size:14px;}

.section_inner2_tbl2{width:90%; margin-top:10px; background:#13a895; color:#000; font-size:14px; }
.section_inner2_tbl2 th{font-family: 'OpenSans-Bold';}
.section_inner2_tbl2 th,td{vertical-align:top;text-align: left; padding:5px 5px 5px 5px; background: #fffcfc;}

.section_inner2_tbl3{width:90%; margin-top:10px; color:#000; font-size:14px; }
.section_inner2_tbl3 th{font-family: 'OpenSans-Bold';}
.section_inner2_tbl3 th,td{vertical-align:top; padding:5px 5px 5px 5px; background: #fffcfc;}

.scrollit {width:100%; overflow:scroll; height:350px;}

.btnendtest{font-family:'OpenSans-Bold'; margin-top:15px; padding:5px 10px 5px 10px; cursor:pointer; background:#fe0000; color:#fff; border:none; outline:none;}

.btn{/*padding:5px 10px 5px 10px; cursor:pointer; border:none; outline:none; font-size:15px;*/
display: inline-block; margin-left:5px;
    padding:5px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
	
a:focus, .btn:focus {outline: 0 !important;}

.btngreen{background:#32cd32; color:#fff;}
.btnorange{border:1px solid #f38620; background:#fff; color:#f38620;}
.btnpurple{border:1px solid #f504ca; background:#fff; color:#f504ca;}
.btnred{border:1px solid #fe0000; background:#fff;color:#fe0000;}

a{text-decoration:none; color:blue; font-size:14px;}

.green{padding:5px 8px 5px 8px; background:#32cd32; color:#fff;font-family: 'OpenSans-Bold';}
.white{padding:5px 8px 5px 8px; background:#fff; color:#858585;font-family: 'OpenSans-Bold'; /*border:1px solid #858585;*/}
.orange{padding:5px 8px 5px 8px; background:#f38620; color:#fff;font-family: 'OpenSans-Bold';}
.purple{padding:5px 8px 5px 8px; background:#f504ca; color:#fff;font-family: 'OpenSans-Bold';}
.red{padding:5px 8px 5px 8px; background:#fe0000; color:#fff;font-family: 'OpenSans-Bold';}

/* HTML5 Boilerplate accessible hidden styles */
/*[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height:1px; margin:-1px; 
  overflow:hidden; 
  padding:0; 
  position:absolute; 
  width:1px;
}*/

/* One radio button per line */
/*label {
  
  cursor:pointer;
  line-height:2.5;
  font-size:14px; margin-right:10px;
}
*/
/* the basic, unchecked style */
/*[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;
 margin-right:10px;
  transition: 0.5s ease all;
}*/

/* the checked style using the :checked pseudo class */
/*[type="radio"]:checked + span:before {
  background: #1caf1c;
  box-shadow: 0 0 0 0.25em #000;
}

[type="radio"]:focus + span {
  font-family: 'OpenSans-Bold'; color:#1caf1c;
}*/

.form-control::-webkit-input-placeholder {
 color: #b9bcc0;
}
 .form-control:-moz-placeholder {
 color: #b9bcc0;
}
 .form-control::-moz-placeholder {
 color: #b9bcc0;
}
 .form-control:-ms-input-placeholder {
 color: #b9bcc0;
}

.form-control {
  width: 100%;
  border:none;
  border-bottom: 1px solid #EAEAEA;
  color: #4c4c4c;
  height:35px;
  font-weight: 400;
  font-size: 14px;
  padding:6px 6px 4px 40px;
  border-radius: 3px;
  margin-top:10px;
}

.form-control:focus {
	border:none;
  border-bottom:2px solid #13a895;
  outline: 0;
  box-shadow: none;
}

.btn-default {
  height: 40px;
  width: 100%;
  margin-top: 12px;
  line-height: 20px;
  display: inline-block;
    padding: 6px 12px;
    border: none;
    font-size: 14px;
    background: #13a895;
    color: #fff;
    font-family: 'OpenSans-Bold';
    cursor: pointer;
    
}
.form-input { position: relative; }
.form-input i.fa {
  position: absolute;
  left: 16px;
  bottom:12px;
  color: #b9bcc0;
}
.form-input p {font-size: 14px;}