


:root {
	/* Colors: */
	--default-color-white: #FFFFFF;
	--default-color-black: #000000;
	--default-color-gold: #ba7f3d;
	--default-color-greylight: #f7f7f7;
	--default-color-grey: #666666;
	--default-color-greydark: #3f3f3f;

	--default-color-navy: #201547;
	--default-color-green: #00C389;
	/*--default-color-background: #eae8e9;*/
	--default-color-red: #fb3640;
	--default-color-blue: #21577b;

	/* Font/text values */
	--default-font-family-raleway: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	/*--default-font-family-raleway: 'Raleway',sans-serif;*/
	/*--default-font-family-opensans: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;*/

	--default-font-style-normal: normal;
	--default-font-weight-normal: normal;
	--default-font-weight-600: 600;
	--default-font-size: 14px;
	--default-character-spacing-0: 0px;
	--default-line-height: 1.57em;
	--default-text-transform-uppercase: uppercase;

	/* Shape sizes */
	--size-border-radius: 10px;
	--size-border-radius-shadows: 20px;
	--size-border-radius-buttons: 8px;
	--size-corner-desktop: 60px;
	--size-corner-mobile: 30px;

	--size-space-large: 40px;
	--size-space-medium: 20px;
	--size-space-small: 10px;

}

.color-gold, #main-content .color-gold { color: var(--default-color-gold); }


/* *********************************************************************************************************** */
/* containers */
/* *********************************************************************************************************** */

body.admin-bar.et_fixed_nav #page-container #main-header {
	top: 0;
}


.content-area-macs {}
.content-area-macs .macs-container {
	width: 96%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.content-area-macs .macs-container-wide {
	max-width: 1740px;
}
.content-area-macs .macs-container .et_pb_row {
	width: 100%;
	max-width: 100%;
}
.row-logo {
	display: flex;
	font-size: 18px;
}
.row-logo .et_pb_image .et_pb_image_wrap { display: block; }
#main-content .row-logo .et_pb_image .et_pb_image_wrap img {
	width: 100%;
	max-width: 250px;
}

.login-menu-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.login-menu-column .login-menu {
	text-align: right;
}
#macs-content .admin_top_bar { padding: 0; margin-top: 20px; }
#macs-content .macs-top-menu { padding: 0; }

@media only screen and (min-width: 1350px) {
	#macs-content .et_pb_section { padding: 14px 0;	}
	#macs-content .et_pb_section.footnote { padding: 50px 0;}

	.et_pb_row { padding: 20px 0; }
	#macs-content .row_pad10 { padding: 10px 0; }

	#macs-content .admin_top_bar { padding: 0; margin-top: 20px; }
	#macs-content .macs-top-menu { padding: 0; }

	#macs-content .form-subsection { padding-top: 0; }
}
@media only screen and (min-width: 981px) {
	div.et_pb_row .et_pb_column .et_pb_module:last-of-type {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 980px) {
	#macs-content .macs-top-menu .et_pb_menu__menu { display: block; }
	#macs-content .macs-top-menu .et_pb_menu__menu > nav > ul { justify-content: flex-end; }
	.macs-top-menu .row-menu { padding: 10px; }
	#macs-content .macs-top-menu .et-menu > li { padding: 5px 11px; }
}

/* *********************************************************************************************************** */
/* general */
/* *********************************************************************************************************** */
body, body *,
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: var(--default-font-family-raleway);
}

.et_color_scheme_orange .macs-container a,
.macs-container a {
	color: var(--default-color-gold);
}

.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }

/*#macs-content * { box-sizing: border-box; }*/

.bg-lightgrey { background-color: var(--default-color-greylight); }
.bg-white { background-color: #ffffff; }

.cell-padding-large { padding: var(--size-space-large); }
.cell-padding-medium { padding: var(--size-space-medium); }
.cell-padding-small { padding: var(--size-space-small); }

#macs-content .section_title {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0 0 0.8em 0;
	margin: 0;
	text-align: left;
}
#macs-content .macs-highlighted-header {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid var(--default-color-gold);
}
#macs-content h3 {
	font-size: 18px;
	padding-bottom: 0;
}
#macs-content .form-section-title {
	font-size: 15px;
	padding-bottom: 15px;
}

