@media (min-width: 768px) {
	.container {
		width: 740px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1280px;
	}
}




/* --------------- --------------- --------------- preloader --------------- --------------- --------------- */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 999999;
}

#preloader.disabled {
	display: none;
}

#loading-animation {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/assets/images/loading-animation.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}






#modal-loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 999999;
	opacity: .7
}

#modal-loading-spinner {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/assets/images/loading-animation.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}




div.public .navbar-nav>li>a.search-our-inventory {
	background-color: #e76c0e;
	color: #fff;
	transition: all 0.3s;
}

div.public .navbar-nav>li>a.search-our-inventory:hover,
div.public .navbar-nav>li>a.search-our-inventory:focus,
div.public .navbar-nav>li>a.search-our-inventory:active {
	background-color: #b6550b;
	color: #fff !important;
}


/* --------------- --------------- --------------- layout --------------- --------------- --------------- */
html,
body {
	height: 100%;
}

.container.main {
	padding-bottom: 100px;
}

body.public .container.main {
	padding-top: 160px;
}

body.private .container.main {
	padding-top: 0px;
}

#sidebar>img {
	margin-bottom: 20px;
}

#sidebar>img:first-child {
	margin-top: 70px;
}

#header {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	/*
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMTkyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzA4MjIzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjQ4NzEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  rgba(2,25,47,0.9) 0%, rgba(8,34,60,0.9) 30%, rgba(31,72,113,0.8) 100%); 

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,25,47,0.9)), color-stop(30%,rgba(8,34,60,0.9)), color-stop(100%,rgba(31,72,113,0.8))); 

	background: -webkit-linear-gradient(top,  rgba(2,25,47,0.9) 0%,rgba(8,34,60,0.9) 30%,rgba(31,72,113,0.8) 100%); 

	background: -o-linear-gradient(top,  rgba(2,25,47,0.9) 0%,rgba(8,34,60,0.9) 30%,rgba(31,72,113,0.8) 100%); 

	background: -ms-linear-gradient(top,  rgba(2,25,47,0.9) 0%,rgba(8,34,60,0.9) 30%,rgba(31,72,113,0.8) 100%); 

	background: linear-gradient(to top,  rgba(2,25,47,0.9) 0%,rgba(8,34,60,0.9) 30%,rgba(31,72,113,0.8) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02192f', endColorstr='#001f4871',GradientType=0 ); 
	*/

	background-color: #fff;

	border-bottom: 1px solid #e76c0e;



}

#header>.container {
	min-height: 160px;

}

/* #header .logo > img {
	margin: 15px 0px 0px 0px;
	position: relative;
	z-index: 10;
	max-width: 300px;
	} */

body#private #header>div>div>div {
	height: 160px;
}

.logo-background {
	/* background: transparent url(/assets/images/header-world.png) no-repeat center left; */
	height: 150px;
	position: absolute;
	width: 20%;
	margin-left: -100px;
	background-image: url(/assets/images/gssi-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 7px;
}

div.background-image {
	background-image: url(/assets/images/page-head-001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 320px;
	position: absolute;
	width: 100%;
	z-index: -10;
}

body.private div.background-image {
	display: none;
}

.foot-content {
	text-align: right;
	/* margin: 30px 0; */
	border-top: 1px solid #999;
	padding: 30px 0;
	font-size: 80%;
	color: #999;
}

@media (max-width: 767px) {
	#header .logo>img {
		margin: 20px auto 15px auto;
	}

	#header>.container {
		background-position: center center;
	}

	.container.main {
		padding-top: 100px;
	}

	/*#header > div > div > div {height: 169px;}*/
	.logo-background {
		position: absolute;
		width: 100%;
		background-position: center center;
	}
}

@media (max-width: 991px) {
	#header>.container {
		background-position: center center;
	}
}
















/* --------------- --------------- --------------- type --------------- --------------- --------------- */

