@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
  
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	font-family: 'Nanum Gothic', 'Open Sans', sans-serif;
	color: #4f5f6f;
	overflow-x: hidden;
	overflow-y: hidden;
}
#basic_content{
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    top: 60px;
}
 
#basic_content>section:not(:first-child){
	 padding-bottom: 50px;
} 

.form-control:disabled, .form-control[readonly]{
	background : transparent;	
}
#logomain_img{
    width: 65px;
    margin-right: 10px;	
}
#logomain_txt{
    text-transform: initial;
    font-size: 22px;
    font-weight: 600;	
}
#sky-logo {
	height: 25px!important;
	width: 20px;
	margin-right: 10px;
}
#left-logo-txt {
	font-weight: 600;	
}
#find-user-info{
    font-size: 13px;
    text-align: right;
}
#notiBar{
	  color: #0275d8;
    background: rgba(82, 188, 211, 0.5);
    width: 100%;
    position: absolute;
    height: 53px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    margin-left: -15px;
    bottom: -53px;
    line-height: 53px;
    padding: 0 20px;
    cursor: pointer;
}
#notilink {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
}
#notiBar #close-notibar {
    position: absolute;
    right: 11px;
    top: 16px;
}
/* arrow with round circle 
#main_loading_progress {
    position: absolute;
    top: 40%;
    
    left: 50%;	
    width: 80px;
    height: 80px;
}
#main_loading_progress2 {
	    border-radius: 999px;
		background: white;
		height: 80px;
}
#progress-icon {
	padding-top: 15.5px;
    padding-left: 19.43px;
    z-index: 1000;
    color: #52BCD3;
}
*/
/* common */
input[type=file]:not(.note-image-input) {
	display: none;
}

#my_status{
	width:15px;
}

.info p {
	color: 		#9e9fa5;
}
.pickStatus{
    margin-top: 7px;
}
.pickStatus div{
	width: 100px;
}
.pickStatus a{
	text-decoration: none; 
}
.pickStatus span {
	font-size: 	13px;
	color:		#838288;
	padding-left: 5px;
}
.pickStatus .dropdown-menu a{
	font-size:	13px;
	margin:		5px 0 5px 0;
}
.pickStatus .dropdown-menu a:nth-child(2n){
	font-size:	13px;
	margin:		10px 0 10px 0;
}

.pickStatus #sub_picStatus{
		white-space: nowrap;
    position: absolute;
/*     width: 100%; */
    background: #ffffff;
    left: 100%;
    padding: 7px 0;
    margin-top: -28.5px;
    border: 1px solid gray;
    border-radius: 3px;
		display:none;
	
}
.pickStatus a.dropdown-item:hover{
	color: #777!important;
}
.pickStatus a.dropdown-item.selected{
	background-color: #80808054;
}

.pickStatus #sub_picStatus a{
    padding: 0px 10px;
    display: block;
    height: 15px;
}
.pickStatus #sub_picStatus a:hover{
	background-color: #80808054;
}

.pickStatus #sub_picStatus a.set{
	background-color: #80808054;
}







/* test */
.float-round {

	z-index: 10;
}

.float-round span {
	cursor: pointer;
}

.float-round span:hover {
	color: #373a3c;
	font-weight: bold;
}

.float-round.logout {
	position: absolute;
	bottom: 7px;
	right: 10px;
	background-color: rgba(75, 207, 153, 0.52);
	border-radius: 15px;
}
.float-round.lan{
position: absolute;
    right: 74px;
    top: 17px;
}
@media (max-width: 640px){
	.float-round.lan {
	    display: none;
	}
}
.float-round.lan.beforelogin{
	top: 8px;
	right: 34px;
}
#lan_select {
    color: gray;
    padding: 2px 10px;
    background: rgba(153, 153, 153, 0.34);
    border-radius: 3px;
    font-size: 13px;
}
.border-box{
    background: #f5f5f5;
    padding: 3px 9px;
    border-radius: 3px;
    border: 1px solid #818a91;
    position: absolute;
    width: 113px;
    font-size: 13px;
/*    top: 26px;*/
		bottom : 23px;
    right: 0;
    display: none;
}

.border-box span{
    width: 100%;
    display: inline-block;
    color: gray;
    padding: 1px;
}
.float-round.lan/*.beforelogin*/ .border-box{
    top: 26px;
    bottom: initial;	
}
.logout-btn:hover{
	color:#373a3c;
	font-weight:bold;
}

@media (max-width: 613px){
/*.float-round.lan {
	    right: 5px;
    bottom: 3px;
	}*/
	#lan_select{
    width: 51px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
	
	}
	.border-box{
	}
}

#main_loading_progress {
	position: absolute;
    top: 40%;
    z-index: 1000;
    left: 48%;	
    color: #52BCD3;
}
@media(max-width:800px){
	#main_loading_progress {
		left:47%;
	}
}
@media(max-width:580px){
	#main_loading_progress {
		left:44.5%;
	}
}

#login_loading_progress {
	position: absolute;
    top: 40%;
    z-index: 1000;
    left: 48%;	
    color: #52BCD3;
}
@media(max-width:800px){
	#login_loading_progress {
		left:47%;
	}
}
@media(max-width:580px){
	#login_loading_progress {
		left:44.5%;
	}
}

/* header */
#presence-select-bar{
		height: 0px;
		background: #f5f5f5;
}
#app.crm-mode #presence-select-bar{
		height: 60px;
		overflow-y: auto;
}
#app.crm-mode #presence-select-bar .btn{
    margin: 0px 16px;
    padding: 0;
    border-radius: 3px;
}
#app.crm-mode #presence-select-bar .pre_img{
		padding: 4px;
}
#app.crm-mode #presence-select-bar .btn.set img.pre_img{
    padding: 4px;
    border-radius: 3px;
	
}
#app.crm-mode #presence-select-bar .btn.set .pre_text{
    color: #5bb7ce;
    font-weight: bold;
}
#presence-select-bar .pre_img, 
#presence-select-bar .pre_text{
	margin: auto;
	display: block;	
}
#presence-select-bar .pre_text{
    font-style: normal;
    font-size: 10px;
}
#opp_text_line {
	
	border-bottom-width:1;
}
/*
#back_progress {
	    border-radius: 999px;
		background: white;
	    animation: fa-spin 2s infinite linear;
}
#main_loading_progress {
	position: absolute;
    top: 40%;
    z-index: 1000;
    left: 50%;	
    color: #52BCD3;
}
*/
.brand, .logout-btn{
	cursor: pointer;
}

#buttons_block_lists{
		position: relative;
/*     background: #d7dde4; */
    z-index: 34;
}

#consult_button img{
	width: 30px;
}

#pull_button span{
	  font-size: 20px;
    top: 0px;
    left: -2px;
} 
/* 
 * movable video call div
 *
 */
 #video-call-icon{
    color: white;
    position: absolute;
    z-index: 21;
    cursor: pointer;
    display: none;
 }
#videoCallArea {
	width: 400px;
	position: absolute;
	height: 75%;
	background: #c0c7ce;
	z-index: 21;
	left: 168px;
	display: none;
	border-radius: 2px;
	min-width: 100px;
	border: 3px solid #777;
}
#minimize-video-call-window{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    color: #ddd;
    font-size:20px;
}
#__viewVideoLocal1  {
	transform: scale(-1, 1);
	width: 100%;
	height: 100%;
	margin: 0;
	background: black;
	position: absolute;
	z-index: 2;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

#__viewVideoLocal1.connected {
	/* transform: scale(-1,1.63); */
	width: 30%;
	margin: 4px;
	/* border-radius: 5px; */
	padding: 3px;
	background: #ddd;
	height: auto;
}
#__viewVideoLocal1.half{
	margin : 0;
	width: 50%;
	height:100%;
	background : black;
}
#videoRemoteView, 
#videoLocalView.half {
	height: 100%;
	background: black;
}

#__viewVideoRemote1  {
	/*    transform: scale(-1,1.7);
    margin-top: 26%;
    border-radius: 5px;*/
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
#__viewVideoRemote1.half {
	    margin-left: 50.4%;
	    width: 49%;
}
#resize-video-call-window{
    position: absolute;
    top: 0;
    right: 28px;
    z-index: 4;
    padding: 2px 4px;
    color: #ddd;
}
#resize-video-call-window.half i.fa-stack-1x{
	font-size : 10px;
}
.video-options-div {
	position: absolute;
	bottom: 0;
	z-index: 3;
	color: white;
	font-size: 25px;
	width: 100%;
	text-align: center;
}
.video-options-div i{
	cursor: pointer;
}
.video-options-div #mic_switch {
	margin-right: 3%;
}

.video-options-div #full-screen {
	margin-left: 2%;
}

.remote-options-div {
	position: absolute;
	color: white;
	font-size: 15px;
	height: 80%;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
	vertical-align: middle;
	/*      line-height: 470px;*/
}
#videoCallArea.half .remote-options-div,
#videoCallArea.half .remote-all-on-off{
	width: 50%;
	margin-left: 50%;
}
.remote-options-div i {
	display: inline-block;
}

.remote-options-div #remote-video-on-off, .remote-options-div #remote-all-on-off
	{
	font-size: 36px;
}

.remote-options-div #remote-video-on-off:after {
	/*  position: absolute;
  content: "/";
  color: white;
  font-weight: bold;
  font-size: 20px;
  left: 10px;
  top: 5px;*/
	
}

.remote-options-div #remote-video-on-off span, .remote-options-div #remote-all-on-off span
	{
	font-size: 21px;
}

.remote-options-div #remote-audio-on-off {
	color: red;
	font-size: 18px;
	position: absolute;
	width: 100%;
	text-align: end;
	padding: 34px 10px;
}
.remote-options-div #remote-all-on-off{
	color : red;
}

/* 
 * movable hold call div
 *
 */
.hold-div{ /* for test */
	float:left;
	position:absolute;
	cursor: pointer;
	top: 60px;
	width: 450px;
    background: rgba(253, 191, 97, 0.41);
    z-index: 100;
    border-radius: 20px;
}

#app.crm-mode .hold-div{ 
	top: 130px;
}

.hold-div.consult {
	background: rgba(97, 253, 109, 0.41);
}

.hold-div ul.listBoxSmall-ul>li/*div*/{
	margin-top: 20px;
	float:left;
}
.listBoxSmall-ul {
	margin-bottom: 0;
}
.listBoxSmall-ul i{
	margin-left:0px;
}
.hold-div-middle{
	min-width:50%;
	width: 240px;
}
.hold-div-right{
/*	margin-top: 2%!important;*/
/*float:right!important;
margin-right:5px;*/
/*
	position: absolute;
	top:2px;
	right:5px;*/
	margin-left: 60px;

}
@media(max-width:450px){
	.hold-div-right{
		margin-left:0px;
	}
	.overlay-select-contacts, #csta_monitor_layer{
		width:90%!important;
	}
	.contactsSelectItem .pull-left.name{
		width: 54%!important;
	}
	#csta_member_tree .pull-left.name{
		width: 40%!important;
	}
	
}
.hold-div-left{
	 width: 10px;
}   
.btn-mini{
	width: 20px;
	font-size: 30px;
}
.listBoxSmall-ul{
	padding-left: 10px!important;
	width: 100%;
	float:left;
}



.btCall2{
	color: white;
	background: rgba(135, 241, 71, 0.63);
}
.muted, .holded{
	color: red!important;
	background-color:#4f5f6f!important;
}
.btHangup, .btHangup2{
	font-size: 100%;
	background: rgba(241, 71, 71, 0.63);
}
.btHangup:hover, .btHangup2:hover{
	background: rgba(241, 71, 71, 0.81);
}
.btHangup:active, .btHangup2:active{
	background: rgba(171, 46, 46, 0.94);
}
.btHangup img, .btHangup2 img{
	vertical-align: baseline!important;
}
.oppGroup{
	font-size:12px;
}
.waitTime{
	font-size: 12px;
	text-align: center;
}
/* dnd area */
#dnd-area {
	width: 38px;
	display: inline-block;
}

