/*
Theme Name: Sydney Pro Child
Theme URI: http://athemes.com/theme/sydney-pro
Author: aThemes
Author URI: http://athemes.com
Template: sydney-pro-ii
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/


/* Header background opaque */
#page header.site-header {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 2px 2px #888888;
}
/* Logo size */
#page header.site-header .col-md-4 img {
	max-height: 80px;
}

@media only screen and (max-width: 1024px) {
	/* Hide menus and sub-menus based on screensize */
	body ul.menu li.show-large {
		display: none;
	}
/*	body ul.menu li.show-small {
		display: list-item;
	} */
	/* Position header widget */
	#page header.site-header #header-widget-area .hw-widget {
		width: fit-content;
		float: right;
	}
}
@media only screen and (min-width: 1025px) {
	/* Hide menus and sub-menus based on screensize */
/*	body ul.menu li.show-small {
		display: none;
	} */
	body ul.menu li.show-large {
		display: list-item;;
	}

	/* Centre menu */
	#page header.site-header .col-md-8 {
		text-align: center;
	}
	#page header.site-header #mainnav {
		float: none;
		display: inline-block;
	}

	/* Triangle below menu items */
	#mainnav ul.menu > li.menu-item > a:after,
	#mainnav ul.menu > li.menu-item > div > a:after {
		content:'';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-top: solid 10px #e39f42;
		border-left: solid 10px transparent;
		border-right: solid 10px transparent;
	}
	
	/* Menu spacing */
	#mainnav li {
		padding: 0 18px;
	}
	/* Sub-menu gap */
	#mainnav ul.menu li {
		margin-bottom: 0;
	}
	/* Sub-menu width */
	#mainnav ul li ul,
	#mainnav ul ul a {
		width: 132px;
	}
	/* Sub-menu colour */
	body #mainnav ul.sub-menu li.menu-item a:hover {
		background-color: #e39f42;
	}

	/* Size header widget area */
	#page header.site-header #header-widget-area {
		width: 33%;
	}
	#page header.site-header #header-widget-area .hw-widget {
		float: right;
	}
}
@media only screen and (min-width: 768px) {
	/* Gap below mobile button menu */
	div.btn-menu {
		height: initial;
	}
}
/* Change log in to button */
div.header-widget a.lwa-links-modal,
div.header-widget a#wp-logout {
	padding: 4px 14px 7px 16px;
	color: #ffffff;
	background-color: #003d80;
	border: 2px solid #e39f42;
	border-radius: 18px;
	text-transform: capitalize;
}
div.header-widget a.lwa-links-modal:hover,
div.header-widget a#wp-logout:hover {
	background-color: #cb2c00;
	border-color: #cb2c00;
}
div.header-widget a.lwa-links-modal:active,
div.header-widget a#wp-logout:active {
	background-color: #e39f42;
	border-color: #003d80;
}
/* Position logged-in name */
div.header-widget h6.hw-title {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	color: #003d80;
}
/* Logout button */
div.page-wrap a#wp-logout {
	color: #ffffff;
}

/* Preserve header border */
body div.content-wrapper {
	margin-top: 3px;
	background-color: rgba(255,255,255,0) !important;
}
/* Move home page content to top */
body.home div.content-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0;
	margin-bottom: -50px;
}

/* Darker separator lines */
div.textwidget hr {
	border-top: 1px solid #aaaaaa;
}

/* Input placeholder text color and size */
input::placeholder,
textarea::placeholder {
	color: #a0a0a0 !important;
	opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #a0a0a0 !important;
}
@media only screen and (min-width: 601px) and (max-width: 1199px) {
	#gform_12 ul.gform_fields input::placeholder {
		font-size: calc(10px + (5 * (100vw - 600px) / 600));
	}
}

/* Style home page animated text */
h3.interactive_text {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: 900;
	letter-spacing: -1px;
	color: #e39f42 !important;
	text-shadow: -1px -1px 0 #f0f0f0;
}

/* Footer positioning */
div.footer-widgets {
	padding-bottom: 0;
}
div.footer-widgets div.custom-html-widget {
	text-align: center;
}
@media only screen and (min-width: 1025px) {
	/* Footer menu only on mobile */
	div.footer-widgets aside.footer_menu {
		display: none;
	}
	/* Rationalise menu */
	div.footer-widgets ul.menu li.menu-item-has-children > a {
		display: none;
	}
}