/*h1, h2, h3, h4, h5, h6 {color:#2e3336;text-transform:uppercase;font-weight:300;}*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2e3336;
	text-transform: uppercase;
	font-weight: 400;
}

.orange-heading {
	color: #e76c0e;
}

.light-heading {
	font-weight: 400;
}

.strong-heading {
	font-weight: 600;
}

.x-strong-heading {
	font-weight: 700;
}

.xx-strong-heading {
	font-weight: 800;
}

.inline-heading {
	float: left;
	width: 100%;
}

.inline-heading>h1,
.inline-heading>h2,
.inline-heading>h3,
.inline-heading>h4,
.inline-heading>h5,
.inline-heading>h6 {
	display: inline-block;
}

.inline-heading>:first-child {
	padding-right: 8px;
}




















/* --------------- --------------- --------------- navigation --------------- --------------- --------------- */
/* --- public nav --- */
div.public.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	/*top:-62px;*/
}

div.public .navbar-nav>li>a {
	color: #e76c0e;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 90%;
}

div.public .navbar-nav>li>a:hover,
div.public .navbar-nav>li>a:focus {
	color: #1d3449;
	background-color: transparent;
}

div.public .navbar-nav>li>a.live-inventory:hover,
div.public .navbar-nav>li>a.live-inventory:focus {
	color: #fff;
	background-color: transparent;
}

div.public .navbar-nav>.active>a,
div.public .navbar-nav>.active>a:hover,
div.public .navbar-nav>.active>a:focus {
	color: #1d3449;
	background-color: transparent;
}



div.public .navbar-nav>.open>a,
div.public .navbar-nav>.open>a:hover,
div.public .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #fff;
}

div.public .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 20px;
}


div.public.navbar .dropdown:hover .dropdown-menu {
	display: block;
}


@media (min-width: 768px) {
	div.public.navbar.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}

}

@media (max-width: 991px) {
	div.public.navbar .nav>li>a {
		padding: 15px 10px;
	}
}

@media (max-width: 767px) {

	div.public .navbar-collapse {
		max-height: 600px;
	}

	div.public.navbar {
		top: 0;
		background-color: #2e3336;
		border-color: #2e3336;
		margin-left: -10px;
		margin-right: -10px;
	}

	div.public.navbar.navbar-default .navbar-toggle .icon-bar {
		background-color: #777;
	}

	div.public.navbar.navbar-default .navbar-toggle:hover .icon-bar,
	div.public.navbar.navbar-default .navbar-toggle:focus .icon-bar {
		background-color: #5e5e5e;
	}

	div.public.navbar.navbar-default .navbar-toggle {
		border-color: #777;
	}

	div.public.navbar.navbar-default .navbar-collapse,
	div.public.navbar.navbar-default .navbar-form {
		border-color: #2e3336;
	}

	div.public.navbar.navbar-default .navbar-toggle:hover,
	div.public.navbar.navbar-default .navbar-toggle:focus {
		background-color: #333;
		border-color: #5e5e5e;
	}

	div.public.navbar.navbar-default .navbar-nav>li>a {
		font-size: 110%;
		color: #fff;
	}

	div.public.navbar .nav>li>a {
		padding: 15px 20px;
	}

	div.public.navbar .nav>li {
		width: 50%;
		float: left;
	}

	div.public.navbar.navbar-default .navbar-nav>li>a:hover,
	div.public.navbar.navbar-default .navbar-nav>li.active>a,
	div.public.navbar.navbar-default .navbar-nav>li>a:focus {
		background-color: #5d6355;
		color: #8ccafe;
	}

	div.public.navbar.navbar-default .navbar-nav>li.active>a {
		color: #fff;
		background-color: #5e5e5e;
	}

	.glyphicon {
		margin-right: 10px;
	}
}

@media (max-width: 360px) {
	div.public.navbar .nav>li {
		width: 100%;
		float: left;
	}

	div.public .navbar-collapse {
		max-height: 1200px;
	}
}




/* --- private nav --- */
div.application.navbar {
	min-height: 20px;
	margin-bottom: 0;
}