#macs-content .padd5, .padd5  { padding: 5px; }
#macs-content .padd10, .padd10  { padding: 10px; }
#macs-content .padd15, .padd15  { padding: 15px; }
#macs-content .paddt0, .paddt0 { padding-top: 0; }
#macs-content .paddt5, .paddt5 { padding-top: 5px; }
#macs-content .paddt10, .paddt10 { padding-top: 10px; }
#macs-content .paddt15, .paddt15 { padding-top: 15px; }
#macs-content .paddt20, .paddt20 { padding-top: 20px; }
#macs-content .paddl0, .paddl0 { padding-left: 0; }
#macs-content .paddl5, .paddl5 { padding-left: 5px; }
#macs-content .paddl10, .paddl10 { padding-left: 10px; }
#macs-content .paddl15, .paddl15 { padding-left: 15px; }
#macs-content .paddb0, .paddb0 { padding-bottom: 0; }
#macs-content .paddb5, .paddb5 { padding-bottom: 5px; }
#macs-content .paddb10, .paddb10 { padding-bottom: 10px; }
#macs-content .paddb15, .paddb15 { padding-bottom: 15px; }
#macs-content .paddb20, .paddb20 { padding-bottom: 20px; }
#macs-content .paddr0, .paddr0 { padding-right: 0; }
#macs-content .paddr5, .paddr5 { padding-right: 5px; }
#macs-content .margt0, .margt0 { margin-top: 0; }
#macs-content .margt5, .margt5 { margin-top: 5px; }
#macs-content .margt10, .margt10 { margin-top: 10px; }
#macs-content .margt15, .margt15 { margin-top: 15px; }
#macs-content .margt20, .margt20 { margin-top: 20px; }
#macs-content .margt25, .margt25 { margin-top: 25px; }
#macs-content .margt30, .margt30 { margin-top: 30px; }
#macs-content .margb0, .margb0 { margin-bottom: 0; }
#macs-content .margb5, .margb5 { margin-bottom: 5px; }
#macs-content .margb10, .margb10 { margin-bottom: 10px; }
#macs-content .margb15, .margb15 { margin-bottom: 15px; }



/* *********************************************************************************************************** */
/* header fix for Divi */
/* *********************************************************************************************************** */

body #main-header, body #main-header .nav li ul, .et-search-form, body #main-header .et_mobile_menu {
	background-color: #000000;
}
#main-header #top-menu a {
	color: #ffffff;
	font-size: 16px;
}
#main-header #top-menu li.current-menu-item > a, #main-header #top-menu li.current_page_item > a {
	color: #ba680b;
}


/* *********************************************************************************************************** */
/* top menu */
/* *********************************************************************************************************** */
.macs-top-menu {}

.macs-top-menu .row-menu {
	background-color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}

.row-menu .et_pb_menu .et_pb_menu__wrap {
	justify-content: flex-end;
}
.row-menu .et_pb_menu li {
	font-family: var(--default-font-family-raleway);
	font-weight: 600;
	font-size: 17px;
}
.row-menu .et_pb_menu a { color: #FFFFFF; }


/* *********************************************************************************************************** */
/* Page tiles */
/* *********************************************************************************************************** */

#macs-content .macs-actions,
#macs-content .macs-pages { padding: 0; }
#macs-content .macs-login { padding: 30px 0 40px 0; }
#macs-content .macs-pages,
#macs-content .macs-pages .row-pages { padding: 0; }
.macs-pages .row-pages {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0;
	margin: 0 -5px 0 -5px;
	width: calc(100% + 10px) !important;
	max-width: calc(100% + 10px) !important;
	background-image: url('images/background-architect_support-1220.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.macs-pages .row-pages-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.macs-pages .row-pages .page-tile {
	border: 5px solid #ffffff;
}
.page-tile .tile-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	background-color: rgba(200,200,200,0.75);
	transition: all 0.2s ease-in-out;
}
.page-tile.active .tile-link,
.page-tile .tile-link:hover {
	background-color: rgba(0,0,0,0.55);
}
.page-tile .tile-image {
	height: 66.6%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 10px;
}
.page-tile .tile-image img {
	max-width: 45%;
	height: auto;
	display: inline-block;
}
.page-tile .tile-title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	color: #ffffff;
	font-size: 16px;
}

