.no-border {
	border: none!important;
}

.table-hover>tbody>tr.no-hover {
    background-color:#e7e7e7!important;
}
.table-hover>tbody>tr.no-hover:hover {
    background-color:#e7e7e7!important;
}
.table-hover>tbody>tr.no-hover:hover > td{
    background-color:#e7e7e7!important;
}

.font-weight-light {
	font-weight: 300;
}
.font-weight-regular {
	font-weight: 400;
}
.font-weight-medium {
	font-weight: 500;
}
.font-weight-semibold {
	font-weight: 600;
}
.font-weight-bold {
	font-weight: 700;
}
.login-s-block{display: block; margin-top: 7px;}
.overflow-hidden{overflow: hidden;}


.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover {
	border: 0;
	padding: 10px;
}
.dropdown-settings {
	font-size: 1em;
}
.dropdown-settings>.active>a, .dropdown-settings>.active>a:focus, .dropdown-settings>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-settings>li>a {
	padding: 5px 15px;
}

.dropdown-settings>li {
	padding: 0;
	height: 36px;
	line-height: 26px;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar ul{margin:10px 0px;}
.profile-sidebar{padding:4px 0;}

.profile-usertitle-name{
	display:inline-block;
	font-size:18px;
	line-height:1.2;
	margin-bottom:8px;
}

.profile-usertitle-status .dropdown {
	margin: 0 0 15px 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.profile-usertitle-status .dropdown a.dropdown-toggle {
	height: inherit;
	width: inherit;
	padding: 0;
}
.profile-usertitle-status .dropdown a.dropdown-toggle, .profile-usertitle-status .dropdown a.dropdown-toggle:hover,
.profile-usertitle-status .dropdown a.dropdown-toggle:active, .profile-usertitle-status .dropdown a.dropdown-toggle:focus
{
	color: #aaa;
	text-decoration: none;
}
.profile-usertitle-status .dropdown a.dropdown-toggle em {
	margin: 0;
}

.profile-usertitle-status .dropdown a.dropdown-toggle .caret{
	margin-left: 8px;
}

.profile-usertitle-status .dropdown .dropdown-menu small {
	color: inherit;
}
.sidebar ul.nav li a{font-size:14px;}


.content .select-tab-title {
	margin-left: 18px;font-size: 20px;font-weight: 300;letter-spacing: 0.025em;line-height: 38px;color: #444444;
}

.content .data-table .clickable {
	cursor: pointer;
}

.content {
	min-height: 340px;
}

/*.dropdown-messages-box em.fa{margin:0 5px 0 0;}*/

/*.dropdown-messages-box .message-body{width:335px;margin:10px;}*/

/*.dropdown-messages-box .message-body a.row{display:block}.overflow-hidden{overflow:hidden;}*/