div.application.navbar .navbar-nav>li>a {
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.application.navbar .navbar-nav>li>a.live-inventory-link {
	background-color: #e76c0e;
	color: #fff;
	font-weight: 600;
}

div.application.navbar.navbar-default .navbar-nav>li>a:hover,
div.application.navbar.navbar-default .navbar-nav>.active>a,
div.application.navbar.navbar-default .navbar-nav>.active>a:hover,
div.application.navbar.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

div.application.navbar .navbar-nav>li>a.live-inventory-link:hover {
	background-color: #6c99c8;
	color: #fff;
	font-weight: 600;
}


@media (min-width:768px) {
	div.application.navbar.navbar-default .navbar-nav li.dropdown:hover .dropdown-menu {
		display: block;
	}
}








/* --------------- --------------- --------------- mini nav --------------- --------------- --------------- */
.mini-nav {
	text-align: right;
}

.mini-nav a:hover,
.mini-nav a.active,
.mini-nav a:focus {
	color: #e76c0e;
}

.mini-nav a,
.mini-nav p {
	color: #1d3449;
	text-decoration: none;
	font-size: 90%;
	font-weight: 600;
	display: inline-block;
	border-right: 1px solid #1d3449;;
	padding: 0 10px;
	line-height: 90%;
	margin: 15px 0;
}

.mini-nav p {
	display: inline-block;
	margin: 15px 0 0 0;
	border: none;
	display: block;
}

.mini-nav a:last-child {
	border: none;
}

.mini-nav a.login-toggle {
	border: none;
}




/* --------------- --------------- --------------- tabs/nav --------------- --------------- --------------- */
.nav.nav-tabs>li>a {
	padding: 5px 25px;
	font-size: 120%;
}

#inventory-search .nav.nav-tabs li {
	font-weight: 600;
}





#inventory-help-panel {
	width: 300px;
	height: 300px;
	padding: 10px;
	background: #eee;
	margin-left: -300px;
	position: absolute;
	top: 30%;
	z-index: 999;
}

#inventory-help-panel-opener {
	position: absolute;
	;
	top: 133px;
	left: 166px;
	border-radius: 0;
	width: 300px;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}



/* --------------- --------------- --------------- popover nav --------------- --------------- --------------- */

.popover-links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.popover-links li {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	font-size: 120%;
}

.popover-links li>a>i {
	padding-right: 10px;
}

.popover-right {
	margin-left: -10px;
}


/* --------------- --------------- --------------- pagination --------------- --------------- --------------- */

.pagination>li>a.active,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}










/* --------------- --------------- --------------- login modal --------------- --------------- --------------- */
#LoginModal.modal>.modal-dialog {
	width: 600px;
	margin-top: 15%;
}

#LoginModal .modal-backdrop {
	background-color: transparent;
}

#LoginModal .modal-header .modal-title {
	font-weight: 600;
	color: #fff
}

#LoginModal .modal-header button.close {
	color: #fff;
	opacity: 1;
}

#LoginModal .modal-header {
	background-color: rgba(16, 36, 54, .9);
	border-bottom: none;
	text-align: center;
}

#LoginModal .modal-body {
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
}

#LoginModal .modal-content {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

#LoginModal .modal #loginform {
	margin: 40px 0px;
}

#LoginModal .row.login-tools {
	margin-bottom: 20px;
}



.classification-tooltip {
	font-weight: 600;
	text-decoration: underline;
	padding: 2px 8px;
	border: 1px solid #000;
}
















/* --------------- --------------- --------------- modal dialog --------------- --------------- --------------- */

@media (min-width: 768px) {
	.modal-dialog {
		width: 700px;
		margin: 30px auto;
	}
}















/* --------------- --------------- --------------- login / profile --------------- --------------- --------------- */
ul.view-profile {
	list-style: none;
	padding: 20px 0;
	margin: 0;
}

ul.view-profile>li {
	padding: 5px 0;
}

ul.view-profile>li>label {
	width: 120px;
}






















/* --------------- --------------- --------------- forms/buttons --------------- --------------- --------------- */

.btn.btn-primary.btn-sm.btn-download {
	background-color: #e76c0e;
	border: 1px solid #e76c0e;
	margin-left: 0px;
	color: #fff;
}

.btn.btn-primary.btn-sm.btn-download:hover {
	background-color: #b6550b;
	border: 1px solid #e76c0e;
	margin-left: 0px;
	color: #fff;
	transition: all .2s;
}

@media (max-width: 767px) {
	.btn.btn-primary.btn-sm.btn-download:hover {
		margin-left: 0px;
	}

}



