*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

a{color: #374047;
text-decoration:none;}

h1{color:#282828; 
margin-bottom: 10px;
font-weight:normal;
font-size:20px;}

input[type="checkbox"]{
	vertical-align: middle;
	margin-bottom: 1px;
	
}

input[type="text"]{
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	/* font-family: 'Roboto', sans-serif; */
	/*font-family: initial;*//*Changes Done By Praneeta*/
	color: #101315;
/*     margin-top: 10px; */
    margin-bottom: 10px;
    border-radius: 6px;
/*     width: 100%; */
}

input[type="radio"]{
	vertical-align: middle;
	margin-bottom: 3px;
}


body{
	/* font-size: 13px;
	line-height: 1.5;
	/*font-family: 'Roboto', sans-serif;*/
	color: #374047; */
	
	font-size: 16px; /*Changes Done By Praneeta*/
    line-height: 1.5;
    /*font-family: initial;*/
    color: #374047;
	}

li{
	list-style: none;
}

.container{
	width:100%;
	margin:auto;
	padding:0px;
	/*overflow:hidden;*/
}

.right_col_container{
	width: 100%;
	padding:10px;
}

.clearFix{
	clear:both;
}
.header{
	position: relative;
	background: #e6e6e6;
	box-shadow: 0px 2px 2px rgba(62,62,62,0.4);
	z-index: 0;
}

/*.logo{
	background: url(../images/bag_a_chat_login_logo.png)no-repeat;
	background-size: 100px 41px;
	margin: 6px 0;
	width:100px;
	height:41px;	
	margin-left: 10px;
	float:left;
}*/

.menu{
	margin-right: 10px;
	float:right;	
	padding: 15px 0px;
}

.menu li{
	padding: 0px 10px;
	display: inline-block;
	list-style: none;	

}

.menu li a{
	color: rgb(88,88,88);
	text-decoration: none;
}

.menu li a:hover{
	text-decoration: underline;
}

.left_col{
	background: rgb(69,69,69);
	width: 20%;
	float:left;
	padding-bottom: 200%;
	margin-bottom:-200%;
	overflow:hidden;
}

.profile_box{
	width:100%;
	text-align:center;
	background: rgb(67,123,170);
	}

.user_image{
	margin-top: 25%;
	display: inline-block;
	font-family:'FontAwesome', sans-serif;
	font-size:50px;
	background:rgb(36,85,125);
	border-radius: 100px;
	color: rgb(67,176,217);
	width:70px;
	height: 70px;
}

.expiry_date_span{
	font-size:14px;
	padding: 0 5px;
}

.profile_box p{
	padding-bottom: 25%;
}

.profile_box{
	display: inline-block;
	font-size:24px;/*Changes Done By Praneeta*/
	color: white;
}

.vertical_menu{
	width: 100%;
	background: rgb(69,69,69);
	/* padding-top: 1px; *//*Changes Done By Praneeta*/
	
/* 	font-style: initial;Changes Done By Praneeta */
    font-size: 15px;
    font-weight: 600;
	}


.vertical_menu li{
	list-style: none;	
}

.vertical_menu li a{
	display:block;
	padding: 10px 0px 12px 30px;
	color: white;
	text-decoration: none;
}

.vertical_menu li a.active, .vertical_menu li a:hover{
	background: rgb(47,101,148);
}



.right_col{
	background: #e6e6e6;
	float:left;
	width: 80%;
	/*padding-bottom: 20px;*/
	

}

.dashboard{
	width: 100%;
	float:left;
	background: #454545;
	box-shadow: 0px 2px 2px rgba(62,62,62,0.4);
	}

.dashboard p{
	width: 100px;
	background: rgb(221,221,221);
	padding: 10px 20px 10px 20px;
	}

.message{	
	font-size:20px;
	color: #282828;
	float:left;
}

.message_menu{
	float:right;
}

.message_menu li{
	list-style: none;
	float:left;	
}

