#toolbar .mdxNeo-Head {
	height: 45px;
	border-bottom: #bec3c8 10px solid;
	margin-bottom: 0 !important;
}

.mdxNeo-removeBorder {
	display: none;
}

#outerContainer #contentLeft {
	visibility: visible;
}
/*#neofaxToolbar, .mainContainer {
    margin: 0 !important;
	}*/
.mdxNeo-drugSearchBlock {
	clear: both;
	min-height: 350px;  
}

.searchBlockContent, .tooltipInfoBlock {
	float: left;
	position: relative;
	width: 45%;
}

.infoIcon {
	cursor: pointer;
	position: absolute;
	margin-left: 36rem;
	margin-top: 0.5rem;
	z-index: 2;
}

.tooltipInfoBlock .infoIcon:hover+.dm_tooltip {
	display: block;
}

.dm_tooltip {
	position: absolute;
	left: 38rem;
	top: -38px;
	background-color: #fff;
	width: 306px;
	padding: 14px;
	color: #000;
	border: 1px solid #969696;
	border-radius: 3px;
	display: none;
	font-size: 16px;
}

.dm_tooltip::before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #969696;
	content: "";
	position: absolute;
	top: 45px;
	left: -10px;
}

.dm_tooltip::after {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #fff;
	content: "";
	position: absolute;
	top: 46px;
	left: -8px;
}

.dm_tooltip ul span {
	display: block;
	text-align: center;
	margin: 4px 100px 4px 0;
	font-size: 14px;
}

.dm_tooltip li:first-child {
	margin: 0;
}

.dm_tooltip li {
	margin-top: 3px;
	font-size: 14px;
}

.drugMonographSubTitleDiv {
	padding-left: 20px;
	padding-top: 30px;
	color: #7e8c8d;
	font-size: 1.625em;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
	font-family: arial, sans-serif;
	overflow: hidden;
}

.drugMonographSubTitleDiv.pageTitleBottom {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.drugSubTitleDiv {
	padding-left: 100px;
	padding: 40px 0 5px 100px;
	font-size: 0.9em;
}

.searchTextDiv {
	z-index: 1; padding-left : 100px;
	font-size: 1em;
	color: #333333;
	margin-bottom: 15px;
	position: absolute;
	padding-left: 100px;
}

.searchTextDiv img {
	position: absolute;
	top: 9px;
	left: 107px
}

.textInput {
	border: 2px solid #969696;
	height: 30px;
	width: 26rem;
	padding: 2px 0 2px 40px;
}

.drugMonographSupportDiv {
	background-color: #ddd;
	padding: 2% 7%;
	margin-left: 8px;
	overflow: hidden;
	font-size: 14px;
}

.panelOne, .panelTwo {
	width: 49%;
	float: left;
}

.panelTwo {
	float: right;
}

.panelOne h6, .panelTwo h6 {
	font-size: 16px;
	color: #000;
	margin: 10px 0;
	font-weight: normal;
}

.panelOne div, .panelTwo div {
	background: #fff;
	padding: 15px;
	min-height: 120px;
}

.panelOne ul, .panelTwo ul {
	padding: 0 0 0 20px;
}

.panelOne ul li, .panelTwo ul li {
	padding: 0 0 10px 0;
}

.list-tabs {
	margin-top: -21px;
}

.ul.list-tabs{
margin-left: -0.4rem
}

.dm_mode {
	font-weight: bold;
    font-size: 0.9em;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
}

.dm_searchButton {
	left: 0;
    position: absolute;
    top: 0.99rem;
    padding: 0rem;
    list-style: none;
    padding-top: 25px;
    width: 35rem;
    text-align: right;
}
.dm_searchButton .list-tabs {
	margin-left: 0;
	margin-right: 0;
	text-align: right;
}
.dm_searchButton  ul.list-tabs li {
	display: inline-block;
	margin-left: 0.3em;
	margin-right: 0;
}
.dropDownListWrapper {
	border: 1px solid #6888BC;
	background-color: #e5eef2;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: rgb(0, 0, 0);
	margin-left: 8%;
	width: 28.6em;
	background-position: 5px 4px;
	background-repeat: no-repeat;
	text-align: left;
	position: absolute;
	min-height: 25px !important;
	max-height: 250px  !important;
	overflow-x: hidden;
}

.dropDownListResult {
	padding: 1.2% 0% 1.0% 0.5%;
    cursor: pointer;
}

.listyle {
	padding: 1.2% 0% 1.0% 0.5%;
    cursor: pointer;
    color:#FFFFFF !important;
    background-color:#1675BE !important;
    font-weight: bolder !important;
}
.pageTitleBottom {
    margin-left: 10px !important;
    margin-right: 2px !important;
    
}