body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}	
.wl_support_chat-inner .wl_support_chat-intro {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 38px);
    width: 100%;
    background-color: #efefef;
    z-index: 100;
	overflow: hidden;
}
.wl_support_leaveamessage p.thankyou,.wl_support_leaveamessage p.thankyouextra {
	border-bottom: none!important;
	padding-bottom: 0px!important;
	line-height: 1!important
}

.wl_support_chat-inner .wl_support_chat-intro .wl_support_leaveamessage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99;
	width: 100%;
	background-color: #efefef;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_support_leaveamessage input[type='submit'] {
    text-align: center;
    color: #ffffff;
    background-color: #ff7300;
    cursor: pointer;
	border: solid 1px #ff7300;
    transition: .2s;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_support_leaveamessage input[type='submit']:hover {
	background-color: #ef6000!important;
}
.wl_support_chat-inner .wl_support_chat-intro .timeoptions p {
margin: 0;
    text-align: center;
    background-color: #ffffff;
    padding: 18px 0;
    font-size: 15px;
    color: #444;
    font-weight: bold;
}
#timeselect .personal-info {
    margin-top: 15px;
}
.wl_support_chat-inner .wl_support_chat-intro .timeoptions p span {
    display: block;
    font-weight: bold;
    color: #0167d7;
    margin-bottom: 5px;
    text-decoration: underline;
    transition: .2s;
	cursor: pointer;
}
.wl_support_chat-inner .wl_support_chat-intro .timeoptions p span:hover {
	text-decoration: none!important;
	color: #004694!important;
	background-color: transparent!important;
}
.wl_support_chat-inner .wl_support_chat-intro ul {
	list-style: none;
    padding: 0;
    margin: 0;
    background-color: #efefef;
}
.wl_support_chat-inner .wl_support_chat-intro > p, #whencanyoutour > p {
font-weight: bold;
    text-align: center;
    padding: 0 18px;
    color: #313131;
    font-size: 15px;
    line-height: 1.5;
    background-color: #ffffff;
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #dedede;
    border-top: solid 1px #dedede;
}
.wl_support_chat-inner .wl_support_chat-intro li {
    line-height: 44px;
    color: #444;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: .2s;
    padding: 0 15px;
    border-bottom: solid 1px #c3c3c3;
}
.wl_support_chat-inner .wl_support_chat-intro li:last-of-type {
	margin-bottom: 0;
}
.wl_support_chat-inner .wl_support_chat-intro li:hover {
	color: #0167d7;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_goback {
    text-align: center;
    display: none;
    cursor: pointer;
    margin: 0;
    padding: 12px 0;
    transition: .2s;
    background-color: #d6d6d6;
    border-bottom: solid 1px #c5c5c5;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_goback:hover {
	color: #2b2b2b;
	background-color: rgba(0,0,0,.15);
}
.wl_support_chat-inner .wl_support_chat-intro input, .wl_support_chat-inner .wl_support_chat-intro textarea {
    max-width: 280px;
    margin: 0 auto 10px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #b1b1b1;
    padding: 8px 10px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    background-color: #fff;
    outline: none;
    -webkit-appearance: none!important;
}
.wl_support_chat-inner .wl_support_chat-intro textarea {
	height: 90px;
	line-height: 1.5;
}
.wl_support_chat-inner .wl_support_chat-intro input.wl_callback {
    margin-top: 10px;
	display: none;
}
.wl_support_chat-inner .wl_support_chat-intro input.wl_email {
    margin-top: 10px;
	display: none;
}
.wl_support_chat-inner .wl_support_chat-intro input:first-of-type {
	margin-bottom: 10px;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_get-info {
    padding-bottom: 15px;
    border-bottom: solid 1px #c5c5c5;
}

.wl_support_chat-inner .wl_support_chat-intro .wl_intro-actions {
    height: 0;
    transition: .2s;
    overflow: hidden;
    padding: 0 20px;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_chat_action .wl_startchat {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .2s;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_chat_action .wl_startchat.active {
	height: 140px;
	opacity: 1;
}
.wl_support_chat-inner .wl_support_chat-intro > div > p {
	margin-bottom: 30px;
	margin-top: 25px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #c5c5c5;
    font-weight: bold;
    color: #2b2b2b;
	line-height: 1.5;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_support_leaveamessage p {
	margin-bottom: 15px;
}
.wl_support_chat-inner .wl_support_chat-intro .wl_intro-actions.active {
	height: 100vh;
}
.wl_support_chat-inner .wl_support_chat-intro > span, #whencanyoutour > span {
    background-color: #ffffff;
    display: block;
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    padding-left: 15px;
    cursor: pointer;
    transition: .2s;
}
.wl_support_chat-inner .wl_support_chat-intro > span:hover, #whencanyoutour > span:hover {
	color: #444;
	text-decoration: underline;
}
.wl_support_chat-inner .wl_support_chat-intro .chat_goback {
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0 0;
    border-top: solid 1px #c5c5c5;
	cursor: pointer;
	opacity: 0;
	transition: .2s;
	visibility: hidden;
}
.wl_support_chat-inner .wl_support_chat-intro .chat_goback.active {
	visibility: visible;
	opacity: 1;
}
.wl_support_chat-inner .wl_support_chat-intro .chat_goback:hover {
	color: #444;
	text-decoration: underline;
}
.wl_support_chat-inner .wl_support_chat-intro div:not(.timeoptions) span:not(#wl_choosetime):not(.chat_goback):not(.main_menubutton):not(.choosespans), .wl_support_chat-inner .wl_support_chat-intro .submit {
    display: block;
    text-align: center;
    padding: 14px 0 12px;
    margin-top: 20px;
    border-radius: 46px;
    box-shadow: 0 20px 15px -18px #0000008c;
    color: #ffffff;
    background-color: #ff7300;
    font-weight: bold;
    border-bottom: solid 2px #d06901;
    cursor: pointer;
    transition: .2s;
}

#callmeback {
    display: block;
    text-align: center;
    padding: 8px 0 8px;
    margin-top: 9px;
    border-radius: 46px;
    color: #ffffff;
    background-color: #ff7300;
    font-weight: bold;
    cursor: pointer;
    transition: .2s;
    width: 100%;
	border: none;
}

.wl_support_chat-inner .wl_support_chat-intro div:not(.timeoptions) span:not(.chat_goback):hover:not(.main_menubutton):hover:not(.choosespans):hover, .wl_support_chat-inner .wl_support_chat-intro .submit:hover {
	background-color: #ef6000!important;
}
.wl_support_chat-inner .appointment p {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 15px;
    padding: 12px 0 12px 0;
    background-color: #d6d6d6;
    color: #444;
    font-weight: bold;
    position: relative;
    transition: .2s;
    cursor: pointer;
    border-bottom: solid 1px #c5c5c5;
}
.wl_support_chat-inner .wl_support_chat-intro .submit {
	display: none;
	max-width: 280px;
	margin: 15px auto 0;
}
.wl_support_chat-inner .appointment span:hover {
	color: #444;
	text-decoration: underline;
}
.wl_support_chat-inner .appointment p img {
	width: 20px;
	vertical-align: middle;
	position: absolute;
	left: 25px;
	top: 14px;
}
.wl_support_chat-header {
	background-color: white;
}
.wl_support_chat-widget {
	/*background-color: white;*/
}
.wl_support_chat-widget *, .wl_support_chat-widget *:before, .wl_support_chat-widget *:after, #WLscheduler_contents * {
/*	font-weight: normal;*/
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wl_support_chat-widget {
	bottom: 0;
	right: 0;
	width: 320px;
	box-shadow: 0 2px 8px 0 transparent;
	transition: .2s;
}
.wl_support_chat-trigger {
	text-align: center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background-color: #ff7300;
	padding: 0 30px;
	border-bottom: solid 2px #d66c00;
	cursor: pointer;
	position: relative;
}
/*.wl_support_chat-trigger:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	background: transparent url("https://www.weblisters.com/us/img/move.png") no-repeat center;
	background-size: 25px;
	display: block;
	content: "";
	bottom: 0;
	transition: .2s;
	opacity: 0;
}*/
.wl_support_chat-widget.open .wl_support_chat-trigger:after {
	opacity: 1;
}
.wl_support_chat-widget {
	height:40px;
}
.wl_support_chat-widget.open {
	height: 500px;
}

.wl_support_chat-widget.open .wl_support_chat-trigger {
	padding: 0 18px 0 30px;
	transition: 0s;
}
.wl_support_chat-trigger:hover, .wl_support_chat-widget.open .wl_support_chat-trigger:hover {
	background-color: #ef6000;
	transition: .2s;
}
.wl_support_chat-trigger p {
	position: relative;
	color: #fff;
	margin: 0;
	padding: 9px 0 7px;
	display: inline-block;	
	font-weight: bold;
}
.wl_support_chat-trigger p:after {
    position: absolute;
    opacity: 0;
    top: 13px;
    left: -17px;
    height: 10px;
    width: 10px;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    content: "";
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: .2s;
}
.wl_support_chat-trigger p.close:after {
	opacity: 1;
}
.wl_support_chat-trigger p span {
	font-weight: bold;
}
.wl_support_chat-widget .wl_support_chat-inner {
	position: relative;
	opacity: 0;
	height: 0;
	overflow: hidden;
	border: solid 1px transparent;
	border-bottom: none;
	border-top: none;
	transition: .2s;
}	
.wl_support_chat-widget.open .wl_support_chat-inner {
	height: calc(100% - 45px);
	/*height: 90vh;*/
	border-color: #e5e8ef;
	opacity: 1;
}
.wl_support_chat-widget .wl_support_chat-header {
	padding-top: 6px;
	z-index: 99;
	position: relative;
	/*
	padding: 8px 0;
	border-bottom: solid 1px #c5c5c5;
	*/
}
.wl_support_chat-widget .wl_support_chat-header p {
	color: #767676;
	margin: 0;
	padding: 0 8px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.wl_support_chat-message-feed {
	background-color:white;
	padding-top: 8px;
}

.wl_support_chat-widget .wl_support_chat-body {
}
.wl_support_chat-widget .wl_support_chat-message-feed {
	height: calc(90vh - 143px);
	overflow-y: scroll;
	overflow-x: hidden;
}
.wl_support_chat-widget .wl_support_chat-message-feed .none {
	text-align: center;
    color: #666;
    padding: 15px 0;
}
.wl_support_chat-widget .wl_support_chat-message-feed:after {
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both;
	visibility: hidden;
}	
.wl_support_chat-widget .wl_support_chat-feed-item {
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.wl_support_chat-widget .wl_support_chat-feed-item p {
	position: relative;
	margin: 0;
	line-height: 17px;
	font-size: 14px;
	border-radius: 15px;
	padding: 6px 10px;
	background-color: #ff7300;
	color: #fff;
	border-bottom-left-radius: 0;
	cursor: auto;
	max-width: 85%;
	font-family: 'Arial', sans-serif;
	display: inline-block;
}
.wl_support_chat-widget .wl_support_chat-feed-item p:before {
	border-bottom: 13px solid #ff7300;
	border-left: 13px solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 0;
	left: -8px;
	content: "";
	display: block;
}
.wl_support_chat-widget .wl_support_chat-feed-item span {
	font-size: 10px;
	display: block;
	color: #767676;
	padding: 3px 10px;
}

.wl_support_chat-widget .wl_support_chat-feed-item.nonagent {
	float: right;
	text-align: right;
}

.wl_support_chat-widget .wl_support_chat-feed-item.nonagent p {
	background-color: #e4edff;
	color: #444;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 0;
}
.wl_support_chat-widget .wl_support_chat-feed-item.nonagent p:before {
	border-bottom-color: #e4edff;
	border-right: 9px solid rgba(0, 0, 0, 0);
	border-left: none;
	right: -8px;
	left: auto;
}
.wl_support_chat-widget .wl_support_chat-feed-item.nonagent span {
	text-align: right;
}


.wl_support_chat-widget .wl_support_chat-feed-item.systemset p {
	background-color: #9a9a9a;
	color: #FFF;
}
.wl_support_chat-widget .wl_support_chat-feed-item.systemset p:before {
	border-bottom-color: #9a9a9a;
	border-left: 13px solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 0;
	left: -8px;
	content: "";
	display: block;
}

.wl_support_chat-widget .wl_support_chat-feed-item.systemset_user p {
	background-color: #9a9a9a!important;
	color: #FFF!important;
}
.wl_support_chat-widget .wl_support_chat-feed-item.systemset_user p:before {
	border-bottom-color: #9a9a9a;
	border-right: 9px solid rgba(0, 0, 0, 0);
	border-left: none;
	right: -8px;
	left: auto;
}


.wl_support_chat-widget .wl_support_chat-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}
.wl_support_chat-widget .wl_support_chat-footer .wl_support_chat-send-message {
	height: 60px;
}
.wl_support_chat-widget .wl_support_chat-footer textarea {
	width: calc(100% + 40px);
	-webkit-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 7px 30px 7px 30px;
	background-color: #fff6ef;
	line-height: 1.5;
	font-size: 13px;
	color: #444;
	outline: none;
	border-top: solid 1px #dedede;
	height: 60px;
	position: relative;
	left: -20px;
	cursor: auto;
	font-family: 'Arial', sans-serif;
}
.wl_support_chat-widget .wl_support_chat-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444;
}
.wl_support_chat-widget .wl_support_chat-footer ::-moz-placeholder { /* Firefox 19+ */
  color: #444;
}
.wl_support_chat-widget .wl_support_chat-footer :-ms-input-placeholder { /* IE 10+ */
  color: #444;
}
.wl_support_chat-widget .wl_support_chat-footer :-moz-placeholder { /* Firefox 18- */
  color: #444;
}
.wl_support_chat-widget .wl_support_chat-footer p {
	font-size: 12px;
	font-weight: bold;
	color: #767676;
	text-align: center;
	margin: 0;
	padding: 10px 0 8px;
	border-bottom: solid 2px #eaeaea;
}
.wl_support_chat-widget .wl_support_chat-footer p img {
	max-width: 75px;
	position: relative;
	top: 0;
	vertical-align: middle;
}
#WLscheduler_contents {
	position: absolute;
    top: 90px;
    /*right: 1px;*/
    height: calc(100% - 158px);
	background-color: #efefef;
	width: 318px;
	border-bottom: solid 1px #eaeaea;
}
#ui-datepicker-div {
	top: 173px!important;
	left: 20px!important;
}
#WLscheduler_contents #dateselect {
	text-align: center;
}
#WLscheduler_contents #dateselect p {
	text-align: center;
	font-weight: bold;
	color: #444;
	font-size: 15px;
}
#WLscheduler_contents #WLscheddate {
	padding: 10px 10px 9px;
	border-radius: 4px;
	border: solid 1px #c8c8c8;
	color: #444;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 150px;
	margin-top: -5px;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
}
#WLscheduler_contents #WLscheddate:hover {
	color: #444;
	border-color: #444;
}
#WLscheduler_contents #timeselect {
	padding: 0 15px;
}
#WLscheduler_contents #timeselect p {
	position: relative;
	font-weight: bold;
	color: #444;
	text-align: center;
	margin: 10px 0;
}
/*#WLscheduler_contents #timeselect p:after {
    position: absolute;
    top: 1px;
    font-size: 13px;
    color: #ff4900;
    content: "Change";
    transition: .2s;
    display: inline;
    right: 4px;
    cursor: pointer;
    text-decoration: none!important;
}*/
#WLscheduler_contents #timeselect p:hover:after {
    text-decoration: underline!important;	
}
#WLscheduler_contents #timeselect p img {
	width: 20px;
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	top: -2px;
	left: -5px
}
#WLscheduler_contents #timeselect p span {
	position: relative;
	color: #444;
	font-size: 14px;
}	    	
#WLscheduler_contents #timeselect p span:hover:after {
	color: #ef6000;
}
#WLscheduler_contents #timeselect input {
	-webkit-appearance: none;
}
#WLscheduler_contents #timeselect input, #WLscheduler_contents #timeselect select {
    display: block;
    border-radius: 4px;
    border: solid 1px #b3b3b3;
    padding: 8px 10px;
    font-size: 15px;
    color: #444;
    margin-bottom: 7px;
    width: 100%;
    outline: none!important;
    font-weight: bold;
}
.wl_support_chat-widget input.err, .wl_support_chat-widget select.err, .wl_support_chat-widget textarea.err{
	color: #d80031!important;
	border-color: #d80031!important;
}
#WLscheduler_contents #timeselect button {
	display: block;
	border-radius: 4px;
	padding: 8px 0 6px;
	font-size: 15px;
	color: #444;
	width: 100%;
	text-align: center;
	background-color: #ff7300;
	border: none;
	color: #fff;
	font-size: 16px;
	border-bottom: solid 2px #ce6a03;
	outline: none;
	transition: .2s;
	cursor: pointer;
}
#WLscheduler_contents #timeselect button:hover {
	background-color: #ef6000;
}
#WLscheduler_contents p.thankyou {
	text-align: center;
	font-weight: bold;
	color: #ff7300;
	margin: 25px 0 5px;
	font-size: 18px;
}
#WLscheduler_contents p.thankyou + p {
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #444;
}
#thedateselection {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
	width: 100%;
}
#thedateselection li {
    line-height: 1.5;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    transition: .2s;
    padding: 0 15px;
    border-bottom: solid 1px #c3c3c3;
    float: left;
    padding: 13px 10px 12px;
    background-color: #fff;
    text-align: center;
    display: block;
    color: #015ed8;
    padding: 6px 6.5px 8px;
	margin: 4px;
}
#thedateselection li label {
    display: block;
	cursor: pointer;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}
