body {
	font-family: "Open Sans", sans-serif;
	color: black;
	margin:0;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #00d3b8;
	text-decoration: underline;
}
form < a {
	color: #004040;
	text-decoration: none;
}
form < a:hover {
	color: #00d3b8;
	text-decoration: underline;
}
label {
	float: left;
	width: 180px;
}
h1, h2, h3, h4, h5, h6, .font-primary {
	font-family: "Lato", sans-serif;
	margin: 0;
}
table {border-collapse: collapse;padding: 0;border-spacing:0;}
th,td {padding: 2px 4px;}
td {border: 1px solid #aaa;}
th {border:1px solid; #000;}
#header {
	height: 100px;
	width: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	top:0;
	transition: all 0.5s;
	z-index: 997;
	background: #2d6760;
	color:white;
}
#header.header-scrolled {
  background: #1d443f;
  height: 30px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0 0 0 5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin-top: 0;
  max-height: 40px;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}
#hdleft {
	float:left;
	/*width: 600px;*/
	margin: 30px 0 0 30px;
	position: relative;
}
#nav {left: 50px;/*	border:1px solid red;*/}
#nava {left: 160px;/*	border:1px solid blue;*/}
.nav {
	top:46px;
	position: absolute;
}
.nav:hover {
	height:auto;
	width: auto;
}
.nav .menu {
	display: block;
	text-align: center;
	line-height:20px;
	width: 100px;
	padding: 2px;
/*	border: 1px solid blue;*/
	border-radius: 5px 5px 0px 0px;
	color: black;
	background-color: white;
	user-select: none;
}
.nav .items {
	display: none;
	height: 200px;
	padding: 2px;
	overflow-y: scroll;
	color: black;
	background-color: white;
	border: 1px solid black;
}
.nav:hover .items {
	display: block;
	padding-top: 12px;
}
.items a {
	display: block;
	color: black;
	padding: 2px;
	margin: 2px;
}
@media (max-width: 768px) {
	.items a {
		height:2rem;
		padding: 10px 2px 0 2px;
	}
}
.items a:hover {
	background-color:#ccffcc;
}
#hdright {
	position: fixed;
	right:0;
	top:0;
	width: auto;
}
#hdright a {
	display: block;
	padding-bottom: 3px;
}
#container {
	padding: 20px;
	margin: 100px 0 70px;
	color:black;
}
#container a {
	color: #073839;
}


#billship {
	display:flex;
}
#billto,#shipto,#info,#totals {
	margin: 8px;
	width: 35%;
	padding: 8px;
	border: 1px solid #555;
}
#summary {
	display: flex;
}

.suggestable {
	display: flex;
}
.suggestable input {
	width: 85%;
}
#suggest {
	border: 1px solid black;
	padding: 2px 6px;
}

#footer.dlr {
}

#footer {
	background: #073839;
	color: #fff;
	font-size: 14px;
	position: fixed;
	bottom:0;
	height: 70px;
	width:100%;
}

#footer .copyright {
  text-align: center;
  padding-top: 28px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#hero {
    position: relative;
    margin: 100px 0 -73px;
    width: 100%;
    height: 75vh;
    background: url("../img/QCtop.jpg") top center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#hero:before {
  content: "";
  background: rgba(112, 185, 176, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 30px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #70b9b0;
  border: 1px solid #70b9b0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
section {
  padding: 60px 0;
}
.qctitle {
	font-size:xx-large;
}
.copyright {
}
.clearboth {clear:both;}
.credits {}
.div {border:1px solid red;}
.err {color:red;}
.fixed-top {}
.float-left {float:left;}
.float-right {float:right;}
.fl {float: left;}
.fr {float: right;}
.flx {display: flex;}
.ftrpad {}
.hero-container {}
.icofont-simple-up {}
.logo {width:50%;}
.n {text-align: right;}
.rnav {width:auto;}
.rnav a {display: block;padding: 12px;}
.row {display: block;}
.snt {color:blue;}
.text-light {}
.vignette {
	background:white;
	border:1px solid black;
	padding:0px 20px;
}
.ilabel {
	width:120px;
	float:left;
}
.iinput {
	width:180px;
}

.hidden {
	color:white; 
}
.urg {
	color:blue;
	font-weight: bold;
}
.req {
	color:red;
	font-weight: bold;
	}
.num {
	text-align: right;
}
.section-bg {
  background-color: #f2f9f8;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
}

.section-title p {
  margin-bottom: 0;
}

.stat0 {background-color: #ddeeff;}/* Quote */
.stat1 {background-color: #4488ff;}/* SO Open */
.stat2 {background-color: #884488;}/* SO Closed */
.stat3 {background-color: #88ff88; color:red;}/* Inv Part */
.stat4 {background-color: #00ff00;}/* Inv All */
.stat5 {background-color: #00cc00; color:red;}/* Inv Paid Part */
.stat6 {background-color: #008800; color:white;}/* Inv Paid Full */
.stat7 {background-color: #cc0000; color:white;}/* Credit */
.stat8 {background-color: #ffaaaa;}/* Credit Applied */
.stat9 {background-color: #000; color:white;}/* Cancelled - Expired*/
.stat90 {background-color: #000; color:white;}/* Cancelled - by Customer */
.stat91 {background-color: #000; color:white;}/* Cancelled - Damage */
.stat92 {background-color: #000; color:white;}/* Cancelled - Return */
.stat99 {background-color: #000; color:white;}/* Cancelled - Duplicate */
