
/* Original design (Mark Farmer) reset.css */
	/* CSS Document */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, 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,
	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, 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;
	}
	.clearfix:before,.clearfix:after {
		content: " ";
		display: table;
	}
	.clearfix:after {
		clear: both;
	}

	/**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.clearfix {
		*zoom: 1;
	}
	.clear {clear: both;}
	.floatl {float: left;}
	.floatr {float: right;}
	.nofloat {float: none !important;}

    /* MDC Custom Highlights */
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @keyframes pulse {
      50% {
        opacity: 0.0;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes pulse {
      50% {
        opacity: 0.0;
      }
    }
    .mdcalert {
      color: #ff0000;
      text-align: center;
      /*
      animation: pulse 1s steps(5, start) infinite;
      -webkit-animation: pulse 1s steps(5, start) infinite;
      */
    }

	/* CSS Document */
	body {
		background: url(/images/page-bg.jpg) repeat-x;
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	}
	strong {
		font-weight: bold;
	}
	.smallpad {
		padding-bottom: 6px !important;
	}
	.largepad {
		padding-bottom: 12px !important;
	}
	a {
		color: #0073b9;
		text-decoration: none;
		outline: none;
		cursor: pointer;
	}
	a:hover {
		text-decoration: underline;
	}

	/* Layout Styles */

	.wrapper {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	#dashboard_header {
		width: 100%;
		height: 112px;
		padding: 0 10px;
		float: left;
	}
	#inner_header {
		width: 100%;
		padding: 0 10px;
		height: 112px;
	}
	#main_content {
		width: auto;
		max-width: 75%;
		float: left;
	}
	#inner_content {
		width: 100%;
		position: relative;
	}
	.no_margin {
		margin-right: 0 !important;
	}
	.double {
		width: 95%;
	}
	.single {
		width: 45%;
	}
	.third {
		width: 30%;
	}
	.two-thirds {
		width: 61%;
	}
	.full {
		width: 100%;
		height: auto !important;
	}
	.imported_candidate_layout {
		width: 1150px;
	}

	/* Header Styles */

	#mdconnect_logo {
		display: block;
		float: left;
		background-repeat: no-repeat;
		text-indent: -7000px;
		width: 70px;
		height: 70px;
		margin: 23px 20px 20px 0;
	}
	header > div.titles_container {
		width: 745px;
		float: left;
		font-weight: bold;
		line-height: 26px;
		font-size: 18px;
		color: #C2C2C2;
	}
	header > div.titles_container > h1 {
		color: #fff;
        font-size: 24px;
        font-weight: bold;
		line-height: 26px;
		padding-top: 15px;
		white-space: nowrap;
		overflow: hidden;
	}
	header > div.titles_container > h2 {
		color: #fff;
        font-size: 18px;
        font-weight: bold;
		line-height: 26px;
		white-space: nowrap;
		overflow: hidden;
		margin-bottom: 5px;
	}
	header > div.titles_container > div.dashboard_title_container > div {
		float: left;
	}
	header > div.client_logo_container {
		width: 100px;
		float: right;
		padding-top: 22px;
		text-align: right;
		overflow: visible;
	}
	header > div.client_logo_container > img {
		float: right;
	}
	#menu_pagetitle {
		min-width: 240px;
		padding: 3px 1px 3px 5px;
		border: 1px solid #384b6a;
		cursor: pointer;
		background: #4b5e7e;

	}
	#menu_pagetitle button {
		height: 26px;
		width: 26px;
		float: right;
		vertical-align: 4px;
	}
	#menu_pagetitle:hover {
		background-color: #57B;
		color: #EEE;
		border: 1px solid #AAA;
	}
	#menu_dropdown {
		z-index: 1000;
		position: fixed;
		top: 101px;
		width: 244px;
		border: 1px solid #AAA;
		background-color: #57B;
		font-size: 18px;
		padding: 1px 0;
	}
	#menu_dropdown li {
		padding-left: 5px;
	}
	#menu_dropdown li:hover {
		background-color: #334;
	}
	#menu_dropdown a, #menu_dropdown a:visited, #menu_dropdown a:hover {
		display: block;
		width: 100%;
		color: #EEE;
		text-decoration: none;
	}
	#logout_button_container {
		margin-left: 15px;
		margin-top: 5px;
	}
	#adminmenu_container {
		margin-left: 5px;
		margin-top: 5px;
	}
	#adminmenu_dropdown {
		z-index: 1000;
		position: fixed;
		top: 96px;
		width: 200px;
		border: 1px solid #AAA;
		background-color: #82ADD7;
		font-size: 12px;
		padding: 1px 0;
	}
	#adminmenu_dropdown li {
		padding-left: 5px;
	}
	#adminmenu_dropdown li:hover {
		background-color: #334;
	}
	#adminmenu_dropdown a, #menu_dropdown a:visited, #menu_dropdown a:hover {
		display: block;
		width: 100%;
		color: #EEE;
		text-decoration: none;
	}

	/* Main Content Area Styling */
	#main_content h2, #inner_content h2 {
		padding: 45px 0;
        font-size: 24px;
        color: #464646;
		font-weight: bold;
	}
	#inner_content h2 {
		padding: 34px 0 20px 55px;
	}
	#inner_content h2 span {
		display: block;
		font-size: 14px;
		color:#898989;
		padding-top: 8px;
	}
	#inner_content h2.title_one_line {
        font-size: 24px;
        color: #464646;
		font-weight: bold;
		/*padding: 34px 0 20px 50px;*/
		padding: 50px 0 26px 50px;
	}
	#tlm_program, #roi_program {
		float: right;
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size: 13px;
		margin-top: 40px;
	}
	.box, .page_content_wrapper_box {
		background: #fcfcfa;
		border: 10px solid #ebebe9;
		-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
		box-shadow: 0 0 12px rgba(0,0,0,0.35);
		display: block;
		height: 280px;
		margin: 0 20px 20px 0;
		float: left;
		position: relative;
	}

	.box header {
		background: #6989b8;
		height: 50px;
		position: relative;
	}
	.box header h3 {
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		padding-top: 16px;
		padding-left: 15px;
		text-transform: uppercase;
	}
	.box header.two_row h3 {
		padding-top: 10px;
	}
	#inner_content #tlm_program {
		/* margin-right: 80px; */
	}
	#inner_content #roi_program {
		margin-right: 0;
	}
	h4.date_range {
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		padding-left: 15px;
	}
	.box ul {
		margin: 15px 15px 10px 15px;
	}
	.box li {
		padding: 0 0 24px 41px;
		font-size: 46px;
		font-weight: bold;
		color: #222;
	}
	.box ul.three_item li {
		padding: 0 0 12px 41px;
		font-size: 31px;
	}
	.box ul li:last-child {
		padding-bottom: 0;
	}
	.box .label {
		font-size: 14px;
		color: #707070;
		text-transform: uppercase;
		font-weight: normal;
	}
	.web_image {
		margin: 15px;
		border: 1px solid #b1b1b1;
	}
	#inner_content > .box article {
		margin: 40px;
	}
	#inner_content > .box article.htmldisplay {
		margin: 0;
	}
	#inner_content > .box article, #inner_content > .box article p, #inner_content > .box article li {
		font-size: 14px;
		font-weight: normal;
	}
	#inner_content > .box article h3 {
		font-size: 18px;
		font-weight: bold;
		margin: 24px 0 16px 0;
	}
	#inner_content > .box article h4 {
		font-size: 16px;
		font-weight: bold;
		margin: 18px 0 12px 0;
	}
	#inner_content > .box article p {
		margin: 12px 0;
	}
	#inner_content > .box article ol, #inner_content > .box article ul,
	div.cform ol, div.cform ul {
		margin: 12px 30px 0 45px;
	}
	#inner_content > .box article ol li, div.cform ol li {
		list-style: decimal;
	}
	#inner_content > .box article ul li, div.cform ul li {
		list-style: disc;
	}
	#inner_content > .box article li, div.cform li {
		margin: 6px 0;
		padding: 0 0 0 15px;
		font-size: inherit;
		font-weight: normal;
	}
	#inner_content > .box article pre, div.cform pre {
		font-family: monospace;
	}
	#inner_content > .box article em, #inner_content > .box article i,
	div.cform em, div.cform i {
		font-style: italic;
	}
	#inner_content > .box article strong, #inner_content > .box article b,
	div.cform strong, div.cform b {
		font-weight: bold;
	}
	#inner_content > .box article code, div.cform code {
		font-family: monospace;
	}

	.smaller_text{
		font-size: 14px;
	}

	/* Icon Styles */

	.help_icon {
		display: inline-block;
		text-indent: -7000px;
		background: url(/images/help-icon.png) no-repeat bottom center;
		height: 16px;
		width: 16px;
		margin-left: 4px;
	}
	#disclaimers .help_icon {
		display: inline-block;
		text-indent: -7000px;
		background: url(/images/disclaimer-help-icon.png) no-repeat bottom center;
		height: 16px;
		width: 16px;
		margin-left: 4px;
	}
	.header_icons {}
	.calendar_icon {
		display: block;
		text-indent: -7000px;
		background: url(/images/calendar-icon.png) no-repeat bottom center;
		height: 22px;
		width: 22px;
		position: absolute;
		top: 14px;
		right: 20px;
		cursor: pointer;
	}
	#inner_content .calendar_icon {
		display: block;
		text-indent: -7000px;
		background: url(/images/interior-calendar-icon.png) no-repeat bottom center;
		height: 27px;
		width: 27px;
		top: 130px;
		right: 45px;
	}
	#inner_content .people_icon {
        display: block;
        text-indent: -7000px;
        background: url(/images/people-icon.png) no-repeat bottom center;
        height: 27px;
        width: 31px;
        top: 50px;
        right: 20px;
        position: absolute;
        cursor: pointer;
    }
    #inner_content .funnel_icon {
        display: block;
        text-indent: -7000px;
        background: url(/images/funnel-icon.png) no-repeat bottom center;
        height: 26px;
        width: 31px;
        top: 130px;
        right: 0;
        position: absolute;
        cursor: pointer;
    }
	.view_detail {
		display: block;
		text-indent: -7000px;
		background: url(/images/detail-icon.png) no-repeat bottom center;
		height: 22px;
		width: 22px;
		float:left;
		margin-right: 4px;
	}
	.edit {
		display: block;
		text-indent: -7000px;
		background: url(/images/edit-icon.png) no-repeat bottom center;
		height: 22px;
		width: 22px;
		float:left;
		}
	.play_call {
		display: block;
		text-indent: -7000px;
		background: url(/images/play-icon.png) no-repeat bottom center;
		height: 16px;
		width: 12px;
		float: left;
		margin-right: 4px;
	}
	#home_icon {
		display: block;
		text-indent: -7000px;
		background: url(/images/home-icon.png) no-repeat bottom center;
		height: 50px;
		width: 50px;
		margin-right: 4px;
		position: absolute;
		top: 30px;
		left: 0;
	}
	#disclaimers .help_icon:hover, .help_icon:hover, .calendar_icon:hover, #home_icon:hover, #inner_content .calendar_icon:hover, #inner_content .people_icon:hover, #inner_content .funnel_icon:hover {
		background-position: top center;
	}

	li.people {
		background: url(/images/people-icon.jpg) no-repeat;
	}
	li.leads {
		background: url(/images/quote-icon.jpg) no-repeat;
	}
	li.convert {
		background: url(/images/convert-icon.jpg) no-repeat;
	}
	li.tag {
		background: url(/images/tag-icon.jpg) no-repeat;
	}
	li.chart {
		background: url(/images/chart-icon.jpg) no-repeat;
	}
	li.one_minute {
		background: url(/images/one-min-icon.jpg) no-repeat;
	}
	li.three_minute {
		background: url(/images/three-min-icon.jpg) no-repeat;
	}

	/* Button Styles */

	a.button {
		margin-left: 15px;
		display: block;
		font-size: 12px;
		color: #fff;
		padding: 4px 8px;
		background: #7ba590;
		border-radius: 4px;
		text-decoration: none;
		text-transform: uppercase;
		position: absolute;
		bottom: 10px;
		cursor: pointer;
	}
	.cbutton {
		font-size: 12px;
		color: #fff;
		padding: 8px 10px;
		background: #7ba590;
		border-radius: 4px;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer;
	}
	.sbutton {
		font-size: 12px;
		color: #fff;
		padding: 4px 6px;
		background: #999999;
		border-radius: 4px;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer;
	}
	input.cbutton {
		border: none;
	}
	.ui-widget-content .cbutton {
		color: #fff;
	}
	.button:hover, .cbutton:hover, .sbutton:hover {
		text-decoration: none;
		background: #95c8af;
	}
	.cbutton.green { /* this is also the default colour for cbutton */
		background: #7ba590;
	}
	.cbutton.blue {
		background: #6989b8;
	}
	.cbutton.blue:hover {
		background: #82ADD7;
	}
	.cbutton.grey {
		background: #999;
	}
	.cbutton.grey:hover {
		background: #BBB;
	}
	.cbutton.disabled {
		background: #CCC !important;
		color: #AAA !important;
		cursor: not-allowed !important;
	}
	.cbutton.tall {
		display: inline-block;
		min-height: 24px;
		min-width: 48px;
		padding: 14px 8px 4px 8px;
		text-align: center;
		font-weight: bold;
		vertical-align: middle;
	}
	.cbutton.tall.two-line {
		line-height: 12pt;
		padding: 4px 8px;
	}
	.button_row {
		display: inline-block;
		bottom: 10px;
		width: 100%;
		margin: 2px 0 0 15px;
	}
	.button_row a.button {
		display: inline-block;
		position: relative;
		bottom: 0;
	}
	#sidebar .button {
		position: relative;
		margin: 12px 15px 0 15px;
		bottom: 0;
		display: block;
		text-align: center;
	}

	/* Sidebar Styles */

	#sidebar {
		width: 22%;
		float: right;
		background: #fcfcfa;
		border: 10px solid #ebebe9;
		-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
		box-shadow: 0 0 12px rgba(0,0,0,0.35);
		margin-top: 30px;
	}
	#sidebar section {
		/* background: url(/images/sidebar-bg.jpg) no-repeat top center; */
		padding-bottom: 30px;
	}
	#sidebar h2 {
		color: #fff;
		background: #b0b5b9;
		font-size: 16px;
		padding: 14px 15px;
		margin-bottom: 30px;
		font-weight: bold;
	}
	.team_member {
		padding-bottom: 12px;
	}
	.team_member:last-child {
		padding-bottom: 0;
	}
	.team_member img {
		border: 2px solid #f9f9f9;
		float: left;
		margin-left: 15px;
	}
	.team_member span {
		border: 2px solid #f9f9f9;
		float: left;
		margin-left: 15px;
		background-color: #f0f0f0;
		width: 55px;
		height: 55px;
	}
	.team_member p {
		width: 185px;
		float: left;
		padding: 0 0 0 10px !important;
	}
	#sidebar p {
		font-size: 14px;
		color: #303030;
		line-height: 129%;
		padding: 0 15px;
	}
	#sidebar ul {
		font-size: 14px;
		color: #303030;
		line-height: 129%;
		margin-left: 2em;
	}
	#sidebar ul li {
		padding-bottom: 2px;
		list-style-type:disc;
	}
	#sidebar ul li:last-child {
		padding-bottom: 0;
	}
	#sidebar ul li.pdf {
		padding-bottom: 6px;
		list-style-image: url(/images/pdf-icon.jpg);
		margin-left: 15px;
	}
	#sidebar ul.audit_list {
		margin-top: 20px;
	}
	#sidebar ul.audit_list li {
		padding-bottom: 8px;
		margin-left: 15px;
	}
	#sidebar ul.audit_list li a, #sidebar ul.audit_list li span {
		vertical-align: 4px;
	}
	#sidebar ul.audit_list li.audit {
		list-style-image: url(/images/audit-icon.png);
	}
	#sidebar ul.audit_list li.audit a {
		color: green;
	}
	#sidebar ul.audit_list li.audit_incomplete {
		list-style-image: url(/images/three-min-20px-icon.jpg);
		color: red;
	}
	#sidebar ul.message_list {
		margin-bottom: 20px;
	}
	#sidebar ul.message_list li {
		padding-bottom: 8px;
		margin-left: 15px;
		list-style-image: url(/images/pdf-icon.jpg);
	}
	#sidebar ul.message_list li a, #sidebar ul.audit_list li span {
		vertical-align: 4px;
	}
	#client_since span {
		display: block;
		font-size: 18px;
		padding-bottom: 12px;
	}
	#medical_blog ul li {
		list-style-type: none;
		padding-bottom: 6px;
		padding-right: 15px;
	}
	#medical_blog ul li:last-child {
		padding-bottom: 0;
	}
	#medical_blog ul li span {
		display: block;
		font-size: 12px;
	}

	/* Interior Page Footer Box Styles */

	#footer_boxes .team_member {
		padding-bottom: 0;
		padding-top: 12px;
	}
	#footer_boxes .team_member p {
		font-size: 13px;
		padding: 0 0 0 6px;
		width: 215px;
	}
	#footer_boxes .team_member img {
		width: 36px;
		height: 36px;
	}
	#footer_boxes, #footer_spacer {
		margin-left: 10px;
		padding-top: 40px;
		clear: both;
		border-top: 1px dotted #aaa;
	}
	#footer_spacer {
		height: 50px;
	}
	#footer_boxes header h3 {
		font-size: 16px;
	}
	#footer_boxes li {
		font-size: 14px;
		font-weight: normal;
		padding: 0 0 18px 0;
		line-height: 125%;
	}

	/* Footer Styles */
	footer {
		background: #415573 url(/images/footer-bg.jpg) repeat-x top center;

	}
	footer p {
		text-align: center;
		color: #dedede;
		padding: 90px 0 25px 0;
		font-size: 13px;
	}
	footer p a {
		color: #dedede;
		font-weight: bold;
	}

	/* Pop-Up Box Styles */

	.modal_form h2 {
		font-size: 14px;
		font-weight: bold;
	}
	.modal_form label {
		margin-top: 3px;
		width: 85px;
		float: left;
		font-size: 14px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
	}
	.modal_form label.short {
		width: 60px;
	}
	.modal_form label.text {
		float: none;
		width: auto;
	}
	.modal_form label.radio {
		float: none;
		display: inline-block;
		width: auto;
		max-width: 80%;
		vertical-align: top;
	}
	.modal_form p {
		margin-top: 6px;
	}
	.modal_form p {
		padding-bottom: 6px;
		clear: both;
	}
	.modal_form select {
		font-size: 14px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		margin: 8px 0;
	}
	#edit_record_form select {
		margin: 0;
	}
	.modal_form input.email {
		width: 200px;
	}
	.modal_form textarea {
		height: 100px;
		width: 250px;
	}
	#edit_record_form textarea {
		height: 100px;
		width: 180px;
	}
	.modal_form div select {
		margin-top: 0;
	}

	.help_box p {
		font-size: 14px;
		margin-bottom: 6px;
		color: #606060;
		line-height: 115%;
	}

    .no-close .ui-dialog-titlebar-close {
        display: none;
    }

	/* Table Styles */

	.box table tr th {
		background: #6989b8;
		color: #fff;
		font-size: 16px;
		padding: 18px 15px;
		text-align: left;
	}
	.box table tr td {
		font-size: 13px;
		color: #393939;
		padding: 10px 15px;
	}
	.box table tr.shaded th a {
		color: #ffffff;
		text-decoration: none;
	}
	.box table tr.shaded th a.asc, .box table tr.shaded th a.desc {
		color: #7cd9a2;
	}
	.box table tr.shaded td {
		background: #f4f4ed;
	}
	.box table tr td:last-child {
		padding: 0 5px;
		vertical-align: middle;
	}
	.grid-view {
		padding: 0;
	}
	.grid-view td.button-column {
		padding: 0 5px;
		vertical-align: middle;
		text-align: left;
	}
	.striped {
		width: 100%;
	}
    .striped .form {
        margin: 20px 20px 20px 20px;
    }
	.grid-view .muted {
		color: #999999;
	}

	.box.contact_grid table tr th {
		font-weight: bold;
		vertical-align: middle;
	}
	.box.contact_grid table tr td {
		font-size: 16px;
		vertical-align: middle;
	}
	.box.contact_grid table tr .empty, .box.contact_grid table tr td .empty, .box table tr td .empty, .empty {
		padding: 20px;
		display: inline-block;
	}

	.box.contact_grid table tr th.center,
	.box.contact_grid table tr td.center {
		text-align: center;
	}
	.box.contact_grid table tr th small,
	.box.contact_grid table tr td small {
		font-weight: normal;
		font-size: 12px;
	}
	.box.contact_grid table .inline_multiline {
		display: inline-block;
		margin-right: 10px;
	}
	.box.contact_grid table .attention {
		color: red;
		font-weight: bold;
	}
	.box.contact_grid a.link_area,
	.box.contact_grid a.link_area:hover,
	.box.contact_grid a.link_area:visited {
		color: inherit;
		font: inherit;
		text-decoration: inherit;
	}

    #single_record table tr th {
        padding: 5px 10px;
        width: 200px;
    }

	/* Pager Area Styles */

	.pager {
		float: left;
		padding: 0 0 5px 10px;
	}
	.pager li {
		float: left;
	}
	.pager li a {
		display: inline-block;
			height: 28px;
		width: 28px;
		border: 1px solid #adada8;
		margin-right: 3px;
		text-align: center;
		line-height: 28px;
		background: #f4f4ed;
		color: #9a9b94;
	}
	.pager li.inactive a {
		background: #f3f1f1;
		color: #cccdc3;
	}
	.pager .selected a,
	.pager li.current a {
			background: #babbb2;
		color: #fff;
	}
	.grid-view .pager {
		margin: 0 !important;
	}
	#results {
		float: right;
		padding: 10px 0;
		margin-right: 10px;
	}
	#results select {
		margin-right: 10px;
	}
	div.actions_container_top, div.actions_container_bottom {
	}
	div.actions_container_top a {
		margin-bottom: 5px;
	}
	div.actions_container_top {
		position: absolute;
		top: 75px;
		right: 0;
		text-align: right;
		line-height: 1.8;
	}
	div.actions_container_bottom {
		margin-right: 10px;
		float: right;
		text-align: right;
		line-height: 150%;
	}
	.view_action_form, .filter_action_form {
		margin: 5px 0;
	}

	/* removed from PHP file - styles for actions boxes [td] */
