/**
* 2007-2014 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2014 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#bestkit_livechat {
	width: 335px !important;
	height: 265px; /*567*/
	position: fixed;
	bottom: 0;
	right: 39px;
	margin-bottom: -225px;
	z-index: 9999!important;
	border-radius: 5px 5px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#bestkit_livechat #accordion {
	cursor: pointer;
}

/*#bestkit_livechat.need_login {
	height: 396px !important;
}*/

#bestkit_livechat.need_login .panel-body {
	height: 93px;
}

#bestkit_livechat.need_login .panel-footer {
	height: 206px;
}

#bestkit_livechat .panel-footer .login input {
	margin-bottom: 10px;
}

#bestkit_livechat .login {
	display: none;
}

#bestkit_livechat.need_login .login {
	display: block !important;
}

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
    height: 250px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

#btn-chat {
	height: 27px;
}

#bestkit_livechat .word-wrap {
	word-wrap: break-word;
}

#bestkit_livechat .g-recaptcha {
	margin-bottom: 7px;
}

@media (max-width: 767px) {
	.goog-bubble-content.gc-reset {
		top: 0px !important;
		position: fixed !important;
		background-color: white !important;
	}
}
