@import url(reset.css);
@import url(input.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0em;
    word-spacing: 0em;
    line-height: 1.7;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
}

.wrapper{
    margin: 0 auto;
    width:100%;
}

.blackoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-transform: translateZ(0);
    z-index: 5;
}

.textoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=10);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-transform: translateZ(0);
    z-index: 1;
}

.loaderoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    -webkit-transform: translateZ(0);
    z-index: 998;
}

.pageloaderimg {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 999;
}

input.btn-s {
    font-size: 11px;
}

.sep {
    float: left;
    width: 100%;
    height: 10px;
}

.no-border{
    border:0;
}

.full-content {
    float: left;
    width: 100%;
}

.close-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/close.png);
}

.ulform {
    float: left;
    width: 100%;
    list-style: none;
}

.ulform li {
    float: left;
    width: 100%;
}
.ulform li label{
    float: left;
}

.divformfield {
    float: left;
}

.mandatory {
    color: red;
}

#submitframe {
    display: none;
}

.err-msg {
    display: none;
    float: left;
    width: 100%;
    font-size: 10px;
    padding-bottom: 7px;
    color: #cd0a0a;
}

#pagemsg {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left:-250px;
    display: none;
    float: left;
    width: 500px;
    padding: 20px 10px 20px 60px;
    font-size: 18px;
    z-index: 11;
    background-color: #F5F5F5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
}

.passmsg {
    color: #02974d;
    background: url(../images/correct.png) 10px center no-repeat;
    background-size: 40px;
}

.failmsg {
    color: #c43c4c;
    background: url(../images/wrong.png) 10px center no-repeat;
    background-size: 40px;
}

.warningmsg {
    color: #C75C5C;
    background: url(../images/warning.png) 10px center no-repeat;
    background-size: 40px;
}

/*
.passmsg {
    background-color: #E6F9E5;
    color: green;
    border-bottom: solid 1px #09BA03;
}

.failmsg {
    background-color: #F7E3E8;
    color: red;
    border-bottom: solid 1px #BA0319;
}*/

/*text css*/
.gray-text {
    color: #777;
}

.blue-text {
    color: #00C0F2;
}

.red-text {
    color: #cd0a0a;
}

.green-text {
    color: #44cc0a;
}

.orange-text {
    color: #cc980a;
}

.black-text {
    color: #333;
}

.white-text {
    color: #FFF;
}

.small-text {
    font-size: 10px;
}

.medium-text {
    font-size: 11px;
}

.normal-text {
    font-size: 12px;
}

.large-text {
    font-size: 14px;
}

.xlarge-text {
    font-size: 16px;
}

.div-form{
    display:none;
    float:left;
    width:100%;
    padding:10px;
    background-color:#F2F2F2;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.navbar-default .navbar-nav>li>a.header-lnk{
    position: relative;
    color: #101010;
}

.navbar-default .navbar-nav>li>a.header-lnk-active:after{
    content: '';
    position: absolute;
    width: 35px;
    left:50%;
    bottom: 10px;
    margin-left: -17px;
    height: 2px;
    background-color: #BD3831;
}

.page-header {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    border:none;
}

.page-header:after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    height: 5px;
    width: 100px;
    margin-left: -50px;
    background-color: #BD3831;
}

.page-container{
    min-height: 500px;
}

.header-home-lnk{
    color: #666;
    margin-top: 10px;
    margin-left: 15px;
}

.footer,.bottom-footer{
    float: left;
    width: 100%;
    padding: 15px 0;
    background-color: #F2F2F2;
}

.bottom-footer{
    padding: 5px 0 10px 0;
    font-size: 11px;
    color: #666;
}

.ulfooter li{
    padding: 0 10px;
}

.footer-lnk,.footer-lnk:hover,.footer-lnk:active,.footer-lnk:visited,.footer-lnk:focus{
    font-size: 13px;
    color: #666;
}

.footer-lnk:hover{
    color: #333;
    text-decoration: underline;
}