.add-candidate-btn-box {
	display: flex;
	justify-content: right;
}
a.candidate_button {
	border-top: 1px solid #f7c997;
	background: #8f4402;
	background: -webkit-gradient(linear, left top, left bottom, from(#f07518), to(#8f4402));
	background: -webkit-linear-gradient(top, #f07518, #8f4402);
	background: -moz-linear-gradient(top, #f07518, #8f4402);
	background: -ms-linear-gradient(top, #f07518, #8f4402);
	background: -o-linear-gradient(top, #f07518, #8f4402);
	padding: 3px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 0;
}

a.candidate_button:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}

a.candidate_button:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

form.candidate_view {
	margin-bottom: 6px;
}

/* Keymetric Box Styles */

.col-2 {
	width: 50%;
	float: left;
}
.keymetrics-wrapper {
	width: 100%;
	margin: 15px;
}
.keymetrics-wrapper h4 {
	font-size: 18px;
	font-weight: bold;
	color: #707070;
}
.keymetrics-wrapper ul {

}
.keymetrics-wrapper li {
	list-style: none;
	font-size: 30px;
	padding-bottom: 4px;
}




	/* Pipeline report */
/*
	.pipeline_funnel {
		float: left;
		margin: 30px 0;
		width: 460px;
		height: 400px;
		background: url(/images/funnel_pipeline_6_rows.png) no-repeat top left;
	}
	.pipeline_funnel p {
		padding-left: 64px;
		font-size: 48px;
		font-weight: bold;
		color: #464646;
		line-height: 48px;
		padding-top: 7px;
		padding-bottom: 12px;
	}
	.pipeline_funnel p span.label {
		text-transform:none;
		font-size: 30px;
		font-weight: bold;
		color: #464646;
	}
	.pipeline_funnel p span.subtext {
		display: block;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		margin-top: -7px;
	}
	.pipeline_funnel .row1 {
		padding-top: 10px;
	}
	.pipeline_funnel .row3 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pipeline_boxes {
		float: left;
		width: 440px;
		margin-top: 30px;
	}
	.pipeline_boxes div {
		width: 440px;
		height: 85px;
		margin-bottom: 20px;
		float: left;
	}
	.pipeline_boxes p.big {
		padding: 18px 10px 0 75px;
		font-size: 36px;
		font-weight: bold;
		color: #464646;
	}
	.pipeline_boxes p.big .label {
		font-size: 16px;
		font-weight: normal;
		color: #464646;
		text-transform: none;
		display: block;
	}
	.pipeline_boxes p {
		padding: 18px 10px 0 75px;
		font-size: 36px;
		font-weight: bold;
		color: #464646;
	}
	.pipeline_boxes p .label {
		font-size: 16px;
		font-weight: normal;
		color: #464646;
		text-transform: none;
		display: block;
	}
	.pipeline_boxes .row1 {
		margin-top: 15px;
		height: 50px;
		background: #b4bbc3;
		color: white;
	}
	.pipeline_boxes .row1 p {
		padding: 12px 10px 0 15px;
		font-size: 28px;
		font-weight: bold;
		color: white;
	}
	.pipeline_boxes .row2 {
		background: #f4f4ed url(/images/pipeline_funnel_icons/cost-per-inquiry.png) no-repeat 20px 25px;
	}
	.pipeline_boxes .row3 {
		background: #e8d5d3 url(/images/people-icon.jpg) no-repeat 20px 28px;
	}
	.pipeline_boxes .row4 {
		background: #d4e8dd url(/images/pipeline_funnel_icons/cpre.png) no-repeat top left;
	}
*/
	.sd-container, .sd-container * {
		margin:0;
		padding:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.sd-container {
		width:920px;	/** use width according to your layout **/
		margin:0 auto;
		clear:both;
	}
	.sd-row {
		
	}
	.sd-container:before, .sd-container:after, .sd-row:before, .sd-row:after {
		display: table;
		content: " ";
	}
	.sd-container:after, .sd-row:after{
		clear: both;
	}
	/** basic style end **/

	/** page style **/
	.sd-container .pipeline-content {
		padding:30px 0;
		color:#464646 !important;
		letter-spacing:-0.025em;
	}
	.sd-container .pineline-left {
		width:50%;
		position:relative;
		float:left;
		padding-right:20px;
	}
	.sd-container .pipeline-left-list {
		position:relative;
		list-style:none;
		overflow:hidden;
		margin:0px 0px 20px 0px;
	}
	.sd-container .pipeline-left-list:before {
		content: '';
		position: absolute;
		top: 0;
		right:-240px;
		width: 110%;
		height: 100%;
		background:#fff;
		-webkit-transform: skewX(-35deg);
		transform: skewX(-35deg);
		z-index: 1;
	}
	.sd-container .pipeline-left-list > li {
		background:#ced9ed;
		margin-bottom:10px;
		padding:0px;
		position:relative;
		min-height:70px;
		display:table;
		width:100%;
	}
	.sd-container .pipeline-left-list > li:before {
		content:'';
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		width:60px;
		background:#ced9ed;
		z-index:2;
	}
	.sd-container .pipeline-left-list > li:last-child {
		margin-bottom:0;
	}
	.sd-container .pipeline-left-list > li h3 {
		font-size:45px;
		line-height:1;
		font-weight:bold;
		margin:0;
		color:#464646;
		font-family: Arial, Helvetica, sans-serif;
	}
	.sd-container .pipeline-left-list > li h3 span {
		font-size:26px;
	}
	.sd-container .pipeline-left-list > li p {
		font-size:14px;
		line-height:1;
		margin:0;
	}
	.sd-container .left-list-content {
		position:relative;
		z-index:2;
		display: table-cell;
		vertical-align: middle;
		padding:5px 15px 5px 70px;
	}
	
	.sd-container .left-list-content > p {
		font-weight: normal;
		color:#464646;
		font-family: Arial, Helvetica, sans-serif;
	}

	.sd-container .pipeline-right {
		float:right;
		width:50%;
		position:relative;
	}
	.sd-container .pipeline-right > h2 {
		background:#b5bbc3 !important;
		color:#fff !important;
		font-size:28px !important;
		font-weight:bold !important;
		padding:9px 15px 7px !important;
	}
	.sd-container .pipeline-right-list {
		list-style:none;
		margin:0px;
	}
	.sd-container .pipeline-right-list li {
		background:#f4f4ed;
		padding:18px 0 15px !important;
		position:relative;
	}
	.sd-container .pipeline-right-list li.bg-2 {
		background:#e6d5d3;
	}
	.sd-container .pipeline-right-list li.bg-3 {
		background:#d6e8dd;
	}
	.pipeline-right-list li.bg-4 {
		background:#ced9ed;
	}
	.sd-container .right-list-content {
		margin-left:75px;
		color:#464646;
		font-family: Arial, Helvetica, sans-serif;
	}
	.sd-container .right-list-content h3 {
		font-size:35px;
		line-height:1;
		font-weight:bold;
	}
	.sd-container .right-list-content p {
		font-size:17px;
		font-weight:normal;
		color:#000;
		margin:0;
		line-height:1;
	}
	.sd-container .list-icon {
		width:35px;
		height:35px;
		background:url(images/pipeline-icons-collection.png) no-repeat 0 0;
		position:absolute;
		z-index:2;
		top:50%;
		left:15px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.sd-container .list-icon.visit-icon {
		background-position:0 0;
	}
	.sd-container .list-icon.help-icon {
		background-position:0 -50px;
	}
	.sd-container .list-icon.help-icon-dark {
		background-position:-70px -50px;
	}
	.sd-container .list-icon.users-icon {
		background-position:0 -100px;
	}
	.sd-container .list-icon.users-icon-dark {
		background-position:-70px -100px;
	}
	.sd-container .list-icon.calender-icon {
		background-position:0 -150px;
		height:38px;
	}
	.sd-container .list-icon.calender-tick-icon {
		background-position:0 -200px;
		height:38px;
	}
	.sd-container .list-icon.calender-tick-icon-dark {
		background-position:-70px -200px;
		height:38px;
	}
	.sd-container .list-icon.tick-icon {
		background-position:0 -250px;
	}
    /*
	.sd-container .list-icon.tick-icon-dark {
		background-position:-70px -250px;
	}
    */
	.sd-container .list-icon.clipboard-icon {
		background-position:0 -300px;
		height:44px;
	}
	.sd-container .list-icon.clipboard-icon-dark {
		background-position:-70px -300px;
		height:44px;
	}
	.sd-container .list-icon.call-icon {
		background-position:0 -350px;
	}
	.sd-container .list-icon.call-icon-dark {
		background-position:-70px -350px;
	}
    /*
	.sd-container .list-icon.user-clipboard-icon {
		background-position:0 -400px;
		height:55px;
	}
    */
	.sd-container .list-icon.user-clipboard-icon-dark {
		background-position:-70px -400px;
		height:50px;
	}
	.sd-container .list-icon.right-arrow-icon {
		background-position:0 -450px;
	}
	.sd-container .list-icon.right-arrow-icon-dark {
		background-position:-70px -450px;
	}
    /*
	.sd-container .list-icon.fail-icon {
		background-position:0 -500px;
	}
    */
	.sd-container .list-icon.fail-icon-dark {
		background-position:-70px -500px;
	}

	/* ROI Styles */

	#roi_funnel {
		float: left;
		margin: 30px 0;
		width: 460px;
		height: 400px;
	}
	#roi_funnel {
		background: url(/images/funnel.jpg) no-repeat top left;
	}
	#roi_funnel p {
		padding-left: 64px;
		font-size: 48px;
		font-weight: bold;
		color: #464646;
		line-height: 48px;
		padding-top: 7px;
		padding-bottom: 12px;
	}
	#roi_funnel p span.label {
		text-transform:none;
		font-size: 30px;
		font-weight: bold;
		color: #464646;
	}
	#roi_funnel p span.subtext {
		display: block;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		margin-top: -7px;
	}
	p#visits {
		padding-top: 10px;
	}
	.tan_box {
		background-color: #f4f4ed;
	}
	.green_box {
		background-color: #d4e8dd;
	}
	.red_box {
		background-color: #e8d5d3;
	}
	#roi_stats {
		float: left;
		width: 440px;
		margin-top: 30px;
	}
	#roi_stats div {
		height: 85px;
		margin-bottom: 20px;
		float: left;
	}
	#roi_stats .full_width {
		width: 440px;
	}
	#roi_stats .half_width {
		width: 210px;
		margin-right: 20px;
	}
	#est_roi {
		background: #f4f4ed url(/images/est_roi_icon.png) no-repeat top left;
	}
	#practice_revenue {
		background: #d4e8dd url(/images/heart_icon.png) no-repeat top left;
	}
	#monthly_cost {
		background: #e8d5d3 url(/images/tag_icon.png) no-repeat top left;
	}
	#revenue_per_lead {
		background: #d4e8dd url(/images/cost_icon.png) no-repeat top left;
	}
	#cost_per_lead {
		background: #e8d5d3 url(/images/revenue_icon.png) no-repeat top left;
	}
	#revenue_events {
		background: #f4f4ed url(/images/event_icon.png) no-repeat top left;
	}
	#roi_stats p.big {
		padding: 18px 10px 0 75px;
		font-size: 36px;
		font-weight: bold;
		color: #464646;
	}
	#roi_stats p.big .label {
		font-size: 16px;
		font-weight: normal;
		color: #464646;
		text-transform: none;
		display: block;
	}
	#roi_stats p {
		padding: 12px 10px 0 75px;
		font-size: 28px;
		font-weight: bold;
		color: #464646;
	}
	#roi_stats p .label {
		font-size: 14px;
		font-weight: normal;
		color: #464646;
		text-transform: none;
		display: block;
	}
	#roi_stats #revenue_events .normal {
		font-size: 18px !important;
		font-weight: normal !important;
	}
	#disclaimers {
		padding: 10px 0 12px 0;
	}
	#disclaimers p {
		font-size: 14px;
		padding: 0 30px 12px 30px;
		color: #696969;
	}
	#disclaimers h3 {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 30px 4px 30px;
	}

