﻿:root {
	--cm-pink: #E3226F;
	--cm-red: #E3226F;
	--cm-blue: #0064AB;
	--cm-lightblue: #00B2E8;
	--cm-yellow:#FFD000;
	--cm-green: #C0D62F;
  --cm-purple: #9C2890;
  --cm-gray: #828282;

  --cm-arrow: #828282;
  --cm-warning: #d43d3d;
  --cm-secure: #255c9c;
  --cm-unsecure: #828282;

	--cm-lightgray: #d3d3d3;
}

.w-100 {
	width: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25em !important;
}

.mt-1 {
	margin-top: 0.25em !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.pl-8px {
	padding-left: 8px !important;
}

.pr-8px {
	padding-right: 8px !important;
}

.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 0.25em !important;
	/* padding: 4px; */
}

.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 0.25em !important;
}
.pt-2 {
	padding-top: 0.5em !important;
}

.pl-0 {
	padding-left: 0 !important;
}
.pl-1 {
	padding-left: 0.25em !important;
	/* padding-left: 4px; */
}

.pr-0 {
	padding-right: 0 !important;
}
.pr-1 {
	padding-right: 0.25em !important;
	/* padding-right: 4px; */
}

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 0.25em !important;
	/* padding-bottom: 4px; */
}

.text-bold {
	font-weight: bold;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.panel-footer-fixed-bottom {
	position: absolute;
	height: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	vertical-align: middle;
}

.highlighted-invoice td {
	background-color: lightyellow !important;
}

.previous-next-inv-popover {
	font-size: 1.0rem;
}

.previous-next-inv-popover-line {
	white-space: nowrap;
}

.previous-next-inv-popover-span {
	white-space: nowrap;
}

.cm-scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  visibility: hidden;
}

.cm-scrollbar:hover::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  visibility: visible;
}

.cm-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.cm-scrollbar::-webkit-scrollbar-thumb {
  background: var(--cm-green);
  border-radius: 10px;
}

.cm-scrollbar {
  scrollbar-color: var(--cm-green) lightgrey;
  scrollbar-width: thin;
}

.cm-scrollbar {
  -webkit-overflow-scrolling: touch;
}

.gl-acct-link {
	text-decoration: underline;
	cursor: pointer;
}

.setup-select {
	height: 20px !important;
	line-height: 20px !important;
	padding: 1px 10px !important;
}

/* <rm.applicaction.css> */
label, input, select, textarea {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		display: inline-block;
		height: auto;
		padding: 0px;
		margin-bottom: 0px;
		font-size: 12px;
		line-height: 18px;
		color: #555555;
		vertical-align: middle;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
		-webkit-transition: border linear 0s, box-shadow linear 0s;
		-moz-transition: border linear 0s, box-shadow linear 0s;
		-o-transition: border linear 0s, box-shadow linear 0s;
		transition: border linear 0s, box-shadow linear 0s;
		-webkit-box-shadow: 0 0px 5px #006dcc;
		-moz-box-shadow: 0 5px 0px #006dcc;
		box-shadow: 0 0px 5px #006dcc;
	}

	input[type="text"] {
		border-top: 0px none white;
		border-left: 0px none white;
		border-right: 0px none white;
		/*0px white;*/
		border-bottom: 1px none black;
	}

label {
	margin-bottom: 0px;
}

/* </rm.applicaction.css> */
/* datepicker */
.ui-widget-content {
	background-image: none !important;
}

/* -> ??? bootstrap ??? */
.container-fluid {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.well-xs {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border-width: 0 !important;
}

.nav > li > a {
	/*background-color: #f5f5f5;*/
}

table .dropdown-menu tr:hover {
	background-color: lightblue;
}

/* <- ??? bootstrap ??? */
.fnc-layout-panel {
	background-color: #fff;
	border: 1px solid #337ab7;
	border-radius: 5px;
	padding: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	height: calc(100vh - 150px);
}

#calendarLocation {
	height: calc(100vh - 195px);
	max-height: 549px;
	overflow: auto;
}

#tblVendorsListBody {
	height: calc(100vh - 325px);
}

