@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f1f1f1;
	color: #fff;
}


/* apply a natural box layout model to all form elements */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Common Classes */

input,
select,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
	/*border-color:#939393;*/
	margin: 0;
}

.wrapper {
	width: auto;
	margin: 0;
	max-width: none;
}

.wrap_bord {
	border: none;
}

.dashboard_body {
	padding-top: 56px;
	background-color: #f1f1f1;
}

.health_body .default_body_wrap {
	padding-top: 76px;
}

.header {
	/* background-color:#cccccc; */
	/*height:56px;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.header .wrapper {
	padding: 0 10px;
}

.search-wrap {
	margin-left: 17px;
}

.admin_col2 {
	float: left;
}

.admin_col3 {
	float: right;
	width: 260px;
	padding: 15px;
	background-color: #fff;
	position: relative;
}

.admin_col3:after {
	content: "";
	display: block;
	border-left: 1px solid #d2d2d2;
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.graph_block {
	font-size: 12px;
	color: #323232;
	font-weight: 300;
	margin-bottom: 15px;
}

.admin_col3 h3 {
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b1b1b1;
}

.admin_col1 {
	position: relative;
	overflow: hidden;
	background: #FFF;
	border-left: 1px solid #dcdcdc;
	color: #000;
	padding: 20px 20px 68px;
	min-height: 530px !important;
}

.header ul.info_list li.email a.eml,
.header ul.info_list li.notification a.notf {
	height: 38px;
	width: 30px;
}

.header ul.info_list li.setting {
	height: 55px;
}

.header ul.info_list li ul.setting_dropdown {
	top: 55px;
}

.search a.filter_search,
.search a.live_filter_search {
	height: 31px;
	width: 38px;
}

.search a.filter_search.active,
.search a.live_filter_search.active {
	height: 31px;
	width: 38px;
}

/* Button */
.insurer-bar li.button-grp {
	float: right;
	line-height: normal;
	margin-right: 32px;
}

.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	/*vertical-align: middle;*/
	white-space: nowrap;
}

.btn.blue {
	background-color: #4D90FE;
	color: #FFFFFF;
	text-shadow: none;
}

.btn.grey {
	background-color: #282828;
	color: #FFFFFF;
	text-shadow: none;
}

.page-sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
}

.page-sidebar-menu>li>a {
	display: block;
	position: relative;
	margin: 0;
	border: 0px;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}

/* end: sidebar menu badges */
.page-sidebar-menu .sub-menu {
	padding: 0;
}

.page-sidebar-menu>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	margin: 0px;
}

.page-sidebar-menu>li.active>ul.sub-menu {
	display: block;
}

.page-sidebar-menu>li>ul.sub-menu>li {
	background: none;
	margin: 0px;
	padding: 0px;
}

.page-sidebar-menu>li>ul.sub-menu>li a i {
	font-size: 12px;
	width: auto;
	margin-right: 5px;
}

.page-sidebar-menu>li>ul.sub-menu>li>a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px;
	padding-left: 18px !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	background: #f1f1f1;
	border-bottom: solid 1px #ddd;
	color: #818181;
}

/***
Sidebar toggler(show/hide)
***/
.page-sidebar-menu2 {
	background: url(../images/default/navigation-bg.jpg) 0 0 repeat-x;
}

.sidebar-toggler {
	cursor: pointer;
	/*filter: alpha(opacity=50);*/
	width: 35px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../images/default/sidebar-toggler.png);
}

.page-sidebar-closed .sidebar-toggler {
	background-position: 0 100%;
}

.sidebar-toggler:hover {
	/*filter: alpha(opacity=100);*/
	opacity: 1;
}

.page-sidebar .sidebar-toggler {
	margin-top: 0;
	margin-left: 135px;
}

.header.navbar .sidebar-toggler {
	float: left;
	display: inline-block;
	margin-top: 6px;
	margin-left: -42px;
}

/***
Page sidebar
***/
.page-sidebar {
	width: 170px;
	float: left;
	position: relative;
	margin-right: -100%;
	background-color: #f1f1f1;
	font-family: 'Open Sans', sans-serif;
	/*font-size:14px;*/
	font-style: normal;
	font-weight: 300;
}

.page-sidebar.navbar-collapse {
	max-height: none !important;
}

.page-sidebar-closed .page-sidebar .sidebar-toggler {
	margin-left: 0;
}

