/*.body-capitalize{
	text-transform:capitalize;
	}
.body-capitalize form{
	text-transform:capitalize;
	}
.body-capitalize textarea, select, label, p{
	text-transform:capitalize;
	}
.body-capitalize input{
	text-transform: none;
	}*/
table{
	border-collapse:collapse;
	}
p{
	word-wrap:break-word;
	}
.ui-autocomplete{
	height:100px;
	overflow-y:scroll;
	overflow-x: hidden;
	}
.ui-autocomplete li a{
	font-size:14px;
	}
.body-capitalize{
	text-transform:none;
	}
.body-capitalize form{
	text-transform:none;
	}
.body-capitalize>input>textarea>select>label>p{
	text-transform:none;
	}
.body-capitalize input[type="text"]{
	text-transform: none;
	}
.tabing-list-check-list{
	margin:0px;
	padding:0px;
	width:102.5%;
	}
.separator{
	border-right:2px dotted #F30;
	margin-right:8px;
	line-height:32px;
	}
.search_bg{
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	}
.vendor_profile_icon{
	margin-top:2px;
	margin-right:4px;
	float:left;
	}
.center{
	text-align:center;
	width:100%;
	}
.drive_icon{
	margin-top:3px;
	margin-right:4px;
	float:left;
	background:url(../images/vendor_profile/drive.png) no-repeat;
	width:20px;
	height:20px;
	background-size:20px 20px;
	}
.billingstatement_icon{
	margin-top:3px;
	margin-right:4px;
	float:left;
	background:url(../images/vendor_profile/billing_statement.png) no-repeat;
	width:20px;
	height:20px;
	}
.sendmail_icon{
	margin-top:3px;
	margin-right:4px;
	float:left;
	background:url(../images/vendor_profile/send_email.png) no-repeat;
	width:20px;
	height:20px;
	}
.return_icon{
	margin-top:3px;
	margin-right:4px;
	float:left;
	background:url(../images/vendor_profile/return.png) no-repeat;
	width:20px;
	height:20px;
	background-size:20px 20px;
	}
.refund_icon{
	margin-top:3px;
	margin-right:4px;
	float:left;
	background:url(../images/vendor_profile/return_refund.png) no-repeat;
	width:20px;
	height:20px;
	}
.raiseticket_icon{
	margin-top:3px;
	margin-right:4px;
	float:left;
	background:url(../images/vendor_profile/raise-ticket.png) no-repeat;
	width:20px;
	height:20px;
	}
.border_btn{
	border:1px solid #999;
	padding:0px 5px;
	line-height:28px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
   }
.border_btn:hover{
	background:#2b81c4;
	color:#fff;
	cursor:pointer;
	}
.border_btn a{
	color:#666;
	}
.border_btn a:hover{
	color:#fff;
	}
.icon_name_new{
	position:relative;
	top:-5px;
	left:5px;
	}
fieldset{
	margin-bottom:10px;
	}
.active-status-icon{
	background:url(../images/active.png) no-repeat;
	background-size:12px 12px;
	background-position:left center;
	width:18px;
	height:18px;
	margin:2px 5px 0px 5px;
	padding:0px;
	position:absolute;
	}
.inactive-status-icon{
	background:url(../images/inactive.png) no-repeat;
	background-size:12px 12px;
	background-position:left center;
	width:18px;
	height:18px;
	margin:2px 5px 0px 5px;
	padding:0px;
	position:absolute;
	}
.closed-status-icon{
	background:url(../images/closed.png) no-repeat;
	background-size:12px 12px;
	background-position:left center;
	width:18px;
	height:18px;
	margin:2px 5px 0px 5px;
	padding:0px;
	position:absolute;
	}
.cross-button-icon{
	background:url(../images/closed.png) no-repeat;
	background-size:18px 18px;
	background-position:left center;
	width:18px;
	height:18px;
	margin:2px 5px 0px 5px;
	padding:0px;
	position:relative;
	clear:both;
	}
.cross-button-icon{
	cursor:pointer;
	}
.active-action-icon{
	color:#fff;
	padding:3px 7px 4px 7px;
	/*background:#8bbc23;*/
	border:1px solid #8bbc23;
	top:4px;
	position:relative;
	color:#8bbc23;
	font-weight:bold;
	}
.inactive-action-icon{
	color:#fff;
	padding:3px 7px 4px 7px;
	/*background:#d43226;*/
	border:1px solid #d43226;
	top:4px;
	position:relative;
	color:#d43226;
	font-weight:bold;
	}
.active-action-icon2{
	color:#fff;
	padding:3px 7px 4px 7px;
	/*background:#8bbc23;
	border:1px solid #8bbc23;
	top:4px;*/
	position:relative;
	color:#8bbc23;
	font-weight:bold;
	}
.inactive-action-icon2{
	color:#fff;
	padding:3px 7px 4px 7px;
	/*background:#d43226;
	border:1px solid #d43226;
	top:4px;*/
	position:relative;
	color:#d43226;
	font-weight:bold;
	}
.table_heading th{
	background:#b5b5b5 !important;
	color:#ffffff;
	}
.refund_row{
	width:50%;
	float:left;
	}
.refund_row select{
	width:200px;
	}
.refund_row input{
	width:210px;
	}
.refund_row label{
	float:left;
	line-height:32px;
	}
.refund_row .btn{
	padding:4px 12px;
	}
.refund_row .content{
	position:relative;
	top:6px;
	}
.bank-title{
	font-size:18px;
	font-weight:bold;
	}
.bank-name{
	font-size:18px;
	font-weight:bold;
	color:#2f85c7;
	}
/************************ICONS**********************/
.profile-icon{
	background:url(../images/icons/profile-icon.png) no-repeat;
	background-size:23px 23px;
	float:left;
	width:23px;
	height:23px;
	margin:2px 5px 2px 2px;
	}