#dnd-area div.toggle[data-toggle=toggle] {
	border-radius: 3px;
}
#dnd-area div.toggle[data-toggle=toggle] .toggle-group label.toggle-on {
	height: 100%;
	font-size: 9px;
	line-height: 2px;
	padding-left: 0;
}
#dnd-area div.toggle[data-toggle=toggle] .toggle-group label.toggle-off
	{
    height: 100%;
    font-size: 9px;
    line-height: 2px;
    padding-left: 14px;
        background: rgba(221, 221, 221, 0.71);
/*    background: #d7dde4;
    border-radius: 3px;*/
}
#dnd-area div.toggle[data-toggle=toggle] .toggle-group .toggle-handle {
	padding: 0 10px;
	border-radius: 5px;
}
/* 
 * 
 * for user panel
 *
 */
.user-panel {
	/*	background-color: #52BCD3;*/
	position: relative;
	width: 100%;
	padding: 10px;
	height: 70px;
	/*overflow: hidden;*/
}

.user-panel>.image>img, .callingBox img {
	width: 100%;
	max-width: 45px;
	height: auto;
	background: #ece8e8;
}

.user-panel>.info {
	padding: 0px 5px 5px 15px;
	line-height: 1;
	position: absolute;
	left: 55px;
}

.user-panel>.info>p {
	font-weight: 600;
	margin-bottom: 2px;
	width: 155px;
}

.user-panel>.info>a {
	text-decoration: none;
	padding-right: 5px;
	margin-top: 3px;
	font-size: 11px;
}

.user-panel>.info>a>.fa, .user-panel>.info>a>.ion, .user-panel>.info>a>.glyphicon
	{
	margin-right: 3px;
}

#userImg{
	float:left;
	margin-top: 4px;
}

/***
 **	menu bar
 */
.sidebar .menu{
		height: calc(100% - 124px);
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar .menu::-webkit-scrollbar,
.sidebar .menu::-webkit-scrollbar-thumb,
.sidebar .menu::-webkit-scrollbar {
    width: 0.25em;
}
#sidebar-menu{
/* 	height: calc(100% + 83px); */
}

/**************
 * for content
 */
/* content header */
.content-header {
    position: relative;
    padding: 15px 0 0 0;
		height: 74px;
}

.content-header>h1 {
	font-wieght: 300;
}
.content-header>h1 i{
	margin-right:10px;
	font-size: 17px;
	display: none;
	cursor: pointer;
}
.content-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}
.breadcrumb a{
	color:black;
	text-decoration:none;
}
.breadcrumb a:hover{
	text-decoration:none;
}

.content-header>h1 {
    margin: 0;
    font-size: 24px;
    font-family: 'Source Sans Pro',sans-serif;
}

.list-title{
	font-size: 20px;
	padding-top: 8px;
	float:left;
	font-wieght: 100!important;
}
.list-select-btn{
	float:right;
}
.title-block{
	padding-bottom: 0px;
	padding-top:	10px;
}
.form-group select{
	font-size: 17px;
}


/***************************/
.navbar-custom-menu2 {
	float: left;
	margin-left: 30px;
}

.call-func {
	margin-left: 15px;
}

.big-icon {
	font-size: 20px;
}

.btn-round {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	top: 10px;
	/*    padding-top: 12px!important;
    padding-left: 13px!important;
*/
}

.bt-back-color-green {
	background-color: darkcyan;
}

.bt-back-color-red {
	background-color: #bc3012;
}

.buttons {
	padding: 40px 0;
}
/* for circle button */
.nb-btn-circle {
	text-decoration: none;
	outline: none !important;
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0 10px 10px 0;
	color: #555;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 1px solid #ddd;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	transition: all 0.4s ease-in-out;
}

.nb-btn-circle:hover {
	background: #E91E63;
	border-color: #E91E63;
	color: #fff;
}

.nb-btn-circle:focus {
	color: #E91E63;
}

.nb-btn-circle .fa {
	float: left;
	height: 100%;
	width: 100%;
	font-size: 20px;
	line-height: 49px;
	text-align: center;
}

.nb-btn-circle .indicator-dot {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 16px;
	width: 16px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #fff;
	background-color: #D9534F;
	background-image: none;
}

.btn-circle {
	width: 49px;
	height: 49px;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
	line-height: 2.00;
	border-radius: 30px;
}

.btn-circle-micro {
	width: 19px;
	height: 19px;
	text-align: center;
	padding: 1px 0;
	font-size: 13px;
	line-height: 0.1;
	border-radius: 30px;
}

.btn-circle-sm {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 2px 0;
	font-size: 20px;
	line-height: 1.59;
	border-radius: 30px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 3px;
}

.btn-circle-lg {
	width: 79px;
	height: 79px;
	text-align: center;
	padding: 13px 0;
	font-size: 30px;
	line-height: 2.00;
	border-radius: 70px;
}

.balloon-icon {
    position: fixed;
	top: 52%;
    right: 5%;
    width: 50px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-align: center;
    display: inline-block;
    height: 50px;
    line-height: 44px;
    border-radius: 5px;
    background: #fca15e;
    cursor: pointer;
}

.balloon-icon::after {
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 74, 74, 0);
    border-top-color: #fca15e;
    border-width: 4px;
    margin-left: -4px;
}

#num-delete{
	margin-top: 11px;
	color: #7e8e9f;
	font-size:15px;
	cursor: pointer;
/*	padding-right: 10px;*/
/*	position: fixed;*/
}

.callingBox{
	padding: 0!important;
}
.callingBox>ul{
    padding-left: 57px;
	height: 20px;
}
.callingBox ul>li{
	height:55px;
	float:left;
}

#call_animation, #current_call_duration {
	float: right!important;
    padding-top: 15px;
    font-size: 15px;
    color: darkorange;
}
.callName,  .callName label{
	padding-top:2px;
	margin: 0;
	max-width: 120px;
}
.callDept a {
	font-size:12px;
	font-weight: 400;
}

/*****
 **** organization.html 
 *
 */
 /*
.org-ul, .org-ul ul.org-ul-head {
	padding: 0;
}
.org-ul>li>div.group-title {
	height:		47px;
	background-color: rgba(100, 101, 103, 0.24);
    border-radius: 5px;
    padding-top: 10px;
    cursor: pointer;
}
.org-ul>li>div.group-title:hover{
	background-color:	rgba(100, 101, 103, 0.41);
}
.org-ul>li>div.group-title span{
	margin-left: 15px;
    font-weight: bold;
}
.org-ul>li>div.group-title i{
	float:	right;
	margin: 4px 30px 0 0;
}
.org-ul-head>li{
	margin: 0 5px 0 5px;
}
.info-div{
	margin: 9px 0 0 20px;
}
.org-ul .image>img{
	max-width: 	56px;
	background: #ece8e8;
	margin-top:9px;
}
.org-ul-head>li {
	height: 	75px;
	border-bottom: 0.1px solid rgba(175, 191, 202, 0.45);
}
.org-ul-head>li>div.pull-right div,
.org-ul-head>li>div.pull-right a{
	float:left;
	margin: 20px 15px 0 0;
}
.org-ul-head>li>div.pull-right div.my-message{
	background-color: #ddd;
    border-radius: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    font-size: 13px;
}

.org-ul-head>li a.chatBtn{
	padding:	0;
	color:		white;
}
.org-ul-head>li a.chatBtn:hover{
	color:		white;
}
.contacts-user-name {
	margin-bottom:		7px;
}

@media (max-width: 470px){
	.org-ul-head>li>div.pull-right div.my-message{
		display: none!important;
	}
	.info-div{
		width: 100px;
		margin-left: 0;
	}
	.contacts-user-name {
    	margin-bottom: 13px;
    	height: 28px;
}
}
*/
.content_organization .input-group input{
	height: 38px;
}

.content_organization .contacts img.usr-status,
.content_bookmark .favorite img.usr-status{
	width: 15px;
}
.content_organization .input-group i#del-search,
.content_addressbook .input-group i#del-search,
.content_bookmark .input-group i#del-search{
	position: absolute;
    right: 65px;
    top: 10px;
    z-index: 5;
    display: none;
    cursor: pointer;
}    
.content_organization .input-group button{
	border-radius : 3px;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.org-ul, ul.org-ul-head {
	padding: 0;
}
.group-title {
	height:		47px;
/*	border-bottom: 0.1px solid rgba(90, 161, 204, 0.45);*/
	background-color: rgba(100, 101, 103, 0.24);
    border-radius: 5px;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom : 5px;
}
.group-title:hover{
	background-color:	rgba(100, 101, 103, 0.41);
}
.group-title.sub {
	background-color: rgba(156, 188, 197, 0.32);
}
.group-title.sub:hover{
	    background-color: rgba(156, 188, 197, 0.60);
}
.group-title span{
	margin-left: 15px;
    font-weight: bold;
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.group-title i{
	float:	right;
	margin: 4px 30px 0 0;
}
.content_organization .group-title.active i{
	float:	right;
	margin: 6px 30px 0 0;
}
.group-title.sub i{
/*	float:	right;
	margin: 4px 24px 0 0;*/
}

.org-ul-head>li{
/*	margin: 0 5px 0 5px;*/
}
.info-div{
	margin: 9px 0 0 20px;
	max-width: 63%;
}
.content_bookmark .info-div{
	max-width: 51%;
}
.info-div span{
	font-size: 12px;
	color: #5daac1;
}
.org-ul .image>img,
.chat-total .image>img,
.chat-total .image>a,
.callhistory .image>a{
	max-width: 	56px;
	background: #ece8e8;
	margin-top:9px;
}
.org-ul-head>li.contacts {
	height: 	75px;
	border-bottom: 0.1px solid rgba(175, 191, 202, 0.45);
	border-radius: 5px;
	
}
.org-ul-head>li.contacts:hover,
.callhistory>li.callList:hover,
.content_notification ul.notilist li:hover
{
	background-color: rgba(95, 221, 239, 0.29);
	cursor: pointer;
}
.org-ul-head>li.contacts:active,
.callhistory>li.callList:active{
	background-color: rgba(82, 188, 211, 0.38);
	cursor: pointer;
}
.org-ul-head>li>div.pull-right div,
.org-ul-head>li>div.pull-right a{
	float:left;
	margin: 20px 15px 0 0;
}
.org-ul-head>li>div.pull-right div.my-message{
	background-color: #ddd;
    border-radius: 30px;
  /*  height: 40px;*/
    padding: 5px 0 5px 0;
    font-size: 13px;
    text-align: center;
}
.org-ul-head>li a.callBtn{
	padding:	3 0;
	color:		white;
}
.org-ul-head>li a.callBtn:hover{
	padding:	3 0;
	color:		white;
}
.org-ul-head>li a.chatBtn{
	padding:	0;
	color:		white;
}
.org-ul-head>li a.chatBtn:hover{
	color:		white;
}
.contacts-user-name {
	margin-bottom:		7px;
}

@media (max-width: 470px){
	.org-ul-head>li>div.pull-right div.my-message{
		display: none!important;
	}
	.info-div{
		/*max-width: 175px;*/
		max-width: 51%;
		margin-left: 0;
	/*	width: 100px;
		*/
	}
	.content_bookmark .info-div{
	max-width: 42%;
	}
	.contacts-user-name {
	
    	margin-bottom: 13px;
    	height: 28px;
}
}
/* organization detail */

/* org-detail profile + my detail profile */
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-detail-profile{


}
.detail-div{

    padding-top: 50px;
    padding-left: 50px;
}
.detail-button-div{
	color: white;
	margin: 30px 0;
}
#sel-contacts-status{
	width: 23px;
}
#detail-my-message.has{
	background: rgba(91, 192, 222, 0.51);
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}
#contacts_star.liked{
	color: yellow;
    background-color: rgb(236, 93, 28);
}
.profile-user-img {
	width: 170px;
	background: rgba(104, 223, 240, 0.41);
    margin: 50px auto 30px auto;

}
.profile-username{
    font-size: 20px;
    color: #777;
    font-weight: bold;
}
.btn-app{
	border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}
