body{
	margin:0;
	padding: 0;
	font-family: Lato, Roboto Regular, Arial, Helvetica;
	background-color:white;
	background-attachment: fixed;
	background-size:cover;
	line-height: 1.2;
	background-image: url('/assets/imgs/bg.svg');
}

.page-bg {
  position: fixed;
  width: 100%;
  height: 120%;
  top: 100%;
  left: 0;
  z-index: -1;
  background-attachment:fixed;
	background-size:cover;
background-color:#FFFFFFB3;
}

.page-bg2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 220%;
  left: 0;
  z-index: -1;
  background-attachment:fixed;
	background-size:cover;
	background-color:rgba(167, 164, 148, 0.94);
}

a{
	text-decoration: none;
	
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ADADAD;
    opacity: 1; /* Firefox */
	font-family: Roboto Regular;
	font-style:italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ADADAD;
	font-family: Roboto Regular;
	font-style:italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ADADAD;
	font-family: Roboto Regular;
	font-style:italic;
}

.logo{
	height:60px;
	float:left;
	margin:24px 0px;
}
.help-tooltip{
	vertical-align: super;
	display: inline-block;
	height:18px;
	width: 18px;
	background-image: url('/assets/imgs/help-icon.png');
	background-repeat: no-repeat;
	background-size:contain;
}

.tophead{
	padding:5px 10vw;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 2px black;
	padding-bottom: 10px;
	box-shadow: 0 0 10px #51710E1A;
	overflow: hidden;
	position: fixed;
	top:0;
	width: 100%;
	box-sizing: border-box;
	z-index: 9;
}

.tophead + .long-container,.tophead + .container{
	margin-top:180px;
}

.tophead .nav{
	list-style-type: none;
    margin: 0;
    padding: 0;
	float:right;
}

.nav li{

	display: inline-block;
	padding:44px 2vw;
}

.nav li a:not(.nav-btn){
	color:#707070;
	font-weight: 500;
}

.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 5px 0;
	display: none;
	width: 50px;
	float: right;
	margin-top: 18px;
	cursor:pointer;
	border-radius:2px;
}
/*Hide checkbox*/
input[type=checkbox]#show-menu{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]#show-menu:checked ~ #menu{
    display: block;
}

a.bottom-border-link:hover{
	border-bottom:3px solid #F8A671;
	padding-bottom:5px;
}

.nav-btn{
	display: inline-block;
	border-radius:15px;
	background: linear-gradient(to right,#f26f21,#f9a96c);
	padding:6px 25px;
	text-transform: uppercase;
	color:white;
	cursor:pointer;
}
.fake-link{
	cursor: pointer;
	color:blue;
}


.part1{
	padding-top: 40vh;
}

.part2{
	padding-top: 30vh;
}

.part3{
	padding-top: 25vh;
}



.firstopts,.hpsearch, .services-list, .register-login-box{
	
	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) ;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) ;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) ;
	width: 100%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	min-height:100px;
	background-color: white;
	border-radius:10px;
	overflow: auto;
	
}

.firstopts{
	width: calc(100% - 20px);
}


.bigopt1{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-right: 1px solid #BDBDBD;
}
.bigopt2{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-left: 1px solid #BDBDBD;
}



.bigopt1,.bigopt2{
	width: 50%;
	width: calc(50% - 1px);
	display: inline-block;
	padding:2vh 0;
	height:140px;
	cursor:pointer;
	background-color:white;
	float:left;
	color: #606060;
}

.bigopt1:hover,.bigopt2:hover{
	transition:all ease-in-out 0.1s;
	background-color:#FAA933;
	color:white;
}

.bigopt1:hover .detail,.bigopt2:hover .detail{
	transition:all ease-in-out 0.1s;
	color:white;
}


.bigtext{
	font-size:24px;
	margin-bottom:15px;
	font-weight: bold;
}
.smalltext{
	font-size:14px;
	margin-top:2px;
}


p.detail{
	color:#A5A5A5;
}
p.detail a{
	color: #847D7D;
	text-decoration: underline;
}

.hpsearch{
	padding:30px 60px;
	text-align: left;
	box-sizing: border-box;
	overflow: visible;
}

.left-details{
	color:white;
	margin-top:calc(10vh + 80px);
	font-size:16px;
	padding-right:2vw;
}

.left-details ul{
	padding-left: 17px;
}
.left-details ul li{
	margin-top:10px;
}

.bigheading{
	font-size:32px;
}

.leftpart{
	float:left;
	width: 50%;
	box-sizing: border-box;
}

.leftpart.with-padding{
	padding-right:2%;
}