/* ->polist.html; sales.html sales list  429*/
#poListLocation {
	height: calc(100vh - 437px);
}

#tblPOListBody {
	height: calc(100vh - 325px);
}

#poListVendor {
	height: calc(100vh - 456px);
}

#salesListLocation {
	height: calc(100vh - 338px);
}

#tblSalesListBody {
	height: calc(100vh - 260px);
}

#legacyListLocation {
	height: calc(100vh - 407px);
}

#tblLegacyListBody {
	height: calc(100vh - 218px);
}

#legacyListVendor {
	height: calc(100vh - 256px);
}

#tblEInvListBody {
	height: calc(100vh - 280px);
}

#tblEInvListFilter {
	height: calc(100vh - 280px);
}

#crossDocListLocation {
	height: calc(100vh - 407px);
}

#tblCrossDocListBody {
	height: calc(100vh - 311px);
}

.cm-btn-w-status-icon {
	padding: 0;
	height: 18px;
	line-height: 18px;
	vertical-align: top;
	background-color: transparent;
	border: none;
	cursor: default;
	/*pointer-events:visibleFill;*/
}

	.cm-btn-w-status-icon:focus,
	.cm-btn-w-status-icon:active:focus,
	.cm-btn-w-status-icon.active:focus,
	.cm-btn-w-status-icon.focus,
	.cm-btn-w-status-icon:active.focus,
	.cm-btn-w-status-icon.active.focus {
		outline: none;
	}

/* <-polist.html; sales.html sales list */
/* -->DASHBOARD */
.chart-wrapper {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	margin-bottom: 10px;
}

	.chart-wrapper .chart-title {
		border-bottom: 1px solid #d7d7d7;
		color: #666;
		font-size: 14px;
		font-weight: 200;
		padding: 7px 10px 4px;
		height: 32px;
	}

	.chart-wrapper .chart-stage {
		min-height: 200px;
		overflow: hidden;
		padding: 5px 10px;
		position: relative;
		text-align: center;
	}

	.chart-wrapper .chart-notes {
		background: #fbfbfb;
		border-top: 1px solid #e2e2e2;
		color: #808080;
		font-size: 12px;
		padding: 8px 10px 5px;
	}

#chart_div1 table {
	margin: auto !important;
}

.center-spin-image {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}

/* <--DASHBOARD */
/* -> privileges styles  *.html;   */
.cm-active-toggle-button {
	background-color: #ccc;
}

.cm-disabled-tab {
	opacity: 0.5;
	pointer-events: none;
}

.cm-disabled-link {
	pointer-events: none;
}

.cm-disabled-editable-td {
	pointer-events: none;
}

.cm-disabled-editable-input {
	pointer-events: none;
}

/* <- privileges styles */
/* -> invoices.html; Custom Checkbox (because checkbox doesn't (check/uncheck) work inside bootstrap tab-pane ) */
.cm-btn-checkbox {
	padding: 0;
	line-height: 1;
	background-color: transparent;
	border: none;
}

	.cm-btn-checkbox:focus, .cm-btn-checkbox:active {
		outline: none !important;
	}

/* <- invoices.html; Custom Checkbox */
/* -> polist.html;crossDoc.html; */
.cm-table-stripe tbody > tr:nth-child(odd) {
	background-color: #f2f2f2;
	/*#c5d9f1;*/
}

.job-status-new, .job-status-open, .job-status-completed, .job-status-closed {
	color: var(--cm-blue);
	font-size: 1.5rem;
	font-weight: bold;
}

/* .job-status-new {
	color: var(--cm-lightblue);
}
.job-status-open {
	color: var(--cm-lightblue);
}
.job-status-completed {
	color: var(--cm-lightblue);
}
.job-status-closed {
	color: var(--cm-lightblue);
} */


/* -> polist.html;crossDoc.html; */
/* -> cost-centers.html;invoices.html; default.js;invoices.js; */
.cm-inputcell {
	padding: 2px 5px 0px 5px;
	width: 100%;
	box-shadow: none !important;
	text-align: right;
	/*background-color: transparent;*/
	/*background-color: white !important;*/
}