.list-group-unbordered a.fa{
	width:16px;
	margin-right:10px;
}
.list-group-unbordered span:not(.glyphicon){
	color:#337ab7;
}
.list-group-item:not(.cant):hover{
	background: rgba(91, 192, 222, 0.32);
	cursor: pointer;
}

/*****
 **** addressbook.html 
 *
 */
.content_addressbook ul#handle-group-modal li[name=old]{
	cursor: default;
}
.content_addressbook ul#handle-group-modal li input.pull-left{
	width: 60%;
}
.content_addressbook ul#handle-group-modal li .add-members-btn {
    position: absolute;
    left: calc(53% - 20px);
}

.content_addressbook ul#handle-group-modal li .btn-group,
.content_notification_editor  #choose-noti-members li .btn-group{
	margin-top: 4px;
}
.content_addressbook ul#handle-group-modal li img,
.content_notification_editor  #choose-noti-members li img{
    width: 25px;
    background: #ccc;
    margin-right:5px;
}
.content_addressbook ul#handle-group-modal #lets-add-members,
.content_notification_editor  #choose-noti-members{
	position: absolute;
	left: calc(30% - 12px);
	z-index: 10;
	background: #d7dde4;
	border-radius: 4px;
	padding: 5px 10px;
	/* margin: 29px 0; */
	font-size: 13px;
	margin-top: calc(15% - 51px);
}
.content_addressbook ul#handle-group-modal #lets-add-members ul{
	width: 237px;
	min-height:10px;
  max-height: 400px;
  overflow: auto;	
}
.content_addressbook ul#handle-group-modal #lets-add-members ul,
.content_notification_editor  #choose-noti-members ul{
	padding : 0;
}
.content_addressbook ul#handle-group-modal #lets-add-members ul li,
.content_notification_editor  #choose-noti-members ul li{
	cursor: pointer;
}
.content_addressbook ul#handle-group-modal #lets-add-members ul li span,
.content_notification_editor  #choose-noti-members ul li span{
    width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.content_addressbook ul#handle-group-modal #lets-add-members #apply-add-members,
.content_addressbook ul#handle-group-modal #lets-add-members #cancle-add-members,
.content_notification_editor  #choose-noti-members #apply-add-members,
.content_notification_editor  #choose-noti-members #cancle-add-members{
	font-size: 11px;
  padding: 2px;
  margin: 0;
  float: right;
}
.content_addressbook .nav-tabs .nav-item {
	width: 48.9%;
	text-align: center;
}

.content_addressbook .nav.nav-tabs-bordered .nav-item .nav-link.active {
	background: transparent;
	border-bottom-color: #f0f3f6;
}
.hide-all-chk{
		width: 18px;
    padding: 0;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    top: 11px;
}
.content_addressbook .org-ul .group-title,
.content_bookmark .org-ul .group-title{
	    height: 31px;
	    padding-top: 3px;
}
.content_addressbook .org-ul{
	margin : 0;
	
}
.content_addressbook .tab-content {
	min-height: 350px;
	padding: 10px 5px 10px 5px!important;
	
	max-height: 700px;
		overflow-y: auto;
/*	padding-bottom: 70px!important; */
/*	
	max-height: 630px;
	overflow-y: auto;
	padding-bottom: 70px!important;*/
}

.panel-default-addr{
	text-align: center;
	border: 1px solid #ccc;
}
.panel-default-addr .panel-body{
	padding : 7px;
}
.panel-default-addr .btn-app{
	margin-left: 0;
}
.content_addressbook .org-ul .org-ul-head>li,
.content_bookmark .org-ul .org-ul-head>li {
	height: 75px;
	border-bottom: 0.1px solid rgba(175, 191, 202, 0.45);
  border-left: 3px solid rgba(204, 204, 204, 0.65);
	padding-left: 7px;
	cursor: pointer;
	border-radius : 5px;
	position: relative;
	
}
.content_addressbook .org-ul li.no-group .org-ul-head>li{
	border-left: 3px solid rgba(2, 117, 216, 0.37);
}
.content_addressbook .org-ul .org-ul-head>li:hover,
.content_bookmark .org-ul .org-ul-head>li:hover{
	background: rgba(82, 188, 211, 0.21);

}
.content_addressbook .org-ul .org-ul-head>li .fa-star,
.content_bookmark .org-ul .org-ul-head>li .fa-star{
    color: #dcd841;
    position: absolute;
    left: 52px;
    top: 3px;
}
.content_addressbook .address-search-div i.fa-search{
    position: absolute;
    pointer-events: none;
    display: block;
    height: 38px;
    line-height: 39px;
    left: 25px;
    z-index: 9;
}
.content_addressbook .input-group,
.content_bookmark .input-group,
.percentage .input-group {
	width: 74%;
}
.content_addressbook .input-group input{
	padding-left: 30px;
}
.content_addressbook .input-group button{
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;	
}
.content_addressbook li.group ul.org-ul-head{
	padding-left: 7px;
}
.content_addressbook li ul.org-ul-head .info-div *,
.content_bookmark ul.org-ul-head .bookmark-user-name{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;	
    margin-bottom: 5px;
}
.org-ul-head>li a.addrCallBtn,.org-ul-head>li a.detailCallBtn,
.org-ul-head>li a.videoCallBtn {
    padding: 0;
    color: white;
    margin-right: 10px!important;
}
.content_addressbook .group-title i{
	margin-right:20px;
}
.handle-list {
	color: white;
}

.content_addressbook .handle-list .btn,
.content_bookmark .handle-list .btn{
    height: 38px;
    padding-top: 8px;
}
.panel-default-addr .panel-body .btn{
	margin: 0;
	color: #eee;
}
.content_addressbook .nav-tabs .nav-item:last-child .nav-link{
	margin-right: -3px;
}

@media ( min-width : 574px) {
	.content_addressbook .col-sm-2 {
		padding: 0;
	}
	.panel-default-addr{
		width: 98px;
		margin-top: 56px;
	}
	.content_addressbook .input-group,
	.content_bookmark .input-group,
	.percentage .input-group{
		    width: 82%;
	}
	.panel-default-addr .panel-body .btn {
		    margin: 5px 0;
	}
	.content_addressbook ul#handle-group-modal #lets-add-members{
    left: calc(60% - 12px);
    margin-top: calc(15% - 132px);
	}
}
@media(max-width: 500px) {
	.content_addressbook_detail .list-group a.pull-right{
		width: 57%!important;
	}
}
@media ( max-width : 768px) {
	.panel-default-addr .panel-body .btn span{
		/*display: none;*/
	}
	.panel-default-addr .panel-body .btn.btn-app{
	
	}
}
/*****
 **** addrressbook_detail.html 
 *
 */
.content_addressbook_detail .handle-list{
	position: absolute;
  right: 0px;
}
.content_addressbook_detail .form-group, .content_addressbook_detail h4
	{
	color: #5bc0de;
	margin: 3px 20px;
}

.content_addressbook_detail .detail-button-div {
	margin: 10px 0;
}
.mini-selector {
    border-radius: 3px;
    padding: 2px;
    cursor: pointer;	
}
.content_addressbook_detail h4 * {
	
}

.content_addressbook_detail h4 span {
	margin-top: -23px;
	font-size: 16px;
	margin-left: 37px;
	display: block;
}

.content_addressbook_detail .box-body {
	font-size: 14px;
}

.content_addressbook_detail .list-group a.pull-right{
	vertical-align: middle;
	margin-top: -7px;
	width: 70%;
}
.content_addressbook_detail .detailCallBtn{
	position: absolute;
    right: 14px;
    margin-top: -5px;
    color: white;
}
.content_addressbook_detail .callBtn{
    position: absolute;
    right: 69px;
    margin-top: -5px;
    color: white;
}

.content_addressbook_detail .list-group a input,
.content_notification_detail .list-group a input {
	background-color: transparent;
}

.content_addressbook_detail .list-group textarea {
	resize: none;
}
.content_addressbook_detail.editmode .list-group-item:not(.cant):hover{
	background : none;
	cursor: default;
}
.content_addressbook_detail:not(.editmode) .list-group-item:not(.cant) a.pull-right input{
	cursor: pointer;
}
.content_addressbook_detail.editmode .box-detail-profile{
	margin-top: 24px;
	padding-left: 20px;
}
.content_addressbook_detail.editmode .box-detail-profile img:not(.cr-image){
	width: 90px;
	margin-top: 24px;
	margin-left: 5px;
	cursor: pointer;
}
.content_addressbook_detail.editmode .box-detail-profile .btn-group-vertical{
	left: 98px;
}


.content_addressbook_detail.editmode .box-detail-profile {
	height: 120px;
}

.content_addressbook_detail.editmode .form-group {
	margin-top: -58px;
	padding-left: 110px;
}
.content_addressbook_detail.editmode .list-group label,
	.content_addressbook_detail.editmode .list-group label span {
	padding: 0;
	margin: 0;
	width: 22px;
}

.content_addressbook_detail.editmode .list-group label {
	margin-left: -8px;
}
.content_addressbook_detail.editmode .list-group label.groups-check{
    width: 80%;
    margin: 0 15px;
    font-size: 14px;
}
.content_addressbook_detail.editmode .list-group .showgroup-dropdown-menu{
    border: 1px solid #ccc;
    max-height: 244px;
    overflow-y: auto;
}
.content_addressbook_detail.editmode .list-group .showgroup-dropdown-menu div{
    font-size: small;
    padding-left: 7px;
}
.content_addressbook_detail.editmode .list-group label.groups-check span{
    width: 141px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.content_addressbook_detail.editmode .group-dropdown-div {
    position: absolute;
    z-index: 2;
    left: 22%;
    top: 9px;
    width: 36px;
    background: rgba(221, 221, 221, 0.76);
    height: 30px;
    border-radius: 5px;
}
.content_addressbook_detail.editmode .group-dropdown-div .dropdown-toggle{
    width: 100%;
    padding-right: 12px;
}
.content_addressbook_detail.editmode .group-dropdown-div span{
	 	color: #544949;
}

.span-blue-oval {
	border-radius: 25px;
	font-size: 10px;
	padding: 2px 4px;
	margin-left: 5px;
	color: #f5f5f5 !important;
	background: #0275d8;
	display: inline-block;
}
#add-more-nums{
	  position: absolute;
    right: 7px;
    margin-top: -23px;
}
.remove-this-num{
	  position: absolute;
    right: 14px;
        margin-top: -5px;
}
.radio:checked:disabled+span:before, .checkbox:checked:disabled+span:before {
	color: #52BCD3;
}
/** editor **/
.content_notification_editor .handle-list {
	color: white;
}

.content_notification_editor .title-div {
	padding: 10px 15% 0 10px;
}

.content_notification_editor .pick-date, .content_notification_editor .func-btn
	{
	/*	  width: 206px;
    */
	margin-left: 10px;
}

.content_notification_editor .func-btn {
	padding-top: 2px;
}

.content_notification_editor .box-body {
	padding: 0 10px;
}

.content_notification_editor .dropdown-toggle::after {
	display: none;
}

.content_notification_editor .btn-group-sm>.btn,
	.content_notification_editor .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.content_notification_editor .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc !important;
}

