/* Azcert theme by lotosnile*/



body {
	background-color:#eff0f1;
}
	.clear {
		clear:both;
	}

	.header-bkg {
		
		height:292px;
		width:100%;
		background-color:#186b96;
		position:relative;
		z-index:1;

	}
	
	.main {
	
		width:1005px;
		min-height:350px;
		margin:0 auto;
		position:relative;
		z-index:3;
		margin-top:-292px;
		-webkit-box-shadow: 0px 1px 7px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 1px 7px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 1px 7px rgba(50, 50, 50, 0.75);
	
	}
	
		#header {
			width:1005px;
			height:292px;
			margin:0 auto;
		}
		
			.header-left {
				
				float:left;
				height:292px;
				width:669px;
				background:url("/themes/Azcert//images/header-bkg.png") no-repeat;
				position:relative;
				z-index:4;	
			}
			
				 .logo {
					margin:13px 0 0 18px;
				 }
				 
				 .usp {
					color:#ffffff;
					font-size:16px;
					text-transform:capitalize;
					line-height:21px;
					margin: 73px 0 0 20px;
					font-weight:400;
					font-family: Arial, sans-serif;
					letter-spacing:1px;
				 }

			.header-right {
				float:right;
				height:292px;
				margin-left:-394px;
				position:relative;
				z-index:2;	
				overflow-y:hidden;
			
			}
			
			.top-nav .nav {
				float:right;
				list-style:none;
				margin-top: -47px;
			}
			
				.top-nav .nav li {
					float:left;
					text-transform:uppercase;
					color:#2a2a2a;
					font-size:16px;
					position:relative;
					z-index:4;
					margin-left:-55px;
					
				}
				
					.top-nav .nav li a {
						padding:14px 50px 14px 50px;
						color:#2a2a2a;
						font-weight:bold;
						display:block;
						font-family:Arial,sans-serif;
						font-size:14px;
						line-height:20px;
					}
				
				.top-nav .nav li:nth-child(1) {
					background:url("/themes/Azcert//images/yellow-nav.png");
					background-size:100% 100%;
					background-repeat:no-repeat;
					position:relative;
					z-index:5;
				}
				
				.top-nav .nav li:nth-child(3) {
					background:url("/themes/Azcert//images/blue-nav.png");
					background-size:100% 100%;
					background-repeat:no-repeat;
					position:relative;
					z-index:3;
				}
				
				.top-nav .nav li.blue{
					background:url("/themes/Azcert//images/blue-nav.png");
					background-size:100% 100%;
					background-repeat:no-repeat;
				}
				
				.top-nav .nav li.yellow{
					background:url("/themes/Azcert//images/yellow-nav.png");
					background-size:100% 100%;
					background-repeat:no-repeat;
				}
				
				
				.top-nav .nav li.nav-selected {
					background:url("/themes/Azcert//images/white-nav.png");
					background-size:100% 100%;
					background-repeat:no-repeat;
					position:relative;
					z-index:6;
				}
				
			.breadcrumbs {
				position: absolute;
				top: 300px;
				left: 20px;
				z-index:100;
			}
			
			.breadcrumbs,	.breadcrumbs a, .breadcrumbs a:hover,.breadcrumbs a:active  {
				color:#11587d;
				font-size:11px;
			}
			
			
				
		.main-content-wrapper {
			background-color:#fff;
			padding:25px 30px 70px 0;
			position: relative;
			z-index: 6;
			min-height:100%;
		}		
		
			.left-sidebar {
				float:left;
				width:290px;
				min-height:400px;
				padding-left:20px;
				margin-top:30px;
				height:100%;
			}
			
				.leftsearch h3 {
					display:none;
				}
				
				.leftsearch form input[type="text"], .quicksearch  input[type="text"] {
					width:190px;
					height:26px;
					font:16px;
					padding-left:12px;
					color:#5d5d5d;
					border: 1px solid #d8d8d8;
					-webkit-border-top-left-radius: 3px;
					-webkit-border-bottom-left-radius: 3px;
					-moz-border-radius-topleft: 3px;
					-moz-border-radius-bottomleft: 3px;
					border-top-left-radius: 3px;
					border-bottom-left-radius: 3px;
					font-style:italic;
				}
				
				.leftsearch form input[type="text"]:focus, .quicksearch  input[type="text"]:focus {
					outline:none;
				}
				
				.leftsearch form input[type="submit"], .quicksearch  input[type="submit"] {
					background:url("/themes/Azcert//images/formbutton.png");
					background-size:100% 100%;
					background-repeat:no-repeat;
					width:81px;
					height:31px;
					color:#fff;
					border:none;
					margin-left:-5px;
					cursor:pointer;
				}
				
				a.useraction, input.useraction, button.useraction  {
					display:block;
					background:url("/themes/Azcert//images/formbutton.png");
					background-size:100% 100%;
					background-repeat:no-repeat;
					width:139px;
					height:30px;
					color:#fff;
					float: left;
					text-align: center;
					line-height: 30px;
					margin-left: 5px;
					margin-top: 20px;
					border:none;
					font-size: 15px;
				}
				
				
			.sidebar-widget {
				margin-top:20px;
				width:283px;
				border:1px solid #d4d4d4;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
				border-top:none;
				
			}

				.sidebar-widget h5 {
					color:#1d6d97;
					font-size:13px;
					padding-left:12px;
					text-transform:uppercase;
					height:30px;
					background:url("/themes/Azcert//images/widgetheader-bkg.png") repeat-x;
					font-weight:bold;
					padding-top:8px;
					-webkit-border-top-left-radius: 6px;
					-webkit-border-top-right-radius: 6px;
					-moz-border-radius-topleft: 6px;
					-moz-border-radius-topright: 6px;
					border-top-left-radius: 6px;
					border-top-right-radius: 6px;
					border-left:1px solid #bebebe;
					border-right:1px solid #bebebe;
				}
				
				.widget-inner {
					padding:0px 4px 4px 4px;
				}
				
				#quicklinks img{
					margin-top:4px;
				}
				
				
				
				
		#main-content-container {
			padding-top:30px;
			padding-left: 360px;
		}	
		
		#main-content-container.grid_24 {
			padding:30px 0 30px 25px;
		}
		
		#main-content-inner {
			float:left;
		}
		
			.printshare {
				float: right;
				margin-top: -21px;
				list-style: none;
				margin-right: -7px;
			}
				
				.printshare li {
					float:left;
					margin-left:14px;
				}
				
					.printshare li a {
						color:#105275;
						font-size:12px;
						margin-left:3px;
					}
					
					.printshare li img{
						vertical-align: -3px;
					}
					
					
			.bio_photo {
				width:200px;
				height:238px;
				overflow:hidden;
				float:left;
				margin: 0 5px 15px 0;
			}		
			
			.bio_photo.doc_photo {
				width:201px;
				height:170px;
				margin-right:3px;
			}
			
			
				.biooverlay {
					width:100%;
					height:238px;
					padding:4px 0 0 5px;
					background:#fff;
					opacity:0.9;
					margin-top:-24px;
				}
				
				.bio_photo.doc_photo  .biooverlay {
					width:100%;
					height:170px;
				}
				
					.biooverlay h5 {
						font-size:15px;
						color:#01487f;
					}
					
					.biooverlay p {
						font-size:13px;
						color:#000;
						line-height: 16px;
					}
					
					.biooverlay span {
						color:#01487f;
					}
					
					.biooverlay span:hover {
						text-decoration:underline;
					}
					
				
			.bio_page h2 {
				font-weight: normal;
				color: #196b96;
				font-size: 20px;
			}	
			
			.bio_page p {
				margin-top:20px;
			}
			
			.bio_page img {
				margin-left:15px;
				margin-bottom:15px;
			}
			
			.content-page p {
				margin-top:10px;
			}
			
			.content-page p.FreeForm {
					margin:0 0 0 53px;
				}
			
			.content-page h4{
				font-size:16px;
				color:#808285;
				margin-top:20px;	
				
			}
			
			.content-page h4, h2, h3 {
				font-weight:bold;
			}
			
			.content-page h3 {
				line-height:30px;
			}
			
			.content-page ul, .content-page ol {
				margin-left:40px;
				margin-top:15px;
			}
			
			.content-page hr {
				border: 1px solid #196b96;
				margin: 20px 0;
			}
			
			.edtools {
				margin-top:15px;
			}
			
			.edtools td {
				text-align:center;
			}
			.edtools tr:nth-child(odd) {
				background:#edf2f8;
			}
			
			.edtools .tablerow {
				background:#edf2f8;
			}
			
			.faqrm span {
				display:none;
			}

			.faqrm strong {
				color: #196b96;
				cursor:pointer;
			}
			


		#footer {
			width:100%;
			/* height:122px; */
			background-color:#1b719f;
			margin-top: -20px;
			position: relative;
			z-index: 6;
			padding-bottom:50px;
		}
		
			#footer-inner {
				width:955px;
				height:100%;
				margin:0 auto;
				padding:0 30px 0 20px;
			}
			
				.bottom-nav , .socials-nav{
					list-style:none;
					color:#fff;
					
				}
				
					.bottom-nav li {
						float:left;
						margin-top:15px;
					}
					
					.bottom-nav li a {
						color:#fff;
						font-size:15px;
					}
					
					.bottom-nav li span {
						margin: 0 13px;
					}
					
				.socials-nav {
				position: relative;
				margin-top:-20px;
				float:right;
				}	
				
				/* Alternative, taller footer to contain sponsor div
				.socials-nav {
				margin-top:20px;
				margin-left:-5px;
				}	
				
				*/
				
				.socials-nav li {
					float:left;
					margin:12px 0 0 5px;
				}
				
				div#sponsors {
				float: right;
				margin-top:-30px
				/* position: relative;
				top:20px; */
				}
				
			p.contact-info {
				margin-top: 15px;
				color: #fff;
				font-size: 13px;
				display:inline-block;
				
				}
			
				p.contact-info  img {
					margin-right:3px;
				}
				
	@media print {
	
		body {
			
		}
		
		.main { 
			width:100%;
		}
	
	}
	
	
	
