/*west*/
body{
	background-color: #f2f6f7;
	font-family: Arial, sans-serif;
	overflow-x: hidden;
}
header{
    width: 100%;
    height: 63px;
    background-color: #000;
    box-shadow: 0px 4px 4px #ddd;
    padding-top: 19px;
    padding-left: 40px;
	margin-right: 2%;/*changes for demo*/
}
header .logo{
	width: 135px;
    margin-top: -11px;
    height: 45px;
}
.logo{
	margin-left: 2%;
	width: 135px;
    margin-top: -11px;
    height: 45px;
}
.login-logo{
	width: 135px;
    height: 45px;
}
.nav-icon{
    margin-right: 2%;/*changes for demo*/
	width: 25px;
}
#profile:hover{
	background: #000 !important;
}
/* #contact {
    height: 17px;
}
#volume{    
	margin-right: 124px;
    margin-top: -54px;
}
#volume-off{    
	margin-right: 124px;
    margin-top: -54px;
}  */

.menu-img{
	margin: 0;
    display: inline;
	color: #fff;
	margin-left: 10px;
    margin-right: 5px;
}
.infoToggler{
	display: inline;
}
.header_icons{
	text-align: right;
}
img[alt="Link1"]:hover {
  content:url(../img/home_mouseover.png);
}
input[alt="Link3"]:hover {
  content:url(../img/volume_mouseover.png);
}
img[alt="Link2"]:hover {
  content:url(../img/contact_mouseover.png);
 }
.view_profile{
	margin-left: 25px;
    margin-top: 4px;
    float: none;
}
.transfer{
	margin-right: 15px;
    margin-top: 4px;
    float: left;
    margin-left: 9px;
}
/* #profile{
	float: right;
    margin-right: 57px;
    margin-top: -4px;
    margin-left: 55px;
} */
#menu{
	float: right;
    margin-top: 5px;
    margin-right: 62px;
    display: none;
    height: 115px;
    width: 122px;
    background-color: #fff;
}
ul{
	padding-left: 23px;
    list-style: none;
    padding-top: 6px;
}
ul li{
	font-size:12px;
}
/* ul li:hover{
	height: 115px;
	width: 122px;
	background-color: #004650;
	color: #fff;
} */
ul li img{
	width: 12px;
	height: 12px;
}
.chat_manager{
    padding-top: 15px;
	padding-left: 48px;
    width: 97%;
    margin-top: 0px;
    margin-left: 20px;
    height: 60px;
	background-color: #fff;
    box-shadow: 0px 4px 4px #ddd;
}
/* span{
	font-size: 19px;
	color: #ed1c24;
	font-weight:500;
	} */
h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
#phone{
	margin-top: -25px;
    font-size: 12px;
    float: right;
    margin-right: 15px;
}
/* #phone_btn{	
	width:120px;
	height: 30px;
	color: #fff;
    float: right;
    background-color: #004650;
    margin-right: 15px;
    font-size: 11px;
    margin-top: -25px;
	font-family: ntailub;
	font-weight: bold;
	}
#phone_btn:hover{
    background-color: #004650;
	box-shadow: 0 0 5px #004650;
} */
.add_btn1{
	color: #fff;
	background-color: #004650 !important;
}
.add_btn1:hover{
    background-color: #004650 !important;
	color: #fff !important;
	box-shadow: 0 0 5px #004650;
}
.add_btn1:active{
    background-color: #004650 !important;
	color: #fff !important;
}
.form-group{
    margin-right: 21px;
}
/* .form-control{
	width: 176px;
	height: 29px;
	font-size: 12px;
} */
.clearfix{
	overflow: auto;
}

label{
	margin-top:4px;
	float:right;
}
#table_id{
	margin-top: 15px;
    width: 90%;
    margin: 0 auto;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 6px;
	text-align:center;
}
.table>thead>tr>td, .table>thead>tr>th {
	text-align:center !important;
}
.table>thead>th>tr {
	border-bottom-color: white !important;
}
.table>tbody>tr:nth-child(odd) {
    background: #f2f6f7;
}

.table>tbody>tr:nth-child(even) {
    background: #fff;
}
#psap{
	font-size: 15px;
	margin-left: 52px;
	color:#000;
	font-weight: bold;
}
.selection{
	padding-top:25px;
	padding-bottom: 10px;
}
#row{
	width: 97%;
    margin-top: 18px;
    margin-left: 20px;
	background-color: #fff;
    box-shadow: 0px 4px 4px #ddd;
}
#table_id_info{
    margin-left: 49px;
}
#table_id_length{
	display: none;
}
#table_id_paginate{
    margin-right: 84px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #ed1c24;
    border-color: #ed1c24;
}
.pagination>li>a, .pagination>li>span{
	color: #ed1c24;
}
table tr.active {background: #000;}
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
	float: right;
    position: relative;
    display: inline-block;
    /* z-index: 999; */
    margin-right: 10px;
    margin-top: 10px;
    min-width: 135px;
}

.dropdown-content {
	z-index: 999;
	display: none;
	/* margin-left: 978px; */
    position: absolute;
    /* margin-top: 24px; */
    background-color: #f9f9f9;
    /* overflow: auto; */ /*changes for the demo*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a  {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content p  {
    color: #000;
    margin-top: 0px !important;
    padding-bottom: 8px;
    width: 100px;
    text-decoration: none;
    display: block;
}

span.user_name{
    font-size: 12px;
	color: #FFF !important;
}

/* .dropdown a:hover {background-color: ##f9f9f9}/*changes for the demo */
 */
.show {display:block;}

.menu-img{
	width:15px;
	height: 15px;
}

.add_btn{
    float: right;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-size: 14px;
    background: #004650;
    color: white;
    padding: 5px 10px;
    margin-right: 5%;
}

.search_btn{
	-webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-size: 20px;
    background: #004650;
    padding: 7px 10px 7px 10px;
    border: solid #9c9c9c 1px;
    text-decoration: none;
}
.search_btn:hover{
	background-color: #898989;
}
.table>tbody>tr:hover{
    background-color: #687982 !important;
	color: #fff !important;
}
.table>tbody>tr.selected{
	background-color: #687982 !important;
	color: #fff !important;
}


#menu1{
    display:none;
	width:500px;
	height:100%;
    border:1px dotted grey;
}
/* login */