/* Transaction table */
input.transearch {
	background-image: url('/wp-content/uploads/2019/05/search-icon.png');
	background-size: 24px;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	border: 1px solid #cb2c00;
	padding: 12px 10px 12px 44px;
	margin: 20px 0;
	font-size: 20px;
	color: #000000;
}
button.trancsv {
	float: right;
	margin: 20px 0;
}
table.trantable,
table.trantable_totals {
	width: auto;
}
table.trantable th {
	padding: 2px 2px;
	border-color: #808080;
	background-color: #d0d8e0;
	color: #000000;
	font-size: 11px;
}
table.trantable td {
	padding: 2px 2px;
	border-color: #808080;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}
table.trantable td.highlight_urgent {
	color: #e02020;
	font-weight: bold;
}
table.trantable td.highlight_warning {
	color: #4080e0;
}
/* Hide transaction columns as per screen size */
table.trantable th.hide_1,
table.trantable td.hide_1 {
	display: none;
}
@media only screen and (max-width: 1024px) {
	table.trantable th.hide_2,
	table.trantable td.hide_2 {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	table.trantable th.hide_3,
	table.trantable td.hide_3 {
		display: none;
	}
}
table.trantable_totals {
	margin: 40px 0;
}
table.trantable_totals th {
	padding: 6px 20px;
	border-color: #808080;
	background-color: #e0e0e0;
	color: #000000;
	font-size: 16px;
}
table.trantable_totals td {
	padding: 6px 20px;
	border-color: #808080;
	color: #000000;
	font-size: 20px;
}

/* Supplier List table */
input.usersearch {
	background-image: url('/wp-content/uploads/2019/05/search-icon.png');
	background-size: 24px;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	border: 1px solid #cb2c00;
	padding: 12px 10px 12px 44px;
	margin: 20px 0;
	font-size: 20px;
	color: #000000;
}
button.usercsv {
	float: right;
	margin: 20px 0;
}
table.usertable,
table.usertable_totals {
	width: auto;
}
table.usertable th {
	padding: 4px 2px;
	border-color: #808080;
	background-color: #d0d8e0;
	color: #000000;
	font-size: 12px;
}
table.usertable td {
	padding: 2px 2px;
	border-color: #808080;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}
table.usertable td:nth-child(2) {
	font-weight: bold;
}
table.usertable button.supplier-list-button {
	padding: 0 8px;
	font-size: 8px;
}
/* Hide supplier list columns as per screen size */
table.usertable th.hide_1,
table.usertable td.hide_1 {
	display: none;
}
@media only screen and (max-width: 1024px) {
	table.usertable th.hide_2,
	table.usertable td.hide_2 {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	table.usertable th.hide_3,
	table.usertable td.hide_3 {
		display: none;
	}
}
table.usertable_totals {
	margin: 40px 0;
}
table.usertable_totals th {
	padding: 6px 20px;
	border-color: #808080;
	background-color: #e0e0e0;
	color: #000000;
	font-size: 16px;
}
table.usertable_totals td {
	padding: 6px 20px;
	border-color: #808080;
	color: #000000;
	font-size: 20px;
}

/* Admin Shipment Report */
a.shipment_report_download_link:not(:focus) button {
	background-color: #e8e8e8;
	border-color: #e0e0e0;
}

/* Default booking pre-fill buttons */
h2.prefillheading {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}
div.prefillbuttondiv {
	padding-bottom: 40px;
}
button.prefillbutton {
	margin: 8px 16px;
}

/* Shipment table */
input.shipsearch {
	background-image: url('/wp-content/uploads/2019/05/search-icon.png');
	background-size: 24px;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	border: 1px solid #cb2c00;
	padding: 12px 10px 12px 44px;
	margin: 20px 0;
	font-size: 20px;
	color: #000000;
}
button.shipcsv {
	float: right;
	margin: 20px 0;
}
table.shiptable,
table.shiptable_totals {
	width: auto;
}
table.shiptable th {
	padding: 2px 2px;
	border-color: #808080;
	background-color: #d0d8e0;
	color: #000000;
	font-size: 11px;
}
table.shiptable td {
	padding: 2px 2px;
	border-color: #808080;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}
/* Hide shipment columns as per screen size */
table.shiptable th.hide_1,
table.shiptable td.hide_1 {
	display: none;
}
@media only screen and (max-width: 1024px) {
	table.shiptable th.hide_2,
	table.shiptable td.hide_2 {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	table.shiptable th.hide_3,
	table.shiptable td.hide_3 {
		display: none;
	}
}
table.shiptable_totals {
	margin: 40px 0;
}
table.shiptable_totals th {
	padding: 6px 20px;
	border-color: #808080;
	background-color: #e0e0e0;
	color: #000000;
	font-size: 16px;
}
table.shiptable_totals td {
	padding: 6px 20px;
	border-color: #808080;
	color: #000000;
	font-size: 20px;
}

/* Format user list */
div.author-block h2 {
	margin-bottom: 4px;
	padding-left:4px;
	font-size: 24px;
}
div.author-block p {
	padding-left: 20px;
}


/* FORM STYLING */

/* Column gutter */
li.divider-list-item > div > ul {
	padding-left: 0;
}
/* Field gutter */
div.gform_wrapper ul.gform_fields li.divider-list-item > div > ul li.gfield {
	padding-right: 8px;
}
/* Text colour */
div.gform_wrapper ul.gform_fields input,
div.gform_wrapper ul.gform_fields select,
div.gform_wrapper ul.gform_fields option {
	color: #000000 !important;
}
/* Divider colour */
div#gform_wrapper_12 ul.gform_fields li.gf_hide_divider hr {
	border-color: #e39f42;
}
/* Remove space under items line */
div#gform_wrapper_12 ul.gform_fields li.gf_hide_divider[style="display: none;"] ~ li.gfmc-row-2-column,
div#gform_wrapper_12 ul.gform_fields li.gf_hide_divider[style="display: none;"] ~ li.gfmc-row-3-column,
div#gform_wrapper_12 ul.gform_fields li.gf_hide_divider[style="display: none;"] ~ li.gfmc-row-4-column,
div#gform_wrapper_12 ul.gform_fields li.gf_hide_divider[style="display: none;"] ~ li.gfmc-row-5-column,
div#gform_wrapper_12 ul.gform_fields li.gf_hide_divider[style="display: none;"] ~ li.gfmc-row-6-column,
div#gform_wrapper_12 ul.gform_fields li.gf_hide_divider[style="display: none;"] ~ li.gfmc-row-7-column,
div#gform_wrapper_12 ul.gform_fields li.gf_hide_divider[style="display: none;"] ~ li.gfmc-row-8-column {
	position: fixed;
}
/* Remove space under DG line */
div#gform_wrapper_12 ul.gform_fields li#field_12_623[style="display: none;"] ~ li.gfmc-row-9-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_642[style="display: none;"] ~ li.gfmc-row-10-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_859[style="display: none;"] ~ li.gfmc-row-11-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_878[style="display: none;"] ~ li.gfmc-row-12-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_897[style="display: none;"] ~ li.gfmc-row-13-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_645[style="display: none;"] ~ li.gfmc-row-14-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_661[style="display: none;"] ~ li.gfmc-row-15-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_916[style="display: none;"] ~ li.gfmc-row-16-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_935[style="display: none;"] ~ li.gfmc-row-17-column,
div#gform_wrapper_12 ul.gform_fields li#field_12_954[style="display: none;"] ~ li.gfmc-row-18-column {
	position: fixed;
}
/* Submit button colours */
div.gform_footer input[type="submit"],
div.gform_wrapper button.submit_pending {
	background-color: #cb2c00;
	border-color: #003d80;
}
div.gform_footer input[type="submit"]:hover,
div.gform_wrapper button.submit_pending:hover {
	background-color: #003d80;
	border-color: #e39f42;
	color: #ffffff;
}
div.gform_footer input[type="submit"]:active,
div.gform_wrapper button.submit_pending:active {
	background-color: #e39f42;
	border-color: #003d80;
	color: #ffffff;
}
@media only screen and (min-width: 601px) {
	/* Form margins */
	div.gform_wrapper {
		margin: 0;
	}
	div.gform_wrapper div.gform_footer {
		margin-top: 0;
		padding-top: 0;
	}
	/* Position submit message */
	div.gform_wrapper div.gform_footer p.submit-booking-message {
		display: inline-block;
		margin-left: 30px;
		font-size: 140%;
	}
	/* Required for column horizontal alignment */
	div.gform_wrapper ul.gform_fields li.back_button, /* For IE */
	div.gform_wrapper ul.gform_fields li.gfmc-column {
		float: left !important;
	}
	/* Field placement */
	div.gform_wrapper ul.gform_fields li.gfield {
		margin-top: 6px;
		margin-bottom: 0 !important; 
	}
	div.gform_wrapper .top_label li.gfield div.gfield_container,
	div.gform_wrapper .top_label li.gfield div.ginput_container,
	div.gform_wrapper .top_label li.gfield div.ginput_container ul.gfield_radio {
		margin-top: 0px !important;
	}
	div.gform_wrapper li ul.gfield_radio li {
		margin-bottom: 0px !important;
	}
	div.gform_wrapper .left_label li.hidden_label div.ginput_container input {
		margin-left: 0;
	}
	/* Hide field labels if class="gf_hide_label" */
	div.gform_wrapper li.gf_hide_label label.gfield_label {
		display: none;
	}
	/* Hide divider lines if class="gf_hide_divider" */
	div.gform_wrapper ul.gform_fields li.gf_hide_divider {
		display: none !important;
	}
	/* Indent Deliver To section */
	div.gform_wrapper #gform_12 li.gfmc-row-19-col-2-of-2 {
		padding-left: 40px !important;
	}
	/* Label line items */
	div.gform_wrapper li.gfmc-row-1-column li.add_qty_icon div.ginput_container:before {
		content: "#1";
		font-weight: bold;
		margin-right: 12px;
		margin-left: -30px;
	}
	div.gform_wrapper li.gfmc-row-2-column li.add_qty_icon div.ginput_container:before {
		content: "#2";
		font-weight: bold;
		margin-right: 9px;
		margin-left: -30px;
	}
	div.gform_wrapper li.gfmc-row-3-column li.add_qty_icon div.ginput_container:before {
		content: "#3";
		font-weight: bold;
		margin-right: 9px;
		margin-left: -30px;
	}
	div.gform_wrapper li.gfmc-row-4-column li.add_qty_icon div.ginput_container:before {
		content: "#4";
		font-weight: bold;
		margin-right: 8px;
		margin-left: -30px;
	}
	div.gform_wrapper li.gfmc-row-5-column li.add_qty_icon div.ginput_container:before {
		content: "#5";
		font-weight: bold;
		margin-right: 8px;
		margin-left: -30px;
	}
	div.gform_wrapper li.gfmc-row-6-column li.add_qty_icon div.ginput_container:before {
		content: "#6";
		font-weight: bold;
		margin-right: 9px;
		margin-left: -30px;
	}
	div.gform_wrapper li.gfmc-row-7-column li.add_qty_icon div.ginput_container:before {
		content: "#7";
		font-weight: bold;
		margin-right: 9px;
		margin-left: -30px;
	}
	div.gform_wrapper li.gfmc-row-8-column li.add_qty_icon div.ginput_container:before {
		content: "#8";
		font-weight: bold;
		margin-right: 8px;
		margin-left: -30px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_1a div.ginput_container:before {
		content: "#1A";
		font-weight: bold;
		margin-right: 5px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_1b div.ginput_container:before {
		content: "#1B";
		font-weight: bold;
		margin-right: 5px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_1c div.ginput_container:before {
		content: "#1C";
		font-weight: bold;
		margin-right: 5px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_1d div.ginput_container:before {
		content: "#1D";
		font-weight: bold;
		margin-right: 4px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_1e div.ginput_container:before {
		content: "#1E";
		font-weight: bold;
		margin-right: 6px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_2a div.ginput_container:before {
		content: "#2A";
		font-weight: bold;
		margin-right: 3px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_2b div.ginput_container:before {
		content: "#2B";
		font-weight: bold;
		margin-right: 3px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_2c div.ginput_container:before {
		content: "#2C";
		font-weight: bold;
		margin-right: 3px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_2d div.ginput_container:before {
		content: "#2D";
		font-weight: bold;
		margin-right: 2px;
		margin-left: -34px;
	}
	div.gform_wrapper li.dg_un_autocomplete.dg_set_2e div.ginput_container:before {
		content: "#2E";
		font-weight: bold;
		margin-right: 4px;
		margin-left: -34px;
	}
	/* Adjust multi column proportions */
	/* Booking form - Item types */
	#gform_12 li[class$="col-1-of-8"] { width: 9% !important; clear: left; }
	#gform_12 li[class$="col-2-of-8"] { width: 17% !important; }
	#gform_12 li[class$="col-3-of-8"] { width: 12% !important; }
	#gform_12 li[class$="col-4-of-8"] { width: 11% !important; }
	#gform_12 li[class$="col-5-of-8"] { width: 11% !important; }
	#gform_12 li[class$="col-6-of-8"] { width: 11% !important; }
	#gform_12 li[class$="col-7-of-8"] { width: 15% !important; }
	#gform_12 li[class$="col-8-of-8"] { width: 14% !important; }
	/* Booking form - Dangerous goods */
	#gform_12 li[class$="col-1-of-7"] { width: 12% !important; clear: left; }
	#gform_12 li[class$="col-2-of-7"] { width: 29% !important; }
	#gform_12 li[class$="col-3-of-7"] { width: 13% !important; }
	#gform_12 li[class$="col-4-of-7"] { width: 9% !important; }
	#gform_12 li[class$="col-5-of-7"] { width: 13% !important; }
	#gform_12 li[class$="col-6-of-7"] { width: 14% !important; }
	#gform_12 li[class$="col-7-of-7"] { width: 10% !important; }

	/* Format new item type add as big buttons */
	div.gform_wrapper ul.gform_fields li ul li.new_item_type,
	div.gform_wrapper ul.gform_fields li ul li.new_dg {
		padding-top: 4px;
		max-height: 25px;
		text-align: left;
	}
	div.gform_wrapper ul.gform_fields ul li.add_item_2,
	div.gform_wrapper ul.gform_fields ul li.add_dg_1b {
		margin-top: 35px;
	}
}
@media only screen and (max-width: 600px) {
	/* Centre submit spinner - Mobile */
	div.gform_wrapper div.gform_footer img.gform_ajax_spinner {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Format new item type add as big buttons (cont) */
div.gform_wrapper li.new_item_type,
div.gform_wrapper li.new_dg {
	text-align: center;
}
div.gform_wrapper li.new_item_type label.gfield_label,
div.gform_wrapper li.new_dg label.gfield_label {
	display: none;
}
div.gform_wrapper li.new_item_type ul.gfield_checkbox li input[type=checkbox],
div.gform_wrapper li.new_dg ul.gfield_checkbox li input[type=checkbox] {
	display: none;
}
div.gform_wrapper li.new_item_type ul.gfield_checkbox li label,
div.gform_wrapper li.new_dg ul.gfield_checkbox li label {
	display: inline-block;
	text-align: center;
	padding: 1px 6px 6px 6px;
	margin: 0;
	width: fit-content;
	line-height: 70%;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	background-color: #003d80;
	border: solid 1px #e39f42;
	border-radius: 14px;
}
div.gform_wrapper li.new_item_type ul.gfield_checkbox li label:hover,
div.gform_wrapper li.new_dg ul.gfield_checkbox li label:hover {
	background-color: #cb2c00;
	border: solid 1px #ffffff;
}
div.gform_wrapper li.new_item_type ul.gfield_checkbox li label:active,
div.gform_wrapper li.new_dg ul.gfield_checkbox li label:active{
	background-color: #e39f42;
	border: solid 1px #ffffff;
}
/* Extend new item button label */
div.gform_wrapper li.add_item_2 ul.gfield_checkbox li label:after {
	content: "\a0 Add\a0 Item";
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
}
/* Extend new DG button label */
div.gform_wrapper li.add_dg_1b ul.gfield_checkbox li label:after,
div.gform_wrapper li.add_dg_2b ul.gfield_checkbox li label:after {
	content: "\a0 Add\a0 DG";
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
}
/* Discourage changes to DG autocomplete fields */
#gform_12 li.dg_class_autocomplete input,
#gform_12 li.dg_subrisk_autocomplete input,
#gform_12 li.dg_pkggrp_autocomplete select {
	pointer-events: none;
}
/* Grey out DG autocomplete fields */
#gform_12 li.dg_name_autocomplete input,
#gform_12 li.dg_class_autocomplete input,
#gform_12 li.dg_subrisk_autocomplete input,
#gform_12 li.dg_pkggrp_autocomplete select {
	background-color: #f0f0f0;
}
/* Change radio to big square button */
div.gform_wrapper .ginput_container ul.gfield_radio {
	margin: 0 0 0 0;
}
@media only screen and (min-width: 0px) {
	div.gform_wrapper li.gf_list_inline .ginput_container ul.gfield_radio li {
		float: left;
		margin: 0 0 0 0 !important;
		width: 58px !important;
		height: 46px;
		overflow: visible;
	}
	div.gform_wrapper li.gf_list_inline .ginput_container ul.gfield_radio li:nth-child(2) {
		width: 54px !important;
	}
	div.gform_wrapper li.gf_list_inline .ginput_container ul.gfield_radio li:nth-child(3) {
		width: 84px !important;
	}
	div.gform_wrapper li.gf_list_column .ginput_container ul.gfield_radio li {
		float: left;
		margin: 0 0 0 0 !important;
		width: 280px !important;
		height: 46px;
		overflow: visible;
	}
}
div.gform_wrapper .ginput_container ul.gfield_radio input,
div.gform_wrapper .ginput_container ul.gfield_radio label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 4px 4px 0 4px;
/*	margin: 2px 4px 0 0; */
}
div.gform_wrapper .ginput_container ul.gfield_radio input[type="radio"] {
	opacity: 0.01;
/*	z-index: 100; */
}
div.gform_wrapper .ginput_container ul.gfield_radio label {
/*	z-index: 90; */
	padding: 9px 12px !important;
	cursor: pointer;
	color: #ffffff;
	background-color: #003d80;
	border: 1px solid #e39f42;
	border-radius: 3px;
	text-align: center;
}
div.gform_wrapper .ginput_container ul.gfield_radio label:hover {
	background-color: #cb2c00;
	border-color: #ffffff;
}
div.gform_wrapper .ginput_container ul.gfield_radio input[type="radio"]:checked + label {
	background-color: #e39f42;
	border-color: #ffffff;
	box-shadow: 0 0 2px 4px #ff4040;
}
/* Change checkbox to big square button */
div.gform_wrapper li.check_button .ginput_container ul.gfield_checkbox li {
	width: 120px !important;
	height: 48px;
	margin: 0;
	overflow: visible;
}
/* Cancel booking */
#gform_8 li.cancel_booking_pending p {
	padding: 10px 20px;
	background-color: #fafafa;
	color: #cb2c00;
	font-size: 120%;
	font-weight: 700;
}
/* Position track booking and delivery buttons */
#gform_8 li.track_delivery {
	margin-top: 28px;
	padding-right: 0px;
	text-align: center;
}
#gform_8 li.check_button .ginput_container ul.gfield_checkbox li {
	width: 220px !important;
}
div.gform_wrapper li.check_button .ginput_container ul.gfield_checkbox input, 
div.gform_wrapper li.check_button .ginput_container ul.gfield_checkbox label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 4px 4px;
	text-align: center;
	letter-spacing: normal;
}
div.gform_wrapper li.check_button .ginput_container ul.gfield_checkbox input[type="checkbox"] {
	opacity: 0.01;
/*	z-index: 100; */
}
div.gform_wrapper li.check_button .ginput_container ul.gfield_checkbox label {
/*	z-index: 90; */
	padding: 8px 16px;
	cursor: pointer;
	color: #ffffff;
	background-color: #003d80;
	border: 1px solid #e39f42;
	border-radius: 3px;
	text-align: center;
}
div.gform_wrapper li.check_button .ginput_container ul.gfield_checkbox label:hover {
	background-color: #cb2c00;
	border-color: #ffffff;
}
div.gform_wrapper li.check_button .ginput_container ul.gfield_checkbox input[type="checkbox"]:checked + label {
	background-color: #e39f42;
	border-color: #ffffff;
	box-shadow: 0 0 2px 4px #ff4040;
}
#gform_12 li.check_button .ginput_container ul.gfield_checkbox input[type="checkbox"]:checked + label:after {
	content: "\a0 ✓";
	color: #000000;
}
#gform_16 li.gf_list_inline .ginput_container ul.gfield_radio label {
	padding: 9px 7px !important;
}
/* Width of retrieve booking button */
div.gform_wrapper #gform_10 li.check_button .ginput_container ul.gfield_checkbox label {
	width: 250px;
	max-width: 250px;
}
/* Format HTML button */
div.gform_wrapper li.check_button button {
	width: 188px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 4px 16px;
	color: #ffffff;
	background-color: #003d80;
	border: 1px solid #e39f42;
	border-radius: 3px;
	text-transform: none;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: normal;
	-webkit-transition: none;
	transition: none;
}
div.gform_wrapper li.check_button button:hover {
	background-color: #cb2c00 !important;
	border-color: #ffffff;
}
/* Format dashboard latest bookings table */
table#latest-bookings-table th {
	border: 2px solid #ffffff;
	background-color: #f8f8f8;
}
table#latest-bookings-table th:last-of-type,
table#latest-bookings-table td:last-of-type {
	background-color: #ffffff;
}
table#latest-bookings-table td {
	border: none;
	border-top: 6px solid #ffffff;
	border-left: 2px solid #ffffff;
	background-color: #fafafa;
}
table#latest-bookings-table td[onclick] {
	cursor: pointer;
}
table#latest-bookings-table td.booking-carrier img {
	height: 24px;
}
table#latest-bookings-table td.booking-view button {
	padding: 10px 16px;
	background-color: #003d80;
	color: #ffffff;
}
table#latest-bookings-table td.booking-view button:hover {
	background-color: #e39f42;
	border: 1px solid #ffffff;
}
/* Hide dashboard bookings columns as per screen size */
@media only screen and (max-width: 1024px) {
	table#latest-bookings-table th.hide_2,
	table#latest-bookings-table td.hide_2 {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	table#latest-bookings-table th.hide_3,
	table#latest-bookings-table td.hide_3 {
		display: none;
	}
}
/* Remove gap above description */
div.gform_wrapper ul.gform_fields .field_description_below .gfield_description {
	padding-top: 0px;
	padding-bottom: 12px;
}
/* Remove instructions below number fields */
div.gform_wrapper div.ginput_container_number div.instruction {
	display: none !important;
}
/* Remove character count below text fields */
div.gform_wrapper div.charleft {
	display: none !important;
}
/* Input box format */
div.gform_wrapper label.gfield_label {
	white-space: nowrap;
}
div.gform_wrapper .ginput_container input,
div.gform_wrapper .ginput_container select {
	height: 48px;
	border-color: #003d80;
	border-radius: 4px;
	background-color: #ffffff;
}
div.gform_wrapper .ginput_container textarea {
	border-color: #003d80;
	border-radius: 4px;
	background-color: #ffffff;
	color: #000000;
}
div.gform_wrapper .ginput_container div.StripeElement {
	border-color: #003d80;
	border-radius: 4px;
}
div.gform_wrapper li.large_font_label label.gfield_label {
	font-family: 'Montserrat', sans-serif;
	font-size: 125%;
	color: #443f3f;
}
/* Date width */
div.gform_wrapper li.gfield div.ginput_container input.datepicker {
	width: 100%;
}
/* Date picker format */
div.ui-datepicker {
	font-family: 'Quicksand', sans-serif;
	padding-bottom: 4px;
}
div.ui-datepicker a {
	-webkit-transition: none;
	transition: none;
}
div.ui-datepicker-header div.ui-datepicker-title {
	font-size: 20px;
	line-height: 28px;
	text-shadow: none;
}
div.ui-datepicker-header select.ui-datepicker-month,
div.ui-datepicker-header select.ui-datepicker-year {
	height: 30px;
	padding: 4px 0px 4px 12px;
	font-size: 16px;
}
div.ui-datepicker-header a.ui-corner-all {
	background-image: none;
	background-color: #c0c0c0;
	border: 1px solid #cb2c00;
	text-shadow: none;
}
div.ui-datepicker-header a.ui-corner-all[data-event="click"]:hover {
	background-color: #cb2c00;
	border-color: #ffffff;
}
div.ui-datepicker-header a.ui-datepicker-prev span.ui-icon {
	background-image: url('/wp-content/plugins/gravityforms/images/datepicker/arrow.png');
	background-position: center -36px;
}
div.ui-datepicker-header a.ui-datepicker-next span.ui-icon {
	background-image: url('/wp-content/plugins/gravityforms/images/datepicker/arrow.png');
	background-position: center -6px;
}
div.ui-datepicker th {
	font-size: 16px;
	text-shadow: none;
}
div.ui-datepicker tbody tr {
	border-bottom: 1px solid #ffffff;
}
div.ui-datepicker td {
	border: 0 !important;
}
div.ui-datepicker td span,
div.ui-datepicker td a {
	text-align: center;
	font-size: 16px;
	line-height: 140%;
	text-shadow: none;
}
div.ui-datepicker td[data-handler="selectDay"] a {
	color: #ffffff;
	background-color: #003d80;
	border: 1px solid #e39f42;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.ui-datepicker td.ui-datepicker-current-day a.ui-state-active {
	margin: 0;
	background-color: #e39f42;
	border-color: #e39f42;
	text-shadow: none;
	font-weight: bold !important;
}
div.ui-datepicker td[data-handler="selectDay"] a:hover {
	background-color: #cb2c00;
	border-color: #cb2c00;
}
/* Autocomplete format */
ul.ui-autocomplete {
	background-color: #fcfcfc;
}
ul.ui-autocomplete .ui-menu-item-wrapper {
	font-family: Quicksand,sans-serif;
	font-size: 16px;
}
/* Branch dropdown format 
div.gform_wrapper div.ginput_container div.chosen-container {
	vertical-align: top;
} */
div.gform_wrapper div.ginput_container div.chosen-container a.chosen-single {
	border: 1px solid #014171;
	border-radius: 4px;
	box-shadow: none;
	font-size: 120%;
	height: 30px;
	line-height: 28px;
}
#gform_15 div.ginput_container ul.gfield_checkbox input {
	height: 16px;
	margin: 2px;
}
#gform_15 li.supplier_name input {
	min-width: 360px;
	color: #003d80 !important;
}
/* Change background color on alternate rows */
div.gform_wrapper li.list_odd_row {
	background-color: #e0e0e0;
}
div.gform_wrapper li.list_even_row {
	background-color: #d0d8e0;
}
@media only screen and (min-width: 601px) {
	div.gform_wrapper li.small_screen_heading {
		display: none;
	}
}
#gform_8 div.gform_footer {
	visibility: hidden;
}
/* Reduce space between booking rows and columns */
body div.gform_wrapper ul li.list_odd_row,
body div.gform_wrapper ul li.list_even_row {
	padding-right: 0 !important;
}
/* Cancellation form */
#gform_17 li.gf_list_inline div.ginput_container {
	margin-left: 50%;
}
/* Display field contents as simple text if class="gf_text_only" */
div.gform_wrapper li.gf_text_only label.gfield_label {
	display: none;
}
div.gform_wrapper li.gf_text_only textarea {
	pointer-events: none;
	border: none;
	background-color: initial;
	color: #003d80;
	text-align: center;
	font-size: 20px;
	height: 120px;
	font-weight: bold;
}
div.gform_wrapper li.gf_text_only input,
div.gform_wrapper li.gf_read_only input {
	pointer-events: none;
	font-weight: bold;
	background-color: rgba(224,224,224,0);
	border: none;
}
div.gform_wrapper li.gf_read_only {
	width: fit-content !important;
	padding: 10px 10px 10px 20px !important;
	border-radius: 16px;
	background-color: #f0f0f0;
}
div.gform_wrapper li.gf_read_only_ll input {
	pointer-events: none;
	padding: 10px 10px 10px 20px !important;
	font-weight: bold;
	background-color: rgba(240,240,240,1);
	border: none;
}
div.gform_wrapper li.gf_auto_calc input,
div.gform_wrapper li.gf_auto_calc textarea,
div.gform_wrapper li.gf_auto_calc label {
	pointer-events: none;
}
div.gform_wrapper li.gf_text_only input::-webkit-outer-spin-button,
div.gform_wrapper li.gf_text_only input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
div.gform_wrapper li.gf_text_only input[type=number] {
	-moz-appearance: textfield;
}
/* Display form contents as simple text if class="gf_report" */
form.gf_report div.gform_body label {
	color: #104080;
}
form.gf_report div.gform_body input,
form.gf_report div.gform_body textarea,
form.gf_report div.gform_body select {
	pointer-events: none;
	font-weight: bold;
	color: #202020 !important;
	background-color: #f4f4f4 !important;
	border-color: #f4f4f4 !important;
}
form.gf_report div.gform_body select option:not(select) {
	display: none;
}
/* Change pre-filled address fields to simple text */
div.gform_wrapper li.fix_locality span.address_city input,
div.gform_wrapper li.fix_locality span.address_state input,
div.gform_wrapper li.fix_locality span.address_zip input,
div.gform_wrapper li.fix_postcode span.address_zip input {
	pointer-events: none;
	font-weight: bold;
	background-color: #f0f0f0;
	margin-bottom: 0 !important;
}
/* Section background color */
div.gform_wrapper #gform_12 li.gf_background_dark1 {
	margin-right: 4px;
	padding: 10px;
	border-radius: 12px;
	background-color: #d0d8e0;
	color: #000000;
}