.addclient, .editclient {
	scroll-padding-top: 50px;
}


@media only screen and (min-width: 1350px) {
	#macs-content .macs-pages,
	#macs-content .macs-pages .row-pages { padding: 0; }
	#macs-content .macs-login { padding: 30px 0 40px 0; }
	.macs-container-wide .macs-pages .row-pages { grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
}
@media only screen and (min-width: 981px) {

}
@media only screen and (min-width: 981px) {

}
@media only screen and (min-width: 640px) and (max-width: 980px) {
	.macs-pages .row-pages { grid-template-columns: 1fr 1fr 1fr; }
}
@media only screen and (max-width: 639px) {
	.macs-pages .row-pages { grid-template-columns: 1fr 1fr; }
}

/* *********************************************************************************************************** */
/* clientInfoBox */
/* *********************************************************************************************************** */

.clientInfoBox {
	background-color: transparent;
	padding: 0;
	margin: 0;
	position: relative;
}
.clientInfoBox h3 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0 0 0.6em 0;
	margin: 0;
}
.clientInfoBox .optionsButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	text-indent: -20em;
	overflow: hidden;
	background-image: url('images/icon-cog.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.formEmails .emailList { margin: 0 0 25px 0; }
.formEmails .emailAdd {	margin: 0; }


/* ------------------------------------------------------------------------ */
/* --------   Forms   ------------------------------------- */
/* ------------------------------------------------------------------------ */
.clientsarea .button-primary, .clientsarea .button {
	margin: 0;
}

#macs-content select {
	appearance: none;
	-webkit-appearance: none;
}

#macs-content .like-input,
#macs-content .select2-selection__rendered,
body input[type="text"], body input[type="email"],
body input[type="number"], body input[type="date"],
body input[type="password"], body input[type="time"],
body select,
body textarea {
	border: 1px solid var(--default-color-greydark);
	background-color: var(--default-color-white);
	width: 100%;
	font-size: 15px;
	line-height: 1.5em !important;
	padding: 12px 16px;
	border-radius: 0;
	color: var(--default-color-greydark);
	display: block;
}
body.safari input[type="date"] { padding: 12px 16px 6px 16px; }
body textarea { min-height: 6em; }
#macs-content .like-input { text-align: left; }
#macs-content .like-input:empty:before {content: '\a0';}
#macs-content input[disabled="disabled"] {
	color: #aaaaaa;
}

body input[type="text"]::-webkit-input-placeholder,
body input[type="email"]::-webkit-input-placeholder,
body textarea textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--default-color-greydark);
	font-size: 15px;
	opacity: 0.8;
}
body input[type="text"]::-moz-placeholder,
body input[type="email"]::-moz-placeholder,
body textarea textarea::-moz-placeholder { /* Firefox 19+ */
	color: var(--default-color-greydark);
	font-size: 15px;
	opacity: 0.8;
}
body input[type="text"]::-ms-input-placeholder,
body input[type="email"]::-ms-input-placeholder,
body textarea textarea::-ms-input-placeholder { /* Firefox 19+ */
	color: var(--default-color-greydark);
	font-size: 15px;
	opacity: 0.8;
}
 /* file inputs */

body .macs-table .file-input-wrap {
	border: 1px solid var(--default-color-greydark);
	background-color: var(--default-color-white);
	width: 100%;
	font-size: 15px;
	line-height: 1.5em !important;
	padding: 0;
	border-radius: 0;
	color: var(--default-color-greydark);
	display: block;
}
body .macs-table input[type=file]::file-selector-button {
	background-color: #fff;
	color: #000;
	border: 0;
	border-right: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 1.5em !important;
	padding: 12px 16px;
	margin-right: 20px;
	transition: .5s;
}

body .macs-table input[type=file]::file-selector-button:hover {
	background-color: #eee;
	border: 0;
	border-right: 1px solid #e5e5e5;
}

.clientsarea label.radio-inline,
label.radio-inline {
	background-color: var(--default-color-white);
	font-size: 15px;
	line-height: 1.5em !important;
	padding: 12px 26px;
	color: var(--default-color-greydark);
	display: inline-block;
	cursor: pointer;
	border: 1px solid var(--default-color-greydark);
	border-left: 0 none;
}