/* <- cost-centers.html;invoices.html; default.js;invoices.js; */
/* -> default.js;invoices.js; */
.cm-active-row {
	/*border: 1px solid red;*/
	/*background-color: lightyellow;*/
}

.cm-tabindex-box-border {
	border-bottom: groove 2px #5bc0de !important;
	border-right: groove 2px #5bc0de !important;
	border-left: groove 2px #5bc0de !important;
	border-top: groove 2px #5bc0de !important;
	background-color: white;
	/*box-shadow: 0 0px 5px #006dcc;*/
}

/* <- default.js;invoices.js; */
/* -> common  *.html;   */
.cm-label {
	display: inline;
	padding: .2em .6em .3em;
	/*font-size: 75%;*/
	font-weight: 700;
	line-height: 1;
	/*color: #fff;*/
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.cm-h-li-item {
	margin-top: 1px;
	display: inline-block;
	background-color: lightgrey;
	padding: 1px;
	border-radius: 4px;
}

.cm-li-po-by-customer {
	background-color: lightgray;
	padding: 1px;
	border-radius: 4px;
}

.cm-li-po-not-by-customer {
	background-color: var(--cm-blue);
	color: white;	
	padding: 1px;
	border-radius: 4px;
}

.cm-in-network-vendor-img {
	float: right;
	width: 12px;
	height: 12px;
	margin-right: -14px;
	padding: 0 2px;
	cursor: pointer;
	/* background-image: url('img/hatblue-light.png'); */
	background-size: contain;	
}

.cm-vendor-address-confirmed i{
	float: right !important;
	font-size: 16px;
	margin-right: 4px;
	cursor: default;
	color: var(--cm-green);
}

tr.cm-hover:hover {
	background-color: #ebebf8 !important;
}

	tr.cm-hover:hover > td {
		background-color: #ebebf8 !important;
	}

li.cm-hover:hover {
	background-color: #ebebf8 !important;
}

	li.cm-hover:hover > div.cm-cell {
		border-bottom: groove 1px #5bc0de !important;
		border-right: groove 1px #5bc0de !important;
		border-left: groove 1px #5bc0de !important;
		border-top: groove 1px #5bc0de !important;
	}

a.disabled-link {
	pointer-events: none;
	opacity: 0.4;
}

.col-w-scroll-17 {
	width: 17px;
	text-align: center;
}

.col-w-b15-1 {
	width: 15px;
	text-align: center;
}

.col-w-b15-3 {
	width: 45px;
}

.col-w-b30-1 {
	width: 30px;
	text-align: center;
}

.col-w-b30-2 {
	width: 60px;
}

.col-w-b30-3 {
	width: 90px;
}

.col-w-b30-4 {
	width: 120px;
}

.col-w-b30-5 {
	width: 150px;
}

.col-w-b30-6 {
	width: 180px;
}

.col-w-b30-7 {
	width: 210px;
}

.col-w-b30-8 {
	width: 240px;
}

.col-w-b30-9 {
	width: 270px;
}

.col-w-b30-10 {
	width: 300px;
}

.col-w-b30-11 {
	width: 330px;
}

.col-w-b30-12 {
	width: 360px;
}

.text-overflow-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cm-table {
	max-width: inherit !important;
}

table.cm-table th {
	vertical-align: middle !important;
	text-decoration: underline;
}

table.cm-table td {
	padding-top: 2px !important;
	padding-bottom: 0px !important;
	border-top: 0px !important;
}

.selectedMenu {
	background-color: #337ab7 !important;
}

	.selectedMenu > a {
		color: white !important;
	}

/* <- common  *.html;   */
/* -> default.html */
.ScreenTitle {
	color: Gray;
	font-weight: bold;
	font-size: x-large;
	font-family: "Verdana";
	text-transform: uppercase;
	padding: 6px;
}

.fncApp {
	font-size: 12px !important;
	padding-left: 10px;
	padding-right: 10px;
	/*padding-top: 10px;*/
	/*max-width:1500px;*/
	/*min-width:1300px;*/
}

.hidden-tab-hide {
	display: none !important;
}

.gl-acc-html {
  color:#eea236 !important;
  border: none !important;
  font-style: italic;
  font-size: 0.8em;
	font-weight: 600;
}

.table-inv-items-with-rowspan tbody > tr:nth-of-type(4n+1) {
	background-color: #f2f2f2;
}

.table-inv-items-with-rowspan tbody > tr:nth-of-type(4n+2) {
	background-color: #f2f2f2;
}

/* <- default.html */
/* <calendar> */
.cal-day {
	padding-bottom: 0px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
	padding-top: 0px !important;
	height: 85px !important;
	box-sizing: border-box !important;
}

.cal-day-tbl {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-position: center 10px;
}

.cal-day-row1 {
	line-height: 18px;
}

.cal-day-row2 {
	font-size: 11px;
	color: brown;
}

.cal-day-row3 {
	font-size: 11px;
	color: darkgreen;
}

.cal-day-row4 {
	font-size: 13px;
	color: #337ab7;
}

.cal-w-icon {
	width: 14px;
	height: 14px;
	float: right;
	padding-right: 2px;
	margin-left: 5px;
	color: #5bc0de;
	cursor: pointer;
}

.cal-flag-icon {
	width: 14px;
	height: 14px;
	float: left;
	padding-left: 2px;
	color: orange;
	cursor: pointer;
}

.cal-projected-sales-icon {
	width: 14px;
	height: 14px;
	line-height: 14px;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #9900cc;
	cursor: pointer;
}

.cal-actual-and-projected-sales-icon {
	width: 14px;
	height: 14px;
	line-height: 14px;
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	color: #9900cc;
	cursor: pointer;
}

.cal-expences-txt {
	font-weight: bold;
	cursor: pointer;
	color: brown !important;
	float: right;
	padding-right: 5px;
}

.cal-sales-txt {
	font-weight: bold;
	cursor: pointer;
	color: darkgreen !important;
	float: right;
	padding-right: 5px;
}

.cal-cost-txt {
	font-weight: bold;
	color: #337ab7;
	float: right;
	padding-right: 5px;
}

.cal-week-sum {
	padding-bottom: 0px !important;
	background-color: lightgray;
	padding-left: 2px;
	padding-top: 0px !important;
	height: 85px !important;
	box-sizing: border-box !important;
}

.cal-week-sum-tbl {
	width: 100%;
}

.cal-week-row1 {
	/*height: 18px;
	padding-top: 0px !important;*/
	line-height: 18px;
}

.cal-week-row2 {
	font-size: 11px;
}

.cal-week-row3 {
	font-size: 11px;
}

.cal-week-flag-icon {
	width: 14px;
	height: 14px;
	margin-left: 4px;
	color: orange;
	cursor: pointer;
	/*display: none;*/
}

.cal-week-expences-txt {
	color: brown;
	font-weight: bold;
	float: right;
	cursor: pointer;
}

.cal-week-projected-sales-icon {
	line-height: 12px;
	font-weight: bold;
	font-size: 1.2em;
	color: #9900cc;
	cursor: pointer;
}

.cal-week-mixed-sales-icon {
	line-height: 12px;
	font-weight: bold;
	font-size: 1.4em;
	color: #9900cc;
	cursor: pointer;
}

.cal-week-sales-txt {
	color: darkgreen;
	font-weight: bold;
	text-align: right;
}

.cal-week-total-lbl {
	width: 84px;
	font-size: 11px;
	display: block;
}

.cal-week-total-txt {
	color: #337ab7;
	font-weight: bold;
	text-align: right;
	font-size: 13px;
}

.cal-data-type-input {
	background-color: #f5f5f5;
	color: black;
}

	.cal-data-type-input:hover {
		background-color: #f5f5f5;
		color: black;
	}

	.cal-data-type-input.active {
		color: #fff;
		background-color: #5bc0de;
		border-color: #46b8da;
	}

		.cal-data-type-input.active:hover {
			color: #fff;
			background-color: #5bc0de;
			border-color: #46b8da;
		}

.cal-button-like-label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.cal-today {
	border: solid 2px #006699 !important;
	border-top: solid 2px #006699 !important;
}

.cal-btn-calendar {
	color: #fff;
	background-color: #337ab7;
}

/* </calendar> */
/* <einvoices> */
.env-modal-second-header {
	padding: 15px;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
}

tr.env-disabled-row > td + td {
	opacity: 0.4;
}

tr.env-disabled-row > td > a {
	pointer-events: none;
	cursor: default;
}

.ItemIdZero {
	color: red;
	font-weight: bold;
}
.items-not-matched {
	color: red;
	font-weight: bold;
}
.disable-batch-action {
	color: lightgray;
}
.matched-item-link {
	cursor: pointer;
}
.gl-acct-approval {
	color: #eea236 !important;
	font-weight: bold;
}
/* </einvoices> */
/* <invoices> */
.inv-deposit-textbox:disabled {
	cursor: pointer;
	pointer-events: inherit;
}

.inv-deposit-textbox:enabled {
	cursor: text;
	background-color: white;
	pointer-events: inherit;
}

.inv-image-section {
	border: solid 1px lightgrey;
	height: calc(100vh - 300px);
}

.inv-table-section {
	border: solid 1px lightgrey;
	height: calc(100vh - 300px);
}

.inv-table {
	height: calc(100vh - 330px);
}

.inv-table-footer {
	position: sticky;
	bottom: 0;
	background: wheat;
}

.inv-add-item {
	position:absolute;
	bottom: 0;
	height: 30px;
	padding: 5px;
	width: -webkit-fill-available;
	margin-right: 15px;
	/* background-color: lightcyan;	 */
}

.no-po-table {
	height: calc(100vh - 444px);
	overflow-y: auto;
}

.no-po-add-item {
	height: 115px;
}

.inv-tscript-image-section {
	border: solid 1px lightgrey;
	height: calc(100vh - 300px);
	margin-bottom: 0;
	overflow: auto;
}

.inv-tscript-table-section {
	border: solid 1px lightgrey;
	height: calc(100vh - 300px);
	margin-bottom: 0;
	overflow-x: auto;
}

.modal-show-transcript {
	max-width: 1500px !important;
	width: calc(100vw - 100px) !important;
}
/* </invoices> */
/* --> polist.html polist.js */
.poListModeActiveTab {
	background-color: #337ab7 !important;
	color: white !important;
}

.poListModeInactiveTab {
	background-color: #f5f5f5 !important;
	color: #337ab7 !important;
}

.poListModeActivePanel {
	box-shadow: 2px 3px 2px #888888 !important;
	/*opacity: 1 !important;*/
}

/* <-- polist.html polist.js */
/* <sales> */
/* ->sales.html form - header */
.sls-inline-container-left {
	display: inline-block;
	float: left;
}

.sls-inline-container-right {
	display: inline-block;
	float: right;
}

.sls-disabled-container {
	opacity: 0.4;
	pointer-events: none;
}

.sls-input-read-only {
	padding-right: 3px !important;
	/*text-align: left;*/
	width: 100px;
	float: right;
	box-shadow: none !important;
	background: transparent;
	cursor: default;
	pointer-events: none;
}

.sls-dropdown-read-only {
	box-shadow: none !important;
	border: none;
	background: transparent;
	cursor: default;
	pointer-events: none;
}

/* <-sales.html form - header */
/* ->sales.html form */
.sls-cell-read-only {
	box-shadow: none !important;
	background: transparent;
	cursor: default;
	pointer-events: none;
}

.sls-cell-numeric {
	padding: 2px 5px 0px 5px;
	width: 100%;
	text-align: right;
	background: transparent;
}

.sls-cell-text {
	padding: 2px 5px 0px 5px;
	width: 100%;
	text-align: left;
	background: transparent;
}

.sls-disabled-input {
	background-color: #f5f5f5;
}

table.sls-table3 td {
	padding: 0 !important;
}

#sales-page {
	min-height: calc(100vh - 140px);
}
/* <-sales.html form */
/* </sales> */
/* <setup> */
/* ->qb-online.html */
.stp-modal-fullscreen > div.modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

	.stp-modal-fullscreen > div.modal-dialog > div.modal-content {
		height: auto;
		min-height: 100%;
		border-radius: 0;
		border-bottom: 0;
		/*1px lightgray solid;*/
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}