/* Yii Framework main.css */
	div.flash-error, div.flash-notice, div.flash-success
	{
		padding:.8em;
		margin-bottom:1em;
		border:2px solid #ddd;
	}

	div.flash-error
	{
		background:#FBE3E4;
		color:#8a1f11;
		border-color:#FBC2C4;
	}

	div.flash-notice
	{
		background:#FFF6BF;
		color:#514721;
		border-color:#FFD324;
	}

	div.flash-success
	{
		background:#E6EFC2;
		color:#264409;
		border-color:#C6D880;
	}

	div.flash-error a
	{
		color:#8a1f11;
	}

	div.flash-notice a
	{
		color:#514721;
	}

	div.flash-success a
	{
		color:#264409;
	}

	div.form .rememberMe label
	{
		display: inline;
	}

	div.view
	{
		padding: 10px;
		margin: 10px 0;
		border: 1px solid #C9E0ED;
	}

	div.breadcrumbs
	{
		font-size: 0.9em;
		padding: 5px 20px;
	}

	div.breadcrumbs span
	{
		font-weight: bold;
	}

	div.search-form
	{
		padding: 10px;
		margin: 10px 0;
		background: #eee;
	}

	.portlet
	{

	}

	.portlet-decoration
	{
		padding: 3px 8px;
		background: #B7D6E7;
		border-left: 5px solid #6FACCF;
	}

	.portlet-title
	{
		font-size: 12px;
		font-weight: bold;
		padding: 0;
		margin: 0;
		color: #298dcd;
	}

	.portlet-content
	{
		font-size:0.9em;
		margin: 0 0 15px 0;
		padding: 5px 8px;
		background:#EFFDFF;
	}

	.portlet-content ul
	{
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin: 0;
		padding: 0;
	}

	.portlet-content li
	{
		padding: 2px 0 4px 0px;
	}

	.operations
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.operations li
	{
		padding-bottom: 2px;
	}

	.operations li a
	{
		font: bold 12px Arial;
		color: #0066A4;
		display: block;
		padding: 2px 0 2px 8px;
		line-height: 15px;
		text-decoration: none;
	}

	.operations li a:visited
	{
		color: #0066A4;
	}

	.operations li a:hover
	{
		background: #80CFFF;
	}

