@charset "utf-8";
/* CSS Document */

/*
 Site2Chat Module
 Copyright (c) 2018 Globalbits OÜ. All rights reserved.
*/

/* ---------- GENERAL ---------- */

#site2chat {
	background: #e9e9e9;
	color: #9a9a9a;
	font: 100%/1.5em "Droid Sans", sans-serif;
	margin: 0;
}

#site2chat a { text-decoration: none; }

#site2chat fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#site2chat h4, h5 {
	line-height: 1.5em;
	margin: 0;
}

#site2chat hr {
	background: #e9e9e9;
    border: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    margin: 0;
    min-height: 1px;
}

#site2chat img {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
}

#site2chat input {
	border: 0;
	color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
}

#site2chat p { margin: 0; }

#site2chat .clearfix { *zoom: 1; } /* For IE 6/7 */
#site2chat .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
#site2chat .clearfix:after { clear: both; }

#site2chat .row2 {
  display: flex; /* equal height of the children */
}

#site2chat .col {
  flex: 1; /* additionally, equal width */
	padding-left: 5px;
}


/* ---------- LIVE-CHAT ---------- */

#live-chat {
	bottom: 0;
	font-size: 12px;
	right: 4vw;
	margin-right: 50px;
	position: fixed;
	background-color: #fff;
	width: 300px;
	z-index: 1;
}

#live-chat header {
	background: #293239;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
}

#site2chat .live-chat-online h4:before {
	background: #1a8a34;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
}


#site2chat .live-chat-offline h4:before {
	background: #f60101;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
}


#live-chat h4 {
	font-size: 12px;
}

#live-chat h5 {
	font-size: 10px;
}

#live-chat form {
	padding: 24px;
}

#live-chat input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 225px;
}
#msgbox {
	background-color: #fff;
	color: #ccc;
}

#site2chat .chat-message-counter {
	background: #ea6e62;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

#site2chat .chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
}

#site2chat .chat {
	background: #fff;
}

#site2chat .chat-history {
	height: 252px;
	padding: 8px 24px;
	overflow-y: scroll;
}

#site2chat .chat-message {
	margin: 16px 0;
}

#site2chat .chat-message img {
	border-radius: 50%;
	float: left;
}

#site2chat .chat-message-content {
	margin-left: 56px;
}

#site2chat .chat-message2 {
	margin: 16px 0;
}

#site2chat .chat-message2 img {
	border-radius: 50%;
	float: right;
}

#site2chat .chat-message2-content {
	margin-right: 56px;
}

#site2chat .chat-time {
	float: right;
	font-size: 10px;
}

#site2chat .chat-feedback {
	font-style: italic;
	margin: 0 0 0 80px;
}

#site2chat .site2chatbutton
{

	bottom: 10px;
	font-size: 12px;
	right: 24px;
	position: fixed;
}

#site2chat .site2chatwindow {
  display: none;
	right: 7vw;
}

.marketing {
	position: fixed;
	!visibility: hidden;
	margin-left: 30px;
	bottom: 10px;
	font-size: 9px;
	color: #9a9a9a;
}

.marketing a {
	font-size: 9px;
	color: #be4236;
}