.rightpart.with-padding{
	padding-left:2%;
}

.leftpart .smallicon{
	display: block;
}

.rightpart{
	float:right;
	width: 50%;
	box-sizing: border-box;
}

.main{
	position: relative;
}

.container{
	box-sizing: border-box;
	padding:10px;
	margin: auto auto;
	max-width: 1200px;
	overflow: auto;
}

.container.visibleshadows{
	overflow: visible;
}

.register-login-box{
	padding:0;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
	margin-top:10vh;
}

#remember{
	vertical-align: text-bottom;
}

label[for="remember"]{
	  margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    color: #939393;
}

.forgotpass{
	float:right;
	border-bottom: 1px solid #C0C0C0;
	font-size:14px;
	font-style: italic;
	padding-bottom:2px;
	color:#939393;
	margin-top:10px;
}

.inner-padding{
	box-sizing: border-box;
	padding:10px 22px;
	padding-bottom:20px;
}

.sub-heading{
	margin-top:10px;
	font-size:22px;
}

.tabs{
	width: 100%;
}

.tab{
	margin:0;
	padding:15px 22px;
	box-sizing: border-box;
	font-size:16px;
	cursor:pointer;
	font-weight: bold;
	width: 50%;
	background-color:#DEDEDE;
	display: inline-block;
	color:#494949;
}

.tab.active{
	background-color:#FAFAFA;
}

#ajax_req{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:48px;
}

section h2{
	margin-bottom:0px;
}

.outletsearchpage h2{
	color: #969696;
	font-size: 16px;
	margin-top:0;
}
.success{
	color:green;
}
.left-content{
	width: 65%;
	display: inline-block;
	float:left;
	box-sizing: border-box;
}

.right-content{
	background-color: #EDEDED;
	padding: 0 1% 10px 1%;
	width: 32%;
	display: inline-block;
	box-sizing: border-box;
	margin-top:26px;
}

.warning-icon{
	padding-left:40px;
	background: url('/assets/imgs/warning.svg') no-repeat left center;
	background-size:30px;
	width: 90%;
	margin:10px auto;
	box-sizing: border-box;
}

.ref-marked-accepted{
	display: none;
}

input.texty,textarea.texty,select.texty{
	border-radius:2px;
	border:1px solid #E0E0E0;
	box-shadow:inset 0 0 4px #EDEDED;
	width: 100%;
	padding:8px 7px;
	margin-top:10px;
	box-sizing: border-box;
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size:auto 60%;
}

input.dark{
	background-color:#EAE9E8;
}

input.dark::placeholder{
	color:#90908F;
}
input.texty:focus{
	transition: all ease-in-out 0.2s;
	box-shadow:inset 0 0 4px #C6BABA;
}

.location-distance{
	margin-top:20px;
}

.location-inputs{
	width: 50%;
	display: inline-block;	
}

.location-inputs .texty{
	width: 100%;
}
.distance-inputs{
	width: 45%;
	display: inline-block;
	float: right;
	margin-top: 6px;
	text-align: center;
}

#distance_sel{
	margin-top: 10px;
	height: 5px;
	background-color:#F9A76A;
}

.ui-slider .ui-slider-handle,.ui-slider .ui-state-active {
	border-radius: 10px;
    top: -.4em;
	width: 15px;
	height: 15px;
    text-decoration:none;
    text-align:center;
	background-color:#F26E20;
	border:1px solid orange;
}

#thekm{
	font-weight: bold;
}

