html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
        font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif!important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
img{
    width:100%;
}

.fsize0{
    font-size: 0;
    line-height: 0;
}
[data-icon]:before {font-family:RocheIconFont;content:attr(data-icon);speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}

*{    
    outline:none;
}

/********* main css ************************/
.main-wrapper {
    margin: 0 auto;
    max-width: 996px;
    min-height: 100%;
    min-width: 996px;/*
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;*/
    height: auto;
    overflow: auto;
}

header{
    width:100%;
    clear:both;
}

.banner{
    width: 100%;
    height: 250px;
    background-size: 100% 170px;
    background: url(../img/topbanner.jpg) no-repeat;
    margin: 0px 0px 10px 0px;
    padding: 20px 0 0 0;
    background-size: contain;
}

.banner img{
    margin-top: 30px;
    z-index: 10;
}

.global-logo {
    padding-bottom: 10px;
}

.global-logo:after{
    content: " ";
    display: table;
    clear:both;
}

@media screen and (min-width: 721px){
    .global-logo {
        display: block;
        margin: 5px 0 0;
        padding-bottom: 11px;
    }
}

@media screen and (min-width: 768px){
    .global-logo {
        margin: 24px 10px 0;
        padding-bottom: 18px;
    }
}

@media screen and (min-width: 1024px){
    .global-logo {
        padding-bottom: 31px;
    }
}

.global-logo{
    background: url(../img/logo.png) no-repeat;
    display: block;
    width: 100px;
    height: 32px;
    margin-top: 0px;
    background-size: contain;
}

/*** message **/
.cc_message{
    font-size: 12px !important;
    font-weight: normal !important;
}

/************* login page *************/
article{
    padding: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    text-align: left;
}
.main-content{
    width: 100%;
    clear: both;
    min-height: 250px;
    height: auto;
    overflow: hidden;
}

article h1{
    font-size: 2.125rem;
    font-weight: 500;
    padding-bottom: 1em;
}

article h2{
    font-weight: 500;
    font-size: 1.375rem;
    width: 99%;
    line-height: 1.1;
    padding-bottom: 1em;
    color: #000;
    display:block;
    height: 40px;
}

article.login h2{
    display: inline-block;
}

a.main-links{
    cursor: pointer;
}

article.login .tool-description, .registration-description{
    width: 100%;
    padding-bottom: 2em;
}

article .green-links a{
    color: #0D4F8B;
    text-decoration: none;
    font-size: .875rem;
    line-height: 1.856;
    text-align: left;
    height: 11px;

}

article div.green-links:before{
    padding-right:5px; /* Add a little space between text and arrow */
    content: '>'; /* Unicode hex for &raquo; */
    color: #0D4F8B;
    font-size: 11px;
}

article a:hover {
    text-decoration: underline;
}

article.login input[type="text"],
article.login input[type="password"],
.registration input[type="text"],
.registration input[type="email"],
.registration input[type="password"],
article.edit-user input[type="text"],
article.edit-user input[type="email"], 
article.edit-user input[type="password"]{
    display: block;
    width:92%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

article input[type="submit"]{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #90d3f8;
    text-decoration: none;
    border-color: #90d3f8;
}

article .one-col-3:nth-child(2) .green-links {
    float: right;
    clear: both;
    padding-top: 10px;
}

/*************************** sample page *****************/
article .one-col-3{
    width: 31%;
    float: left;
    padding-bottom: 2em;
    padding-right: 2%;
}

.login .one-col-3:last-child{padding-left: 90px;}
.login .one-col-3{ width:40%;}

article .one-col-3 strong{
  font-weight: bold;  
}

article .one-col-3 ul.big-space{
  padding-top: 2em;  
  padding-left: 2em;  
}

article .one-col-3 ul.big-space li{
  list-style: disc;
  padding-bottom: 2em;
  margin-left: -5px;
}

article .one-col-3 ul{
   
}

article .one-col-3 li.green-links{
  list-style: disc;
  margin-left: -5px;
}

article .one-col-2{
    width: 45%;
    float: left;
    padding-bottom: 2em;
    padding-right: 2%;
}

article ul.green-links li:before{
    padding-right:5px; /* Add a little space between text and arrow */
    content: '>'; /* Unicode hex for &raquo; */
    color:#0D4F8B;
    font-size: 11px;
}

article ul.green-links li,article ul.green-links a {
    line-height: 1.364;
}

article .center {
    text-align: center;
}
/*************************** footer **********************/
footer{
    font-size: 13px;
    color: #fff;
    line-height: 1.364;
    text-align: left;
    padding: 2em 2em 3em;
    clear: both;
    background-color: #333;
}

footer a{
    text-decoration: none;
}

.copyright{
    float: left;
}

footer ul{
    float:left;
    display: block;
    padding-left: 20px;
}

footer ul li{
    float:left;
    display: inline;
    padding-left: 20px;
}

footer ul li a{
    color: #fff;
}

footer ul li a:hover{
    text-decoration: underline;
}

footer ul li:before {
    padding-right:5px; /* Add a little space between text and arrow */
    content: '>'; /* Unicode hex for &raquo; */
}

/*********** registration page *******************************/
article.registration{
    min-height: 500px;
    padding: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.forget-pwd .one-col-3{
    width: 40%;
}

.forget-pwd .tmp-fix{
    padding-left:55px;
}

input#recaptcha_response_field{
    line-height: 1;
}

#recaptcha_widget_div{
    margin: 67px 0px 0px -10px;
}

article.registration select {
    float: right;
    /* height: 24px; */
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

article.registration input[type=submit]{
    margin: 30px auto 0;
    /* text-align: center; */
    display: block;
    float: right;
}

article.registration .msg-error, article.login .msg-error {
    width: 100%;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    float: left;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #da4f49;
    color: #da4f49;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.428571429;
}

article.registration .msg-success{
    width: 100%;
    text-align: center;
    padding: 5px;
    float: left;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #2FA6FF;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.428571429;
    color: #2FA6FF;
}

.error {
    color: #cd0a0a;
}

#password {
    padding: 10px;
    border: 1px solid #000;
    margin: 0 0 10px;
}

div.pass-container {
    height: 30px;
}

div.pass-bar {
    height: 11px;
    margin-top: 2px;
}

div.pass-hint {
    font-size: 11px;
}

#pwd_general_info{ 
    padding-top:20px;
    display: block;
}

.test-archive td strong{
    font-size:   18px;
    line-height: 32px;
}

.main-content i{
    font-style: italic;
}

.main-content .note{
    clear: both;
    font-size: 13px;
    line-height: 1.364;
    text-align: left;
    margin-bottom: 20px;
}

.main-content .note strong{
    font-weight: bold;
}

.green-title{
    color: #0D4F8B;
}

.small-column-col3{
    width:25% !important;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    background: rebeccapurple;
    color: #fff;
}

.registration-agree{
    clear: both;
    margin-top: 30px;
    font-size: 11px;
    line-height: 1.364;
}

article a, article a:visited {
    color: #06c;
}

article a, article a:visited {
    color: #06c;
}

.registration-agree input{
    clear: both;
    display: block;
    float: left;
    margin: 5px 10px 15px;
}

.registration-agree label{
    clear: right;
    display: block;
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.registration-agree .row{
    clear: both;
} 

.registration-agree input[type=submit]{
    padding: 5px !important;
    width: 100px !important;
}