.page-sidebar-closed .page-sidebar-menu>li>a .selected {
	right: -3px !important;
}

.page-sidebar-closed .page-sidebar-menu>li>a>.title,
.page-sidebar-closed .page-sidebar-menu>li>a>.arrow {
	display: none !important;
}

.page-sidebar-closed .page-sidebar-menu>li>a {
	padding-left: 9px;
}

.page-sidebar-closed .page-sidebar-menu>li:hover {
	width: 236px !important;
	position: relative !important;
	z-index: 2000;
	display: block !important;
}

.page-sidebar-closed .page-sidebar-menu>li:hover .title {
	display: inline !important;
}

.page-sidebar-closed .page-sidebar-menu>li>.sub-menu {
	display: none !important;
}

.page-sidebar-closed .page-sidebar-menu>li:hover>.sub-menu {
	width: 200px;
	position: absolute;
	z-index: 2000;
	left: 36px;
	margin-top: 0;
	top: 100%;
	display: block !important;
}

.page-sidebar-closed .page-sidebar-menu>li:hover>.sub-menu>li>.sub-menu,
.page-sidebar-closed .page-sidebar-menu>li:hover>.sub-menu>li>.sub-menu>li>.sub-menu {
	width: 200px;
}

/* sidebar container */
.page-sidebar-closed .page-sidebar {
	width: 35px;
}

/*ul.page-sidebar-menu > li {
	font-size:14px;
}*/
.page-sidebar ul>li>a>.arrow:before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	margin-top: 3px;
	background: url(../images/default/toggle-icon.gif) 0 0 no-repeat;
}

.page-sidebar ul>li>a>.arrow:after {
	border: none !important;
}

.page-sidebar-menu>li>a>.arrow.open:before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	color: #000;
	float: right;
	margin-top: -18px;
	background: url(../images/default/toggle-icon.gif) 0 100% no-repeat;
}

ul.page-sidebar-menu>li>a {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #fff;
	color: #373737;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	height: 39px;
}

ul.page-sidebar-menu>li.last>a {
	border-bottom: 1px solid transparent;
}

ul.page-sidebar-menu>li a i {
	color: #666666;
	font-size: 14px;
	margin-right: 9px;
	width: 10px;
}

ul.page-sidebar-menu>li.open>a i,
ul.page-sidebar-menu>li:hover>a i {
	color: #000;
}

ul.page-sidebar-menu>li.active>a,
ul.page-sidebar-menu>li>a:hover,
ul.page-sidebar-menu>li:hover>a {
	background: #4c9cdb;
	color: #fff;
	text-shadow: 1px 1px 1px #4c9cdb;
	border-top: 1px solid #4c9cdb;
}

ul.page-sidebar-menu>li.active>a {
	background: #4c9cdb;
	border-top-color: transparent;
	color: #ffffff;
}

ul.page-sidebar-menu>li:hover>a i,
ul.page-sidebar-menu>li.open>a i,
ul.page-sidebar-menu>li.active>a i {
	color: #ffffff;
	text-shadow: 1px 1px 1px #4c9cdb;
}

ul.page-sidebar-menu>li>ul.sub-menu>li:first-child>a {
	border-top: 0px;
}

ul.page-sidebar-menu>li>ul.sub-menu>li.active>a,
ul.page-sidebar-menu>li>ul.sub-menu>li>a:hover {
	color: #000;
	/*background: #eee;*/
	background: #d5d5d5;
}

ul.page-sidebar-menu>li>ul.sub-menu>li>a:hover,
ul.page-sidebar-menu>li>ul.sub-menu>li>a.select {
	/*background: #cdcdcd;*/
	color: #3d3d3d;
}

ul.page-sidebar-menu>li>ul.sub-menu>li>a.select {
	background: #d5d5d5;
	color: #000;
}

/* 3rd level sub menu */
ul.page-sidebar-menu>li>ul.sub-menu li>ul.sub-menu>li.active>a,
ul.page-sidebar-menu>li>ul.sub-menu li>ul.sub-menu>li>a:hover,
ul.page-sidebar-menu>li>ul.sub-menu li.open>a {
	color: #ffffff;
	/* background: #575757;*/
}

/* font color for all sub menu links*/
ul.page-sidebar-menu li>ul.sub-menu>li>a {
	color: #787878;
	font-size: 12px;
	border: none;
	text-transform: none;
	/*border-right:1px solid #DDDDDD;*/
}