input.tag_attribute {
	padding: 6px;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.btn,
.btn-sm {
	border-radius: 0;
}

.btn-primary,
.btn-default,
.btn-warning,
.btn-success,
.btn-danger,
.btn-info {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-primary,
.btn-default {
	background-color: #6c99c8;
	border: 1px solid #6c99c8;
}

.btn-warning {
	background-color: #e76c0e;
	border: 1px solid #e76c0e;
}

.btn-xs,
.btn-group-xs>.btn {
	font-size: 10px;
}

.entry {
	margin-top: 10px;
}

.glyphicon {
	font-size: 12px;
}


/* file inputs */

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: #cc0000;
	cursor: inherit;
	display: block;
}

input[readonly] {
	background-color: white !important;
	cursor: text !important;
}





.btn-search-filter {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 100%;
	font-weight: 800;
	background-color: transparent;
	border: none;
}



.help-block.tiny {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	color: #737373;
	font-size: 90%;
}


.tooltip-button {
	background-color: #6C99C8;
	color: #fff;
	padding: 1px 8px;
	border-radius: 10px;
	margin-left: 10px;

}




.inventory-price .tooltip .tooltip-inner {
	background-color: #6c99c8;
	white-space: nowrap;
}

.inventory-price>a {
	cursor: pointer;
}




/* --------------- --------------- --------------- blocks/boxes/elements --------------- --------------- --------------- */

.inventory-search i {
	color: #ccc;
}

.inventory-search i.active {
	color: #e76c0e;
}

.btn-search-filter {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 100%;
	font-weight: 600;
	background-color: transparent;
	border: none;
	text-transform: none;
}

.btn-search-filter:hover,
.btn-search-filter:focus,
.btn-search-filter:active {
	background-color: transparent;
	color: #357ebd;
	border: none;
}

#inventory>table td,
#inventory>table th {
	text-align: right;
}


.block {
	max-height: 200px;
	width: 100%;
	float: left;
	overflow: auto;
	verflow-x: hidden;
	border: none;
	border-radius: 4px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
	font-size: 80%;
	margin-bottom: 20px;
}

.block.full-height {
	max-height: none;
}

.block.mid-height {
	max-height: 400px;
}

.block.sidebar {
	max-height: none;
}

.block.sidebar>h4 {
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	background-color: #f4f4f4;
	margin: -10px -10px 25px -10px;
	line-height: 40px;
	text-transform: capitalize;
}

.block.sidebar>h5 {
	font-size: 100%;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
}



.table-striped>tbody>tr:nth-of-type(odd)>td,
.table-striped>tbody>tr:nth-of-type(odd)>th {
	background-color: #f1faff;
}


.tooltip-reserved>td {
	color: #ccc;
	background-color: #fffffa !important;
}

#inventory>.tooltip .tooltip-inner {
	background-color: #cc0000;
	color: #fff;
}

#inventory>.tooltip .tooltip-arrow {

	border-top-color: #cc0000;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
	font-size: 120%;
}



table.table-fixedheader>tbody {
	display: block;
}

table.table-fixedheader>tbody {
	overflow-y: auto;
	height: 300px;
	/*placeholder:  override as needed*/
}



table.table-fixedheader>thead>tr>th,
table.table-fixedheader>tbody>tr>td {
	float: left;
	width: 80px;
	/*plachoder:  override as needed*/
}

.tabbed-surcharges table.table-fixedheader>thead>tr>th,
.tabbed-surcharges table.table-fixedheader>tbody>tr>td {
	float: left;
	width: 66px;
	/*plachoder:  override as needed*/
}

table.table-fixedheader>thead>tr>th:first-child,
table.table-fixedheader>tbody>tr>td:first-child {
	float: left;
	width: 150px;
	/*plachoder:  override as needed*/
}


/*.block > table {max-width:95%;}*/

#kitco-graphs>div>div>a>img {
	margin: auto;
}

.dash-icon h4 {
	margin-top: 35px;
}

.dash-icon>a>i {
	padding: 20px;
	background-color: #1f476e;
	background: rgba(31, 71, 110, 0.8);
	border-radius: 4px;
	color: #fff;
	font-size: 800%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;

}

.dash-icon.portal>a>i {
	background-color: #255a25;
	background: rgba(37, 90, 37, 0.6);

}

.dash-icon.disabled>a>i {
	background: rgba(0, 0, 0, 0.1);
}

.dash-icon.disabled>a>i:hover {
	background: rgba(0, 0, 0, 0.1);
}

.dash-icon>a>i:hover {
	background: rgba(31, 71, 110, 1.0);
}

