﻿body
{
    font-family: OpenSans-Regular;
    font-size: 62.5%;
    line-height: 1.8em;
    color: #606060;
}
body, html { height:100%;}
input[type="text"], input[type="password"], select, textarea
{
    background-color: #fff;
    border:solid 1px #ccc;
    line-height:30px;
    vertical-align:middle;
    padding-left:8px;
    border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	height:36px;
	top:0;
    font-size:14px;
	outline:none;
}

input[type="text"]:focus, input[type="password"]:focus {
	border-color:#85c4f8;
	box-shadow: 0 0 10px #d1e8fc;
	-webkit-box-shadow:0 0 10px #d1e8fc;
	-moz-box-shadow:0 0 10px #d1e8fc;
}

.loginRegister input[type="text"], .loginRegister input[type="password"]
{
    
}
/*input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill {
    z-index:20;
    position:relative;
}*/
select
{
    /*height: 25px;*/
    padding-left: 5px;
    padding-right: 0;
    padding-top:5px\0;
    padding-bottom:5px\0;
}

textarea
{
    height: auto;
    padding: 8px 7px;
}

/* MAIN LAYOUT ------------- */
.option
{
    border: 1px solid #efefef;
    padding: 0 10px 10px 10px;
    margin: 20px 0 20px 30px;
}