div.gform_wrapper #gform_8 li.quote_synopsis,
div.gform_wrapper #gform_9 li.quote_synopsis {
	margin-bottom: 20px !important;
	padding: 8px 30px;
	border: 1px solid #e39f42;
	border-radius: 22px;
	background-color: #f8f8f8;
/*	width: fit-content; */
	text-align: center;
}
div.gform_wrapper #gform_12 li.quote_synopsis h5 {
	margin-bottom: 10px;
	color: #003d80 !important;
	font-weight: bold;
}
div.gform_wrapper #gform_8 li.quote_synopsis h5 {
	margin-bottom: 10px;
	color: #003d80 !important;
}
div.gform_wrapper #gform_12 li.receiver_address_display {
	margin: 4% !important;
	padding: 4% 4% 0 4%;
	border: 1px solid #e39f42;
	border-radius: 22px;
	background-color: #f0f0f0;
	text-align: center;
}

div.gform_wrapper div.gfield_password_strength {
	margin-top: 4px;
	padding: 5px;
	border-bottom-width: 1px !important;
	border-radius: 22px;
	height: 40px;
	color: #000000;
}

/* Consent tickbox align */
div.gform_wrapper li.gfield div.gfield_consent_description {
	height: 120px;
}
div.gform_wrapper li.gfield div.ginput_container_consent {
	padding-left: 10px !important;
}
div.gform_wrapper li.gfield div.ginput_container_consent input[type="checkbox"] {
	float: left;
}
div.gform_wrapper li.gfield div.ginput_container_consent label.gfield_consent_label {
	margin: 4px 0 0 0;
	padding: 10px;
}
/* Back button colours */
div.gform_wrapper button.gform_button {
	background-color: #003d80;
	border-color: #e39f42;
}
div.gform_wrapper button.gform_button:hover {
	background-color: #cb2c00;
	border-color: #cb2c00;
	color: #ffffff;
}
div.gform_wrapper button.gform_button:active {
	background-color: #e39f42;
	border-color: #003d80;
	color: #ffffff;
}
div.gform_wrapper button.gform_button:focus {
	background-color: #e39f42;
	border-color: #003d80;
	color: #ffffff;
}
/* Dangerous Goods tooltip style */
table.dangerous_goods_list thead {
	background-color: #f8f8f8;
	text-align: center;
}
table.dangerous_goods_list td {
	width: 50%;
	text-align: left;
}
table.dangerous_goods_list td img {
	width: 40px;
}

