/*bs_header css*/
.display-inline-padding0 {
	display: inline !important;
	padding: 0px !important;
}
#bs-btn-text, #user-text {
	min-height: 34px;
	padding: 6px 15px;
}
.input-group > input, .input-group button {
	height: 34px !important;
}
.bootstrap_local .bs-navbar .list-group-item:not(.sub-item), .bootstrap_local .bs-navbar #calSubmenuList{
	border-right: 0px;
	border-left: 0px;
	margin-left: -15px;
	margin-right: -15px;
}
.bootstrap_local .bs-navbar .list-group-item:hover {
	background-color: #f5f5f5;
}
.bs-navbar .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.bootstrap_local .bs-navbar .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.bootstrap_local .bs-navbar .pagingMargin {
	margin: 0;
}
.bootstrap_local .bs-navbar .nav > li > a {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.bootstrap_local .bs-navbar .bs-dropdown-menu.bs-dropdown-menu-wide {
	min-width: 100%;
}
.bootstrap_local .calLi > a, .calLi > a:hover {
	color: inherit;
	text-decoration: none;
}
.bootstrap_local .bs-navbar .nav > li > a:hover, .bs-navbar .nav > li > a:focus, .aHover, #bs-btn-text:hover, #bs-btn-text:focus , #user-text:hover, #user-text:focus {
	background-color: #999999 !important;
	color: white !important;
	text-decoration: none !important;
}
.bootstrap_local .b_h_noticemsg, .referbox_clone{
	background-color: #4371a5;
	color: #fff;
	padding: 0 15px;
}
.bootstrap_local .noticeMessage a{
	color: #fff;
	text-decoration: underline;
}
.bootstrap_local .b_h_navbar{
	background-color: #fff;
	border-bottom: thin solid #D8D8D8
}
.bootstrap_local .b_h_col{
	padding: 10px 0;
}
.bootstrap_local .navbar-default{
	background-color: #fff;
	border: none;
	margin-top: 0;
}
.selected_menu > a {
	color: white !important;
}
.activeSelect > button {
	color: #333333 !important;
	background-color: #e6e6e6 !important;
	border-color: #adadad !important;
}
#bs-btn-text > .ellipsis {
	max-width: 160px;
}
.colorInherit.ellipsis {
	max-width: 100px;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	cursor: pointer;
}
.mm-listview .colorInherit.ellipsis {
	max-width: 98%;
}
.colorInherit {
	color: inherit;
}
.bootstrap_local .list-group {
	margin-bottom: 0px !important;
}
.dropdown-style {
	width: 400px; 
	padding: 0 15px !important;
}

.mm-listview .mm-next {
	position: absolute !important;
}
.list-group-item:after {
	border-bottom-style: none !important;
}
.bootstrap_local .non-bootstrap {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 1000px !important;
}
@media (min-width: 1000px) {
	.bootstrap_local .non-bootstrap {
		width: 1000px;
	}
}
@media (min-width: 768px) {
	.bootstrap_local .non-bootstrap {
		width: 100%
	}
}
@media (min-width: 1200px) {
	.bootstrap_local .non-bootstrap {
		width: 1000px;
	}
}
@media only screen and (max-width: 768px){ 
	#bsorgnetworklist_paging > .page, #bsorgnetworklist_paging > .next {
		clear: both;
	}
	#bsorgnetworklist_paging > .page ~ .page {
		clear: none;
	}
}
@media (min-width: 768px) {
	.bootstrap_local.mm-menu {
		display: none !important;
	}
	.site_li {
		border-top: inherit;
	}
}
@media (min-width: 1000px) {
	.mobile{
		display: none !important;
	}
}
.organizationType > .btn {
	padding-right: 25px !important;
}
.left-button-top-wrap {
	background-color: #F3F3F3;
}
.site_li {
	border-top: none !important;
}
.bs-navbar li.selected_menu > a > .svg_selected, .bs-navbar li > a:hover .svg_selected{ 
	background: url('../Caredove-WhiteLogo.svg');
	height: 24px;
	width: 85px;
	background-repeat: no-repeat;
	background-position: 0;
}
.bs-navbar li > a > .svg_selected, .xs-logo { 
	background: url('../Caredove.svg');
	height: 24px;
	width: 85px;
	background-repeat: no-repeat;
	background-position: 0;
}
.bootstrap_local .refermessageclear {
	margin-left: 30px;
}
.bootstrap_local .marginM1 {
	margin-top: -1px !important;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.tc_row .list-group-item:not(.boldText), .tc_row .list-group-item a { 
	font-weight: normal !important;
}
#server-message{
	color: red; 
	padding: 6px 15px; 
	font-size: 15px;
	background-color: #F3F3F3
}