.button-big{
	width: 100%;
	margin-top:30px;
	background-color:#A9BC62;
	background: linear-gradient(to right,#99AF3E,#ABBD67);
	text-transform: uppercase;
	padding:10px 0;
	font-weight: bold;
	color:white;
	border:0;
	cursor: pointer;
}

.button-big:disabled{
	background:#7F7D50;
	cursor: not-allowed;
}

.leftpart.boxy, .rightpart.boxy{
	border-radius:10px;
	box-shadow:0 0 30px #F3F0F0;
	padding:10px;
	box-sizing: border-box;
	width: calc(50% - 10px);
}
.leftpart.boxy{
	margin-right:10px;
}
.rightpart.boxy{
	margin-left:10px;
}


.services-list{
	overflow: auto;
	height:90vh;
	text-align: left;
	padding:0;
	box-sizing: border-box;
	height:70vh;
	position: relative;
	max-width: 1000px;
}

.services-list .inner-padding{
	max-height:calc(95% - 120px);
	overflow: auto;
	padding-bottom: 0;
}

.services-list h2{
	background-image:  url('/assets/imgs/whitetick.png'), linear-gradient(to right,#97AB4A,#AABB6D);
	padding:20px 35px;
	color:white;
	margin:0;
	background-position: right 20px center, center;
	background-size: 42px,auto;
	background-repeat: no-repeat;
}

.thebtn{
	margin:5px 5px;
	border-radius:5px;
	display: inline-block;
	padding:5px;
	padding-left:28px;
	background-position: left 2px center;
	background-repeat:no-repeat;
	background-size:22px;
	background-color: #f9f8f6;
	border: 1px solid #ffe9e9;
	transition: all ease-in-out 0.1s;
	cursor: pointer;
}

.thebtn:hover{
	transition: all ease-in-out 0.1s;
	color:black;
	background-color: wheat;
}
.tickicon{
	background-image: url('/assets/imgs/green_tick.png');
}




ul.servicelist{
	padding-left:0;
	column-count: 3;
	column-gap: 0px;
	display:inline-block;
	list-style: none;
	margin-top:0;
}

ul.servicelist li{
	color: #7C7C7C;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 14px;
	border-left: 3px solid #E9E9E9;
	margin-bottom: 17px;
	padding: 7px;
}

ul.servicelist li:hover{
	background-color:#BDBDBD;
	color: white;
	background-image:url('/assets/imgs/rightwhitearrow.png');
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: right 20px center;
}

ul.servicelist li:hover .service{
	color:white;
}
ul.servicelist .service{
	margin: 3px 0;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 16px;
	color: #505050;
	font-weight: bold;
}

#search_type, #search_location{
	background-repeat:no-repeat;
	background-position: right 3px center;
	background-size:contain;
}

#search_type{
	background-image: url('/assets/imgs/icon_search.png');
}
#search_location{
	background-image: url('/assets/imgs/loc.png');
}

#search_location.geolocation{
	background-position: left center;
	padding-left: 30px;
	border: 0;
	box-shadow: unset;
}



.small-black-btn{
	background-repeat: no-repeat;
	background-size: 24px;
	box-sizing: border-box;
	max-width: 1200px;
	padding: 8px 15px;
	padding-left: 40px;
	min-height: 34px;
	margin: 20px auto;
	cursor:pointer;
	color:white;
	display: inline-block;
	border-radius: 20px;
	background-color: #969696;
	text-transform: uppercase;
	box-shadow:0 0 30px #DBD9D9;
	background-position: left 8px center;
}
.small-black-btn:hover{
	box-shadow:0 0 10px #B5AFAF;
}

.back-btn{
	background-image: url('/assets/imgs/leftwhitearrow.png');
	float:left;
}

.share-btn{
	background-image: url('/assets/imgs/shareicon.png');
	float:right;
	background-size:auto 70%;
}

.print-btn{
	background-image: url('/assets/imgs/print.png');
	float:right;
	background-size:auto 70%;
	margin-right:10px;
}

.outletslist-dash, .addoutletsection{
	width: calc(100% + 10vw);
	box-shadow: inset 0 19px 77px -71px rgba(0,0,0,0.7);
	margin-left: -5vw;
	box-sizing: border-box;
	padding:2vh 5vw;
	margin-top:3vh;
}

.outletslist-dash .outletlisting{
	width: 100%;
}

.smallbtn{
	text-transform: uppercase;
	padding:4px 8px;
	font-size:12px;
	color:white;
	display: inline-block;
	color:#A2A2A2;
	background-color:#F3F3F3;
	border-radius:10px;
	margin-left:1vw;
	cursor:pointer;
	background-repeat: no-repeat;
	background-size:14px;
	margin-top:5px;
}

.float-right{
	float:right;
}

.edit-icon{
	background-image:url('/assets/imgs/pencildark.png');
	padding-left: 22px;
	background-position: left 5px center;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-right-radius: 0;
	border-radius: 0;
	margin: 0;
	border-bottom-left-radius: 5px;
}

.directions-icon{
	background-image:url('/assets/imgs/directions.png');
	padding-left: 22px;
	background-position: left 5px center;
}

.smallbtn:hover{
	box-shadow:0 0 3px #D6CDCD;
}

.green-gradient{
	background:linear-gradient(to right, #9AAE52, #A9BA6C);
	color: white;
}
.red-gradient{
	background:linear-gradient(to right, #F14C3A, #F3654E);
	color: white;
}

.openrn img{
	height:14px;
	vertical-align: sub;
	margin-right:2px;
}

#footer{
	margin-top:8vh;
	padding:15px 0.5vw;
	background-color: #606060;
	color:white;
	overflow: auto;
}

#footer a{
	color:inherit;
}