/* menu arrows */
ul.page-sidebar-menu>li>a .arrow:before,
ul.page-sidebar-menu>li>a .arrow.open:before {
	color: #949494;
}

ul.page-sidebar-menu>li>ul.sub-menu a .arrow:before,
ul.page-sidebar-menu>li>ul.sub-menu a .arrow.open:before {
	color: #949494;
}

ul.page-sidebar-menu>li>a>.arrow.open:before {
	color: #000;
}

ul.page-sidebar-menu>li:hover>a .arrow:before,
ul.page-sidebar-menu>li.active>a .arrow:before,
ul.page-sidebar-menu>li.active>a .arrow.open:before {
	color: #000;
}

/* Table */
.table_listing {
	border: none;
}

.table_listing th,
.table_listing td {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.table_listing th {
	background: none;
	border: none;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}

.table_listing td {
	border: none;
	border-bottom: 1px dotted #acacac;
}

.admin_search input,
.admin_search select {
	font-size: 15px;
	line-height: normal;
	color: #6b6b6b;
	font-weight: 400;
	width: 15%;
	padding: 0 10px;
	margin: 0;
	height: 30px;
	background: #fff;
}

.admin_search select.small {
	width: 100px;
	border-left: none;
}

.admin_search input.button {}

.admin_search textarea {
	min-width: 50%;
}

.admin_search .button {
	min-width: 40px !important;
	margin: 0 0 0 2px !important;
}

.table_listing .inner_table td {
	font-size: 13px;
	text-transform: none;
	border: none;
	border-right: 1px dotted #d5d5d5;
	padding: 0 !important;
	height: 23px;
	text-align: center;
}

.table_listing th .inner_table td {
	color: #986425;
	background: #f9f9f9;
	border-top: 1px solid #f4f4f4;
}

.table_listing2 th {
	padding: 3px 0 0 0 !important;
	border-right: 1px solid #b1b1b1;
}

.table_listing2 th:nth-child(1),
.table_listing2 th:nth-child(2) {
	padding-left: 10px !important;
}

.table_listing2 td {
	padding: 0 0 0 0 !important;
	border-right: 1px solid #b1b1b1;
}

.table_listing2 th.gap {
	padding-left: 10px !important;
}

.table_listing .inner_table td:last-child,
.table_listing2 th:last-child,
.table_listing2 td:last-child {
	border-right: none;
}

.table_listing2 td.gap {
	padding: 7px 10px !important;
}

ul.tabs {
	display: block;
	/*font-size: 0;*/
	letter-spacing: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px !important;
	position: relative;
}

ul.tabs li span,
ul.searchForm li span {
	background: #efeeec none repeat scroll 0 0;
	color: #000;
	cursor: pointer;
	height: auto;
	padding: 0 5px;
	text-align: center;
}

ul.tabs li a,
ul.tabs li span,
ul.searchForm li a,
ul.searchForm li span {
	display: block;
	float: left;
	font-weight: bold;
}

.default_body_wrap {
	padding-top: 60px;
	padding-bottom: 44px;
}

/* admin */
/* Admin Search */
.admin_search {
	font-size: 0;
	letter-spacing: 0;
	vertical-align: top;
	text-align: right;
	padding-bottom: 10px;
}

.admin_search input,
.admin_search select {
	display: inline-block;
	margin: 0 !important;
	vertical-align: top;
	min-height: 25px;
}

.admin_search input[type='submit'] {
	min-width: inherit;
	width: auto;
}

.clearLeft {
	clear: left;
	overflow: hidden;
}

/*Start: Top Search*/
.top_search {
	padding: 0px;
	border: 1px solid #ccc;
	overflow: hidden;
	z-index: 9999999;
	color: #666;
	background: #fff;
}

.top_search_common {
	border: 1px solid #dadad9;
	border-top: 0;
	font-size: 12px;
	width: auto !important;
}

.top_search ul {
	padding: 0;
	margin: 0;
}

.top_search li {
	width: auto;
	padding: 5px 7px;
	margin: 0;
	border-bottom: 1px solid #e7d6f2;
	cursor: pointer;
	clear: both;
	overflow: hidden;
}

.top_search li a {
	color: #6b6b6b;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.top_search_common ul li {
	background: #f7f7f7 !important;
}

.top_search_common .ac_over {
	background-color: #e9e9e8 !important;
	color: #000;
}

.top_search .ac_over {
	padding: 5px 7px;
}

.top_search .ac_over .profileImg {}

.ac_over {
	background-color: #f1f1f1;
	color: #000;
}

.top_search .profileImg {
	margin: 0 10px 0 0;
	position: static;
}

.top_search li p {
	font-size: 11px;
	padding: 0;
	line-height: normal;
	margin: 0;
}

img.medium {
	height: 50px;
	width: 50px;
}

.profileImg {
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
}

.top_search .more {
	/*height:30px;*/
	display: block;
	text-align: center;
	color: #000;
	background: #f3e8fa;
	padding: 5px 0 10px;
	margin: -5px -7px;
	border-top: 1px solid #e7d6f2;
}

.top_search .more:hover {
	color: #000;
	background: #e5d8ee;
}

.top_search .more p {
	padding: 0;
	margin: 0;
}


/*End: Top Search*/


/* admin */

.basic_info .f_row {
	font-size: 13px;
	margin-bottom: 10px;
}

.f_row {
	margin-bottom: 10px;
	text-align: left;
}

.f_row:after {
	content: "";
	display: table;
	clear: left;
}

.basic_info .f_row label {
	color: #000;
}

.basic_info .f_row label.checkbox {
	/*font-size:13px;*/
	line-height: 24px;
	text-transform: none;
	width: auto;
	margin: 0 10px 0 0;
	float: left;
}


/* Advance form design */

.basic_info .f_row.half_f_row {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.basic_info .f_row.half_f_row.fRight {
	float: none;
	margin-left: 10px;
}

.basic_info .f_row.half_f_row input[type="text"],
.basic_info .f_row.half_f_row select,
.basic_info .f_row.half_f_row textarea {
	width: 100%;
}

.basic_info .f_row.half_f_row input.btn[type="button"],
.basic_info .f_row.half_f_row input.btn[type="submit"] {
	/*margin-top:21px;*/
}

.search_box {
	background: #efeeec;
	padding: 20px;
	margin-bottom: 20px;
	/*border:1px [border_solid] #f1f1f1;*/
}

.button {
	min-width: 80px;
	margin-top: 15px !important;
}

.admin_advSearch .button {
	margin-top: 0 !important;
}

.popup_wrap .f_row.small_select select,
.popup_wrap .f_row.small_select input[type="text"] {
	width: 25%;
	margin: 0 5px 0 0;
}

.fileimage {
	padding-top: 10px;
}

.popup_wrap .f_row input[type='text'],
.popup_wrap .f_row input[type='file'],
.popup_wrap .f_row input[type='password'],
.popup_wrap .f_row select,
.popup_wrap .f_row textarea {
	width: 100%;
}

.popup_wrap .f_row.small_select select,
.popup_wrap .f_row.small_select input[type="text"] {
	width: 25%;
	margin: 0 5px 0 0;
}

.verfy_right {
	overflow: hidden;
	margin-bottom: 20px;
}

.popup_wrap .f_row.fLeft {
	padding-top: 12px;
	margin-right: 20px;
}

.popup_wrap .f_row.fLeft input[type="file"] {
	border: none;
}

.popup_wrap .f_row label span,
.popup_wrap .f_row label span.mandatory {
	color: #ff5105;
}

.view_support_admin .f_row {
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
}

.view_support_admin .f_row p {
	font-size: 13px;
	color: #444444;
}


/* Admin User Styling */

.listingBox {
	font-size: 13px;
	color: #8C8B8B;
	width: auto;
	padding: 5px 7px;
	border-bottom: 1px [border_solid] [light_greay_color];
}

.listingBox p {
	font-size: 11px;
	color: #929292;
}

.post_meta.listing_post_meta ul {
	background-color: #f3f3f3;
	border-bottom: 4px [border_solid] #efefef;
	font-size: 0;
	letter-spacing: 0;
	list-style: none outside none;
	margin: 0;
	padding: 10px;
}

.post_meta.listing_post_meta ul li {
	font-size: 13px;
}

.post_meta.listing_post_meta ul li span {
	color: #ff8200;
}


/* Chat History */

.admin_search.chat_history {
	width: 435px;
}

.admin_search.chat_history ul.token-input-list {
	float: left;
	width: 64%;
	border-color: #BAD2DB;
}

.admin_search.chat_history ul.token-input-list li.token-input-input-token {
	height: 23px;
}

.token-input-dropdown ul {
	width: 100% !important;
}

.contactBox li .listDisplay li {
	line-height: normal;
	overflow: hidden;
	border-bottom: 1px [border_solid] inherit;
}

img.changeStatus {
	cursor: pointer;
}


/* Added on 07/08/14 */

.user_listings {
	margin: 0 8px;
	padding: 4px;
	border: 1px [border_solid] #fcfcfc;
	display: inline-block;
}

.user_listings:hover {
	border: 1px inset #999;
	text-decoration: none;
	background:
		/*url([edit_list_icon]) 96% 50% [no_repeat]*/
		[white];
}

.user_listings a {
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	padding: 0 5px;
}

.user_listings a.edit_listing {
	background: url([edit_list_icon]) 96% 50% [no_repeat];
	width: 12px;
	height: 12px;
	position: relative;
	top: 3px;
	display: none;
}

.user_listings:hover a.edit_listing {
	display: inline-block;
}

a.edit_listing_more {
	position: relative;
	top: -1px;
	left: -7px;
	padding: 5px;
	font-size: 13px;
	font-weight: [font_weight_bold];
}

a.edit_listing_more:hover {
	text-decoration: none;
	color: [black];
}


/* Added on 08/08/14 */

.listingBox span.label {
	background-color: #9e9e9e;
	color: [white];
	display: inline-block;
	font-size: 10px;
	font-weight: [font_weight_bold];
	line-height: 13px;
	padding: 0 2px;
}


/* Added on 19/08/14 */

.showJobInfo {
	font-size: 16px;
	line-height: normal;
	font-weight: [font_weight_light];
	color: #6c6c6c;
}

.profile_tab_bar {
	height: 40px;
	background-color: #f3f3f3;
	border-top: 1px [border_solid] #d2d2d2;
	border-bottom: 1px [border_solid] #eee;
	margin: -26px -26px 20px;
	position: relative;
}

a.mob_tab_nav {
	width: 20px;
	height: 14px;
	font-size: 0;
	text-indent: -100000px;
	background: url(../images/default/mob_tab_nav.gif) [bg_center_hori] [no_repeat];
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 99;
	display: none;
}

a.mob_tab_nav:hover,
a.mob_tab_nav.active {
	background-position: 50% 100%;
}

ul.profile_tab {
	text-align: left;
	padding-top: 10px;
	font-size: 0;
	letter-spacing: 0;
	margin: 0;
}

ul.profile_tab li {
	display: inline-block;
	line-height: normal;
	margin: 0 20px;
	vertical-align: top;
}

ul.profile_tab li ul {
	margin: 0;
}

ul.profile_tab li.moreTab {
	margin: 0;
}

#profile_tab2 {
	display: none;
}

ul.profile_tab li a {
	font-size: 14px;
	color: #424242;
	font-weight: [font_weight_light];
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}

ul.profile_tab li a:hover,
ul.profile_tab li a.active {
	color: #0075cf;
}

ul.profile_tab li a.active {
	font-weight: [font_weight_bold];
}

ul.profile_tab li.tabMobile {
	font-size: 18px;
	color: #424242;
	font-weight: [font_weight_light];
	font-style: normal;
	line-height: 8px;
	margin: 0;
	cursor: pointer;
	display: none;
}

.p_tab {
	padding: 20px 0;
	display: none;
}

.post_meta {
	padding: 4px 0 0;
	display: block;
	height: auto;
}

.post_meta.post_meta_vote {
	margin: -10px 0 6px;
}

.post_meta ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: 0;
}

