body{
	background-color: #DAE9EC99;
	font-family: Arial, sans-serif;
}
header{
	width:100%;
	height: 52px;
	background-color: #004650;
	padding-top: 8px;
    margin-right: 2%;/*changes for demo*/
	padding-left: 10px;
}
.logo{
	margin-left: 2%;
}
 .nav-icon{
    margin-right: 2%;
}
/* #contact{
    height: 17px;
}
#volume{
	margin-right: -16px;
    margin-top: -23px;
}
#volume-off{
	margin-right: -16px;
    margin-top: -23px;
} */
.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);
 }
 .delivery{
	
}
.expand{
	display: block;
    content:url(../img/volume.png);
}
.collapse{
	display: block;
    content:url(../img/volume_off.png);
}
.expand1{
	display: block;
    content:url(../img/delivery.png);
}
.collapse1{
	display: block;
    content:url(../img/hide.png);
}
/* #profile{
	float: right;
    margin-right: 57px;
    margin-top: -4px;
    margin-left: 55px;
} */
#profile:hover{
	background-color:#f8f8f8 !important;/*changes for demo-new*/
}
#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: 18px;
    margin-left: 20px;
    height: 60px;
	background-color: #fff;
    box-shadow: 0px 4px 4px #ddd;
}
.session-div{
	position: relative;
    padding: 0;
    left: 15px;	
}
span{
	font-size: 14px;
    color: #004650;
    font-weight: bold;/* changes for demo */
	}
/* changes for demo */
span.page_header{	
	color: #fff !important;
    margin-left: 5%;
}
/* */
h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
#phone{
	margin-top: -25px;
    font-size: 12px;
    float: right;
    margin-right: 15px;
}
#phone_btn{	
	color: #fff;
    float: right;
    background-color: #004650;
    margin-right: 15px;
    font-size: 11px;
    margin-top: -25px;
	/* font-family: ntailub; */
	font-weight: bold;
}
.form-group{
    margin-right: 21px;
}

.clearfix{
	overflow: auto;
}

label{
	margin-top:4px;
	float:right;
}
#table_id{
	margin-top: 15px;
    width: 90%;
    /* margin-left: 48px; */
	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: #edf0f5;
}
.k-filter-row th, .k-grid-header th.k-header {
    padding: .786em 0.3em !important;
}

.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_wrapper
{
	margin-top: 12px;
}
#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: #004650;
    border-color: #004650;
}
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: 15px;
    min-width: 135px;
}

.dropdown-content {
	z-index:999;
	display: none;
    position: absolute;
    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{
	/* margin-left: 3% !important; */
    font-size: 12px;
    font-style: italic;
    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: 10px 15px 10px 15px;
    margin-right: 6.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: #b3e7b6 !important;
}
.table>tbody>tr.selected{
	background-color: #b3e7b6 !important;
}
#table_id>tbody>tr:hover{
    /* border: 0px solid #3e3d3d !important; */
}
#menu1{
    display:none;
	width:500px;
	height:100%;
    border:1px dotted grey;
}
/* login */

#login{
    padding-top: 10px;
    padding-left: 0px !important;
    margin: 51px auto;
    width: 290px;
    height: 257px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
}
#horizontal-line{
    background-color: #e4e4e4;
    height: 1px;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.login_input{
    padding-left: 17% !important;/*changes for the demo */
    margin-left: 15%;
	width: 77%;
    height: 38px;
}
footer{
	position: fixed;
	margin-left: 39%;
	Width: 100%;
	bottom: 0;
}
/* resolution fix */
.login-img{
    margin-left: 22%;
    width: 9px;
    /* position: initial; */
    margin-top: -28px;
}
/* */
.vertical-line{
    width: 10px;
    border-left: 1px solid #e4e4e4;
    height: 37px;
    margin-left: 80px;
    margin-bottom: 12px;
    margin-top: -37px;
}
#signin_btn{
    width: 56%;
	margin-left: 26%;
    height: 38px;
	color: #fff;
    background-color: #004650;
    font-size: 12px;
	/* font-family: ntailub; */
	font-weight: bold;
}
/* login end */

th.dt-center, td.dt-center {
	text-align: center;
	padding-left: 10px !important;
}

.open_chat{
	resize:none;
}