.message_menu li a{
	color: white;
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	background: rgb(69,69,69);
	margin-left: 10px;
	border-radius: 5px;
}

.message_menu li a:hover{
	text-decoration: underline;
}

.message_table{
	margin-top: 10px;
	width:100%;
	background: #fff;
	}

.message_table ul{
	height: 100%;	
	border-bottom: 0 none #cacaca;
	}


.message_table .header{
	height: 40px;
	background: #2f6594;
	border-radius: 5px 5px 0 0;
	}

.message_table li{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	}

.message_table .message_text{
	width: 55%;
	color:#454545;
	white-space: pre-wrap;
    margin-top: 3px;
    margin-bottom: 3px;
}

.message_table .message_mubmer{
	min-width:18%;
	margin-right: 15px;
}

.message_table .day_time{
	min-width:10%;
	margin-right: 10px;
	color:#437baa;
		
}

.message_table .quote{
	cursor:pointer;
	position: relative;
	float:right;
	height:40px;
	padding: 10px 10px;	
}

.message_icon{
	background: url(../images/user_icon.png)no-repeat center center;
	height:40px; 
	width:30px;
	margin-right:7px;
	/*margin-top:5px;*/
}

.message_check{
	width:20px;
	height:40px;
	padding: 10px 0;	
	margin-left: 5px;
}

.message_title{
	color: #fff !important;
	/*font-family: 'Roboto', sans-serif !important;*/
	background: none !important;
	height: 0px !important;
}

.note{
	/*display: none;*/
	background: url(../images/add.png);
	position: absolute;
	height: 144px;
	width:336px;
	bottom:10px;
	right:25px;
	padding: 50px 25px 22px 10px;
}
.note_text{
	background: transparent;
	border:none;
	width: 100%;
	height: 70px;
}

.search_button{
	width: 300px;
	/*margin: 20px 0;*/	
	/*float: left;*/
}

/* Added by Nitin for new UI */
.filter_button{
	width: 300px;
}

.filter_button_input{
/* 	float:left;
    background: #eaeaec none repeat scroll 0 0;
	border:1px solid #cacaca;
	border-radius: 5px 0 0 5px;
	background: white;
	width:100px;
	height:27px;
	width: 90%;
 */	
	/*Changes Done By Praneeta*/
	float: left;
    background: #eaeaec none repeat scroll 0 0;
    border: 1px solid #cacaca;
    border-radius: 0 0 0 0;
    /* background: white; */
    height: 35px;
    width: 90%;	
}


.filter_button_img{
	margin-left: -1px;
}


.filter_window{
	position: relative;
	}

.filter_n{
	position: relative;
	width: 466px;
	margin:0px;
	margin:10px 0;
}

.filter .filter_n{
	margin:0px;
	width: 100%;
}

.filter_f{
	height: 27px;
	border:1px solid #cacaca;
	background: #ffffff;
	border-radius: 5px 0 0 5px;	
}

.filter_t{
	background:transparent;
	border:none;
	border-width: 0px;
	/*By Anand */
	outline: 0px;
}

.filter_b{
	right:0px;
	top:0px;
	position: absolute;
	background: url(../images/filter_arrow.jpg)no-repeat center center;
	width:28px;
	height:27px;
	border:none;
}

.filter .filter_b{
	background: url(../images/filter_drop_arrow.png)no-repeat center center;	
}

.filter_n input[type="text"]{
	padding: 4px 35px 0 10px;
	width: 100%;
}

.filter_form{
	position: relative;
	/*z-index: 10;*/
	margin: 0px 0 0px 20px;
}


.filter{
	display: none;
	top: 35px;
	padding: 10px 20px;
	border:1pt solid #cdd3d3;
	box-shadow:0px 1px 1px -1px gray;
	border-radius: 0 0 5px 5px;
	background: #f9f9f9;
	width:270px;
	position: absolute;
	z-index:3;
	}

.filter li{
	list-style: none;
	display: inline-block;
	margin-left: 5px;  /*Changes Done By Praneeta*/
	}
	