#login{
	background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 10px;
    padding-left: 0px !important;
    width: 320px;
    height: 330px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
	margin: unset;
}
.forgot_pass{
	font-size: 11px;
    padding-top: 13px;
    margin-left: 40%;
}
.west_title{
	margin-left: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
#horizontal-line{ 
	background-color: #e4e4e4;
    height: 1px;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.login_input{
	width: 77%;
    height: 38px;
}
footer{
	Width: 100%;
	bottom: 0;
	margin-left: 37%;/* change on susan's feedback */
}
.footer_text{
	font-size: 14px;
    color: #004650;
    margin-left: 0% !important;/* change on susan's feedback */
}
.login-img{
	margin-left: 23%;/*changes for the demo */
    width: 9px;
    /* position: initial; */
    margin-top: -23px !important;
}
.vertical-line{ 
    width: 10px;
    border-left: 1px solid #e4e4e4;
    height: 37px;
    margin-left: 31%;
    margin-bottom: 21px;
    margin-top: -37px;	
}
.signin_btn{
	width: 77%;
	margin-left: 15%;
    height: 38px;
	color: #fff;
    background-color: #004650;
    font-size: 12px;
	/* font-family: ntailub; */
	font-weight: bold;
	margin-top: 20px;
	border: none;
}

.signin_btn:hover{
    background-color: #004650 !important;
	box-shadow: 0 0 5px #004650!important;
	color: white !important;
}
/* login end */

th.dt-center, td.dt-center { 
	text-align: center;     
	/* padding-left: 10px !important; */
}

.open_chat{
	resize:none;
}
.open_chat_icon{
	margin: 0px 10px;
}
/* chat window */
.pushmenu {
	width: 100%;
	height:100%;
	background-color: #fff;
	top: 0;
	position: fixed;
	padding: 0;
}
.chat_content{ 
	padding: 0;
	padding-top:14px;
	overflow-y: auto;
	width:100%;
	overflow-x: hidden;
    padding-bottom: 28px;
}
.chat_header{
	width: 96%;
    background: #f8f8f8;
	height: 37px;
    padding: 5px;
    box-shadow: 0px 0px 5px #cccccc;
    margin-top: 10px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.char{
	clear: left;
    color: #bdbdbd;    
	margin: 1% 0%;
    float: right;
}
.chat_box_area .char{
	margin: 2px 0px 0px 0px !important;
}
.chat_head{
	/* height: 52px; */
	width: 100%;
	/* background-color: #4790dd; */
	background-color: #2d383f;
	box-shadow: 0px 4px 4px #ddd;
	padding: 7px;
	}
.chat_head a img{
	margin-left:10px;
}
p{
    color: #fff;
    margin-left: 11%;
    margin-top: -38px;
    font-size: 11px;
    font-weight: bold;
}
#status{
	float:right;
	font-size: 10px;
	color: #fff;
	margin-top: -26px;	
}
#chat-icons{
	/* margin-top: 8px; */
}
#chat-icons a {
	/* float: left;
    padding-top: 10px;
    padding-left: 6.5%;
    padding-right: 6.5%; */
}

.vertical-line1{
	float:left;
    border-left: 1px solid #e4e4e4;
    height: 37px;  
}
.alert{
	margin: 12px 15px 10px 15px;
    font-size: 9px;
    padding: 7px;
	background-color: #fde4c8;
	color: #000;    
	background-color: #D9EDF7;
    border: 1px solid #009EE1;
}
/*.pushmenu-left { left: -300px; }

.pushmenu-left.pushmenu-open { left: 0; }

.body_class {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.body_class-toright { left: 300px; }
.pushmenu, .body_class {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat {
    padding: 0 0 50px 0;
}*/
span.archive{
	padding-left:37%;
}
.chat li {
    padding: 5px;
    display: flex;
	display: -ms-flexbox;
	clear: both;
} 
ol li.self{
	float:right;
}
ol li.other{
	float:left;
}
.self .msg {
    background: #fdefee;
}
.mediaElement, .mapMessages {
	width: 100%;
	max-width: 430px;
}
.mapMessages {
	width: 430px;
	height: 430px;
}
.msg {
	max-width: 450px;
/*     background: #fdefee; */
    background: #edf0f5;
    padding: 10px;
    border-radius: 2px;
    /* min-width: 290px; */
    white-space: pre-line;
}
.msg p {
    font-size: 11px;
    margin: 0 0 2px 0;
    /* color: #797979; */
	color: #6f6969;
	word-wrap: break-word;
}
.msg time {
    font-size: 10px !important;
    color: #000!important;
    margin-top: 3px;
    float: right!important;
	font-style: italic;
}
.other .msg time{
	float: left !important;
}

.call_status_text{
	font-size: 11px;
    float: left;
    color: #ed1c24;
    font-family: arial;
    font-weight: bold;
	padding: 3px;
	margin-left:120px;
    white-space: pre-line;
}
.call_status_time{
	font-size: 10px;
    float: right;
    padding: 3px;
	margin-right:180px;
}
.chat_type{
	position: absolute;
    width: 100%;
	margin-top: 5px;
	bottom: 10px;
	background:#fff;
	padding-bottom: 10px;
}
ol.chat{
	padding-left: 0;
}
.chat_box_area{
	width: 97%;
    margin: 5px;
    margin-bottom: 0px !important;
	display: inline-block;
}
#chat_box{
	margin: 0;
    height: 50px;
}
.bubble_other{
	width: 0;
	height: 0;
	border-top: 10px solid #f2f6f7;
	border-left: 10px solid transparent;
}
.bubble_self{
	width: 0;
	height: 0;
	border-top: 10px solid #f1f1f1;
	border-right: 10px solid transparent;
}
.call_status{
	width: 600px;
}
#translator_503{
	float: right;
}
#send{
    color: #fff;
    background-color: #004650;
    font-size: 11px;
    margin-top: 6px !important;
    font-weight: bold;
 	padding: 5px 15px;
	vertical-align: top;
	display: inline-block;
}
#send:hover{
	background-color: #004650;
	box-shadow: 0 0 5px #004650;
}
#insert{
	width: 30%;
    height: 27px;
}
.user{
	color: #004650;
}

/* modal */
.modal-content{
	width: 60%;
	margin: 20%;
	background: #f2f6f7;
}
.modal-header{
	background-color: rgba(121, 148, 149, 0.1);
    padding: 0px;/*new*/
    padding-left: 26px;
    color: #212121;
}
h6 span{
	font-size: 15px; /* new */
}
.modal_form  .form-control{
	margin: 7px; /* new */
    width: 283px; /* new */
    height: 34px;
    border-color: #dadada;
    background: #f8f8f8;
    font-size: 12px;
}
.fname{
	width: 134px !important;
}
.lname{
	width: 134px !important;
}
.add_btn1{
	color: #fff;
    background-color: #004650;
    margin-top: 10px;
    padding: 12px 30px 12px 30px;
     margin-left: 31%; /* new */
    font-size: 11px;
    font-weight: bold;
}
.modal-header .close{
	margin-top:13px;
	margin-right:11px;
	width:14px;
	opacity: 4 /* new */
}

/*contact us */

.no_active_chat b{
	color: #ed1c24 !important;
}
/* */
.lang{
	color: Black;
    float: left;
}
select.lang_class{
	width: 19% !important;
    height: 27px;
    font-size: 11px;
}
.lang_on{
	display:none;
}

.initiate_phone{
	/* margin-top: -25px;
    font-size: 12px;
    float: right;
    margin-right: 15px; */
}
.initiate_btn{	
	height: 30px !important;
	color: #fff !important;
    background-color: #004650 !important;
	margin-left: 7%;
    font-size: 11px;
    font-weight: bold;
}
.initiate_btn:hover{
    box-shadow: 0 0 5px #004650;
    color : #fff !important;
}
#btnShow{	
	background-color: #004650;
    color: #fff !important;
    font-size: 11px;
}
.chat_type_message{
	font-size: 15px;
	margin-left: 52px;
	color:#000;
	font-weight: bold;
	vertical-align: -webkit-baseline-middle;
}

