.cplc-login-table, .cplc-chat-panel{
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	line-height: 18px;
}

.cplc-login-table .cplc-lt-register{
	vertical-align: top;
	padding-right:10px;
}

.cplc-login-table .cplc-lt-register table{
	padding: 0;
	border-collapse: collapse;
}

.cplc-login-table .cplc-lt-register table td{
	padding: 5px 0 5px 0;
}

.cplc-login-table .cplc-lt-login{
	vertical-align: top;
	padding-left:10px;
	width: 50%;
}

/*CHAT*/
.cplc-chat-panel .button{
	padding:2px 10px;
	font-size:11px;
}

.cplc-chat-panel .cplc-chat-panel-left-col{
	vertical-align: top;
	width: 32%;
	padding: 0 20px 0 0;
}

.cplc-chat-panel .cplc-chat-panel-right-col{
	vertical-align: top;
}

/*KONSULTANT*/
.cplc-chat-panel-consultant-status span{
	display: inline-block;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cplc-chat-panel-consultant-status-online span{
	background: green;
}

.cplc-chat-panel-consultant-status-offline span{
	background: red;
}

.cplc-chat-panel-consultant-avatar{
	float: left;
	margin: 0 5px 5px 0;
}

.cplc-chat-panel-consultant-name{
	font-weight: bold;
}

/*PANEL WIADOMOŚCI*/
#cplc-chat-panel-form-processing{
	float: right;
}

#cplc-chat-panel-form-messages{
	border: 1px solid #ccc;
	height: 275px;
	overflow-y: scroll;
}

.cplc-chat-history #cplc-chat-panel-form-messages{
	height: auto;
	overflow: auto;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in{
	margin: 0 0 10px 0;
	/*white-space: pre;*/
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div{
	padding: 5px;
	margin: 0 0 2px;
	font-weight: bold;
	line-height: normal;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.message{
	border-left: 4px solid #F0F0F0;
	background: #F9F9F9;
	color: #5D6877;
	min-height: 30px;
	vertical-align: middle;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.message.cons{
	background: #EAEAEA;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.message .avatar{
	float: left;
	display: block;
	margin: 0 10px 5px 0;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div .date{
	float: right;
	display: block;
	font-size: 10px;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.message .name{
	display: block;
	color: #416FB6;
	font-size: 10px;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.message .title{
	color: #000;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.message .text{
	margin: 3px 0 0;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.warning{
	border-left: 4px solid #FFBD69;
	background: #FFEEDB !important;
	color: #5D6877;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.error{
	border-left: 4px solid crimson;
	background: #EFA5B3 !important;
	color: #5D6877;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.info{
	border-left: 4px solid #3F6CB2;
	background: #9BC3FF !important;
	color: #2C3D56;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.file{
	border-left: 4px solid #3F6CB2;
	background: #8ECCF2 !important;
	color: #fff;
}

#cplc-chat-panel-form-messages  #cplc-chat-panel-form-messages-in > div.info .avatar, #cplc-chat-panel-form-messages  #cplc-chat-panel-form-messages-in > div.warning .avatar, #cplc-chat-panel-form-messages  #cplc-chat-panel-form-messages-in > div.error .avatar{
	display: none;
}

#cplc-chat-panel-form-messages  #cplc-chat-panel-form-messages-in > div.info .name, #cplc-chat-panel-form-messages  #cplc-chat-panel-form-messages-in > div.warning .name, #cplc-chat-panel-form-messages  #cplc-chat-panel-form-messages-in > div.error .name{
	color: #fff;
}

/* PRODUKT */
#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.message .product{
	width: 545px;
	float: left;
	margin: 10px 0 0;
	border:1px solid #3F6CB2;
	padding: 5px;
	background: #fff;
}

#cplc-chat-panel-form-messages #cplc-chat-panel-form-messages-in > div.message .product .product-picture{
	float: left;
	padding: 0 5px 0 0;
}

/*FORMULARZ*/
.cplc-chat-panel-form-toolbar{
	margin: 5px 0 0;
}

.cplc-chat-panel-form-toolbar table{
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}

.cplc-chat-panel-form-toolbar table td.cplc-chat-panel-form-avatar{
	width: 10%;
	padding: 0 5px 0 0;
	border-collapse: collapse;
	vertical-align: top;
}

.cplc-chat-panel-form-toolbar table td.cplc-chat-panel-form-sendform{
	vertical-align: top;
	padding: 0;
}

.cplc-send-wrapper {
	margin-bottom: 10px;
}

.cplc-enter-send-checkbox {
	display: flex;
	align-items: center;
}

.cplc-chat-panel-form-toolbar table td.cplc-chat-panel-form-avatar img{
	width: 100%;
}

.cplc-chat-panel-form-toolbar textarea{
	width: 100%;
	resize: vertical;
	height: 52px;
}

.cplc-send-message-loading{
	display: none;
}

/*AKTYWNE CHATY*/

.cplc-chats-active{
	margin: 0 0 20px 0;
}

.cplc-chats-active .cplc-chats-active-chat{
	background: #F0F0F0;
	margin: 0 0 2px 0;
	padding: 10px 10px 10px 15px;
	position: relative;
}

.cplc-chats-active .cplc-chats-active-chat-current{
	border: 1px solid #416FB6;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-avatar{
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-avatar .cplc-chats-userstatus{
	position: absolute;
	bottom: 0px;
	right: -4px;
	width: 8px;
	height: 8px;
	background: red;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-avatar .cplc-chats-userstatus1{
	background: green;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-chat-startdate{
	float: right;
	font-weight: bold;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-chat-name{
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #416FB6;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-chat-username{
	font-weight: bold;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-chat-newmessages{
	position: absolute;
	top: 25px;
	left: -7px;
	background: #C93E3E;
	padding: 0 2px;
	color: #fff;
	font-size:12px;
	font-weight: bold;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-chat-toolbar{
	padding: 10px 0 0;
	height: 20px;
}

.cplc-chats-active .cplc-chats-active-chat .cplc-chats-active-chat-toolbar .button{
	float: right;
	margin-left: 2px;
}

.cplc-chat-panel .cplc-recomend-panel{
	background: #F0F0F0;
	padding: 10px;
	margin: 0 0 10px;
}

.cplc-chat-panel .cplc-recomend-panel #cplc-recomend{
	width: 250px;
	margin: 10px 0 0;
}

/*CHANGE CONSULTANT*/
.cplc-change-consultant-online-panel{
	padding:20px;
}

.cpl-consultants-online {
	font-size: 16px;
	margin: 10px 0;
}

.cplc-chat-panel .button--size-small {
	padding: 2px 10px;
}