.filter ul{
	padding: 5px 0;
	}


/* Added by Nitin for new UI - END */


#msg-result-scrollable-sections .message-text {
	white-space: pre-wrap;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
}

.search_button_input{
/* 	float:left;
	border:1px solid #cacaca;
	border-radius: 5px 0 0 5px;
	background: white;
	width:100px;
	height:27px;
	width: 90%;
 */
	/*Changes Done By Praneeta*/
	float: left;
    background: #eaeaec none repeat scroll 0 0;
    border: 1px solid #cacaca;
    border-radius: 0 0 0 0;
    /* background: white; */
    height: 35px;
    width: 90%;
}

.search_button_img{
	margin-left: -1px;
	width:36px;
}


.search_window{
	position: relative;
	}

.search_n{
	position: relative;
	width: 466px;
	margin:0px;
	margin:10px 0;
}

.search .search_n{
	margin:0px;
	width: 100%;
}

.datetime_new .search_n{
	margin:0px;
	width: 100%;
}

.search_f{
	height: 27px;
	border:1px solid #cacaca;
	background: #ffffff;
	border-radius: 5px 0 0 5px;	
}

.search_t{
	background:transparent;
	border:none;
	border-width: 0px;
	/*By Anand */
	outline: 0px;
}

.search_b{
	right:0px;
	top:0px;
	position: absolute;
	background: url(../images/search_arrow.jpg)no-repeat center center;
	width:28px;
	height:27px;
	border:none;
}

.search .search_b{
	background: url(../images/search_drop_arrow.png)no-repeat center center;	
}

.search_n input[type="text"]{
	padding: 4px 35px 0 10px;
	width: 100%;
}

.search_form{
	position: relative;
	/*z-index: 10;*/
	/*margin: 5px 0;*/
    margin: 10px 0 0 20px;
}


.search{
	display: none;
	top: 35px;
	padding: 10px 20px;
	border:1pt solid #cdd3d3;
	box-shadow:0px 1px 1px -1px gray;
	border-radius: 0 0 5px 5px;
	background: #f9f9f9;
	width:439px;
	position: absolute;
	z-index:2;
	}

.search li{
	list-style: none;
	display: inline-block;
	}
.search ul{
	padding: 5px 0;
	}
	
ul {
	margin-bottom: 0;
}

.dropdown-menu li {
	display: list-item;
}
	

.width_40{
	width:35%;
}
.width_60{
	width:60%;
}
.width_20{
	width:20%;
}
.width_10{
	width:10%;
}
.width_05{
	width:5%;
}
.width_10{
	width:10%;
}
.width_25{
	width:25%;
}
.width_30{
	width:30%;
}
.width_50{
	width:50%;
}

.width_79{	
	width:79%;
}

.width_39{
	width:39%;
}






.csv{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	}

.csv li{
	margin-left:10px;
	float:left;
	list-style: none;
	text-decoration: none;
	}

.csv li a{
	display: block;
	height: 29px;
		
	}

.csv li.csv1 a{
	background:url(../images/csv-pdf-xls.png) left top;
	width: 37px;
	}

.csv li.pdf a{
	background:url(../images/csv-pdf-xls.png) center top;
	width: 37px;
	}

.csv li.xls a{
	background:url(../images/csv-pdf-xls.png) right top;
	width: 37px;
	}

.sender_icon {
	margin-left:5px;
}

.sender_edit_icon {
	margin-left:5px;
	margin-right:5px;
	color: #ABABAB;
	cursor: pointer;
}

.sender_tag_input {
	width:120px;
	display:inline-block;
	margin-top:12px;
}

.create_report{
	/*width: 120px;*/
	float:left;
	margin-top: 18px; /*Changes done by praneeta*/
}

.create_report a{
/* 	color: white;
	padding: 5px 20px 5px 20px;
	display: block;
	background: rgb(67,176,217);
	border-radius: 5px;
	text-decoration: none;
 */
    background: rgb(241, 87, 34) none repeat scroll 0 0;
    border: medium none;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-top: 35px;
    padding: 8px 22px;
 }