/* Error message styles */
@media only screen and (min-width: 641px) {
	div.gform_wrapper.gform_validation_error .top_label input.medium,
	div.gform_wrapper.gform_validation_error .top_label select.medium {
		width: 90%;
	}
}
div.gform_wrapper form div.validation_error {
	color: #ffffff;
	background-color: #cb2c00 !important;
	border: 0px;
}
div.gform_wrapper div.gform_body li.gfield.gfield_error,
div.gform_wrapper div.gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(227, 159, 66, 1) !important;
	padding: 5px;
}
div.gform_wrapper .gfield_error div.validation_message {
	padding-right: 0;
	color: #ffffff;
}
div.gform_wrapper li.gf_error_box {
	padding: 0 5px;
	text-align: center;
	color: #ffffff;
	background-color: #cb2c00 !important;
}

/* Password visibility icon colour */
div.ginput_container_password button span.dashicons-hidden {
	color: #003d80;
}
div.ginput_container_password button span.dashicons-visibility {
	color: #e39f42;
}
div.ginput_container_password button span.dashicons:hover {
	color: #cb2c00;
}
/* Change password strength wording */
div.gform_wrapper div.gfield_password_strength.short:after {
	content: " - More characters required";
}
div.gform_wrapper div.gfield_password_strength.bad:before {
	content: "Ok";
	margin-right: -40px;
	color: #000000;
}
div.gform_wrapper div.gfield_password_strength.bad {
	color: rgba(0,0,0,0);
}
div.gform_wrapper div.gfield_password_strength.mismatch:before {
	content: "Continue until matching";
	margin-right: -70px;
	color: #000000;
}
div.gform_wrapper div.gfield_password_strength.mismatch {
	color: rgba(0,0,0,0);
}