/*body input[type="checkbox"] {*/
/*	-webkit-appearance: none;*/
/*	-moz-appearance: none;*/
/*	appearance: none;*/
/*	position: relative;*/
/*	height: 30px;*/
/*	width: 45px;*/
/*	background-color: white;*/
/*	border-radius: 5rem;*/
/*	transition: background-color 0.2s;*/
/*	box-shadow: 0 0 15px #0000001e;*/
/*	cursor: pointer;*/
/*}*/
/*body input[type="checkbox"]::after {*/
/*	position: absolute;*/
/*	content: '';*/
/*	top: 50%;*/
/*	left: 40%;*/
/*	transform: translate(-50%, -50%);*/
/*	width: 22px;*/
/*	height: 22px;*/
/*	border-radius: 50%;*/
/*	background-color: rgb(47,47,68);*/
/*	transition: left 0.2s;*/
/*}*/
/*body input[type="checkbox"]:checked {*/
/*	background-color: rgb(98,249,173);*/
/*}*/
/*body input[type="checkbox"]:checked::after {*/
/*	left: 60%;*/
/*}*/




body #macs-content .et_pb_section .et_pb_button,
body #macs-content .et_pb_section .button {
	color: #FFFFFF !important;
	border: 1px solid #BA7F3D;
	border-radius: 0;
	font-size: 15px;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	background-color: #BA7F3D;
	padding: 12px 16px !important;
	line-height: 1.5em !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
body #macs-content .et_pb_section .et_pb_button:hover,
body #macs-content .et_pb_section .button:hover {
	color: #BA7F3D !important;
	background-color: #FFFFFF;
}
#macs-content .login-submit .button,
#macs-content .et_pb_section .button-free {
	min-width: 220px;
	text-align: center;
}

#macs-content .button-icon {
	color: transparent;
	/* text-indent: -99em; */
	/* overflow: hidden; */
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
}
#macs-content .button-icon::after {
	font-family: ETmodules;
	content: "";
	font-size: inherit;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	display: block;
	height: 100%;
	width: 100%;
	color: #ffffff;
}
#macs-content .icon-copy::after { content: 'i'; }

.input-row {
	display: flex;
	flex-wrap: wrap;
}
.input-row .input-shared,
.input-row .button-shared { margin: 0; }
.form-part .button-full { margin: 0; width: 100%; }

.row-with-buttons { flex-wrap: wrap; }
.input-row .full-width {width: 100%;}
#macs-content .insrow .select2-container,
#macs-content .form-input-row .select2-container,
#macs-content .input-row .select2-container { width: 100% !important; }
#macs-content .row-with-buttons .select2-container,
#macs-content .row-with-buttons .input-shared,
#macs-content .row-with-buttons .like-input { width: 70% !important; }
#macs-content .row-with-buttons .form-part { width: 30%; }
#macs-content .row-with-buttons .button-shared { width: 30%; }

.login-submit { text-align: right; }

#macs-content .select2-container--default .select2-selection--single {
	border: 0 none;
	height: 100%;
}
#macs-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.macslogin {
	margin-bottom: 30px;
}


/* ------------------------------------------------------------------------ */
/* --------   USer Select   ------------------------------------- */
/* ------------------------------------------------------------------------ */