.active-chat {
	background: #38A5D5 !important;
}

.unread-chat {
	background: #FF713C!important;
}

.inactive-chat {
	background: #DDDDDD;
}

.warning-chat {
	background: #FFFF99!important;
}

.chat_header{
    width: 96%;
   background: #f8f8f8;
   height: 37px;
   padding: 5px;
   box-shadow: 0px 0px 5px #cccccc;
   margin-top: 10px;
   margin-left: 12px;
   margin-bottom: 10px;
}

.chat_header h6{
	margin-top: 4px !important;
}

span.archive{
	padding-left:37%;
}

.transfer{
	margin-right: 15px;
    margin-top: 4px;
    float: left;
    margin-left: 9px;
}

.view_profile{
	margin-left: 25px;
    margin-top: 4px;
    float: none;
}

.statusImageIcon{
	
}

#countdownLabel{
	float : none !important;
	margin : 0px !important;
}

.chat_type .form-group {
	margin-bottom: 0px !important;
}
.west-style-text{
	color: #212121;
}
.modal-body span {
	color: #333;
}
.modal-body{
	padding-left: 25px;/*new*/
}
#login{
 background: #000;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 padding-top: 10px;
 padding-left: 0px !important;
 width: 320px;
 height: 330px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 -webkit-border-radius: 5;
 -moz-border-radius: 5;
 border-radius: 5px;
 margin: unset;
}
.forgot_pass{
 font-size: 11px;
    padding-top: 13px;
    margin-left: 40%;
}
#horizontal-line{ 
 background-color: #e4e4e4;
 height: 1px;
 width: 100%;
 float: left; 
    margin-top: 10px;
}
.login_input{
	width: 77%;
    height: 38px;
}
footer{
 margin-left: 42%;
 Width: 100%;
 bottom: 0;
}
.footer_text{
 font-size: 14px;
    color: #004650;
}
.signin_btn{
    width: 77%;
	margin-left: 15%;
    height: 38px;
	color: #fff;
    background-color: #004650;
    font-size: 12px;
	/* font-family: ntailub; */
	font-weight: bold;
	margin-top: 20px;
	border: none;
}

#signin_btn:hover{
    background-color: #004650;
 box-shadow: 0 0 5px #004650;
}
.login_footer{
    margin-left: 39%;
    font-size:12px;
    position: fixed;
}

.card{
margin: 0;
    clear: both;
    display: inline-block;
    padding: 15px 10px;
	margin-top: 15px;/*changes for demo */
    margin-left: 24%;
    width: 355px;
    height: 100px;
    background-color: #fff;
    box-shadow: 4px 4px 4px #dcdcdc;
}

.card:hover{
 box-shadow: none;
}
.card_header {
    font-size: 15px;
    font-family: "Microsoft Tai Le";
    color: #000;
    text-align: left;
    float: none;
    margin-top: 0px !important;
    font-weight: bold;
}

.card_description {
    font-size: 12px;
    font-family: "Microsoft Sans Serif";
    color: #000;
    text-align: left;
    float: none;
    font-weight: 500;
}
.odd{
 margin-left:55px;
 /*  margin-top:16px; */ /* changes for the demo */
}
.dashboard{
 margin-top: 25px;
}
/** login error report **/
.login_error{
    width: auto;
}

.go_btn{
 margin-left: 45%;
 width:120px;
 height: 30px;
 color: #fff;
 background-color: #004650;
    font-size: 11px !important;
    font-weight: bold !important;
}

.go_btn:hover{
 color:#fff;
 background-color: #004650;
 box-shadow: 0 0 5px #004650;
}

table.dataTable thead .sorting:after {
 opacity: 1 !important;
 content: url("../img/sort_both.png") !important;
}
table.dataTable thead .sorting_asc:after{
 content: url("../img/sort_asc.png") !important;
}
table.dataTable thead .sorting_desc:after{
 content: url("../img/sort_desc.png") !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
 bottom: 4px !important;
}
div.dataTables_wrapper div.dataTables_length select {
    height: 27px;
}
#datetimepicker1 input.form-control{
 height: 30px;    
	width: 82%;
}
#datetimepicker2 input.form-control{
 height: 30px;
	width: 82%;
}

.all_data p{
    margin-left: 1.5%;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
}

.filtered_data p{
    margin-left: 0%;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
}

/* new canned messages for demo */
.canned_msg{
	display: inline-block !important;
	width: 70%;
    height: 40px!important;
    margin-left: 3%!important;
	margin-bottom: 1.5%;
}
#update_btn{
	width: 10%;
   color: #fff;
   background-color: #004650 ;
   font-size: 11px;
   font-weight: bold;
   float: right;
   margin-right: 16%;
   height: 40px;
}
#update_btn:hover{
    box-shadow: 0 0 5px #004650 ;
}
p.char_msg{
	margin-top: 1% !important;
    /* float: right; */
    margin-left: 3%;
    color: #bdbdbd;
    /* margin-right: 27.5%; */
}
.msg1{
	margin: 0px 45px;
	width: 100%;
    display: inline-block;
}
span.canned_label{
	margin-left: 1%;
}

.msg1 p{
	background-color:#f2f6f7;
	color: #4c4c4c;
    margin-top: 0px !important;
    margin-left: 0% !important;
	width: 64% !important;
    padding: 11px;
	display: inline-block;
	font-size: 12px;
    font-weight: normal;
	word-break: break-all;
}
.msg1 a img{
	margin-left: 22px; /*new*/
}

/* change on susan's feedback */
span{
	font-size: 14px;
    font-weight: bold;
	}
span.page_header{
	color: #fff;
	margin-left: 5%;
}
span.header-title{
	   color: #fff;
       padding-left: 5%;
}

.form-control{
	margin-left: 18%;
	height: 29px;
	font-size: 12px;
}

.aligncenter { text-align: center; }

/**     **/
.chat_btn{
    height: 25px;
    margin-left: 1%;
    text-align: left;
    font-size: 9px;
    font-weight: bold;
    background-color: #f2f6f7;
    border: 1px solid transparent;
    width: 14%;
    padding: 5px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.chat_btn:hover{
 box-shadow:  0px 3px 11px 0px rgba(0,0,0,0.2)
}

#chat-icons a {
 float: right;
}

.tdAlignLeft{
	text-align: left !important;
	padding-left: 15px !important;
}
.dateWidth{
	width:20% !important;
}
.hide_me{
	display:none;
}
.filter{
	margin-top: 5%;
    float: right;
    width: 100%;
	clear: both;
    margin-right: 1%;
	margin-bottom: 1%;
}
.newclass{
   width:20% !important;
   }
.endDate-chatmanger{
   width:16% !important;
   }
    .messageCount-chatmanger{
   width:5% !important;
   }
   /* Kendo pagination redesign*/


.k-pager-wrap {
    background-color: #fff !important;
}
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff !important;
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}
.k-pager-info {
    display: none !important;
}
.k-floatwrap{
	float:right !important;
}
.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-state-selected{
  border-radius: 0 !important;
}      
     
.k-pager-wrap > .k-link {
 border-radius: 0 !important;
}
/* .k-filtercell>span {
    padding-right: 5.714em;
    width:62% !important;
} */

