.textbutton2 {
	font-weight: bold;
	font-size: 13px;
	color: #a3bd0b;
	color:var(--color-2,#4b3674);
	-webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
}

.textbutton2:hover {
	color: #4b3674;
	color: var(--color-1,#4b3674);
}

.hubMainTable .textbutton {
	width: 200px;
	text-align: center;
	margin-right: 40px;
}

.textbutton {
	background: #4b3674 none repeat scroll 0 0;
	background: var(--color-1,#4b3674);
	border-radius: 3px;
	color: #ffe100;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 15px;
	line-height: 19px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	border:none;

	display: inline-block;
	-webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;

	float: right;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 12px;
	border: 1px solid var(--color-1,#4b3674);
}

.textbutton:hover {
	background: #a3bd0b;
	background:var(--color-2,#4b3674);
	/* background: #ffe100; */
	color: #ffffff;
	/* color:var(--color-2,#4b3674); */
	border: 1px solid var(--color-2,#4b3674);
}

.textbutton:focus {
	outline: none;
	outline-offset: 0px;
}

.suburbStateEntry,
.suburbPostcodeEntry {
	font-family: 'Lato', sans-serif;
	padding-top: 11px;
	font-size: 14px;
}


@media only screen and (min-width:768px) {
	.suburbStateEntry,
	.suburbPostcodeEntry {
		padding-top: 7px;
	}
}

.suburbPostcodeEntry {
	padding-right: 12px;
}

.dataGroupBox input[type=text]#destinationSuburb {
	width: 100% !important;
}

.dataGroupBox input[type=text].suburbState {
	width: 70%;
}

.dataGroupBox input[type=text]#destinationPostcode {
	width: 30% !important;
}


.outerGroupBox {
	width: 100%;
}
.dataGroupBox {
	width: 100%;
}
.dataGroupBox.half-box {
    display: inline-block;
    float: left;
    width: 50%;
}
.padding-right6{
  padding-right: 6px;
}
.padding-left6{
  padding-left: 6px;
}
.checkbox, 
.radio{
    margin-bottom: 19px;
    margin-top: 19px;
}
.forms-blocks .help-block{
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 6px;
}

.help {
	color: #7e7e7e;
}

/*
.dataGroupBox {
	width: 100%;
	display: inline-block;
}
*/


td.label {
	color: #7e7e7e;
	font-size: 14px;
	font-family:'Lato', sans-serif;
	font-weight: normal;
	white-space: normal;
}


.dataGroupBox label {
	font-weight: normal;
	color: #7e7e7e;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.dataGroupBox .entry label {
	margin-right: 10px;
}


table.contentTable {
	margin-left: -20px;
	margin-top: -20px;
        border-spacing: 20px;
	border-collapse: separate;
	width: 105%;
}

table.singleContentTable {
	margin-left: -20px;
	margin-top: -20px;
        border-spacing: 20px;
	border-collapse: separate;
	width: 55%;
}

table.contentTable > tbody > tr > td {
	width: 50%;
}

form > table {
	width: 100%;
}

/*
form > table.dataGroupBox {
	background: #f1f2f2 none repeat scroll 0 0;
	width: 50px;
	min-width: 350px;
}

*/

.contentTable > tbody > tr > td,
.singleContentTable > tbody > tr > td {
	background: #f1f2f2 none repeat scroll 0 0;
	margin-bottom: 23px;
	padding: 15px 12px 4px;
}

.dataGroupBox > tbody > tr > td {
	margin-bottom: 8px;
	padding: 5px 0px 5px 0px;
	/* padding: 0px 0px 0px 0px; TESTING */
	/* display: block; TESTING #2 */
	padding: 0px 0px 5px 0px; /* TESTING #2 */
}

table.dataGroupBox > tbody > tr > td.label {
	text-align: left;
	padding: 5px 0px 0px 0px;
	margin-bottom: 0px;

	display: table-cell;
}

@media only screen and (min-width:768px) {
	table.dataGroupBox > tbody > tr > td.label {
		width: 70px;
	}
}

@media only screen and (max-width:767px) {
	.dataGroupBox > tbody > tr > td,
	table.dataGroupBox > tbody > tr > td.label {
		display: block;
		padding: 5px 0px 5px 0px;
	}
}

@media only screen and (max-width:991px) {
	table.contentTable > tbody > tr > td {
		display: block;
		width: 100%;
	}
	table.singleContentTable {
		width: 110%;
	}
}

@media only screen and (max-width:414px) {
	.listpriority2 {
		display: none;
	}
}

@media only screen and (max-width:991px) {
	.listpriority1 {
		display: none;
	}
}


.forms-blocks .form-title,
.heading {
    color: #51184f;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
}

.dataGroupBox input[type=text],
.dataGroupBox input[type=password],
.dataGroupBox select,
.dataGroupBox textarea{
  font-family: 'Lato', sans-serif;
  
  width: 100%;
  border:1px solid #dadada;
  border-radius: 5px;
  background: #ffffff;
  padding: 7px 12px;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  box-shadow:none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (min-width:768px) {
	.dataGroupBox select[name="time"] {
		width: 90px;
		background: #ffffff url("/img/selectbox-arrow.jpg") no-repeat center right -10px;
	}

	.dataGroupBox select[name="date"] {
		width: 115px;
		background: #ffffff url("/img/selectbox-arrow.jpg") no-repeat center right -10px;
	}
}

@media only screen and (max-width:767px) {
	.dataGroupBox select[name="time"] {
		width: 115px;
	}

	.dataGroupBox select[name="date"] {
		width: 155px;
	}
}

.dataGroupBox input[type=text],
.dataGroupBox select{
  height: 38px;
  /* height: 28px;	TESTING */
}
.dataGroupBox input[type=text]:focus,
.dataGroupBox textarea:focus {
  border:1px solid #dadada;
  box-shadow:none;
}
.dataGroupBox textarea{
  height: 135px;
  resize:none;
}
.dataGroupBox select {
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  background: #ffffff url("/img/selectbox-arrow.jpg") no-repeat center right;
  overflow: hidden;
  color: #7e7e7e;
  padding-left: 12px;
}
.dataGroupBox select option{
	font-family: 'Lato', sans-serif;
	color: #7e7e7e;
	padding-left: 12px;
}
.forms-blocks .checkbox input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 12px;
   height: 7px;
   background: rgba(0, 0, 0, 0);
   top: 5px;
   left: 2px;
   border: 3px solid #a3bd0b;
   border: 3px solid var(--color-2,#4b3674);
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-47deg);
   -moz-transform: rotate(-47deg);
   -o-transform: rotate(-47deg);
   -ms-transform: rotate(-47deg);
   transform: rotate(-47deg);
   transition: all .2s;
}

.forms-blocks .checkbox input[type="checkbox"] {
   line-height: 2.1ex;
}

.forms-blocks .checkbox input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.forms-blocks .checkbox input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.forms-blocks .checkbox input[type="checkbox"] + label::before {
   content: "";
   display: inline-block;
   vertical-align: -11%;
   height: 15px;
   width: 15px;
   background-color: #ffffff;
   border: 1px solid #dadada;
   border-radius: 3px;
   box-shadow: none;
   margin-right: 0.5em;
   position: relative;
   top: 0px;
   left: 0;
}

.forms-blocks .checkbox label{
  padding-left: 0;
  color: #7e7e7e;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.dataGroupBox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7e7e7e;
  text-transform:capitalize;
}
.dataGroupBox input::-moz-placeholder { /* Firefox 19+ */
  color: #7e7e7e;
  text-transform:capitalize;
}
.dataGroupBox input:-ms-input-placeholder { /* IE 10+ */
  color: #7e7e7e;
  text-transform:capitalize;
}
.dataGroupBox input:-moz-placeholder { /* Firefox 18- */
  color: #7e7e7e;
  text-transform:capitalize;
}

.dataListBox {
	width: 100%;
}

.dataListBox > tbody > tr {
	background: #f1f2f2;
}

.dataListBox > tbody > tr:nth-child(even) {
	background: #ffffff;
}

.dataListBox > tbody > tr > td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.listHeader {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background: #a3bd0b;
	background:var(--color-2,#4b3674);
}


.dataListBox a {
	font-weight: bold;
	color: #a3bd0b;
	color:var(--color-2,#4b3674);
	-webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
}

.dataListBox a:hover {
	color: #4b3674;
	color: var(--color-1,#4b3674);
}

.listRight0, .listRight1 {
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
}

.buttonbox {
	text-align: left;
}

.buttontable {
	width: auto;
	clear: both;
}

.dataGroupBox input[type=text].suburbQuickSearch {
	width: 20%;
}
.dataGroupBox select.suburbStandardSelect {
	width: 80%;
}

.dataGroupBox input[type=text].sdDimensionsField,
.dataGroupBox input[type=text].sdWeightField,
.dataGroupBox input[type=text].sdChargeField,
.dataGroupBox input[type=text].sdQtyField {
	padding-left: 6px;
	padding-right: 6px;
}

.dataGroupBox input[type=text].sdWeightField,
.dataGroupBox input[type=text].sdChargeField {
	width: 65px;
}

.dataGroupBox input[type=text]:disabled {
	background: #eeeeee !important;
	color: #666666;
	text-shadow: #ffffff 1px 1px 0;
}

.heading br {
   display: none;
   margin: 0px 0;
}

@media print {
	section.printablepage table.dataListBox > thead > tr {
		border-top: 1px solid black;
	}

	section.printablepage table.dataListBox > thead > tr,
	section.printablepage table.dataListBox > tbody > tr {
		border-bottom: 1px solid black;
	}

	header, footer,
	div.breadcrumbs,
	table.buttontable,
	div.sidebar {
		display: none;
	}

	.innerpage {
		margin-top: 5px;
		padding-bottom: 0px;
	}

	.container {
		width: auto;
	}

	.col-md-offset-3 {
		margin-left: 0px;
	}
	.col-md-3, .col-md-9, .col-md-offset-3 {
		width: auto;
	}

	.contentTable .label {
		border: 0px;
	}

	.dataListBox {
		font-size: 11px;
	}

	.container img, .container tr {
		page-break-inside: auto;
	}

	.container .dataGroupBox img, .container .dataGroupBox tr {
		page-break-inside: avoid;
	}
}

table.sortByTable td.label {
	display: table-cell;
	vertical-align: middle;
}

.largeheading {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}

.displaytime {
	font-size: 0.8em;
}



div.eventstamp {
    font-size: 0.8em;
    color: #888888;
    float: right;
    margin-bottom: 7px;
}

#goodsdetail_container {
  padding-bottom: 15px;
}

.container #goodsdetail_container table,
.container #goodsdetail_container table th,
.container #goodsdetail_container table td,
.container #goodsdetail_container {
  font-size: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.container #goodsdetail_container table th {
  text-align: center;
}




.checklistQandA {
        padding: 2px;
        float: left;
        clear: both;
}

.checklistQuestion {
        width: 200px;
        float: left;
       text-align: right;
       padding-right: 4px;
       font-size: 12px;
}

.checklistAnswer {
        width: 145px;
       padding-left: 4px;
        float: left;
       font-weight: bold;
       font-size: 12px;
}

.checklistName {
}

.checklistDetail {
  
}

.checklistToggle {
  float: right;
  padding-left: 10px;
  color: #9e9e9e;
}

.checklistNameLabel {
  float: left;
  width: 70px;
  color: #7e7e7e;
  font-size: 14p;x
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

.checklistNameEntry {
  float: left;
}