/* Yii Framework form.css */
	/**
	 * CSS styles for forms generated by yiic.
	 *
	 * The styles can be applied to the following form structure:
	 *
	 * <div class="form">
	 *     <div class="row">
	 *         <label for="inputid">xyz</label>
	 *         <input name="inputid" id="inputid" type="text" />
	 *         <p class="hint">hint text</p>
	 *     </div>
	 *     <div class="row">
	 *         <label for="inputid">xyz</label>
	 *         <input name="inputid" id="inputid" type="text" />
	 *         <p class="hint">hint text</p>
	 *     </div>
	 *     <div class="row buttons">
	 *         <label for="inputid">xyz</label>
	 *         <input name="inputid" id="inputid" type="text" />
	 *         <p class="hint">hint text</p>
	 *     </div>
	 * </div>
	 *
	 * The above code will render the labels and input fields in separate lines.
	 * In order to render them in the same line, please use the "wide" form as follows,
	 *
	 * <div class="wide form">
	 *     ......
	 * </div>
	 *
	 * @author Qiang Xue <qiang.xue@gmail.com>
	 * @link http://www.yiiframework.com/
	 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
	 * @license http://www.yiiframework.com/license/
	 */

	div.form
	{
	}

	div.form input,
	div.form textarea,
	div.form select
	{
		margin: 0.2em 0 0.5em 0;
        float: right;
	}

	div.form fieldset,
	div.cform fieldset
	{
		border: 1px solid #DDD;
		padding: 10px;
		margin: 0 0 10px 0;
		-moz-border-radius:7px;
	}

	div.form label
	{
		font-weight: bold;
		font-size: 0.9em;
		display: block;
        float: left;
	}

	div.form .row,
	div.cform .row
	{
		margin: 5px 0;
	}

	div.form .hint,
	div.cform .hint
	{
		margin: 0;
		padding: 0;
		color: #999;
	}

	div.form .note,
	div.cform .note
	{
		font-style: italic;
	}

	div.form span.required,
	div.cform span.required
	{
		color: red;
	}

	div.form div.error label:first-child,
	div.form label.error,
	div.form span.error,
	div.cform div.error label:first-child,
	div.cform label.error,
	div.cform span.error
	{
		color: #C00;
	}

	div.form div.error input,
	div.form div.error textarea,
	div.form div.error select,
	div.form input.error,
	div.form textarea.error,
	div.form select.error,
	div.cform div.error input,
	div.cform div.error textarea,
	div.cform div.error select,
	div.cform input.error,
	div.cform textarea.error,
	div.cform select.error
	{
		background: #FEE;
		border-color: #C00;
	}

	div.form div.success input,
	div.form div.success textarea,
	div.form div.success select,
	div.form input.success,
	div.form textarea.success,
	div.form select.success,
	div.cform div.success input,
	div.cform div.success textarea,
	div.cform div.success select,
	div.cform input.success,
	div.cform textarea.success,
	div.cform select.success
	{
		background: #E6EFC2;
		border-color: #C6D880;
	}

	div.form div.success label,
	div.cform div.success label
	{
		color: inherit;
	}

	div.form .errorSummary,
	div.cform .errorSummary
	{
		border: 2px solid #C00;
		padding: 7px 7px 12px 7px;
		margin: 0 0 20px 0;
		background: #FEE;
		font-size: 0.9em;
	}

	div.form .errorMessage,
	div.cform .errorMessage
	{
		color: red;
		font-size: 0.9em;
	}

	div.form .errorSummary p,
	div.cform .errorSummary p
	{
		margin: 0;
		padding: 5px;
	}

	div.form .errorSummary ul,
	div.cform .errorSummary ul
	{
		margin: 0;
		padding: 0 0 0 20px;
	}

	div.wide.form label
	{
		float: left;
		margin-right: 10px;
		position: relative;
		text-align: right;
		width: 100px;
	}

	div.wide.form .row
	{
		clear: left;
	}

	div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
	{
		clear: left;
		padding-left: 110px;
	}

/* Design (Mark Farmer) jquery-ui customizations */
	.ui-dialog .ui-dialog-title {
		font-size: 16px;
	}
	.ui-widget-content {
		border: 10px solid #dbdbd9;
	}
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-left,
	.ui-corner-tl {
		border-top-left-radius: 8px;
	}
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-right,
	.ui-corner-tr {
		border-top-right-radius: 8px;
	}
	.ui-corner-all,
	.ui-corner-bottom,
	.ui-corner-left,
	.ui-corner-bl {
		border-bottom-left-radius: 8px;
	}
	.ui-corner-all,
	.ui-corner-bottom,
	.ui-corner-right,
	.ui-corner-br {
		border-bottom-right-radius: 8px;
	}
	.ui-tabs {
		padding: 0;
	}
	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: 0;
	}
	.ui-tabs .ui-tabs-nav li {
		position: static;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
	.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
	.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
		cursor: pointer;
	}
	.ui-tabs .ui-tabs-panel {
		padding: 0;
		border-width: 10px;
		background: #FCFCFA none repeat scroll 0%;
	}

/* Clinical trial call center styles from Sarvesh. View is form_contact.php */
.sd-style {
	background:#fff;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:16px !important;
	line-height:22px !important;
	padding:0;
	color:#000;
}

.sd-style a:hover, .sd-style a:active, .sd-style a, .sd-style a:focus, .sd-style textarea:focus, .sd-style a[href^="tel"] {
	outline:none;
	text-decoration:none;
}
.sd-style a, .sd-style a[href^="tel"] {
	color:inherit;
}

.sd-style img, .sd-style ul, .sd-style li {
	outline:none;
	border:none;
	margin:0;
	padding:0;
}

