/**
* ProQuality (c) All rights reserved.
*
* DISCLAIMER
*
* Do not edit, modify or copy this file.
* If you wish to customize it, contact us at addons4prestashop@gmail.com.
*
* @author    Andrei Cimpean (ProQuality) <addons4prestashop@gmail.com>
* @copyright 2015-2016 ProQuality
* @license   Do not edit, modify or copy this file
*/

: root {
	--lcp-font-size: 9pt;
	--lcp-font-family: 400 12px/1.42857"Open Sans", Helvetica, Arial, sans-serif;
	--lcp-font-family2: Arial, Helvetica, sans-serif;
	--lcp-border: 1px solid #cccccc;
	/* apelare (ex): background-color: var(--main-bg-color); */
}

#root {max-width: 100%;margin: 0 auto;}
#chats {width: calc(100% - 220px);}
#statistics {width: 100%;}
#sidebar {width: 220px;}
#status {width: 100%;}
#online_users {width: 100%;}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	#chats {width: 100%;}
	#statistics {width: 100%;}
	#sidebar {width: 100%;}
	#status {width: 100%;}
	#online_users {width: 100%;}
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
	#chats {width: 100%;}
	#statistics {width: 100%;}
	#sidebar {width: 100%;}
	#status {width: 100%;}
	#online_users {width: 100%;}
	#chat_table {width: 100%;}
	#slide_chat_window {margin: 0px 10px 0px 10px;}
}
@media only screen and (max-width: 320px) {
	#chats {width: 100%;}
	#statistics {width: 100%;}
	#sidebar {width: 100%;}
	#status {width: 100%;}
	#online_users {width: 100%;}
	#chat_table {width: 100%;}
	#slide_chat_window {margin: 0px 10px 0px 10px;}
}
@media only screen and (max-height: 420px) {
	#spacer_before_email_tr, #spacer_before_phone_tr, #spacer_before_department_tr, #spacer_before_question_tr, #spacer_before_button_tr {display: none;}
	#lcp_question, #msg {height: 25px;}
	#lcp_chat_wrapper {height: 200px !important;}
}
/* GENERAL */
/* ----------------------------------------------------------------------------------------------------- */

.lcp.float-left {
	float: left;
}
.clear {
	clear: both;
}
.text-decoration-none {
	text-decoration: none !important;
}
.blink-container {
	transition: color 300ms ease;
}
.blink {
	color: #ed1e79;
}
.lcp.check {
	color: #2eacce;
}
.lcp.times {
	color: #ca6f6f;
}

/* RADIUSES */
/* ----------------------------------------------------------------------------------------------------- */