hr{
	color: #d7d8da;
	margin-top:10px;
	margin-bottom:10px;
}

.number{
	border-radius: 0 0 5px 5px;
	width: 100%;
	float: left;
	background:#fff;
}

.number li{
	float:left;
	list-style:none;	
	border-right:1px solid #cacaca;
}

.number li a{
	display: block;
padding:5px 10px 5px 10px;
text-decoration:none;
}

.number li:first-child a{
	border-radius:0 0 0 5px;
}

.number li a:hover{
background: #cacaca;

}

.number li:last-child{
border-right:none;
}

@media only screen and (min-width:320px) and (max-width:360px){

.note{
	background: url(../images/add.png) no-repeat;
	background-size: 250px 100px;
	position: absolute;
	width: 250px;
	height: 100px;
	bottom:10px;
	right:25px;
	padding: 35px 20px 15px 10px;
}

.note_text{
	height: 50px;
}

.mobile_text{
	display: none;
}

.tab_text{
	display: none;
}

.container{
	width:100%;
	margin:auto;
	overflow:hidden;
	}

.left_col{
	width: 15%;
	float:left;
	padding-bottom: 500%;
	margin-bottom:-500%;
}

.profile_box{
	width:100%;	
	height: 100%;
	display: inline-block;
	font-size:70%;
	color: white;
}

.user_image{
	padding-top: 5px;
	font-family:'FontAwesome', sans-serif;
	font-size:15px;
	line-height: normal;
	background:rgb(36,85,125);
	border-radius: 100px;
	color: rgb(67,176,217);
	width:28px;
	height: 28px;
}


.vertical_menu{
	widows: 100%;
	text-align: center;
	padding-top: 0px;	
	}

.vertical_menu li{
	list-style: none;
}

.vertical_menu li a{
	display:block;
	padding: 10px 0px 10px 0px;
	color: white;
	text-decoration: none;
}

.vertical_menu li a:hover{
	background: rgb(47,101,148);
}

.icon{
	font-family:'FontAwesome', sans-serif;
}

.right_col{
	float:left;
	width: 85%;	
	}

.dashboard{
	width: 100%;
	float:left;
	background: #000000;
	
	}

.dashboard p{
	width: 100px;
	background: rgb(221,221,221);
	padding: 10px 20px 10px 20px;
	}

.message{	
	font-size:20px;
	color: #282828;
	float:left;
}

.message_menu{
	float:right;
}

.message_menu li{
	list-style: none;
	float:left;	
}


.message_menu li a{
	color: white;
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	background: rgb(69,69,69);
	margin-left: 10px;
	border-radius: 5px;
}

.message_menu li a:hover{
	text-decoration: underline;
}


hr{
	margin-top:10px;
	margin-bottom:10px;
}

.number{
}

.number li{
	float:left;
	list-style:none;	
}

.number li a{
display: block;
padding:5px 10px 5px 10px;
text-decoration:none;

}

.number li:last-child{
border-right:none;
}

.csv a{
	padding: 5px 15px 5px 15px;	
}

.create_report{
	/*width: 120px;*/
	float:left;
}

.create_report a{
	padding: 5px 15px 5px 15px;	
}

.search_n{
	width: 100%;
}

.search .search_n{
	margin:0px;
	width: 100%;
}

.search_f{
	height: 27px;
	border:1px solid #cacaca;
	background: #ffffff;
	border-radius: 5px 0 0 5px;	
}

.search_t{
	background:transparent;
	border:none;
	border-width: 0px;
}

.search_b{
	right:0px;
	top:0px;
	position: absolute;
	background: url(../images/search_arrow.jpg)no-repeat center center;
	width:28px;
	height:27px;
	border:none;
}

.search .search_b{
	background: url(../images/search_drop_arrow.png)no-repeat center center;	
}

.search_n input[type="text"]{
	padding: 4px 35px 0 10px;
	width: 100%;
}

.search_form{
	position: relative;
}


.search{
	padding: 10px;
	width:90%;
	}

.search li{
	list-style: none;
	display: inline-block;
	}
.search ul{
	padding: 5px 0;
	}

.width_20{
	width:28%;
}

.width_79{
	width:70%;
}

.width_39{
	width:34%;
}

.message_table{
	width:100%;
	}

.message_table li{
	display: inline-block;
	vertical-align: middle;
	}

.message_table .message_text{
	width: 55%;
	color:#454545;
	white-space: pre-wrap;
    margin-top: 3px;
    margin-bottom: 3px;
}

.message_table .message_mubmer{
	min-width:18%;
	margin-right: 5px;
}

.message_table .day_time{
	min-width:10%;
	margin-right: 5px;
	color:#437baa;
		
}


.message_table .quote{
	cursor:pointer;
	position: relative;
	float:right;
	height:40px;
	padding: 10px 10px;	
}

.message_icon{
	background: url(../images/user_icon.png)no-repeat center center;
	height:40px; 
	width:30px;
	margin-right:7px;

}
.message_check{
	width:20px;
	height:40px;
	padding: 10px 0;	
	margin-left: 5px;
}
}