.userSelectorBlock {
	text-align: left;
	padding: 0;
	border: 0 solid transparent;
	background-color: transparent;
	float: none;
}
.clientsarea label {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

/* ------------------------------------------------------------------------ */
/* --------   Footer Note   ------------------------------------- */
/* ------------------------------------------------------------------------ */
.row-footnote {
	padding: 15px 0;
	border-top: 1px solid var(--default-color-greydark);
}
.row-footnote .column-button { text-align: right; }


/* ------------------------------------------------------------------------ */
/* --------   Tables   ------------------------------------- */
/* ------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------ */
/* --------   Tables   ------------------------------------- */
/* ------------------------------------------------------------------------ */


.formLevel .insrow td {
	padding: 5px;
}

.macs-table {}
.macs-table01 {}

.macs-table .cell-label {
	vertical-align: middle;
}
.macs-table .cell-grey {
	background-color: var(--default-color-grey);
}
.macs-table .cell-grey label {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
	color: #ffffff;
}
.macs-table div.insrow {
	display: flex;
	margin-bottom: 25px;
}
.macs-table div.insrow:last-child {
	margin-bottom: 0;
}
.macs-table div.insrow-submit {
	justify-content: flex-end;
}
.macs-table div.insrow-stacked {
	flex-direction: column;
}
.macs-table div.cell-padded,
.macs-table div.cell-label {
	padding: 12px 16px;
}
.macs-table div.cell-label { width: 33.3%; }
.macs-table div.cell-input { width: 66.6%; }
.macs-table div.cell-50 { width: 50%; }
.macs-table div.cell-25 { width: 25%; }
.macs-table div.cell-33 { width: 33.33%; }
.macs-table div.cell-66 { width: 66.66%; }
.macs-table div.cell-input-2 { display: flex; }
.macs-table div.cell-input-2 .input-shared { width: 50%; }
.macs-table div.cell-input-2 .input-shared + .input-shared { border-left: 0 none; }
.macs-table .insrow-stacked { flex-direction: column; }
.macs-table .insrow-stacked div.cell-label,
.macs-table .insrow-stacked div.cell-input { width: 100%; }
.macs-table .cell-label label { cursor: pointer; }

#macs-content .padd20 { padding: 20px; }
#macs-content .paddt20 { padding-top: 20px; }
#macs-content .paddb20 { padding-bottom: 20px; }
#macs-content .paddl20 { padding-left: 20px; }
#macs-content .paddr20 { padding-right: 20px; }
#macs-content .padd10 { padding: 10px; }
#macs-content .paddt10 { padding-top: 10px; }
#macs-content .paddb10 { padding-bottom: 10px; }
#macs-content .paddl10 { padding-left: 10px; }
#macs-content .paddr10 { padding-right: 10px; }

.submitrow {
	margin-top: 35px;
}

.listbox {
}

.listboxscrolled {
	max-height: 420px;
	overflow-y: scroll;
}

.listbox .listrow {
	display: flex;
	gap: 5px;
}
.listbox .listrow div.cell-padded { padding: 16px 16px; }
.listbox .listrow div.cell-withinput { padding: 4px 0; }
.listbox .listrow:nth-child(2n+1) > div {
	background-color: var(--default-color-greylight);
}
#macs-content .previous-records a {
	color: var(--default-color-greydark);
	text-decoration: underline;
}

.listbox .listrow .label { font-weight: bold; }

@media only screen and (min-width: 981px) {
	.macs-table div.cell-label { width: 33.3%; }
	.macs-table div.cell-input { width: 66.6%; }
	.macs-table div.cell-50 { width: 50%; }
}

.form-input-row {}
.form-input-row .cell-input-buttonshort,
.form-input-row .cell-input-button {
	display: flex;
}
.form-input-row .cell-gap {
	gap: 20px;
}
.form-input-row .cell-input-button .cell-button { width: 220px; }
.form-input-row .cell-input-buttonshort .cell-button { width: 110px; }
.form-input-row .cell-input-button .cell-input { width: calc(100% - 220px); }
.form-input-row .cell-input-button.cell-gap .cell-input { width: calc(100% - 240px); }
.form-input-row .cell-input-buttonshort .cell-input { width: calc(100% - 110px); }
.form-input-row .cell-input-buttonshort.cell-gap .cell-input { width: calc(100% - 130px); }

.form-input-row .cell-input-button .cell-button .button { width: 100%; }
.form-input-row .cell-input-buttonshort .cell-button .button { width: 100%; }

.form-input-row label {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
	display: inline-block;
}

body #macs-content .select-wrapper {
	display: inline-block;
	position: relative;
	width: calc(100% - 60px);
	max-width: 300px;
}
body #macs-content .select-wrapper::after {
	position: absolute;
	width: 1em;
	height: 1em;
	font-family: ETmodules;
	content: "3";
	font-size: inherit;
	right: 25px;
	top: 8px;
	font-weight: 800;
	/*background-color: #f0f0f0;*/
	/*border: 1px solid #888888;*/
}
body #macs-content .select-wrapper select { padding: 8px 30px 8px 10px; }



/* ------------------------------------------------------------------------ */
/* --------   Errors   ------------------------------------- */
/* ------------------------------------------------------------------------ */