.stp-modal-text-larger {
	font-size: larger;
}

.stp-modal-text-quoted {
	font-weight: bold;
	color: brown;
}

.stp-chart-del-disable {
	cursor: not-allowed;
	opacity: 0.5;
}
/* <-qb-online.html */
/* </setup> */

.item-price-discount {
  top: -4px;
  padding-right: 0px;
  font-size: 12px;
  cursor: pointer;
}

.pop-label {
  display: block;
  float: left;
  text-align: left;
  /* width: 120px; */
  font-weight: bold;
}

.pop-row {
  display: block;
  text-align: right;
}

.pop-head {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

.return-short-icon {
	/* float: left; */
	left: -8px;
	top: -6px;
	cursor: pointer;
}

.inv-unlink-icon {
	color: var(--cm-pink);
	cursor: pointer;
	font-size: 0.8em;
}

.inv-unlink-disable {
	cursor: not-allowed;
	opacity: 0.4;
}

.einvoice-gl-acc-link {
	text-decoration: underline;
	color: #337ab7;
	cursor: pointer;
}

.sales-total-sum {
	text-align: right !important;
	border-top: 1px solid black !important;
}

/* CM BUTTON GRAY */
.btn-gray {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-gray:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-gray .badge {
  text-shadow: none;
}

.btn-gray {
  background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #828282 100%);
  background-image: -o-linear-gradient(top, #d3d3d3 0%, #828282 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#828282));
  background-image: linear-gradient(to bottom, #d3d3d3 0%, #828282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808e00', endColorstr='#ff495100', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #565656;
}
.btn-gray:hover,
.btn-gray:focus {
  background-color: #828282;
  background-position: 0 -15px;
}
.btn-gray:active,
.btn-gray.active {
  background-color: #828282;
  border-color: #565656;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #828282;
  background-image: none;
}

.cm-btn-gray {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.cm-btn-gray:active,
.cm-btn-gray.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.cm-btn-gray.disabled,
.cm-btn-gray[disabled],
fieldset[disabled] .cm-btn-gray {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cm-btn-gray .badge {
  text-shadow: none;
}

.cm-btn-gray {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.cm-btn-gray:hover,
.cm-btn-gray:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.cm-btn-gray:active,
.cm-btn-gray.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.cm-btn-gray.disabled,
.cm-btn-gray[disabled],
fieldset[disabled] .cm-btn-gray,
.cm-btn-gray.disabled:hover,
.cm-btn-gray[disabled]:hover,
fieldset[disabled] .cm-btn-gray:hover,
.cm-btn-gray.disabled:focus,
.cm-btn-gray[disabled]:focus,
fieldset[disabled] .cm-btn-gray:focus,
.cm-btn-gray.disabled.focus,
.cm-btn-gray[disabled].focus,
fieldset[disabled] .cm-btn-gray.focus,
.cm-btn-gray.disabled:active,
.cm-btn-gray[disabled]:active,
fieldset[disabled] .cm-btn-gray:active,
.cm-btn-gray.disabled.active,
.cm-btn-gray[disabled].active,
fieldset[disabled] .cm-btn-gray.active {
  background-color: #e0e0e0;
  background-image: none;
}

.gl-acct-checkbox-td {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.gl-acct-checkbox-td .glyphicon {
  font-size: 20px !important;
}

.einvoice-dup-inv-linked {
	color: #5bc0de;
	/* cursor: pointer; */
}

.einvoice-inv-accepted {
	color: #5cb85c;
}

.einvoice-inv-exported {
	color: #5bc0de;
}

/* .expect-credit-icon {
  cursor: pointer;
  position: relative;
  top: -8px;
  right: 2px;
  font-size: 10px;
} */

.einvoice-credit-for {
	display: inline-block;
	padding-left: 5px;
	border: solid 1px lightblue;
	border-radius: 5px;
}

.einvoice-credit-for span {
	margin-right: 5px;
}

.einvoice-credit-for input {
	float: right;
	width: 12px;
	height: 16px;
	line-height: 16px;
	padding: 0;
}