.dash-icon.portal>a>i:hover {
	background: rgba(37, 90, 37, 1.0);
}

ul.formatted {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.formatted label {
	width: 150px;
}





/* --------------- --------------- --------------- sidebar / special offers --------------- --------------- --------------- */

.sidebar.offers h5 {
	font-size: 110%;
	margin-bottom: 0px;
}

.sidebar.offers>span {
	margin-bottom: 25px;
}

.sidebar.offers a h5 {
	color: #2e8dfe;
}

.sidebar.offers a:hover,
.sidebar.offers a:hover h5 {
	color: #000;
	text-decoration: none;
}


.offer-data-group {
	margin-bottom: 5px;
}


.show-offer>.row {
	margin-bottom: 25px;
}

.offer-icon {
	border: 1px solid #CCC;
	padding: 20px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
	margin: 10px;
	float: left;
}

.offer-image {
	border: 1px solid #CCC;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
	margin: 10px auto;
}


div.tubing-info {
	font-weight: 700;
	text-align: center;
}

div.tubing-info img {
	float: none;
}


/* contact page */
.contacts .contact.info {
	float: left;
	margin: 10px 15px 10px 0px;
	max-width: 125px;
}

.contact.info.last {
	margin-right: 0;
}

.contact.info>address>h5 {
	font-size: 100%;
	font-weight: 700;
}

.contact.info>address {
	font-size: 80%;
}

.contacts .contact-group {
	float: left;
	margin-right: 20px;
}














/* --------------- --------------- --------------- live chat --------------- --------------- --------------- */

#lhc_status_container {
	box-sizing: content-box;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
	border: 1px solid #428bca;
	border-right: 0;
	border-bottom: 0;
	-moz-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
	box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
	padding: 5px 0px 0px 5px;
	width: 220px;
	font-family: arial;
	font-size: 12px;
	transition: 0.5s;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #428bca;
	z-index: 9989;
	border-radius: 0;
}


@media (max-width: 1199px) {
	.tile {
		line-height: 71px;
		font-size: 160%;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 991px) {
	.tile {
		font-size: 120%;
	}
}

@media (max-width: 767px) {
	.tile {
		line-height: 37px;
		font-size: 200%;
		padding-left: 10px;
		padding-right: 10px;
	}

}










/* --------------- --------------- --------------- select 2 --------------- --------------- --------------- */

.form-control .select2-choice {
	border: 0;
	border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
	border-radius: 0 2px 2px 0;
}

.form-control.select2-container {
	height: auto !important;
	padding: 0;
	border: none;
	box-shadow: none;
}

.form-control.select2-container.select2-dropdown-open {
	border-color: #5897FB;
	border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
	border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
	border: 0 !important;
	border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
	border-left: 1px solid #C09853 !important;
	background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
	border-left: 1px solid #B94A48 !important;
	background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
	border-left: 1px solid #3A87AD !important;
	background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
	border-left: 1px solid #468847 !important;
	background: #DFF0D8 !important;
}



/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	/* inline-block for ie7 */
	zoom: 1;
	display: inline;
	vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
		Force border-box so that % widths fit the parent
		container without overlap because of margin/padding.
		More Info : http://www.quirksmode.org/css/box.html
	  */
	-webkit-box-sizing: border-box;
	/* webkit */
	-moz-box-sizing: border-box;
	/* firefox */
	box-sizing: border-box;
	/* css3 */
}


.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;

	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;

	border-radius: 4px;

	background-clip: padding-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}


.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;

	border-radius: 0 0 4px 4px;

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;
	float: none;
	width: auto;
}

.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;

	font-size: 1px;
	text-decoration: none;

	border: 0;
	background: url('select2.png') right top no-repeat;
	cursor: pointer;
	outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	/* styles required for IE to work */
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;

	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;

	border-radius: 0 0 4px 4px;

	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;

	border-radius: 4px 4px 0 0;

	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
	border: 1px solid #5897fb;
	border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
	border-top: 1px solid #aaa;
	width: auto;
}

