

/*------------------------------------------*/
/* CSS RESET
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
/*------------------------------------------*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

/* Ad placement banners */
.skycrapperfixedLeft {
	position: fixed;
	top: 20px;
	left: 5px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}
.dictonaryDisclaimer{
	float: right;
	width: 100%;
}

.padding10{
	padding: 10px;
}

.padding20{
	padding: 20px;
}

.skycrapper-left {
	position: inherit;
	top: 0em;
	overflow: hidden;
	/*as we dont have ads now solomno block is taking more than the ad space in few pages so lockin it to 160*/
	/*max-width: 160px;*/
}

/*FOR TESTING AD SLOTS ONLY */
/*#ML_Leaderboard_Top,*/
/*#ML_In_Content_Top,*/
/*#ML_Skyscraper_Left,*/
/*#ML_Flex_Middle,*/
/*#ML_Flex_Bottom,*/
/*#ML_Mobile_Bottom,*/
/*#ML_Mobile_Top {*/
/*background: salmon;*/
/*display: block!important;*/
/*}*/

#ML_In_Content_Top,#ML_Mobile_Top,#ML_Mobile_Bottom {
	text-align: center;
}

#ML_Flex_Middle {
	padding: 10px 0px;
}

#ML_Flex_Bottom {
    margin: 20px 0 0;
}

#ML_Mobile_Top {
	/*padding: 10px 0px ;*/
	    padding: 30px 0px;
}

.paddingLeft20{
	padding-left: 20px;
}

/*#drugs .paddingLeft20{
	padding-left: 0px;
}*/


@media only screen and (min-width: 999px) {
	
	#abbreviations_detail .small-2.floatleft.ad-responsive,
	#drugs .small-2.floatleft.ad-responsive,
	#dictionary .small-2.floatleft.ad-responsive,
	#equipment .small-2.floatleft.ad-responsive{
	    width: 19.66667%;}

	#abbreviations_detail .small-10.floatright.paddingLeft20.abbreviation-detail-content-result-responsive,	
	#drugs .small-10.floatright.content-result-responsive,
	#dictionary .small-10.floatright.content-result-responsive,  
	#equipment .small-10.floatright.content-result-responsive{
	    width: 80.33333%;}

}


@media only screen and (min-width: 801px) {
	
	#abbreviations_detail .small-2.floatleft.ad-responsive,
	#drugs .small-2.floatleft.ad-responsive,
	#dictionary .small-2.floatleft.ad-responsive,
	#equipment .small-2.floatleft.ad-responsive{
	    width: 21.66667%;}

	#abbreviations_detail .small-10.floatright.paddingLeft20.abbreviation-detail-content-result-responsive,	
	#drugs .small-10.floatright.content-result-responsive,
	#dictionary .small-10.floatright.content-result-responsive,  
	#equipment .small-10.floatright.content-result-responsive{
	    width: 78.33333%;}

}


@media (min-width: 768px) and (max-width: 800px) {
	#abbreviations_detail .small-2.floatleft.ad-responsive,
	#drugs .small-2.floatleft.ad-responsive,
	#dictionary .small-2.floatleft.ad-responsive,
	#equipment .small-2.floatleft.ad-responsive{
	width: 25%;}

	#abbreviations_detail .small-10.floatright.paddingLeft20.abbreviation-detail-content-result-responsive,	
	#drugs .small-10.floatright.content-result-responsive,
	#dictionary .small-10.floatright.content-result-responsive,  
	#equipment .small-10.floatright.content-result-responsive{
	width: 75%;}

	.abbreviation-detail-content-result-responsive{
		/*should check this once*/
		padding-left: 0px;
		padding-right: 0px;
		overflow: hidden;
	}

	/*#abbreviations .content-result-responsive.small-9.floatright.paddingLeft9.padding-left-right-20{
		width: 66.66667%;
	}*/
}