/* .k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header{
	color: #a8a8a8!important;
	background-color: #fafafa!important;
} */

/* 	.k-header.k-grid-toolbar {
    border-color: #e6e6e6 !important;
}

.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #fafafa !important;
}

.k-datepicker .k-input, .k-timepicker .k-input {
     background-color: white !important;
}

.k-grid-header .k-header>.k-link, .k-header, .k-treemap-title {
    color: #a8a8a8 !important;
} */

.btnShow:hover{
    box-shadow: 0 0 5px #004650;
    color : #fff !important;
}
.input1{
	color: #4c4c4c ;
	margin-bottom: 10px !important;
	margin-left: 0% !important;
	width: 64% !important;
	padding: 7px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}
 
 .phoneClass{
 	width:18!important;
 }
 
 	/* messaging report kendo */
.k-grid-header th.k-header{
	text-align: center !important; /*new*/
}
.k-filter-row th, .k-grid-header th.k-header {
    background: #fff !important;
}
.k-filter-row th, .k-grid-header th.k-header{
	border-bottom-width: 3px;
}
/* .k-grid table tr:hover{
	background-color: #687982  !important;
} */
.k-grid td{
	overflow:visible !important;/*new */
}
html .k-grid tr:hover {
  background: #687982  !important;
}
 
html .k-grid tr.k-alt:hover {
  background: #687982  !important;
  color: #fff !important;
}
.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td{
	background-color: #687982  !important;
	color: #fff !important;	
}
.k-grid td.k-state-selected:active, .k-grid tr.k-state-selected:active td{
	background-color: #687982  !important;
	color: #fff !important;	
}
.k-grid td.k-state-selected, .k-grid tr.k-state-selected>td{
	border-color: transparent !important;
	color: #fff !important;
}
.k-grid-content table tr td, .k-grid-content-locked table tr td {
    border-right-width: 1px !important;
	padding: 7px !important;
	text-overflow: ellipsis;
    cursor: pointer;
    word-break: break-all;
    overflow: hidden !important;
    white-space: nowrap;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border-bottom-width: 1px !important;
}
.k-grid table tr:nth-child(even) {
    background-color: #fff !important;
}
.k-grid table tr:nth-child(odd):hover {
    background: #acd5d9 !important;
}
.k-grid table tr:hover {
	color: #fff !important;
}
.k-grid table tr:nth-child(odd) {
    background-color: #DAE9EC !important;
}
.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header{	
color: #333 !important;
    font-weight: bold;
}
.k-filter-row th, .k-grid-header th.k-header {
    border-bottom-width: 2px !important;
}
.k-grid td {
	padding: 5px 2% !important;
}
.k-list>.k-state-selected.k-state-focused{
	color: #fff !important;
}
.k-grid-content {   
    overflow-y: auto !important;
}
div.k-grid-footer, div.k-grid-header{
	padding-right:0px !important;
}
/* kendo pagination */

.k-pager-wrap .k-link {
    border-color: #ddd !important;
}
.k-pager-wrap .k-link.k-state-disabled .k-icon {
    opacity: 0.5 !important;
}
.k-pager-numbers .k-state-selected {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
	background-color: #ed1c24 !important;
}
.k-pager-wrap .k-pager-numbers .k-state-selected {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.k-pager-nav:hover{
    background-color: #eee !important;
}
/* kendo pop-up */
.k-window{
	padding-top: 0px !important;
    min-width: 0px !important;
    min-height: 0px !important;
	top: 25% !important;
    width: 27% !important;
    left: 37% !important;
}
#openDateDialog.k-button{	
    color: #fff !important;
    background-color: #004650 !important;
    margin-top: 5px !important;
    font-size: 10px !important; /*new*/
    font-weight: bold !important;
    border-color: #ccc !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}
.k-filtercell>span>.k-button {
    background: #004650 !important;
    border-color: #004650 !important;
    border-radius: 0px !important;
    box-shadow: none;
}
.k-filtercell>span>.k-button:hover {
	color: #fff !important;/*new*/
    box-shadow: 0 0 5px #004650 !important;/*new*/
}
#openDateDialog.k-button:hover{
	color: #fff !important;
	box-shadow: 0 0 5px #004650 !important;
}
#filter.k-button{
	margin-top: 4% !important;
	color: #fff !important;
    background-color: #004650 !important;
    margin-top: 10px !important;
    font-size: 11px !important;
    font-weight: bold !important;
	border-color: #ccc !important;
	border: 1px solid transparent !important;
    border-radius: 4px !important;
	box-shadow: none !important;
}
#filter.k-button:hover{
	color: #fff !important;
	box-shadow: 0 0 5px #004650 !important;
}
#openDateDialog{
	padding: 8px 15px !important;
    font-size: 10px !important;
}
.k-window-titlebar{
    background: #f8f8f8 !important;
    box-shadow: 0px 3px 3px #ddd;
}
.k-window-content{
	background-color: #f2f6f7 !important;
}

.k-state-hover {
    color: #e6e6e6 !important;
}
.k-i-close{
	opacity: 0.5 !important;
}
.k-window-titlebar .k-i-close, .k-window-titlebar .k-link:not(.k-state-disabled):hover>.k-i-close {
    background-position: -33px -16px !important; 
    /* background-image: url(Material/sprite.png) !important;*/
}
.k-datetimepicker{
	float:right ;
}
.k-window-titlebar .k-state-hover{
	background-color: #f8f8f8 !important;
	border-color: #f8f8f8 !important;
}
.k-state-hover{	
	color: #000 !important;
}
.k-window-title{
	color: #004650 !important;
}
.k-filter-row th, .k-grid-header th.k-header {
    padding: 5px !important; /*new */
}

.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header{
	color: #333 !important;
    font-weight: bold;
}
.k-filter-row th, .k-grid-header th.k-header {
    border-bottom-width: 2px !important;
}
.k-grid td {
	padding: 5px 2% !important;
}
span#fromDate{
	color: #ed1c24 !important;
	text-align: left !important;
}
span#toDate{
	color: #ed1c24 !important;
	text-align: left !important;
}
#tempdiv .dateLabels{text-align: right !important;}
.k-list>.k-state-selected.k-state-focused{
	color:#fff !important;
	border-color:#ed1c24 !important;
	background-color: #ed1c24 !important;
}

/* pagination */

.k-pager-wrap .k-link {
    border-color: #ddd !important;
}
.k-pager-wrap .k-link.k-state-disabled .k-icon {
    opacity: 0.5 !important;
}
.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
    border-width: 1px !important;
}
a.k-link{
	padding: 3px !important;
}
a.k-pager-nav{
	padding: 0px !important;
}
/* jquery pagination modification */

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.page_img{
	width: 100% !important;
	height: 100% !important;
}
.pagination>li>a, .pagination>li>span {   
    margin-left: 3px !important;
}

/* improvements for chat manager filter */
input#tags{
	margin-left: 0px !important;
	border-radius: 1px;
    height: 34px;
	border-color: #e6e6e6;
	width: 60%;
}
input#tags:hover{
	box-shadow: 0px 2px 13px #d4d4d4  !important;
}

