/* body {
	font-family:Verdana, Geneva, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
	background:#fafafa;
} */
body{
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.formcontrol{
	padding: 12px 10px 12px 10px;
	height:32px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: 98%;
    border:none;
    font-size: 14px;
}


.top-content{
	background:url(../img/backgrounds/1.jpg)no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed;
  top:0;
  left:0;
  min-width:100%;
  min-height:100%;
	}
strong { font-weight: bold; }
a{
	color:#5ea9dd;	
	}
a:hover, a:focus {
	color: #5ea9dd;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 20px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 16px;
    line-height: 16px;
}

img { max-width: 100%; }

::-moz-selection { background: #de995e; color: #fff; text-shadow: none; }
::selection { background: #de995e; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de995e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/
.userIcon{
	float:left;
	margin:0 9px;
	}
.userlogout{
	float:left;
	margin:0 0 0 9px;
	}
.userName{
	float:right;
	margin-top:-33px;
	}
.userDisp{
	/*background:url(../img/user-icon.jpg)no-repeat;
	background-position:100% 0%;*/
	height:6px;
	margin-left:17px;
	font-size:11px;
	font-weight:bold;
	color:#5daae0;
    text-align: left;
	}
	
.header-top, .header-main{
	margin:0 ;
	border-bottom:4px solid #FFFFFF;
	background:#fff;
	padding:10px 0;
	}
.header-main{
	border:none;
	min-height:80px;
	vertical-align:middle;
	}
.inner-bg {
    padding: 12px 0 50px 0;
}
.inner-bg-reg {
    padding: 45px 0 0 0;
}
.col-bg{
	background:#fff;
	padding:0;
	margin:0;	
	}
.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 10px;
	/*margin-left: 27.5%;
	width:45%;*/
}

.form-top {
	overflow: hidden;
	padding: 0 40px 11px;
	background: #5ea9dd;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 100%;
	padding-top: 15px;
}
.form-top-left p{
	color:#fefefe;
	margin:0;
	}
.form-top-left h3 { margin-top: 0; margin-bottom:0; color: #fff; }


.form-top-center {
	float: center;
	width: 60%;
	padding-top: 15px;
}
.form-top-center p{
	color:#fefefe;
	margin:0;
	}
.form-top-center h3 { margin-top: 0; margin-bottom:0; color: #fff; }


.form-top-right {
	float: right;
	/* //width: 25%; */
	padding-top: 12px;
	font-size: 20px;
	color: #c1e6ff;
	line-height: 20px;
	text-align: right;
}

.register-text{
	text-align:left;
	margin-top:15%;
	margin-left:10%;
	padding-right:10%;
}
.register-text li{
 list-style-position: outside;
    margin-left: 1em;
   /*  text-indent: -0.9em; */
     line-height: 1.8;
     
}
.form-bottom {
	padding: 20px 25px;
	background: #fff;
	-moz-border-radius: 0 0 0px 0px; -webkit-border-radius: 0 0 0px 0px; border-radius: 0 0 0px 0px;
	text-align: left;
	border-bottom:7px solid #ccc;
}

.form-bottom form textarea {
	height: 100px;
}

.registerAs {
	height: 270px;
	/* border : 1px solid #e0e0e0 ; */
	background:#ebf0f6;
	margin-top:-10%;
}
@media (min-width: 640px) {
	.form-bottom form button.btn {
		width: 35%;
	}
}
.form-bottom form .input-error {
	border-color: #de995e;
}
.powered{
	float:right;
 	margin-top:20px;
 	padding-left:60px;
	}
.forget{
	font-size:12px;
	}
.remember{
	margin-top: -19px;
    display: block;
    margin-left: 16px;
	}
.social-login {
	/*margin-top: 35px;*/
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}
/*------------MENU-------------*/
#topmenu ul li {
	min-width:124px;
	height:29px;
	/* text-transform:uppercase; */
	font-size:11px;
	font-weight:bold;
	}
.navbar {
	margin-bottom:0px;
    border-radius:0;
	min-height:28px;
	text-align:center;
}
.navbar-default {
    background-color: #5daae0;
    border:none;
}
.navbar-nav{
	background:#fff;
	}
.navbar-nav>li{
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border:1px solid #5daae0;
	background:#5daae0;
	border-bottom:none;
	}
.navbar-nav>li:first-child{
	/*border-top-left-radius:0;*/
	}
.navbar-nav>li:last-child{
	border-top-right-radius:0;
	}
.navbar-nav>li>a {
	padding:0 10px;
	line-height:28px;
	}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background:#fff;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	}
	
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background:#fff;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	color:#747474;	
	}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background:#fff!important;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background:#fff!important;
	color:#747474;
	}
	
.uldev>li{
	background:#fff;
	border:none;
	}
.uldev>li>a{
	color:#747474!important;
	font-size: 12px!important;
	padding: 0 14px;
	}

.uldev li.active a{
	border-bottom:4px solid #ccc!important;
	color:#5daae0!important;
	font-weight:bold;
	}

.uldevsubmenu{
	 background-color: #fff;
}

.navbar-default .navbar-nav>li>a{
	color:#fff;
	font-weight:bold;
	font-size:13px;
	}
#submenu {
    background-color: #fff;
    margin-bottom:20px;
	/*border-bottom:3px solid #efefef;*/
}
.uldev{
	/*border-bottom: 4px solid #efefef;*/
	background:url(../img/line-back.jpg)repeat-x bottom;
    width: 100%;
	height:32px;
	}
