.contact-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 260px;
	background-color: #FFF;
	z-index: 821;
}
.contact-initiate a.btn {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact-initiate a.btn > :first-child {
	position: absolute;
	left: 0;
	top: -2px;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.contact-initiate .tab-contact .captcha-image {
	width: 50%;
}
.contact-initiate .tab-contact .captcha-input {
	width: 50%;
}
.contact-initiate .tab-contact .field-contactform-verifycode p {
	text-align: right;
}
.contact-initiate .tab-contact .col-md-6:last-child .form-group {
	margin: 0;
}
.contact-initiate .tab-contact .col-md-6:last-child button {
	width: 100%;
}
.contact-initiate .tab-chat .live-chat-name-prompt {
	padding: 10px;
}
.contact-initiate .tab-chat .box.login-chat {
	margin: 0;
	display: none;
	border: none;
}
.tab-chat .box.login-chat .direct-chat-text {
	margin: 5px 0 0 0;
	background: #efefef;
	border-color: #efefef;
}
.tab-chat .box.login-chat .direct-chat-text:before,
.tab-chat .box.login-chat .direct-chat-text:after {
	border: none;
}
.tab-chat .box.login-chat .right .direct-chat-text {
	background: #3c8dbc;
	border-color: #3c8dbc;
}
.contact-initiate .tab-chat .box.direct-chat .box-header {
	padding: 0;
}
.tab-chat .box.login-chat .direct-chat-msg .direct-chat-name time {
	display: none;
	margin: 0 5px;
	font-weight: normal;
}
.tab-chat .box.login-chat .direct-chat-msg .direct-chat-name time:after {
	content: ')';
}
.tab-chat .box.login-chat .direct-chat-msg .direct-chat-name time:before {
	content: '(';
}
.tab-chat .box.login-chat .direct-chat-msg .direct-chat-name:hover {
	cursor: default;
}
.tab-chat .box.login-chat .direct-chat-msg .direct-chat-name:hover time {
	display: initial;
}
.contact-tabs.nav-tabs-custom, .contact-wrapper .panel {
	margin: 0;
	border: none;
}
.contact-tabs.nav-tabs-custom > .tab-content {
	padding: 0;
	border-top: 3px solid #3c8dbc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.nav-tabs-custom > .tab-content .tab-pane.tab-contact {
	padding: 10px;
}
.contact-tabs ul {
	border-top: 1px solid #f4f4f4;
}
.contact-tabs.nav-tabs-custom > .nav-tabs > li {
	width: 50%;
	margin: 0;
}
.contact-tabs.nav-tabs-custom > .nav-tabs > li a {
	padding: 6px 10px;
}
.live-chat-defaultmsg {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: calc( 100% - 20px );
}
.login-box .contact-submit-success {
	margin-top: 15px;
}