.icon-filter-xlsx{
	background-image: url(../img/filter.png) !important;
	background-size: 20px 20px !important;
	background: center;
}

#chat_filter{
	background-color: #fafafa;
    padding: 12px;
    margin-left: 7px;
}
#chat_filter img{
	opacity: 0.2;
}
#chat_filter:hover{
	box-shadow: 0px 2px 13px #d4d4d4 ;
	background-color: #fff;
}
.dtfiltstart{
	width: 18%;
    float: left;
    margin-left: 12%;
	color:#333;
}
.dtfiltend{
	width: 29%;
    float: left;
    margin-left: 18%;
	color:#333;
}
#phoneClose,#startDateClose{
	margin-left: 2%;
	color: #fff !important;
    background-color: #004650 !important;
	border-color: #ccc !important;
	border: 1px solid transparent !important;
    border-radius: 4px !important;
	box-shadow: none !important;
	padding:10px !important;
}
#startDateClose{
	margin-left: 0%;
	padding:7.5px !important;
}
#phoneClose:hover,#startDateClose:hover{
	color: #fff !important;
	box-shadow: 0 0 5px #004650 !important;
}
/**/
.select1{
	position: absolute;
    z-index: 999;
    overflow-y: hidden !important;
    border: none !important;
    box-shadow: 3px 2px 5px #ececec;
    width: 154px !important;
    /* margin-left: 26.5%; */
    /* margin-top: 9%; */
    top: 279px;
    left: 26%;
}
.select1:active{
	border-color: #fff !important;
}
.select1 option{
	padding: 11px 15px;
    font-weight: bold;
    font-family: Arial,sans-serif;
}
.select1 option:hover{
	background-color: #ed1c24 ;
	color: #fff;
}
.select1 option:active{
	background-color: #ed1c24 !important;
	color: #fff !important;
}
.k-grid-norecords {
    background: #f2f6f7 !important;
    padding: 8px !important;
}

/** blacklist **/

#add-block-date {
	font-family: sans-serif;
	font-weight: 500;
	font-size: 13px;
}
#edit_new_blockExpiryDate{
	font-family: sans-serif;
	font-weight: 500;
	font-size: 13px;
}

.spanBlockStartDateTimeFilter td, .spanBlockExpirationDateTimeFilter td{
	text-align:  left; !important;
}
.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th{
	padding: 5px !important;
}
		
table.table-bordered.dataTable th, table.table-bordered.dataTable td{
	  vertical-align: middle;
}

.k-button-filter{
	margin-top: 4% !important;
	color: #fff !important;
    background-color: #004650 !important;
    margin-top: 10px !important;
    font-size: 11px !important;
    font-weight: bold !important;
	border-color: #ccc !important;
	border: 1px solid transparent !important;
    border-radius: 4px !important;
	box-shadow: none !important;
}
.k-button-filter:hover{
	color: #fff !important;
	box-shadow: 0 0 5px #004650 !important;
}	


.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0px !important;
	margin: 0px !important;
}
table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
	background : no-repeat;
}
		

.chat_filter{
	background-color: #fafafa;
	padding: 12px;
	margin-left: 7px;
}
.chat_filter img{
	opacity: 0.2;
}
.chat_filter:hover{
	box-shadow: 0px 2px 13px #d4d4d4 ;
	background-color: #fff;
}
input.tag{
	margin-left: 0px !important;
	border-radius: 1px;
	height: 34px;
	border-color: #e6e6e6;
	width: 60% !important;
}
input.tag:hover{
	box-shadow: 0px 2px 13px #d4d4d4 !important;
}
.clear_filter{
	margin-left: 2%;
	color: #fff !important;
	background-color: #004650 !important;
	border-color: #ccc !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	padding: 7px !important;
}
.clear_filter:hover{
	box-shadow: 0 0 5px #004650;
}

.unblock{
	margin-left: 15px;
}
.initiate_btn:hover{
	background-color: #004650 !important;
	color: #fff !important;
	box-shadow: 0 0 5px #004650;
}
.permanent_btn{
	color: #000;
	background-color: #e6e6e6;
	border: #ccc 1px solid;
	font-size: 11px;
    font-weight: bold;
}
.permanent_btn:hover{
	box-shadow: 0 0 5px #e6e6e6;
}
.modal_btn{
	color: #fff;
	background-color: #004650 !important;
    margin-top: 10px;
    padding: 12px 30px 12px 30px;   
    font-size: 11px;
    font-weight: bold;
}
.modal_btn:hover{
	background-color: #004650 !important;
	color: #fff !important;
	box-shadow: 0 0 5px #004650;
}
.modal input[type=textarea] { 
    margin-top: 40px;
    height: 55px;
}
#add_block .k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default ,#edit_block .k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {    
    background-color: #f8f8f8;
    border-color: #dadada !important;
}
#add_block .k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-overflow-anchor:hover, .k-picker-wrap.k-state-hover, .k-textbox:hover,#edit_block .k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-overflow-anchor:hover, .k-picker-wrap.k-state-hover, .k-textbox:hover {
    background-color: #f8f8f8 !important;
    border-color: #dadada !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.cancel_btn{
	color: #000;
	background-color: #e6e6e6;
	border: #ccc 1px solid;
	font-size: 11px;
    font-weight: bold;
	padding: 12px 30px 12px 30px;
	margin: 10px 0px 0px 10px;
}
.cancel_btn:hover{
	box-shadow: 0 0 5px #e6e6e6;
}
.check_block{
	float: left !important;
	margin-left: 10px;
}
.block_details td{
	padding-left:15px;
}
@media screen and (max-width: 1300px) {
	.initiate_btn{
			font-size: 9px;
	}
	.permanent_btn{
			font-size: 9px;
	}
}

#edit_block .modal-content, #unblock_block .modal-content, #add_block .modal-content {
	width: 81% !important;
	margin: 15% !important;
}
.block_details td {
	padding: 6px;
}
#edit_block .modal_form .form-control, #unblock_block .modal_form .form-control, #add_block .modal_form .form-control{
	width: 94.5% !important;
}
#edit_block .k-datetimepicker, #unblock_block .k-datetimepicker ,#add_block .k-datetimepicker {
	margin: 11px !important;
}
#edit_block  .modal-body, #unblock_block .modal-body ,#add_block .modal-body{
	    padding-top: 25px;
}
#unblock_block textarea{
	margin-top: 25px;

}
#edit_comment, #unblock_comment{
	width: 200px;
}
.clear_filter{
	padding: 9px !important;
}
.clear_filter:hover{
	box-shadow: 0 0 5px #004650 !important;
}
.clear_date_filter{
	color: #333;
	background-color: #e6e6e6;
	padding: 7px !important;
	border: 1px solid #dadada;
	border-radius: 4px;
	box-shadow: none;
}
.clear_date_filter:hover{
	box-shadow: 0 0 5px #e6e6e6 !important;
}
.spanBlockExpirationDateTimeFilter td{
	text-align:center;
	font-size: 10px;
	padding: 2px !important;
}
.spanBlockStartDateTimeFilter td{
	text-align:center;
	font-size: 10px;
	padding: 2px !important;
}
.spanBlockExpirationDateTimeFilter{
	margin-left: 23%;
}
.spanBlockStartDateTimeFilter{
	margin-left: 17%;
}