/* For tablets ... */
@media only screen and (min-width: 601px) and (max-width: 992px) {
	/* Shorten Quantity to Qty */
	div.gform_wrapper li.add_qty_icon label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li.add_qty_icon label.gfield_label span.gfield_required:before {
		content: "Qty ";
		color: #222233;
		visibility: visible;
		margin-left: -68px;
	}
	div.gform_wrapper li.add_qty_icon label.gfield_label span.gfield_required {
		visibility: visible;
	}
	/* Shorten Purchase Order to P.O. */
	div.gform_wrapper li.add_po_icon label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li.add_po_icon label.gfield_label span.gfield_required:before {
		content: "P.O. ";
		color: #222233;
		visibility: visible;
		margin-left: -118px;
	}
	div.gform_wrapper li.add_po_icon label.gfield_label span.gfield_required {
		visibility: visible;
	}
	/* Hide weight tooltip */
	li.add_weight_icon label.gfield_label mmi {
		display: none;
	}
	/* Hide length tooltip */
	li.add_length_icon label.gfield_label mmi {
		display: none;
	}
	/* Hide width tooltip */
	li.add_width_icon label.gfield_label mmi {
		display: none;
	}
	/* Hide height tooltip */
	li.add_height_icon label.gfield_label mmi {
		display: none;
	}
	/* Add space after Width */
	div.gform_wrapper li.add_width_icon label.gfield_label span.gfield_required:after {
		content: "\a0";
	}
	/* Shorten UN Number to UN # */
	div.gform_wrapper li.dg_un_autocomplete label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li.dg_un_autocomplete label.gfield_label span.gfield_required:before {
		content: "UN # ";
		color: #222233;
		visibility: visible;
		margin-left: -92px;
	}
	div.gform_wrapper li.dg_un_autocomplete label.gfield_label span.gfield_required {
		visibility: visible;
	}
	/* Shorten Proper Shipping Name to Proper Name */
	div.gform_wrapper li.dg_name_autocomplete label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li.dg_name_autocomplete label.gfield_label span.gfield_required:before {
		content: "Proper Name ";
		color: #222233;
		visibility: visible;
		margin-left: -172px;
	}
	div.gform_wrapper li.dg_name_autocomplete label.gfield_label span.gfield_required,
	div.gform_wrapper li.dg_name_autocomplete label.gfield_label mmi {
		visibility: visible;
	}
	/* Shorten Hazard Class to Class */
	div.gform_wrapper li.dg_class_autocomplete label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li.dg_class_autocomplete label.gfield_label span.gfield_required:before {
		content: "Class ";
		color: #222233;
		visibility: visible;
		margin-left: -100px;
	}
	div.gform_wrapper li.dg_class_autocomplete label.gfield_label span.gfield_required {
		visibility: visible;
	}
	/* Shorten Sub-Risk to Sub */
	div.gform_wrapper li.dg_subrisk_autocomplete label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li.dg_subrisk_autocomplete label.gfield_label:after {
		content: "Sub ";
		color: #222233;
		visibility: visible;
		margin-left: -80px;
	}
	/* Shorten Packing Group to Pkg Grp */
	div.gform_wrapper li.dg_pkggrp_autocomplete label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li.dg_pkggrp_autocomplete label.gfield_label:after {
		content: "Pkg Grp ";
		color: #222233;
		visibility: visible;
		margin-left: -124px;
	}
	/* Shorten Aggregate Qty to Agg Qty */
	div.gform_wrapper li.dg_aggqty_autocomplete label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li.dg_aggqty_autocomplete label.gfield_label span.gfield_required:before {
		content: "Agg Qty ";
		color: #222233;
		visibility: visible;
		margin-left: -114px;
	}
	div.gform_wrapper li.dg_aggqty_autocomplete label.gfield_label span.gfield_required {
		visibility: visible;
	}
	/* Shorten Requested Pickup Date */
	div.gform_wrapper li#field_8_60 label.gfield_label {
		visibility: hidden;
	}
	div.gform_wrapper li#field_8_60 label.gfield_label:before {
		content: "Pickup Date ";
		visibility: visible;
	}
}