.user_icon{
	background:url(../images/icons/user.png) no-repeat;
	background-size:23px 23px;
	float:left;
	width:23px;
	height:23px;
	margin:1px 5px 2px 2px;
	}
.phone_icon{
	background:url(../images/icons/phone_icon.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.address_icon{
	background:url(../images/icons/address.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.city_icon{
	background:url(../images/icons/city.jpg) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.state_icon{
	background:url(../images/icons/state.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.zip_icon{
	/*background:url(../images/icons/Postcard.png) no-repeat;*/
	background:url(../images/icons/zip.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.country_icon{
	background:url(../images/icons/country.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.fax_icon{
	background:url(../images/icons/fax.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.email_icon{
	background:url(../images/icons/email.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.website_icon{
	background:url(../images/icons/website.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.licensenumber_icon{
	background:url(../images/icons/License-icon.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.calendar_icon{
	background:url(../images/icons/calendar.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.mobile_icon{
	background:url(../images/icons/mobile.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.extension_Manager_icon{
	background:url(../images/icons/extension_Manager.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.title_icon{
	background:url(../images/icons/title.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.create_refund{
	background:url(../images/icons/create_refund.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 2px;
	}
.create_return{
	background:url(../images/icons/create_return.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:30px;
	margin:0px 5px 2px 2px;
	}
.view_icon{
	background:url(../images/icons/preview.png) no-repeat;
	background-size:15px 15px;
	float:left;
	width:18px;
	height:18px;
	margin:5px 5px 2px 2px;
	}
.alert_icon{
	background:url(../images/icons/alert_icon.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:5px 5px 2px 2px;
	color:#F00;
	}
.position_icon{
	background:url(../images/icons/position_icon.png) no-repeat;
	background-size:25px 30px;
	float:left;
	width:25px;
	height:30px;
	margin:-3px 5px 2px 2px;
	color:#F00;
	}
.create-bank-icon{
	background:url(../images/bank_images/bank_account.png) no-repeat;
	background-size:28px 18px;
	float:left;
	width:28px;
	height:18px;
	margin:5px 5px 2px 0px;
	color:#F00;
	}
.create-credit-card-icon{
	background:url(../images/bank_images/credit_card.png) no-repeat;
	background-size:28px 18px;
	float:left;
	width:28px;
	height:18px;
	margin:5px 5px 2px 0px;
	color:#F00;
	}
.expanse-account-icon{
	background:url(../images/bank_images/expense_account.png) no-repeat;
	background-size:28px 18px;
	float:left;
	width:33px;
	height:22px;
	margin:5px 5px 2px 0px;
	color:#F00;
	}
.asset-account-icon{
	background:url(../images/bank_images/assets.png) no-repeat;
	background-size:20px 18px;
	float:left;
	width:20px;
	height:18px;
	margin:5px 5px 2px 0px;
	color:#F00;
	}
.liability-account-icon{
	background:url(../images/bank_images/liability.png) no-repeat;
	background-size:25px 20px;
	float:left;
	width:25px;
	height:20px;
	margin:4px 5px 2px 0px;
	color:#F00;
	}
.equity-account-icon{
	background:url(../images/bank_images/equity.png) no-repeat;
	background-size:23px 23px;
	float:left;
	width:23px;
	height:23px;
	margin:3px 5px 2px 0px;
	color:#F00;
	}
.cogs-account-icon{
	background:url(../images/bank_images/cogs.png) no-repeat;
	background-size:23px 23px;
	float:left;
	width:23px;
	height:23px;
	margin:3px 5px 2px 0px;
	color:#F00;
	}
.loan-account-icon{
	background:url(../images/bank_images/loan.png) no-repeat;
	background-size:25px 21px;
	float:left;
	width:25px;
	height:21px;
	margin:4px 5px 2px 0px;
	color:#F00;
	}
.marchant-account-icon{
	background:url(../images/bank_images/merchant.png) no-repeat;
	background-size:26px 18px;
	float:left;
	width:26px;
	height:18px;
	margin:4px 5px 2px 0px;
	color:#F00;
	}
.income-account-icon{
	background:url(../images/bank_images/income_account.png) no-repeat;
	background-size:21px 19px;
	float:left;
	width:21px;
	height:19px;
	margin:4px 5px 2px 0px;
	color:#F00;
	}
.gender-icon{
	background:url(../images/icons/gender_icon.png) no-repeat;
	background-size:25px 20px;
	float:left;
	width:25px;
	height:20px;
	margin:0px 5px 2px 0px;
	color:#F00;
	}
.relation-icon{
	background:url(../images/icons/relation.png) no-repeat;
	background-size:25px 25px;
	float:left;
	width:25px;
	height:25px;
	margin:0px 5px 2px 0px;
	color:#F00;
	}
.setting-icon{
	background:url(../images/gear.png) no-repeat;
	background-size:45px 45px;
	width:45px;
	height:45px;
	margin:0px 5px 2px 0px;.
	clear:both;
	cursor:pointer;
	}
#topPanelSetting{
	background:url(../images/gear.png) no-repeat;
	background-size:30px 30px;
	width:30px;
	height:30px;
	margin:1px 95px 2px 0px;.
	clear:both;
	cursor:pointer;
	}
.reprint-icon{
	background:url(../images/reprint-icon.png) no-repeat;
	background-size:20px 20px;
	width:20px;
	height:20px;
	margin:7px 0px 2px 0px;
	float:left;
	}
.company_icon{
	background:url(../images/company.png) no-repeat;
	background-size:25px 25px;
	width:25px;
	height:25px;
	margin:-2px 2px 2px 0px;
	float:left;
	}
/************************ICONS**********************/

/************************BLINK BUTTONS**********************/
.highlight-counter {
	background-color:#AD3D3D;
	color:#FFF;
	/*margin-left:5px!important;
	border-radius:20px;*/
	padding:0 6px 2px!important;
	text-align:center;
	text-shadow:none!important;
	-webkit-animation-name:blinker;
	-webkit-animation-duration:1.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:blinker;
	-moz-animation-duration:1.5s;
	-moz-animation-timing-function:linear;
	-moz-animation-iteration-count:infinite;
	animation-name:blinker;
	animation-duration:1.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite
	}
.highlight-counter-text {
	color:#AD3D3D;
	margin:0;
	padding:5px 0 0;
	text-align:center;
	text-shadow:none!important;
	-webkit-animation-name:blinker;
	-webkit-animation-duration:1.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:blinker;
	-moz-animation-duration:1.5s;
	-moz-animation-timing-function:linear;
	-moz-animation-iteration-count:infinite;
	animation-name:blinker;
	animation-duration:1.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite
	}
 @-moz-keyframes blinker {
0% {
	opacity:1
	}
 50% {
	opacity:0
	}
 100% {
	opacity:1
	}
}
 @-webkit-keyframes blinker {
0% {
	opacity:1
	}
 50% {
	opacity:0
	}
 100% {
	opacity:1
	}
}
 @keyframes blinker {
0% {
	opacity:1
}
 50% {
	opacity:0
}
 100% {
	opacity:1
}
}
/************************BLINK BUTTONS**********************/
.box_border{
	border:1px solid #666;
	padding:5px 8px;
	}
.addvendor_formlabel{
	float:left;
	margin:5px;
	}
.edit_vehicle{
	height:185px;
	float:left;
	overflow:auto;
	}
.ErrorMsg{
	color:#F00;
	}
/*.go_button{
	border-radius:20px;
	padding:5px 6px;
	}*/
.input_lable{
	width:150px;
	float:left;
	line-height:28px;
	}
.form_label{
	float:left;
	line-height:28px;
	margin-right:7px;
	}
.two-column-new input{
	width:50%;
	}
.checkbook_form{
	padding:5px;
	}
.green-button a{
	padding: 0 7px;
	color: #fff;
  	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  	border: none;
  	border-radius: 0;
  	cursor: pointer;
  	height: 25px;
  	line-height: 25px;
	}
.paybill_tab tr th{
	background: linear-gradient(to bottom, #5DADEA 0%, #287FC2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:#FFFFFF;
	font-family: "Segoe";
	font-size:15px;
	line-height:20px;
	}
#BankInfoHistoryDiv .fieldsetForm{
	border:none;
	}
.highlight_yellow{
	color:#ed970d !important;
	font-weight:bold;
	}
/*#button-payment-setting{
	position:relative;
	right:25px;
	}*/
.th-left th{
	text-align:left;
	}
.account-summary-box{
	width:320px;
	float:left;
	margin:5px 10px 12px 0px;
	padding:10px;
	/*background:#eaeff5;*/
	background:#f1f1f1;
	min-height:75px;
	transition:all 0.8s ease;
	color:#6c849b;
	}
.account-summary-box:hover{
	/*background:#0097cf;*/
	background:#4195d5;
	color:#fff;	
	}
.account-summary-box a{
	color:#6c849b;
	}
.account-summary-box:hover a{
	color:#fff;
	}
.account-summary-box:hover .balance-amount{
	color:#fff;
	}
.total-balance-amount{
	float: left;
  	font-size: 24px;
  	font-weight: bold;
  	color: #0f5903;
	}
.total-balance-title{
	float: left;
  	font-size: 22px;
  	font-weight: bold;
	}
.asb-title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
	}
.balance-amount{
	float:left;
	font-size:20px;
	font-weight:bold;
	/*color:#6c849b;*/
	color:#0f5903;
	transition:all 0.8s ease;
	}
.bank-balance-txt{
	font-size:14px;
	}
.left-arrow {
	float: left;
  	width: 25px;
  	height: 25px;
  	background-image: url(../images/prev.png);
  	cursor: pointer;
  	background-repeat: no-repeat;
  	background-position: center top;
	}
.right-arrow{
  	float: left;
  	width: 25px;
  	height: 25px;
  	background-image: url(../images/next.png);
  	cursor: pointer;
  	background-repeat: no-repeat;
  	background-position: center top;
	}
.arrow_new{
	position:relative;
	top:40px;
	}
.paybill-link{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	padding:2px 10px;
	transition:all 0.3s ease;
	background: -webkit-linear-gradient(#970707, #de2525);
	background: -moz-linear-gradient(#970707, #de2525);
	background: -o-linear-gradient(#970707, #de2525);
	background: linear-gradient(#970707, #de2525);
	}
.paybill-link:hover{
	color:#CCC;
	background: -webkit-linear-gradient(#de2525, #970707);
	background: -moz-linear-gradient(#de2525, #970707);
	background: -o-linear-gradient(#de2525, #970707);
	background: linear-gradient(#de2525, #970707);
	}
star{
	color:#C00;
	font-size:20px;
	line-height:12px;
	float:left;
	margin:10px 4px 5px 0px;
	}
.edit-button-new{
	float:right;
	position:relative;
	top:-15px;
	}
.title-heading-row{
	height: 42px;
	padding: 10px 5px;
	margin:5px 0px;
	color:#000;
	font-size:16px;
  	}
.title-heading-row{
	background: -webkit-linear-gradient(#b3b3b3, #dbdbdb);
	background: -moz-linear-gradient(#b3b3b3, #dbdbdb);
	background: -o-linear-gradient(#b3b3b3, #dbdbdb);
	background: linear-gradient(#b3b3b3, #dbdbdb);
	}
.title-heading-row:nth-child(odd){
	background: -webkit-linear-gradient(#b3b3b3, #dbdbdb) !important;
	background: -moz-linear-gradient(#b3b3b3, #dbdbdb) !important;
	background: -o-linear-gradient(#b3b3b3, #dbdbdb) !important;
	background: linear-gradient(#b3b3b3, #dbdbdb) !important;
	}
.demo_container{
	position:fixed;
	top:87px;
	z-index:10;
	width:99%;
	background:#fff;
	padding:4px 0px 10px 0px;
	height:115px;
	}
.location-heading{
	background:#cccccc;
	color:#000;
	font-size:16px;
	}
.location_no{
	float:left;
	width:5%;
	padding:5px;
	}
.location_address{
	float:left;
	width:40%;
	padding:5px;
	text-align:center;
	}
.location_city{
	float:left;
	width:20%;
	padding:5px;
	}
.location_zip{
	float:left;
	width:15%;
	padding:5px;
	}
.location_action{
	float:left;
	width:15%;
	padding:5px;
	text-align:center;
	}
.row_grid{
	padding:2px;
	}
.row_grid:nth-child(odd) {
	background:#f5f5f5;
	}	
.location_table{
	width:100%;
	float:left;
	}
.location_box_area{
	width: 100%;
	height:45px;
   /* border-bottom: 1px groove #C00; */
  	background: url(../images/border-bottom.png) no-repeat;
  	background-position: 50%;
  	background-size: auto 40px;
  	margin-bottom: 10px;
	}
.location_table .left_lable{
	width:25%;
	float:left;
	text-align:left;
	}
.location_table .right_content{
	width:65%;
	float:left;
	text-align:left;
	}
#empChartList {
	float:left;
	border: 1px solid #999999;
  	width: 25%;
  	position: absolute;
  	top: 311px;
  	background-color: white;
  	overflow: auto;
	min-height:35px;
  	max-height:245px;
  	display:none;
	}
#empChartList span{
	float:left;
	}
.empChartSpan {
	padding:5px;
	width:97% !important;
	color:#999;
	border-bottom:1px dashed #333333;
	}
.empChartSpan:hover{
	background-color:#999;
	color:#fff;
	}
.empChartSpan a{
	color:#999;
	float:left;
	width:100%;
	}
.empChartSpan a:hover{
	color:#fff;
	}
.multipal_cont_box{
	float:left;
	width:100%;
	}
#SearchMainDiv{
	margin-left:6px;
	}
#vendor-information-form input{
	width:93%;
	margin-right:2%;
	}
#vendor-information-form select{
	width:93%;
	margin-right:2%;
	}
#vendor-information-form input[type="checkbox"]{
	width:20px;
	position:relative;
	top:3px;
	margin:0px;
	}
.white_space{
  	font-size: 20px;
  	line-height: 12px;
  	float: left;
  	margin: 10px 4px 5px 0px;
	}
.process-bar{
	position:fixed;
	/*background:#333;*/
	background:#fff;
	opacity:0.8;
	width:100%;
	min-height:100%;
	z-index:999;
	float:left;
	}	
.progress-image{
	/*background-image:url(../images/loading2.gif);*/
	background-image:url(../images/spinner_new.GIF);
	background-size:200px 200px;
	position:absolute;
	width:200px;
	height:200px;
	left:40%;
	top:27%;
	}
.icon-library ul{
  	margin: 0px;
  	padding: 0px;
  	list-style: none;
  	}
.icon-library ul li{
  	padding: 0px;
	margin:3px;
  	float: left;
	display:inline;
	width:auto !important;
  	}
.heading {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0;
	margin-bottom:5px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	width: 100%;
	background: -webkit-linear-gradient(left, #e4cf1a, #f1f1f1); 
    background: -o-linear-gradient(right, #e4cf1a, #f1f1f1); 
    background: -moz-linear-gradient(right, #e4cf1a, #f1f1f1);
    background: linear-gradient(to right, #e4cf1a, #f1f1f1); 
	height:40px;
	}
.heading-text{
	margin-left: 0;
	color:#5d550c;
	padding:9px;
	float:left;
	}
.inventory-profile .left-section .specification .heading {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0;
	margin-bottom:5px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	width: 100%;
	background: -webkit-linear-gradient(left, #e4cf1a, #f1f1f1); 
    background: -o-linear-gradient(right, #e4cf1a, #f1f1f1); 
    background: -moz-linear-gradient(right, #e4cf1a, #f1f1f1);
    background: linear-gradient(to right, #e4cf1a, #f1f1f1); 
	height:40px;
	}
.inventory-profile .left-section .specification .heading .heading-text {
	float: left;
	margin-left: 0;
	color:#5d550c;
	padding:9px;
	}
.padding-row{
	float:left;
  	margin:15px 0 0;
	padding:12px;
	width:98.5%;
	}
.billpayment table{
	border:1px solid #c9c9c9;
	}
.billpayment tr th td{
	border-collapse:collapse;
	}
.billpayment tr th {
	background-color:#ccc !important;
	color: #000;
	padding:8px 10px;
	font-weight:bold;
	}
.billpayment td {
	padding:10px 5px;
	font-size:14px;
	}
.billpayment:nth-child(odd) {
	background:#dcdcda;
	}
.paymentsummary table{
	border:1px solid #c9c9c9;
	}
.paymentsummary tr th td{
	border-collapse:collapse;
	}	
.paymentsummary tr th {
	background-color:#ccc !important;
	color: #000;
	padding:8px 10px;
	font-weight:bold;
	}
.paymentsummary td {
	padding:10px 5px;
	font-size:14px;
	}
.paymentsummary tr:nth-child(odd) {
	background:#dcdcda;
	}
#AccountTitle{
	position:relative;
	/*top:5px;*/
	}
.total-amount{
	color:#1f71b1;
	font-weight:bold;
	font-size:20px !important;
	}
/*.back-button a{
	padding:3px 7px;
	background-color:#1f71b1;
	color:#ffffff;
	font-size:16px;
	background-image:none;;
	margin:0px 5px 0px 0px;
	}*/
.dispatchboard-counter{
	background-color:#AD3D3D;
	color:#FFF;
	/*margin-left:5px!important;
	border-radius:20px;*/
	padding:6px 5px!important;
	text-align:center;
	text-shadow:none!important;
	-webkit-animation-name:blinker;
	-webkit-animation-duration:1.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:blinker;
	-moz-animation-duration:1.5s;
	-moz-animation-timing-function:linear;
	-moz-animation-iteration-count:infinite;
	animation-name:blinker;
	animation-duration:1.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
	border:2px solid #ffffff;
	float:right;
	font-size:12px;
	}
	

#quick-link .has-sub ul li a.corporatehierarchyImg{
	background-image: url(../images/corhier.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.businessplanImg{
	background-image:url(../images/busplan.png);
	background-size:15px 15px;
	}
#quick-link .has-sub ul li a.corporatebudgetImg{
	background-image: url(../images/corbud.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.corporateassetsImg{
	background-image: url(../images/corasset.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.liabilitiesImg{
    background-image: url(../images/lib.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.insuranceImg{
	background-image: url(../images/insurance.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.operationsImg{
	background-image: url(../images/oper.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.vendormangmentimg{
	background-image: url(../images/vendors.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.corporatehierarchyImg{
    background-image: url(../images/cordirect.png);
	background-size:15px 15px;
    }	
#quick-link .has-sub ul li a.contactsImg{
	background-image: url(../images/cont.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.mymanagerImg{
	background-image: url(../images/mymanag.png);
	background-size:15px 15px;
    }	
#quick-link .has-sub ul li a.adminImg{
	background-image: url(../images/admin.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.ChartOfAccounts{
	background-image: url(../images/chart-of-account-icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.ProfitLoss{
	background-image: url(../images/profitandloss.jpg);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.badgeInvoicesImg{
	background-image: url(../images/badge-invoices.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.cashCheckDepositImg{
	background-image: url(../images/cashcheckdeposit.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.invoiceManagementImg{
	background-image:url(../images/invoice-management-img49x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.inventory-management-img{
	background-image:url(../images/inventor-management-img50x50.png); 
	background-size:15px 15px;
	}		
#quick-link .has-sub ul li a.createinvoiceImg{
	background-image:url(../images/creinvo.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.vendormangmentimg{
	background-image:url(../images/vendors.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.enterbillsimg{
	background-image: url(../images/bills.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.accountstatementsImg{
	background-image:url(../images/accstate.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.VehicleMangment{
	background-image: url(../images/vehi-mange.png);
	background-size:15px 15px;
    }	
#quick-link .has-sub ul li a.creditrefundsImg{
	background-image: url(../images/crerefund.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.InvoicesHistory{
	background-image: url(../images/innvoices-histroy-icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.CollectInvoice{
	background-image: url(../images/collecti-inncoices-icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.paybillsimg{
	background-image:url(../images/paybills.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.transactionStatementImg{
    background-image: url(../images/statement-img51x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.estimatesImg{
	background-image: url(../images/estimat.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.proposalsImg{
	background-image: url(../images/proposal.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.recievepaymentsImg{
	background-image: url(../images/recpayment.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.reportsImg{
	background-image: url(../images/graph-55x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.revenueBoardImg{
	background-image:url(../images/revenue-img78x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.statementchargesImg{
	background-image: url(../images/statecharge.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.cashCheckDepositImg{
	background-image: url(../images/cashcheckdeposit.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.transactionBatch{
	background-image:url(../images/openbox-img69x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.invoicing-discrepancy{
    background-image: url(../images/invoicing-discrepancy.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.discrepancy-report{
	background-image: url(../images/discrepancy-report.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.ccdeposit-batch{
	background-image: url(../images/ccdeposit.jpg);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.deposit-batch{
	background-image: url(../images/deposit-batch.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.customer-openbalance{
	background-image: url(../images/open-balance.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.manual-deposit{
	background-image: url(../images/manual-deposit.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.manual-statement{
	background-image: url(../images/manual-statement.jpg);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.repair-maintenance{
	background-image: url(../images/repair-maintenance.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.damaged-items{
	background-image: url(../images/damaged-items.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.stolen-items{
	background-image: url(../images/stolen-items.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.work-order{
	background-image: url(../images/work-order.gif);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.assigned-items{
	background-image: url(../images/assigned-tems.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.bankaccountsImg{
	background-image:url(../images/bankaccount.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.creditCardReconcileImg{
	background-image:url(../images/credit-card-64x40.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.merchantprofiles{
	background-image: url(../images/merchant-icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.bankstatementsImg{
	background-image: url(../images/bankstatem.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.depositsImg{
	background-image:url(../images/deposi.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.writechecksImg{
	background-image: url(../images/writecheck.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.cashregisterImg{
	background-image: url(../images/cashregi.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.checkregisterImg{
	background-image:url(../images/cheregist.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.creditchargesImg{
	background-image:url(../images/entercred.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.processcreditImg{
	background-image: url(../images/processcredit.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.reconcileImg{
	background-image: url(../images/reconcill.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.transfersImg{
	background-image: url(../images/transfers.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.printchecksImg{
	background-image: url(../images/printcheck.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.moneyhandImg{
	background-image: url(../images/moneyhand.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.dispatchImg{
	background-image:url(../images/dispatchmain.png);
	background-size:15px 15px;
	}
#quick-link .has-sub ul li a.addcustomerImg{
	background-image:url(../images/adcust.png);
	background-size:15px 15px;
	}
#quick-link .has-sub ul li a.searchImg{
	background-image: url(../images/sear.png);
	background-size:15px 15px;
	}		
#quick-link .has-sub ul li a.callRecordImg{
	background-image: url(../images/callrecord-50x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.runreportsImg{
	background-image: url(../images/runreport.png);
	background-size:15px 15px;
	}
#quick-link .has-sub ul li a.clientEvaluationImg{
	background-image: url(../images/client-evaluation-img50x50.png);
	background-size:15px 15px;
    }	
#quick-link .has-sub ul li a.fileManagerImg{
	background-image:url(../images/file-manager-img54x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.checkinoutImg{
	background-image:url(../images/checkout.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.day-cancelImg{
	background-image:url(../images/3day-cancel.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.contractImg{
	background-image:url(../images/contract.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.our-location-img{
	background-image:url(../images/our-location-img50x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.trackvehicleImg{
	background-image: url(../images/track-vehicle.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.payrollcenterImg{
	background-image:url(../images/payrollcen.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.payemployeesImg{
	background-image:url(../images/payemp.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.timecardImg{
	background-image: url(../images/timecard.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.ViewProfileImg{
	background-image:url(../images/view-profile-icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.handbookformsImg{
	background-image:url(../images/handbook.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.hiringkitImg{
	background-image: url(../images/hiring.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.screeningImg{
	background-image:url(../images/backscree.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.merchant{
	background-image: url(../images/merchant_icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.addemployeeImg{
	background-image: url(../images/empmanage.png);
	background-size:15px 15px;
	}
#quick-link .has-sub ul li a.salescommunicationImg{
	background-image:url(../images/sal&com.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.ClockInClockOutImg{
	background-image:url(../images/clock-in-clock-out.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.employeemanagementImg{
	background-image:url(../images/ManageProfileImg.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.payrollformsImg{
	background-image:url(../images/creroll.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.benefitsImg{
	background-image: url(../images/benefit.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.system-training-img{
	background-image:url(../images/system-trainig-img52x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.techtraningImg{
	background-image:url(../images/tech-traning.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.suptraningImg{
	background-image:url(../images/sup-traning.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.acctraningImg{
	background-image: url(../images/acc-traning.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.calltraningImg{
	background-image:url(../images/calltraning.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.myemail{
	background-image:url(../images/myemail.png);
	background-size:15px 15px;
	}
#quick-link .has-sub ul li a.acp{
	background-image: url(../images/pr-n.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.ar{
	background-image:url(../images/ar.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.appointmen{
	background-image: url(../images/appointment.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.careers{
	background-image: url(../images/carrer_icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.complaints{
	background-image:url(../images/complain.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.contactus{
	background-image:url(../images/contact_icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.fax{
	background-image:url(../images/fax.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.info{
	background-image: url(../images/info.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.infoblack{
	background-image:url(../images/info_black.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.page{
	background-image: url(../images/page.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.survey{
	background-image: url(../images/survay.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.track{
	background-image:url(../images/track.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.techemail{
	background-image:url(../images/tech-support-mr.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.voicemail{
	background-image: url(../images/voicemail_icon.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.task-management{
	background-image: url(../images/task-management-img51x50.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.TECH-Support{
	background-image: url(../images/insurance.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.raiseticket{
	background-image: url(../images/raiseticket.png);
	background-size:15px 15px;
	}
#quick-link .has-sub ul li a.vendorsImg{
	background-image:url(../images/vendors.png);
	background-size:15px 15px;
    }	
#quick-link .has-sub ul li a.corporatedirectoryImg{
	background-image: url(../images/cordirect.png);
	background-size:15px 15px;
    }
#quick-link .has-sub ul li a.po-icon{
	background-image: url(../images/purchase-order-icon.png);
	background-size:15px 15px;
    }
.check-register{
	background:url(../images/check-register.png) no-repeat;
	background-size:50px 50px;
	/*float:left;
	width:50px;
	height:50px;
	margin:0px 5px 2px 2px;*/
	}
.payeetab{
	float:left;
	margin-right:3px;
	padding:15px;
	width:191px;
	}
.writecheck-tabs{
	color: #000;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    /*border: 1px solid #4195D5;*/
    border-radius: 0;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
	background:#ccc;
	transition:all 3s ease;
	margin-bottom:5px;
	/*background:#4195D5;
	background:#aaaaaa;
	box-shadow:inset 0px 0px 5px #333;
	-webkit-box-shadow:inset 0px 0px 5px #333;
	-moz-box-shadow:inset 0px 0px 5px #333;*/
	}
a.writecheck-tabs{
	color:#fff;
	padding:3px 7px;
	}
.writecheck-tabs:hover{
	background:linear-gradient(to bottom, #63b0eb 0%, #4195D5 100%);
	/*background:linear-gradient(to bottom, #4195D5 0%, #63b0eb 100%);
	color:#fff;*/
	}
.payeetab-selected{
	background:linear-gradient(to bottom, #63b0eb 0%, #4195D5 100%);
	/*background:linear-gradient(to bottom, #4195D5 0%, #63b0eb 100%);
	color:#fff;*/
	}
.payeetab-last{
	margin-right:0px;
	}
.employee-check{
	background-image:url(../images/write-check/employee.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}
/*.employee-check:hover{
	background-image:url(../images/write-check/employee-hover.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}*/
.vendor-check{
	background-image:url(../images/write-check/vendor.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}
/*.vendor-check:hover{
	background-image:url(../images/write-check/vendor-hover.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}*/
.write-check-customer{
	background-image:url(../images/write-check/customer.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}
/*.write-check-customer:hover{
	background-image:url(../images/write-check/customer-hover.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}*/
.subcontractor{
	background-image:url(../images/write-check/sub-contractor.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}
/*.subcontractor:hover{
	background-image:url(../images/write-check/sub-contractor-hover.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}*/
.blank-check{
	background-image:url(../images/write-check/blank-check.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}
/*.blank-check:hover{
	background-image:url(../images/write-check/blank-check-hover.png);
	background-repeat:no-repeat;
	background-size:45px 45px;
	width:50px;
	height:50px;
	float:left;
	margin:-10px 5px 0px 0px;
	}*/
#laod-data-list{
	float:left;
	}
.addbutton-class{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	padding:2px 10px;
	transition:all 0.3s ease;
	text-decoration:none;
	background: -webkit-linear-gradient(#C6C4C4, #EDEAEA);
	background: -moz-linear-gradient(#C6C4C4, #EDEAEA);
	background: -o-linear-gradient(#C6C4C4, #EDEAEA);
	background: linear-gradient(#C6C4C4, #EDEAEA);
	}
.addbutton-class:hover{
	color:#CCC;
	background: -webkit-linear-gradient(#EDEAEA, #C6C4C4);
	background: -moz-linear-gradient(#EDEAEA, #C6C4C4);
	background: -o-linear-gradient(#EDEAEA, #C6C4C4);
	background: linear-gradient(#EDEAEA, #C6C4C4);
	}
.openlookup{
	padding:0px 10px;
	font-size:14px;
	color: #fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);
	border:solid 1px #2269BA;
	border-radius:5px;
	cursor:pointer;
	height:25px;
	line-height:25px;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	transition:all 0.3s ease;
	background: #5dadea; /* Old browsers */
	background: -moz-linear-gradient(top, #5dadea 0%, #287fc2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dadea), color-stop(100%, #287fc2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5dadea 0%, #287fc2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5dadea 0%, #287fc2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5dadea 0%, #287fc2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5dadea 0%, #287fc2 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dadea', endColorstr='#287fc2', GradientType=0 ); /* IE6-9 */
	margin:0 ;
	}
.openlookup a{
	color:#fff;
	}
.openlookup:hover{
	background: #5dadea; 
	background: -moz-linear-gradient(top, #287fc2 0%, #5dadea 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #287fc2), color-stop(100%, #5dadea));
	background: -webkit-linear-gradient(top, #287fc2 0%, #5dadea 100%);
	background: -o-linear-gradient(top, #287fc2 0%, #5dadea 100%);
	background: -ms-linear-gradient(top, #287fc2 0%, #5dadea 100%); 
	background: linear-gradient(to bottom, #287fc2 0%, #5dadea 100%);
	}
.openlookup input[type=button]{
	background:none;
	border:none;
	outline:none;
	font-size:14px;
	color:#ffffff;
	}
.closelookup{
	padding:0px 10px;
	font-size:14px;
	color: #fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);
	border:solid 1px #810202;
	border-radius:5px;
	cursor:pointer;
	height:25px;
	line-height:25px;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	transition:all 0.3s ease;
	background: -webkit-linear-gradient(#970707, #de2525);
	background: -moz-linear-gradient(#970707, #de2525);
	background: -o-linear-gradient(#970707, #de2525);
	background: linear-gradient(#970707, #de2525);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dadea', endColorstr='#287fc2', GradientType=0 ); /* IE6-9 */
	margin:0 ;
	}
.closelookup a{
	color:#fff;
	}
.closelookup:hover{
	background: -webkit-linear-gradient(#de2525, #970707);
	background: -moz-linear-gradient(#de2525, #970707);
	background: -o-linear-gradient(#de2525, #970707);
	background: linear-gradient(#de2525, #970707);
	}
#docsCourt{
	float:left;
	margin:15px 0px;
	}
#docsCourt span{
	float:left;
	}
#docsCourt a{
	float:left;
	color:#333;
	margin-right:7px;
	}
#docsCourt a:hover{
	text-decoration:underline;
	}
.reload-icon{
	background:url(../images/reload-icon.png) no-repeat;
	background-size:21px 20px;
	width:21px; height:20px;
	}
#reload-enter-bills{
	top:16px;
    position: relative;
    right:-16px;
	margin:0px 10px;
	color:#ffffff;	
	cursor:pointer;
	background:linear-gradient(to bottom, #5DADEA 0%, #287FC2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*border-bottom:1px solid #5DADEA;*/
	padding:3px 5px 4px 5px;
	}
.reload-issue-po-form{
	top:16px;
    position: relative;
    right:-19px;
	margin:0px 10px;
	color:#ffffff;	
	cursor:pointer;
	/*background:linear-gradient(to bottom, #5DADEA 0%, #287FC2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom:1px solid #5DADEA;*/
	padding:3px 5px 4px 5px;
	border-bottom:solid 2px #8ba50f;
	background:#aed20e;
	background:-moz-linear-gradient(top, #aed20e 0%, #9bb80e 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #aed20e), color-stop(100%, #9bb80e));
	background:-webkit-linear-gradient(top, #aed20e 0%, #9bb80e 100%);
	background:-o-linear-gradient(top, #aed20e 0%, #9bb80e 100%);
	background:-ms-linear-gradient(top, #aed20e 0%, #9bb80e 100%);
	background:linear-gradient(to bottom, #aed20e 0%, #9bb80e 100%);
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#aed20e', endColorstr='#9bb80e', GradientType=0)
	}
.view-profile a{
	color:#FFF;
	}
.check-layer{
	position:absolute; 
	width:70.7%;
	height:475px;
	background:#ffffff;
	opacity:0.3;
	}
.droopdown-icon{
	 /*height:25px;
    padding:2px 5px !important;
   border: 1px solid #e1e1e1;*/
    background-image: url(../../templates/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
	}
.dropdown-icon{
    background-image: url(../../templates/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
	}
.dropdown-toggle, .dropup{
	background-image: url(../../templates/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
	}
.proccessing-img{
	background-image:url(../images/spinner_new.gif);
	background-repeat:no-repeat;
	background-size:25px 25px;
	width:25px;
	height:25px;
	}
.po-proccessing-img{
	/*background-image:url(../images/po-preloader.gif);*/
	background-image:url(../images/spinner_new.gif);
	background-repeat:no-repeat;
	background-size:75px 75px;
	width:75px;
	height:75px;
    position:relative;
	background-position:center;
	left:50%;
	}
.proccessing-short-img{
	background-image:url(../images/us_dollar_sign.png), url(../images/spinner_new.gif);
	background-repeat:no-repeat;
	background-size:15px 15px, 22px 22px;
	background-position:6px 6px, 20px 3px;
	}
.proccessing-intext{
	background-image:url(../images/spinner_new.gif);
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position:20px 3px;
	}
.new_width{
	width:245px;
	}
.blank-th tr th{
	border:none;
	}
#right-check-number{
	margin:10px 10px 5px 0px;
	width:15%;
    height: 25px;
    text-align: right;
	}
.write-check-date{
	float:right;
	width:76%;
	padding:0px 5px;
	/*margin-top:25px;*/
	border:none !important;
	text-align:right;
	}
.total-counters .column{
	/*box-shadow: inset 0px 1px 6px #333;
	-moz-box-shadow: inset 0px 1px 6px #333;
	-webkit-box-shadow: inset 0px 1px 6px #333;*/
	}
#vendor-open-bills-list td div:hover{
	cursor:pointer;
	}
.emp_accrodian{
	padding-bottom:15px;
	border-bottom:1px dashed #CCC;
	width:100%;
	float:left;
	} 
.employeereport table{
	width:100%;
	border-collapse:separate;
	}
.employeereport table th{	
	/*background:#a8a8a8;*/
	background: linear-gradient(top, #c9caca, #a8a8a8);
	background: -moz-linear-gradient(top, #c9caca, #a8a8a8);
	background: -webkit-linear-gradient(top, #c9caca, #a8a8a8);
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	/*box-shadow:inset 0px 0px 3px #7c7b7b;*/
	}
.employeereport table td{
	/*box-shadow:0px 0px 3px #7c7b7b;*/
	margin-right:5px;
	color:#000;
	background: linear-gradient(top, #a8a8a8, #c9caca);
	background: -moz-linear-gradient(top, #a8a8a8, #c9caca);
	background: -webkit-linear-gradient(top, #a8a8a8, #c9caca);
	/*background:#c9caca;*/
	}
.border-bottom-new{
	background-image:url(../images/borderbottom.png);
	background-size:450px 10px;
	background-repeat:no-repeat;
	background-position:center;
	margin:5px 0px;
	}
.emp-admintable th{
	background:#5DADEA;
	color:#fff;
	font-weight:bold;
	}
.emp-admintable tr:nth-child(even){
	background: #fff;
	}
.emp-admintable tr:nth-child(odd){
	background:#F1F1F1; !important;
	}
.employee-error{
	background:red;
	color:#fff;
	padding: 0px 10px;
    margin: 11px 0px 0px 10px;
	-webkit-animation-name:blinker;
	-webkit-animation-duration:1.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:blinker;
	-moz-animation-duration:1.5s;
	-moz-animation-timing-function:linear;
	-moz-animation-iteration-count:infinite;
	animation-name:blinker;
	animation-duration:1.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite
	}
.po-hisatory-table>.title-heading-row{
	width:98%;
	height:auto;
	padding: 10px 5px;
	margin:5px 0px;
	color:#fff;
	font-weight:bold;
	text-shadow:#383838 1px 1px 2px;
	font-size:16px;
	background: -webkit-linear-gradient(#b3b3b3, #dbdbdb);
	background: -moz-linear-gradient(#b3b3b3, #dbdbdb);
	background: -o-linear-gradient(#b3b3b3, #dbdbdb);
	background: linear-gradient(#b3b3b3, #dbdbdb);
	}
.revenue_board_row th{
	background:#5DADEA !important;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	}
.revenue_board_row tr:nth-child(even){
	background: #fff;
	}
.revenue_board_row tr:nth-child(odd){
	background:#F1F1F1; !important;
	}
/*table.revenue_board_row tr th {
	background-color:#ccc !important;
	color: #000;
	padding:6px 10px;
	font-weight:normal;
}
table.revenue_board_row td {
	font-size: 12px;
	padding:10px 5px;
	font-size:14px;
}
table.revenue_board_row tr:nth-child(odd) {
	background:#d5edff;
}*/
.addEmployee-right .head{
	color:#666;
	margin-bottom:10px;
	font-weight:bold;
	}
#userProfile{
	cursor:pointer;
	background:url(../images/user-private.png) no-repeat;
	background-position:right;
    padding-right: 27px;
    background-size: 20px 20px;
	}
.icon-standard{
	background:url(../images/pandl-icon/standard-statement.png);
	width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px !important;
	}
.icon-detailed{
	background:url(../images/pandl-icon/detailed.png);
	width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px !important;
	}
.icon-by-job{
	background:url(../images/pandl-icon/by-jobs.png);
	width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px !important;
	}
.icon-by-department{
	background:url(../images/pandl-icon/department.png);
	width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px !important;
	}
.icon-with-budget{
	background:url(../images/pandl-icon/budget-statement.png);
	width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px !important;
	}
.icon-with-past-years{
	background:url(../images/pandl-icon/past-years.png);
	width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px !important;
	}
.icon-in-register{
	background:url(../images/pandl-icon/register-statement.png);
	width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px !important;
	}
.bracket input{width:110px !important; margin-right:0px !important; margin-left:5px !important;}
.bracket:after{content:"]"; float:right; margin-left:10px; margin-right:10px; font-size:30px;}
.bracket:before{content:"["; float:left; margin-right:5px; font-size:30px;}

/*.po-bracket input{width:110px !important; margin-right:0px !important; margin-left:5px !important;}
.po-bracket:after{content:"}"; float:right; margin-left:10px; font-size:40px; margin-top:-17px;}
.po-bracket:before{content:"{"; float:left; margin-right:5px; font-size:40px; margin-top:-17px;}*/