.btn
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #b3b3b3;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration:none;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
}
.btn:hover
{
    background:#fe8e14;
    color: #fff;
    text-shadow: 0 1px 1px rgba(63,63,63,0.75);
    text-decoration:none;
}
.box-header-black .btn:hover
{
    background-color: #f5f5f5;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.btn_orange:active
{
    border:1px solid #fe8e14;
}
.btn_orange, a.btn_orange
{
    background-image: linear-gradient(to bottom,#fe8e14,#ff6600);
    background:#fe8e14\9;
    color: #fff;
    text-shadow: 0 1px 1px rgba(63,63,63,0.75);
    font-family:Verdana, Arial;
    border-left: 1px solid #fe8e14;
    border-right: 1px solid #fe8e14;
    border-top: 1px solid #fe8e14;
    border-bottom: 1px solid #ff6600;
}

.box-header-black .btn:active
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #b3b3b3;
}
.input_wide
{
    width: 380px;
}
a.btnSignUp
{
    background: #3a3a3a;
    color: #ffffff;
    text-decoration:none;
}
a.btnSignUp:hover
{
    background-image: linear-gradient(to bottom,#fe8e14,#ff6600);
    color: #ffffff;
}
a.btnSignIn
{
    text-decoration:none;
}
a.btnSignIn:hover
{
    background-image: linear-gradient(to bottom,#fe8e14,#ff6600);
    color: #ffffff;
}
#MyAccount
{
	margin: 0 auto;
	margin-top:23px;
	padding-bottom:40px;
    font-size:30px;
	line-height:45px;
	color:#444; 
    text-align: center;
}
.formWrapper { 
   width:290px; 
}
.formWrapper:after {
	display:block;
	content:'';
	clear:both;
}
.form-container
{
    width: 500px;
    margin: 0 auto;
}
.form_broad
{
    width: 960px;
}
.form_wide
{
    width: 650px;
}
.form_narrow
{
    width: 500px;
}

.form
{
    float: left;
    width: 100%;
}
.form.shadow { border: solid 1px #ccc; border-top: solid 5px #fe8e14; box-shadow: 0 0 0 #ddd, /*left*/  0 0 0 #ddd, /*top*/  0 10px 15px #ccc, /*bottom*/  0 0 0 #ddd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.form-heading
{
    font-size: 18px;
    font-family: helvetica,arial,sans-serif;
    background: #fe8e14;
    margin: -1px;
    text-align: center;
    font-weight: normal;
    color: white;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    _width: 100%;
}
.form-heading_plain
{
    width:100%;
    padding:50px 0 30px 0;
    background: #ffffff;    
}
.form-heading_plain h2 { margin-top:0; font-size:24px; color:#444; line-height:36px; text-align:center;}
.border-bottom{ border-bottom:1px solid #d9d9d9;}
.form-heading-grey
{
    background: #fcfcfc;
    border-bottom: 1px solid #e8e8e6;
    color:#3a3a3a;
}
.form-heading-orange-split
{
    background: none;
    border-bottom: 4px solid #fe8e14;
    color:#3a3a3a;
}
.form-heading h1
{
    line-height: 40px;
    vertical-align: middle;
}
.form_wide .form-body
{
    padding: 20px;
    padding-bottom: 30px;
    /*width: 610px;*/
    /*float: left;*/
}
.form .form-body
{
    font-size: 14px;
	line-height:24px;
    color: #454545;
    /*font-family: arial, helvetica, sans-serif;*/
}
.loginRegister .form-body{

}
.form .form-body .f14 { font-size:14px; font-weight:normal;}
.form_narrow .form-body_narrow
{
    width: 270px;
    margin: 0 auto;
    padding: 50px 0;
    min-height: 100px;
}
.form-body .field-label
{
    font-weight: bold;
    font-size: 14px;
    color: #505050;
    font-family: arial, helvetica, sans-serif;
}
.required
{
    color: red;
}
.validator-error
{
    background-color: #e1e1e1;
    /*filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;*/
    padding: 0 10px;
    color: #606060;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 37px;
    top: 0;
}
.validator-error i
{
    position: absolute;
    right: 10px;
    top: -27px;
    color: #ff0000;
    font-size: 14px;
}
.validator-error:before
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d8";
    position: absolute;
    top: 9px;
	left: -8px;
    color: #e1e1e1;
    font-size: 18px;
    -moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.validator-valid
{
    position: absolute;
    color: #64c200;
    font-size: 12px;
    right: 15px;
    top: 8px;
    z-index: 20;
    display: none;
}
.validator-personalEmail {
    color:#FF9F1F;
    display:none;
    line-height: 20px;
    vertical-align:middle;
    background: url(../Images/icn-warning-triangle.png) 0 2px no-repeat;
    padding-left:25px;
}
.validator-personalEmail img {
    
}
.form-body .btn37-orangeBg { width:265px;}
/* Date Picker */
.dpHolder
{
    position: relative;
    float: left;
    z-index: 0;
}
.dpHolder input
{
    background-color: transparent;
    width: 115px;
}
.dpHolder .add-on
{
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: -2;
}

/*Password strenght*/
#PwdDescription
{
    margin-left: 15px;
    color: #ccc;
}
#PwdStrength
{
    height: 8px;
    display: block;
    float: left;
    margin-top: 5px;
}
.strength0
{
    width: 30px;
    background: #F4F4F4;
}
.strength1
{
    width: 50px;
    background: #e63305;
}
.strength2
{
    width: 100px;
    background: #e9bf0d;
}
.strength3
{
    width: 120px;
    background: #56e500;
}
.strength4
{
    background: #4dcd00;
    width: 150px;
}
.strength5
{
    background: #399800;
    width: 220px;
}

/* water mark */
.holding
{
    position: relative;
	padding-bottom:10px;
}
.holding.last
{
    margin-right: 0;
}
.holder
{
    position: absolute;
    z-index: 0;
    font-size: 12px;
    line-height: 36px;
    color: #ccc;
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.holding .email-placeholder {
	position:absolute;
	top:30px;
	left:10px;
	color:#bbb;
	font-size:14px;
	line-height:36px;
}

.holding .lbl, .login-box .lbl { 
    font-size:14px; 
	line-height:30px; 
	color:#444;
}

.holding-field-row input[type="text"], .holding-field-row input[type="password"], .holding-field-row select {
    display: block;
    padding: 0 20px 0 8px;
    height: 36px;
    top: 0;
    font-size: 14px;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    width: 290px;
}
.holding-field-row input[type="text"]:focus, .holding-field-row input[type="password"]:focus {
	border-color:#85c4f8;
	box-shadow: 0 0 10px #d1e8fc;
	-webkit-box-shadow:0 0 10px #d1e8fc;
	-moz-box-shadow:0 0 10px #d1e8fc;
}
input[type="text"]:disabled {
  background-color: rgb(235, 235, 228);
  color: rgb(84, 84, 84);
}
.holding-field-row .holding-icn
{
    color:#ccc;
    position:absolute;
    top:0px;
    left:0;
    padding-left:5px;
    line-height:32px;
    vertical-align:middle;
    font-size:14px;
}
.holding-field-row .holder
{
    font-weight:normal;
    position:absolute;
    top:0;
    left:11px;
    /*font-size: 12px;*/
}

.holding.required {
    position:relative;
}

.holding.required:after {
    content:'*';
    position:absolute;
    top: 10px;
    right: 7px;
    font-size: 16px;
    color: #fe8e14;
}
.holding input.noborder
{
    border: none;
    box-shadow: none;
}

.holding-FirstName
{
    width:165px;
    float:left;
    min-height:32px;
}
.holding-LastName
{
    float:left;
    width:165px;
    margin-left:25px;
    min-height:32px;
}
.vertical-split_180h{height:180px; width:1px; border-left:1px solid #d9d9d9; float:left;}
.level-split-265w { width:265px; height:1px; background:#eee;}
/*.holding-field-row .validator-error
{
    margin-top: 38px;
    color:#ff0000;
    left:0; 
    top:0;
    background:#fff;
    clear:both;
    float:left;
    font-size:12px;
    line-height:20px;
    padding:0;
    position:inherit;
}
.holding-field-row .validator-error i 
{
    display:none;
}
.holding-field-row .validator-error:before
{
    display:none;
}*/
.holding-field-row .validator-error
{
    position: absolute;
	top:30px;
    left: 300px;
    width: auto;
    white-space: pre;
}
.holding-field-row #PwdStrength
{
    margin-top:10px;
    display:none;
}
.holding-field-row #PwdDescription
{
    line-height:30px;
    display:none;
}
.ViewCharacter {
    position: absolute;
    right:20px;
    top:8px;    
    font-size:18px;
    right:0px\9;
}
.holding-field-row  .holding input.revealPassword
{
    color:#000000;
    top: 0;
    /*margin-left: 1px;*/
    height:30px;
    display:none;
    position:absolute;
    left:0;
    padding-right: 16%;
    width: 82%;
}
.holding-field-row input {    
    /*padding: 0 2%;*/
}
.revealPassword::-ms-clear {
    display:none;
}
::-ms-reveal{display:none;}
.holding-field-row .validator-valid
{
    margin-top: 8px;
    left: 0;
    top:0;
    position: inherit;
}
.holding-field-row .errInput
{
    border:1px solid #ff0000;
}
.holding-field-row
{
	position:relative;
    clear:both;
    width: 100%;
}
.holding-field-row input::-ms-clear {
    display:none;
}
.requiredMark {
	position:absolute;
	top:39px;
	right:7px;
    font-size: 16px;
    color:#fe8e14;
}
.loginRegister {
}
.loginRegister .form-heading_plain {
    background:none;
}
.loginRegister .form-heading_plain h2 {
    margin-top: 5px;
}
.loginRegister .form-heading_plain {
    padding: 30px 0 20px 0; 
}