@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
:root {
  --AF-Colour-Blue: #020181;
  --AF-Colour-Blue-footer: #33339c;
  --AF-Colour-Blue-footer-Dark: #000053;
  --AF-Colour-Website-Gray: #f2f2f9;
  --AF-Colour-Border: #dee2e6;
  --AF-Colour-Tab: #020180;
  
}

.nav_heading_title.container-xxl, .nav_footer_outer, .nav_footer_slim_outer {
	max-width:1920px
}

.nav_heading_title {
	position: relative;
	background:var(--AF-Colour-Blue); 
	color:white;
}
.nav_heading_title div.before, .nav_heading_title div.after {
	
	display: block;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: inherit;
}
.nav_heading_title div.before {
	left: 0;
	width: 330px;
	background-image: url(https://www.airefrig.com.au/assets/images/bg-pagetitle-l.png);
}
.nav_heading_title div.after {
	right: 0;
	width: 210px;
	background-image: url(https://www.airefrig.com.au/assets/images/bg-pagetitle-r.png);
}
.nav_heading_title h1, .nav_heading_title h2, .nav-bar-logout {
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: white;
	text-shadow: 0 6px 16px rgba(0,0,0,.6);
	line-height: 132px;
}
.nav_heading_title h1 {	font-size: 50px; }
.nav_heading_title h2 { font-size: 35px; }
.nav_heading_title, .nav_heading_title div.before, .nav_heading_title div.after, .nav_heading_title h1 .nav_heading_title h2
{	height: 132px;	}

/* ==== Footer ==== */

.nav_footer_outer {
	margin: auto;
	background: var(--AF-Colour-Blue-footer);
}

.nav_footer_slim_outer {
	margin: auto;
	background: var(--AF-Colour-Blue-footer-Dark);
}

.nav_footer {
	font-family: "Poppins",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.86;
	font-size: 15px;

	padding: 78px 70px;
	color: white;
}

@media screen and (max-width: 768px) {
	.nav_footer {
		padding: 30px 30px;
	}
}

.nav_footer .footer-into {
	text-align:left;
	font-size: 14px;
	max-width: 270px;
}

.nav_footer .footer-into img {
	margin-bottom:1.5em;
}

.nav_footer_slim {
	font-family: "Poppins",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.86;
	
	background: var(--AF-Colour-Blue-footer-Dark);
	color: white;
	padding:10px 10px;
}

.nav_footer ul, .nav_footer_slim ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav_footer div.row {
	margin-left:90px;
}

@media screen and (max-width: 1200px) {
	.nav_footer div.row {
	margin-left:0;
	}
}

.nav_footer h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 24px
	
}

.footer-contact-phone, .footer-contact-email, .footer-subscribe {
	margin: 0 0 10px;
	padding: 0;
}

.footer-contact ul li a {
	padding-left: 30px;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.footer-contact ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	height: 18px;
	left: 0;
}

.footer-contact-phone::before {
	display: inline-block;
	background-image: url(../../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -159px -23px;
	background-color: transparent;
	width: 18px;
}

.footer-contact-email::before {
	display: inline-block;
	background-image: url(../../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -159px -47px;
	background-color: transparent;
	width: 20px;
	
}
.footer-contact-email {
	text-decoration: underline !important;
}

.footer-subscribe a::before {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 900;
	content: "\f0e0";
	margin-right: 15px;
	letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-subscribe a::selection {
	background: #1d1dff;
	color: #fff;
	text-shadow: none;
}

.footer-subscribe a::hover {
	outline: 0;
	background: red;
	color: red;
	text-shadow: none;
}

.footer-subscribe a {
	display: inline-flex;
	background-color: transparent;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	height: 54px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;
	margin-top:10px;
	border-radius:0;
}

.footer-social ul {
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-social ul li {
	padding: 0;
	margin: 0 0 0 20px;
}

.footer-social ul li:first-child {
	margin:0;
}

.footer-social ul li a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

.footer-social ul li a::before {
	display: inline-block;
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-social .sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.footer-social-facebook::before {
	content: "\f09a";
}

.footer-social-instagram::before {
	content: "\f16d";
}

.footer-social-linkedin::before {
	content: "\f0e1";
}

.footer-social-youtube::before {
	content: "\f16a";
}


.Footer-Menu li {
	margin-bottom:10px;
}

.Footer-Menu ul li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.Footer-Menu ul li a::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}



.nav_footer_slim li {
	display: inline-block;
	margin-left: 10px;
}

.nav_footer li a, .nav_footer_slim li a {
	display: inline-block;
	position: relative;
	color: white;
	text-decoration: none;
}

 .nav_footer_slim li a::selection {
	background: #1d1dff;
	text-shadow: none;
}
	 
.nav_footer_slim li a::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.nav_footer_slim li a::after, .nav_footer_slim li a::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* ==== Misc ==== */

.bg-website-panel-alt {
	background: var(--AF-Colour-Website-Gray);
}

.bg-website-blue {
	background: #33339c;
}




div#results_block div.accordion-collapse.collapse.show div.accordion-body div.info {
	margin-left:calc(var(--bs-gutter-x) * .5);
	margin-top:calc(var(--bs-gutter-x) * 1);
	margin-bottom:calc(var(--bs-gutter-x) * 0.5);
}

div#results_block div.accordion-collapse.collapse.show div.accordion-body h5.info {
	margin-left:calc(var(--bs-gutter-x) * .5);
}

div#results_block div.accordion-collapse.collapse.show div.accordion-body div.info img {
	max-width: 250px;
	padding:0.5em;
	border:2px solid var(--AF-Colour-Border);
	float:left;
}
div#results_block div.accordion-collapse.collapse.show div.accordion-body div.info div p {
	margin-left:calc(var(--bs-gutter-x) * .5);
	margin-right:calc(var(--bs-gutter-x) * .5);
}

@media (max-width: 575.98px) {
	#results_block_outer {
		padding-left:0px;
		padding-right:0px;
	}
	
	div#results_block div.accordion-collapse.collapse.show div.accordion-body div.info{
		margin-top:calc(var(--bs-gutter-x) * 0.5);
		margin-bottom:0px;
	}
	
	div#results_block div.accordion-collapse.collapse.show div.accordion-body div.container-md {
		padding-left:0px;
		padding-right:0px;
	}
	
	div#results_block div.accordion-collapse.collapse.show div.accordion-body div.info, 
	div#results_block div.accordion-collapse.collapse.show div.accordion-body  h5.info {
		margin-left:0px;
		margin-right:0px;
	}
	
	div#results_block div.accordion-collapse.collapse.show div.accordion-body div.info img {
		padding:0.5em;
		width: 80%;
		max-width: none;
		margin-bottom:calc(var(--bs-gutter-x) * 0.5);
		float:none;
	}
}