/* chat window */
.pushmenu {
	width: 100%;
	height:100%;
	background-color: #fff;
	top: 0;
	position: fixed;
	padding: 0;
}
.chat_content{
	 overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	padding-top:14px;
    padding-bottom: 28px;
}
.chat_head{
	/* height: 52px; */
	width: 100%;
	background-color: #4790dd;
	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;
	border: none;
}
/*.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;
}*/
.chat li {
    padding: 5px;
    display: flex;
	display: -ms-flexbox;
	clear: both;
}
ol li.self{
	float:right !important;
}
ol li.other{
	float:left;
}
.self .msg {
    background: #f3f0f0;
}
.msg {
	max-width: 450px;
    /* background: #d5e5f6; */
	background: #f3f0f0;
    padding: 10px;
    border-radius: 2px;
    /* min-width: 290px; */
    white-space: pre-line;
}
.msg p {
    font-size: 11px;
    margin: 2px 0 2px 0;
	/* color: #6f6969; */
	color: #484848;
	word-wrap: break-word;
}
.msg time {
    font-size: 10px !important;
    color: #000!important;
    margin-top: 3px!important;
    float: right!important;
	font-style: italic;
}
.other .msg time{
	float: left !important;
}
.call_status_text{
	font-size: 11px;
    float: left;
    color: #004650;
    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%;
	bottom: 10px;
	background:#fff;
	padding-bottom: 10px;
}
ol.chat{
	padding-left: 0;
}
.chat_box_area{
	width: 85%;
    margin: 5px;
    margin-bottom: 0px !important;
    display: inline-block;
}
#chat_box{
	margin: 0;
    height: 71px;
}
.bubble_other{
	width: 0;
	height: 0;
	border-top: 10px solid #edf0f5;
	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 7px;
	vertical-align: top;
	display: inline-block;
}
#insert{
    margin-left: 5px;
    height: 27px;
}
.user{
	color: #004650;
}

/* modal */
.modal-content{
	width: 60%;
	margin: 20%;
	background: #edf0f5;
}
.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;
}

.add_btn1:hover{
	color: #fff !important;
}

.modal-header .close{
	margin-top:13px;
	margin-right:11px;
	width:10px;
	opacity: 4 /* new */
}
.modal-body{
	padding-left: 25px;/*new*/
}

/* contact us */
.no_active_chat{
    width: 45%;
    margin-top: 5%;
    margin-left: 25%;
    /* height: 100px; */
    margin-bottom: 100px;
    padding: 2% 5%;
    text-align: center;
    color: #505050;
    border: #dadada solid 1px;
    background: #edf0f5;
    font-size: 19px;
}
.no_active_chat b{
	color: #004650 !important;
    font-size: 24px;
    letter-spacing: 2px;
}
.no_active_chat img{
	padding-bottom: 11px;
}
.initiate_btn{
	color: #fff;
    background-color: #004650;
	margin-left: 7%;
    font-size: 11px;
    font-weight: bold;
	margin-left: 12%;
}
.initiate_btn:hover{
	color: #fff;
    background-color: #004650;
}
#btnShow{
	color: #fff;
    background-color: #004650;
	margin-left: 7%;
    font-size: 11px;
    font-weight: bold;
	margin-left: 12%;
}
#btnShow:hover{
	color: #fff;
    background-color: #898989;
}
.initiate_phone{
	margin-left: 44px !important;
	/* margin-top: -25px;
    font-size: 12px;
    float: right;
    margin-right: 15px; */
}
.chat_type_message{
	vertical-align: -webkit-baseline-middle;
	font-size: 15px;
	margin-left: 52px;
	color:#000;
	font-weight: bold;
}

.active-chat {
	background: #38A5D5 !important;
}

.unread-chat {
	background: #FF713C !important;
}

.inactive-chat {
	background: #DDDDDD;
}

.warning-chat {
	background: #FFFF99!important;
}

/* #volume-off{
	margin-right: -16px;
    margin-top: -23px;
} */

.lang{
	color: Black;
    float: left;
}
select.lang_class{
	width: 19% !important;/* changes for demo */
    height: 27px;
    font-size: 11px;
    margin-left: 6px;
 	padding-left: 30%;
}
.lang_on{
	display:none;
}
.open_chat_icon{
	margin: 0px 10px;
}

.chat_header{
    width: 96%;
   background: #f8f8f8;
	height: 44px;
   padding: 5px;
   box-shadow: 0px 0px 5px #cccccc;
   margin-top: 10px;
   margin-left: 12px;
   margin-bottom: 10px;
}

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{

}
.char{
    clear: left;
    color: #bdbdbd;
	margin: 1% 0%;
    float: right;
}
#countdownLabel{
	float : none !important;
	margin : 0px !important;
}
.signin_btn{
    width: 56%;
	margin-left: 26%;
    height: 38px;
	color: #fff;
    background-color: #004650;
    font-size: 12px;
	/* font-family: ntailub; */
	font-weight: bold;
}