.content_notification_editor #summer-editor {
	min-height: 500px;
}
.content_notification_editor ul{
	padding-bottom:7px;
}
.content_notification_editor  #choose-noti-members{
	max-height: 350px;
	width: 263px;
  overflow: hidden;
}
.content_notification_editor  #choose-noti-members p{
	margin : 0;
	position: relative;
}
.content_notification_editor  #choose-noti-members p.noti-group-name{
    background: rgba(152, 161, 169, 0.54);
    padding-left: 5px;
    margin-top: 4px;
    border-radius: 3px;
    height: 30px;
}
.content_notification_editor  #choose-noti-members p.noti-group-name:active{
	background: rgba(152, 161, 169, 0.74);
}
.content_notification_editor  #choose-noti-members p.noti-group-name a{
    position: relative;
    padding-top: 7px;
    width: 210px;
    height: 30px;
    text-align: right;
    left: 20px;
    padding-right: 15px;
    top: -36px;
}
.content_notification_editor  #choose-noti-members ul#notice_tree{
		margin-top: -5px;
    margin-bottom: 3px;
    height: 285px;
    overflow-y : auto;
    overflow-x : hidden;
}
.content_notification_editor  #choose-noti-members ul#notice_tree .fa-times-circle-o{
    position: absolute;
    top: 10px;
    right: 10px;
}

/*****
 **** deny.html 
 *
 */
 .deny-search-div{
 	height:56px;
 }
 .deny-search-div .handle-list a.btn{
     height: 38px;
    padding-top: 8px;	
 }
 
/*****
 **** bookmark.html 
 *
 */
.address-search-div{
	height: 43px;
}
.bookmark-list-div {
	margin-top: 20px;
}
/*****
 **** callhistory.html 
 *
 */
.breadcrumb #room-icons {
	margin-top: -8px;
}

.breadcrumb #hide_history_btn {
	font-size: 23px;
}
.background {
	margin: 0;
	padding: 5px;
	background: #ddd;
	border-radius: 5px;
	border: 1px gray;
}
.content_callhistory .form-group{
	margin: 0;
}
.content_callhistory .col-md-6 {
/*	margin: 0;
	display: inline-block;
	vertical-align: middle;*/
}
.content_callhistory .row.fir .col-xs-4{
	padding-left: 15px;
}
.content_callhistory .row.sec .col-xs-8{
	padding-left: 0;
}
#call_list_call_type_select {
/*	width: 100px;*/
	float: left;
	margin-right: 5px;
	height: 32px;
}

.content_callhistory .add-on {
	float: initial;
	color: gray;
}

.sm-txt, .calendar {
	font-size: 12px!important;
}

.content_callhistory .pick-date {
	margin: 0;
/*	width: 200px;*/
}

.background .col-md-6 button {
	border-radius: 3px;
	float:right;
	width:100%;
	margin-top: 3px;
}
.background .col-xs-8 {

	
}
.page-div .call-cnt-page{
	margin : 0;
}
.content_callhistory .pick-date input, .content_callhistory input {
	height: 33px;
}
.content_callhistory #checkDeny {
	position: fixed;
	background: white;
	width: 130px;
	padding: 7px 7px;
	border-radius: 5px;
	border: 1px solid #777;
	z-index : 2;
	cursor: pointer;
}
.content_callhistory #checkDeny:hover{
    background-color: #bfedf7;
}
.content_callhistory .list-input {
	margin-left: 5px;
	font-size: 12px;
	margin-bottom: 0;
}
@media (max-width: 564px){

	.daterangepicker {
	        height: 280px;
	    overflow-y: auto;
	}
}
@media (max-width: 470px){ 
	.content_callhistory .callList .pull-left.info-div{
		margin-left: 10px;
	}
	.content_callhistory .callList .pull-left.info-div *{
		margin: 0;
	}
}
.content_callhistory ul.callhistory,
.content_notification ul.notilist,
.content_callback ul.callbacklist {
	padding : 0;
	margin-top:10px;
	min-height: 300px;
}
.content_callhistory ul.list-group-unbordered {
	margin-top:50px;
}
.content_callhistory ul.callhistory li,
.content_notification ul.notilist li{
	height: 75px;
}
.content_callhistory ul li .callBtn,
.content_callback ul li .callBtn{
	    margin: 20px 15px 0 0;
	    color: white;
}
.content_callhistory ul li .call-time{
	margin-left: 10px;
}

/*****
 **** chatting.html 
 *
 */
#temp_change_platform{
	position: absolute;
	right: 15px;
	top: -1px;
}
#temp_change_platform button{
	font-size : 10px;
	font-weight : bold;
	padding: 2px 6px;
 }
 
#tab_chat_count, .red-round-noti{
	position: absolute;
	color: white!important;
	right: 20px;
	border-radius: 100px;
	background: #ff4444;
	width: 18px;
	text-align: center;
	font-size: 12px;
	margin-top: 3px;
}

@media (max-width: 800px){
	#tab_misscall_count,
	#tab_chat_count,
	#noti_alert,
	#callback_alert,
	#tab_chat_count,
	#tab_conference_count,
	#tab_sms_noti,
	#tab_sms_count,
	#tab_mo_sms_count,
	#tab_board_noti,
	#tab_fax_noti,
	#tab_mvc_noti{
		display: inline!important;
		margin: 0;
		right:6px;
	}
}
.sidebar-small #tab_misscall_count,
.sidebar-small #callback_alert,
.sidebar-small #tab_chat_count,
.sidebar-small #tab_conference_count,
.sidebar-small #tab_sms_noti,
.sidebar-small #tab_sms_count,
.sidebar-small #tab_mo_sms_count,
.sidebar-small #noti_alert,
.sidebar-small #tab_board_noti,
.sidebar-small #tab_fax_noti,
.sidebar-small #tab_mvc_noti{
	display: inline!important;
	margin: 0;
	right:6px;
}
.sidebar-open #tab_misscall_count,
.sidebar-open #callback_alert,
.sidebar-open #tab_chat_count,
.sidebar-open #tab_conference_count,
.sidebar-open #tab_sms_noti,
.sidebar-open #tab_sms_count,
.sidebar-open #tab_mo_sms_count,
.sidebar-open #noti_alert,
.sidebar-open #tab_board_noti,
.sidebar-open #tab_fax_noti,
.sidebar-open #tab_mvc_noti{
	margin-top: 3px;
	right: 20px;
}
.chat-total, .chat-total ul {
	padding: 0;
}
.chat-total ul li:not(.group){
	height: 75px;
	padding : 0;
}
.content_chatting #no_chatList, .no_list_div{
	text-align: center;
	color: #0275d8;
	margin-top: 100px;
}
.float-add-btn{
	position: fixed;
	top: 52%;
	right: 5%;
	opacity: 0.89;
}
.content_chatting #lets-chat{
	color: #eceeef;
    /* text-align: center; */
	font-size: 18px;
	padding-left: 4px;
}
.chatRoomList,
.callList,
.smsRoomList,
.moreBtnLayout,
.conferenceRoomList {
	border-bottom: 0.5px solid rgba(175, 191, 202, 0.45);
	border-radius: 5px;
}
.chatRoomList:hover,
.smsRoomList:hover,
.moreBtnLayout:hover,
.conferenceRoomList:hover {
	background-color: rgba(95, 221, 239, 0.19);
	cursor: pointer;
}
.chatRoomList .image a,
.callList .image a,
.smsRoomList .image a,
.moreBtnLayout .image a,
.conferenceRoomList .image a {
    color: #7e7d7d;
    width: 56px;
    height: 56px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    padding-top: 12px;
    background-size: 56px;
}
 .chat-main {
 	margin: 11px 0 0 12px;
 	width: 70%;
 }
  .chat-main>div{
 	height:22px;
 }
 .chat-main span{
 	width:100%;
 }
.chat-main .chatRoomName{
    font-weight: bold;
    margin: 0;
    float: left;
    font-size: 15px;
    padding-top: 2px;
    max-width: 80%;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-main .chatnum.has{
	background: gray;
    border-radius: 2px;
    padding: 0 2px;
    margin-left: 7px;
    color: white!important;
	font-size: 12px;
}
.chat-main .chatRoomText{
	color: gray;
    font-size: 12px;
    float: left;
    height: 40px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}

.moList {
	border: 0.5px solid rgba(175, 191, 202, 0.45);
	border-radius: 5px;
	border: 1px solid #999;
	margin: 2px 3px;
}
.mo-main {
 	margin: 4px 0 0 4px;
 	width: 100%;
 	max-width : 77%;
 }
  .mo-main>div{
 	height:22px;
 	width:100%;
 }
 .mo-main span{
 	width:100%;
 }
.mo-main .chatRoomName{
    font-weight: bold;
    margin: 0;
    float: left;
    font-size: 15px;
    padding-top: 2px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mo-main .chatnum.has{
	background: gray;
    border-radius: 2px;
    padding: 0 2px;
    margin-left: 7px;
    color: white!important;
	font-size: 12px;
}
.mo-main .chatRoomText{
	color: gray;
    font-size: 12px;
    float: left;
    height: 40px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}

.chat-noti {
	margin-top: 7px;
}
.chat-noti .dayTime {
	font-size: 12px;
	color: #9ba6af;
} 
.chat-noti div{
	width:100%;
	font-size: 14px;
	text-align: end;
    padding: 5px 7px 0 0;
}
.chat-noti .notifyCount.has{
	background: rgba(251, 76, 76, 0.75);
    border-radius: 40px;
    padding: 3px;
    color: white!important;
    width: 22px;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    text-align: center;
    right: 40px;
}
@media (max-width: 993px){
	.chat-noti .notifyCount.has{
	right:20px;
	}

}
@media (max-width: 575px){
	.chatRoomList .image a,
	.smsRoomList .image a,
.conferenceRoomList .image a {
    width: 45px;
    height: 45px;
    font-size: 30px;
    padding-top: 7px;
    margin-top: 15px;
    background-size: 45px;
	}
	.chat-main {
   		margin: 5px 0 0 8px;
    	width: 60%;
    	height: 70px;
	}
	.mo-main {
   		margin: 5px 0 0 8px;
    	width: 60%;
    	height: 70px;
	}
	
	.chat-noti {
    	margin: 0;
    	
	}
}
@media (max-width: 390px){
	.chat-main {
	width: 55%;
	}
	.mo-main {
	width: 55%;
	}
}
/* 
 * chat modal */

#search-chat-modal{
	max-height: calc(100% - 50px);
}
.search-content-body{
	margin: 0;
	padding: 0;
}
.search-content-body li:not(.no-need){
	height: 50px;
	cursor: pointer;
}
.search-content-body .contacts-photo{
	width: 40px;
	height: 40px;
	font-size: 30px;
	padding-top: 5px;
  margin-top: 6px;
  background-size: 40px;
  text-align: center;
  background-color: #ccc;
}
.search-content-body .content-main .content-txt{
		overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        width: 100%;
    height: 34px;
}
.search-content-body .content-main{
	margin-left: 10px;
    color: #777;
   	width: calc(100% - 60px);
    font-size: 14px;
}
.search-content-body .content-main p{
	display: inline-block;
		margin : 0;
		font-size: 14px;
		overflow: hidden;
}
.search-content-body .content-main .userName{
    width: 153px;
    /* text-overflow: ellipsis; */
    white-space: nowrap;

}
.search-content-body .content-main .time{
	font-size: 12px;
	color: #afafaf;
	float:right;
}


/**
 * chatting room
 */
.in-the-room{
 	font-size: 16px;
 	cursor: pointer;
 }
.in-the-room:hover{
  	font-weight: bold;
  }
 .show-member-div{
    position: absolute;
    background: #eceeef;
    top: 45px;
    left: 23px;
    padding: 0 20px 0 5px;
    border-radius: 3px;
    z-index: 5;
    border: solid 1px #bbb7b7;
    border-top: solid 3px #5bc0de;
 }
 .show-member-div li{
 	padding: 9px 10px;
 	cursor:pointer;
 	    font-size: 15px;
 }
 .show-member-div li:hover{
 	 font-weight: bold;
 }
  .show-member-div span{
  	margin-left:20px;
  	vertical-align: middle;
  }
 .show-member-div .img-circle{
 		width: 30px;
    background: #ddd;
 }
#chat_setting_layer{
 	background: #eceeef;
    border: 1px solid gray;
    padding: 3px 1px;
    position: absolute;
    right: 70px;
    top: 50px;
    z-index: 1;
    border-radius: 3px;
 }
 #conference_setting_layer{
 	background: #eceeef;
    border: 1px solid gray;
    padding: 3px 1px;
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 1;
    border-radius: 3px;
 }
 #change_chatroom_title{
 	border-radius: 2px;
    font-size: 12px;
    margin: 0px 1px;
    padding: 3px 10px;
 }
 #change_conferenceroom_title{
 	border-radius: 2px;
    font-size: 12px;
    margin: 0px 1px;
    padding: 3px 10px;
 }
 .search-chat-form{
 	margin: 0;
 }
 #search_chat_text {
 	height: 38px;
 }
 #search-chat-cancel{
     z-index: 3;
    padding: 8px 8px;
 }