.table-responsive #messagingReportsTable{
	  width:96%;
	  margin-left:2%;
	  margin-top:4%;
	  margin-bottom:4%;
}

/* .k-loading-pdf-mask #messagingReportsTable{
	  width:100%;
	  margin-left:0%;
	  margin-top:0%;
	  margin-bottom:0%;
	} */
	
	.k-loading-pdf-mask #messagingReportsTable{
		display:none;
	}
	
	.divTable1{
	display: table;
	width: 100%;
}
.divTableRow1 {
	display: table-row;
}
.divTableHeading1 {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell1, .divTableHead1 {
	border: 0px solid #999999;
	display: table-cell;
	padding-bottom: 4px;
    padding-right: 2px;
}
.divTableHeading1 {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot1 {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody1 {
	display: table-row-group;
}

.dateText{
text-align:left;
font-size: 10px;
font-weight: bold;
color:#ed1c24 !important;
}
.dateLabels{
 color:black;
 font-size: 11px;
 font-weight: bold;
 width: 4%;
}
div#tempdiv{
	color: #ed1c24 !important;
}
/** **/
.low-res{
	display:none;
}
/* chat window css changes - alfina */
@media (max-width: 600px) {
	.chat_box_area {
		width: 97%;
	}
}
@media (max-width: 500px) {
	.chat_box_area {
		width: 95%;
	}
}
@media (max-width: 400px) {
	.chat_box_area {
		width: 89%;
	}
}
@media (max-width: 300px) {
	.chat_box_area {
		width: 83%;
	}
	.closeWin .btn{
		margin: 2px !important;
		width: 100px !important;
	}
}
@media (max-width: 200px) {
	.chat_box_area {
		width: 89%;
	}
}
/* With CM pane open */
@media (max-width: 930px) {
	.newwidth {
		width: 84%;
	}
}
@media (max-width: 800px) {
	.newwidth {
		width: 81%;
	}
}
@media (max-width: 700px) {
	.newwidth {
		width: 79%;
	}
}
@media (max-width: 600px) {
	.newwidth {
		width: 76%;
	}
}
@media (max-width: 500px) {
	.newwidth {
		width: 70%;
	}
}
@media (max-width: 400px) {
	.newwidth {
		width: 60%;
	}
}
@media (max-width: 300px) {
	.newwidth {
		width: 50%;
	}
}
.chat_btn{
	width: 90px !important;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 8px;
}

.chat_head {
    height: 55px;
}
.chat_head p{
	/* margin-left:55px;
	margin-bottom: 0px;*/	
}
.chat_head .loc{
	text-align:center;
	color: red;
	position: absolute;
    margin-left: 40%;
	cursor: pointer;
}
.meet_me{
	background: #DAE9EC;
    border: 1px solid #bbb7b7;
	font-size: 0.8em;
    font-family: sans-serif;
	float: right;
}
.meet_me span{
	color: red;
}
.meet_me img{
	margin: 5px 10px;
}
.chat-window-alert{
	clear:both;
}
.agency_icon img{
	width: 20px;
}
.agency{
	display: inline-block;
	font-weight: normal;
	color: #000 !important;
	margin-left: 3px !important;
}
.self .agency{
	font-size: 10px;
}
.other .agency{
	vertical-align: bottom;
}
/* color theme for chat window bubbles */
.self .msg{
	background: #DAE9EC;
}
.user1 .msg {
	background: #DAE9EC; /* secondary color */
}
.user2 .msg{
	background: #B8D4D8; /* 20% darker than secondary */
}
.user3 .msg{
	background: #96BFC4; /* 40% darker than secondary */
}
.user4 .msg{
	background: #74AAB0; /* 60% darker than secondary */
}
.user5 .msg{
	background: #52959C; /* 80% darker than secondary */
}

.user1 .bubble_self {
	border-top: 10px solid #DAE9EC; /* secondary color */
}
.user2 .bubble_self{
	border-top: 10px solid #B8D4D8; /* 20% darker than secondary */
}
.user3 .bubble_self{
	border-top: 10px solid #96BFC4; /* 40% darker than secondary */
}
.user4 .bubble_self{
	border-top: 10px solid #74AAB0; /* 60% darker than secondary */
}
.user5 .bubble_self{
	border-top: 10px solid #52959C; /* 80% darker than secondary */
}

.conference_input{
	margin: 0;
}

input#tags1{
	margin-left: 0px !important;
	border-radius: 1px;
    height: 34px;
	border-color: #e6e6e6;
	width: 60%;
}
input#tags1:hover{
	box-shadow: 0px 2px 13px #d4d4d4  !important;
}
#conf_filter{
	background-color: #fafafa !important;
    padding: 12px !important;
    margin-left: 7px !important;
}
#conf_filter img{
	opacity: 0.2 !important;
}
#conf_filter:hover{
	box-shadow: 0px 2px 13px #d4d4d4 ;
	background-color: #fff;
}
/* #phoneClose{
    position: absolute;
    z-index: 999;
    overflow-y: hidden !important;
    border: none !important;
    box-shadow: 3px 2px 5px #ececec;
    height: 74px !important;
    width: 154px !important;
    margin-left: 26.5%;
    margin-top: 9%;
} */
#confClose{
	margin-left: 2%;
	color: #fff !important;
    background-color: #004650 !important;
    border-radius: 4px !important;
	box-shadow: none !important;
	padding:10px !important;
}
#confClose:hover{
	color: #000 !important;
	background-color: #ccc !important;
}
.select-alt{
    position: absolute;
    z-index: 999;
    overflow-y: hidden !important;
    border: none !important;
    box-shadow: 3px 2px 5px #ececec;
    width: 154px !important;
    top: 279px;
    left: 82%;
}
.select-alt:active{
	border-color: #fff !important;
}
.select-alt option{
    padding: 11px 15px;
    font-weight: bold;
    font-family: Arial,sans-serif;
}
.select-alt option:hover{
	background-color: #004650 ;
	color: #fff;
}
.select-alt option:active{
	background-color: #004650 !important;
	color: #fff !important;
}

.conf_filter{
background-color: #fafafa;
padding: 12px;
margin-left: 7px;
}
.conf_filter img{
	opacity: 0.2;
}
.conf_filter:hover{
	box-shadow: 0px 2px 13px #d4d4d4 ;
	background-color: #fff;
}	