@media only screen and (min-width:768px) and (max-width:800px){

.message_table ul:first-child{
	height: 30px;
	padding: 0px;
	}

.message_table ul:first-child .message_check{
	padding: 5px 0;
}

.message_table ul{
	padding: 5px 0;
	}

.tab_text{
	display: none;
}

.message_table .float_left{
	clear: both;
}

.message_table li{
	display: block;
	}

.message_table .message_text{
	float: left;
	width: 75%;	
	white-space: pre-wrap;
    margin-top: 3px;
    margin-bottom: 3px;
}

.message_table .message_mubmer{
	float:left;
}

.message_table .day_time{
	float:right;		
}

.message_table .quote{
	cursor:pointer;
	position: relative;
	float:right;
	height:40px;
	padding: 10px 10px;	
}

.message_icon{
	width:30px;
	float:left;

}
.message_check{
	float:left;	
}
}

@media only screen and (min-width:320px) and (max-width:360px){

.message_table ul:first-child{
	height: 30px;
	padding: 0px;
	}

.message_table ul:first-child .message_check{
	padding: 5px 0;
}

.message_table ul{
	padding: 5px 0;
	}

.mobile_text{
	display: none;
}

.message_table .float_left{
	clear: both;
}

.message_table li{
	display: block;
	}

.message_table .message_text{
	float: left;
	width: 60%;	
	white-space: pre-wrap;
    margin-top: 3px;
    margin-bottom: 3px;
}

.message_table .message_mubmer{
	float:left;
}

.message_table .day_time{
	float:right;		
}

.message_table .quote{
	cursor:pointer;
	position: relative;
	float:right;
	height:40px;
	padding: 10px 10px;	
}

.message_icon{
	width:30px;
	float:left;

}
.message_check{
	float:left;	
}
}

/* By Anand */
.bar:hover {
  fill: brown;
}