#footer h3{
	font-size:18px;
	text-transform: uppercase;
	color:white;
	margin-bottom:5vh;
	margin-top:2vh;
	letter-spacing: 2px;
}
.footerlinks{
	margin-bottom:5vh;
	margin-top:2vh;
}

.footerlogo{
	margin-right:2vw;
	width:128px;
}

#footer hr{
	color:#9E9E9E;
	width:100%;
	margin:4vh 0;
}

.v-spacer{
	height:40px;
	display: block;
	width: 99%;
}

.footerlinks a{
	margin:1vh 0;
	padding:3px 1.5vw;
	display: inline-block;
	color:white;
	border-right:1px solid white;
}
.footerlinks a:last-child{
	border-right: 0;
}

#footer .smallicon{
	display: block;
}

.text-right{
	text-align: right;	
}

.text-center{
	text-align: center;	
}


.bigicon{
	padding:15px;
	padding-top:44px;
	padding-bottom:5px;
	background-repeat: no-repeat;
	background-position: center top 10px;
	margin-right: 10px;
	border:2px solid #DBDBDB;
	display: inline-block;
	width: 40px;
	text-align: center;
}

.smallicon{
	padding-left:24px;
	background-repeat: no-repeat;
	background-size:18px;
	background-position: left center;
	margin-top: 10px;
	display: inline-block;
}

.documentation-icon{
	padding-left:26px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('/assets/imgs/documentation.png');
}

.appointments{
	padding: 10px 0;
	padding-left:38px;
	background-repeat: no-repeat;
	background-position: left 4px center;
	background-color:#F5F5F5;
	margin-top:2vh;
	font-weight: bold;
}

.tickdark-icon{
	background-image: url('/assets/imgs/tickdark.png');
}
.webdark-icon{
	background-image: url('/assets/imgs/webdark.png');
}
.info-icon{
	background-image: url('/assets/imgs/information.png');
}

.smallicon a{
	color:inherit;
}


.phn-icon{
	background-image: url('/assets/imgs/phn-icon.png');
}
.phndark-icon{
	background-image: url('/assets/imgs/phndark.png');
}
.phonebigdark-icon{
	background-image: url('/assets/imgs/phnbigdark.png');
}

.formbigdark-icon{
	background-image: url('/assets/imgs/formbigdark.png');
}

.email-icon{
	background-image: url('/assets/imgs/email-icon.png');
}
.emaildark-icon{
	background-image: url('/assets/imgs/emaildark.png');
}

.emailbigdark-icon{
	background-position: center top 16px;
	background-image: url('/assets/imgs/emailbigdark.png');
}

table.lined{
	border-collapse:collapse;
}
table.lined tr{
	border-bottom:1px solid #D6D6D6;
}

table.lined td{
	padding:4px 0;
	padding-right:5px;
}


h1.title2{
	font-size:28px;
	color: #969696;
	margin:20px 0;
}

.dash .long-container{
	box-shadow:none;
	padding:0 5vw;
	padding-bottom:30px;
	max-width: 1000px;
	min-height:500px;
}

.dashcontrols{
	width: 100%;
	height:auto;
	margin:5vh auto;
	overflow: hidden;
	border-radius:10px;
	box-shadow:0 0 10px #DCE5E5;
	box-sizing: border-box;
	position: relative;
	background-color:white;
}

.big-and-sep{
	margin-bottom:10px;
	font-size:18px;
	font-weight: bold;
}

.notif-icon{
	background:url('/assets/imgs/notif.png') no-repeat;
	background-position: left center;
	background-size:15px;
	padding-left:20px;
}

.dashcontrols .control{
	width: 25%;
	border-right: 1px solid #ADADAD;
	border-left: 1px solid #ADADAD;
	display: inline-block;
	box-sizing: border-box;
	margin:0;
	text-align: center;
	height:100%;
	padding:22px 0;
	background-repeat: no-repeat;
	color:#8D8D8D;
	background-size: 48px;
	background-position: center top 32px;
	transition: all ease-in-out 0.1s;
	text-transform: uppercase;
	font-weight: bold;
}

.dashcontrols .control:hover, .dashcontrols .control.active{
	background:linear-gradient(to bottom left, #A9BA6D, #99AC4E);;
	transition: all ease-in-out 0.1s;
	color:white;
}

.dashcontrols .control:first-child{
	border-left:0;
}
.dashcontrols .control:last-child{
	border-right:0;
}

.control:hover svg path, .control.active svg path{
	transition: all ease-in-out 0.1s;
	fill: white;
}


.control svg{
	height:64px;
	margin-bottom: 10px;
}

.control svg path{
	transition: all ease-in-out 0.1s;
	fill: #8D8D8D;
}

#outletservices{
	display: none;
}
.two-sided-opt{
	padding:20px 30px;
	background:transparent;
	border:1px solid #C3C3C3;
	width: 40%;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	transition: all ease-in 0.2s;
	color:#606060;
	font-weight: bold;
	text-transform: capitalize;
	margin:20px 0;
}