.click-chat-icon{
	font-size : 15px;
	margin-left: 10px;
	cursor: pointer;
}
.chatting-room-div{
	overflow-y: scroll;
    height: 400px;
}
.chatting-room-txt-div>div {
	margin : 0;
}
.chatting-room-txt-div .photoAvatar{
	     margin: 4px 10px;
}
.chatting-room-txt-div .input-group{
	padding-right: 5px;
}
.chatting-room-txt-div .message_popup{
		opacity: 0.9;
	  background: rgba(82, 188, 211, 0.46);
    height: 45px;
    position: absolute;
    width: 98%;
    top: -45px;
    z-index: 6;
    margin-left: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.chatting-room-txt-div .message_popup span{
	  float: left;
    width: 70%;
    font-size: 14px;
    height: 21px;
    white-space: nowrap;    
    overflow: hidden;    
    text-overflow: ellipsis;
}
.chatting-room-txt-div .message_popup span.pop-name{
	margin-top:3px;
}
.chatting-room-txt-div .message_popup span.pop-txt{
	color: black;
	margin-top: -2px;
}
.chatting-room-txt-div .message_popup a{
		float: right;
    margin: -17px 5px 0 0;
}
.chatting-room-txt-div::-webkit-scrollbar,
.chatting-room-div::-webkit-scrollbar,
.invite-list::-webkit-scrollbar,
.thin-scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}
 
.chatting-room-txt-div::-webkit-scrollbar,
.chatting-room-div::-webkit-scrollbar-track,
.thin-scrollbar::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(215, 221, 228, 0.51);
}
 
.chatting-room-txt-div::-webkit-scrollbar,
.chatting-room-div::-webkit-scrollbar-thumb,
.thin-scrollbar::-webkit-scrollbar {
  background-color: rgba(91, 192, 222, 0.64);
  outline: 1px solid white;
}
.chatting-room-txt-div a, .chatting-room-txt-div textarea,
.chatting-room-txt-div button{
	float:left;
}
.chatting-room-txt-div{
    position: absolute;
    left: 0px;
    z-index: 3;
    margin: 0 15px;
}
.chatting-room-txt-div .chat-textarea {
	padding-bottom: 9px;
	padding-right:	65px;
	resize: none;

}

#add_contents, #commercial_syntax {
	height: 59px;
    margin-bottom: 10px;
    border-radius: 4px;
}

#add-commercial_syntax, #modify-commercialSyntax,
#delete-commercialSyntax, #select-commercialSyntax {
    border-radius: 4px;
    margin-left: 4px;
}

.chatting-room-txt-div #file-open, #sms-file-open{
	height: 59px;
    margin-bottom: 10px;
}
.chatting-room-txt-div .send-text-btn{
		position: absolute;
    font-size: 13px;
    right: 13px;
    top: 14.5px;
    z-index: 3;
    background: #52bcd3;
    padding: 5px 10px;
    border: solid 1px #3e96a9;
    border-radius: 5px;
    color: white!important;
    cursor: pointer;
}
.chatting-room-txt-div #send_chat2{
	background: rgba(206, 212, 220, 0.76);
}
/*** button **/
.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}
.btn-app>.fa, .btn-app>.glyphicon, .btn-app>.ion {
    font-size: 20px;
    display: block;
}
.disabledbutton {
    cursor: no-drop!important;
    opacity: 0.4;
}
/**** chat bubble ***/
.chat-room-section {
		position: relative;
	/*margin: 50px auto;*/ 
    overflow: hidden;
 /*   margin: 15px 0;	*/
    font-size: 13px;
}
.chat-room-section div.from-me,
.chat-room-section div.from-them { 
	max-width : 80%;
	word-wrap: break-word;
	line-height: 24px;
}
.chat-room-section div:not(.clear){
	margin-bottom: 0px;
}
.chat-room-section div.clear{
		height:20px;
}
.chat-room-section p {
	margin: 0;
}
.chat-room-section .time_popup{
	text-align: center;
}
.chat-room-section .system_message_popup{
	  text-align: center;
    background: rgba(104, 223, 240, 0.41);
    /*font-weight: bold;*/
    color: #d9534f;
    border-radius: 5px;
}
.chat-room-section .time_popup p:after,
.chat-room-section .time_popup p:before{
	content:"\0000a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
    padding: 0 10px;
}
.chatBox .from-me,
.chatBox .from-them{
	    font-family: initial;
}
.chatBox p.chatting_text {
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    min-height: 20px;
}
.chatBox p.chatting_text a{
	cursor: pointer;
}
.chatBox p.chatting_text i{
	color: #777;
}
.chatBox.me-bubble p.chatting_text i{
	color: white;
}
.chatBox p.chatting_text>a.message_attach1,
.chatBox p.chatting_text>a.message_attach2,
.chatBox p.chatting_text>a.message_attach3{
		margin:5px;
	 	display: block;
}
.chatBox p.chatting_text a.file{
    margin: 10px 5px;
    background: #d7dde4;
    border-radius: 5px;
    padding: 10px;
    border: 0.5px solid gray;
}
.chatBox p.chatting_text img{
	width:100%;
	padding-top:10px;
}
.chatBox p.chatting_text a.message_mo_sms_attach img{
	width:auto;
	padding-top:10px;
}
.chatBox p.chatting_text a i.glyphicon-save{
	position: absolute;
  /*  left: 110px;
    top: 59px;*/
    left: 18px;
    top: 18px;
    text-align: center;
    font-size: 25px;
    color: white;
}
.clear {
	clear: both;
}
.from-me {
	position: relative;
	padding: 8px 18px;
	color: white;
	background: #0B93F6;
	border-radius: 25px;
	float: right;
	margin-right: 7px;
}
.from-me:before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0px;
	right: -7px;
	height: 20px;
	border-right: 20px solid #0B93F6;
	border-bottom-left-radius: 16px 14px;
	-webkit-transform: translate(0, -2px);
}

.from-me:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: -56px;
	width: 26px;
	height: 20px;
	background: #f0f3f6;
	border-bottom-left-radius: 10px;
	-webkit-transform: translate(-30px, -2px);
}
.num-txt{
	width: 54px;
	margin-top: 6px;
	position: absolute;
	bottom: -3px;
}
.me-bubble .num-txt{
	float:right;
	left: -56px;
}
.them-bubble .num-txt{
	float:left;
	right:-53px;
}
.me-bubble .me-time{
 /*   top: 20px;
    right: 5px;*/
}
.readCnt{
	color: red;
	margin-left: 7px!important;
	height:19px;
}
.them-bubble .readCnt_left{
	float:left;
	padding-left: 3px;
}
.me-bubble .readCnt_right{	
	float:right;
	padding-right:3px;
}
.from-them {
	position: relative;
	padding: 8px 18px;
	background: rgb(210, 208, 208);
	border-radius: 25px;
	color: black;
	float: left;
	margin-left: 7px;
}

.from-them::before {
	content: "";
	position: absolute;
	z-index: 1;
	/*bottom: -2px;*/
	top: 4px;
	left: -7px;
	height: 20px;
	border-left: 20px solid rgb(210, 208, 208);
	/*border-bottom-right-radius: 16px 14px;*/
	border-top-right-radius: 16px 14px;
	-webkit-transform: translate(0, -2px);
}

.from-them::after {
	content: "";
	position: absolute;
	z-index: 2;
	/*bottom: -2px;*/
	top: 5px;
	left: 4px;
	width: 26px;
	height: 20px;
	background: #f0f3f6;
	/*border-bottom-right-radius: 10px;*/
	border-top-right-radius: 10px;
	-webkit-transform: translate(-30px, -2px);
}
.them-bubble{
	margin-top: 15px;
}
.them-bubble .contacts-photoAvatar, .photoAvatar{
	  float: left;
    background: gray;
    background-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    z-index: 3;
    position: relative;
    text-align: center;
   /* margin-top: 10px;*/
    color: white;
    font-size: 22px;
    padding-top: 7.5px;
}
.them-bubble i, .me-bubble i{
	position: relative;
	font-style: normal;
}
.them-bubble .them-name{
   /* left: -70px;
    top: -19px;*/
    position: absolute;
    left: 5px;
    top: -24px;
    color: #686f75;
    font-size: 11px;
    width: 250px;
}
.them-bubble .them-time, .me-bubble .me-time{
	/*
    left: -43px;
    top: 20px;*/
    font-size: 11px;
    color:#818a91;
    width: 58px;/*55px;*/
}
.them-bubble .them-time{
	margin-left: 4px;
	float: left;
}
.me-bubble .me-time{
	margin-right: 4px;
	float:right;
}
@media (max-width: 575px){
	.them-bubble .contacts-photoAvatar{
	/*
    background-size : 30px;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 18px;
    padding-top: 6px;
    */
	}
}
/** overlay chat search organization **/
.overlay-select-contacts{
    position: fixed;
    /* top: 100px; */
    bottom: 5px;
    right: 5px;
    width: 400px;
    height: 85%;
    z-index: 21;
    background: #dee3e8;
    border-radius: 5px;
    border: solid 2px white;
}
.overlay-select-contacts #select-m-close{
    background: #dee3e8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
    border-top: 2px solid white;
    border-left: 2px solid white;
    width: 27px;
    border-right: 2px solid white;
    height: 23px;
    right: 5px;
    text-align: center;
    top: -23px;
    cursor: pointer;
}
.overlay-select-contacts .invite-list{
	font-size: 12px;
	overflow: hidden;
	overflow-x: auto;
	width: 100%;
}
.overlay-select-contacts .invite-list div.checked-user{
	margin-top: 5px;
	float:left;
	width: 50px;
	position: relative;
}
.overlay-select-contacts .invite-list img{
	margin: 0 7px!important;
}
.overlay-select-contacts .invite-list p{
	margin: 0;
	text-align: center;
	font-size: 10px;
	height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.overlay-select-contacts .invite-list i{
    position: absolute;
    left: 34px;
    top: 26px;
    cursor: pointer;
    background: #ccc;
    border-radius: 10px;
}
.overlay-select-contacts .input-group{
	margin : 5px;
}

.overlay-select-contacts .group-title{
	  margin: 5px;
    height: 40px;
    padding-top: 9px;
    font-size: 15px;
}
.overlay-select-contacts .group-title.active i {
	margin-top: 4px;
}
#chat-org-search,  #sms-org-search, #conf-org-search{
	margin-right: 10px;
}
.chat-org-div{
	overflow-y:auto;
	overflow-x: hidden;
  height: calc(100% - 70px);
}
.chat-org-div button{
     border-radius: 5px;
}
.chat-org-div ul{
	padding: 0;
}
.contactsSelectItem{
	height:45px!important;
	margin: 2px 5px;
	cursor:pointer;
}
.contactsSelectItem:hover{
	background: rgb(204, 223, 231);
}
.contactsSelectItem .chat-list-img,
.overlay-select-contacts .invite-list img{
	  width: 35px;
    background: #ccc;
    margin: 5px 5px 5px 13px;
}
.contactsSelectItem .pull-left.name{
	margin: 9px;
	width:240px;
	white-space: nowrap;    
	overflow: hidden;    
	text-overflow: ellipsis;
	
}