.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;
}

.odd{
 margin-left:55px;
/*  margin-top:16px; */ /* changes for the demo */
}
.dashboard{
 margin-top: 25px;
}
/* /* changes for the demo */
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	display:inline;
	float: right;
    /* jquery pagination modification */
} */
/** login error report **/
.login_error{
    width: 68%; /* resolution fix */
    padding: 4px 11px;
    margin-left: 16%;
}

.go_btn{
 margin-left: 45%;
 color: #fff;
 width: 100px;
    background-color: #004650;
    font-size: 11px;
    font-weight: bold;
}

/* 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: 11px;
    font-weight: bold;
 color: #000 !important;
}
.filtered_data p{
 margin-left: 0%;
    font-size: 11px;
    font-weight: bold;
 color: #000 !important;
}
.all_data{
 /* margin-top: 50px;
 margin-left:42%; */

}
.filtered_data{
	/*text-align: right;
    margin-top: -5%;*/
}


/* canned messages */
/* .canned_msg{
	width: 79%;
    height: 40px;
    margin-top: 7px;
    margin-left: 4% !important;
}
.canned_label{
	width: 45px;
	padding-top: 11px;
    padding-right: 10px;
    margin-left: 59px;
    float: left !important;
}
#update_btn{
	width: 140px;
    color: #fff;
    background-color: #004650;
    font-size: 11px;
    font-weight: bold;
    margin: 18px 0px 14px 42%;
}
#update_btn:hover{
	color: #000;
	background-color: #ccc;
}
.add-more{
	float: right;
    margin-top: 0px;
    margin-right: 13%;
    padding: 9px 17px;
}
.remove-me{
	float: right;
    margin-top: -53px;
	margin-right: 12%;
    padding: 9px 18px;
}
.canned_select{
	width: 79%;
    margin-left: 4%;
}
p.char_msg{
	float: right;
    margin-top: -18px;
    color: #bdbdbd;
    margin-right: 17.5%;
}
.english{
	content:url(../img/English.png);
}
.english:hover{
	content:url(../img/English_hover.png);
}
.french{
	content:url(../img/French.png);
}
.french:hover{
	content:url(../img/French_hover.png);
}
.arabic{
	content:url(../img/Arabic.png);
}
.arabic:hover{
	content:url(../img/Arabic_hover.png);
}
.language{
	width: 300px;
    margin-left: 4%;
    height: 20px;
} */
/* 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: 9%;
    color: #fff;
    background-color: #004650;
    font-size: 11px;
    font-weight: bold;
    float: right;
    margin-right: 17%;
}
#update_btn:hover{
	color: #000;
	background-color: #ccc;
}

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:#DAE9EC;
	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*/
}

.form-control{
	margin-left: 18%;
	height: 29px;
	font-size: 12px;
}

.chat_btn{
 height: 25px;
    margin-left: 1%;
    text-align: left;
    font-size: 9px;
    font-weight: bold;
    background-color: #DAE9EC;
    border: 1px solid transparent;
    width: 14%;
	padding: 5px;
    border-radius: 5px;
	cursor: pointer;
}

.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;
}
.hide_me{
	display:none;
}

.filter{
	margin-top: 5%;
    float: right;
    width: 21%;
	clear: both;
    margin-right: 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;
    background-color: #004650 !important;
    border-color: #004650 !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;
}

.input1{
        /* background-color: #edf0f5 ; */
        color: #4c4c4c ;
        margin-bottom: 10px !important;
        margin-left: 0% !important;
        width: 64% !important;
        padding: 7px;
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
    }

	/* 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: #b3e7b6 !important;
} */

html .k-grid tr:hover {
  background: #b3e7b6 !important;
}

