
/*...Friend list section...*/

#isupportChatWindow {
	position:fixed;
	bottom:0;
	right:0;
	z-index:9000;
	width:240px;
}

.isupportBodyHolder{
	display:none;
	clear:both;
	background-color:#B0BEC5;
}

.isupportBody {
	height: 380px;
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: baseline;
	font-size:13px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}
.isupportBodyLoading{
	background: url(../images/loading.gif) center center no-repeat;
	height:50px;
}
.isupportTitle {
	cursor:pointer;
	background-color:#78909c;
	border-bottom:1px solid #546e7a;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
}

.isupportTitle:hover .listOpenIcon, .close:hover, .minus.hover{
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);
}
.isupportTitle span{
	display:inline-block;
	font-size: 14px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.isupportTitle span.chat-member{
	padding: 0px 5px;
}
.isupportTitle span.chatIcon{
	width:16px; 
	height:16px;
	margin: 0px 10px;
	margin-top: 10px;
	float: left;
}
.isupportTitle span.chatIcon.isp_email{
	margin-top: 10px;
}
.isupportTitle span.isp_chat{
	background:url(../images/isp_chat.png) no-repeat center center;
}
.isupportTitle span.isp_email{
	background:url(../images/isp_email.png) no-repeat center center;
}

.isupportTitle span.chatIcon img{
	border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.isupportTitle span.listOpenIcon{
	width:21px; height:21px;
	display:inline-block;
	float: right;
 	margin: 5px 10px;
	font-size:16px;
	line-height:21px;
	text-align:center;
}

/*...chat body section...*/

.isp_chat_wrap {
	height: 348px;
	width: 100%;
}

#isp_chat_body {
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: baseline;
	width:100%;
	height: 346px;
}
#isp_chat_footer {
	position:relative;
	height: 34px;
}

.isupportBody #isp_chat_footer input[type="text"] {
	width: 100%;
	border: none;
	padding: 8px 10px;
	margin: 0;
	font-size: 13px;
	background-color:transparent;
	border:0px;
	border-top:1px solid #EBEBEB;
}

.isupportBody #isp_chat_footer > input:focus {
	background-color:#ffffff;
	outline: 0
}
.isupportUser {
	float: left;
	max-width: 200px;
	margin: 5px 10px;
	font-size: 13px;
}

.isupportEvents {
	float: right;
	margin:5px 8px 0px 10px;
}
.isupportEvents i.close{
	display:inline-block; 
	width:21px; height:21px;
	font-size:28px;
	line-height:21px;
	text-align:center;
}
.isupportEvents i{
	font-size:18px;
	margin-left:10px;
}

.isupportOnline {
	color: #94CC66;
	font-size: 14px;
	margin-right: 3px;
	opacity: 0.9
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);
}
/*...message section...*/
.leftMessage {
	margin-right:5px;
	max-width: 78%;
}
.rightMessage{
	margin-left:5px;
}

/*...user online status...*/

i.chat_online_circle{
	background:url(../images/online.png) no-repeat;
	background-size:100%;
	-webkit-background-size: 100%;           /* Safari 3.0 */
     -moz-background-size: 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100%; 
}
i.chat_offline_circle{
	background:url(../images/offline.png) no-repeat;
	background-size:100%;
	-webkit-background-size: 100%;           /* Safari 3.0 */
     -moz-background-size: 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100%; 
}


/*......... register, login, message .............................*/

.isp_message_wrap, .isp_login_wrap, .isp_logres_wrap, .isp_register_wrap{
	padding:10px;
}
.isp_register_wrap, .open-log-in, .isp-hide{
	display:none;
}
.isp_login_wrap .isp_forgetmenot, .isp_login_wrap .isp_login_submit{
	display:inline-block;
}
.isp_login_wrap .isp_forgetmenot{
	width:54%;
}
.isp_login_wrap .isp_login_submit{
	text-align:right;
	width:44%;
}
.forget_user_pass{
	padding-top: 5px;
    text-align: center;
}

.isupportBody button:hover{
	background-color: #90a4ae;
}
.isp_logres_wrap{
	padding:5px 0;
	text-align:center;
}
.isp_forgetmenot label {
    font-size: 12px;
    line-height: 19px;
	color: #777;
}
.isp_forgetmenot input[type=checkbox]{
	background: #fbfbfb;
	border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

.isupportBody textarea{
	height:80px;
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
#isupportChatWindow{
	width:18%;
}
}


/* ----------- iPhone 6 ----------- */

@media (max-width: 320px){
	#isupportChatWindow{
		width:100%;
	}
}

span.isp_mobile_ChatIcon.isp_chat, 
span.isp_mobile_ChatIcon.isp_email{
	width:34px;
	height:34px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:fixed;
	right:0px;
	bottom:34px;
	cursor:pointer;
	z-index:99999;
	display:none;
}

span.isp_mobile_ChatIcon.isp_chat {
	background: rgba(0,0,0,0.4) url(../images/isp_chat.png) no-repeat center center;
}
span.isp_mobile_ChatIcon.isp_email{
	background: rgba(0,0,0,0.4) url(../images/isp_email.png) no-repeat center center;
}

/* ----------- iPhone 4, 4S, 5, 5s, 6, 6+ ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait),
  only screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait),
  only screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
	#isupportChatWindow{
		width:100%;
	}
} 
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape),
  only screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape),
  only screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
	#isupportChatWindow{
		width:50%;
	}
}
/* Portrait and Landscape ipad mini, 1, 2 */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	#isupportChatWindow{
		width:250px;
	}	  

}
/* Portrait and Landscape 3, 4 */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	#isupportChatWindow{
		width:380px;
	}
}
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
	#isupportChatWindow{
		width:380px;
	}
}