.post_meta ul li {
	display: inline-block;
	vertical-align: top;
	background: url([site_main_icon_set]) 100% -762px [no_repeat];
	padding: 0 8px;
	margin: 0;
	font-size: 13px;
	line-height: 13px;
}

.post_meta ul li span {
	font-size: 11px;
}

.post_meta ul li span.like_dislike,
.comment_meta span.like_dislike,
span.like_dislike {}

.post_meta ul li span.like_dislike a,
.comment_meta span.like_dislike a,
span.like_dislike a {
	margin-left: 4px;
	position: relative;
	top: 0;
}

.popup_wrap {
	color: #333;
}

ul.login_tab {
	margin-bottom: 10px;
}

.topGap {
	padding-top: 20px;
}

.popup_wrap .f_row label.checkbox {
	float: left;
	font-weight: normal;
	line-height: normal;
	margin-right: 10px;
}

span.colon {
	display: none;
}

.footer {
	border: none;
}

.table_scroll {
	overflow: auto;
}

.project_tasks_admin {
	table-layout: fixed;
	border: 1px solid #b1b1b1;
}

.project_tasks_admin thead {
	background-color: #fff;
}

.project_tasks_admin th {
	font-weight: 700;
}

.project_tasks_admin th,
.project_tasks_admin td {
	padding: 3px;
	border: 1px solid #d4d4d4;
}