.sd-style input, .sd-style select, .sd-style button, .sd-style textarea {
	border:none;
	outline:none;
	font-size:inherit;
	font-family:inherit;
	color:inherit;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.sd-style textarea {
	resize:none;
	min-height:130px;
}
.sd-style input, .sd-style select, .sd-style textarea {
	padding: 9px 10px;
	border: 1px solid #c8c8c8;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.15);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background:#fff;
	width:100%;
	margin-bottom:12px;
}
.sd-style select {
	background: url(/images/select-arrow.png) no-repeat center right 10px #fff;
}
.sd-style input:focus, .sd-style textarea:focus {
	box-shadow: inset 0 0 0 4px #22bbf8;
	-webkit-box-shadow: inset 0 0 0 4px #22bbf8;
}

.sd-style ol, .sd-style ul {
	list-style:none;
}
.box .sd-style ol li, .box .sd-style ul li {
	font: inherit !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

.sd-style img { max-width:100%; }

.sd-style .clear {clear:both;}

.sd-style * {
	margin:0;
	padding:0;
}

.sd-style *, .sd-style *:before, .sd-style *:after {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.sd-style .page-content p { margin-bottom:18px; }

.sd-style h1, .sd-style h2, .sd-style h3, .sd-style h4 , .sd-style h5, .sd-style h6 {
	font-weight:normal;
	font-family:inherit;
	line-height:1.2;
}

.sd-style h1 { font-size:36px; }
.sd-style h2 { font-size:30px; }
.sd-style h3 { font-size:24px; }
.sd-style h4 { font-size:18px; }
.sd-style h5 { font-size:14px; }
.sd-style h6 { font-size:12px; }

.sd-style .pull-left {
	float:left;
}
.sd-style .pull-right {
	float:right;
}
.sd-style .page-content {
	width:860px;
	margin:0 auto;
	clear:both;
	padding-top:20px;
}

.sd-style .row {

}

.sd-style:before, .sd-style:after, .sd-style .page-content:before, .sd-style .page-content:after, .sd-style .row:before, .sd-style .row:after, .sd-style .block-section:before, .sd-style .block-section:after, .sd-style .half-width:before, .sd-style .half-width:after, .sd-style .table-row:before, .sd-style .table-row:after, .sd-style .block-heading:before, .sd-style .block-heading:after, .sd-style .blue-btn:before, .sd-style .blue-btn:after, .sd-style .grey-btn:before, .sd-style .grey-btn:after, .sd-style .purple-btn:before, .sd-style .purple-btn:after, .sd-style .widget:before, .sd-style .widget:after, .sd-style .about-form-row:before, .sd-style .about-form-row:after, .sd-style .screener-form-row:before, .sd-style .screener-form-row:after, .sd-style .input-row:before, .sd-style .input-row:after {
	display: table;
	content: " ";
}

.sd-style:after, .sd-style .page-content:after, .sd-style .row:after, .sd-style .block-section:after, .sd-style .half-width:after, .sd-style .table-row:after, .sd-style .block-heading:after, .sd-style .blue-btn:after, .sd-style .grey-btn:after, .sd-style .purple-btn:after, .sd-style .widget:after, .sd-style .about-form-row:after, .sd-style .screener-form-row:after, .sd-style .input-row:after {
	clear: both;
}
.sd-style .half-width {
	float:left;
	width:50%;
}
.sd-style .full-width {
	width:100% !important;
}
.sd-style .margin-bottom-25 {
	margin-bottom:25px !important;
}
.sd-style .margin-bottom-20 {
	margin-bottom:20px !important;
}
.sd-style .margin-null {
	margin-bottom:0 !important;
}
.sd-style .align-right {
	text-align:right;
}
.sd-style .align-left {
	text-align:left;
}
.sd-style .align-center {
	text-align:center;
}

/**************  Reset Style End  ***************/

.sd-style .left-content {
	float:left;
	width:565px;
}
.sd-style .block-section {
	margin-bottom:30px;
}
.sd-style .block-heading {
	background:#415276;
	color:#fff;
	padding:7px 45px 7px 12px;
	margin:0;
	position:relative;
}
.sd-style .block-heading-alternate{
	background:#700849;
	color:#fff;
	padding:7px 45px 7px 12px;
	margin:0;
	position:relative;
}
.sd-style .block-heading-alternate h3 {
	font-weight:bold;
	letter-spacing:-0.025em;
}
.sd-style .heading-side {
	margin:7px 0 0 !important;
}
.sd-style .block-heading h3 {
	font-weight:bold;
	letter-spacing:-0.025em;
}
.sd-style .data-table-col-* {
	display:table;
	width:100%;
}
.sd-style .table-head {
	font-weight:bold;
	background:#b8d5ed;
}
.sd-style .table-row {

}
.sd-style .table-row:nth-child(odd) {
	background:#e4eef5;
}
.sd-style .table-row:nth-child(even) {
	background:#fcfcfa;
}
.sd-style .col-one, .sd-style .col-two, .sd-style .col-three, .sd-style .col-four {
	display:table-cell;
	vertical-align:top;
	padding:11px 15px 12px 12px;
}

.sd-style .data-table-col-2,
.sd-style .data-table-col-3{
	overflow: hidden;
}

.sd-style .data-table-col-2 .col-one {
	max-width:400px;
	min-width:400px;
	border-right:1px solid #415276;
}
.sd-style .data-table-col-2 .col-two {
	width:165px;
	padding-left:20px;
}
.sd-style .data-table-col-2 .col-one span {
	float:left;
	font-weight:bold;
}
.sd-style .data-table-col-2 .col-one > div {
	padding-left:45px;
}
.sd-style .data-table-col-3 .col-one {
	max-width:190px;
	min-width:190px;
	border-right:1px solid #415276;
}
.sd-style .data-table-col-3 .col-two {
	max-width:280px;
	min-width:280px;
	border-right:1px solid #415276;
}
.sd-style .data-table-col-3 .col-three {
	width:55px;
}
.sd-style .data-table-col-3 {
	border-bottom:3px solid #415276;
}
.sd-style .data-table-col-4 .col-one {
	width:140px;
	vertical-align:middle;
}
.sd-style .data-table-col-4 .col-two {
	width:205px;
	vertical-align:middle;
}
.sd-style .data-table-col-4 .col-three {
	width:95px;
	vertical-align:middle;
}
.sd-style .data-table-col-4 .col-four {
	width:125px;
	vertical-align:middle;
}
.sd-style .data-table-col-4 .blue-btn {
	color:#fff;
	text-transform:uppercase;
	display:block;
	text-align:center;
	border-radius:6px;
	-webkit-border-radius:6px;
	font-size:14px;
	font-weight:bold;
	background:#599fda;
	padding:4px 15px 5px;
	margin:0;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.sd-style .data-table-col-4 .blue-btn:hover {
	background: #4982b2;
}
.sd-style .col-one p:last-child, .sd-style .col-two p:last-child, .sd-style .col-three p:last-child, .sd-style .col-four p:last-child {
	margin-bottom:0;
}
.sd-style .bold-response .table-row .col-two {
	font-weight:bold;
	color:#139e56;
}
.sd-style .regular-text {
	font-weight:normal !important;
	color:#000 !important;
}
.sd-style .border-box {
	border:1px solid #415276;
	padding:20px;
	margin-bottom:20px;
}
.sd-style .border-box h4 {
	font-weight:bold;
}
.sd-style .border-box p {

}
.sd-style .border-box p:last-child {
	margin-bottom:0;
}
.sd-style .history-msg {
	margin-bottom:40px;
}
.sd-style .history-msg h4 {
	font-size:16px;
	margin-bottom:10px;
}
.sd-style .history-msg p {
	border-bottom:1px dotted #c8c8c8;
	padding-bottom:15px;
}
.sd-style .small-italic {
	font-size:12px;
	font-style:italic;
}
.sd-style .history-msg p:last-child {
	border-bottom:none;
	padding-bottom:0;
}

.sd-style .right-content {
	width:265px;
	float:right;
}
.sd-style .right-content .block-heading {
	padding:7px 12px;
}
.sd-style .widget {
	margin-bottom:45px;
}
.sd-style .contact-widget {
	background:#f0f0f0;
	border-bottom:3px solid #415276;
}

.sd-style .medical-record-process-widget {
	background:#f0f0f0;
	border-bottom:3px solid #415276;
}

.sd-style .inner-space {
	padding:20px;
}
.sd-style .inner-space-10 {
	padding:0 10px;
}
.sd-style .contact-sec {
	border-bottom:2px solid #d1cbcb;
	padding-bottom:10px;
	margin-bottom:30px;
}
.sd-style .contact-sec:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.sd-style .contact-sec p {
	letter-spacing:-0.025em;
}
.sd-style .contact-sec > h3 {
	font-weight:bold;
	color:#414142;
	padding:0 0 4px 40px;
}
.sd-style .call-icon {
	background:url(/images/call-icon.png) no-repeat 0 0;
	margin-bottom:20px;
}
.sd-style .mail-icon {
	background:url(/images/mail-icon.png) no-repeat 0 0;
	margin-bottom:10px;
}
.sd-style .blue-btn, .sd-style .grey-btn, .sd-style .purple-btn {
	margin-bottom:10px;
}
.sd-style .blue-btn a, .sd-style .grey-btn a, .sd-style .purple-btn, .sd-style .green-btn, .sd-style button.blue-btn, .sd-style .pink-btn {
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:6px;
	-webkit-border-radius:6px;
	display:block;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.sd-style .purple-btn {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.sd-style .blue-btn a, .sd-style button.blue-btn {
	background:#599fda;
	font-size:18px;
	padding:10px;
}
.sd-style button.blue-btn {
	width:100%;
	cursor:pointer;
	font-size:14px;
	padding:7px 10px;
}
.sd-style .blue-btn a:hover, .sd-style button.blue-btn:hover, .sd-style .blue-btn-large:hover {
	background:#4982b2;
}
.sd-style .grey-btn a {
	background:#c3c1c1;
	font-size:14px;
	padding:5px 10px;
}
.sd-style .grey-btn a:hover {
	background:#a6a4a4;
}
.sd-style .purple-btn {
	background:#a776d1;
	font-size:18px;
	padding:10px;
	cursor: pointer;
}
.sd-style .purple-btn:hover {
	background:#8b62ae;
}
.sd-style .pink-btn {
	display:inline-block;
	background:#f3666e;
	padding:7px 10px 8px;
}
.sd-style .pink-btn:hover {
	background:#e76169;
}
.sd-style .status-widget div.block-content, .sd-style .notes-widget div.block-content {
	padding:12px 0;
}
.sd-style .status-widget select {
	width:230px;
	float:left;
}
.sd-style .green-btn {
	background:#7aa58f;
	display:inline-block;
	vertical-align:top;
	padding:7px 10px 8px;
	cursor:pointer;
	min-width:125px;
	font-size:14px;
}
.sd-style .green-btn:hover {
	background:#6d937f;
	color:#fff;
}
.sd-style .tooltip {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border-radius:50%;
	-webkit-border-radius:50%;
	background:#a3b7d3;
	height:20px;
	width:20px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	margin-top:4px;
	position:relative;
}
.sd-style .status-widget select + .tooltip {
	margin:7px 0 0 10px;
}
.sd-style .call-toggle {
	display:none;
	padding:7px 0 20px;
}
.sd-style .call-toggle p {
	margin-bottom:14px;
}
.sd-style .call-number, .sd-style .email-toggle, .sd-style .call-number2 {
	text-align:center;
	padding:12px 0;
	display:none;
}

.sd-style .call-number h3, .sd-style .call-number2 h3 {
	font-weight:bold;
	color:#414142;
	font-size:18px;
	padding-bottom:3px;
}
.sd-style .email-toggle p {
	margin:0;
	font-weight:bold;
}

/** tooltip style **/
.sd-style .tooltip-section .tooltip-content {
	display:none;
}
.tipso_bubble, .tipso_bubble > .tipso_arrow {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tipso_bubble {
	position: absolute;
	border-radius: 6px;
	z-index: 9999;
}

.sd-style .tooltip-content {
	padding-bottom:10px;
	padding:15px;
	background:#fff;
	border:2px solid #6888ba;
	margin-right:-20px;
}
.sd-style .tooltip-content h4 {
	font-size:18px;
	font-weight:bold;
	color:#425375;
	margin-bottom:2px;
	margin-top:0;
}
.sd-style .tooltip-content p {
	margin-bottom:15px;
	margin-top:0;
}
.sd-style .tooltip-content ul li {
	margin-bottom:3px;
}
.sd-style .tooltip-content p:last-child {
	margin-bottom:0;
}

.sd-style .tipso_style {
	cursor: help;
	position:relative;
}
.sd-style .tipso_title {
	border-radius: 6px 6px 0 0;
}
.sd-style .tipso_content {
	word-wrap: break-word;
}
.sd-style .tipso_bubble.tiny {
	font-size: 0.6rem;
}
.sd-style .tipso_bubble.small {
	font-size: 0.8rem;
}
.sd-style .tipso_bubble.default {
	font-size: 1rem;
}
.sd-style .tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}
.sd-style .tipso_bubble > .tipso_arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid;
	pointer-events: none;
}
.sd-style .tipso_bubble.top > .tipso_arrow {
	border-top-color: #6888ba;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -7px;
}
.sd-style .tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #6888ba;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -7px;
}
.sd-style .tipso_bubble.left > .tipso_arrow {
	border-left-color: #6888ba;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -7px;
}
.sd-style .tipso_bubble.right > .tipso_arrow {
	border-right-color: #6888ba;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -7px;
}
.sd-style .tipso_bubble .top_right_corner, .tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}
.sd-style .tipso_bubble .bottom_right_corner, .tipso_bubble.bottom_right_corner {
	border-top-left-radius: 0;
}
.sd-style .tipso_bubble .top_left_corner, .tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}
.sd-style .tipso_bubble .bottom_left_corner, .tipso_bubble.bottom_left_corner {
	border-top-right-radius: 0;
}
/** tooltip style end **/

/** about-form style **/
.sd-style .about-form input, .sd-style .about-form select, .sd-style .about-form textarea {
	margin-bottom:0;
}
.sd-style .about-form input + span, .sd-style .about-form select + span, .sd-style .about-form textarea + span {
	margin:8px 0 0 8px;
	display:inline-block;
}
.sd-style .width-50 {
	width:50px;
	float:left;
}
.sd-style .width-60 {
	width:60px;
	float:left;
}
.sd-style .width-70 {
	width:70px;
	float:left;
}
.sd-style .width-80 {
	width:80px;
	float:left;
}
.sd-style .width-95 {
	width:95px;
	float:left;
}
.sd-style .width-115 {
	width:115px;
	float:left;
}
.sd-style .width-130 {
	width:130px;
	float:left;
}
.sd-style .width-140 {
	width:140px;
	float:left;
}
.sd-style .width-150 {
	width:150px;
	float:left;
}
.sd-style .width-160 {
	width:160px;
	float:left;
}
.sd-style .width-180 {
	width:180px;
	float:left;
}
.sd-style .width-215 {
	width:215px;
	float:left;
}
.sd-style .width-250 {
	width:250px;
	float:left;
}
.sd-style .width-390 {
	width:390px;
	float:left;
}
.sd-style .width-430 {
	width:430px;
	float:left;
}
.sd-style .margin-left-10 {
	margin-left:10px;
}
.sd-style .margin-left-25 {
	margin-left:25px;
}
.sd-style .about-form {
	padding-right:15px;
}
.sd-style .about-form label {
	font-weight:bold;
	padding-top:8px;
	display:block;
}

.sd-style .about-form-row {
	margin-bottom:10px;
}
.sd-style .about-form-row .about-form-left {
	width:130px;
	float:left;
	text-align:right;
	padding-right:10px;
}
.sd-style .about-form-right {
	float:right;
	width:420px;
}
.sd-style .about-form-right label {
	float:left;
	padding-right:10px;
}
.sd-style .last-element {
	float:right;
}
.sd-style .about-form button {
	margin:7px 0;
}
.sd-style .input-row {
	margin-bottom:10px;
}
.sd-style .input-row input {
	margin-left:10px;
	margin-bottom:0;
	float:left;
}
.sd-style .input-row input:first-child {
	margin-left:0;
}
.sd-style .input-row-add {
	color:#000;
	display:inline-block;
	margin-bottom:25px;
}
.sd-style .input-row-add .add-icon {
	display:inline-block;
	position:relative;
	width:26px;
	height:26px;
	background:#b3b7b8;
	border-radius:6px;
	-webkit-border-radius:6px;
	vertical-align:middle;
	margin-right:6px;
}
.sd-style .input-row-add .add-icon:before, .sd-style .input-row-add .add-icon:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:14px;
	height:4px;
	background:#fff;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.sd-style .input-row-add .add-icon:after {
	transform:translate(-50%,-50%) rotate(90deg);
	-webkit-transform:translate(-50%,-50%) rotate(90deg);
}
/** about-form style end **/

/** screener-form style **/
.sd-style .screener-form {

}
.sd-style .screener-form-row {
	border-bottom:1px solid #dddddd;
	margin-bottom:15px;
	padding-bottom:15px;
}
.sd-style .screener-form-row:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.sd-style .screener-form-row h4 {
	font-weight:bold;
	font-size:18px;
	padding:10px 0 5px;
}
.sd-style .screener-form-left {
	float:left;
	width:390px;
	padding-right:15px;
}
.sd-style .screener-form-left > span {
	width:45px;
	font-weight:bold;
	float:left;
}
.sd-style .screener-form-left > div {
	padding-left:45px;
}
.sd-style .screener-form-left p:last-child {
	margin-bottom:0;
}
.sd-style .input-radio-block {
	float:right;
	width:170px;
}
.sd-style .bg-light-green {
	background:#c1decf;

}
.sd-style .bg-light-blue {
	background:#e4eef5;
}
.sd-style .bg-pink {
	background:#fdc0c3;
}
.sd-style .screener-form-row .green-btn, .sd-style .screener-form-row .pink-btn {
	width:196px;
	text-align:center;
	line-height:1.2;
	font-size:14px;
	padding:10px 20px 11px;
	margin:6px 10px 20px 0;
}
.sd-style .screener-form-row button.green-btn {
	margin:0 0 10px;
	width:auto;
	padding:7px 10px 8px;
}
.sd-style .blue-btn-large {
	color:#fff;
	text-transform:uppercase;
	border-radius:6px;
	-webkit-border-radius:6px;
	font-size:24px;
	line-height:1;
	font-weight:bold;
	min-width:260px;
	padding:14px 20px 12px;
	margin:15px 7px 20px 0;
	display:inline-block;
	vertical-align:top;
	background:#599fda;
	text-align:center;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.sd-style .blue-btn-large:last-child {
	margin-right:0;
}
/** screener-form style end **/

/** input radio and checkbox style **/
.sd-style .control {
	display:block;
	position:relative;
	padding-left:32px;
	padding-right:10px;
	padding-top:2px;
	cursor:pointer;
	font-size:16px;
}
.sd-style .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	left:0;
	top:0;
	width:auto;
	margin:0;
}

.sd-style .control__indicator {
	position: absolute;
	top:0;
	left:0;
	height: 24px;
	width: 24px;
	background: #fff;
	border: 1px solid #c8c8c8;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.15);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.15);
}

/* setting default checkbox styles [td] */
input[type="checkbox"] {
	width: 25px;
	height: 25px;
	display: grid;
	place-content: center;
}
input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;

}
input[type="checkbox"]:checked::before {
	content: '\2714';
	margin-top: -12px;
	transform: scale(1);
}