.collapsing {
	display:none;
}
.home{
	min-height:510px;
	}
/*-------Hubspot Styling------*/
.hs-form-field label{
	float:left!important;
	width:110px!important;
	}
.hs-form.stacked .field div.input{
	float:left!important;
	}
.hs_submit{
	margin-right:90px!important;
	}
.hbspt-form{
	margin-left:140px!important;
	}
.input textarea{
	width:120%!important;
	}
.modal-dialog{
	 margin-top:150px;
	}
.modal-header{
	color:#fff;
	background:#5ea9dd;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding:10px 15px;
	}
.modal-body{
	background:#f4f6f9;
	}
.modal-body p{
	text-align:left;
	}
.supplier, .buyer{
	margin:0;
	background:#ebf0f6;
	text-align:center;
	color:#666;
	font-weight:bold;
	font-size:12px;
	height: 24px;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    border-bottom: none;
	}
	
.supplierN{
	margin:0;
	color : #ffffff;
	text-align:center;
	/* font-weight:bold; */
	font-size:18px;
	height: 24px;
    line-height: 24px;
   	border-bottom: none;
    width : 80%;
   	margin-left : 9%;
   	margin-top : 20%;
	}
.registration-form{
	background:#f2f5f9;
	border-right:1px solid #fff;
	padding:10px 30px 1px;
	width :344px;
	}
.registration-form .form-group{
	margin-bottom:6px;
	}
.login-form{
	border:1px solid #e0e0e0;
	border-top:none;
	border-bottom:none;
	padding:30px 35px 1px;
	min-height:150px;
	}
	
.login-formN{
	border-top:none;
	border-bottom:none;
	padding:30px 35px 1px;
	min-height:150px;
	margin-top : 12%;
	}
	
.login-form-captcha .login-form{
	border:1px solid #e0e0e0;
	border-top:none;
	border-bottom:none;
	padding:30px 35px 1px;
	min-height:170px;
}
	
.member{
	border:1px solid #e0e0e0;
	border-top:none;
	padding:5px 0;
	}
	
.member1{
	border:1px solid #e0e0e0;
	border:none;
	padding:5px 0;
	}	
	
.decorated{
     overflow: hidden;
     text-align: center;
	 padding:10px 0;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #e0e0e0;
    width: 200px; /* half of limiter*/
    margin: 0 5px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}
.quickbook{
	border:1px solid #e0e0e0;
	border-top:none;
	min-height:35px;
	}
.null-a a{
	color:#666;
	font-size:11px;
	}
.forgot-form{
	padding:0 90px;
	}
.footer{
	padding:10px 0;
	/* background:#f4f4f4; */
	
	}
.footer-login{
	padding:15px 0;
}
.reg-error {
	position: absolute;
	top: 1px;
}
/***** Media queries *****/
@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 12px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