.select2-drop-auto-width .select2-search {
	padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;

	border-left: 1px solid #aaa;
	border-radius: 0 4px 4px 0;

	background-clip: padding-box;

	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
	background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('select2.png') no-repeat 0 1px;
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;

	position: relative;
	z-index: 10000;

	white-space: nowrap;
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;

	outline: 0;
	font-family: sans-serif;
	font-size: 1em;

	border: 1px solid #aaa;
	border-radius: 0;

	-webkit-box-shadow: none;
	box-shadow: none;

	background: #fff url('select2.png') no-repeat 100% -22px;
	background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
	margin-top: 4px;
}

.select2-search input.select2-active {
	background: #fff url('select2-spinner.gif') no-repeat 100%;
	background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;

	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #5897fb;
	border-top-color: transparent;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: none;
	filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px;
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* results */
.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0;
}

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
}

.select2-results li.select2-result-with-children>.select2-result-label {
	font-weight: bold;
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;

	min-height: 1em;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-results-dept-0 .select2-result-label {
	padding-left: 20px
}

.select2-results-dept-1 .select2-result-label {
	padding-left: 40px
}

.select2-results-dept-2 .select2-result-label {
	padding-left: 60px
}

.select2-results-dept-3 .select2-result-label {
	padding-left: 80px
}

.select2-results-dept-4 .select2-result-label {
	padding-left: 100px
}

.select2-results-dept-5 .select2-result-label {
	padding-left: 110px
}

.select2-results-dept-6 .select2-result-label {
	padding-left: 120px
}



.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff;
}

.select2-results li em {
	background: #feffde;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
	padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected {
	display: none;
}

.select2-more-results.select2-active {
	background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0;
	position: relative;

	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;

	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-container-multi .select2-choices li {
	float: left;
	list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
	float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;

	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
	color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;

	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;

	border-radius: 3px;

	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

	background-clip: padding-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
	margin-left: 0;
	margin-right: 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4;
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;

	font-size: 1px;
	outline: none;
	background: url('select2.png') right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
	right: auto;
	left: 3px;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: none;
}

/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}

.select2-display-none {
	display: none;
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {

	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice .select2-arrow b {
		background-image: url('select2x2.png') !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}

	.select2-search input {
		background-position: 100% -21px !important;
	}
}






ul.ftp-documents {
	list-style: none;
	margin-bottom: 30px;
}

ul.ftp-documents li {
	margin: 10px;
}

ul.ftp-documents li label {
	width: 600px;
}

ul.ftp-documents li button {
	float: right;
}





.context-switcher {
	padding-right: 10px;
}

.context-switcher > button {
	margin-bottom: 10px;
}

.context-switcher .dropdown-menu {
	right: 0;
	z-index: 9999;
	float: right;
	left: inherit;
}

.context-switcher .dropdown-menu a {
	margin: 5px 0;
	line-height: 1em;
}






.container.mobile-search {
	z-index: 11;
	width: 100%;
	background-color: #e76c0e;
}


.container.mobile-search a {
	background-color: #e76c0e;
	width: 100%;
	font-size: 120%;
	padding: 10px;
}

.container.mobile-search>.row>div {
	padding: 0px;
	margin: 0px;
}









.inquery-comment {
	padding: 10px 0px;
	margin-bottom: 5px;
}




.login-messages-wrapper {
	background: #cc0000;
	color: #fff;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.login-messages-wrapper .message {
	padding: 20px;
	color: #fff;
	font-size: 1.4rem;
	margin: 0;
	border: none;
}



.dismiss {
	font-weight: 600;
	color: #d7d7d7;
	position: absolute;
	right: 15px;
	top: 10px;
}

.dismiss:hover {
	color: #ffffff;
}









/* ------------------------------------ wuick quote stuff -------------------------------- */





label,
.units,
legend,
h2 {
	font-weight: 600;
	text-transform: uppercase;
}

label {
	/* margin-bottom: 0px; */
}

.grid-container {
	height: 100vh;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
}

p {
	margin: 30px 0px;
}

h2 {
	margin-bottom: 40px;
	margin-top: 40px;
	;
}

.button-container,
.items-container,
.quote-container {
	margin-bottom: 50px;
}

.themath {
	padding: 15px 0px;
}

button {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
}

a.remove-item {
	margin-bottom: 0px !important;
}

thead {
	background: #1779ba;
	color: #fff;
}

.quote-table thead {
	font-size: 1.4rem;
}

.items-table thead tr {
	border-bottom: 1px solid #79b7e0;
}