.lcp.radius5, .lcp.radius5-full {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lcp.radius5-left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.lcp.radius5-right {
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.lcp.radius5-top, .lcp.radius5-without-bottom {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.lcp.radius5-bottom {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* USER INTERFACE JQUERY */
/* ----------------------------------------------------------------------------------------------------- */
/* Dialog
----------------------------------*/

.ui-dialog {
	padding: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.ui-dialog .ui-dialog-titlebar {
	padding: 5px 5px;
	border-width: 0 0 1px;
	border-color: #eee;
	font-size: 18px;
	background: transparent;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close {
	right: 15px;
}
.ui-dialog a.ui-dialog-titlebar-close {
	color: #CCC;
}
.ui-dialog a.ui-dialog-titlebar-close.ui-state-hover {
	border: none;
	background: transparent;
}
.ui-dialog a.ui-dialog-titlebar-close:hover, .ui-dialog a.ui-dialog-titlebar-close:focus {
	padding: 1px;
	color: #454545;
}
.ui-dialog .ui-dialog-buttonpane {
	border-color: #ddd;
	background: #f5f5f5;
	text-align: right;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

/* ----------------------------------------------------------------------------------------------------- */
.lcp.toolbar_btn {
	color: #222222 !important;
}
.lcp.emoticon-img {
	padding: 2px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid transparent;
}
.lcp.emoticon-img:hover {
	border: 1px solid #aaaaaa;
}
#dialog_chat_a {
	text-decoration: none;
}
#status_select {
	height: 25px !important;
}
.lcp.fieldset {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
}
.lcp.legend {
	font-weight: bold;
}
.lcp-label {
	display: inline-block;
	width: 5em;
}
#lcp_box table {
	border-collapse: separate;
	font-family: var(--lcp-font-family);
	font-size: var(--lcp-font-size);
}
#dialog_chat table {
	border-collapse: separate;
}
#preview_offline_chat_table tr, #preview_offline_chat_table th {
	font-family: var(--lcp-font-family2);
}
#preview_online_chat_table tr, #preview_online_chat_table th {
	font-family: var(--lcp-font-family2);
}
/* ----------------------------------------------------------------------------------------------------- */
#send_file_upload {
	margin: 0px !important;
	padding: 0px !important;
	display: inline-block !important;
}
#send_file_upload-queue {
	width: 50px !important;
	margin: 0px 0px 0px 5px !important;
	padding: 0px !important;
	display: inline-block !important;
}
#send_file_upload-queue .uploadify-queue-item {
	margin: 0px;
	padding: 1px;
}
#send_file_upload-queue .cancel, #send_file_upload-queue .fileName, #send_file_upload-queue .data {
	display: none !important;
}
/* ----------------------------------------------------------------------------------------------------- */
.lcp.main-table {
	border: 1px solid #dddddd;
	color: #555555;
	border-collapse: separate;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lcp.main-table tr {
	height: 30px;
}
.lcp.main-table tr.hr {
	height: 5px;
}
.lcp.main-table td, .lcp.main-table th {
	/*border-bottom: 1px solid #dddddd;*/
}
.lcp.main-table th {
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	height: 37px;
}
.lcp.main-table td {
	padding: 2px;
}
/* ----------------------------------------------------------------------------------------------------- */
hr.lcp.style1 {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
hr.lcp.style2 {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
hr.lcp.style3 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.lcp.style4 {
	border: 0;
	height: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
}
tr.lcp.odd {
	background-color: #FFFFFF;
}
tr.lcp.even {
	background-color: #F9F9F9;
}
.lcp.row {
	text-align: left;
	vertical-align: top;
}
.lcp.cell {
	display: inline-block;
	vertical-align: top;
}
.lcp.clear {
	clear: both;
}
.lcp.departments-grid .checkbox {
	width: 20px;
}
#tabs {
	font-family: var(--lcp-font-family);
	font-size: var(--lcp-font-size);
	border: var(--lcp-border);
}
/* ----------------------------------------------------------------------------------------------------- */
.lcp.tab-selected {
	border: 1px inset #aaaaaa;
	background: #cccccc;
	/* Old browsers */

background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	/* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #eeeeee));
	/* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	/* Opera 11.10+ */

background: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	/* IE10+ */

background: linear-gradient(to bottom, #cccccc 0%, #eeeeee 100%);
	/* W3C */

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
	/* IE6-9 */

-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lcp.tab-selected a {
	color: #000000;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------- */
.lcp.border-without-bottom {
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}
.lcp.border-without-top {
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}
.lcp.border-full {
	border: 1px solid #aaaaaa;
}
/* SHADOWS */
/* ----------------------------------------------------------------------------------------------------- */
.lcp.shadow-left-bottom {
	-webkit-box-shadow: -1px 2px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: -1px 2px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow: -1px 2px 2px 0px rgba(50, 50, 50, 0.3);
}
.lcp.shadow-right-bottom {
	-webkit-box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.1);
}
.lcp.opacity40 {
	opacity: 0.4;
	filter: alpha(opacity=40);
	/* For IE8 and earlier */
}
/* GRADIENTS */
/* ----------------------------------------------------------------------------------------------------- */
.lcp.gradient-grey1 {
	background: #f7f7f7;
	/* Old browsers */

background: -moz-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
	/* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eeeeee));
	/* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
	/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
	/* Opera 11.10+ */

background: -ms-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
	/* IE10+ */

background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
	/* W3C */

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee', GradientType=0);
	/* IE6-9 */
}
.lcp.gradient-grey2 {
	background: #ffffff;
	/* Old browsers */

background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	/* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
	/* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	/* Opera 11.10+ */

background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	/* IE10+ */

background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	/* W3C */

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
}
.lcp.gradient-grey3 {
	background: #cccccc;
	/* Old browsers */

background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	/* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #eeeeee));
	/* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	/* Opera 11.10+ */

background: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	/* IE10+ */

background: linear-gradient(to bottom, #cccccc 0%, #eeeeee 100%);
	/* W3C */

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
	/* IE6-9 */
}
.lcp.gradient-blue1 {
	background: #7db9e8;
	/* Old browsers */

background: -moz-linear-gradient(top, #7db9e8 0%, #207cca 57%, #4075aa 100%);
	/* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(57%, #207cca), color-stop(100%, #4075aa));
	/* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #7db9e8 0%, #207cca 57%, #4075aa 100%);
	/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #7db9e8 0%, #207cca 57%, #4075aa 100%);
	/* Opera 11.10+ */

background: -ms-linear-gradient(top, #7db9e8 0%, #207cca 57%, #4075aa 100%);
	/* IE10+ */

background: linear-gradient(to bottom, #7db9e8 0%, #207cca 57%, #4075aa 100%);
	/* W3C */

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#4075aa', GradientType=0);
	/* IE6-9 */
}
.lcp.gradient-red1 {
	background: #e05555;
	/* Old browsers */

background: -moz-linear-gradient(top, #e05555 0%, #ad0000 100%);
	/* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e05555), color-stop(100%, #ad0000));
	/* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #e05555 0%, #ad0000 100%);
	/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #e05555 0%, #ad0000 100%);
	/* Opera 11.10+ */

background: -ms-linear-gradient(top, #e05555 0%, #ad0000 100%);
	/* IE10+ */

background: linear-gradient(to bottom, #e05555 0%, #ad0000 100%);
	/* W3C */

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e05555', endColorstr='#ad0000', GradientType=0);
	/* IE6-9 */
}
/* ----------------------------------------------------------------------------------------------------- */
.lcp.online-users-td {
	height: 20px;
	cursor: hand;
	cursor: pointer;
	padding: 0px 10px;
}
/* --------------------------------------------------------------------- */
textarea.lcp.formfield1 {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border: 1px solid #cccccc;
	outline: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #555;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	/* width: 275px; */
}
input.lcp.formfield1, select.lcp.formfield1 {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border: 1px solid #cccccc;
	outline: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #555;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	/* width: 275px; */

height: 25px;
}
.lcp.formfield1:focus {
	outline: none;
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
	background-color: #fefbe2;
}
/* ----------------------------------------------------------------------------------------------------- */
.lcp.formfield2 {
	background: transparent url(../img/input-text-8.png) repeat-x;
	border: 1px solid #cccccc;
	outline: 0;
	/*    
	height:25px; 
	width: 275px; 
*/
}
/* ----------------------------------------------------------------------------------------------------- */
textarea.lcp.formfield3 {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border: 1px solid #cccccc;
	outline: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* width: 275px; */
}
input.lcp.formfield3, select.lcp.formfield3 {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border: 1px solid #cccccc;
	outline: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* width: 275px; */

height: 25px;
}
.lcp.formfield3:focus {
	outline: none;
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
/* ----------------------------------------------------------------------------------------------------- */
.lcp.formfield4 {
	border: 1px solid #c4c4c4;
	height: 25px;
	width: 275px;
	font-size: 13px;
	padding: 4px 4px 4px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
}
.lcp.formfield4:focus {
	outline: none;
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
/* ----------------------------------------------------------------------------------------------------- */
.lcp.formfield5 {
	height: 25px;
	width: 275px;
	border: 1px solid #B9BDC1;
	color: #797979;
	-moz-box-shadow: 0 2px 4px #bbb inset;
	-webkit-box-shadow: 0 2px 4px #BBB inset;
	box-shadow: 0 2px 4px #BBB inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.lcp.formfield5:focus {
	background-color: #E7E8E7;
	outline: 0;
}
/* ----------------------------------------------------------------------------------------------------- */
.lcp.formfield6 {
	border-top: solid 1px #8e8e8e;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-bottom: solid 1px #e4e4e4;
	height: 25px;
	width: 275px;
}
.lcp.formfield6:focus {
	border-color: #4488cc;
	border-style: solid;
	border-width: 2px;
	outline: 0;
}
/* ----------------------------------------------------------------------------------------------------- */
#lcp_popup_img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}
#lcp_popup_img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}
#lcp_popup_img_fixed {
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}
#lcp_popup_img_fixed:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}
/* -----------------------------------------------------------*/
.lcp.emoticon-table {
	/*position: fixed;*/

border-collapse: separate;
	/* border: 1px solid #dddddd;*/
}
.lcp.emoticon-table td {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*background-color: #ffffff;*/
}
/* -----------------------------------------------------------*/
#slide_chat_window {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}
#chat_table table, #chat_table tr, #chat_table th, #chat_table td {
	text-shadow: none !important;
	border-collapse: separate !important;
	border: 0px !important;
	margin: 0px !important;
	background-image: none !important;
	background: none !important;
}
#chat_table input {
	padding: 2px !important;
	height: 25px !important;
	line-height: 25px !important;
}
#chat_table select {
	width: 100px;
}
/*[class*="lcp"].chat-table {*/

.lcp.chat-table {
	/*position: fixed;*/

border-collapse: separate;
	/* border: 1px solid #dddddd;*/

font-family: var(--lcp-font-family2);
	font-size: 10pt;
}
.lcp.chat-table th {
	/*	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);*/

margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #bf3723 !important;
	text-align: left;
	line-height: 40px;
	color: #ffffff !important;
}
.lcp.chat-table td {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*background-color: #ffffff;*/
}
#lcp_chat_wrapper a {
	color: #1a0dab !important;
}
#lcp_chat_wrapper a:hover {
	text-decoration: underline !important;
}
#lcp_chat_wrapper a:visited {
	color: #660099 !important;
}
/* -----------------------------------------------------------*/
.lcp.preview-chat-offline-table {
	/*position: fixed;*/

border-collapse: separate;
	/*border: 1px solid #dddddd;*/

font-family: var(--lcp-font-family2);
	font-size: 10pt;
}
.lcp.preview-chat-offline-table th {
	/*	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);*/

margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #bf3723;
	text-align: left;
	line-height: 40px;
	color: #ffffff;
}
.lcp.preview-chat-offline-table td {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*background-color: #ffffff;*/
}
/* -----------------------------------------------------------*/
.lcp.file-upload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.lcp.file-upload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* -----------------------------------------------------------*/
.lcp.preview-chat-online-table {
	/*position: fixed;*/

border-collapse: separate;
	/*border: 1px solid #dddddd;	*/

font-family: var(--lcp-font-family2);
	font-size: 10pt;
}
.lcp.preview-chat-online-table th {
	/*	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.15);*/

margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #3a99d1;
	text-align: left;
	line-height: 40px;
	color: #ffffff;
}
.lcp.preview-chat-online-table td {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*background-color: #ffffff;*/
}
/* -----------------------------------------------------------*/
.lcp.chat-button, .lcp.chat-button-disabled {
	text-shadow: none !important;
	text-decoration: none !important;
	width: auto;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 0px solid transparent;
	white-space: nowrap;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #555555;
	background-color: white;
}
.lcp.chat-button:hover {
	text-shadow: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none !important;
}
/* -----------------------------------------------------------*/
.lcp.button {
	text-shadow: none !important;
	text-decoration: none !important;
	width: auto;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #555555 !important;
	background-color: white !important;
	border-color: #cccccc !important;
	-webkit-box-shadow: #e6e6e6 0 -2px 0 inset;
	box-shadow: #e6e6e6 0 -2px 0 inset;
}
.lcp.button:hover {
	text-shadow: none !important;
	color: white !important;
	background-color: #00aff0 !important;
	border-color: #008abd !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none !important;
}
.lcp.button-disabled, .lcp.button-disabled:hover {
	text-shadow: none !important;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #555555 !important;
	background-color: #cccccc !important;
	border-color: #cccccc !important;
	-webkit-box-shadow: #e6e6e6 0 -2px 0 inset;
	box-shadow: #e6e6e6 0 -2px 0 inset;
}
/* --------------------------------------------------------------------- */
.lcp.button2 {
	text-shadow: none !important;
	font-size: 12px;
	text-decoration: none !important;
	width: auto;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 2px 8px;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #555555;
	background-color: white;
	border-color: #cccccc;
}
.lcp.button2:hover {
	text-shadow: none !important;
	color: white !important;
	background-color: #00aff0 !important;
	border-color: #008abd !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none !important;
}
.lcp.hr {
	border: 0;
	width: 100%;
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
}
.lcp.alert-info {
	padding: 5px;
	border: 1px solid;
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* --------------------------------------------------------------------- */
.lcp.added-header {
	font-weight: normal !important;
}
.lcp.added-search-loading {
	background: url(../img/ajax_loader.gif) left top no-repeat;
	width: 16px;
	height: 16px;
	position: absolute !important;
	right: -11px;
	top: 6px;
}
.lcp.added-search-div {
	position: relative;
	width: 20% !important;
	display: inline-block;
}
.lcp.added-search {
	width: 100% !important;
	margin: 0 6px !important;
	text-align: left !important;
}
/* --------------------------------------------------------------------- */
#minimize_chat:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
#close_chat:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
span[id^="remove_tab"]:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
/* --------------------------------------------------------------------- */
label.lcp {
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
	margin-right: 10px !important;
	padding: 0px !important;
	text-align: left !important;
	width: auto !important;
}
.lcp.label-tooltip {
	text-decoration: none;
	font-size: 13px;
	color: #3586ae;
	background-color: #edf7fb;
	border: none;
	border-bottom: solid 1px #d8edf7;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.lcp.label-tooltip2 {
	text-decoration: none;
	font-size: 13px;
	/*color: #3586ae !important;*/

color: #555555 !important;
	border: none;
	padding: 0 5px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal !important;
	margin-right: 5px !important;
}
.lcp.label-tooltip3 {
	text-decoration: none;
	font-size: 13px;
	color: #868686 !important;
	border: none;
	padding: 0 5px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal !important;
	margin-right: 5px !important;
}
/* --------------------------------------------------------------------- */
