/*
font-family: 'Poppins', sans-serif;
*/
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	padding: 0 !important;
	margin: 0 !important;
}
/*#home-page-bg {
	background: #66c5fb !important;
}*/
/* ------------------------------------------------------------------------------------------------------------ */
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.m20 {
	margin: 20px;
}
.mr10 {
	margin-right: 10px;
}
.bm10 {
	margin-bottom: 10px !important;
}
.bm20 {
	margin-bottom: 20px !important;/* margin-bottom: 0px !important;*/
}
.bm30 {
	margin-bottom: 30px !important;
}
.bm50 {
	margin-bottom: 50px !important;
}
.ps-relative {
	position: relative;
}
.ml0 {
	margin-left: 0 !important;
}
.tm5 {
	margin-top: 5px;
}
.tm10 {
	margin-top: 10px;
}
.tm15 {
	margin-top: 5px;
}
.tm30 {
	margin-top: 30px;
}
.pl30 {
	padding-left: 30px;
}
.font13 {
	font-size: 13px;
}
/* ------------------------------------------------------------------------------------------------------------ */
.login-form-wrap {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    background: #121c64;
    border-radius: 15px;
}
.home-login-wrap {
	margin-top: 20px;
}
/*.hl-wrap {
	height: 350px;
}*/
.forgot-password {
	text-align: right;
}
.lf-submit {
    background: #4a773c;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    float: none;
    text-align: center;
    margin: auto;
    display: block;
    width: 200px;
    border-radius: 15px;
}
.lf-submit:hover {
	color: #fff;
	text-decoration: none;
	background: #070765;
}
.lf-fgsubmit.back {
    background: #070765;
}
.lf-fgsubmit.back:hover {
    background: #4a773c;
}
.sign-up-now {
	margin-left: 5px;
	font-weight: 600;
}
/*.via-logo {
	position: absolute;
	bottom: 0;
	right: 0;
}*/
/* ---------------------- Via User Page -----------------------------------*/
.top-header-bg {
	padding: 20px 0;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea', GradientType=0 );
	-webkit-box-shadow: 0 0 16px rgba(88, 88, 88, 0.74);
	-moz-box-shadow: 0 0 16px rgba(88, 88, 88, 0.74);
	box-shadow: 0 0 16px rgba(88, 88, 88, 0.74);
}
.banner-row {
	background: #206e99 url(../images/center-row-bg.jpg) no-repeat center 0;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 16px rgba(192, 191, 191, .75);
	-moz-box-shadow: 0 0 16px rgba(192, 191, 191, .75);
	box-shadow: 0 0 16px rgba(192, 191, 191, .75);
}
.banner-h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	line-height: normal;
	color: #fff;
	margin-top: 30px;
}
.banner-p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
}
.uif {
	font-family: 'Poppins', sans-serif;
	color: #808181 !important;
	font-size: 13px;
}
.uif .control-label {
	text-align: left !important;
	color: #808181;
}
.uif select, .uif textarea {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	background-color: #f9f6f6 !important;
	-webkit-box-shadow: inset 1px 1px 1px rgba(123, 123, 123, .75) !important;
	-moz-box-shadow: inset 1px 1px 1px rgba(123, 123, 123, .75) !important;
	box-shadow: inset 1px 1px 1px rgba(123, 123, 123, .75) !important;
	border: solid 1px #d8d8d8 !important;
}
.uif textarea {
	max-height: 400px;
	max-width: 600px;
}
.form-button {
	color: #666;
	padding: 4px 15px 6px;
	margin-top: 2px;
	margin-left: 10px;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .75);
	box-shadow: 0 0 2px rgba(0, 0, 0, .75);
	background-image: -webkit-linear-gradient(bottom, #f5f5f5, #d5d5d5 42%, #fff);
	background-image: -moz-linear-gradient(bottom, #f5f5f5, #d5d5d5 42%, #fff);
	background-image: -o-linear-gradient(bottom, #f5f5f5, #d5d5d5 42%, #fff);
	background-image: -ms-linear-gradient(bottom, #f5f5f5, #d5d5d5 42%, #fff);
	background-image: linear-gradient(to top, #f5f5f5, #d5d5d5 42%, #fff);
	border: 1px solid #e5e5e5;
}
.form-button:hover {
	background: #e9e9e9;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #e5e5e5;
}
.footer-bg {
	background: #f5f5f5;
	padding: 20px 20px;
	-webkit-box-shadow: 0 0 16px rgba(192, 191, 191, .75);
	-moz-box-shadow: 0 0 16px rgba(192, 191, 191, .75);
	box-shadow: 0 0 16px rgba(192, 191, 191, .75);
}
.copyright-p {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #999;
}
.banner-content {
	background: #598536;
}
.lb-h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #fff;
	margin-top: 0;
}
.lb-p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #fff;
	margin-top: 0;
}
.lb-submit {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #1ecbf8;
	padding: 5px 15px;
	float: left;
}
.lb-submit:hover {
	color: #fff;
	text-decoration: none;
	background: #111;
}
.profile-menu {
	float: right;
	width: auto;
}
.profile-menu li {
	float: left;
}
.profile-menu li a {
	font-family: 'Poppins', sans-serif;
	color: #666;
	font-size: 12px;
	padding: 4px 10px;
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 -ms-transition: all .4s ease;
 -o-transition: all .4s ease;
 transition: all .4s ease;
}
.slider-line {
	background: url(../images/slider-bg.jpg) repeat-x center 45px;
	width: 500px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	min-height: 70px;
}
.slider-step {
	float: left;
	width: auto;
	text-align: center;
	min-width: 110px;
	position: absolute;
}
.slider-step a {
	color: #666;
}
.slider-step a.active, .slider-step a:hover {
	color: #6cceff;
	text-decoration: none;
}
.step-button {
	color: #666;
	padding: 5px 15px;
	margin-top: 10px;
	margin-left: 20px;
	font-style: normal;
	float: left;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .75);
	box-shadow: 0 0 2px rgba(0, 0, 0, .75);
	background-image: -webkit-linear-gradient(bottom, #f5f5f5, #d5d5d5 42%, #fff);
	background-image: -moz-linear-gradient(bottom, #f5f5f5, #d5d5d5 42%, #fff);
	background-image: -o-linear-gradient(bottom, #f5f5f5, #d5d5d5 42%, #fff);
	background-image: -ms-linear-gradient(bottom, #f5f5f5, #d5d5d5 42%, #fff);
	background-image: linear-gradient(to top, #f5f5f5, #d5d5d5 42%, #fff);
	border: 1px solid #e5e5e5;
}
.step1 {
	left: -25px;
}
.step2 {
	left: 120px;
}
.step3 {
	right: 100px;
}
.step4 {
	right: -55px;
}
.product-search {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: normal;
	color: #808181;
	margin: 0 0 20px;
}
.ps-h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	margin: 0 0 10px;
	color: #808181;
}
.ps-p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #808181;
}
.media images {
	-webkit-box-shadow: 0 0 16px rgba(88, 88, 88, 0.74);
	-moz-box-shadow: 0 0 16px rgba(88, 88, 88, 0.74);
	box-shadow: 0 0 16px rgba(88, 88, 88, 0.74);
	border: 1px solid #ccc;
	margin-right: 20px;
}
.dash-menu {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 100px;
	min-height: 98px;
}
.dash-menu h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-top: 0;
}
.dash-menu h4 a {
	color: #9e9d9d;
}
.dash-menu h4 a:hover {
	text-decoration: none;
	color: #09F;
}
.di-add-company {
	background-image: url(../images/add-company.png);
	background-position: 35px 15px;
}
.dv-order {
	background-image: url(../images/dv-order.png);
	background-position: 35px 15px;
}
.di-add-product {
	background-image: url(../images/add-product.png);
	background-position: 35px 15px;
}
.dash-menu p {
	font-family: 'Poppins', sans-serif;
	color: #9e9d9d;
	font-size: 11px;
	line-height: normal;
}
.di-product {
	background-image: url(../images/my-products.png);
	background-position: 35px 15px;
}
.di-alerts {
	background-image: url(../images/alerts.png);
	background-position: 35px 15px;
}
.credit-note {
	background-image: url(../images/credit-note.png);
	background-position: 35px 15px;
}
.debit-note {
	background-image: url(../images/debit-note.png);
	background-position: 35px 15px;
}
.di-profile {
	background-image: url(../images/my-profile.png);
	background-position: 35px 15px;
}
.di-contact {
	background-image: url(../images/contact-us.png);
}
.di-logout {
	background-image: url(../images/sign-out.png);
	background-position: 35px 15px;
}
.di-vendor {
	background-image: url(../images/search-vendor.png);
	background-position: 35px 15px;
}
.di-projects {
	background-image: url(../images/my-projects.png);
	background-position: 35px 15px;
}
.user-name {
	font-family: 'Poppins', sans-serif;
	margin: 0 0 5px 0;
	color: #b9b9b9;
	font-size: 14px;
	font-weight: normal;
}
.text-right {
	text-align: right !important;
}
.sign-out-button {
	float: right;
	background: url(../images/power-icon.png) no-repeat 0 2px;
	padding-left: 25px;
}
.placeholder-box {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #eee;
	border: 1px solid #d5d5d5;
}
.w100 {
	width: 100% !important;
}
.mr20 {
	margin-right: 20px !important;
}
.doc-list li {
	background: url(../images/recent-document.png) no-repeat 0 0;
	padding-left: 30px;
	min-height: 20px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.doc-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	min-height: 25px;
	margin-bottom: 0;
}
.doc-list li a {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #333;
}
.doc-list li:hover a {
	color: #598536;
	text-decoration: none;
}
.user-controls {
	margin-bottom: 15px;
}
.user-controls li {
	float: left;
}
.user-controls li a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #666;
	margin-left: 10px;
	border-right: 1px solid #666;
	line-height: normals;
	padding-right: 7px;
	float: left;
}
.user-controls li:last-child a {
	border-right: 0;
	padding-right: 0;
}
.user-controls li:hover a {
	text-decoration: none;
	color: #09F;
}
.search-label {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #999;
	margin-top: 5px;
	margin-left: 80px;
}
.di-table {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}
.di-table thead {
	background: #598536;
	color: #fff;
}
.di-table thead th, .di-table tr td {
	text-align: center;
}
.edit-form.form-horizontal.qe-form .control-group{
	border-bottom:none;
}
.edit-form.qe-form input[type="text"] {
    width: 250px !important;
}
.edit-form.qe-form textarea {
    width: 400px;
    border: 1px solid #535050 !important;
}
.qe-form label {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;        padding-top: 5px;
}
.qe-form .control-label {
	text-align: left !important;
}
.qe-form .control-group {
	margin-bottom: 10px !important;
}
.qe-form input[type="text"], .qe-form input[type="file"], .qe-form input[type="password"].qe-form input[type="text"], .qe-form input[type="file"], .qe-form input[type="password"], .qe-form input[type="time"], .qe-form input[type="number"]{
	padding: 4px 5px !important;
    border-radius: 5px;
    padding: 7px;
    /* width: 250px; */
    height: 25px;
    border: 1px solid #535050 !important;
}
.qe-form textarea {
    resize: none;
    border-radius: 5px;
    border: unset;
    /* height: 60px; */
    min-height: 1em;
    height: 65px;
}
table#AddFileInputBox textarea {
    height: 80px !important;
}
.Skh4{ width:495px;}
.qe-h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0 0 20px;
	background: #598536;
	padding: 6px 10px;
	line-height: normal;
	min-width:325px;
}
.qe-h4 input {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	width:175px;
	line-height: normal;
	margin:10px 0px 10px 0px;
}
.qe-form .control-group {
/*float: left;*/
}
.qe-form .controls {
	float: left;
	margin-left: 0 !important;
}
.qe-form select {
    border: 1px solid #535050 !important;
    border-radius: 5px;
    width: 262px !important;
}
.quotation-subject {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.remarks-p {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 20px;
	resize: none;  
}
.Foremark{min-height: 236px;}
.remarks-p br {
/*line-height: 30px;*/
}
.quick-menu {
	left: auto !important;
	right: 0;
}
.quick-menu:before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.quick-menu:after {
	position: absolute;
	top: -6px;
	right: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.qtn-status {
	clear: both;
}
.form-2nd-row .control-group {
	float: right;
}
.doc-search-form .control-label {
	text-align: left !important;
	float: none !important;
	display: block;
	width: 100% !important;
}
.doc-search-form .controls {
	margin-left: 0 !important;
	float: left;
}
.user-controls li.active a {
	color: #598536;
	font-weight: bold;
}
.di-table select {
	width: auto !important;
	max-width: 100px;
}
.form-custom .control-label {
	text-align: left !important;
}
.w80 {
	width:80%;
}
.ml10 {
	margin-left:10px;
}
.dropsave {
background: transparent;
border: 0;
width: 100%;
}

 .dropsave:hover, .dropsave:focus, .dropsave:active, .dropsave.active, .dropsave.disabled, .dropsave[disabled] {
color: #fff !important;
background-color: #598536;
}
.dropsave:hover, .dropsave:focus {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}

 textarea.remarks-p[readonly] {
	background: transparent;
    border: 0;
    box-shadow: none;
    cursor: auto;
    height: 245px !important;
    overflow-y: scroll !important;
	width:100%;
 }

textarea.remarks-p[readonly]::-webkit-scrollbar, textarea.remarks-p.Foremark::-webkit-scrollbar{
    height: 16px;
    overflow: visible;
    width: 8px
}

 textarea.input-xlarge[readonly] {
       background: transparent;
       border: 0;
       box-shadow: none;
       resize:none;
       cursor: auto;
	   font-family: 'Poppins', sans-serif;
 }

  textarea.input-xxlarge[readonly] {
       background: transparent;
       border: 0;
       box-shadow: none;
       resize:none;
       cursor: auto;
	   height:auto !important;
 }

input.input-date[readonly] {
       background: transparent;
       box-shadow: none;
       cursor: auto;
 }

.metable{ min-width:983px;}
.front-row{ width:376px; padding-top:10px;}
.comClass{text-align:left !important;}


.managSk{width:440px;}

#mark{ color:#F50C0C;}

.SKsearch{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #999;
	width:auto;
	float:left;
	}
.SKsearch2{
	color:#598536;
	margin-top:5px;
	float:left;
	}
.Nbach a{ padding:8px 10px 8px 10px !important;}

.form-horizontal.qe-form .control-group {
    border-bottom: 1px solid #dddddd;
}
input#appendedInputButtons::placeholder {
    font-size: 11px;
}