#thedateselection li:hover {
    background-color: #e4e7ec;
    border-bottom-color: #a0afc7;
}
.timeoptions {
    padding: 10px 10px 0;
    background-color: #efefef;
}
.timestep2 {
	display: none;
    margin-top: -33px;
}
.timeoptions .lSPrev {
/*	display: none;*/
}
.main-wrap li:nth-child(n + 5) {
	margin-bottom: 0!important;
}
#thedateselection li.selected {
    border-bottom-color: #015ed8;
}
.timeoptions li.selected, .timeoptions li.selected:hover {
	color: #fff!important;
	background-color: #015ed8!important;
}
.timeoptions li.selected label, .timeoptions li.selected:hover label {
	color: #fff!important;
}
.timeoptions .lSSlideWrapper {
    overflow: visible!important;
}
#thetimeselection {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
#thetimeselection li {
    width: calc(20% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    background-color: #fff;
    border-bottom: solid 1px #c3c3c3;
    padding: 8px 5px 13px;
    text-align: center;
    color: #015ed8;
    font-weight: bold;
    line-height: 1.5;
	height: 60px;
}
#thetimeselection li:nth-of-type(5n) {
    margin-right: 0;
}
#thetimeselection li label {
    display: block;
	cursor: pointer;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}
#thetimeselection li:hover {
    background-color: #e4e7ec;
    border-bottom-color: #a0afc7;
}
.guestcard_scheduler > p, .timestep2 > p {
    font-weight: bold;
    text-align: center;
    padding: 0 18px;
    color: #313131;
    font-size: 15px;
    line-height: 1.5;
    background-color: #ffffff;
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #dedede;
    border-top: solid 1px #dedede;
}
.guestcard_scheduler > p span, .timestep2 > p span {
    display: inline-block;
    padding: 1px 0 0;
    border-radius: 50%;
    border: solid 1px #666;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 7px;
}

.timeoptions div.lSAction a {
    background-color: transparent;
    bottom: -40px;
    top: auto;
    width: auto;
    height: auto;
    color: #555;
    opacity: 1;
    padding: 15px 0;
    font-size: 15px;
    transition: .2s;
    cursor: pointer;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 8px 0 9px!important;
    padding: 0!important;
    text-align: center!important;
}
.timeoptions .lSSlideOuter .lSPager.lSpg > li {
    opacity: 0;
}
.timeoptions div.lSAction a:after {
    top: 21px;
    right: 20px;
    height: 8px;
    width: 8px;
    border-right: solid 2px #555;
    border-bottom: solid 2px #555;
}
.timeoptions div.lSAction a:after {
    top: 21px;
    right: 20px;
    height: 8px;
    width: 8px;
    border-right: solid 2px #555;
    border-bottom: solid 2px #555;
}
#thankyouchattext {
	display: inline!important; 
	padding: 0px!important;
	background-color: transparent!important;
	color: inherit!important;
	font-weight: inherit!important;
	border: none!important;
}
#thankyouchattext:hover {
	background-color: transparent!important;
}