/* Booking info message */
div.booking_info {
	width: fit-content;
	padding: 10px 20px;
	border: 1px solid #003d80;
	border-radius: 16px;
	background-color: #f8f8f8;
	font-weight: bold;
}

/* Format FAQ search */
div#ewd-ufaq-jquery-ajax-search label.ewd-otp-field-label {
	font-size: 20px;
	color: #003d80;
}
div#ewd-ufaq-jquery-ajax-search input.ufaq-text-input {
	background-image: url('/wp-content/uploads/2019/05/search-icon.png');
	background-size: 24px;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	border: 1px solid #cb2c00;
	padding: 12px 10px 12px 44px;
	margin: 20px 0;
	font-size: 20px;
	color: #000000;
}
@media only screen and (max-width: 600px) {
	div#ewd-ufaq-jquery-ajax-search label.ewd-otp-field-label {
		margin-top: 15px;
		margin-bottom: 0;
	}
}
/* Recolour link text in FAQs */
div.ufaq-faq-body div.ufaq-faq-post a {
	color: #e39f42 !important;
}

/* Support Request file upload position */
div.ginput_container_fileupload div.gform_drop_area {
	margin-left: 0 !important;
}

/* reCAPTCHA size */
@media only screen and (max-width: 600px) {
	div.gform_wrapper div.grecaptcha-badge {
		transform: scale(0.75);
		transform-origin: 30% bottom 0;
	}
}