.form-errors {
	padding: 10px 0;
	border-top: 1px solid var(--default-color-red);
	border-bottom: 1px solid var(--default-color-red);
	margin: 10px 0;
}





/* ------------------------------------------------------------------------ */
/* --------   Lists   ------------------------------------- */
/* ------------------------------------------------------------------------ */

.cell-padded {

}
.routes-list {}
.routes-list .column-title {
	font-weight: 700;
}
.routes-list .route-name {
	font-weight: 600;
}




/* ------------------------------------------------------------------------ */
/* --------   Summaries   ------------------------------------- */
/* ------------------------------------------------------------------------ */

.summary-cell {
	display: inline-block;
	background-color: #ffffff;
	padding: 6px 12px;
	font-size: 16px;
}
.summary-cell .summary-detail {
	display: inline-block;
}
.openable-cell {
	margin: 10px 0;
	padding: 10px;
}
.summary-row .openable-cell {
	background-color: #ffffff;
}

.openable-cell .wrap-link,
.summary-cell .wrap-link {
	color: var(--default-color-gold);
	text-decoration: underline;
	cursor: pointer;
}
#macs-content .colActions .wrap-link,
.colActions .wrap-link {
	color: var(--default-color-black);
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
}






/* ------------------------------------------------------------------------ */
/* --------   Tables   ------------------------------------- */
/* ------------------------------------------------------------------------ */


#lvlFootnote {
	display: block;
	margin: 0;
	margin-top: 25px;
	width: 100%;
	text-align: center;
	color: red;
	font-size: 16px;
}

.macs-table12 {} /* for PDF report */
.macs-table12 .cell-input {
	padding: 14px 32px;
	background-color: #ffffff;
	text-align: right;
}
.macs-table12 .cell-input.with-selection {
	padding: 6px 32px;
}




/* ------------------------------------------------------------------------ */
/* --------   Report like styling   ------------------------------------- */
/* ------------------------------------------------------------------------ */



.report-header {
	/*min-width: 1220px;*/

	background-color: #e8e8e8;
	position: relative;
	padding: 1% 2% 15px 2%;
}
.report-header::after {
	content: '';
	background-color: #ba7f3d;
	height: 10px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
}
.report-header .et_pb_row { padding: 5px 0; }
.report-header h1.page_title { margin-bottom: 0; font-size: 70px; line-height: 1.28em; color: #000000; font-weight: 700; } /* font-family: "ralewaymedium"; */

.header-note {
	font-weight: 700;
	font-size: 16px;
}


.report-body {
	/*min-width: 1220px;*/

	padding: 15px 2% 30px 2%;
	font-size: 16px;
	position: relative;
}
.report-body .cert-badge {
	position: absolute;
	width: 18%;
	top: 0;
	right: 5%;
	z-index: 5;
}
.report-body .cert-badge::before {
	content: '';
	display: block;
	width: 100%;
	padding: 100% 0 0 0;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-40%);
}
.badge-wastedisposal::before { background-image: url('images/badge-wastedisposalcert.png'); }
.badge-certcompliance::before { background-image: url('images/badge-certcompliance.png'); }
.badge-certconformity::before { background-image: url('images/badge-certconformity.png'); }