html .k-grid tr.k-alt:hover {
  background: #b3e7b6 !important;
  color: #000 !important;
}
.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td{
	background-color: #b3e7b6 !important;
	color: #000 !important;

}
.k-grid td.k-state-selected, .k-grid tr.k-state-selected>td{
	border-color: transparent !important;
	color: #000 !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;
}
.k-grid table tr:nth-child(even) {
    background-color: #fff !important;
}
.k-grid table tr:nth-child(odd):hover {
    background: #b3e7b6 !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;
}
.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;
    margin-top: 5px !important;
    font-weight: bold !important;
	border-color: #ccc !important;
	border: 1px solid transparent !important;
    border-radius: 4px !important;
	box-shadow: none !important;
}
#openDateDialog.k-button:hover{
	color: #000 !important;
	background-color: #e6e6e6 !important;
	border-color: #ccc !important;
}
#openDateDialog{
	padding: 8px 15px !important;
    font-size: 10px !important;
}
.k-filtercell>span>.k-button {
    background-color: #004650 !important;
    color: #fff !important;
    border-color: #ccc !important;
    border: 1px solid #1761ad !important;
    border-radius: 0px !important;
    box-shadow: none;
}
.k-filtercell>span>.k-button:hover {
	color: #000 !important;/*new*/
	background-color: #e6e6e6 !important;/*new*/
	border-color: #ccc !important;/*new*/
}
#filter.k-button{
	margin-top: 4% !important;
	color: #fff !important;
    background-color: #004650;
    margin-top: 10px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
	box-shadow: none !important;
	border-color: #ccc !important;
	border: 1px solid transparent !important;
}
#filter.k-button:hover{
	color: #000 !important;/*new*/
	background-color: #e6e6e6 !important;/*new*/
	border-color: #ccc !important;/*new*/
}

.k-window-titlebar{
    background: #f8f8f8 !important;
    color: #004650 !important;
    box-shadow: 0px 3px 3px #ddd;
}
.k-window-content{
	background-color: #edf0f5 !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;
}
.k-grid td{
	overflow:visible !important;/*new */
}
.k-datetimepicker{
	float:right ;
}
.k-window-titlebar .k-state-hover{
	background-color: #f8f8f8 !important;
	border-color: #f8f8f8 !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;
}
#chat_filter{
	background-color: #fafafa !important;
    padding: 12px !important;
    margin-left: 7px !important;
}
#chat_filter img{
	opacity: 0.2 !important;
}
#chat_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%;
} */
#phoneClose,#startDateClose{
	margin-left: 2%;
	color: #fff !important;
    background-color: #004650 !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: #000 !important;
	background-color: #ccc !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: #004650 ;
	color: #fff;
}
.select1 option:active{
	background-color: #004650 !important;
	color: #fff !important;
}
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;
}

.k-grid-norecords {
    background: #edf0f5 !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-repeat : 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;
}

.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;
}

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{
	color: #fff !important;
	background-color: #004650 !important;
	border: #ccc 1px solid !important;
}
.permanent_btn{
	color: #000;
	background-color: #e6e6e6;
	border: #ccc 1px solid;
	font-size: 11px;
    font-weight: bold;
}
.permanent_btn:hover{
	color: #fff;
	background-color: #898989;
}
.modal_btn{
	color: #fff;
    background-color: #004650;
    margin-top: 10px;
    padding: 12px 30px 12px 30px;
    font-size: 11px;
    font-weight: bold;
}
.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{
	color: #fff;
	background-color: #898989;
}
.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;
	}
	.msg {
		max-width: 350px ;
	}
	.mediaElement {
		width: 330px;
	}
	.mapMessages {
		width: 330px;
		height: 330px;
	}
	span.headerTitle{
        font-size: 22px;
        margin-left: 25%;
    }
}

@media screen and (max-width: 1100px) {

	span.headerTitle{
        font-size: 18px;
        margin-left: 18%;
    }
}

@media screen and (min-width: 1301px) {
	.mediaElement {
		width: 330px;
	}
	.mapMessages {
		width: 330px;
		height: 330px;
	}
}

#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 */
span.header-title{
       font-size: 15px;
       padding-left: 8%;
}

@media (max-width: 900px) {
	.chat_box_area {
		width: 85%;
	}
	.msg {
		max-width: 450px ;
	}
	.mediaElement {
		width: 430px;
	}
	.mapMessages {
		width: 430px;
		height: 430px;
	}
	span.header-title{
           font-size: 20px;
           padding-left: 14%;
    }
}
@media (max-width: 700px) {
	.chat_box_area {
		width: 85%;
	}
	.msg {
		max-width: 250px ;
	}
	.mediaElement {
		width: 230px;
	}
	.mapMessages {
		width: 230px;
		height: 230px;
	}
	span.header-title{
         font-size: 16px;
         padding-left: 10%;
     }
}