#results_block .accordion-button:not(.collapsed),  #subtotal_block .accordion-button:not(.collapsed) {
	background: var(--AF-Colour-Website-Gray);
}

#results_block div.accordion-item.accordion-item-selected button.accordion-button {
	/* Default Part Number - ie. Closest Part Number to search results */
	/*border:5px solid #cfe2ff;*/
	background-color: #cfe2ff;
}

#results_block div.accordion-item div.accordion-collapse div.accordion-body,   #subtotal_block div.accordion-item div.accordion-collapse div.accordion-body{
	/* Accordion body */
	background: var(--AF-Colour-Website-Gray); 
	
}

div#results_block.accordion div.accordion-collapse.collapse.show div.accordion-body ul.nav.nav-tabs {
	border:none;
}


div.nav-tabs-airefrig-blue .tab-content {
	background: white; 
}

div.nav-tabs-airefrig-blue .tab-content .tab-pane {
	/* Tab Body */
	border: 1px solid var(--AF-Colour-Border);
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
}

div.nav-tabs-airefrig-blue .nav-tabs .nav-item .nav-link.active {
	/* Tab Header Selected */
	background: white;
	color: black;
	border-bottom: 0px;
}
/*#results_block div.container-md.mb-2.nav-tabs-airefrig-blue ul.nav.nav-tabs.nav-fill li.nav-item a.nav-link.active*/
div.nav-tabs-airefrig-blue .nav-tabs .nav-item .nav-link {
	/* Tab Header */
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
	background: var(--AF-Colour-Tab);
	color: white;
}

div.nav-tabs-airefrig-blue .nav-tabs .nav-item .nav-link:hover {
	/* Tab Header hover */
	background: white;
	color: black;
}


@media (max-width: 767.98px) {
	div.nav-tabs-airefrig-blue .nav-tabs .nav-link {
		/*border-radius: 0px;*/
	}
}


img#img_family {
	padding: calc(var(--bs-gutter-x) * 0.5);
	background: white;
	border:2px solid var(--AF-Colour-Border);
	border-radius: 5px;
}

@media (max-width: 575.98px) {
	div.heatload_options.accordion .accordion-item .accordion-collapse div.accordion-body {
		padding-left:0px;
		padding-right:0px;
	}
}

/*---------------------------------------------------
// Hide Buttons on number spinner with class .form-control
// https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp
//-------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
	input.no-spinner::-webkit-outer-spin-button,
	input.no-spinner::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}

	/* Firefox */
	input[type=number].no-spinner {
	  -moz-appearance: textfield;
	}
/*-------------------------------------------------*/


.hl_cap_table th, .hl_cap_table td, .hl_cap thead th {
text-align: center;
}

.hl_cap thead tr{
	/*border-top:0px;*/
}

.hl_cap_table th, .hl_cap thead th {
	background: #595959; /*#f2f2f9*/; /*#D9D9D9;*/
	--bs-table-bg-type: none !important;
	color:white;
	font-weight: 600;
}

.hl_cap_table td.hl_cap_notes_1{
background:#ff0!important
}
.hl_cap_table td.hl_cap_notes_2{
background:#6868cd!important;
color:white;
}

/*div.hl_cap_notes:first-child{
margin-top:0
}*/

.hl_cap_notes h3{
	font-size:1.1em;
	font-weight: 600;
}
div.hl_cap_notes .hl_cap_notes_legend>div.hl_cap_notes_1, 
div.hl_cap_notes .hl_cap_notes_legend>div.hl_cap_notes_2{
	float:left;
	margin-right:calc(var(--bs-gutter-x) * 0.5);
	display:block;
	width:50px;
	height:1.2em;
	border:1px solid #838383;
	line-height:25px;
}
div.hl_cap_notes .hl_cap_notes_legend>div.hl_cap_notes_1{
	background:#ff0
}
div.hl_cap_notes .hl_cap_notes_legend>div.hl_cap_notes_2{
	background:#6868cd
}
div.hl_cap_notes_legend, 
div.hl_cap_notes_no_legend {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-bottom:calc(var(--bs-gutter-x) * 0.5);
}