﻿.rcChatrow{
    width:100%;
}

.rcChatrow .row{
    width:1180px;
    margin: auto;
}

.rcChatSticky{
    width : 350px;
  	border: 1px solid #818181;
	border-bottom: 0;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	box-shadow: 2px 2px 2px #888888;
	background-color:white;
	z-index: 500;
    float:right;
    margin-right: 20px;
    margin-top: 5px;
}

.fixed{
    position: fixed;
    right: 0;
    bottom:0;
}

.rcChatSticky .chatBtn{
    font-size:16px;
    font-weight:bold;
    border-radius:0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    width:100%;
    margin: auto;
    /* color: white; */
    /* background-color:#034f83; */
    color: #0072bb;
	background-color:white;
	padding: 5px 0;
}


.rcChatSticky .chatBtn  img{
	margin: 0 15px;
    float: left;
}
.rcChatSticky .chatBtn span{
	/*text-align: center;*/
    vertical-align: middle;
    font-weight: bold;
	line-height: 34px;
	/* set to center of button */
	margin-right: 50px;
}
/*
.rcChatSticky #chatService{
    height:420px;
    box-shadow: 2px 2px 2px #888888;
    display:none;
	display: block; 
	visibility: hidden; 
}*/

#chatService.collapse.in{
    position: static;
    visibility: visible;
    height:420px;
	/*height: 364px;*/
    display: block;
}


#chatService.collapse{
    visibility: hidden;
    position: absolute;
    display: block;
    height: 0px;
}

#chatService.icollapse{
    visibility: hidden;
    position: absolute;
    display: block;
    height: 0px;

}

.rcChatSticky #chatService #rcChatFrame{
    margin: auto;
    width:100%;
    height:420px;
	/*height: 364px;*/
    font-size:12px;
    /*border: 1px solid #c9c9c9;*/
    border: 0;
    background-color: white;
}

@media(max-width:500px){
    .rcChatSticky{
        width: 80%;
        min-width: 225px;
    }
}

.idevice{
	padding-left:40px;
	height: 55px;
	padding-top: 6px;
}
.idevice img{
	margin:5px 20px 5px 0px;
	height: 40px;
}