.two-sided-opt:hover svg path{
	transition: all ease-in 0.2s;
	fill: white;
}

.two-sided-opt svg{
	margin-bottom: -1px;
}
.two-sided-opt svg path{
	fill: #606060;
	transition: all ease-in 0.2s;
}
.two-sided-opt img{
	margin-right:2px;
	vertical-align: bottom;
}

.two-sided-opt:hover{
	color:white;
	background-color: #F17C41;
	transition: all ease-in 0.2s;
	
}
.two-sided-opt:first-child{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.two-sided-opt:last-child{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.question{
	margin-top:20px;
	font-family: Lato;
	font-size:18px;
	background:url('/assets/imgs/greendot.png') no-repeat;
	background-position: left center;
	background-size:5px;
	padding-left:10px;
}

.icon{
	width: 128px;
}

.answer{
	font-family: Lato;
	font-size:14px;
	color:#606060;
}

.similar-hidden-outlets{
	display: none;
}

#show-similar-outlets span{
	margin: 20px 14px;
	background-color: #F9E4CC;
	display: inline-block;
	padding: 10px;
	background-image: url('/assets/imgs/downcleanarrow.png');
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: auto 30%;
	padding-left: 30px;
	cursor:pointer;
}

#show-similar-outlets span:hover{
	background-color: #F7E9D9;
}

.zebra-table{
	border-collapse: collapse;
	font-size:16px;
}
.zebra-table td{
	padding:5px;
}
.zebra-table tr:nth-child(odd) {
   background-color: #EBF3F4;
}
.zebra-table tr:nth-child(even) {
   background-color: #F2F9F9;
}

.notif-table a{
	color:#020230;
}
.notif-table a:hover{
	color:#212191;
}
.notif-table td:first-child{
	font-size:12px;
	border-right:1px solid #E8E8F7;
}
.notif-table td:last-child{
	
	min-width: 120px;
	border-left:1px solid #E8E8F7;
}

.notif-table tr{
	margin-top:2px;
}

.notif-table tr.unread{
	font-weight: bold;
}

/*.profileicon{
	background-image: url('/assets/imgs/dash-profile.png');
}
.dashicon{
	background-image: url('/assets/imgs/dash-dash.png');
}
.outletsicon{
	background-image: url('/assets/imgs/dash-outlets.png');
}
.scicon{
	background-image: url('/assets/imgs/dash-sc.png');
}

Now these icons done using inline svg
*/


@font-face {
	font-family: "Roboto Regular";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), url("/assets/fonts/Roboto-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Bold";
	font-weight: 700;
	src: local('Roboto Bold'), url("/assets/fonts/Roboto-Bold.ttf") format('truetype');
}

.sugholder{
    font-size: 12px
}
.sugholder {
    color: #000;
	background-color:white;
    z-index: 150;
    border:1px solid #ecd9d1;
    border-top: 0;
    box-shadow: 0 2px 3px #e1bcbc;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	position: absolute;
	display: none;
}

.sugholder::after {
    content: "You need to select an item from this list";
    font-size: 12px;
    text-align: center;
    width: 235px;
    display: block;
    margin: 10px auto;
    background-image: url('/assets/imgs/attention.png');
    background-size: auto 89%;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.6;
}

#locationsugholder, #sasugholder{
	width: 40%;
	background-image:url('/assets/imgs/poweredbygoogle.png');
	background-repeat: no-repeat;
    background-position: right 5px bottom 5px;
    padding-bottom: 15px;
}
#servicesugholder{
	width: 100%;

}


.sug {
    margin-bottom: 1px;
    margin-top: 1px;
    padding: 1px;
    color: #5d5d5d;
	text-align: left;
	padding: 5px 10px;
}

