html {
	box-sizing: border-box;
}
*,
::before,
::after {
	box-sizing: inherit;
}
@-ms-viewport {
	width: device-width;
}
@media (hover: none) {
	/* start mobile styles */
	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"] {
		font-size: 16px !important;
	}
	/* end mobile styles */
}
/***************************************************************
  Common definitions
****************************************************************/
body {
	margin: 0;
	padding: 0;
	color: #353535;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 14px;
}
body #loaderoverlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #aaa;
	opacity: 0.4;
	z-index: 1000;
	text-align: center;
	font-size: 80px;
	padding-top: 200px;
	cursor: wait;
	display: none;
}
button,
input,
select,
textarea {
	color: #353535;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	border: 1px solid #569740;
}
a,
span,
div,
button,
input[type="button"],
input[type="submit"] {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.hilghtitem {
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.hilghtitem:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
textarea {
	font-size: 14px;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	padding: 3px 4px;
}
select {
	padding: 2px 4px;
}
p,
h1,
h2,
div {
	cursor: default;
}
p,
h1,
h2,
.td,
td,
a,
.pager,
th,
.th,
.unselectable,
#page_footer,
label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
h1 {
	font-size: 20px;
	border-bottom: 1px solid #BFBFBF;
}
@media only screen and (min-width: 1366px) {
	h1 {
		margin: 10px 0 10px 0;
	}
}
@media only screen and (min-width: 499px) and (max-width: 1365px), only screen and (max-width: 500px) {
	h1 {
		margin: 0px;
	}
}
h2 {
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #BFBFBF;
}
@media only screen and (min-width: 1366px) {
	h2 {
		margin-top: 35px;
	}
}
@media only screen and (min-width: 499px) and (max-width: 1365px), only screen and (max-width: 500px) {
	h2 {
		margin-top: 15px;
	}
}
h3 {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #BFBFBF;
}
h4 {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 5px;
}
a {
	color: #444444;
}
a[name] {
	display: block;
	position: relative;
	top: -60px;
	visibility: hidden;
}
.ui-message {
	margin-bottom: 15px;
}
.ui-message[data-scroll-load-trigger] .ui-icon {
	display: none;
}
.field {
	margin-bottom: 10px;
}
.field label {
	display: block;
	color: #666;
	font-size: 13px;
}
.field span.labelled {
	padding-left: 10px;
}
.field input:not([type="checkbox"]),
.field textarea,
.field select,
.field span {
	width: 100%;
	margin-top: 3px;
	font-size: 14px;
	color: black;
}
.field.oneline label {
	color: #353535;
}
.field.oneline.checkbox {
	line-height: 14px;
}
.field.warning * {
	color: red;
	font-weight: bold;
}
.field.hint * {
	color: #569740;
	font-weight: bold;
}
.group {
	border-spacing: 0;
	width: 100%;
}
@media only screen and (min-width: 1366px) {
	.group {
		table-layout: fixed;
	}
}
.group td {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	padding-right: 10px;
}
.group td:last-child {
	padding-right: 0;
}
.group td.zip {
	width: 100px;
}
.addcargoform {
	margin-bottom: 15px;
	display: inline-block;
	float: right;
}
.addcargoform .field {
	display: inline-block;
}
.reportfilter input[type="submit"] {
	margin-bottom: 8px;
}
/***************************************************************
  Page header definitions
****************************************************************/
#page_header {
	background-color: #2C8218;
	display: inline-block;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}
@media only screen and (min-width: 1366px) {
	#page_header {
		height: 73px;
	}
}
@media only screen and (max-width: 500px), only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_header {
		height: 60px;
	}
}
#page_header .logo {
	display: inline-block;
	height: 60px;
	width: 60%;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 1366px) {
	#page_header .logo {
		margin-top: 7px;
	}
}
@media only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_header .logo {
		margin-top: 14px;
		margin-left: 58px;
	}
}
@media only screen and (max-width: 500px) {
	#page_header .logo {
		margin-top: 14px;
		margin-left: 58px;
		width: 35px;
	}
}
@media only screen and (min-width: 1366px) {
	#page_header .menu {
		position: absolute;
		top: 46px;
	}
	#page_header .menu.shorten > ul > li > a > .label {
		max-width: 100px;
		text-overflow: ellipsis;
		display: inline-block;
		overflow-x: hidden;
	}
	#page_header .menu ul {
		list-style: none outside none;
		margin: 0 0 5px;
		padding-left: 0;
		position: relative;
	}
	#page_header .menu ul.dropdown {
		background-color: #fff;
		border: 2px solid #569740;
		box-shadow: 4px 4px 10px rgba(29, 5, 64, 0.32);
		border-radius: 0 0 4px 4px;
		display: none;
		left: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		width: 250px;
		z-index: 999;
	}
	#page_header .menu ul.dropdown li {
		display: block;
		float: none;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#page_header .menu ul.dropdown li a {
		color: #000;
		display: block;
		height: unset;
		width: 100%;
		padding-top: 2px;
		padding-bottom: 5px;
		padding-right: 0px;
	}
	#page_header .menu ul.dropdown li a:hover {
		color: #fff;
	}
	#page_header .menu ul:not(.dropdown) > li > a {
		border-radius: 3px 3px 0 0;
	}
	#page_header .menu li {
		display: inline-block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#page_header .menu li.focused {
		background-color: #569740;
		border-radius: 3px 3px 0 0;
	}
	#page_header .menu li a {
		color: #fff;
		float: left;
		font-size: 16px !important;
		height: 27px;
		padding-right: 6px;
		text-decoration: none;
	}
	#page_header .menu li a:hover {
		background-color: #569740;
	}
	#page_header .menu li .icon {
		margin: 2px 0 0 8px;
		display: inline-block;
		height: 16px;
		width: 14px;
		vertical-align: middle;
	}
	#page_header .menu li i.fa,
	#page_header .menu li .svg-inline--fa {
		display: inline-block;
		vertical-align: middle;
		transition: all 0s;
	}
	#page_header .menu li i.fa.fa-caret-down,
	#page_header .menu li .svg-inline--fa.fa-caret-down {
		margin: 0 4px 0 4px;
	}
	#page_header .menu li.current i.fa,
	#page_header .menu li.current .svg-inline--fa {
		color: #6B6B6B;
	}
	#page_header .menu li.current > a {
		background-color: #fff;
		color: #000;
	}
	#page_header .menu li.current > a i,
	#page_header .menu li.current > a svg {
		color: #666;
	}
	#page_header .menu li .label {
		cursor: pointer;
		display: inline-block;
		margin-top: 1px;
		padding: 0 2px 0 4px;
		vertical-align: middle;
	}
}
@media only screen and (min-width: 1366px) and only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_header .menu > ul > li > a > .label {
		display: none;
	}
}
@media only screen and (min-width: 1366px) and only screen and (min-width: 1366px) {
	#page_header .menu li i.fa,
	#page_header .menu li .svg-inline--fa {
		margin: 0 0 0 10px;
	}
}
@media only screen and (min-width: 1366px) and only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_header .menu li i.fa,
	#page_header .menu li .svg-inline--fa {
		margin: 0 10px 0 16px;
	}
}
@media only screen and (max-width: 500px), only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_header .menu {
		display: none;
	}
}
@media only screen and (min-width: 1366px) {
	#page_header #btn_menu {
		display: none;
	}
}
@media only screen and (max-width: 500px), only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_header #btn_menu {
		font-size: 32px !important;
		color: #2C8218;
		padding: 0;
		display: inline-block;
		height: 50px;
		margin-left: 3px;
		margin-top: 5px;
		position: fixed;
		width: 50px;
	}
}
#page_header .userinfo {
	color: white;
	text-align: right;
	height: 50px;
}
@media only screen and (min-width: 1366px) {
	#page_header .userinfo {
		top: 6px;
		float: right;
		position: relative;
	}
}
@media only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_header .userinfo {
		top: 10px;
		position: absolute;
		float: right;
		right: 7px;
	}
}
@media only screen and (max-width: 500px) {
	#page_header .userinfo {
		top: 9px;
		position: fixed;
		right: 6px;
	}
}
#page_header .userinfo a {
	color: white;
}
#page_header .userinfo .logout {
	font-size: 12px;
}
#page_header .userinfo .logout span {
	background-position: 0 -122px;
}
#inline_menu {
	display: none;
	position: fixed;
	width: 100%;
	opacity: 0.9;
	z-index: 99999;
}
@media only screen and (max-width: 500px), only screen and (min-width: 499px) and (max-width: 1365px) {
	#inline_menu {
		background-color: #2C8218;
		top: 58px;
	}
	#inline_menu ul {
		padding: 0 15px;
		list-style: none outside none;
	}
	#inline_menu ul li {
		line-height: 36px;
	}
	#inline_menu ul li .downarrow {
		display: none;
	}
	#inline_menu ul li .label {
		margin: 0 4px;
		font-size: 18px;
		vertical-align: top;
	}
	#inline_menu a {
		color: #fff;
		font-size: 14px;
		padding-top: 2px;
		padding-bottom: 5px;
		text-decoration: none;
	}
	#inline_menu a:hover {
		font-weight: bold;
	}
}
/***************************************************************
  Page content definitions
****************************************************************/
#page_content {
	display: inline-block;
	margin-bottom: 80px;
	width: 100%;
	min-height: 600px;
}
@media only screen and (min-width: 1366px) {
	#page_content {
		margin-top: 80px;
	}
}
@media only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_content {
		margin-top: 72px;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 500px) {
	#page_content {
		margin-top: 72px;
		padding: 0 10px;
	}
}
#page_content .pdfviewerframe {
	border: 0px;
	width: 100%;
}
@media only screen and (min-width: 1366px) {
	#page_content .pdfviewerframe {
		height: 1800px;
	}
}
@media only screen and (min-width: 499px) and (max-width: 1365px) {
	#page_content .pdfviewerframe {
		height: 1200px;
	}
}
@media only screen and (max-width: 500px) {
	#page_content .pdfviewerframe {
		height: 700px;
	}
}
.content {
	margin: auto;
	/*overflow: auto;*/
}
@media only screen and (min-width: 1366px) {
	.content {
		width: 1280px;
	}
}
.content .submitbutton {
	float: right;
}
.content .breadcrumbnavbar {
	color: #777;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
.content .breadcrumbnavbar a {
	color: #777;
}
.content .table {
	width: 100%;
	margin-bottom: 10px;
}
.content .table .thead .tr .td[align="right"] {
	padding-right: 8px;
}
.content .table .tbody .tr:hover {
	background-color: #DDF9D4;
}
.content .table .tbody .tr:nth-child(even):hover {
	background-color: #DDF9D4;
}
.content .table .tbody .tr:nth-child(even) {
	background-color: #ececec;
}
.content .table .tbody .tr .td {
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}
.content .table .tbody .tr .td[align="right"] {
	padding-right: 8px;
}
.content .table .tbody .tr[onclick] .td {
	cursor: pointer;
}
.content .table .tfoot {
	font-weight: bold;
	background: #CDE7CB !important;
}
.content .table .tfoot .td {
	white-space: nowrap;
}
@media only screen and (max-width: 500px) {
	.content .listing {
		overflow-x: auto;
		overflow-y: visible;
	}
}
.content .listing .multi-actions {
	float: left;
	padding: 0px 10px;
}
.content .listing .multi-actions svg {
	height: 12px;
	vertical-align: super;
}
.content .listing .multi-actions > * {
	margin-right: 5px;
}
@media only screen and (min-width: 1366px), only screen and (min-width: 499px) and (max-width: 1365px) {
	.content .pager .current {
		display: inline-block;
		margin: 2px 6px;
	}
	.content .pager .anchor {
		display: inline-block;
		margin: 2px;
		padding: 2px 8px;
	}
	.content .pager .anchor:hover {
		background-color: #DDF9D4;
	}
}
@media only screen and (max-width: 500px) {
	.content .pager a {
		padding: 1px 6px;
	}
	.content .pager .current {
		display: inline-block;
		margin: 2px 2px 2px 4px;
	}
}
.content .pager .total {
	display: inline-block;
	margin: 2px 2px 2px 20px;
	color: #666;
	font-size: 10px;
}
.content .clear {
	clear: both;
}
.content .toolbar {
	width: 100%;
	text-align: right;
	clear: both;
	margin-top: 10px;
}
.content .toolbar .ui-button {
	margin-bottom: 4px;
	padding: 0.3em 0.7em;
}
.content .btnexport {
	float: right;
}
.content .flex_row {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.content .flex_row div:first-child:nth-last-child(1),
.content .flex_row div:first-child:nth-last-child(1) ~ div {
	min-width: 100%;
}
.content .flex_row div:first-child:nth-last-child(2),
.content .flex_row div:first-child:nth-last-child(2) ~ div {
	min-width: calc(100% / 2 - 15px);
}
.content .flex_row div:first-child:nth-last-child(3),
.content .flex_row div:first-child:nth-last-child(3) ~ div {
	min-width: calc(100% / 3 - 15px);
}
.content .flex_row div:first-child:nth-last-child(4),
.content .flex_row div:first-child:nth-last-child(4) ~ div {
	min-width: calc(100% / 4 - 15px);
}
.content .flex_row div:first-child:nth-last-child(5),
.content .flex_row div:first-child:nth-last-child(5) ~ div {
	min-width: calc(100% / 5 - 15px);
}
.content .flex_row div:first-child:nth-last-child(6),
.content .flex_row div:first-child:nth-last-child(6) ~ div {
	min-width: calc(100% / 6 - 15px);
}
.content .flex_row div:first-child:nth-last-child(7),
.content .flex_row div:first-child:nth-last-child(7) ~ div {
	min-width: calc(100% / 7 - 15px);
}
.content .flex_row div:first-child:nth-last-child(8),
.content .flex_row div:first-child:nth-last-child(8) ~ div {
	min-width: calc(100% / 8 - 15px);
}
.content .flex_row.col2 > * {
	width: calc(100% / 2 - 15px) !important;
}
.content .flex_row.col3 > * {
	width: calc(100% / 3 - 15px) !important;
}
.content .flex_row.col4 > * {
	width: calc(100% / 4 - 15px) !important;
}
.content .flex_row.col5 > * {
	width: calc(100% / 5 - 15px) !important;
}
.content .flex_row.col6 > * {
	width: calc(100% / 6 - 15px) !important;
}
.content .flex_row.col7 > * {
	width: calc(100% / 7 - 15px) !important;
}
.content .flex_row.col8 > * {
	width: calc(100% / 8 - 15px) !important;
}
.content .flex_row > *:not(:last-child) {
	margin-right: 20px;
}
.content .tilerow {
	/*display: flex;*/
}
.content .tile {
	border: 1px solid rgba(54, 64, 74, 0.08);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-clip: padding-box;
	margin-bottom: 20px;
	background-color: #569740;
	margin-right: 0px;
	float: left;
	width: 100%;
	text-align: center;
	/*margin: 0 auto;*/
}
@media only screen and (min-width: 1366px), only screen and (min-width: 499px) and (max-width: 1365px) {
	.content .tile {
		padding: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.content .tile {
		padding: 10px;
	}
}
.content .tile:hover {
	background-color: #2C8218;
}
.content .tile[onclick] {
	cursor: pointer;
}
.content .tile > h1 {
	margin: 0 0 14px 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #6B6B6B;
}
.content .tile .intro {
	color: #666;
}
.content .tile h3 {
	border-bottom: unset;
	font-weight: unset;
	color: #fff;
	font-size: 18px;
}
@media only screen and (min-width: 1366px), only screen and (min-width: 499px) and (max-width: 1365px) {
	.content .tile h3 {
		margin-top: 0px;
	}
}
.content .tile p {
	color: #505458;
	margin-bottom: 0px;
	margin-top: 8px;
	white-space: nowrap;
}
.content .tile .icon {
	display: block;
	color: #fff;
	font-size: 58px;
	/*@media @desktop, @tablet { position: absolute; }*/
}
.content .tile.panel100 {
	min-height: 130px;
	margin-right: 20px;
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel100 {
		width: calc(100% - 20px);
	}
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel100.last-in-row {
		width: 100%;
		margin-right: 0px;
	}
}
.content .tile.panel75 {
	min-height: 130px;
	margin-right: 20px;
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel75 {
		width: calc(75% - 20px);
	}
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel75.last-in-row {
		width: 75%;
		margin-right: 0px;
	}
}
.content .tile.panel50 {
	min-height: 130px;
	margin-right: 20px;
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel50 {
		width: calc(50% - 20px);
	}
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel50.last-in-row {
		width: 50%;
		margin-right: 0px;
	}
}
.content .tile.panel33 {
	min-height: 130px;
	margin-right: 20px;
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel33 {
		width: calc(33.3% - 20px);
	}
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel33.last-in-row {
		width: 33.3%;
		margin-right: 0px;
	}
}
.content .tile.panel25 {
	min-height: 130px;
	margin-right: 20px;
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel25 {
		width: calc(25% - 20px);
	}
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel25.last-in-row {
		width: 25%;
		margin-right: 0px;
	}
}
.content .tile.panel20 {
	min-height: 130px;
	margin-right: 20px;
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel20 {
		width: calc(20% - 20px);
	}
}
@media only screen and (min-width: 1366px) {
	.content .tile.panel20.last-in-row {
		width: 20%;
		margin-right: 0px;
	}
}
.content .tile.center {
	margin: 0 auto;
	float: none;
	margin-right: auto !important;
}
.content div.quill {
	height: unset;
}
.content div.quill .ql-editor {
	min-height: 400px;
	/*font-family: 'Saira Semi Condensed', sans-serif;*/
	font-size: 16px;
}
.content div.quill .ql-editor img {
	max-width: 900px;
	max-height: 900px;
}
.content div.quill .ql-editor h1 {
	font-size: 20px;
}
.content div.quill .ql-editor h2 {
	font-size: 18px;
}
.content .ql-align-center {
	text-align: center;
}
.content .ql-align-right {
	text-align: right;
}
.content .dashboardintro {
	margin: 20px 0 30px 0;
}
.content .dashboardintro img {
	max-width: 900px;
	max-height: 900px;
}
.loginform {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
@media only screen and (min-width: 1366px), only screen and (min-width: 499px) and (max-width: 1365px) {
	.loginform {
		width: 50%;
	}
}
.table.ui-widget-content {
	border: 0px !important;
	background: transparent !important;
}
@media only screen and (max-width: 500px) {
	.table.standalone {
		overflow-x: auto;
		display: block;
	}
}
.ui-dialog {
	max-width: 100%;
}
.ui-dialog .ui-dialog-titlebar {
	margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
	.ui-dialog.ui-widget.ui-widget-content {
		padding: 0;
	}
}
.ui-dialog .ui-dialog-content {
	padding: 0 1em !important;
}
.table {
	/*    .tfoot .named-summary .td
    {
        display: block;
    }*/
}
.table .thead.ui-widget-header {
	background: #CDE7CB !important;
}
.google_vis {
	border: 0px !important;
}
.truckdetails {
	margin-top: 40px;
}
.truckdetails .caption {
	font-size: 16px;
	margin-bottom: 6px;
}
.listing .own {
	font-weight: bold;
	color: #cc3300;
}
/***************************************************************
  Page footer definitions
****************************************************************/
#page_footer {
	color: #BFBFBF;
	width: 100%;
	font-size: 12px;
	margin-bottom: 6px;
}
#page_footer a {
	color: #BFBFBF;
}
#page_footer .copyright {
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: center;
	vertical-align: top;
}
/***************************************************************
  Definitions for print-output
****************************************************************/
@media all {
	.page-break {
		display: none;
	}
}
@media print {
	.page-break {
		display: block;
		page-break-before: always;
	}
}
@media print {
	.no-print,
	.no-print *,
	.toolbar {
		display: none !important;
	}
	#page_content {
		width: 100%;
		margin: 0;
		float: none;
	}
}
.childmemberautocomplete {
	width: 250px;
}
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Open Sans', arial, helvetica, sans-serif !important;
	font-size: 14px !important;
}
@media (hover: none) {
	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea {
		font-size: 16px !important;
	}
}
.ui-autocomplete {
	font-size: 13px !important;
}
.ui-autocomplete a {
	display: block;
	white-space: nowrap;
}
.ui-autocomplete a.ui-state-active {
	font-weight: normal;
	color: black;
}
.add-device-info {
	margin: auto;
	width: 80%;
}
.add-device-info td {
	text-align: center;
}
.add-device-info .accesscode {
	font-family: monospace;
	font-size: 2rem;
	border: 1px dotted gray;
	padding: 10px;
	margin: 10px;
	display: block;
}
.receiptnote {
	margin-bottom: 10px;
}
.receiptnote .head {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	background-color: #CDE7CB;
	padding: 5px;
}
.receiptnote .head .created {
	color: #6B6B6B;
}
.receiptnote .body {
	padding: 5px;
	border: 1px solid #CDE7CB;
}
.ui-autocomplete {
	background: #f5f3e5 !important;
}
.ui-autocomplete .ui-menu-item {
	padding: 3px;
}
.ui-autocomplete .ui-menu-item.ui-state-focus a {
	color: white !important;
}
.listingfilter .notitle {
	padding-top: 18px;
	white-space: nowrap;
}
