body, html {
	height:100%;
	margin:0;
	
}
body {
	font-family:arial;
	background-color:black;
	margin:0px;
	color:white;
	background-image:url('/QuickQuote/WebBase/SITE-Images/OnTheRoadAgainWebReady.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#fullAddress, #DEL_fullAddress, #COL_fullAddress, #PAY_fullAddress  {
	color:#333;
	font-size:12px;
	font-style:italic;
	width:240px;
	margin-bottom:20px;
}
.infoicon {
	margin-left:10px;
	height:16px;
}
.pageOutter {
	width:600px;
	max-width:100%;
	border-radius:20px;
	background-color:white;
	text-align: center;
	min-height:480px;
	margin-top:50px;
}
.pageOutter img {
	max-width:100%;
}
.registrationOutter {
	display:none;
}
input {
	font-size:18px;
	background: none;
	border:1px solid silver;
	border-radius:5px;
	margin-bottom:15px;
}
.lable {
	font-size:12px;
	color:#0f85a5;
	margin-bottom:5px;
}
h1 {
	color:teal;
	font-size:24px;
}
h2 {
	color:teal;
	font-size:20px;
}
.SHLQQHeader {
	background-color:teal;
	color:white;
	display:flex;
	justify-content: space-between;
	align-items: center;
	background-color:#0f85a5;
	border-radius:20px 20px 0px 0px;
	padding-left:10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.QuoteHeader {
	background-color:teal;
	color:white;
	display:flex;
	align-items: center;
	background-color:#0f85a5;
	border-radius:20px 20px 0px 0px;
}
.intro {
	padding:12px;
	color:#222;
	line-height:140%;
}
.buttonOutter {
	display:flex;
	justify-content: space-around;
	flex-direction:row;
	margin-top:20px;
	margin-bottom:20px;
}
.btn1 {
	width:140px;
	height:40px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:8px;
	cursor:pointer;
	font-size:18px;
}
.tradeButton {
	background-color: #61A4D6;
	color:white;
}
.registerButton {
	background-color: #ecb743;
	color:white;
}
.registerButton:hover {
	background-color: #f7cf76;
	color:black;
}

.guestButton {
	background-color:yellowgreen;
	color:white;
}
.guestButton:hover {
	background-color:rgb(173, 234, 49);
	color:black;
	
}
.cancelButton {
	background-color:silver;
	color:black;
}
.cancelButton:hover {
	background-color:black;
	color:white;
}

.error {
	background-color:red;
	color:white;
}
	#myQuotes, #itemsOnQuote {
	font-size:14px;
}
#myQuotes td, #itemsOnQuote td {
	padding-left:3px;
	padding-right:3px;
}
.dimsUOM {
	background-color:silver;
	padding:3px;
	border-radius:6px;
	font-size:10px;
	display:flex;
	justify-content: center;
	align-items: center;
	height:18px;
}
/* From Uiverse.io by gharsh11032000 */ 
/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: gray;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slider:before {
  position: absolute;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 2em;
  inset: 0;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch input:checked + .slider {
  background: yellowgreen;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px yellowgreen;
}

.switch input:checked + .slider:before {
  transform: translateX(1.6em);
}
@media (max-width:965px) {
	.pageOutter {
		margin-top:110px;
	}

}
@media (max-width : 600px) 
{
	body {
		background:none;
	}
	#myQuotes, #itemsOnQuote {
		font-size:12px;
	}
	.btn1 {
		width:100px;
		font-size:14px;
	}
	.pageOutter {
		margin-top:0px;
		min-height:100vh;
	}
	.mobile, .desktop {
		display:none;
	}
	
}