.axis {
  font: 12px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
/*
path.slice{
	stroke-width:2px;
}

polyline{
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}
*/
.highlight {
	background-color: #FFFF00
}

.chart{
  width: 100%;
}

.c3-area-spline {
    opacity:1;
}

.c3 svg {
	width:120%;
}

.showlinkcolor {
	color: #428bca;
}

.sender_title{
	color: #fff !important;
/* 	font-family: 'Roboto', sans-serif !important; */
	background: none !important;
	height: 0px !important;
}

.sender_icon {
	margin-left:5px;
}

.sender_table .sender_name{
	min-width:18%;
	margin-right: 15px;
}

.sender_table .sender_number{
	min-width:10%;
	margin-right: 10px;
	color:#437baa;		
}

.sender_table .sender_tag{
	width: 55%;
	color:#454545;
	white-space: pre-wrap;
    margin-top: 3px;
    margin-bottom: 3px;
}


.sender_table{
	margin-top: 10px;
	width:100%;
	background: #fff;
	}

.sender_table ul{
	height: 100%;	
	border-bottom: 1pt solid #cacaca;
	}

.sender_table .quote{
	cursor:pointer;
	position: relative;
	float:right;
	height:40px;
	padding: 10px 10px;	
}

.sender_table .header{
	height: 40px;
	background: #2f6594;
	border-radius: 5px 5px 0 0;
}

.sender_table li{
	display: inline-block;
	vertical-align: middle;
	}

.sender_tags{
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px;
	color: #454545;
	border-radius:6px;
	background: #DDDDDD;
	vertical-align: -webkit-baseline-middle;
}

.sender_tag_delete_icon {
	margin-left: 5px;
	color: #d9534f;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #DDDDDD;
}


/* For Changing Group Page Colors */ 
.panel-info>.message-heading {
	background: #2f6594;
	background-color: #2f6594;
}

.panel-info>.message-agent-heading {
	background: #666666;
	background-color: #666666;
}


.header-text {
	color: #ffffff;
}

.conversation-name {
	background-color: #ffffff;
}

#listofperson > a.list-group-item:focus {
	   color: #ffffff;
		background-color : rgb(47,101,148);
}

a.list-group-item-default {
	color: #ffffff;
		background-color : rgb(47,101,148);
}

#listofperson > a.list-group-item-default > .badge {
	   color: rgb(47,101,148);
		background-color : #ffffff;
}

.fa-rotate-45 {
    -ms-transform:rotate(45deg);     /* Internet Explorer 9 */
    -webkit-transform:rotate(45deg); /* Chrome, Safari, Opera */
    transform:rotate(45deg);         /* Standard syntax */
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  
  .assignedAgentStrip {
  }
   
  .verticalStripNoneAssigned { 	
 	position: relative;width: 15px;height: 40px;float: left;margin-left: -15px;margin-top: -10px;border-style: double;border-color: white;
  	background-color: #FFFFFF;
  }
   
 .verticalStripSelfAssigned { 	
 	position: relative;width: 15px;height: 40px;float: left;margin-left: -15px;margin-top: -10px;border-style: double;border-color: white;
  	background-color: #F49210;
  }
  
  .verticalStripOtherAssigned { 	
 	position: relative;width: 15px;height: 40px;float: left;margin-left: -15px;margin-top: -10px;border-style: double;border-color: white;
  	background-color: #B9DB0B;
  }
  
  /*   For New Contacts         */
.search_n1{
	position: relative;
	width: 360px;
	margin:0px;
	margin:10px 0;
	z-index:2;
}

.search_n1 input[type="text"]{
	padding: 4px 35px 0 10px;
	width: 10%;
	
}


.search_visible{
	width:100%;
	padding: 0;
	border:1pt solid #cdd3d3;
	box-shadow:0px 1px 1px -1px gray;
	border-radius: 5px 5px 5px 5px;
	background: #f9f9f9;
	position: relative;
	z-index:2;
	}

.search_visible li{
	list-style: none;
	display: inline-block;
	}
.search_visible ul{
	padding: 5px 0;
	}
   /*   For New Contacts END */
 
.infolink:after {
    content: '?';
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: right;
    font-size: 0.8em;
    line-height: 0.8em;
    border-radius: 50%;
    margin-left: 6px;
    margin-top: 6px;
    padding: 0.13em 0.2em 0.09em 0.2em;
    color: inherit;
    border: 1px solid;
    text-decoration: none;
}

.errorHoverAlert {
	display:none;
	/*width: 90%;
    border: groove red;
    text-align: right;*/
    position: absolute;
    background:ivory;
    z-index:1;
    color:black;
}
.errorHoverText {
	color:black;
}

#msgTmpltNameSpace:disabled {
	background:#dddddd;
}

#waTmpltRef:disabled {
	background:#dddddd;
}

.auto_source_response_text:disabled {
	background:#dddddd;
}