.contactsSelectItem label{
	margin: 8px;
	    cursor: pointer;
}
.form-control {
	height:38px;
}


/*****
 **** sms.html 
 *
 */

.float-add-btn{
		color: white!important;
		position: fixed;
    right: 50px;
    opacity: 0.89;
}
#smsAddUserListArea {
    position: absolute;
/*    width: 100%;
    background: rgba(91, 192, 222, 0.18);*/
    background: #b7e0ec;
    border-radius: 5px;
    top: 32px;
    max-height: 222px;
    overflow: auto;
    
}
#smsAddUserListArea button{
    margin: 3px;
    background: #d7dde4;
    color: #4a4a4a;
    font-size: 12px;
}
#smsAddUserListArea button i{
	margin-left: 7px;
}
#invite_sms {
    position: absolute;
    right: 15px;
    top: 3px;
    z-index: 5;	
}
#sms_contacts_select_m .group-title{
	padding-top: 5px;
	position: relative;
}
#sms_contacts_select_m .group-title i{
   	position: absolute;
    padding-top: 4px;
    width: 320px;
    height: 30px;
    text-align: right;
    right: 0;
/*    margin-left: -47px;*/	
}
#sms_contacts_select_m .smsSelectItem{
    padding-left: 15px;
}
#sms_contacts_select_m .smsSelectItem>label{
	margin: 0;
	width: 100%;
}
#sms_contacts_select_m .smsSelectItem span{
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}
#chkLen{
	    color: gray;
    position: absolute;
    right: 15px;
    z-index: 3;
    font-size: 14px;
    margin-top: 3px;	
}
#send_sms{
	margin-top:9px;
}

#button_group{
    position: absolute;
    bottom: 53px;
    background: rgbargb(255, 255, 255, 0.38);
    width: 99.4%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    z-index: 5;
    padding: 10px 0;
}
.button_li{
	width: auto;
    height: auto;
    margin: 0 10px;
    float: left;
    border-radius: 4px;
    border: 1px solid #999;
}
.button_div{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#sms_image_form{
    position: absolute;
    bottom: 53px;
    background: rgba(2, 117, 216, 0.38);
    width: 99.4%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    z-index: 5;
    padding: 10px 0;
}
.sms-img-files{
	  width: 129px;
    height: 129px;
    margin: 0 10px;
    float: left;
    border-radius: 4px;
    border: 1px solid #999;
}
.sms-img-files .sms-img-div{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.sms-img-files .sms-img-div .minus-circle{
    position: absolute;
    margin-left: 111px;
    margin-top: 3px;
    color: white;
    background: red;
    border-radius: 17px;
}
/***
 ** conference.html
 */
 .content_conf .chat-main .chatRoomText{
 		white-space: nowrap; 
 		margin-top: 11px;
 		height: 25px;
 }
 .choose-div .row{
 	margin : 0 0 2px;
 }
 .choose-div .row-contents{
 	padding : 0;
 }
 .choose-div .row-contents:first-child{
 	padding-right:5px!important;
 }
  .choose-div .row-contents .input-group{
  	margin: 0 5px;
  }
/***
 ** conference_room.html
 */
 
li.host.contactsSelectItem .chat-list-img {
	border: 2px solid #0275d8;
}
.hostmode .contactsSelectItem:hover{
	background : none;
}
#participants-div .hover-layout{
    position: absolute;
    width: calc(100% - 65px);
    background: #ccc;
    height: 100%;
    opacity: 0.5;

    display: none;
}
#participants-div .hover-setting-icon {
		color: #333;
    font-size: 33px;
    float: right;
    margin: 7px 8px 0px 0px;	
}
#hostlabel {
	color: #0275d8;
  font-size: 13px;
	font-weight: 700;	
}

#selectMotion {
	position: absolute;
	/*width: 170px;*/
	border: 1px solid gray;
	padding: 4px 6px 4px 6px;
	border-radius: 3px;
	z-index: 1000;
	background: white;
}

#selectMotion li.comments{
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #0275d8;
    background: rgba(215, 221, 228, 0.74);
    margin-right: 6px;
    cursor: context-menu;
}

#selectMotion #members-menu li:hover {
		background: #dff0ff;
    border-radius: 3px;	
    cursor: pointer;
}
#selectMotion .set_sel_resolution{
    font-size: 12px;
    margin-left: 5px;
    height: 20px;
}
#host-menu .set_sel_resolution{
		font-size: 3px;
    width: 123px;
    margin : 0;
}
#selectMotion li.option-disabled{
		opacity: 0.5;
}
#selectMotion li.option-disabled:hover{
    background: #eee!important;
    cursor: no-drop!important;
}

#selectMotion li i {
	width: 26px;
}
#selectMotion #host-menu .on-off-btn{
	font-size: 10px;
	font-weight: 700;
	color: white;
	text-align: center;
	padding: 0px 2px;
	line-height: 11px;
	border-radius: 2px;
	width: 61px;
}
#selectMotion #host-menu .on-off-btn.btn-warning{
	width: 55px;
	margin-left : 4px;
}
.full-content{
    width: 100%;
    height: 100%;
    margin : 0;
}
.full-content .title-div{
    width: 98%;
    height: 25px;
    font-weight: bold;
    font-size: 14px;
    background: rgba(215, 221, 228, 0.7);
    margin: 3px 1px 3px 4px;
    border-radius: 2px;
    padding: 0 5px;
}
.full-content .set_room_name {
    position: absolute;
    right: 50px;
    margin-top: -28px;
}
.full-content .minimize{
    position: absolute;
    right: 18px;
    margin-top: -28px;	

}
.full-content .minimize i{
	margin: 0 6px;    
	cursor: pointer;
}
#videodiv{
	height: calc(100% - 33px);
}
#main_screen_div{
	transition-duration: 0.3s;
	opacity : 0;
}
#localVideo{
	width: 100%;
}

.videocontents{
    width: 90%;
    height: 90%;
    padding: 1px;
    position: relative;
    margin: auto;	
}
.videocontents:not(.onlyme){
    float: left;
    margin: 0;
}

.videocontents video{
	width: 100%;
	height: 100%;
	background : black;
  border-radius: 3px;
}
.videocontents .his-status-div{
    position: absolute;
    top: 7px;
    right: 8px;
    z-index: 3;
 		color: #0275d8;

}
.videocontents .his-status-div i{
	margin : 0 5px; 
	cursor:pointer;
}
.videocontents .his-status-div font{
    background: #ddd;
    border-radius: 3px;
    padding: 2px 7px;
    font-size: 12px;
}
.videocontents .his-status-div .show-not-work{
		color: red;
    font-size: 21px;
    text-align: right;
}
.full-height{
	height:100%;
	padding: 0;
}

#videoPicDiv{
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 99%;
}
#my-video-options-div{
    position: absolute;
    bottom: 9px;
    text-align: center;
    width: 100%;
    color: #0275d8;
}
#my-video-options-div i{
font-size: 25px;
margin: 0 5px;
cursor: pointer;
}
#my-video-options-div .dropdown-menu{
		border: 1px solid gray;
    border-radius: 2px;	
    width: 186px;
}

#video-set-else {
	width: 19px;
	height: 19px;
}

#video_quality {
	margin-left: 5px;
}

#video-quality-btn {
	font-size: 20px!important;
	margin-left: -9px!important;
	margin-top: -3px !important;
	position: fixed;
	width: 12px;
}

.expandable-div{
    margin: 2px 0 4px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 99.5%;
}
.c_set_conference_hd {
	display : inline;
}
#participants-div{
	height:30%;
}
.full-content ul.org-ul-head{
    height: calc(100% - 31px);
    overflow: auto;
    margin: 0;
}
.full-content .contactsSelectItem {
	position: relative;
}
.full-content .contactsSelectItem .pull-left.name{
    width: calc(100% - 140px);
}
.full-content .contactsSelectItem .pull-right i{
		font-size: 22px;
    color: #ccc;
    margin: 12px 7px;
}
#right_div .init-height{
	height: initial!important;
}
#audiodiv .img-circle{
    margin: 5px 2px;
    background: #ddd;
}
#audiodiv .contactsSelectItem {
    border: 1px solid #a29999;
    border-radius: 7px;
    background : #f5f5f5;
}
#audiodiv .contactsSelectItem.me{

	font-weight: bold;
}
#audiodiv .contactsSelectItem .pull-left.name{
    width: calc(100% - 75px);
    margin: 9px 5px;
}
#audiodiv .contactsSelectItem .pull-right{
    position: absolute;
    right: 0;
}
#audiodiv .contactsSelectItem .pull-right i{
	color: #0275d8;
}
.status-circle{
    border-radius: 25px;
    width: 10px;
    height: 10px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 4px;
}
#chattins-div{
	height:68%;
}

#conference_main_div{
	height: calc(100% - 30px);
}
#conference_message_box{
	height: calc(100% - 60px);
}
#conference_main_div .chat-room-section{
padding: 0 3px;
}
#conference_main_div .chatting-room-txt-div{
    width: 99%;
    position: relative;
    margin: -1px 5px;
    left: 0;
}
#conf-search-chat
{
    position: absolute;
    width: 99%;
}
#send_conference{
	    z-index: 3;
    border-radius: 4px;
	
}
.overlay-select-contacts.confs{
	z-index : 1001;
}
.same-btn-group{
    width: 47.7%;
    margin: 0 2px;
}
.choose-div {
	width:97%;
}
.content_conf .chat-org-div.nouser{
	height: calc(100% - 141px);
}
.content_conf .more-v-options .chat-org-div.nouser{
	height: calc(100% - 176px);
}
.content_conf .chat-org-div.isuser{
	height: calc(100% - 166px);
}
.content_conf .more-v-options .chat-org-div.isuser{
	height: calc(100% - 198px);
}
.content_conf .invite-list{
	    font-size: 12px;
    overflow-y: auto;
}
.remove-this-user{
	    position: initial!important;
    background: none!important;
    margin-left: 7px;
}
.add-users{
    display: inline-block;
    background: #0275d8;
    color: white;
    height: auto;
    padding: 2px 7px;
    border-radius: 4px;
    margin: 1px 0 1px 6px;
	
}

/***
 ** whiteboard.html
 */

#add-more-page{
  /*  position: absolute;
    right: 10px;
    top: 10px;	
    */
    position: absolute;
    margin: 0 10px;
    padding: 6px 2px;
    width: 127px;
    top: 10px;
    border-radius: 5px;
    background: #2d8ee2;
    color: white;
}

#makeNewPage {
    width: 100%;
    height: 100%;	
}

#cancel-add-page{
	  position: absolute;
    right: 31px;
    top: 25px;
    border-radius: 4px;
	
}
#show-possible-screen-type{
    width: 70%;
    height: 50%;
    vertical-align: middle;
    top: 25%;
    left: 15%;
    position: absolute;
    border-radius: 6px;
 /*   background: rgba(91, 192, 222, 0.21);*/
}
#show-possible-screen-type div.btn{
    width: 35%;
    height: 74%;
    border: solid 1px #818a91;
    border-radius: 9px;
    margin-left: 10%;
    margin-top: 4%;    
    background: rgba(129, 138, 145, 0.15);
}

#show-possible-screen-type div.btn i{
    font-size: 49px;
    margin-top: 24%;
}