.sug:hover,.sugselected {
    color: #000;
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.move-down{
	position: absolute;
	top: calc(100vh - 100px);
	color: black;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	height: calc(200px + 20%);
	background-color: white;
	padding-top:15px;
	cursor:pointer;
	box-shadow: 0 -15px 46px -32px #c3c3c3;
}
.long-container{
	background-color:white;
	box-shadow:0 0 100px #D3D1D1;
	width: 100%;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
	padding:20px;
	box-sizing: border-box;
	border-radius:10px;
}

.long-container.dark-shadow{
	box-shadow: 0 0 5px gray;
}
.long-container h1{
	font-size:32px;
	color: #969696;
	margin-bottom:0px;
	font-weight: bold;
}

.rightpart.boxy h2{
	margin-bottom:12px;
	font-size:24px;
	color: #969696;
	padding-left:2%;
}

.long-container h1.serviceheading + p{
	margin-bottom:40px;
	margin-top:2px;
}

.move-down img{
	margin-top:10px;
}

#Gmapholder{
	width: 100%;
}

#Gmapholder #Gmap{
	height:400px;
}

#Gmapholder.small #Gmap{
	height:200px;
}

.outletslist{
	/*height:470px;*/
	overflow: auto;
}

.outletlisting{
	display: block;
	position: relative;
	width: 95%;
	min-height: 60px;
	height: auto;
	margin: 0 auto;
	background: transparent;
	border-bottom: 3px solid #F3F3F3;
	color: #696C6E;
	cursor: pointer;
	overflow: visible;
	padding:15px 10px 15px 2px;
	box-sizing: border-box;
	transition: all ease-in-out 0.1s;
}

.outletlisting.multi-selected{
	background-color:#dbf2db;
}

.outletlisting:not(.multi-selected):hover{
	background-color: #F4F6F9;
	color: black;
	transition: all ease-in-out 0.1s;
}

.outletlisting .data{
	margin-left:40px;
	margin-top:5px;
}

.outletlisting .data .blurb{
	font-size:12px;
	display:inline-block;
	padding:2px;
}