@media only screen and (max-width: 768px) {

	#abbrevations #start-of-skycrapper .small-2, #hospitals #start-of-skycrapper .small-2{
		width: 32.66667%;
	}
}

@media only screen and (max-width: 550px) {
	.ad-responsive{
		display: none !important;
	}
	.content-result-responsive{
		float: left;
		width: 100% !important;
	    padding-left: 0;
	}
	.search-results .type_info .default-message{
		padding: 10px;
	}
	.search_btn{
		display: none;
	}
}

@media only screen and (max-width: 500px) {

	.ad-responsive{
		display: none !important;}

	.abbreviation-detail-content-result-responsive{
		/*should check this once*/
		padding-left: 0px;
		padding-right: 0px;
		float: left;
		width: 100% !important;}

	#ml_below_search{
		background: salmon;
		display: block!important;}
	.full-width{
		width: 100%;
		padding: 10px;}
	.no-results-found{
		padding:10px;}
	.other-possible-results{
		border-bottom: none !important;}

	#search-icon{
		display: block;}

}


@media only screen and (min-width: 768px) {
	
.other-possible-results{
border-bottom: none !important;}

}

/*this is desktop version*/
.ad-responsive{
	: block;}

.itm-odd{
background: #f7f7f7;}

.search-results .list-item {
overflow: hidden;
padding: 0 10px;}

#dictionary-results li div.list-item,
#drugs_info li div.list-item,
#equipment_info li div.list-item,	
#hospital_info li div.list-item {
margin: 10px 0;
padding: 10px;}	


.back-button-holder{
	border-bottom: #ccc solid 1px;
	margin-bottom: 10px;}
	
.title-box-title{
	width: 40px;}
	
.horizontal-divder{
	color: #bbb;
	padding: 0px 5px;}
	
.padding-left-10{
	padding-left: 10px;}
	
.padding-left-20{
	padding-left: 20px;}
	
.padding-top-20{
	padding-top: 20px;}
	
.margin-top-50{
	margin-top: 50px;}
.border-box{
/*	border: 1px solid #ddd;*/
}
.padding-left-5{
	padding-left: 5px;
}
.padding-left-15{
	padding-left: 15px;
}
/*main_search_input*/
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #aaa;}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #aaa;}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #aaa;}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #aaa;}

.border-radius-4 {
	border-radius: 4px !important;}
	
.displayblock {
	display: block;}

.displaynone {
	display: none;;}

.dropsearch ul {
	text-align: center;}

.fa-drop-check {
    color: #00B200;
    padding-top: 4px;
    padding-left: 10px;
    display: none;
    float: right;}
	
.list-item h4 {
    color: #777;
    font-size: 26px;}

.list-item a {
	color: #5791d8;}

.back-fa-icon {
	font-size: 80%;}

.padding-top-20 {
	padding-top: 20px}

.total-search-text .floatright {
	text-align: right;}

.padding-none {
	padding: 0px;}



/* Dropdown Button */
.additional-drug-dropdown-name {
    background: #555;
    color: white;
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    border: none;
    cursor: pointer;
    width: 100%;}

/* Dropdown button on hover & focus */
.additional-drug-dropdown-name:hover, 
.additional-drug-dropdown-name:focus {
	background: #555;}

/* The container <div> - needed to position the dropdown content */
.additional-drug-dropdown {
	position: relative;
	display: inline-block;
	width: 100%;}

/* Dropdown Content (Hidden by Default) */
.drugs-dropdown-content {
	display: none;
	width: 100%;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);}

/* Links inside the dropdown */
.drugs-dropdown-content a {
	color: #333;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px #aaa solid;}

/* Change color of dropdown links on hover */
.drugs-dropdown-content a:hover {
	background-color: #f1f1f1}

.padding-left-right-20 {
	padding: 0px 20px;}

.text-align-center {
	text-align: center;}

.hospital-content-top{
	padding: 0px 10px 10px 10px;}

.back-to-top {
	padding: 10px;}

.other-possible-results {
border-bottom: 1px solid #cccccc;}