#cover {
  position: absolute;
  top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     opacity: 0.40;
     background: #aaa;
     z-index: 10;
     display: none;
 }
 
 #coverCaptcha {
  position: absolute;
  top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     opacity: 0.40;
     background: #aaa;
     z-index: 10;
     display: none;
     width: 350px;
 }
.boxHead{
	background: #5daae0;
    padding: 1px 10px;
    color: #fff;
    margin-bottom: 10px;
	}
	
/* #form-password{ 
  background-image: url("../img/help-icon.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: contain;
} */

/* #form-password {
    margin:0;
    padding-right: 30px;
    width: 100%;
} */

.password-help {
    position:absolute;
    right:4px;
    bottom: 5px;
  
}

.password-help  + .tooltip > .tooltip-inner{
	 width: 350px;
	 text-align:left;
}

#buyerHomeAccountName {
   color: rgb(88, 151, 206) !important;
}

#buyerHomeProfileCompleteness {
   color: rgb(88, 151, 206) !important;
}

#supplierHomeAccountName {
   color: rgb(88, 151, 206) !important;
}

#supplierHomeProfileCompleteness {
   color: rgb(88, 151, 206) !important;
}

.display-field {
	color: #5DADE2 !important;
	font-size:13px;
	font-weight:bold;
}
.vcp-header{
background-color:#5fa2dd ;
text-align :center;
height :25px; 
display: flex; 
justify-content: center;
align-items: center;
font-size: 3 ;
font-color:White;
}
.vcp-card-front{
background-color :#a6a6a6;
float: left;
width: 335px;
height: 210px;
border-radius: 10px;
position: relative;
left: 16.5%;
top : 50px;
}

.payer-details-front{
	background-color :#D5DBDB;
	width: 800px;
	height: 70px;
	border-radius: 10px;
	position: relative;
}
.form-top-center {
	
	width: 25%;
	padding-top: 12px;
	font-size: 20px;
	color: #c1e6ff;
	line-height: 10px;
	text-align: center;
}
.vcp-card-back{
    background-color: #a6a6a6;
    float: right;
    width: 335px;
    height: 210px;
    text-align: left;
    position: absolute;
    right: 27%;
    border-radius: 10px;
    top:71px;
}
.vcp-card-back-header{
    text-align: center;
    color: black;
    position: relative;
    top: 10px;

}
.vcp-bottom{

padding:10px 0;
}
.vcp-button{
     left : 15px;
     position :relative;
     
    

}
.vcp-card-back-center{
  
     position: relative;
    left: 42%;
    color: black;
    top: 25px;
}
.vcp-card-back-bottom{
    line-height :80%;
    color : black;
}
.vcp-card-mid-front{
	position: relative;
top: 10px;
left: 10px;
width: 100px;
color: black;
  
}
.vcp-card-mid-back-front{
position: relative;
left: 65%;
width: 75px;
color: black;
bottom: 11%;
line-height: 9px;
}
.vcp-details-mid{
	position : relative;
	top:10px;
}
.vcp-card-details{
	position :relative;
	left:10px;
	line-height : 80%;
}
.vcpGrid.x-column-header-inner{
	text-align:center;

}
.register-btn{
	width: 100%;
	height : 20%;
	border-radius: 0px;
	background-color: #5ea9dd;
	margin-top : 5%;
}
.poweredByLogo{
	float:right;
	}
}
.vcp-otp-page-footer{
	
	background-color: #4d4d4d;
    position: absolute;
    top: 91.1%;
    width: 100%;
    right: 0%;
    height: 10%;
}
.fade {
	opacity:1;
	transition: opacity .15s linear
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.x-field.myCustomField input {
font-size:18px;
font-weight:bold;
}
.text-force-wrap {
    word-wrap: break-word;
}
.text-link {
    color: #0000FF;
    text-decoration: underline;
}
.modal-width-center {
	width : 456px;
	top:36px;
	left :15%;
}

.datePicker .x-form-trigger-wrap-default{
	padding-right:20px; 
	/* border:none; */
}

.remitTextField .x-form-text-default {
    background-color: #e6e6e6;
}

.forgotpassword-form{
	
	border-top:none;
	border-bottom:none;
	padding:30px 25px 1px;
	min-height:150px;
	}
#otacAuthenticationPopUp{
	margin-top: -250px;
}	