.project_tasks_admin td a {
	color: #fff;
}

.project_tasks_admin td a span {
	display: block;
	/*width: 100%;*/
	width: auto !important;
	overflow: hidden;
	white-space: pre;
	/*text-overflow: ellipsis;*/
}

.ru_rotate {
	height: 150px;
	text-align: left;
	vertical-align: bottom !important;
}

th.ru_rotate>div {
	width: 50px;
	position: relative;
	top: 0px;
	white-space: nowrap;
	left: 50%;
	transform-origin: left;
	transform: translate(50%, 0%) rotate(90deg);
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.inline-check.custom-checkbox.custom-inline-checkbox {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-style: normal;
	border: 1px solid #999898;
	padding: 2px 5px;
	border-radius: 3px;
	margin: 5px 3px 0;
}

.data_table td.chk-wrap {
	padding: 0;
	border: none;
}

ul.tabs.alignForm li {
	width: 30%;
	float: left;
	margin-bottom: 6px;
}

ul.tabs.alignForm li.norm {
	width: auto;
}

.group-options li {
	position: relative;
}

.group-options li .status-select-dropdown {
	left: 0;
}

.group-options li .status-select-dropdown:after,
.group-options li .status-select-dropdown:before {
	left: 20px;
}

.page-loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	z-index: 9999;
}