input.tag1{
	margin-left: 0px !important;
	border-radius: 1px;
	height: 34px;
	border-color: #e6e6e6;
	width: 60% !important;
}
input.tag1:hover{
	box-shadow: 0px 2px 13px #d4d4d4 !important;
}
#cannedMessageList{
	max-height: 200px;
    overflow-y: auto;
    min-width: 400px;
}
.k-state-hover{
	color: #000 !important;
}
.k-list-container{
	width: auto !important;
}
#insert_text{
	font-size: 11px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 85%;
	text-align: left;
}
.k-grid-header th.k-header {
    padding: 7px 0.5% !important;
}
input[readonly='readonly'] {
   pointer-events: none;
}
#selectDates .k-datetimepicker{
	min-width: 230px;
}
.k-window{
	width: auto !important;
}
.k-grid-header th.k-header > .k-link{
	text-overflow: clip !important;
}
.table-responsive{
	overflow: hidden;
}
.all_data1,.all_data,.translated_data{
	white-space: normal !important;
}
.select1{
	left: 39%;
}
#selectDates td{
    padding: 2px 8px;
}
.k-filter-row th, .k-grid-header th.k-header {
    padding: .786em 0.3em !important;
}
.dropdown-menu>li>a {
    white-space: normal;
    word-break: break-all;
}
@media screen and (max-width: 768px) {
	.selection .col-md-2,.join_btn,.join_inp{
		padding:1% !important;
	}
	.selection :first-child.col-md-2{
		margin: 0px !important;
	}
}
.usernametemplate{
	text-overflow: ellipsis;
    cursor: pointer;
    word-break: break-all;
    overflow: hidden !important;
    white-space: nowrap;
}
.k-list {
    max-width: 400px !important;
    min-width: 170px !important;
}
.k-popup .k-list .k-item{
	word-break: break-all !important;
}
/* Canned message modal box */
.cannedMessageListBox{
	display: none;
	padding:0;
}
.cannedMessageListBox .col-sm-6 {
	padding: 3px;
}
.cannedMessageListBox input.search {
    width: 100%;
    font-size: 25px;
    border: none;
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid #8f8f90;
    padding: 4%;
    padding-left: 50px;
    margin: 0;
    font-weight: normal;
    height: 100%;
    border-radius: 0px;
	box-shadow: none;
}
.cannedMessageListBox input.search::placeholder , .cannedMessageListBox input.search:-ms-input-placeholder , .cannedMessageListBox input.search::-ms-input-placeholder { 
    color: #8f8f90;
}
.cannedMessageListBox input.search:hover,.cannedMessageListBox input.search :active,.cannedMessageListBox input.search:focus{
    outline-style:none;
	box-shadow:none;
	padding-left: 90px !important;
    font-size: 20px;
}
.viewVideoBtn{
    margin-left: -5px;
}
.inner-addon { 
    position: relative;
	height: 50px;
}
.inner-addon .glyphicon-search {
    position: absolute;
    padding: 2%;
    pointer-events: none;
    font-size: 25px;
	color: #e1e1e1;
    font-weight: normal;
}
.link-modal a{
    text-decoration: none;
    text-transform: uppercase;
}
.cannedMsgIcon img{
	float: none;
	display: block;
	margin: 5px auto;
	width: 45px;
}
.cannedMsgList{
	height: 197px;
	overflow-y: scroll;
    background-color: #fff;
    color: #000;
    clear: left;
	padding: 2px;
    border: 1px #bdbdbd solid;
	margin: 0;
}
.cannedMsgList li{
    cursor: pointer;
	padding: 4px;
}
.cannedMsgBtn{
	color: #333;
	padding: 6px 10px;
	border-radius: 5px;
	margin: 5px;
	font-size: 11px;
    background-color: #DAE9EC;
	font-weight: bold;
}
.cannedMsgBtn .glyphicon-search{
	margin-left: 5px !important;
    top: 0px;
    color: #565656;
}
@media (min-width: 768px){
.col-sm-6 {
	width: 50%;
}
}
.cannedClose{
	background-color: rgba(189, 187, 187, 0.5) !important;
    width: 200%;
}

span[role=status]{
	display:none;
}
 .ui-corner-all
{
	-moz-border-radius: 4px 4px 4px 4px;
}
.ui-widget-content
{
	color: #222222;
	border: 1px #bdbdbd solid;
	z-index: 9999;
	background: #fff;
}
.ui-widget
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 15px;
}
.ui-menu
{
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 2px;
}
.ui-autocomplete
{
	cursor: default;
	position: absolute;
}
.ui-menu .ui-menu-item
{
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a
{
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	cursor: pointer;
	background-color: #fff;
	margin: 0;
}
.ui-menu .ui-menu-item a:hover
{
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	cursor: pointer;
	background-color: #bfe1e8;
}
.ui-widget-content a
{
	color: #222222;
}
.cannedMessageListBox .btn-group .btn{
	padding: 4px 12px;
	background-color: #004650;
}
.cannedMessageListBox .text-center{
	margin-top: 10px;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color: #204d74 !important;
}
.can_lang{
	float: right !important;
	width: 50px;
	color: black;
	font-size: 11px;
}
.can_id{
	width: 30px;	
	font-size: 11px;
}
#clickedCannedMsg{
    background: #fff;
    border: 1px dotted #d4d0d0;
    padding: 7px;
	font-size: 14px;
    color: #004650;
    font-weight: bold;
	width: 100%
}
#cannedmyModal .modal-body{
	padding: 20px 30px;
}
.glyphicon-sort-by-attributes,.glyphicon-sort-by-attributes-alt{
	float: right;
    margin-top: 30px;
    color: #204d74;
}
/* Canned message admin Panel */
.type2{
	padding-top: 5px;
}
.type2 .row{
	margin: 5px;
}
.type2 .tile{
	background-color: #f2f6f7;
    color: #4c4c4c;
	margin: 2px;
	padding: 2px;
	height: 200px;
}
.type2 .tile:hover{
	box-shadow: 1px 1px 1px #c1c1c1;
}
.type2 .tile p{
	background-color: transparent;
    color: #4c4c4c;
	margin: 5px;
	font-weight: normal;
}
.type2 .tile .teal{
	padding: 4px;
}
.type2 .tile .id{
    font-weight: bold;
    font-size: 16px;
}
.type2 .col-md-4{
	padding-right: 0px;
    padding-left: 0px;
}
.type2 input.search {
    width: 100%;
    font-size: 25px;
    border: none;
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid #e2e3e4;
    padding-left: 50px;
    margin: 0;
    font-weight: normal;
    height: 100%;
    border-radius: 0px;
	box-shadow: none;
	margin:0;
}
.type2 .glyphicon-search{
	margin-left: 5px !important;
    top: 0px;
    color: #565656;
}
.type2 .inner-addon .glyphicon-search {
    padding: 10px;
}
.type2 .create{
	position: absolute;
    right: 3%;
    margin-top: 10px;
	cursor: pointer;
	z-index: 100;
}
.type2 .tags span{
    background: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    border: 0.5px solid #dedcdc;
}
.action-icons,.messageID{
	padding: 0px;
	float: right;
}
.action-icons a img{
	padding: 3px;
}
.cmsgs{
	padding: 0;
}
#edit_msg label{
	float: left;
	margin: 5px;
}
.type2 .col-md-9, .type2 .col-md-12{
	padding-left: 5px;
	padding-right: 5px;
}
/* tags */

.tknz-wrapper-label { /* Label for the field */
	display: none;
}

.tknz-token { /* An individual token */
	padding: 2px 5px;
    margin: 2px 2px 5px 2px;
	float: left;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	border: 0.5px solid #dedcdc;
}

.tknz-token-label { /* Token's label */ word-break: break-word; }

.tknz-token-x { /* Delete button for token */
    font-weight: normal;
    color: rgb(105, 104, 104);
    padding-left: 7px;
    position: relative;
    top: 1px;
    font-family: fantasy;
}