/* PRINT STYLING */
@media print {
	@page {
		size: A4 portrait;
	}
	body {
		margin: 0;
		height: 100%;
		width: 100%;
	}
	.do_not_print {
		display: none !important;
	}
	#masthead {
		display: none;
	}
	.sydney-hero-area {
		display: none;
	}
	.header-image {
		display: none !important;
	}
	#content {
		display: block;
	}
	.content-wrapper {
		padding: 20px 0 0 0 !important;
		margin: 0 4% 0 4%;
	}
	article.page {
		padding-bottom: 0 !important;
	}
	.entry-header {
		margin-bottom: 0 !important;
	}
	.siteorigin-panels-stretch {
		margin: 0 -5% 0 -5% !important;
	}
	.panel-row-style {
		display: block !important;
	}
	.gform_wrapper .gform_fields .gfmc-column {
		float: left !important;
	}
	.gform_footer {
		display: none !important;
	}
	.entry-footer {
		display: none;
	}
	#sidebar-footer {
		display: none;
	}
	.site-footer {
		display: none;
	}
	.go-top {
		display: none;
	}
	div#secondary {
		display: none !important;
	}
	hr {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	a[href]:after {
		content: none !important;
	}
	abbr[title]:after {
		content: none !important;
	}
	li {
		margin: 0 !important;
		padding-right: 10px;
	}
	.ginput_container {
		margin-top: 0 !important;
	}
	label {
		margin-bottom: 0 !important;
		padding-bottom: 2px !important;
		font-size: 80% !important;
		color: #204060;
	}
	.ginput_complex label {
		padding-left: 16px;
		line-height: 100%;
		font-size: 60% !important;
	}
	input, select {
		height: 28px !important;
	}
	input[type=number]::-webkit-inner-spin-button, 
	input[type=number]::-webkit-outer-spin-button { 
		-webkit-appearance: none; 
		margin: 0; 
	}
	input[type=number] {
		-moz-appearance:textfield;
	}
	.ginput_left, .ginput_right,
	.gf_name_has_2 span {
		display: inline-block;
		width: 49%;
		padding-right: 10px;
	}
	.gf_left_half, .gf_right_half {
		display: inline-block;
		width: 25%;
	}
	.gf_left_half .gfield_label, .gf_right_half .gfield_label {
		width: 100%;
		overflow-x: hidden;
	}
	.gf_left_third, .gf_middle_third, .gf_right_third {
		display: inline-block;
		width: 33%;
	}
	.gf_first_quarter, .gf_second_quarter, .gf_third_quarter, .gf_fourth_quarter {
		display: inline-block;
		width: 25%;
	}
	button, .check_button {
		display: none;
	}
	.mm-tooltip mmi,
	.mm-tooltip-container {
		display: none !important;
	}
	.small_screen_heading {
		display: none;
	}
}