.report-body .report-row {
	padding: 0;
}
.report-header label,
.report-body label {
	color: #ba7f3d;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.report-header .label-c,
.report-body .label-c {
	padding-bottom: 0.1em;
	display: inline-block;
}
.report-body .box-compact .label-c,
.report-body .label-d {
	font-size: 14px;
	margin-top: 0;
}
.boxed-address {
	margin-top: 5px;
	width: 100%;
	border: 2px dashed #666666;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	font-family: Courier New, monospace;
}

.report-header .like-input-white,
.report-header .like-input-grey,
.report-body .like-input-white,
.report-body .like-input-grey {
	margin-top: 5px;
	padding: 8px 15px;
	font-size: 17px;
	line-height: 20px;
	font-family: Courier New, monospace;
	font-weight: 700;
	color: #000000;
	text-align: center;
	background-color: #e8e8e8;
	overflow: hidden;
	width: 100%;
}
.report-header .box-compact .like-input-white,
.report-header .box-compact .like-input-grey,
.report-body .box-compact .like-input-white,
.report-body .box-compact .like-input-grey {
	font-size: 16px;
	padding: 6px 10px;
	line-height: 18px;
}
.like-input-grey .like-textarea b {
    font-family: Courier New, monospace;
    font-weight: 900;
}
.report-header .like-input-white,
.report-body .like-input-white {
	background-color: #ffffff;
}
.report-body .like-textarea {
	min-height: 6em;
}

.box-grey-round {
	background-color:#e8e8e8;
	border-radius: 10px;
	padding: 10px;
}
#macs-content .row-section-title,
.row-section-title {
	font-weight: 600;
	font-size: 26px;
	padding:0;
	margin:0;
}
#macs-content .box-compact .row-section-title { font-size: 22px; }

.image-wrap-grey {
	background-color: #e8e8e8;
	border-radius: 15px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dotted-bottom {
	border-bottom: 2px dotted #333333;
}


@media (min-width: 1300px) {
	.report-header h1.page_title { font-size: 70px; }
}
@media (min-width: 981px) and (max-width: 1299px) {
	.report-header h1.page_title { font-size: 50px; }
}
@media (min-width: 981px) {
	.desk-text-right { text-align: right !important; }
	.report-header .et_pb_row { padding: 5px 0; }
	#macs-content .report-body .et_pb_column { margin-right: 20px; }
	#macs-content .report-body .et_pb_column:last-child { margin-right: 0; }
	#macs-content .report-body .et_pb_column_1_2 { width: calc(50% - 10px); }
	#macs-content .report-body .et_pb_column_1_3 { width: calc(33.33% - 13.33px); }
	#macs-content .report-body .et_pb_column_2_3 { width: calc(66.66% - 6.66px); }
	#macs-content .report-body .et_pb_column_1_4 { width: calc(25% - 15px); }
	#macs-content .report-body .et_pb_column_3_4 { width: calc(75% - 5px); }
	#macs-content .report-body .et_pb_column_1_5 { width: calc(20% - 16px); }
	#macs-content .report-body .et_pb_column_2_5 { width: calc(40% - 12px); }
	#macs-content .report-body .et_pb_column_3_5 { width: calc(60% - 8px); }
	#macs-content .report-body .et_pb_column_4_5 { width: calc(80% - 4px); }
}
@media (max-width: 980px) {

	.report-header h1.page_title { font-size: 38px; }

	.mob-text-right { text-align: right !important; }
	.mob-text-left { text-align: left !important; }
	.report-body .cert-badge { display: none; }


	.content-area-macs .macs-container .et_pb_column { width: 100%; margin-bottom: 0; }
	.content-area-macs .macs-container .et_pb_row { margin-bottom: 10px; }
}



/* ------------------------------------------------------------------------ */
/* --------   Tables   ------------------------------------- */
/* ------------------------------------------------------------------------ */


.results-table-client { width: 100%; border-collapse: collapse; border: 1px solid #c2c2c2; }
.results-table-client th { border-collapse: collapse; border: 1px solid #c2c2c2; padding: 2px 5px; font-size: 15px; line-height:1.2em; }
.results-table-client td { border-collapse: collapse; border: 1px solid #c2c2c2; padding: 4px 5px; font-size: 14px; line-height:1.1em; }
.results-table-client th.title-left,
.results-table-client td.title-left { text-align: left; }
.results-table-client .column-yesno { width: 50px; text-align: center; padding: 2px; }

.results-table-client .label-d { font-size: 14px; line-height: 1.1em; margin-top: 0; }


.results-table-pump {}

.results-checkbox {
	background-color: #ffffff;
	text-align: center;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 16px;
	font-family: Courier New, monospace;
	font-weight: 700;
	color: #000000;
	overflow: hidden;
}
.icon-checkbox-checked {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/checkbox2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


@media (max-width: 768px) {

	.adminlogged { }
	
	
	#main-content.clientsarea .col1_2,
	#main-content.clientsarea .col1_3,
	#main-content.clientsarea .col2_3,
	#main-content.clientsarea .col1_4 {
		width: 100%;
	}
	
	
	
	
}
@media (max-width: 550px) {
	
	#greaseVis { margin: 10px 10px; }
	
	#myequipmentbox {
		display: none;
	}

	
}