.outletlisting .name{
	font-size: 20px;
	line-height: 20px;
	padding: 3px 0;
	color:inherit;
	margin-left: 40px;
	display: block;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.outletlisting .label{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px auto;
	background: #ed4b2f;
	color: #fff;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
}

.outletlisting .arrow{
		top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 10px;
    background-image: url('/assets/imgs/right-arrow.png');
		background-size:contain;
    position: absolute;
    right: 0;
}

.outletpage h2{
	font-size:16px;
	font-weight:bold;
	color:#999;
	margin-top:4vh;
	margin-bottom:10px;
	line-height: 1;
}

.outletpage h1{
	margin:0;
}

.outletpage{
	color:#969696;
	font-size:14px;
	position: relative;
}


.outletpage p.street-address{
	margin:0;
	font-size:18px;
}

.outletpage hr, hr{
	color:#F3F3F3;
	background-color: #F3F3F3;
	height: 3px;
	width: 100%;
	border: 0;
}

.outletpage ul{
	list-style: none;
	padding:0;
	margin:0;
}

.outletpage ul li{
	margin-top:12px;
	margin-bottom:12px;
}

li.onething{
	border-left:4px solid #F3F3F3;
	padding-left:4px;
}

.smallfont{
	font-size:14px;
}
.margined-inputs .inputdetail{
	margin-left:0px;
}


.addoutletsection .section{
	overflow-y: hidden;
	overflow-x: visible;
	border-radius:5px;
	background-color:#F3F3F3;
	padding:5px 10px;
	transition: all 0.5s;
	max-height:40px;
}

.addoutletsection .section.hidden h3.section-heading2{
	background-image: url('/assets/imgs/downcleanarrow.png');

}
.addoutletsection .section h3.section-heading2{
	background-image: url('/assets/imgs/toparrow.png');
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size:10px;
	cursor:pointer;
}
.inputdetail{
	font-size:12px;
	color:#939393;
	margin-top:20px;
	display: block;
	font-style: italic;
	font-weight: bold;
}

.proceed{
	font-size:12px;
	margin-top:15px;
	border-radius: 2px;
}

.inputdetail input.texty{
	margin-top:4px;
}

.addoutletsection .inputdetail{
	font-size:16px;
	font-style: normal;
	color:#828282;
}

textarea.texty{
	height:101px;
}

.section-heading{
	color: #7C7C7C;
	box-sizing: border-box;
	font-size: 16px;
	border-left: 4px solid #E9E9E9;
	margin-bottom: 17px;
	padding: 4px;
	margin-top:5px;
	font-weight: bold;
}

.section-heading2{
	color: #696B6D;
	box-sizing: border-box;
	font-size: 18px;
	margin-bottom: 17px;
	padding: 4px;
	padding-left:0;
	margin-top:5px;
}

.section-heading2 span{
	margin-left:10px;
	padding-left:10px;
	border-left: 4px solid #DEDEDE;
}

input.nav-btn{
	border:0;
	font-weight: bold;
}

div.section{
	display: block;
	overflow: auto;
	width: 100%;
	margin-bottom:40px;
}

div.hspacer{
	width: 100%;
	height:5px;
}
p.text.error{
	color:red;
}
p.text.success{
	color:green;
	font-weight: bold;
}

.outletdata ul{
	column-count: 2;
	max-width: 50%;
}

.aform ul.serviceUL{
	
	column-count: 2;
	display:block;
	list-style: none;
	max-width: 1500px;
	padding:0;
}

.aform .smallservice{
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	font-size:14px;
}

.aform .smallservice input[type="checkbox"]{
	margin-top: 0;
	margin-right: 5px;
	vertical-align: bottom;
}

.aform .smallservice.selected{
	color:black;
	background:#e0e0e0;
}

.aform textarea {
	display: inline-block;
	margin-top:5px;
	margin-bottom:10px;
	width: 100%;
	max-width: 500px;
	/*border: 1px solid #f7a21f;*/
	color:#5E4444;
	border-radius: 5px;
	box-shadow:inset 0 0 5px #D8D2D2;
	padding: 4px 5px;
	font-size: 14px;
	height:100px;
}

.inputdetail.withdot{
	background:url('/assets/imgs/greendot.png') no-repeat;
	background-position: left top 6px;
	background-size:5px;
	padding-left:8px;
	margin-left:-8px;
}

.mini{
	font-size:14px;
	margin:0;
}

.inputdetail + p.mini{
	margin-top: -11px;
	margin-bottom: 5px;
}

.saholder{
	background-color: #e0e0e0;
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 10px;
	border: aliceblue;
}

.saholder .cross{
	height: 12px;
	width: 12px;
	cursor: pointer;
	background-image: url('/assets/imgs/close.png');
	background-size: contain;
	display: inline-block;
	margin-left: 10px;
	background-position: right center;
	vertical-align: middle;
}

.aform input[type="text"].timebox{
	display: inline-block;
	width: 100px;
	margin-right: 0.5%;
	margin-left:0.5%;
}

.aform .servicetime{
	display: inline-block;
	width: 120px;
	margin-left: 1%;
}

.aform input:disabled{
	cursor: not-allowed;
}

.aform .restricted-outlet-options, .aform .docu-required-options {
	margin-left:1%;
	display: none;	
}

.aform .referral-options {
	margin-left:1%;
}

.aform input.inline{
	display: inline-block;
	width: 150px;
}


.toggle-display{
	margin-left:1%;
	margin-top:10px;
}

.toggle-display .visible{
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: 14px;
	color: #3f89a1;
	cursor: pointer;
}

.toggle-display .visible.greenplus{
	background-image: url('/assets/imgs/greenplus.png');
}

.toggle-display .visible.downarrow{
	background-image: url('/assets/imgs/downarrow.png');
}

.toggle-display .non-visible{
	margin-left:1%;
	display: none;
}


.aform label{
	display: block;	
	color:#828282;
}

.aform label input[type="checkbox"]{
	margin-top:10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
	float:left;
	margin-right:20px;
}

.switch + p.detail{
	max-width: 500px;
	margin-top:-2px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 






.gototop{
	background-color:#FFFFFF;
	padding:20px 0;
	padding-top:35px;
	width: 70px;
	height:70px;
	border-radius:50px;
	background-image: url('/assets/imgs/toparrow.png');
	position: absolute;
	bottom: 70px;
	right: 30px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: top 12px center;
	text-align: center;
	font-size:12px;
	box-shadow:0 0 3px gray;
	cursor:pointer;
}

.gototop:hover{
	box-shadow:0 0 5px gray;
}

.bottom-right-controls{
	position: fixed;
	bottom:10px;
	right:10px;
	display:none;
}

.accept-btn{
	background-image:url('/assets/imgs/green_tick.png');
}

.cancel-btn{
	background-image:url('/assets/imgs/cross-flat.png');
}

.spaced-text{
	line-height: 1.8;
	font-size: 16px;
	margin:20px auto;
	width: 95%;
}

.about-page .long-container{
	position: relative;
}
.about-page p{
	color: #969696;
}
.about-logos{
	position: absolute;
	bottom:5px;
	margin-left:2.2vw;
	display: inline-block;
}

.about-logos img{
	height: 60px;
	margin-right:40px;
}

.about-page h1{
	font-size:48px;
	margin-left:2.2vw;
	
}

.about-page h2{
	color: #969696;
}



/*Printer CSS*/
@media print{
	.tophead{
		display: none;
	}
	.small-black-btn{
		display: none;
	}
	#Gmapholder{
		display: none;
	}
	.long-container,.container{
		width: 100%;
		height: auto;
		max-width: none;
		box-shadow:none;
		border-radius:0;
	}
	
	.tophead + .long-container, .tophead + .container {
    margin-top: 0;
	}
	.leftpart, .rightpart, .leftpart.boxy, .rightpart.boxy{
		width: 100%;
	}
	
	.leftpart.with-padding, .rightpart.with-padding{
		margin:0;
		padding:0;
		width: 100%:
	}
	
	#footer{
		display: none;
	}
	
	.openrn{
		display: none;
	}
	
	.lined tr td{
		vertical-align: text-top;
	}
}



