


 #agent_logo_btn {
/*     position:absolute; right:40px; top:35px; width:95px; height: 95px; cursor: pointer;*/
 } 
.chat_panel { position:fixed; width:320px; right:15px; height:500px; bottom:0; z-index:10000; display: none; }
.chat_full {position:fixed; width:100%; height:100%; top:0; left:0; bottom:0; right:0; margin-left:0; z-index:10000; display: none; }
#chat .panel{ width:100%; height:100%; margin-bottom: 0; display: table; }
#chat .panel .close {color: #fff; opacity: 1; text-shadow: 0 1px 0 #000;}
#agent_logo{width:15px; margin-right: 5px;}
#chat .panel-heading{ display:table-row; }
#chat .panel-heading-cell{ display:table-cell; padding:10px; }
#chat .panel-body{ padding:0; height:100%; display:table-cell; overflow: hidden; border-radius: 0 0 4px 4px; border-bottom: 20px #2db4c5 solid;}
#chat_iframe{ width:100%; height:100%; border: none; }

.container > .navbar-collapse{margin-left: -40px;}

#admin_menu{ 
    margin: 10px 10px 10px 0;
    text-align:right;
    position: absolute;
    top:0;
    z-index: 20000; 
}

#admin_menu button {
    margin-left: 5px;
}


.bg{

    overflow: hidden;
    overflow-y: auto;
    position:relative;
    margin: 0 auto;
    height:100%;
/*    background: pink;*/
}

#logo{
    height: 40px; float:left; margin-top: 10px;
}

#bgpad {
    position: absolute; 
    top:0; 
    z-index: 10000; 
    display: none;
}

#bgcanvas {
    background: rgba(0, 0, 0, .05 );
    display: block;
}
       
#client_call_btn{
   
   background-size:  contain;
  
    width:42px; 
    height: 42px; 
    border: 2px solid white;
    
    border-radius: 21px; 
    position: fixed; 
    bottom: 40px; 
    cursor: pointer;
    background-size: 30px; 
    background-position: center;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
   background-repeat: no-repeat;
}

#client_call_btn:active {
    border: 2px #ccc inset;
}



.client_call_btn_disconnected{
    background-color:#1A1078;
    background-image: url("../img/PastedGraphic-1.png");
   
}


.client_call_btn_connected{
    background-color:#2a980d;
    background-image: url("../img/PastedGraphic-2.png");
 
}

.client_call_btn_connecting{
   background-image: url("../img/ajax-loader.gif"); 
}


#phone_input_div{
    display: none;
    position: fixed; 
    bottom: 40px; 
    width:200px;
    padding:10px;
    background: white;
    border-radius: 4px;
    border: 1px solid #235E9A;
    height: 56px;
}

.cursor{
   //border:5px solid green; 
   width:40px; height: 40px; 
   font-size: 30px;
   color:red;
   border-radius: 20px; 
   position: absolute; 
   z-index: 100000; 
   top:0; 
   left:0;
}

#quick_help {
   background: #2db4c5;
   color: white;
   cursor:pointer;
   font-size: 200%; 
   margin-bottom: 20px;
}

.navbar-toggle{margin-right:0; margin-left:10px;}


.no_scrollbar {
    display: block;
}

.no_scrollbar::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

.btn3x {
	position:relative;
	display: inline-block;
	width: 33%;
	float: left;
}

.btn3x:nth-child(2) { padding: 0 10px;}


footer {
	padding: 10px;
	color: #fff;
	background: #2db4c5;
	text-align: center;
	margin-top: 50px;
	border-radius: 5px;
}






