#slr-lc-window {
    z-index:10;
}

#solar_lc_mute {outline:none;}
#solar_lc_mute.active {opacity:1; border:0px;outline:none;}
#solar_lc_mute div,#solar_lc_mute:focus{border:0px;outline:none;}

#solar-lc-window .panel{
    font-family:'Arial','Liberation Sans','Neue Helvetica', sans-serif;
    border:1px solid #337AB7;
    border-radius:5px;
    background:none;
    z-index:10;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-sizing: border-box;
}
#solar-lc-window .panel-heading{
    border:1px solid #337AB7;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    padding-right:5px;
    color: #fff;
    background-color: #337ab7;
    padding: 10px 15px;
    box-sizing: border-box;
}
#solar-lc-window .panel-body{
    background:#ffffff;
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}

#solar-lc-window .panel-footer{
    border:none;
    border-color:#337ab7;
    width:100%;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
}

#solar_lc_close {display:none;}

	.solar_lc_body {
		height: auto;
		position:fixed;
		font-size:13px;
		display:none;
		z-index:10;
		bottom:100px;
		right:35px;
	}
	
	.solar_lc_body .row {
	    margin-right: -15px;
	    margin-left: -15px;
	}
	
	
	.solar_lc_head{
		position: fixed;
		width: 115px;
		margin-bottom:20px;
		padding: 2px;
		cursor: pointer;
		display: block;
		z-index: 1000;
		font-family: "Arial";
		font-size: 13px;
		display:none;
		text-align:right;
		right:20px;
		bottom:20px;
	}
	
	.solar_btn_close {display:none; }
	.solar_btn_start {}
	.solar_lc_head img{ width:64px;}
	.solar_lc_head span{
		padding-top:10px;
		/*padding-left:10px;*/
	}
	.solar-livechat-logo {margin-right:5px;}
	.solar-operator-ava{
	     -webkit-border-radius: 50px;-moz-border-radius: 50px;	border-radius: 50px;
    	    width: 100px; 
    	    height: 100px; 
    	    border: 1px solid #d9d9d9;
    	    margin-top:5px;
	}
	
	
	.solar_lc_container{background-color: #fefefe;width: 100%;padding: 1px 5px 10px 10px;}
.solar_head_buttons { margin-right: 4px; }
	.solar_head_buttons a {color:#ffffff; margin-right: 0px; display:inline-block; }
	.solar_head_buttons a :hover { opacity: 0.70; }
	.solar_head_buttons a img {height:22px;}
	.red {color:#00ffff;}
	.solar_menu_bar {padding: 10px 15px;
		background-color: #F5F5F5;
		border-top: 1px solid #DDD;
	}
	.solar_menu_bar a img {height:22px;}
	.lc_hello{font-size:20px;}
	.solar_lc_tools button, .solar_lc_rate_btn{
	    border: 1px solid #e6e6e6;
	    height: 20px;
	    font-size: 12px;
	    background-color: #f0f0f0;
	    outline: none;
	    display: inline-block;
	    vertical-align: top;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}
	
  .solar_lc_rate{text-align:left;margin-top:0px; display:none;}
  .solar_lc_rate_btn{width: 24px;height: 24px;padding: 0;margin-top: 6px;background-image: url(/common/images/livechat/lc_icons.png);}
  .solar_lc_rate_btn.rated, .solar_lc_tools button.active{ background-color: #fff; border-color: #afafaf;}

    .rate_positive{
/*	background-position: 2px 3px; background-image: url(/common/images/livechat/thumb_up.png); */
    }
    .rate_negative{
/*	background-position: 2px -22px;  background-image: url(/common/images/livechat/thumb_down.png); */
    }

.rate { 
/*    margin-top: 2px;*/
  width: 22px; height: 22px; 
    border: 0px solid red; 
    display: inline-block;  
    background-size: 80%; background-repeat: no-repeat; background-position: 50% 50%; 
    -webkit-border-radius: 20px;-moz-border-radius: 20px;	border-radius: 20px;
    /*padding: 5px;*/
    border: 1px solid #999999;
}

.rate.up{ background-image: url(/common/images/livechat/thumb_up.png); }
.rate.down{ background-image: url(/common/images/livechat/thumb_down.png); }
.rate:hover { opacity: 0.6; }

  .solar_lc_tools button:hover, .solar_lc_rate_btn:hover{
    background-color: #fefefe;
  }
  
  .solar_lc_message.system{
    font-size: 11px;
    padding: 3px 0;
    text-align: center;
    background: #ffffed;
    border: 1px solid #f0f0f0;
    color: #a3a3a3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:10px;
  }
  
  .solar_lc_message.upload-error {
    font-size: 11px;
    padding: 3px 0;
    text-align: center;
    border: 1px solid #f0f0f0;
    color: #a3a3a3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
      background:#ffeded;
  }
  
  .solar_lc_message.upload-success {
    font-size: 11px;
    padding: 3px 0;
    text-align: center;
    border: 1px solid #f0f0f0;
    color: #a3a3a3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
     background:#edffed;
  }
  
  #solar-operator-ava {margin-right:10px;margin-top:5px;
	     -webkit-border-radius: 32px;-moz-border-radius: 32px;	border-radius: 32px;
    	    width: 64px; 
    	    height: 64px; 
    	    border: 1px solid #d9d9d9;
    	    display:none;
  
  }
  #solar-operator-ava-default {margin-right:10px;}
  #solar-operator-ava-default { color:#fff; width:22px; height:22px; font-family:'solarcomfont'; line-height:22px; font-size:22px; text-align:center;}
  #solar-operator-name {margin-top:2px;margin-right:8px; font-size:14px; font-weight:bold;}
  
  .initial_form{color: #313131;font-size: 14px;padding-top:10px;}
  .solar-chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.solar-chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    background:none;
}

.solar-chat li.lc-operator
{
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #dbdbdb;
	padding: 10px;	
	background:none;
	background-color:#f0f7fa;
}

.solar-chat li.lc-user
{
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #dbdbdb;
	padding: 10px;	
	background:none;
	background-color:#f7f7f7;
}

.solar-chat li.left .chat-body
{
    margin-left: 60px;
}

.solar-chat li.right .chat-body
{
    margin-right: 60px;
}


.solar-chat li .chat-body p
{
    margin: 0;
    color: #555555;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

#solar-lc-window .panel-body
{
    overflow-y: auto;
    height: 200px;
    max-width: 500px;
    width:400px;
}

::-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;
}

 .solar-lc-send-btn, .solar-lc-send-btn:visited, .solar-lc-send-btn:focus {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 18px 6px 18px;
  text-decoration: none;
  margin-top:5px;
}

.solar-lc-send-btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 18px 6px 18px;
  text-decoration: none;
  margin-top:5px;
  
}


.text-muted span {margin-top:2px; opacity:0.5;}
.text-muted time {margin-top:1px; display:inline-block;opacity:0.5;}

.solar-progress{width:100%; height:3px; border:1px solid #ececec;}
.solar-progress-bar {width:0%; height:1px; background-color:#00ff00;}
.solar-welcome{
    color: #4A546C;
    background: none repeat scroll 0% 0% #E7EAF1;
    border-radius: 0.3em;
    font-size: 1em;
    padding: 0.7em 0.9em;
    margin-right: 0.3em;
    line-height: 1.15em;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    margin-left: 0.5em;
    width:200px;
    height:64px;
    right:70px;
    top:0px;
    position:absolute;
    text-align:left;
    display:none;
}
.solar-welcome-arrow{
    position:absolute;
    color: #E7EAF1;
    top:25px;
    right:-10px;
    font-size:1.5em;
}
.solar_lc_operator_write {opacity:0.4;margin-top:5px;display:none; font-size: 12px;}
.solar-head.solar-operator {height:90px;padding-top:8px;}
.solar-head {height:43px;padding-top:8px;}

.solar-lc-session { top: 1px; position: relative; display:none;  font-weight: normal !important; }



.solar-lc-support {
font-weight: bold;
  color: #ffffff;
  font-size: 14px;
 top: 2px; position: relative; 

}

.chat1, .chat2, .chat3 { margin-right: 4px; }
.attach, .chat1, .chat2, .chat3, .chat-128, .close_chat, .thumb_down, .thumb_up, .thumb_down17, .thumb_up17{
	background: url(/common/images/livechat/sprites.png) no-repeat;
}

.attach{
    background-position: 0 -3px ;
	width: 20px;
	height: 20px;
}

.chat1{
	background-position: -33px -3px ;
	width: 22px;
	height: 22px;
	margin-right:0px;
    background:#4790ce;
    font-family:'solarcomfont';
    line-height:22px;
    border-radius:22px;
    text-align:center;

}
.chat1:after{
    content: "\e932";
    color:#fff;
/*    background-color:#ffffff;*/
    font-size:12px !important;
    line-height:22px;
}



.chat2{
	background-position: -64px -2px ;
	width: 22px;
	height: 22px;
	margin-right:4px;
    background:#4790ce;
    font-family:'solarcomfont';
    line-height:22px;
    border-radius:22px;
    text-align:center;
}
.chat2:after{
    content: "\e931";
    color:#fff;
    font-size:12px !important;
    line-height:22px;
}
                    

.chat3{
	background-position: -93px -3px ;
	width: 22px;
	height: 22px;
	margin-right:4px;
    background:#4790ce;
    font-family:'solarcomfont';
    line-height:22px;
    border-radius:22px;
    text-align:center;
}
.chat3:after{
    content: "\e933";
    color:#fff;
    font-size:14px !important;
    line-height:22px;
}
                    


.chat-128{
	background:#77b3d4;;
	background-position: -122px -1px ;
	width: 64px;
	height: 64px;
	margin-left:50px;
	border-radius:64px;
	text-align:center;
	color:#fff !important;
	font-family:'solarcomfont';
        font-size:35px;
	line-height:64px;

}

/*.chat-128:after{
    content: "\e930";
    color:#fff;
    font-family:'solarcomfont';
    font-size:35px;
    line-height:64px;

}
*/

.close_chat{
	background-position: -195px 0;
	width: 64px;
	height: 64px;
	margin-left:50px;
    background:#77b3d4;
    font-family:'solarcomfont';
    border-radius:64px;
    text-align:center;	
}

.close_chat:after{
    content: "\e934";
    color:#fff;
    font-size:25px;
    line-height:64px;
}    



.thumb_down{
	background-position: -6px -44px ;
	width: 22px;
	height: 22px;
}

.thumb_up{
	background-position: -34px -39px ;
	width: 22px;
	height: 22px;
	margIn-right:5px;
}
.thumb_up17{
    background-position: -96px -39px ;
/*    width: 17px;
    height: 17px; */
    margin-right:5px;
}

.thumb_down17{
    background-position: -75px -40px ;
/*    width: 17px;
    height: 17px; */
}

.pull-left {float:left !important;}
.pull-right {float:right !important;}
.clearfix {clear:both;}
.clearfix:after {clear:both;}

#btn-input {
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    overflow: auto;
    box-sizing: border-box;
}	    


#solar_lc_mute:visited {color:#ffffff;}
#solar_lc_mute {display:block; width:22px; height:22px; line-height:22px; border-radius:22px; background:#4790ce;padding:0px; text-align:center; float:left;margin-right:5px;}
#solar_lc_mute i {}
#solar_lc_mute i.sol-sound:before {position:relative; font-size:12px; line-height:22px; margin-left:5px;}
#solar_lc_mute.muted i.sol-sound:before {content: "\e946"; font-size:8px; line-height:22px; margin-left:5px;}


#solar_lc_username {line-height:26px;height:26px;padding:5px; border: 1px solid #ccc;text-align:center; font-size:14px; color:#313131;}
.solar_lc_body.lock {
    position:fixed !important;
    top:0px !important;
    bottom:0px !important;
    left:0px !important;
    right:0px !important;
    padding:10px 25px !important;
}

.solar_lc_body.lock .panel-body {max-width:100% !important;}

.body-lock {
    overflow:hidden !important;
    position:fixed !important;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:100%;
}