@media (max-width: 600px) {
	.chat_box_area {
		width: 85%;
	}
	.msg {
		max-width: 450px ;
	}
	.mediaElement {
		width: 430px;
	}
	.mapMessages {
		width: 430px;
		height: 430px;
	}
	span.header-title{
             font-size: 15px;
             padding-left: 8%;
    }
}
@media (max-width: 500px) {
	.chat_box_area {
		width: 83%;
	}
	.msg {
		max-width: 300px ;
	}
	.mediaElement {
		width: 280px;
	}
	.mapMessages {
		width: 280px;
		height: 280px;
	}
	span.header-title{
                 font-size: 14px;
                 padding-left: 7%;
    }
}
@media (max-width: 400px) {
	.chat_box_area {
		width: 77%;
	}
	.msg {
		max-width: 250px ;
	}
	.mediaElement {
		width: 230px;
	}
	.mapMessages {
		width: 230px;
		height: 230px;
	}
	span.header-title{
                     font-size: 14px;
                     padding-left: 7%;
        }
}
@media (max-width: 300px) {
	.chat_box_area {
		width: 71%;
	}
	.closeWin .btn{
		margin: 2px !important;
		width: 100px !important;
	}
	.msg {
		max-width: 100px ;
	}
	.mediaElement {
		width: 80px;
	}
	.mapMessages {
		width: 80px;
		height: 80px;
	}
	span.header-title{
                     font-size: 14px;
                     padding-left: 7%;
        }
}
@media (max-width: 200px) {
	.chat_box_area {
		width: 74%;
	}
}
/* With CM pane open */
@media (max-width: 930px) {
	.newwidth {
		width: 84%;
	}
}
@media (max-width: 800px) {
	.newwidth {
		width: 81%;
	}
}
@media (max-width: 700px) {
	.newwidth {
		width: 75%;
	}
}
@media (max-width: 600px) {
	.newwidth {
		width: 75%;
	}
}
@media (max-width: 500px) {
	.newwidth {
		width: 68%;
	}
}
@media (max-width: 400px) {
	.newwidth {
		width: 58%;
	}
}
@media (max-width: 300px) {
	.newwidth {
		width: 48%;
	}
}
.chat_btn{
	width: 90px !important;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 8px;
  }
#carrierName{
	color: #e5f2ff;
}
.cid{
	color: #e5f2ff;
}
.chat_head {
    height: 55px;
}
.chat_head p{
	/* margin-left:55px;
	margin-bottom:0px; */
}
.chat_head .loc{
	text-align:center;
	color: #e5f2ff;
	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: #004650;
}
.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;
}

#cannedMessageList{
	max-height: 200px;
    overflow-y: auto;
    min-width: 400px;
}
.k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdown .k-dropdown-wrap.k-state-focused,.k-dropdown .k-dropdown-wrap.k-state-active{
	color: #000 !important;
}
.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;
}
.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 #e2e3e4;
    padding: 4%;
    padding-left: 50px;
    margin: 0;
    font-weight: normal;
    height: 100%;
    border-radius: 0px;
	box-shadow: none;
}

.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;
}
.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, .viewVideoBtn{
	color: #333;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 11px;
    background-color: #deeeff;
	font-weight: bold;
}
.cannedMsgBtn{
    margin-left:5px;
}
.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,.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;
    cursor: pointer;
}
/* Canned message admin Panel */
.type2{
	padding-top: 5px;
}
.type2 .row{
	margin: 5px;
}
.type2 .tile{
	background-color: #edf0f5;
    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;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wordWrap{
	word-wrap: break-word;
}

.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 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% !important;
}
.ui.category.search .results{
	width: 100%;
    margin-top: 0px;
}
.ui.search .prompt {
    border-radius: 0px;
}
.ui.input{
	width: 100% !important;
}
.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%;
}
.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;
}
.tknz-input::-webkit-input-placeholder {
    color: #989898;
	font-size: 13px;
    font-weight: normal;
}

.tknz-input::-moz-placeholder {
	color: #989898;
	font-size: 13px;
    font-weight: normal;
}
.tknz-input::-ms-placeholder {
    color: #989898;
	font-size: 13px;
    font-weight: normal;
}
.tknz-input::placeholder {
    color: #989898;
	font-size: 13px;
    font-weight: normal;
}
.ctg-dropdown-img{
	width: 20px;
}
/* kendo combobox */
#ROLE-list{
	background: #fff;
}
#ROLE-list .k-item {
    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;
}
.category .name{
	text-align: center;
}
.cannedMsgList li:nth-child(even) {background: #f1f1f1}
.cannedMsgList li:nth-child(odd) {background: #FFF}





#categoryEdit-list{
	background: #fff;
}
#categoryEdit-list .k-item {
    width: 265px;
}