/*These are the atleast minimum screen width responsive queries*/

@media screen and (min-width: 650px) {
	.sticky{
		position: fixed;
    top: 144px;
	}
	
	.leftpart.boxy.sticky{
		background-color: white;
		box-shadow: unset;
	}
}

/*These responsive queries are for adapting ERConnect frontend to mobile devices*/

@media screen and (max-width: 1000px) {
	
	ul.servicelist{
		column-count: 2;
	}
	
	.gototop{
		display: none;
	}
	
}

@media screen and (max-width: 900px) { /*for tablets*/
	.logo{
		height:38px;
		margin:10px 0;
	}
	/*Make dropdown links appear inline*/
    .nav {
      position: static;
			display: none;
    }
    /*Create vertical spacing*/
    .nav li {
        margin-bottom: 15px;
		padding: 0;
		text-align: center;
    }
    /*Make all menu links full width*/
    .nav li, li a {
        width: 100%;
    }
	/*Make the login btn normal*/
	.nav li .nav-btn{
		background:unset;
		color:#707070;
		text-transform: none;
		padding:0;
	}
	
	.tophead + .long-container,.tophead + .container{
		margin-top:100px;
	}
	
	.sticky{
		position: fixed;
    top: 74px;
	}
	
	
	.tophead .nav{
		float:none;
	}
	   /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
	
	#show-menu:checked + .show-menu{
		font-weight: bold;
	}
	
	.onepage-pagination{
		display: none;
	}
	
	.bigopt1,.bigopt2,.hpsearch,.services-list, .long-container{
		border-radius: 0;
	}
	
	.bigtext{
		font-size: 19px;
		margin-bottom: 5px;
		margin-top: 34px;
	}
	
	.bigtext + .smalltext{
		padding:0 30px;
	}
	
	.control svg {
    height: 32px;
	}
	

}





@media screen and (max-width: 650px) { /*for mobiles*/
	.leftpart, .rightpart, .leftpart.boxy, .rightpart.boxy{
		width: 100%;
		margin:0;
	}
	.about-page .long-container{
		padding-bottom:100px;
	}
	
	.hide-on-mobile{
		display: none;
	}
	
	.leftpart.with-padding, .rightpart.with-padding{
		padding:0;
	}
	
	.left-details{
		margin-top:5vh;
	}
	
	ul.servicelist{
		column-count: 1;
	}
	
	.location-inputs,.distance-inputs{
		width: 100%;
		float:none;
		margin-bottom:10px;
	}
	
	.part2{
		padding-top:20vh;
	}
	
	.dashcontrols .control{
		width: 50%;
		font-size:14px;
	}
	
	.dashcontrols .control{
		border:1px solid #CECACA;
	}
	
	.dashcontrols .control:first-child{
		border:1px solid #CECACA;
		border-top-left-radius: 10px;
	}
	
	.dashcontrols .control:nth-child(2){
		border-top-right-radius: 10px;
	}
	
	.dashcontrols .control:nth-child(3){
		border-bottom-left-radius: 10px;
	}
	
	.dashcontrols .control:last-child{
		border:1px solid #CECACA;
		border-bottom-right-radius: 10px;
	}
	
	#Gmap{
		display: none;
	}
}




@media screen and (max-width: 420px) { /*for mobiles*/
	.hpsearch{
		padding:10px 27px;
	}
	
	.move-down{
		height: calc(80px + 20%);
		top: calc(100vh - 80px);
		padding-bottom: 5px;
		padding-top: 16px;
		color: #727272;
	}

	
	.move-down img{
		margin-top: 6px;
		height: 26px;
	}
	
	input.texty{
		margin-top:3px;
	}
	
	.button-big{
		margin-top:14px;
	}
	
	.distance-inputs{
		font-size: 15px;
	}
	
	.part2{
		padding-top:25vh;
	}

}

@media screen and (max-width: 320px) { /*for mobiles*/
	.part2{
		padding-top:20vh;
	}
}