/* Custom styles  ////////////////////////////////////////////  */

.oncosupport{
	width:100%;
}	

.oncosupport td, .oncosupport th{
	border:2px solid #6b6868;
	padding:10px;
	color:#303030;
	font-size: 15px;
}

.oncosupport td.clickable{
	cursor:pointer;
}



.oncosupport th{
	background:#dcdcdc;
	font-weight:bold;
	text-align:center;
	font-size: 14px;
	width:16%;
}

.oncosupport .risk_thumb {
	float:right;
}

/* .oncosupport .risk_thumb.krisk{
	background: url('/themes/Azcert//images/category_icons/known_risk_sm.png') no-repeat center center;
}

.oncosupport .risk_thumb.prisk{
	  background: url('/themes/Azcert//images/category_icons/possible_risk_sm.png') no-repeat center center;
}

.oncosupport .risk_thumb.crisk{
	  background: url('/themes/Azcert//images/category_icons/conditional_risk_sm.png') no-repeat center center;
}

.oncosupport .risk_thumb.hrisk{
	  background: url('/themes/Azcert//images/category_icons/drugs_to_avoid_sm.png') no-repeat center center;
} */

.oncosupport_description.categories_description{
	margin-top:30px;
}

.oncosupport_description.categories_description p{
	margin-top:15px;
}