/* Material Theme padding adjustment*/

.k-material #categoryEdit-list .k-item,
.k-material #categoryEdit-list .k-item.k-state-hover,
.k-materialblack #categoryEdit-list .k-item,
.k-materialblack #categoryEdit-list .k-item.k-state-hover {
	padding-left: 5px;
	border-left: 0;
}

#categoryEdit-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;
}

#categoryEdit-list .k-item > span:first-child {
	margin: 2px;
	width: 25px;
	height: 25px;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 50%;
}




#categoryCreate-list{
	background: #fff;
}
#categoryCreate-list .k-item {
    width: 265px;
}

/* Material Theme padding adjustment*/

.k-material #categoryCreate-list .k-item,
.k-material #categoryCreate-list .k-item.k-state-hover,
.k-materialblack #categoryCreate-list .k-item,
.k-materialblack #categoryCreate-list .k-item.k-state-hover {
	padding-left: 5px;
	border-left: 0;
}

#categoryCreate-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;
}

#categoryCreate-list .k-item > span:first-child {
	margin: 2px;
	width: 25px;
	height: 25px;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.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;
}
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%;
}
.width30{
	width: 30%;
}
.width40{
	width: 40%;
}
.cannedMsgList li:hover{
    background-color: #bfe1e8;
}
input::-ms-clear {
    display: none;
}
.overflow-canned {

	overflow-y: scroll;
}

.chat_content_window{
	overflow-y: auto;
	overflow-x: hidden;
	height:auto;

}
.videoStream {
	padding-left: 0px;
	padding-right: 0px;
}
.newWidthTime{
	width: 100%;
    text-align: center;
	margin: 0;
}
.chat_type {
	bottom: 35px !important;
}
.container{
	width: 100% !important;
}

#createTokens{
	margin-right: 34px !important;
}


.tile-ctg-sc{
	right: 24px !important;
}

.icon-filter-xlsx{
	background-image: url(../img/filter.png) !important;
	background-size: 20px 20px !important;
	background: center;
}
#chat_filter{
     opacity: .45;
     filter: alpha(opacity=45); /* For IE8 and earlier */
}
#chat_filter:hover{
     opacity: 100;
     filter: alpha(opacity=100); /* For IE8 and earlier */
}

.dtfiltstart{
	width: 18%;
    float: left;
    margin-left: 12%;
	color:#333;
}
.dtfiltend{
	width: 29%;
    float: left;
    margin-left: 18%;
	color:#333;
}
#tempdiv .dateLabels{width: auto !important;}
#fromDate, #toDate{text-align: center !important;}

/*12-12-19*/
table.table {
    border-collapse: collapse !important;
}
.custom-table .table>tbody>tr>td, .custom-table .table>tbody>tr>th, .custom-table .table>tfoot>tr>td,
 .custom-table .table>tfoot>tr>th, .custom-table .table>thead>tr>td, .custom-table .table>thead>tr>th{padding:12px !important;text-align:left !important;}
 .table>tbody>tr:nth-child(odd){background:#f7f7f7}
 div#PSAPDialog .modal-dialog.modal-dialog-scrollable.modal-xl {
    max-height: none;
}

div#PSAPDialog .modal-content {
    width: 100%;
    margin: 0;
}
div#PSAPDialog .modal-header{
	padding:16px;
}
div#PSAPDialog .modal-header .modal-title{
	float:left;
	font-size: 20px;
    font-weight: 500;
    color: #333;
}
div#PSAPDialog .modal-header .close{
	margin: -7px;
	padding: 16px;
	float:right;
}
@media (min-width:768px){
	.float-md-left {
		float: left!important;
	}
	.float-md-right {
		float: right!important;
	}
}

@media (min-width:1200px){
	.modal-xl{width:auto;max-width: 1140px;}
}

.login_footer_version{
    text-align:right;
    position: fixed;
    bottom: 0;
    padding-right:10px;
    width:100%;
    font-size:12px;
    font-weight:bold;
    color:#808080;
}

.modal-footer {
    background-color: #DAE9EC;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.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;
}

/* Utility class for title case transformation */
.title-case {
    text-transform: capitalize;
}