div#wordpress-livechat-container {
	padding-top: 80px;
	font-family: Lato, sans-serif;
	font-size: 16px;
	height: 100%;
	width: 100%;
	position: absolute;
}

.updated.installed p::before {
	content: '';
}

.updated.installed {
	width: auto;
	position: absolute;
	top: 1em;
	left: 25%;
	transform: translateX(-55%);
	z-index: 100;
}

#installed-close {
	display: block;
	position: absolute;
	right: -5px;
	top: -5px;
	font-size: 10px;
	cursor: pointer;
	background: black;
	color: white;
	width: 12px;
	height: 12px;
	line-height: 10px;
	text-align: center;
	border-radius: 6px;
	z-index: 101;
}

div#wordpress-livechat-container img {
	max-width: 100%;
}
div#wordpress-livechat-container div.wordpress-livechat-column-left, div#wordpress-livechat-container div.wordpress-livechat-column-right {
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
div#wordpress-livechat-container div.wordpress-livechat-column-right p:first-of-type {
	margin-top: 65px;
}
div#wordpress-livechat-container div.wordpress-livechat-column-right p{
	text-align: center;
	font-size: 1em;
}
div#wordpress-livechat-container div.wordpress-livechat-column-right p img.livechat-app {
	width: 100%;
}
div#wordpress-livechat-container div.wordpress-livechat-column-right p.apps-link {
	margin-top: -40px;
}
div#wordpress-livechat-container .settings .login-with-livechat {
	display: none;
}
div#wordpress-livechat-container a:focus{
	color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div#wordpress-livechat-container form#licenseForm {
	display: none;
}
div#wordpress-livechat-container h2 {
	margin: 45px auto 20px;
	font-size: 20px;
	font-weight: 700;
	color: #3d3d3d;
	text-align: center;
	line-height: 1em;
	display: none;
}
div#wordpress-livechat-container .login-box-header {
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: -30px auto 0;
	z-index: 1;
}
div#wordpress-livechat-container .account {
	margin-top: 60px;
	line-height: 1.5em!important;
}
div#wordpress-livechat-container a {
	color: #3d3d3d;
	text-decoration: none;
	outline: 0!important
}
div#wordpress-livechat-container a:hover {
	color: #4d7cb3;
	text-decoration: none
}
div#wordpress-livechat-container .a-important {
	color: #4d7cb3;
}
.webapp {
	margin-top: 3em;
}
.webapp a {
	color: #5a6976 !important;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 24px 9px;
	background: white;
	cursor: pointer;
}
.webapp a:hover {
	border-color: #888;
	color: #5a6976 !important;
}
.disconenct {
	margin-top: 4em;
	font-size: .75em;
	color: #999;
}
#resetAccount {
	text-decoration: underline !important;
	cursor: pointer;
	color: inherit !important;
}
div#wordpress-livechat-container .settings {
	width: 100%;
	margin: 40px auto 20px auto;
}
div#wordpress-livechat-container .settings div {
	margin: 5px 0;
}
div#wordpress-livechat-container .settings .title{
	width: 220px;
	margin: 0px 10px 10px 0px;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
}

div#wordpress-livechat-container .settings .title span{
	vertical-align: middle;
}
#wpfooter {
	display: none;
}
div#wordpress-livechat-container .onoffswitch {
	text-align: left;
	position: relative;
	width: 72px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	display: inline-block;
	height: 26px;
	vertical-align: middle;
}
div#wordpress-livechat-container .onoffswitch-checkbox {
	display: none!important;
}
div#wordpress-livechat-container .onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div#wordpress-livechat-container .onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	-moz-transition: margin 0.15s ease-in 0s; -webkit-transition: margin 0.15s ease-in 0s;
	-o-transition: margin 0.15s ease-in 0s; transition: margin 0.15s ease-in 0s;
}
div#wordpress-livechat-container .onoffswitch-inner:before, div#wordpress-livechat-container .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: sans-serif;
	font-weight: 100;
}
div#wordpress-livechat-container .onoffswitch-inner:before {
	content: "ON";
	text-shadow: -1px -1px 0 #58b;
	padding-left: 8px;
	background: #6699cc;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6699cc), color-stop(1, #88bbee));
	background: -ms-linear-gradient(bottom, #6699cc, #88bbee);
	background: -moz-linear-gradient(center bottom, #6699cc 0%, #88bbee 100%);
	background: -o-linear-gradient(#88bbee, #6699cc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88bbee', endColorstr='#6699cc', GradientType=0);
	-webkit-box-shadow: inset 0 0 5px #6699cc;
	-moz-box-shadow: inset 0 0 5px #6699cc;
	box-shadow: inset 0 0 5px #6699cc;
	text-shadow: rgb(85, 136, 187) -1px -1px 0px;
}
div#wordpress-livechat-container .onoffswitch-inner:after {
	content: "OFF";
	padding-right: 5px;
	background: #dddddd;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #dddddd, #ffffff);
	background: -moz-linear-gradient(center bottom, #dddddd 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
	-webkit-box-shadow: inset 0 0 5px #dddddd;
	-moz-box-shadow: inset 0 0 5px #dddddd;
	box-shadow: inset 0 0 5px #dddddd;
	color: rgb(153, 153, 153);
	text-align: right;
}
div#wordpress-livechat-container .onoffswitch-switch {
	display: block; width: 33px; margin: 0px;
	background: #cccccc;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(1, #f3f3f3));
	background: -ms-linear-gradient(bottom, #cccccc, #f3f3f3);
	background: -moz-linear-gradient(center bottom, #cccccc 0%, #f3f3f3 100%);
	background: -o-linear-gradient(#f3f3f3, #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#cccccc', GradientType=0);
	border: 1px solid #bbb;
	border-top-color: rgb(187, 187, 187);
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: rgb(187, 187, 187);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(187, 187, 187);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(187, 187, 187);
	border-left-style: solid;
	border-left-width: 1px;
	position: absolute; top: 0; bottom: 0; right: 37px;
	-moz-transition: all 0.15s ease-in 0s; -webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s; transition: all 0.15s ease-in 0s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div#wordpress-livechat-container .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
div#wordpress-livechat-container .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/* Mobile */

@media screen and (max-width: 585px) {
	div#wordpress-livechat-container {
		padding-top: 50px;
	}

	div#wordpress-livechat-container div.wordpress-livechat-column-left, div#wordpress-livechat-container div.wordpress-livechat-column-right {
		width: 100%;
	}

	.updated.installed {
		top: 5em;
		left: 1em;
		transform: none;
	}

	div#wordpress-livechat-container .settings .title {
		width: auto;
		display: block;
		text-align: center;
		margin: 1em auto .5em;
	}
}

/* Sign in with LiveChat */

.login-with-livechat {
	position: relative;
	z-index: 2;
	margin-top: -50px;
	text-align: center;
}

iframe#login-with-livechat
{
	width: 230px;
	height: 45px;
	border: none;
}

button#logout,
#license-details
{
	display: none;
}
button#logout
{
	color: #5a6976;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 24px 9px;
	background: white;
	cursor: pointer;
}

button#logout:hover
{
	border-color: #888;
	color: #5a6976;
}

.lc-or {
	text-align: center;;
	font-size: 1em;
	line-height: 2em;
	margin-top: -.5em;
}

.livechat-signup {
	font-size: 1.1em;
}