.oncosupport_description.categories_description img{
	  margin-right: 10px;
	  margin-bottom: 35px;
	  float: left;
}

h5.table_header{
	text-align: center;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}

.ndfa_actions{
    list-style: none;
    /* margin-bottom: 50px; */
    float: right;
    margin-top: -25px;
}

.ndfa_actions li{
	float:left;
	margin-right:10px;
}

.ndfa_action{
	display:block;
	color:#fff;
	background:#186b96;
	cursor:pointer;
	padding:7px 20px;
}

.ndfa_action:hover{
	background:#3d8cb4;
}

	.drug_info-wrap{
				background:#fff;
				background: rgba(255, 255, 255, 0.3);
				width:100%;
				height:100%;
				position:fixed;
				z-index:9999;
				top:0;
				left:0;
				display: none;
	}
	
	.drug_info {
				background-color: #FFFFFF;
				border:3px solid #ddd;
				padding: 20px;
				-webkit-box-shadow: 0px 3px 28px rgba(50, 50, 50, 0.63);
				-moz-box-shadow:    0px 3px 28px rgba(50, 50, 50, 0.63);
				box-shadow:         0px 3px 28px rgba(50, 50, 50, 0.63);
				width:600px;
				margin:10% auto;
			}
			.drug_info table {
				width: 100%;
				table-layout:fixed;
			}
			
			.drug_info table tr:nth-child(odd)	td {
						background: #e5e5e5;
						}
					
			.drug_info   table td {
					padding: 10px 10px 9px;
					line-height: 18px;
					text-align: left;
					border: 1px solid #ddd;
					}		

			.drug_info   table td.rowname {
						font-weight:bold;
						width:230px;
					}
			
			.drug_info h3 {
				color:#646464;
				margin-bottom:10px;
			}
			
			.drug_info p {
				margin-bottom:10px;
			}
			
			.drug_info  ol {
				margin-left:15px;
			}
			
			.drug_info  ol ul {
				margin:8px 0 8px 30px;
			}
			
			.drug_info  tr{
				padding-bottom:10px;
			}
			
			
			
			.drug_info td.black {
				color:#000;
				width: 130px;
				font-weight:bold;
			}
			
		#close_info {	
			background: none repeat scroll 0 0 #1b719f;
			color: #FFFFFF;
			cursor: pointer;
			font-size: 19px;
			font-weight: bold;
			padding: 6px 10px;
			position: relative;
			display: block;
			width: 12px;
			float: right;
			margin-right: -23px;
			margin-top: -23px;		
			
			}

			.drug_label_list{
				list-style: none;
			}

				.drug_label_list li{
					margin-bottom: 10px;
				}

				.drug_label_list li em{
					margin-left: 30px;
				}

				.drug_label_list .checkbox_checked{
					border: 1px solid #646464;
					padding: 0 4px;
					font-size:120%;
					margin-right: 10px;
				}