.sd-style .control:hover input ~ .control__indicator,
.sd-style .control input:focus ~ .control__indicator {

}
.sd-style .control input:checked ~ .control__indicator {

}
.sd-style .control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.sd-style .control input:checked ~ .control__indicator:after {
	display: block;
}
.sd-style .control--checkbox .control__indicator:after {
	left: 6px;
	top: 6px;
	width: 10px;
	height: 10px;
	/* border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg); */
	background: red;
}

.sd-style .control--radio .control__indicator {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.sd-style .control--radio .control__indicator:after {
	left: 6px;
	top: 6px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #26a5d8;
}
.sd-style .screener-form-row .control {
	margin:7px 0 9px 10px;
}
.sd-style .left-input-radio .control {
	margin:7px 10px 9px 0;
}
/** input radio and checkbox style end **/

/** apponitment widget style **/
.sd-style .appointment-widget {
	background:#f0f0f0;
	border-bottom:3px solid #415276;
}
.sd-style p.red-bold {
	font-weight:bold;
	text-transform:uppercase;
	color:#ee0a0a;
	line-height:21px;
	margin-bottom:22px;
}
.sd-style .appointment-block {
	border-bottom:1px dotted #aaa;
	padding-bottom:10px;
	margin-bottom:20px;
}
.sd-style .appointment-block:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.sd-style .appointment-block h4 {
	font-weight:bold;
	padding-bottom:7px;
}
.sd-style .appointment-block h5 {
	font-size:16px;
	line-height:22px;
}
.sd-style .appointment-block h5 span {
	float:right;
	width:85px;
}
.sd-style .appointment-block > .row {

}
.sd-style .appointment-block > .row label {
	display:block;
	font-weight:bold;
	padding-bottom:7px;
}
.sd-style .appointment-block > .row input {

}
.sd-style input.input-calender {
	background-image:url(/images/calendar-icon-grey.png);
	background-repeat:no-repeat;
	background-position:right 7px center;
}
.sd-style .appointment-block textarea {
	margin-bottom:25px;
	line-height:22px;
}
/** apponitment widget style end **/

.sd-style .tab-content {

}
.sd-style .tab-trigger, .sd-style .tab-trigger2 {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	padding:8px 11px 0 0;
}
.sd-style .tab-trigger a, .sd-style .tab-trigger2 a {
	background:#7082a8;
	width:26px;
	height:26px;
	border-radius:6px;
	-webkit-border-radius:6px;
	float:left;
	position:relative;
}
.sd-style .tab-trigger a:before, .sd-style .tab-trigger a:after, .sd-style .tab-trigger2 a:before, .sd-style .tab-trigger2 a:after {
	content:'';
	position:absolute;
	width:14px;
	height:4px;
	background:#fff;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.sd-style .tab-trigger.open a:after, .sd-style .tab-trigger2.open a:after {
	transform:translate(-50%,-50%) rotate(0deg);
	-webkit-transform:translate(-50%,-50%) rotate(0deg);
}
.sd-style .tab-trigger.closed a:after, .sd-style .tab-trigger2.closed a:after {
	transform:translate(-50%,-50%) rotate(90deg);
	-webkit-transform:translate(-50%,-50%) rotate(90deg);
}

.sd-style b {
	font-weight: bold;
}

.ct_patient {
	top: 0px !important;
}

#web_leads {
	top: 18px;
}

.web_leads_nav {
	background: #ebebe9;
	padding: 20px 0 20px 20px;
	display: inline-block;
	width: 100%;
	z-index: 999;
	margin-top: 20px;
}
.web_leads_nav li {
	display: block;
	float: left;
	padding: 0 15px;
	border-right: 2px solid #97a8b8;
}
.web_leads_nav li:last-child {
	border-right: none;
}

.web_leads_nav li a {
	text-decoration: underline;
}
.web_leads_nav li a:hover {
	text-decoration: none;
	color: #619179;
}
.web_leads_url.active {
	text-decoration: none;
	color: #464646;
	font-weight: bold;
	font-size: 18px;
}

#web_leads .fields_container {
	clear: both;
}
#web_leads .fields_container label {
	font-weight: bold;
}
#web_leads .status_additional_field {
	display: none;
}

.screener-form-row a.change_status_button.selected {
	border: 4px solid blue;
}
.screener-form-row .change_status_button_text {
	padding-left: 40px;
	font-weight: bold;
	color: blue;
}

