.help-block{
	color: #f44336;
}
.hide{
	display: none !important;
}
.no-padding{
	padding: 0 !important;
}
.no-left-padding{
	padding-left: 0 !important;
}
.no-right-padding{
	padding-right: 0 !important;
}
.no-top-padding{
	padding-top: 0 !important;
}
.no-bottom-padding{
	padding-bottom: 0 !important;
}
.no-margin{
	margin: 0 !important;
}
.no-top-margin{
	margin-top: 0 !important;
}
.no-bottom-margin{
	margin-bottom: 0 !important;
}

@media (min-width: 768px){
	.site-navbar .navbar-container {
    margin-left: 500px;
	}
}

/*app menu css*/
.cust-app-menu{
	padding-left: 0 !important;
}
.top-app-head .app-title{
	padding: 7px;
  margin: 0;
  float: right;
}
.top-app-head a{
	color: #000 !important;
	/*color: #ffffff !important;*/
}
/*#thmTopBarBottom{

}*/
.top-app-head{
	background-color: rgba(40,53,147,.03);
	/*background-color: #3f51b5 !important;*/
	color: #ffffff !important;
}
/*app menu css ends*/

.ui-helper-hidden-accessible, .ui-helper-hidden-accessible *, .ui-tooltip.ui-widget.ui-corner-all.ui-widget-content{
	display: none !important;
}

/*header css*/
.site-navbar-small .site-navbar .navbar-brand{
	padding: 1.357rem 12px;
}

.site-navbar .navbar-header{
	width: auto;
}

#sys-title{
	font-weight: normal;
}

.modal .select2{
  width: 100% !important;
}
.select2-container--open{
  z-index: 2800 !important;
}

.site-menubar-light .site-menu-item>a.btnsupport_help, .site-menubar-light .site-menu-item>a.reset_sub_menu{
	padding: 10px;
	line-height: 15px;
}

.panel{
	box-shadow: none;
}
/*.input-search  #txtsearch.form-control{
	color: #ffffff !important;
}*/


/*chat sidebar css*/
#conversation.active #shortChatuploadFile{
	display: block;
}
#conversation #shortChatuploadFile{
	display: none;
}

#side_chat_pan.slidePanel .slidePanel-content .site-sidebar-tab-content.tab-content{
	height: 100%;
}
#short_chat_history.chats .time {
  margin: 20px 0;
}
#short_chat_history.chats{
	/*height: 400px;
  overflow-y: scroll !important;*/
  height: calc(100% - 110px);
  /*height: calc(100% - 145px);*/
  /*height: 100%;*/
  overflow-y: auto !important;
}
.site-sidebar .conversation-header{
	position: relative;
}

.site-sidebar .conversation .chats{
  position: relative;
  top: auto;
  /*margin-top: 50px;*/
  /*margin-top: 90px;*/
  /*padding-bottom: 160px;*/
  padding-top: 15px;
}

#conversation .conversation-reply textarea#txt_short_new_chat_msg{
	width: 211px;
	/*width: 246px;*/
	/*width: 300px;*/
	border: 0;
}
#conversation .conversation-reply #short_chat_submit button#btnsendchat{
	border-radius: 0;
	font-size: 25px;
	padding: 8px 15px;
	z-index: 3 !important;
}

#short_chat_history.chats .chat .chat-body .chat-content a{
	color: #36459b;
	/*color: #ffffff;*/
	text-decoration: underline;
}
#short_chat_history.chats .chat .chat-body .chat-content a.chatimageatta{
	background-size: cover;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
}
#short_chat_history.chats .chat .chat-body .chat-content a img{
	display: none;
}
#short_chat_history.chats .time {
  /*margin: 40px 0;*/
  margin: 5px 0;
  font-size: 12px;
  color: #9e9e9e;
  text-align: center;
}
#short_chat_history .msgTime {
  margin: 0;
  font-size: 9px;
  text-align: right;
  color: #999;
}

#side_chat_pan{
	width: 0;
	box-shadow: none;
  border-left: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
#side_chat_pan.slidePanel .slidePanel-content #conversation.conversation .conversation-header>*{
	padding: 0px 10px;
  line-height: 50px;
  color: #ffffff;
}
#chat_user_list a.list-group-item{
	border-radius: 0 !important;
}
#chat_user_list.list-group{
	margin-top: 20px;
}
.chat_content{
	padding: 20px 30px;
}
.chat_active_action{
	border-right: 0;
}
.close_chat_action{
	border-left: 0;
}



/*chat css redefined*/
	.chat-left .chat-content:before{
		border-right-color: #36befd;
	}
	.chat-left .chat-content{
		background: #36befd;
    background: -moz-linear-gradient(-45deg, #36befd 1%, #6461f6 750px);
    background: -webkit-linear-gradient(-45deg, #36befd 1%, #6461f6 750px);
    background: linear-gradient(135deg, #36befd 1%, #6461f6 750px);
    box-shadow: 0 15px 20px -15px rgba(0, 0, 255, 0.3), 0 55px 50px -35px rgba(0, 0, 255, 0.3);
    text-shadow: 0px 1px 3px rgba(0, 0, 255, 0.15);
    text-align: left;
    color: #ffffff;
	}
	.chat-content{
		background: #EAEEF7;
    box-shadow: 0 15px 20px -15px rgba(35, 35, 129, 0.09), 0 55px 50px -35px rgba(35, 35, 129, 0.08);
    float: right;
    /*text-align: right;*/
    color: #425E88;
	}
	.chat-content:before{
		border-left-color: #EAEEF7;
		/*#c8d9ff*/
	}
	#short_chat_history .msgTime{
    /*color: #425E88;*/
	}
	#short_chat_history .chat-left .msgTime{
    color: #ffffff;
	}
/*chat css redefined ends*/

/*chat sidebar css ends*/