.ndfa_wrapper{
    min-height: 200px;
    margin-top: -40px;
}

.ndfa_wrapper.loading{
	background: url('/themes/Azcert/images/loader_intelligent_search.gif') no-repeat center center;
}

.quicksearch.ndfa_search{
    margin-top:  25px;
}
	
.ndfa_search .search_box{
	margin:25px 0 15px 0;
	float:right;
}	

.ndfa_filters {
	margin:0 0 30px 0;
	width:100%;
	list-style: none;
}

.pull-right{
	float:right;
}

.ndfa_filters li{
	padding: 6px 10px 6px 0;
    color: #303030;
    font-size: 15px;
    border-top:1px solid #303030;
    width: 60%;
    min-width: 500px;
}

.ndfa_filters li:last-child{
	border-bottom:1px solid #303030;
}

.ndfa_filters input[type="checkbox"]{
	cursor:pointer;
	font-size: 60px;
	margin-right: 2px;
    vertical-align: 1px;
}

.ndfa_filters label.checkbox{
	cursor: pointer;
	margin-left: 25px;
}

/* Homepage drug list quick search links*/

.quickproceed{
	padding: 20px;
    background: #cadef3;
    margin-bottom: 20px;
}		

		.quickproceed h3{
			margin-bottom: 5px;
			color: #000;			
		}
		
		.quickproceed p a {
			background:#196b96;
			color:#fff;
			padding:5px 20px;
			margin-right:10px;
			font-size:120%;
			display:inline-block;
			font-weight:normal;
		}
		
		.quickproceed p {
			margin-top:15px;
			color:#196b96;
			font-weight:bold;
		}
		
		
/* Strength of evidence table(ndfa-list) */		

table.strength_of_evidence.oncosupport th{
	width:auto;
	background:#cbe1f5;
}

table.strength_of_evidence.oncosupport th,table.strength_of_evidence.oncosupport td{
	border: 1px solid #196b96;
    padding: 20px 10px;
    font-size: 13px;
}

table.strength_of_evidence.oncosupport ul{
	margin-top:15px;
}

table.strength_of_evidence.oncosupport li{
	margin-left:20px;
	list-style:none;
}

table.strength_of_evidence.oncosupport li:before{
	content:"➤ ";
	color:#196b96;	
}