#show-possible-screen-type div.btn p{
    margin-top: 7%;
    font-size: 23px;
    font-weight: bold;
}
#flow-message-alarm{
		position: absolute;
    height: 46px;
    background: #d7dde4;
    z-index: 2000;
    border: 1px solid gray;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    display: none;

}
#multi-select-layer{
    -webkit-transition:width 0.7s, -webkit-transform 0.7s;
    transition:width 0.7s, transform 0.7s;
		display: none;
    position: absolute;
    width: 145px;
    height: 100%;
  /*  background: rgba(51, 122, 183, 0.3);*/
      background: #adc4d6;/*rgb(171, 211, 245);*/
    z-index: 100;
    right: 0;
}
#multi-select-layer.minimize{
	width: 11px;
	background: rgb(51, 122, 183);
}
#multi-select-layer.minimize *:not(:first-child){
	transition: visibility 0.1s;
	visibility: hidden;
}
#multi-select-layer #change-size-btn{
    width: 19px;
    padding: 5px 0px 5px 2px;
    border-bottom-left-radius: 2px;
    margin-left: -19px;
}

#multi-select-layer #multi-page-list{
		overflow-x: hidden;
		overflow-y: auto;
    width: 100%;
    /*background: #ccc; for test */
    height: calc(100% - 60px);
    position: absolute;
    bottom: 0px;
}

#multi-select-layer #multi-page-list::-webkit-scrollbar {
    width: 0.3em;
}
#multi-select-layer #multi-page-list .board-thumbnail{
		width: 80%;
    height: 97px;
    background: #717171;
    margin: 26px auto;
    line-height: 97px;
    position:relative;
}
#multi-select-layer #multi-page-list .board-thumbnail:hover{
	opacity: 0.7;
	cursor:pointer;
}
#multi-select-layer #multi-page-list .board-thumbnail:active{
	    -webkit-appearance: button;
}
#multi-select-layer #multi-page-list .board-thumbnail img{
    align-items: center;
    margin: auto;
    /*display: block;*/
    /* height: 50px; */
    text-align: center;
    vertical-align: middle;
        background: white;
}
#multi-select-layer #multi-page-list .board-thumbnail.host-watching{
	border: 3px solid #ff4444;
}


#multi-select-layer #multi-page-list .board-thumbnail #me-watching-page{
    width: 100%;
    height: 100%;
    background: rgba(59, 115, 162, 0.24);
    position: absolute;
    top: 0;
}

#multi-select-layer #multi-page-list .board-thumbnail #me-watching-page i{
	  width: 100%;
    height: 100%;
    font-size: 43px;
    margin: 25px 35px;
    line-height: 100%;
    color: #777;
}
#multi-select-layer #multi-page-list .board-thumbnail .thumb-index{
    position: absolute;
    left: 5px;
    font-weight: bold;
    top: -40px;
    color: #000;
    font-size: 15px;
}

#draw-canvas-ui{
    position: absolute;
    z-index: 30;
    height: 100%;
    background: rgba(112, 146, 175, 0.17);
    padding-top: 10px;
    width: 100%;
    overflow: auto;
}
#draw-canvas-ui div.board{
	margin: auto;
/*	background: white;*/
}
.drawing-board-canvas{
    background: white;
}
.remove-this-page{
		position: absolute;
    right: 1px;
    top: 1px;
}
#all-view-this-page{
		position: absolute;
    right: 36px;
    top: 1px;	
    padding: 4px 7px;
}
/* 	for smooth line curve 
		add tmp canvas
*/
.drawing-board-canvas-wrapper .sandwich-board{
		position: absolute;
  /*  background: rgba(0, 0, 255, 0.15);*/
    z-index: 50;
}
.drawing-board .pre-load-img{
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    z-index: -100;
}

/*
	text mode 
*/
.drawing-board-canvas-wrapper .canvas-textarea{
	position: absolute;
	z-index: 70;
	
	resize:both;
	
  display:block;
  box-sizing: padding-box;
  overflow:hidden;

  padding:10px;
  width:170px;
  font-size:14px;
 /* margin:50px auto;*/
 	margin : none;
  border-radius:5px;
  box-shadow:2px 2px 8px rgba(0,0,0,.3);
  border:1px solid #ccc;
  background-color: transparent;
}

.drawing-board-canvas-wrapper .add-text-drag-item{
		position: absolute;
    height: 37px;
    width: 166px;
    z-index: 50;

}

.drawing-board-canvas-wrapper .add-text-drag-item:hover{
	cursor:move;	
}
.drawing-board-canvas-wrapper .add-text-drag-item #remove-textbox{
		position: absolute;
    right: -1px;
    top: -14px;
    font-size: 17px;
    z-index: 70;
    cursor: pointer;
}
.drawing-board-canvas-wrapper .add-text-drag-item .in-textarea{
    width: calc(100% - 13px);
    height: calc(100% - 13px);
    /* border: none; */
    border: 2px dotted #333;
    overflow: hidden;
    resize: none;
    margin: 4px;

    font-family: 'Noto Sans KR';
    /*Roboto, monospace;*//*sans-serif*/;
    background: transparent;
    word-break: keep-all;
    position: absolute;
}

/*****
 **** pop_doc.html 
 *
 */

#pop-doc-window .fa-folder-open {
	margin : 0 -1px 0 0;
}

#pop-doc-window .fa-repeat,
#pop-doc-window .fa-file {
	margin: 0 1px;
}

#pop-doc-window #file-to-upload {
	display: none;
}

#pop-doc-window #right_div {
	position:absolute;
	z-index:99;
	width:40px;
	margin-top:10px;
	margin-left:calc(100% - 50px);
}

#pop-doc-window #pdf-main-container {
	position:absolute;
	border:2px dotted #3292A2;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	color:#92AAB0;
	text-align:center;
	margin:5px 0 0 5px;
}

#pop-doc-window #pdf-contents-thumbnail {
	display:none;
	width: 200px;
	height: 100%;
	overflow-y:auto;
	float:left;
}

#pop-doc-window #pdf-contents-show {
	display:none;
	width:calc(100% - 200px);
	height: 600px;
	overflow-y:auto;
	float:left;
}

#pop-doc-window #pdf-contents-canvas-page {
	position:absolute;
	margin-left:20px;
	margin-top:20px;
	font-size:20px;
	color:#0000DD;
}

#pop-doc-window #dragNdrop {
	position:absolute;
	color:#D00000;
	width:100%;
	height:100%;
	font-size:24px;
	padding-top:250px;
}

#pop-doc-window #pdf-loader {
	position: absolute;
	width:100%;
	height:100%;
	display: none;
	text-align: center;
	color: #999999;
	font-size: 13px;
	line-height: 500px;
}

#pop-doc-window #pdf-contents {
	display: none;
	overflow-y:hidden;
}

#pop-doc-window #pdf-meta {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#pop-doc-window #pdf-buttons {
	float: left;
}

#pop-doc-window #page-count-container {
	float: right;
}

#pop-doc-window #pdf-current-page {
	display: inline;
}

#pop-doc-window #pdf-total-pages {
	display: inline;
}

#pop-doc-window .pdf-canvas {
	border: 3px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}

#pop-doc-window .pdf-canvas.active {
	border: 3px solid #DD0000;
	box-sizing: border-box;
}

#pop-doc-window #page-loader {
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: none;
	color: #999999;
	font-size: 13px;
}

#pop-doc-window #download-image {
	width: 150px;
	display: block;
	margin: 20px auto 0 auto;
	font-size: 13px;
	text-align: center;
}



/*****
 **** notification.html 
 *
 */
.for-select-form{
	margin : 2px 0!important;
}
.noti-div {
	    margin: 11px 0 0 12px;
	    width: 90%;
}
.content_notification #insert-noti {
	margin-left : 1px;
	width: 37px;
}
.content_notification .notilist li{
	padding : 0 5px;
	border-bottom: 1px solid #ccc6c6;
}

.content_notification .noti-div div{
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_notification .noti-info {
	margin-top:7px;
	font-size : 14px;
}

.content_notification .noti-info span{
		margin-left: 5px;
    font-size: 12px;
    color: #5daac1;	
}
.content_notification .notilist .show-check-noti{
    width: 38px;
    height: 38px;
    background: rgba(129, 138, 145, 0.42);
    display: inline-block;
    border-radius: 25px;
    position: absolute;
    text-align: center;
    padding-top: 5px;
    right: 59px;
    margin-top: 16px;
    z-index: 0;
    font-size: 18px;
}
.content_notification .notilist .show-check-noti.not-admin{
    color: #0275d8;
    background: none;
    font-size: 14px;
    margin-right: -33px;
}
.content_notification .notilist #confirm-view{
    position: absolute;
    width: 246px;
    background: #d7dde4;
    right: 92px;
    max-height: 356px;
    min-height: 100px;
    border-radius: 10px;
    z-index: 4;
    margin-top: -100px;
}
.content_notification .notilist #confirm-view #remove-view{
    position: absolute;
    right: 10px;
    top: 5px;

    text-align: end;
    
}
.content_notification .notilist #confirm-view div.lists{
    margin: 27px 6px 12px 6px;
    /*border-top: 1px solid rgba(2, 117, 216, 0.42);*/
    background: rgba(2, 117, 216, 0.21);
    border-radius: 2px;
    max-height: 317px;
    overflow-y: auto;
	
}
.content_notification .notilist #confirm-view div.lists p{
	font-size: 12px;
	margin: 0;
}
.content_notification .notilist #confirm-view div.lists p span{
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.content_notification .notilist #confirm-view div.lists b{
	float: right;
}
.content_notification_detail .handle-list{
	color: white;
}
.content_notification_detail .box-profile h5{
    width: 93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #376e9c;
    padding: 6px 0;
    border-bottom: 1px solid rgba(55, 110, 156, 0.37);
}
.content_notification_detail .file-noti{

    position: absolute;
    right: 19px;
    color: #5da0dc;
		background : white;
		
}
.content_notification_detail .file-noti i{
	margin-left: 3px;
}
.content_notification_detail .box-profile div.sub-menu{
	    margin-left: 11px;
}
.content_notification_detail .box-profile span.sub-menu{
		margin: 0 6px;
}
.content_notification_detail .box-profile .list-group-item.cant:not(#exist-file-lists){
	min-height: 255px;
}
.content_notification_detail .box-profile .list-group-item a small:hover{
	text-decoration : underline;
}
.content_notification_detail .box-profile .file-icon,
.content_notification_editor .box-profile .file-icon{
	    font-size: 11px;
    margin-right: 8px;
}
.content_notification_detail .box-profile #noti-detail-content{
    overflow-x: hidden;
}
.content_notification_detail .box-profile #noti-detail-content table {
    width: 100%!important;
}
/*****
 **** content_crm_stats.html 
 *
 */
 
.background .choose-option button{
    border-radius: 3px;
    float: left;
    /* width: 100%; */
    margin: 0;
    padding: 7px 13px;
}

.content_crm_stats .background{
    margin: 10px 4px;	
}
#stats-list-item>li>a {
		padding: 5px 12px;
    font-size: 14px;	
		margin-bottom: 2px;
}
#stats-list-item>li:not(.active)>a {
    background-color: rgba(51, 122, 183, 0.13);
}

#term-title-txt{
    font-size: 11px;
    padding: 8px 0px 5px 5px;
}
#stats-list-item{
	    margin-bottom: 5px;
}
#stats-list-item 
.table-responsive{
	    font-size: 14px;
}
#crm-stats-table{
		font-size: 13px;
}
#data-head-tr{
	font-size: 14px;
	background: rgb(215, 221, 228);
  color: #1c4c75;
}

#data-head-tr th:first-child{
	min-width: 120px;
	width: 12%;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}

/*****
 **** content_crm_callback.html 
 *
 */
 
.content_callback .form-group{
	margin-bottom: 0;
}
.content_callback .list-input{
	height:30px;
}
 