.page-loading:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.page-loading img {
	width: 96px;
	display: inline-block;
	vertical-align: middle;
}

.member-invited li .project-status,
.member-invited li .role-status {}

ul.agenda_tab {
	font: 0/0 'Open Sans', Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #D1D6CB;
	text-align: left;
}

ul.agenda_tab li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 5px;
	position: relative;
	bottom: -1px;
}

ul.login_tab {
	border-bottom: 1px dashed #D1D6CB;
	padding-bottom: 5px;
	text-align: left;
}

ul.login_tab li {
	display: inline-block;
	position: relative;
}

ul.login_tab:first-child {
	text-transform: uppercase;
}

ul.login_tab li.logtime {
	width: 13%;
}

ul.agenda_tab li a {
	display: block;
	padding: 10px 14px 9px 14px;
	color: #CE3A00;
	font-size: 13px;
	line-height: normal;
	font-weight: 300;
	font-style: normal;
	position: relative;
	bottom: -1px;
	text-decoration: none;
}

ul.agenda_tab li a span {
	color: #2e2e2e;
	font-size: 11px;
	display: block;
}

ul.agenda_tab li a:hover {
	color: #000;
}

ul.agenda_tab li a.selected {
	border: 1px dashed #D1D6CB;
	border-bottom: none;
	background: #F7F7F7;
	color: #000;
	padding: 9px 13px 9px 13px;
}

.account-setting-wrap ul.login_history {
	border-bottom: 1px dashed #D1D6CB;
	padding: 5px 0;
	text-align: left;
}

.account-setting-wrap ul.login_history li {
	display: inline-block;
	position: relative;
	width: 13%;
	padding: 0 15px;
	border: none;
}

.account-setting-wrap ul.login_history li:nth-child(2n) {
	background: none;
}

.account-setting-wrap ul.login_history:first-child {
	text-transform: uppercase;
	background: none;
}

.account-setting-wrap ul.login_history:first-child li {
	font-weight: 600;
	white-space: pre;
}

.listingBox.listingBox2 {
	padding: 10px;
}

.listingBox.listingBox2:nth-child(2n) {
	background-color: #fff;
}

.account-setting-wrap ul.login_history:nth-child(2n) {
	background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
}

button.btnIcon {
	border: none;
	background: none;
	height: 36px;
	cursor: pointer;
}

button.btnIcon .fa {
	font-size: 14px;
}

button.btnIcon.search {
	width: 30px;
	background-color: #efdbc1;
	margin-left: -6px;
}