.tknz-token-x:hover {
	text-shadow: 0px 0px 3px #eee;
	color: #000;
}

.tknz-suggest {
  position: absolute;
  top: 27px;
  left: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(120,120,120, 0.3);
}

.tknz-suggest ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.tknz-suggest-li {
  color: #000;
  padding: 0px 5px;
}

.tknz-suggest-li:nth-child(2n) { background-color: #f0f0f0; }

.tknz-suggest-li.tknz-sel {
  color: #fff;
  background-color: #5c7db7;
}

/** MEDIA **/

@media screen and (max-width: 480px) {

.tknz-input { width: 90%; }
}

/* */
#create_msg .modal_form .form-control,#edit_msg .modal_form .form-control {
    margin: 7px 0px;
	font-weight: normal;
}
.ui .input{    
	width: 100%;
}
.ui.category.search .results{
	width: 100%;
    margin-top: 0px;
}
.ui.search .prompt {
    border-radius: 0px;
}
.ui.input.focus>input, .ui.input>input:focus {
    background: transparent;
}
i.icon {
    font-family: 'Glyphicons Halflings';
	opacity: 1;
}
.ctg_img{
	width: 35px;
	margin-top: 5px;
}
.ui.label{
	padding: 3px;
}
.leftMargin{
	left: 50%;
}
.leftMargin30{
    left: 30%;
}
.width40{
    width: 40%;
}
.width30{
    width: 30%;
}
.cannedMsgListrow{
    margin: 5px;
}
.ui.icon.input>input {
    height: 56px;
    background: #4790dd;
	color: #fff;	
	padding-left: 65px !important;
    font-size: 20px;
}

.ui.icon.input>input::-webkit-input-placeholder {
    color: #fff;
	opacity: 0.5;
}

.ui.icon.input>input::-moz-placeholder {
    color: #fff;	
	opacity: 0.5;
}

.ui.icon.input>input::-ms-placeholder {
    color: #fff;
	opacity: 0.5;
}
.ui.icon.input>input::placeholder {
    color: #fff;
	opacity: 0.5;
}
.input_lbl{
    display: block;
    float: left;
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 19px;
    left: 60px;
}
.tile-ctg{
    position: absolute;
    right: 0;
	bottom: 0px;
    right: 10px;
}
.tile-ctg img{
	width: 30px;
}
#create_msg textarea, #edit_msg textarea{
	height: 50px;
}
#create_msg .char, #edit_msg .char{
    padding-right: 12px;
    width: 100%;
    text-align: right;
    margin: -4px 0px;
}
.ctg-name{
	height: 55px;
    text-align: center;
    vertical-align: middle;
    padding-top: 28px;
    color: teal;
}
.tag_inp{
    border: none;
    outline: none;
    background: transparent;
    width: 50px;
    clear: left;
    display: none;
}
.tknz-wrapper{
    height: auto !important;
}
.ctg-dropdown-img{
	width: 20px;
}
/* kendo combobox */
#ROLE-list{
	background: #fff;
}
#ROLE-list .k-item {
    min-width: 265px;
}

/* Material Theme padding adjustment*/

.k-material #ROLE-list .k-item,
.k-material #ROLE-list .k-item.k-state-hover,
.k-materialblack #ROLE-list .k-item,
.k-materialblack #ROLE-list .k-item.k-state-hover {
	padding-left: 5px;
	border-left: 0;
}

#ROLE-list .k-item > span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 1%;
	font-size: 13px;
    color: #333;
    font-weight: normal;
}

#ROLE-list .k-item > span:first-child {
	margin: 2px;
	width: 25px;
	height: 25px;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 50%;
}
#create_msg .k-combobox,#edit_msg .k-combobox{
    width: 283px !important;
    border-color: #dadada;
    background: #f8f8f8;
    font-size: 12px;
}
#create_msg .k-input,#edit_msg .k-input{
	border-color: #dadada;
    background: #f8f8f8;
    font-size: 13px;
    color: #555;
    height: 21px;
    padding: 6px 8px;
    width: 265px !important;
    border-radius: 6px;
    font-weight: normal;
}
.modal-body .k-input::-webkit-input-placeholder {
    color: #989898;    
	font-size: 13px;
    font-weight: normal;
}

.modal-body .k-input:-moz-placeholder { /* Firefox 18- */
    color: #989898;    
	font-size: 13px;
    font-weight: normal;
}

.modal-body .k-input::-moz-placeholder {  /* Firefox 19+ */
    color: #989898;    
	font-size: 13px;
    font-weight: normal;
}
.modal-body .k-input:-ms-input-placeholder {  
    color: #989898;    
	font-size: 13px;
    font-weight: normal;
}
.tokenfield {
	height: auto !important;
}
k-button.k-state-focused, .k-grid-header th.k-state-focused, .k-list>.k-state-focused, .k-listview>.k-state-focused, .k-state-focused, td.k-state-focused {
    box-shadow: none !important;
}
.cancel-mdl{
	color: #333;
    background-color: #d2d0d0;
    border-color: #ccc;
    font-size: 11px;
    font-weight: bold;
    padding: 12px 30px 12px 30px;
}
#create_msg .add_btn1,#edit_msg .add_btn1{
	margin: 0 !important;
}
.cannedMsgList li:nth-child(even) {background: #f1f1f1}
.cannedMsgList li:nth-child(odd) {background: #FFF}

.tokens-token-list{
	min-height: 50px;
}
ul.tokens-token-list .tokens-list-token-holder {
    background: #ecebeb !important;
    color: #004650 !important;
    font-weight: bold;
    border: 1px solid #ccc;
}
ul.tokens-token-list .tokens-list-token-holder p{
    background: transparent !important;
	font-size: 13px !important;
    color: #004650 !important;
}
.tokens-delete-token{
	color: #000;
}
ul.tokens-token-list .tokens-input-text {
    background-color: transparent !important;
	height: 34px;
	color: #000;
}
div.tokens-suggestion-selector {
	border: none;
	border-radius: 0px;
	background: white !important;
	box-shadow: none;	
}
div.tokens-suggestion-selector p {
	color: #000 !important;
	font-size: 13px;
	font-family: inherit;
}
div.tokens-suggestion-selector ul {
	color: #000 !important;
	font-size: 13px;
	font-family: inherit;
}
div.tokens-suggestion-selector ul li {
	color: #000 !important;
	font-size: 13px;
	font-family: inherit;
}
div.tokens-suggestion-selector ul li.tokens-highlighted-suggestion {
	background: #dadada !important;
}
.halfwidth{
	width: 50%;
}
.cannedMsgList li:hover{
    background-color: #bfe1e8 !important;
}
input::-ms-clear {
    display: none;
}
.newWidthTime{
	width: 100%;
    text-align: center;
	margin: 0;
}
.chat_type {
	bottom: 35px !important;
}
#transfer_chat{opacity : 2;}
#transfer_chat_new{opacity : 2;}

.login_footer_version{
    text-align:right;
    position: fixed;
    bottom: 0;
    padding-right:10px;
    width:100%;
    font-size:12px;
    font-weight:bold;
    color:#808080;
}
.w-100{
	width: 100% !important;
}