/* Call Audit Report design (Mark Farmer) route auditReview/report */
	#inner_content.call_summary #tlm_program,
	#audit_report_container.call_summary #tlm_program {
		margin-right: 0;
	}
	#inner_content.call_summary .siteselector_note_button
	#audit_report_container.call_summary .siteselector_note_button {
		margin-right: 5px;
	}
	#inner_content.call_summary #help_icon,
	#audit_report_container.call_summary #help_icon {
		display: block;
		height: 50px;
		width: 50px;
		background: url(/images/call-audit-help-icon.png) no-repeat center center;
		text-indent: -10000px;
		float: right;
		margin-top: 36px;
		opacity: 0.6;
	}
	#inner_content.call_summary #help_icon:hover,
	#audit_report_container.call_summary #help_icon:hover {
		opacity: 1.0;
	}
	#inner_content.call_summary #roi_funnel,
	#audit_report_container.call_summary #roi_funnel {
		background: url("/images/call-audit-funnel.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
		float: left;
		height: 303px;
		margin: 0;
		width: 440px;
	}
	#inner_content.call_summary #roi_funnel p,
	#audit_report_container.call_summary #roi_funnel p {
		padding: 12px 0 12px 70px;
	}
	#inner_content.call_summary p#total_calls,
	#audit_report_container.call_summary p#total_calls {
		margin-top: 28px;
	}
	#inner_content.call_summary p#unanswered_calls, #inner_content.call_summary p#unanswered_calls span.label,
	#audit_report_container.call_summary p#unanswered_calls, #audit_report_container.call_summary p#unanswered_calls span.label {
		font-size: 16px;
		line-height: 16px;
	}
	#inner_content.call_summary p#qualified_leads,
	#audit_report_container.call_summary p#qualified_leads {
		padding-top: 0px;
	}

	#inner_content.call_summary #r-col,
	#audit_report_container.call_summary #r-col {
		width: 455px;
		float: left;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	#inner_content.call_summary .inner-box,
	#audit_report_container.call_summary .inner-box {
		background-color: #ebebe9;
		width: 100%;
		padding: 0;
	}
	#inner_content.call_summary .inner-box .btn,
	#audit_report_container.call_summary .inner-box .btn {
		float: right;
		margin: 6px 25px 0 0;
		font-size: 11px;
		text-transform: uppercase;
		color: #fff;
		padding: 4px 12px;
		border-radius: 4px;
		background-color: #8cb3ee;
	}
	#inner_content.call_summary .inner-box h2,
	#audit_report_container.call_summary .inner-box h2 {
		background-color: #6989b8;
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		padding: 8px 25px;
	}
	#inner_content.call_summary .inner-box ul,
	#audit_report_container.call_summary .inner-box ul {
		margin: 0 25px 25px 25px;
		padding: 10px 0;
	}
	#inner_content.call_summary .inner-box p,
	#audit_report_container.call_summary .inner-box p {
		padding: 10px 25px 8px 25px;
		font-size: 13px;
	}
	#inner_content.call_summary .inner-box p.emphasis,
	#audit_report_container.call_summary .inner-box p.emphasis {
		padding: 0 25px 10px 25px;
		font-size: 16px;
		font-weight: bold;
	}
	#inner_content.call_summary .inner-box li,
	#audit_report_container.call_summary .inner-box li {
		font-size: 14px;
		line-height: 22px;
		padding: 0;
		font-weight: normal;
	}
	#inner_content.call_summary #recent_appointments,
	#audit_report_container.call_summary #recent_appointments {
		background: #ebebe9 url("/images/appointment-bg.jpg") no-repeat bottom right;
		margin-bottom: 0;
	}
	#inner_content.call_summary #call_stats,
	#audit_report_container.call_summary #call_stats {
		clear: both;
		margin: 25px;
		border-top: 1px dotted #aaa;
		padding-top: 25px;
	}
	#inner_content.call_summary #call_stats .box,
	#audit_report_container.call_summary #call_stats .box {
		width: 276px;
		margin-right: 20px;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		height: auto;
	}
	#inner_content.call_summary #call_stats .box:last-child,
	#audit_report_container.call_summary #call_stats .box:last-child {
		margin-right: 0;
	}
	#inner_content.call_summary #call_stats .box p,
	#audit_report_container.call_summary #call_stats .box p {
		padding: 20px 10px 20px 70px;
		font-size: 32px;
		font-weight: bold;
		color: #464646;
		text-transform: none;
	}
	#inner_content.call_summary #call_stats .box p .label,
	#audit_report_container.call_summary #call_stats .box p .label {
		display: block;
		font-size: 15px;
		font-weight: normal;
		text-transform: none;
		padding-bottom: 4px;
	}
	#inner_content.call_summary #abandonment,
	#audit_report_container.call_summary #abandonment {
		background: #e8d5d3 url(/images/abandonment-icon.png) no-repeat 15px;
	}
	#inner_content.call_summary #lead-to-appt, #qualified-lead-to-appt,
	#audit_report_container #lead-to-appt
	 {
		background: #d4e8dd url(/images/conversion-icon.png) no-repeat 15px;
	}
	#inner_content #stats_report {
		margin: 15px 0 25px 0;
		clear: both;
		text-align: center;
	}
	#inner_content #stats_report .btn {
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		padding: 4px 12px;
		border-radius: 4px;
		background-color: #8cb3ee;
	}
	#audit_help,
	#page_help_dialog {
		background: #fcfcfa;
	}
	#audit_help h2,
	#page_help_dialog h2 {
		font-size: 24px;
		padding-bottom: 3px;
	}
	#audit_help ul,
	#page_help_dialog ul {
		padding: 25px 0 17px 20px;
	}
	#audit_help li,
	#page_help_dialog li {
		padding: 0 30px 8px 50px;
	}
	#audit_help #def1,
	#page_help_dialog .call_icon {
		background: url(/images/help-call-icon.jpg) no-repeat top left;
	}
	#audit_help #def2,
	#page_help_dialog .lead_icon {
		background: url(/images/help-lead-icon.jpg) no-repeat top left;
	}
	#audit_help #def3,
	#page_help_dialog .audited_lead_icon {
		background: url(/images/help-audited-lead-icon.jpg) no-repeat top left;
	}
	#audit_help #def4,
	#page_help_dialog .appointment_icon {
		background: url(/images/help-appointment-icon.jpg) no-repeat top left;
	}
	#audit_help #def5,
	#page_help_dialog .abandonment_icon {
		background: url(/images/help-abandonment-icon.jpg) no-repeat top left;
	}
	#audit_help #def6, #audit_help #def7,
	#page_help_dialog .conversion_icon  {
		background: url(/images/help-conversion-icon.jpg) no-repeat top left;
	}

/*  Patient Record styles revised Jan-Feb 2017 */
/*  END Patient Record Revised */

/* Generalized client page header */
	#inner_header_right {
		float: right;
		width: 400px;
		height: 46px;
		padding-top: 34px;
		padding-bottom: 20px;
		text-align: right;
	}
	#inner_header_right #tlm_program,
	#inner_header_right #change_site_select {
		display: inline-block;
		float: none;
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size: 13px;
		margin: 0;
		text-align: left;
	}
	#inner_header_right .date_selector_icon {
		display: inline-block;
		background: url(/images/interior-calendar-icon.png) no-repeat bottom center;
		height: 27px;
		width: 27px;
		vertical-align: middle;
	}
	#inner_header_right .date_selector_icon:hover {
		background-position: top center;
	}
	#inner_header_right .page_help_icon {
		display: inline-block;
		height: 50px;
		width: 50px;
		background: url(/images/call-audit-help-icon.png) no-repeat center center;
		opacity: 0.6;
		vertical-align: middle;
	}
	#inner_header_right .page_help_icon:hover {
		opacity: 1.0;
	}
	#inner_header_right .filter_icon {
		display: inline-block;
        background: url(/images/funnel-icon.png) no-repeat bottom center;
        height: 26px;
        width: 31px;
		vertical-align: middle;
        cursor: pointer;
	}
	#inner_header_right .filter_icon:hover {
		background-position: top center;
	}


/* Report visualization */
	#inner_content .report_visualizer {
		position: relative;
		border: none;
		background: none;
		border-radius: 0;
	}
	#inner_content .report_visualizer > ul.tabset {
		position: relative;
		top: 10px;
		border: none;
		background: none;
		border-radius: 0;
	}
	#inner_content .report_visualizer > ul.tabset > li {
		float: left;
		font-size: 20px;
		padding: 0 12px 0 18px;
		background: #dcdcda;
		min-width: 163px;
		border-top: 10px solid #ebebe9;
		border-left: 10px solid #ebebe9;
		border-right: 10px solid #ebebe9;
		border-radius: 10px 10px 0 0;
		margin: 0 15px 0 0;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
		border-bottom: none;
		z-index: -10
	}
    /* TODO: hocy - too much use of !important! */
	#inner_content .report_visualizer > ul.tabset > li > a {
		width: 90% !important;
		display: block !important;
		padding: 7px 0 12px 24px !important;
		opacity: 0.7 !important;
	}
	#inner_content .report_visualizer > ul.tabset > li.ui-state-active {
		background: #fcfcfa;
		color: #252525;
		position: relative;
		z-index: 11;
		box-shadow: none;
		border-top: 10px solid #a7a7a6;
		border-left: 10px solid #a7a7a6;
		border-right: 10px solid #a7a7a6;
	}
	#inner_content .report_visualizer > ul.tabset > li.ui-state-active a {
		opacity: 1.0 !important;
	}
	#inner_content .report_visualizer > ul.tabset > li > a.chart {
		background: url(/images/data-chart-icon.png) no-repeat 0px 7px;
	}
	#inner_content .report_visualizer > ul.tabset > li > a.table {
		background: url(/images/data-table-icon.png) no-repeat 0px 7px;
		padding: 7px 0 12px 30px !important;
	}
	#inner_content .report_visualizer > ul.tabset > li > a.funnel {
		background: url(/images/data-funnel-icon.png) no-repeat 0px 7px;
		padding-top: 7px !important;
	}
	#inner_content .report_visualizer > ul.tabset > li > a.down {
		background: url(/images/data-down-icon.png) no-repeat 0px 7px;
		padding-top: 7px !important;
	}
	#inner_content .report_visualizer > ul.tabset > li > a.leads {
		background: url(/images/data-active-leads-icon.png) no-repeat 0px 7px;
		padding-top: 7px !important;
        padding-left: 38px !important;
	}
	#inner_content .report_visualizer > .pane {
		position: relative;
		padding-top: 20px;
		z-index: 10;
		border-color: #a7a7a6;
		overflow: hidden;
	}
	#inner_content .report_visualizer > .pane > section > h2 {
		font-size: 18px;
		background: #6989b8;
		color: #fff;
		padding: 15px 40px;
		line-height: 100%;
		margin: 0 0 20px 0;
		text-transform: uppercase;
	}
	#inner_content .report_visualizer > .pane > section > .report_datatable {
		margin: 0 40px 25px 40px;
		overflow: auto;
	}

	.report_chart > .chart {
		width: 800px;
		height: 400px;
		margin: auto auto 40px 50px;
		padding-bottom: 20px;
		font-family: "Helvetica Neue",Arial,sans-serif;
		overflow: hidden;
	}
	.report_chart.trend > .chart {
		height: 300px;
	}
	.report_chart.group > .chart .flot-y-axis .flot-tick-label {
		max-width: 225px;
		padding-right: 7px;
		font-size: 18px;
		color: black;
		text-transform: uppercase;
	}
	.report_chart.trend > .chart .flot-x-axis .flot-tick-label {
		font-size: 14px;
		color: black;
	}
	.report_chart.trend > .chart .flot-y-axis .flot-tick-label {
		font-size: 14px;
	}
	.report_chart > .chart .legend td {
		padding: 1px;
		vertical-align: top;
	}
	.report_chart > .chart .legendColorBox {
		padding-bottom: 3px;
	}
	.report_chart > .chart .legendColorBox > div > div {
		width: 0px !important;
		height: 0px !important;
		border-width: 11px !important;
	}
	.report_chart > .chart .legendLabel {
		font-size: 18px;
		color: black;
	}
	.report_chart > .chart .valueLabels {
		color: white;
		font-weight: bold;
	}
	.report_chart > .chart div.valueLabelLight {
		display: none;
	}
	.report_chart > .chart div.valueLabel {
		position: absolute;
		border: none;
	}
	.report_chart > .chart div.axisLabel {
		font-family: "Helvetica Neue",Arial,sans-serif;
		font-weight: bold;
	}
	.report_chart.pie > .chart {
		height: 360px;
		margin: auto auto 20px 25px;
	}
	.report_chart.pie > .chart .legend {
		position: absolute;
		left: 460px;
		top: 10px;
		width: 340px;
		height: 340px;
		overflow: auto;
	}
	.report_chart.pie > .chart .legend > * {
		left: 0 !important;
		top: 0 !important;
	}
	.report_chart.pie > .chart .legend td {
		vertical-align: middle;
	}
	.report_chart.pie > .chart .legend td:last-child {
		padding: 0 5px;
	}
	.report_chart.pie > .chart .legend .pie_label {
		text-transform: uppercase;
	}
	.report_chart.pie > .chart .legend .label_value {
		color: #777;
	}
	.report_chart.pie > .chart .pie_tooltip {
		position: absolute;
		max-width: 300px;
		max-height: 200px;
		border: 1px solid #7b90a5;
		padding: 3px;
		background-color: #eef;
		opacity: 0.90;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		pointer-events: none;
	}
	.report_chart.pie.big_list > .chart {
		width: 920px;
		height: 380px;
		margin: auto;
	}
	.report_chart.pie.big_list > .chart .legend {
		left: 400px;
		width: 500px;
	}
	.report_chart > .legend table {
		margin: 0 auto;
	}
	.report_chart > .legend .legendColorBox {
		padding: 0 5px 0 18px;
		vertical-align: middle;
	}
	.report_chart > .legend .legendColorBox > div {
		border: none !important;
	}
	.report_chart > .legend .legendColorBox > div > div {
		width: 0px !important;
		height: 0px !important;
		border-width: 8px !important;
	}
	.report_chart > .legend .legendLabel {
		padding: 0 !important;
		vertical-align: middle;
		font-size: 14px;
		color: black;
	}

	table.report_datatable {
		border-collapse: collapse;
	}
	table.report_datatable tr th {
		background: #77a18c;
		font-size: 16px;
		font-weight: bold;
		padding: 6px 8px;
		text-align: right;
		border: none;
		color: #fff;
	}
	table.report_datatable tr th.sorting,
	table.report_datatable tr th.sorting_asc,
	table.report_datatable tr th.sorting_desc {
	    background-image: none;
	}
	table.report_datatable tr.grouprow th {
		text-align: center;
	}
	table.report_datatable colgroup.bordered {
		border-left: 2px solid #acacaa;
		border-right: 2px solid #acacaa;
	}
	table.report_datatable colgroup:first-of-type {
		border-left: none;
	}
	table.report_datatable colgroup:last-of-type {
		border-right: none;
	}
	table.report_datatable tr td {
		font-size: 18px;
		padding: 6px 8px;
		text-align: right;
		border: none;

		color: #393939;
	}
	table.report_datatable tr td:first-child,
	table.report_datatable tr th:first-child,
	table.report_datatable tr td.text,
	table.report_datatable tr th.text {
		text-align: left;
	}
	table.report_datatable tr td:last-child {
		padding: 6px 8px;
		vertical-align: baseline;
	}
	table.report_datatable tr td.group_label {
		text-transform: uppercase;
	}
	table.report_datatable tr.shaded th a {
		color: #ffffff;
		text-decoration: none;
	}
	table.report_datatable tr.shaded th a.asc,
	table.report_datatable tr.shaded th a.desc {
		color: #7cd9a2;
	}
	table.report_datatable tr.shaded td {
		background: #f4f4ed;
	}
	table.report_datatable tbody tr:nth-child(even):not(.selected) td {
		background: #ececea;
	}
	table.report_datatable tfoot tr td {
		background: #dcdcda;
		font-weight: bold;
	}
	table.report_datatable.fixedHeader-floating {
		z-index: 100;
	}

	.report_datadownload > a {
		background: url(/images/download-csv.png) no-repeat center left;
		padding-left: 22px;
		font-size: 14px;
		padding-bottom: 3px;
		float: right;
		margin: 0 15px 12px 0;
		color: #6989b8;
	}