.content_callback #search_call_back{
	margin: 0px;
	height: 30px;
	width: 100%;
	border-radius: 2px;
}
.content_callback .callbackList{
	min-height: 80px;
	border: 1px solid #999;
	margin: 2px 3px;
	font-size: 12px;
	font-style: normal;
	padding-top: 10px;
}
.content_callback .callbackList .callBackCol{
	margin: 0;
	padding-left: 10px;
	max-width: 100%;
	min-height: 58px;
/* 	vertical-align: middle; */
}
.content_callback .callbackList .callBackCol:nth-child(1),
.content_callback .callbackList .callBackCol:nth-child(2),
.content_callback .callbackList .callBackCol:nth-child(4){
	min-width: 190px;
}
/* .content_callback .callbackList .callback-status .agent_label{ */
/* 	color: #fff; */
/* } */
.content_callback .callbackList .callback-status.ready-status{
	color: #818a91;
}
.content_callback .callbackList .callback-status.on-status{
	color: #d9534f;
}
.content_callback .callbackList .callback-status.closed-status{
	color: #4bcf99;
} 
.content_callback .callbackList .callBackCol .callback_group{
	color: #0275d8;
	font-size: 12px;
	font-weight: bold;
}
.content_callback .callbackList .callBackCol .callback_number{
	margin-bottom:3px;
	font-size: 16px;
	font-weight: 600;
}
.content_callback .callbackList .callBackCol .callback_name{
	margin:-5px 0 0 18px;
	font-size: 16px;
	font-weight: 600;
}
.content_callback .callbackList .callBackCol .callbackTime{
	padding-top: 10px;
}
.content_callback .callbackList .callBackCol .callbackTime .call-time{
	color: #5daac1;
}
.content_callback .callbackList .callBackCol div.callBtnDiv{
	height: 58px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.content_callback .callbackList .status-reason {
/* 	padding-top: 10px; */
}
.content_callback .callbackList .status-reason .status-textarea .charSize{
	position:absolute;
	top:40px;
	left:calc(100% - 66px);
	text-align:right;
	width:43px;
	color: #000;
	display:none;
}
.content_callback .callbackList .status-reason .status-textarea textarea{
	float:left;
	width: 100%;
	height: 60px;
	font-size: 12px;
	border-radius: 4px;
	background-color: #f0f3f6;
	resize: none;
}
.content_callback .callbackList .callback-status{
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
.content_callback .callbackList .callback-status .callback_status_change{
	width: calc(100% - 55px);
	margin-right:7px;
}
.content_callback .callbackList .callback-status p.unknown_agent_label{
	margin: 3px 0 0 0;
	padding: 1px 8px 3px 8px;
	background: #EB6464;
	font-size: 12px;
	border-radius: 4px;
}
.content_callback .callbackList .callback-status p.agent_label{
	margin: 3px 0 0 0;
	padding: 1px 8px 3px 8px;
	background: #28A0FF;
	font-size: 12px;
	border-radius: 4px;
}
.content_callback .callbackList .callback-status p.unknown_agent_label .agent_id{
	color:#fff;
}
.content_callback .callbackList .callback-status p.agent_label .agent_id{
	color:#fff;
}
/*****
 **** call-setting.html 
 *
 */
.content_callsetting .dropdown-toggle::after {
	content : none;
}
.bootstrap-select .dropdown-toggle {
	border-radius: 4px;
	border: 1px solid #ccc;
}

.bootstrap-select .dropdown-menu{
    border: 1px solid #ccc;
}
.content_profilesetting .title-block,
.content_callsetting .title-block{
		border-bottom: 1px solid #999;	
}
.content_profilesetting .grouping-div,
.content_callsetting .grouping-div{
    padding: 0 17px;
    padding-top: 7px;
    background: rgba(129, 138, 145, 0.13);
    border-radius: 5px;
    border: 1px solid rgba(129, 138, 145, 0.49);

}
.content_callsetting .grouping-div:not(:first-child){
	  padding-bottom: 1px!important;
}
/*****
 **** bizservice-setting.html 
 *
 */
#biz-setting-form .control-label>span{
    width: 100%;
    display: inline-block;
}
#biz-period-day{
    width: 83px;
    display: inline-block;
        font-size: 15px;
}
.option-comment {
    font-weight: normal;
    font-size: 12px;
    color: #999;	
}
.toggle-api-add div.toggle[data-toggle=toggle] {
	border-radius: 3px;
	margin: 5px 20px 0 0;
}
.toggle-api-add div.toggle[data-toggle=toggle] .toggle-group label.toggle-on {
	height: 100%;
	font-size: 14px;
	line-height: 17px;
	padding-left: 8px;
}
.toggle-api-add div.toggle[data-toggle=toggle] .toggle-group label.toggle-off
	{
    height: 100%;
    font-size: 14px;
    line-height: 17px;
    padding-left: 14px;

/*    background: #d7dde4;
    border-radius: 3px;*/
}
.toggle-api-add div.toggle[data-toggle=toggle] .toggle-group .toggle-handle {
	padding: 0 10px;
	border-radius: 5px;
}
/* main page toggle css */
.toggle-mini-ui div.toggle[data-toggle=toggle] {
	border-radius: 3px;
  margin: 0 0 0 10px;
}
.toggle-mini-ui div.toggle[data-toggle=toggle] .toggle-group label.toggle-on {
    height: 100%;
    font-size: 10px;
    line-height: 3px;
    padding-left: 1px;
}
.toggle-mini-ui div.toggle[data-toggle=toggle] .toggle-group label.toggle-off
	{
    height: 100%;
    font-size: 10px;
    line-height: 3px;
    padding-left: 13px;

/*    background: #d7dde4;
    border-radius: 3px;*/
}
.toggle-mini-ui div.toggle[data-toggle=toggle] .toggle-group .toggle-handle {
	padding: 0 10px;
	border-radius: 5px;
}

.sel-onoff-service .control-label{
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.sel-onoff-service .form-group{
    padding: 5px 15px;
    border-radius: 7px;
    background: #eee;
    border: 1px solid #b0b5bb;
}
.biz-btn{
    font-size: 12px;
    padding: 7px 12px;
    margin: 3px 0;
}
#add-biz-img {
	margin: 9px 0 22px 0;	
}
#biz-send-msg {
	resize: none;
}

#save_biz_options_div {
	display: inline-block;
	width: 100%;
}

#biz-img-list{

    border-radius: 3px;
    border: 1px solid #ccc;
	      padding: 9px 0;
}
#biz-img-list.hasImg{
	  height: 149px;	

}
/*****/
/** for key number pad */
p.pad-en
{
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 20px;
    color: #00AFF0;
}
.numkey-span
{
    width: 80px;
    float: left;
    margin: 0 8px 10px 8px;
}

.kepad-div
{
	width: 330px;
    margin-top: 15px;
    float: left;
    /*background: #fff;*/
}

.num-pad
{
    padding-left: 15px;
}

.numkey-round
{
    border: 1px solid rgba(175, 228, 228, 0.85);/*#9e9e9e;*/
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 80px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.numkey-round:hover, 
.actionBtn ul>li:hover
{
    background-color: rgba(103, 226, 226, 0.43);/*rgba(219,244,244,0.5)*//*#9e9e9e;*/
    /*color: #fff;*/
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}

.numkey
{
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Lato' , sans-serif;
    line-height: 30px;
	height: 67px;
    color: #333;
}

.actionBtn {

	float:left;
}

.actionBtn ul>li {
	-webkit-border-radius: 999px;
    border-radius: 999px;
    text-align: center;
	margin-top:15px;
	width: 80px;
    height: 80px;
    font-size: 12px;
}
@media ( max-width : 586px) {
	.actionBtn{
		width: 270px;
	}
	.actionBtn ul>li {
		float:left;
	}
	.actionBtn ul>li#consult_transfer_button{
		float:right;
	}
		.chat-room-section div.from-me,
	.chat-room-section div.from-them { 
		max-width : 220px!important;
	}
		.chatBox p.chatting_text a i.glyphicon-save{
  /*  left: 98px!important;
    top: 55px!important;*/
	}
	.chatting-room-txt-div .message_popup span{
		width: 60%!important;
	}
}
@media ( max-width : 1100px) {
		.chat-room-section div.from-me,
	.chat-room-section div.from-them { 
		max-width : 480px;
	}	
}
/*****
 ***
 * content_profilesetting.html
 */
.content_profilesetting .pull-left .btn-group-vertical{
    position: absolute;
    left: 120px;
    
}
.content_profilesetting .media .pull-left{
	width: 120px;
	height:120px;
}
 .content_profilesetting .profile-user-img{
 	width: 120px;
 	margin : 0;
 	cursor: pointer;
 }
 
#del-avatar  {
	position: absolute;
	left: 112px;
	top: 6px;
	background: gray;
	border-radius: 33px;
	width: 19px;
	height: 19px;
	text-align: center;
	color: white;
	font-size: 17px;
	cursor: pointer;
}

/** footer scroll up icon **/
#go-scrollup{
    display: none;
    position: absolute;
    left: 190px;
    /* bottom: 0px; */
    top: 8px;
    z-index: 20;
    color: #5bc0de;
    font-size: 22px;
    cursor: pointer;
    /* background: #f5f5f5; */
    border-radius: 5px;
    width: 20.5px;
    height: 23px;
}
.sidebar-small #go-scrollup{
		left: 15px;
}
@media (max-width: 800px){
	#go-scrollup{
		left: 15px;
	}
	.chat-room-section div.from-me,
	.chat-room-section div.from-them { 
		max-width : 350px;
	}
}
@media ( max-width: 420px){
	.chat-room-section div.from-me,
	.chat-room-section div.from-them { 
		max-width : 180px!important;
	}
	.chatBox p.chatting_text a i.glyphicon-save{
/*		left: 78px!important;
    top: 46px!important;*/
	}
}
.text-small
{
    font-size: 15px;
}

/*
 * for connecting dot
 */
.spinner {
 /* margin: 100px auto 0;
  width: 70px;*/
  text-align: center;
}

.spinner > div {
  width: 17px;
  height: 17px;
  background-color: rgba(39, 183, 214, 0.65);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* loadding circle css */
.sk-circle {
/*  margin: 100px auto;*/
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: rgba(39, 183, 214, 0.65);
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#csta_monitor_layer, #csta_sms_layout{
    position: absolute;
    /* top: 100px; */
    bottom: 10px;
    right: 0px;
    /*width: 400px;*/
    /*height: 70%;*/
    min-width:300px;
    min-height:50px;
    z-index: 20;
    background: #dee3e8;
    border-radius: 5px;
    border: solid 2px white;
}
#csta_monitor_layer #csta_monitor-close{
    background: #dee3e8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
    border-top: 2px solid white;
    border-left: 2px solid white;
    width: 27px;
    border-right: 2px solid white;
    height: 23px;
    right: 5px;
    text-align: center;
    top: -23px;
    cursor: pointer;
}

#csta_monitor_layer #csta_monitor-move{
    background: #dee3e8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
    border-top: 2px solid white;
    border-left: 2px solid white;
    width: 27px;
    border-right: 2px solid white;
    height: 23px;
    right: 30px;
    text-align: center;
    top: -23px;
    cursor: pointer;
}
#csta_monitor_layer .input-group{
	margin : 5px;
}

#csta_monitor_layer .group-title{
	  margin: 5px;
    height: 40px;
    padding-top: 9px;
    font-size: 15px;
}

#csta_member_tree .contactsSelectItem{
	text-align:center;
	width:100px;
	height:120px!important;
	margin: 0 0 0 0;
	cursor:pointer;
    float:left;
}
#csta_member_tree .contactsSelectItem:hover{
	background: rgb(204, 223, 231);
}

#csta_member_tree .csta-list-img{
	width: 50px;
	margin-left:23px;
    /*margin: 5px 25px 5px 13px;*/
}

#csta_member_tree .pull-left.name{
	font-size:13px;
	margin-left:5px;
	margin: 2px 9px 5px 0px;
	max-width:98px !important;
	white-space: nowrap;
	overflow: hidden;    
	text-overflow: ellipsis;
	margin-right : 0px;
}
.csta_contacts_number{
	color : #FF0000;
	white-space: nowrap;
	overflow: hidden;    
	text-overflow: ellipsis;
	margin-top:-5px;
}

#csta_sms_layout{
	max-height:415px !important;
}