/* Additional styles */
	.form h3 {
		margin: 18px 0 12px 0;
		font-size: 24px;
		color: #464646;
		font-weight: bold;
	}
	.form hr {
		margin-top: 36px;
	}
	div.cform {
		margin: 20px;
	}
	div.cform .note {
		margin-bottom: 10px;
	}
	div.cform span.required {
		color: red;
	}
	div.cform div.row {
		margin: 0px 0px 15px 0px;
	}
	div.cform div.row > label {
		vertical-align: top;
		font-weight: bold;
		font-size: 0.9em;
		display: inline-block;
		width: 125px;
	}
	.form label.text, .cform label.text {
		vertical-align: inherit;
		font-weight: inherit;
		font-size: inherit;
		display: inline;
		width: auto;
		float: none;
	}
	.form label.disabled, .cform label.disabled {
		color: gray;
	}
	div.cform #form-accordion {
		height: 700px;
	}
	div.cform .inherited {
		color: blue;
	}
	div.cform div.field_container {
		display: inline-block;
		max-width: 700px;
	}
	div.cform .inherited_value .value {
		max-width: 600px;
		font-size: 14px;
	}
	div.cform input[type=text] {
		width: 300px;
	}
	div.cform input[type=text].datefield {
		width: 150px;
	}
	div.cform textarea {
		width: 300px;
		height: 100px;
	}
	div.cform .jHtmlArea {
		display: inline-block;
	}
	div.cform .htmldisplay {
		display: inline-block;
		width: 500px;
		overflow: auto;
		border: 2px solid gray;
		color: black;
	}
	div.cform .htmldisplay ul, div.cform ul.normal {
		font: inherit;
	}
	div.cform .htmldisplay li, div.cform ul.normal li {
		font: inherit;
		list-style: disc;
		padding: initial;
	}
	.imagefield .image_container {
		overflow: hidden;
		border: thin solid #999;
	}
	.imagefield.empty .image_container {
		border: none;
	}
	.imagefield .cropit-image-background {
		opacity: .3;
	}
	.imagefield .cropit-image-background.cropit-preview-hovered {
		opacity: .4;
	}
	.imagefield .cropit-image-background {
		border: thin solid #CCC;
	}
	.imagefield .cropit-image-preview {
		border: thin dashed blue;
	}
	.imagefield.empty .cropit-image-preview {
		border: thin solid #999;
		background-color: #EFE;
	}
	.imagefield.empty .cropit-image-preview:hover {
		background-color: #EFF;
	}
	.imagefield .cropit-image-preview.cropit-image-loaded {
		cursor: move;
	}
	.imagefield.empty .controls {
		display: none;
	}
	.imagefield .zoom_icon {
		line-height: 1;
	}
	.imagefield .zoom_icon::before {
		content: "\2022";
	}
	.imagefield .zoom_icon.small {
		font-size: 24px;
		vertical-align: 3px;
	}
	.imagefield .zoom_icon.large {
		font-size: 48px;
		vertical-align: -6px;
	}
	.imagefield .cropit-image-zoom-input {
		margin: 0 0 0 3px;
	}
	#admin_breadcrumbs_container {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#admin_action_menu_container {
		position: absolute;
		top: 100px;
		right: -300px;
		width: 250px;
	}
	#change_site_select {
		display: block;
		float: right;
	}
	#admin_content {
		padding-top: 20px;
	}

	#tlm_program select {
		width: 200px;
	}

	#admin_filter_container {
		width: 650px;
		max-width: 100%;
		float: left;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	#admin_filter_container label {
		width: auto;
		float: left;
		text-align: right;
		padding: 0 5px;
		line-height: 1.5;
	}
	#admin_error_container, .error_message_container {
		width: 100%;
		margin: 15px auto;
		text-align: center;
		color: red;
		font-weight: bold;
	}
	.selectable-rows tr:hover td {
		background-color: #ECA !important;
	}
	.selectable-rows tr.selected td {
		background-color: #CEA !important;
	}

	.sitepicker_label_field {
		cursor: pointer;
		padding-left: 10px;
	}
	.siteselector_note_button, .generic_help_icon {
		display: inline-block;
		height: 16px;
		width: 16px;
		vertical-align: -2px;
		background: url(/images/disclaimer-help-icon.png) no-repeat bottom center;
	}
	.siteselector_note_button:hover, .generic_help_icon:hover {
		background-position: top center;
	}
	.siteselector_note_button {
		margin-left: 4px;
	}
	#inner_content .siteselector_note_button {
		/* margin-right: 20px; */
	}
	.sitepicker_dialog .tree_container {
		height: 300px;
		padding-right: 10px;
		margin-bottom: 3px;
		border: 1px solid #AAA;
		overflow: auto;
	}
	.sitepicker_dialog .find_text {
		width: 350px;
	}
	.sitepicker_dialog .find_next {
		margin-left: 5px;
		padding: 0 8px;
		background-repeat: no-repeat;
		background-position: center 70%;
		background-image: url(/images/row-action-reorder-down.png);
	}
	.sitepicker_dialog .find_previous {
		margin-left: 5px;
		padding: 0 8px;
		background-repeat: no-repeat;
		background-position: center 60%;
		background-image: url(/images/row-action-reorder-up.png);
	}
	.sitepicker_dialog .filters_container {
		margin-top: 10px;
	}
	.sitepicker_dialog .filter_add, .sitepicker_multi_container .add {
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		background-image: url(/images/row-action-add.png);
	}
	.sitepicker_dialog .filter_row, .sitepicker_multi_container .row {
		margin: 3px 0;
	}
	.sitepicker_dialog .filter_field {
		width: 115px;
		vertical-align: top;
	}
	.sitepicker_dialog .filter_operator {
		width: 115px;
		margin: 0 3px;
		vertical-align: top;
	}
	.sitepicker_dialog .filter_value {
		-ms-box-sizing:content-box;
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;
		box-sizing: content-box;
		width: 200px;
		padding: 2px;
		vertical-align: top;
	}
	.sitepicker_dialog .filter_remove, .sitepicker_multi_container .remove {
		margin-left: 3px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		background-image: url(/images/row-action-remove.png);
	}

	ul.jqtree-tree {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	ul.jqtree-tree div.jqtree-element {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	ul.jqtree-tree li.jqtree-folder {
		margin-bottom: 0;
	}

	.report_container .progress_container {
		width: 100%;
		height: 480px;
		margin: auto;
	}
	.report_container .progress_container .progressbar {
		position: relative;
		top: 125px;
		width: 100%;
		max-width: 400px;
		margin: auto;
	}
	.report_container .progress_container .progressbar .label {
		position: relative;
		float: left;
		width: 100%;
		left: 0;
		top: 6px;
		text-align: center;
		font-weight: bold;
	}
	.report_container .progress_container .ui-corner-all,
	.report_container .progress_container .ui-corner-top,
	.report_container .progress_container .ui-corner-left,
	.report_container .progress_container .ui-corner-tl {
		border-top-left-radius: 4px;
	}
	.report_container .progress_container .ui-corner-all,
	.report_container .progress_container .ui-corner-top,
	.report_container .progress_container .ui-corner-right,
	.report_container .progress_container .ui-corner-tr {
		border-top-right-radius: 4px;
	}
	.report_container .progress_container .ui-corner-all,
	.report_container .progress_container .ui-corner-bottom,
	.report_container .progress_container .ui-corner-left,
	.report_container .progress_container .ui-corner-bl {
		border-bottom-left-radius: 4px;
	}
	.report_container .progress_container .ui-corner-all,
	.report_container .progress_container .ui-corner-bottom,
	.report_container .progress_container .ui-corner-right,
	.report_container .progress_container .ui-corner-br {
		border-bottom-right-radius: 4px;
	}
	.report_container .progress_container .ui-widget-content {
		border: 1px solid #aaaaaa;
	}

	#data_editor_headline_info, .modelformwidget_container .headline_info {
		font-size: x-large;
		font-weight: bold;
		margin-bottom: 15px;
	}

	#debugbox_links_container {
		position: fixed;
		top: 10px;
		right: 10px;
		padding: 5px;
		font-weight: bold;
		background-color: orange;
	}
	#debugbox_links_container h2 {
		padding: 0;
		font: inherit;
		color: white;
	}
	#debugbox_links_container a {
		color: black;
		padding: 2px 4px;
	}
	.debugbox_container h1 {
		margin: 20px 0 5px 0;
		font-size: 24px;
		font-weight: bold;
	}
	.debugbox_container h2 {
		margin: 20px 0 5px 0;
		font-size: 18px;
		font-weight: bold;
	}
	.debugbox_container table {
		background: white;
		border-collapse: separate;
		empty-cells: show;
	}
	.debugbox_container td, .debugbox_container th {
		text-align: left;
		border: thin solid #999;
		padding: 2px 4px;
		white-space: nowrap;
	}
	.debugbox_container th {
		font-weight: bold;
	}
	.debugbox_container ul {
		list-style: disc inside;
		padding: initial;
	}
	.debugbox_container em {
		font-style: italic;
	}
	.field_container ul {
		margin: 0px;
	}
	.field_container li {
		font-size: 13px;
		font-weight: normal;
		padding: 0px;
	}

	/** Candidate Actions Styles **/
.import_help_dialog section.content {
	padding: 0 15px 15px 15px;
}
.import_help_dialog h2 {
	margin: 20px 0 6px 0;
	font-size: 16px;
	font-weight: bold;
}
.import_help_dialog p {
	margin: 9px 0 9px 0;
	line-height: 1.3;
}
.import_help_dialog dt {
	margin: 9px 0 6px 0;
	font-weight: bold;
}
.import_help_dialog dd {
	margin-left: 30px;
}
.import_help_dialog em {
	font-style: italic;
}
.import_help_dialog ol li {
	margin-left: 30px;
	list-style: number;
}

