/*
Table of Contents
------------------
[00] FONTS
[01] RESET
[02] COMMON TAGS
[03] GENERAL
[04] FORMS
[05] HEADER / FOOTER
[06] TOP NAVIGATION
[07] TOP NAVIGATION SEARCH FORM
[08] LEFT NAVIGATION
[09] MAIN CONTENT
[10] MAIN CONTENT TABLES
[11] INDIVIDUAL PAGES
[12] MODAL
[13] MODAL PAGES
[14] GRADIENTS
*/

/* ================================ */
/* [00] FONTS                       */

@font-face {
	font-family: 'GothamMediumRegular';
	src: url('../fonts/gothammedium-webfont.eot');
	src: url('../fonts/gothammedium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothammedium-webfont.woff') format('woff'), url('../fonts/gothammedium-webfont.ttf') format('truetype'), url('../fonts/gothammedium-webfont.svg#GothamMediumRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ================================ */
/* [01] RESET                       */

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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

p {
	line-height: 1.3em;
}

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;
}

/* ================================ */
/* [02] COMMON TAGS                 */

html {
	overflow-y: scroll
}
/* Force scrollbar in all browsers */
body {
	color: #333333;
	font-size: 13px;
	font-family: Arial;
}

hr {
	height: 1px;
	border: 0;
	background-color: #ffffff;
	border-bottom: 1px dotted #b8b8b9;
}

a:link,
a:visited {
	color: #0069ab
}

a:hover,
a:active {
	color: #3596d5
}

/* ================================ */
/* [03] GENERAL                     */

div.screen-1 {
	display: block
}

div.screen-2,
div.screen-3,
div.screen-4,
div.screen-5 {
	display: none
}

.clear {
	clear: both
}
/* Float clearing class */
.hide {
	display: none
}
/* TODO Hide content */

div#container {
	width: 1088px;
	margin: 0 auto;
	background-color: #ffffff;
}

a.button {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-family: GothamMediumRegular, Arial;
	text-decoration: none;
	padding: 10px 10px 10px 6px;
	height: 9px;
}

	a.button:link,
	a.button:visited {
		background-color: #0069ab;
		border: 1px solid #0069ab;
	}

	a.button:hover,
	a.button:active {
		background-color: #3387bc;
		border: 1px solid #3387bc;
	}

	a.button span.icon {
		display: inline-block;
		float: left;
		margin: 0 8px 0 4px;
		background-image: url(../images/sprite-map.png);
	}

	a.button.search span.icon {
		width: 12px;
		height: 12px;
		background-position: -96px -62px;
	}

	a.button.print span.icon {
		width: 14px;
		height: 12px;
		background-position: -110px -62px;
	}

	a.button.export span.icon {
		width: 12px;
		height: 12px;
		background-position: -126px -62px;
	}

div#search-filter-fields-date a.button.search {
	float: left;
	margin-left: 4px;
}

div.pagination {
	font-size: 12px;
	font-family: GothamMediumRegular, Arial;
	padding: 5px;
	margin: 2px 0 20px;
}

	div.pagination a {
		display: inline-block;
		padding: 2px 4px 3px;
	}

		div.pagination a.current {
			color: #ffffff;
			text-decoration: none;
			background-color: #0069ab;
		}

		div.pagination a.page-block-continue {
			text-decoration: none;
		}

	div.pagination div {
		display: none;
	}

div.action-buttons {
	text-align: right;
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px dotted #b8b8b9;
}

	div.action-buttons h3 {
		text-align: left;
	}

	div.action-buttons a {
		display: inline-block;
		color: #ffffff;
		font-size: 11px;
		font-family: GothamMediumRegular, Arial;
		text-decoration: none;
		padding: 8px 9px;
		margin-left: 2px;
		background-color: #666666;
	}

div.col-error {
	color: Red;
	font-weight: bold;
	font-size: 10pt;
	float: left;
	height: 25px;
}

div.col-all, /* TODO added for general liability quote step 1 */
div.col-confirmation, /* TODO added for e-helpdesk add uw, add agent confirmation */
div.col-1,
div.col-2 {
	width: 352px;
	float: left;
}

div.col-all, /* TODO added for general liability quote step 1 */
div.col-confirmation, /* TODO added for e-helpdesk add uw, add agent confirmation */
div.col-1 {
	margin-right: 40px;
}

div.box {
	float: left;
	border: 1px solid #d4d4d5;
}

	div.box.two-col {
		width: 366px;
		min-height: 250px;
		margin: 10px 0 20px;
	}

	div.box.three-col {
		width: 240px;
		min-height: 400px;
		margin: 10px 0 0;
	}

div.sub-box {
	float: left;
}

	div.sub-box.two-col {
		width: 359px;
	}

	div.sub-box.left-col {
		margin: 10px 0 10px;
		width: 280px;
	}

	div.sub-box.middle-col {
		margin: 10px 0 10px 10px;
		width: 170px;
	}

	div.sub-box.right-col {
		margin: 10px 0 10px;
		width: 258px;
	}

	div.box.two-col.second,
	div.sub-box.two-col.second {
		margin-left: 10px;
	}

div.box.three-col.second,
div.box.three-col.third {
	margin-left: 10px;
}

div#content div.box p,
div#content div.accordion-box p {
	padding-top: 0;
}

div#content div.box h1 {
	font-size: 13px;
}

	div#content div.box h1 a.button {
		font-size: 10px;
		float: right;
		padding: 5px 10px;
		margin: -5px -4px 0 auto;
	}

html.ie9 div#content div.box h1 a.button {
	margin-bottom: -4px
}

html.ie8 div#content div.box h1 a.button {
	margin-bottom: -4px
}

html.ie7 div#content div.box h1 a.button {
	width: 21px
}

div#content div.box h4,
div#content div.accordion-box h4 {
	color: #858586;
	padding-top: 3px;
}

div#content div.box div.padding {
	padding: 12px 20px;
}

div#content div.box div.special {
	color: #0069ab;
	font-size: 14px;
	font-style: italic;
	padding: 12px 20px 8px;
}

div#content div.box div.additional {
	font-size: 11px;
	padding: 12px 20px 8px;
	background-color: #d4d4d5;
}

.load-ready {
	display: none;
}

/* ================================ */
/* [04] FORMS                       */

label {
	position: relative;
	top: 0;
	left: 0;
}

	label.column-width {
		width: 348px;
	}

span.explained {
	position: absolute;
	top: 33px;
	left: 360px;
	width: 380px;
	color: #3f89b8;
	font-weight: bold;
}

/* Text & password inputs */
input[type="text"],
input[type="password"] {
	border-radius: 0px;
	background-color: #ffffff;
}

/* CSS checkboxes */
input[type="checkbox"] {
	display: none;
}

	input[type="checkbox"] + label span.checkbox {
		display: inline-block;
		float: left;
		width: 11px;
		height: 11px;
		cursor: pointer;
		margin-right: 6px;
		background-image: url(../images/sprite-map.png);
		background-position: -76px -67px;
	}

	input[type="checkbox"]:checked + label span.checkbox {
		background-position: -60px -67px;
	}

html.ie8 input[type="checkbox"] {
	display: inline-block
}

	html.ie8 input[type="checkbox"] + label span.checkbox {
		display: none
	}

html.ie7 input[type="checkbox"] {
	display: inline-block
}

	html.ie7 input[type="checkbox"] + label span.checkbox {
		display: none
	}

/* CSS radio buttons */
input[type="radio"] {
	display: none;
}

	input[type="radio"] + label span.radio {
		display: inline-block;
		float: left;
		width: 14px;
		height: 14px;
		cursor: pointer;
		margin-right: 6px;
		background-image: url(../images/sprite-map.png);
		background-position: -76px -51px;
	}

	input[type="radio"]:checked + label span.radio {
		background-position: -60px -51px;
	}

html.ie8 input[type="radio"] {
	display: inline-block
}

	html.ie8 input[type="radio"] + label span.radio {
		display: none
	}

html.ie7 input[type="radio"] {
	display: inline-block
}

	html.ie7 input[type="radio"] + label span.radio {
		display: none
	}

span.dropdown {
	display: inline-block;
	overflow: hidden;
	width: 350px;
	background-color: #fefefe;
	background-image: url(../images/dark-arrow-down.png);
	background-position: 328px 12px;
	background-repeat: no-repeat;
	border: 1px solid #717174;
}

html.ie7 span.dropdown {
	margin: 3px 0 10px
}

span.dropdown select {
	width: 378px;
	color: #333333;
	font-size: 12px;
	padding: 8px 2px 7px;
	margin: 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
}

html.ie7 span.dropdown select {
	width: 350px;
	background: #fefefe;
}

span.dropdown.large {
	width: 510px;
	background-position: 488px 12px;
}

	span.dropdown.large select {
		width: 538px;
	}

html.ie7 span.dropdown.large select {
	width: 510px
}

span.dropdown.subjectivity {
	width: 325px;
	background-position: 307px 12px;
}

span.dropdown.subjectivitytype {
	width: 217px !important;
	background-position: 307px 12px;
}

span.dropdown.subjectivity select {
	width: 353px;
}

html.ie7 span.dropdown.subjectivity select {
	width: 325px
}

span.dropdown.medium {
	width: 240px;
	background-position: 222px 12px;
}

	span.dropdown.medium select {
		width: 268px;
	}

html.ie7 span.dropdown.medium select {
	width: 240px
}

span.dropdown.small {
	width: 100px;
	background-position: 82px 12px;
}

	span.dropdown.small select {
		width: 128px;
	}

html.ie7 span.dropdown.small select {
	width: 100px
}

span.dropdown.mini {
	width: 160px;
	float: left;
	font-family: GothamMediumRegular, Arial;
	padding: 0 !important;
	background-position: 142px 6px;
}

	span.dropdown.mini select {
		width: 188px;
		font-size: 11px;
		padding: 2px 4px 2px;
	}

html.ie7 span.dropdown.mini select {
	width: 160px
}

/* State & Zip fields */
div.state-zip {
}

	div.state-zip label {
		width: 109px;
		float: left;
	}

		div.state-zip label:first-child {
			margin-right: 7px;
		}

	div.state-zip span.dropdown {
		float: left;
		margin-right: 10px;
		background-position: 206px 12px;
	}

	div.state-zip label:first-child,
	div.state-zip span.dropdown {
		width: 228px;
	}

		div.state-zip span.dropdown select {
			width: 256px;
		}

html.ie7 div.state-zip span.dropdown select {
	width: 228px
}

div.state-zip input[type="text"] {
	float: left;
	width: 100px !important;
}

/* TODO BEGIN Add classifications fields */
div.classifications {
}

	div.classifications label {
		float: left;
	}

		div.classifications label:first-child {
			margin-right: 7px;
		}

	div.classifications span.dropdown {
		float: left;
		margin-right: 10px;
		background-position: 206px 12px;
	}

	div.classifications span.textbox {
		float: left;
		margin-right: 12px;
	}

	div.classifications label:first-child,
	div.classifications span.dropdown,
	div.classifications span.textbox {
		width: 228px;
	}

		div.classifications span.dropdown select {
			width: 256px;
		}

html.ie7 div.classifications span.dropdown select {
	width: 228px
}

div.classifications input[type="text"] {
	float: left;
	width: 100px !important;
}

div.classifications span.textbox input[type="text"] {
	width: 218px !important;
}
/* TODO END Add classifications fields */

/* Error messaging */
span.error {
	color: #D1202A !important;
	font-weight: bold;
	float: right;
}
/* TODO BEGIN Add classifications fields */
span.h3error {
	color: #D1202A;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
/* TODO END Add classifications fields */

/* ================================ */
/* [05] HEADER / FOOTER             */

a#header-logo {
	display: block;
	width: 144px;
	height: 49px;
	float: left;
	margin: 11px 12px 9px;
}

div#header-legal-links {
	float: right;
	color: #838689;
	font-size: 10px;
	margin-right: 4px;
}

	div#header-legal-links a {
		display: inline-block;
		color: #838689;
		text-decoration: none;
		padding: 2px 4px;
	}

div#header-loading {
	display: none;
	width: 32px;
	height: 32px;
	float: right;
	clear: right;
	margin: 16px 8px 0 0;
	background: url(../images/spinner-small.gif) top left no-repeat;
}

div#footer {
	font-size: 10px;
	text-align: center;
	padding: 0 0 14px;
}

	div#footer hr {
		margin-bottom: 12px;
	}

	div#footer,
	div#footer a {
		color: #838689;
	}

iframe#file-downloader {
	display: none;
	visibility: hidden;
}

/* ================================ */
/* [06] TOP NAVIGATION              */

div#top-nav {
	clear: both;
	background-color: #717174;
}

html.ie7 div#top-nav {
	height: 38px
}

div#top-nav-links,
div#top-nav-search {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
	float: left;
}

div#top-nav div.dropdown-menu {
	display: none;
	background-color: #ffffff;
	border: 1px solid #b8b8ba;
}

	div#top-nav div.dropdown-menu a {
		display: block;
		float: none;
		font-size: 12px;
		text-decoration: none;
		padding: 7px 4px;
	}

		div#top-nav div.dropdown-menu a:link,
		div#top-nav div.dropdown-menu a:visited {
			color: #000000;
		}

		div#top-nav div.dropdown-menu a:hover,
		div#top-nav div.dropdown-menu a:active {
			color: #ffffff;
			background-color: #b8b8ba;
		}

div#top-nav-links {
	width: 574px;
}

	div#top-nav-links > a {
		float: left;
		font-size: 11px;
		font-family: GothamMediumRegular, Arial;
		text-decoration: none;
		text-transform: uppercase;
		padding: 10px 6px;
		margin: 3px 2px;
	}

		div#top-nav-links > a:link,
		div#top-nav-links > a:visited {
			color: #ffffff;
		}

		div#top-nav-links > a:hover,
		div#top-nav-links > a:active,
		div#top-nav-links > a.current {
			color: #000000;
			background-color: #b8b8ba;
		}

	div#top-nav-links span.divider {
		display: inline-block;
		width: 2px;
		height: 29px;
		float: left;
		margin-top: 4px;
		background-image: url(../images/sprite-map.png);
		background-position: -92px -62px;
	}
	/* TODO BEGIN Add my acount dropdown */
	div#top-nav-links > a.others {
		padding: 13px 8px;
		margin: 0px;
	}

	div#top-nav-links span#my-account {
		display: inline-block;
		width: 10px;
		height: 6px;
		margin: 0 0 0 8px;
		background-image: url(../images/sprite-map.png);
		background-position: -132px -51px;
	}

	div#top-nav-links div#account-options {
		position: absolute;
		top: 34px;
		left: 2px;
		width: 200px;
	}

html.ie7 div#top-nav div#account-options {
	left: 2px
}
/* TODO END Add my acount dropdown */
div#top-nav-links span#quote-new-bonds {
	display: inline-block;
	width: 10px;
	height: 6px;
	margin: 0 0 0 8px;
	background-image: url(../images/sprite-map.png);
	background-position: -132px -51px;
}

div#top-nav-links div#bond-options {
	position: absolute;
	top: 34px;
	left: 168px; /* TODO Change from left: 98px */
	width: 200px;
}

html.ie7 div#top-nav div#bond-options {
	left: 168px
}
/* TODO Change from left: 99px */

/* ================================ */
/* [07] TOP NAVIGATION SEARCH FORM  */

div#top-nav-search {
	width: 414px;
}

	div#top-nav-search div#note-category,
	div#top-nav-search div#note-term {
		position: absolute;
		top: -20px;
		color: #66a5cc;
		font-size: 11px;
		font-family: GothamMediumRegular, Arial;
		padding: 3px 4px;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #b8b8b9;
	}

	div#top-nav-search div#note-category {
		left: 0px;
		width: 119px;
	}

form#search div#note-term {
	left: 131px;
	width: 186px;
}

html.ie9 div#top-nav-search div#note-term {
	width: 183px
}

div#top-nav-search div#search-category {
	display: inline-block;
	width: 118px;
	float: left;
	padding: 10px 5px;
	margin-top: 3px;
	cursor: pointer;
}

	div#top-nav-search div#search-category span#search-category-arrow {
		display: inline-block;
		width: 12px;
		height: 9px;
		float: right;
		margin: 1px 3px 0 0;
		background-image: url(../images/sprite-map.png);
		background-position: -92px -51px;
	}

div#top-nav-search div#search-category-options {
	position: absolute;
	top: 34px;
	left: -1px;
	width: 200px;
}

div#top-nav-search input[name="t"] {
	width: 186px;
	float: left;
	line-height: 15px;
	padding: 9px 5px 8px;
	margin: 3px 0 0 3px;
	border: none;
}

html.ie9 div#top-nav-search input[name="t"] {
	width: 182px;
	padding-bottom: 9px;
}

div#top-nav-search div#search-category,
div#top-nav-search input[name="t"] {
	font-size: 12px;
	background-color: #fefefe;
}

div#top-nav-search a.button.search {
	padding: 9px 6px;
	margin: 3px 0 3px 2px;
}

	div#top-nav-search a.button.search span.icon {
		float: right;
		margin: 0 3px 0 11px;
	}

html.ie7 div#top-nav-search a.button.search {
	width: 70px;
	padding-right: 3px;
}

/* ================================ */
/* [08] LEFT NAVIGATION             */

div#left-nav {
	width: 204px;
	float: left;
	clear: left;
}

	div#left-nav p {
		padding: 3px 0;
	}

		div#left-nav p.em {
			font-style: italic;
		}

	div#left-nav div.block {
		color: #666666;
		font-size: 11px;
		margin: 4px 0 5px 4px;
		border: 1px solid #d4d4d5;
		background-color: #d4d4d5;
	}

		div#left-nav div.block div.expander {
			float: right;
			width: 19px;
			color: #ffffff;
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			padding: 0 0 3px;
			margin: 2px 2px 0 0;
			cursor: pointer;
			background-color: #858586;
		}

		div#left-nav div.block h5 {
			font-family: GothamMediumRegular, Arial;
			color: #000000;
			font-size: 15px;
			padding: 7px 8px 7px;
		}

			div#left-nav div.block h5 a {
				text-decoration: none;
			}

		div#left-nav div.block hr {
			margin: 6px 8px 6px;
			border-color: #717174;
			background-color: #d4d4d5;
		}

		div#left-nav div.block div.sub-block {
			padding: 0 8px 10px;
			line-height: 13px;
		}

			div#left-nav div.block div.sub-block td {
				padding: 1px;
			}

			div#left-nav div.block div.sub-block input[type="checkbox"] + label span.checkbox {
				margin-top: 2px;
			}

		div#left-nav div.block div.button-block {
			margin-top: 6px;
		}

		div#left-nav div.block a.button {
			font-size: 10px;
			padding: 6px 6px 6px;
			margin-right: 2px;
			line-height: 1;
			border: none;
		}

			div#left-nav div.block a.button:link,
			div#left-nav div.block a.button:visited {
				background-color: #0069ab;
			}

			div#left-nav div.block a.button:hover,
			div#left-nav div.block a.button:active {
				background-color: #3387bc;
			}

html.ie7 div#left-nav div.block a.button {
	width: auto
}

div#left-nav div.block#my-account-snapshot a.button {
	display: block;
}

div#left-nav div.block#agency-services a.button {
	display: block;
}

div#left-nav div.block#quick-links ul {
	margin: 4px 0 10px;
}

div#left-nav div.block#quick-links a#quick-links-remove {
	display: none;
}

div#left-nav div.block ul li {
	margin-bottom: 3px;
}

html.ie8 div#left-nav div.block ul li {
	margin-bottom: 0
}

html.ie7 div#left-nav div.block ul li {
	margin-bottom: 0
}

/* ================================ */
/* [09] MAIN CONTENT                */

div#content {
	width: 874px;
	min-height: 520px;
	float: right;
	margin: 4px 4px 4px 2px;
	border: 1px solid #d4d4d5;
}

	div#content div.sub-content {
		padding: 0 14px;
	}

	div#content h1 {
		color: #000000;
		font-size: 15px;
		font-family: GothamMediumRegular, Arial;
		padding: 7px 8px 7px;
		background-color: #d4d4d5;
	}

	div#content h2 {
		color: #0069ab;
		font-size: 19px;
		padding: 16px 0 0;
	}

		div#content h2 em {
			font-size: 13px;
			font-style: italic;
		}

	div#content h3 {
		color: #3f89b8;
		font-size: 16px;
		padding: 15px 0 5px;
	}

	div#content h4 {
		color: #3f89b8;
		font-size: 13px;
		font-family: GothamMediumRegular, Arial;
		padding: 15px 0 4px;
	}

	div#content hr {
		margin: 5px 0 5px;
	}

	div#content p {
		padding: 7px 0 7px;
	}

	div#content a.view-all {
		display: inline-block;
		float: right;
		font-size: 10px;
		margin: 18px 2px 0 0;
	}

	div#content label,
	div#content div.radio-q,
	div#content div.checkbox-q,
	div#modal label,
	div#modal div.radio-q,
	div#modal div.checkbox-q {
		display: block;
		font-size: 11px;
		padding: 6px 2px 3px;
	}

	div#content input[type="text"],
	div#content input[type="password"],
	div#modal input[type="text"],
	div#modal input[type="password"] {
		display: block;
		width: 340px;
		color: #333333;
		font-size: 12px;
		line-height: 15px;
		padding: 9px 5px 8px;
		margin: 0;
		background-color: #fefefe;
		border: 1px solid #717174;
		height: 12px;
	}

	div#content textarea,
	div#modal textarea {
		display: block;
		width: 340px;
		color: #333333;
		font-size: 12px;
		font-family: inherit;
		line-height: 15px;
		padding: 9px 5px 8px;
		margin: 0;
		background-color: #fefefe;
		border: 1px solid #717174;
	}

	div#content ul.radio-buttons,
	div#modal ul.radio-buttons {
		margin: 7px 5px 15px;
	}

		div#content ul.radio-buttons li,
		div#modal ul.radio-buttons li {
			float: left;
			clear: both;
			margin-bottom: 7px;
		}

		div#content ul.radio-buttons label,
		div#modal ul.radio-buttons label {
			display: block;
			color: #0069ab;
			font-size: 12px;
			padding: 0;
		}

html.ie8 div#content ul.radio-buttons label,
html.ie8 div#modal ul.radio-buttons label {
	display: inline
}

html.ie7 div#content ul.radio-buttons label,
html.ie7 div#modal ul.radio-buttons label {
	display: inline
}

html.ie8 div#content label.checkbox,
html.ie8 div#modal label.checkbox {
	display: inline
}

html.ie7 div#content label.checkbox,
html.ie7 div#modal label.checkbox {
	display: inline
}

div#content ul.radio-inline li,
div#modal ul.radio-inline li {
	clear: none;
	margin-right: 20px;
}

	div#content ul.radio-inline li.radio-multi,
	div#modal ul.radio-inline li.radio-multi {
		width: 80px;
		margin-bottom: 2px;
	}

div#content ul li.radio-fields,
div#modal ul li.radio-fields {
	margin-left: 20px;
}

	div#content ul li.radio-fields label,
	div#modal ul li.radio-fields label {
		font-size: 11px;
		color: #333333;
	}

div.month-year label {
	float: left;
}

	div.month-year label.mm {
		width: 112px;
	}

div.month-year span#month {
	width: 110px;
	float: left;
	background-position: 92px 12px;
}

	div.month-year span#month select {
		width: 138px;
	}

div.month-year input#year {
	width: 70px;
	float: left;
	margin-left: 6px;
}

/* Bond Headers */
div#content div#bond-subheader {
	background-color: #d4d4d5;
	padding: 0 2px 2px 1px;
}

	div#content div#bond-subheader span {
		display: inline-block;
		width: 242px;
		height: 29px;
		float: left;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		padding: 6px 6px;
		margin-left: 1px;
		background-color: #aabfcd;
		border: 1px solid #aabfcd;
	}

		div#content div#bond-subheader span.current {
			background-color: #0069ab;
			border: 1px solid #0069ab;
		}

/* TODO BEGIN Add step headers */
div#content div#step-subheader3,
div#content div#step-subheader4 {
	background-color: #d4d4d5;
	padding: 0 2px 2px 1px;
}

	div#content div#step-subheader3 span,
	div#content div#step-subheader4 span {
		display: inline-block;
		height: 29px;
		float: left;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		padding: 6px 6px;
		margin-left: 1px;
		background-color: #aabfcd;
		border: 1px solid #aabfcd;
	}

	div#content div#step-subheader3 span {
		width: 242px;
	}

	div#content div#step-subheader4 span {
		width: 177px;
	}

		div#content div#step-subheader3 span.current,
		div#content div#step-subheader4 span.current {
			background-color: #0069ab;
			border: 1px solid #0069ab;
		}

		div#content div#step-subheader3 span a,
		div#content div#step-subheader4 span a {
			color: #ffffff;
			text-decoration: none;
		}
/* TODO End Add step headers */

/* TODO BEGIN Add message block */
div#content div.message-block {
	color: #666666;
	font-size: 13px;
	margin: 7px 0;
	padding: 15px 10px;
	border: 1px solid #d4d4d5;
	background-color: #ffffff;
}

	div#content div.message-block div.message-sub-block {
		position: relative;
		display: inline-block;
		float: left;
	}

	div#content div.message-block div.message-icon {
		width: 50px;
	}

	div#content div.message-block div.message-text {
		width: 428px;
	}

	div#content div.message-block h4 {
		padding-top: 0px;
	}
/* TODO End Add message block */

/* Transactions Search Filter */
div#search-filter-labels,
div#search-filter-labels-date,
div#search-filter-labels-producer-insured-name {
	margin-bottom: 2px;
}

	div#search-filter-labels span,
	div#search-filter-labels-date span,
	div#search-filter-labels-producer-insured-name span {
		display: inline-block;
		color: #66a5cc;
		font-size: 11px;
		font-family: GothamMediumRegular, Arial;
	}

		div#search-filter-labels span.view,
		div#search-filter-labels-date span.fromDate,
		div#search-filter-labels-producer-insured-name span.producer_name {
			width: 138px;
			padding-left: 2px;
		}

		div#search-filter-labels span.select-month {
			width: 125px;
		}

		div#search-filter-labels span.keyword {
			width: 306px;
		}

html.ie7 div#search-filter-labels span.keyword {
	width: 300px
}

div#search-filter-fields {
}

	div#search-filter-fields input[type="text"],
	div#search-filter-fields-producer-insured-name input[type="text"] {
		display: inline-block;
		float: left;
		clear: none;
		margin-right: 4px;
	}



div#search-filter-fields-date input[type="text"] {
	width: 300px;
	display: inline-block;
	float: left;
	clear: none;
	margin-right: 4px;
}

div#search-filter-fields span.dropdown {
	float: left;
	margin-right: 4px;
}

div#search-filter-fields span.view {
	width: 136px;
	background-position: 118px 12px;
}

	div#search-filter-fields span.view select {
		width: 164px;
	}

div#search-filter-fields span.select-month {
	width: 125px;
	background-position: 108px 12px;
}

	div#search-filter-fields span.select-month select {
		width: 153px;
	}

div#search-filter-fields input.keyword {
	width: 200px;
	float: left;
}

html.ie9 div#search-filter-fields input.keyword {
	padding-bottom: 9px
}

html.ie7 div#search-filter-fields input.keyword {
	width: 180px
}

html.ie10 div#search-filter-fields input#keyword {
	height: 14px !important;
	line-height: 15px;
}

div#search-filter-fields a.button {
	float: left;
}

	div#search-filter-fields a.button.print {
		margin-left: 24px;
	}

html.ie9 div#search-filter-fields a.button.print {
	margin-left: 24px
}

html.ie7 div#search-filter-fields a.button.print {
	margin-left: 38px
}

div#search-filter-fields a.button.export {
	margin-left: 4px;
}

div.organize-records {
	float: right;
	color: #0069ab;
	font-size: 11px;
	font-family: GothamMediumRegular, Arial;
	margin-right: 5px;
}

	div.organize-records > span {
		float: left;
		padding-top: 5px;
	}

	div.organize-records span.dropdown.mini {
		width: 110px;
		margin: 0 45px 0 6px;
		background-position: 94px 6px;
	}

		div.organize-records span.dropdown.mini select {
			width: 138px;
		}

	div.organize-records div.pagination {
		width: 200px;
		display: inline-block;
		padding: 2px 0 0 6px;
		margin: 0;
	}

/* Downloadable lists of documents */
ul#list-documents {
	font-size: 13px;
	margin: 2px 0 30px 35px;
}

	ul#list-documents li {
		clear: both;
		padding-top: 10px;
	}

	ul#list-documents a.file {
		float: left;
	}

	ul#list-documents a.document-title {
		display: inline-block;
		margin: 7px 0 0 6px;
	}

/* Quote Status / Renewal Terms */
div#show-status {
}

	div#show-status h3 {
		height: 40px;
		line-height: 20px;
		font-style: italic;
		padding: 15px 10px 5px;
	}

	div#show-status div#status-details {
		height: 228px;
		padding: 5px 10px 5px;
	}

		div#show-status div#status-details ol {
			list-style: decimal outside none;
			margin: 8px 0 10px;
		}

			div#show-status div#status-details ol li {
				margin: 0 22px 8px;
			}

		div#show-status div#status-details ul.radio-buttons {
			margin-top: 0;
		}

			div#show-status div#status-details ul.radio-buttons li {
				margin-bottom: 7px;
			}

				div#show-status div#status-details ul.radio-buttons li label {
					width: 215px;
					line-height: 15px;
				}

	div#show-status div#post-box {
		clear: both;
		height: 50px;
		font-size: 11px;
		padding: 10px 10px 2px;
		background-color: #D4D4D5;
		border-top: 1px solid #D4D4D5;
	}

ul.policy-summary, ul.bullet-list {
	list-style-type: square;
	margin-left: 15px;
}

	ul.policy-summary ol {
		list-style-type: decimal;
		margin-left: 20px;
	}

ol.policy-summary {
	list-style-type: decimal;
	margin-left: 25px;
}

	ol.policy-summary li {
		padding-bottom: 10px;
	}

ol.normal {
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: lower-alpha;
	text-align: left;
	list-style-position: outside;
}

/* ================================ */
/* [10] TABLES                      */

table.list-records {
	width: 846px;
	font-size: 11px;
	margin-bottom: 18px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #d4d4d5;
}

table.tab-records {
	width: 833px;
}

table.list-records th {
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	background-color: #717174;
}

	table.list-records th a {
		color: #ffffff;
		text-decoration: none;
	}

table.list-records td {
	vertical-align: top;
}

table.list-records th,
table.list-records td {
	text-align: left;
	padding: 6px 9px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #d4d4d5;
}

table.list-records tr:nth-child(even) td {
	background: #ffffff
}

table.list-records tr:nth-child(odd) td {
	background: #e6e6e6
}

table.list-records tr.unread td {
	font-weight: bold;
	background-color: #ffffcc;
}

table.list-records tr.highlight td {
	background-color: #bac9e7; /* 009ce5 - 0066b3 - 809fd3 - bac9e7 */
}

table.list-records tr.highlightinspreview td {
	background-color: #d6aa45; /* 009ce5 - 0066b3 - 809fd3 - bac9e7 */
}

table.list-records span.arrow {
	display: inline-block;
	visibility: hidden;
	width: 11px;
	height: 9px;
	margin-left: 5px;
	background-position: left top;
	background-repeat: no-repeat;
}

table.list-records span.sort-down,
table.list-records span.sort-up {
	visibility: visible;
	background-image: url(../images/sprite-map.png);
}

table.list-records span.sort-down {
	background-position: -106px -51px
}

table.list-records span.sort-up {
	background-position: -119px -51px
}

.show-results {
	display: none;
}

.no-results {
	display: none;
}

h3.no-results {
}

div.no-results {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 22px 0;
	margin: 7px 0 6px;
	background-color: #fafafa;
	border: 2px solid #d4d4d5;
}

table.preview-form {
	color: #4c4c4c;
	font-size: 12px;
	margin-top: 14px;
	margin-bottom: 18px;
}

	table.preview-form td {
		padding: 2px 2px;
	}

table.review {
	color: #4c4c4c;
	font-size: 14px;
	margin: 20px auto 18px;
}

	table.review td {
		padding: 4px 4px;
	}

		table.review td.field {
			font-weight: bold;
			text-align: right;
		}

		table.review td.value {
		}

div.col-1-factors {
	font-size: 11px;
	width: 500px;
	/*min-height: 250px;*/
	float: left;
	padding-right: 10px;
}

div.col-1 div.subheader {
	font-size: 11px;
	height: 10px;
}

div.col-1-forms {
	font-size: 11px;
	width: 700px;
	float: left;
	padding-right: 10px;
}

div.col-1-credit-debits {
	font-size: 11px;
	width: 700px;
	float: left;
	padding-right: 10px;
}

div.col-1-subjectivity {
	font-size: 11px;
	width: 780px;
	float: left;
	padding-right: 10px;
}

a.file {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 3px;
	background-image: url(../images/sprite-map.png);
}

html.ie9 a.file {
	margin-right: 1px
}

a.file.pdf {
	background-position: 0px -51px
}

	a.file.pdf:hover,
	a.file.pdf:active {
		background-position: -30px -51px
	}

a.file.doc {
	background-position: 0px -81px
}

	a.file.doc:hover,
	a.file.doc:active {
		background-position: -30px -81px
	}

a.file.xls {
	background-position: 0px -111px
}

	a.file.xls:hover,
	a.file.xls:active {
		background-position: -30px -111px
	}

/* ================================ */
/* [11] INDIVIDUAL PAGES            */

/* transaction-search-by-policy-id, transaction-search-by-agency-name, transaction-search-by-license-number, transaction-search-by-insured-name, transaction-search-by-underwriter */
body#transaction-search-by-policy-id div#search-filter-labels span.view,
body#transaction-search-by-policy-id div#search-filter-fields span.view,
body#transaction-search-by-agency-name div#search-filter-labels span.view,
body#transaction-search-by-agency-name div#search-filter-fields span.view,
body#transaction-search-by-license-number div#search-filter-labels span.view,
body#transaction-search-by-license-number div#search-filter-fields span.view,
body#transaction-search-by-insured-name div#search-filter-labels span.view,
body#transaction-search-by-insured-name div#search-filter-fields span.view,
body#transaction-search-by-underwriter div#search-filter-labels span.view,
body#transaction-search-by-underwriter div#search-filter-fields span.view,
body#transaction-advanced-search div#search-filter-labels span.view,
body#transaction-advanced-search div#search-filter-fields span.view {
	width: 267px;
	background-position: 250px 12px;
}

body#transaction-advanced-search-by-date div#search-filter-labels span.view,
body#transaction-advanced-search-by-date div#search-filter-fields span.view,
body#transaction-advanced-search-by-date div#search-filter-labels-date span.fromDate,
body#transaction-advanced-search-by-date div#search-filter-labels-producer-insured-name span.producer_name,
body#transaction-advanced-search-by-date div#search-filter-fields span.view select {
	width: 350px;
	background-position: 332px 12px;
}


body#transaction-advanced-search-by-date div#search-filter-fields {
	margin-bottom: 35px;
}

body#transaction-search-by-policy-id div#search-filter-fields span.view select,
body#transaction-search-by-agency-name div#search-filter-fields span.view select,
body#transaction-search-by-license-number div#search-filter-fields span.view select,
body#transaction-search-by-insured-name div#search-filter-fields span.view select,
body#transaction-search-by-underwriter div#search-filter-fields span.view select,
body#transaction-advanced-search div#search-filter-fields span.view select {
	width: 295px;
}




/* transaction-all-transactions */
body#transaction-all-transactions #tabs {
	margin: 20px 0;
}

/* transaction-review-transaction */
body#transaction-review-transaction div#content h3 {
	padding: 0;
}

body#transaction-review-transaction div#content textarea {
	width: 500px;
	height: 60px;
}

body#transaction-review-transaction div#content span.removeSubjectivity,
body#transaction-review-transaction-ram div#content span.removeSubjectivity {
	padding-top: 8px;
	float: right;
}

body#transaction-review-transaction div#content span.SubjectivityDescription,
body#transaction-review-transaction-ram div#content span.SubjectivityDescription {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
	width: 227px;
}

body#transaction-review-transaction div#content input[name="SubjectivityDescription"],
body#transaction-review-transaction-ram div#content input[name="SubjectivityDescription"] {
	width: 215px;
}

span.SubjectivityDescription input[type="text"] {
	width: 215px !important;
}



/* transaction-review-transaction-ECL */
body#transaction-review-transaction div#content h3 {
	padding: 0;
}

body#transaction-review-transaction div#content textarea {
	width: 500px;
	height: 60px;
}

body#transaction-review-transaction div#content span.removeSubjectivity,
body#transaction-review-transaction-ecl div#content span.removeSubjectivity {
	padding-top: 8px;
	float: right;
}

body#transaction-review-transaction div#content span.SubjectivityDescription,
body#transaction-review-transaction-ecl div#content span.SubjectivityDescription {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
	width: 227px;
}

body#transaction-review-transaction div#content input[name="SubjectivityDescription"],
body#transaction-review-transaction-ecl div#content input[name="SubjectivityDescription"] {
	width: 215px;
}

/* admin-form-setup-edit */
body#admin-form-setup-edit div#content input#FormExpiration,
body#admin-form-setup-edit div#content input#FormEffective {
	width: 298px;
	display: inline;
}

/* admin-form-setup-build*/
body#admin-form-setup-build div#content div.sortable {
	border: 1px solid #d4d4d5;
	margin-bottom: 5px;
	padding: 5px;
}

body#admin-form-setup-build div#content span.removeFormElement {
	float: right;
	padding-top: 8px;
	vertical-align: bottom;
}

body#admin-form-setup-build div#content span.FormElementInstruction {
	display: inline-block;
	padding: 0 5px 2px 0;
	vertical-align: top;
	width: 564px;
}

body#admin-form-setup-build div#content textarea[name="FormElementInstruction"] {
	width: 564px;
}

body#admin-form-setup-build div#content span.FormElementDescription {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
	width: 227px;
}

body#admin-form-setup-build div#content input[name="FormElementDescription"] {
	width: 215px;
}

body#admin-form-setup-build div#content span.FormElementMapping {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

body#admin-form-setup-build div#content input[name="FormElementMapping"] {
	width: 215px;
}

body#admin-form-setup-build div#content span.FormElementCode {
	display: inline-block;
	vertical-align: top;
	width: 180px;
}

body#admin-form-setup-build div#content input[type="text"].FormElementCodeText {
	width: 180px !important;
}

body#admin-form-setup-build div#content span.FormElementRequired {
	display: inline-block;
	padding: 5px 5px 5px 0;
	vertical-align: top;
}



/* ================================ */
/* [12] MODAL                       */

div#modal-overlay,
div#dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
}

div#modal-container {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
	display: none;
}

div#modal {
	width: 500px;
	height: 275px;
	text-align: left;
	overflow-y: auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: 45px auto 0;
}

div#modal-loading,
div#dialog-loading {
	width: 100px;
	height: 100px;
	background: url(../images/spinner-large.gif) center no-repeat;
	margin: 80px auto 0;
}

div#modal-content,
div#dialog-container {
	display: none;
}

div#dialog-container {
	overflow: hidden;
}

/* ================================ */
/* [13] MODAL PAGES                 */

div#modal h1 {
	font-size: 15px;
	font-family: GothamMediumRegular, Arial;
	padding: 6px 11px;
	margin: 1px;
	border: 1px solid #d4d4d5;
	background: #d4d4d5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d4d4d5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#d4d4d5)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #eeeeee, #d4d4d5); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#d4d4d5 100%); /* IE10+ */
}

div#modal h2 {
	color: #3f89b8;
	font-size: 13px;
	font-weight: bold;
	margin: 16px 20px 0;
}

div#modal p {
	font-size: 13px;
	margin: 0 20px 16px;
}

div#modal a.modal-close {
	display: inline-block;
	float: right;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px 6px;
	margin: 1px;
	background: #8f8f91;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969698', endColorstr='#8f8f91'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#969698), to(#8f8f91)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #969698, #8f8f91); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #969698 0%,#8f8f91 100%); /* IE10+ */
}

div#modal div.col-1 {
	margin-left: 21px;
	margin-right: 24px;
}

div#modal div.action-buttons {
	padding: 10px;
}

	div#modal div.action-buttons h2 {
		margin: 3px 3px 10px 0;
	}

div#modal table {
	margin: 10px 20px;
}

div#modal td.state-zip span.dropdown {
	width: 170px;
	background-position: 150px 9px;
}

	div#modal td.state-zip span.dropdown select {
		width: 198px;
		padding: 5px 2px 4px;
	}

div#modal td.state-zip input {
	width: 124px;
}

div#modal table.list-records {
	width: 734px;
}

div#modal img#print-logo {
	margin: 6px 0 0px 21px;
}

div#modal h2#print-title {
	font-size: 20px;
}

div#modal div.no-results {
	margin: 18px 20px 0;
}

div#modal div#fixed-scroll {
	height: 346px;
	overflow: auto;
}

div#modal div#alert-message {
	height: 100px;
	overflow: auto;
	margin: 15px 15px 0;
}

div#modal div#alert-options {
	height: 130px;
	padding: 5px 0 0 30px;
}

/* ================================ */
/* [14] GRADIENTS                   */

body {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#717174', endColorstr='#fefefe'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#717174), to(#fefefe)); /* Webkit */
	background: -moz-linear-gradient(top, #717174, #fefefe); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #717174 0%,#fefefe 100%); /* IE10+ */
	background-attachment: fixed;
}

a.button:link,
a.button:visited {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b6d6', endColorstr='#0069ab'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#83b6d6), to(#0069ab)); /* Webkit */
	background: -moz-linear-gradient(top, #83b6d6, #0069ab); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #83b6d6 0%,#0069ab 100%); /* IE10+ */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

a.button:hover,
a.button:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc5de', endColorstr='#3387bc'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#9cc5de), to(#3387bc)); /* Webkit */
	background: -moz-linear-gradient(top, #9cc5de, #3387bc); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #9cc5de 0%,#3387bc 100%); /* IE10+ */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

div#top-nav {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababb', endColorstr='#717174'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#bababb), to(#717174)); /* Webkit */
	background: -moz-linear-gradient(top, #bababb, #717174); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #bababb 0%,#717174 100%); /* IE10+ */
}

div#top-nav-links > a:hover,
div#top-nav-links > a:active,
div#top-nav-links > a.current {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d3', endColorstr='#b8b8ba'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d3), to(#b8b8ba)); /* Webkit */
	background: -moz-linear-gradient(top, #d2d2d3, #b8b8ba); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #d2d2d3 0%,#b8b8ba 100%); /* IE10+ */
}
/* TODO BEGIN Add my account gradient */
div#top-nav-links > a.others {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#444444'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#444444)); /* Webkit */
	background: -moz-linear-gradient(top, #999999, #444444); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #999999 0%,#444444 100%); /* IE10+ */
}
/* TODO END Add my account gradient */

div#top-nav-search div#search-category,
div#top-nav-search input[name="t"] {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefefe'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fefefe)); /* Webkit */
	background: -moz-linear-gradient(top, #ffffff, #fefefe); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fefefe 100%); /* IE10+ */
}

div.col-4 div.block, /* TODO Add div.col-4 div.block */
div#left-nav div.block {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d4d4d5'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d4d4d5)); /* Webkit */
	background: -moz-linear-gradient(top, #f8f8f8, #d4d4d5); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%,#d4d4d5 100%); /* IE10+ */
}

	div#left-nav div.block div.expander {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9ca', endColorstr='#858586'); /* IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#c9c9ca), to(#858586)); /* Webkit */
		background: -moz-linear-gradient(top, #c9c9ca, #858586); /* FF 3.6+ */
		background: -ms-linear-gradient(top, #c9c9ca 0%,#858586 100%); /* IE10+ */
	}

	div#left-nav div.block a.button:link,
	div#left-nav div.block a.button:visited {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d96c4', endColorstr='#0069ab'); /* IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#4d96c4), to(#0069ab)); /* Webkit */
		background: -moz-linear-gradient(top, #4d96c4, #0069ab); /* FF 3.6+ */
		background: -ms-linear-gradient(top, #4d96c4 0%,#0069ab 100%); /* IE10+ */
	}

	div#left-nav div.block a.button:hover,
	div#left-nav div.block a.button:active {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71abd0', endColorstr='#3387bc'); /* IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#71abd0), to(#3387bc)); /* Webkit */
		background: -moz-linear-gradient(top, #71abd0, #3387bc); /* FF 3.6+ */
		background: -ms-linear-gradient(top, #71abd0 0%,#3387bc 100%); /* IE10+ */
	}

div#content h1 {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d4d4d5'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#d4d4d5)); /* Webkit */
	background: -moz-linear-gradient(top, #eeeeee, #d4d4d5); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#d4d4d5 100%); /* IE10+ */
}

table.list-records th {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2b2b3', endColorstr='#717174'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#b2b2b3), to(#717174)); /* Webkit */
	background: -moz-linear-gradient(top, #b2b2b3, #717174); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #b2b2b3 0%,#717174 100%); /* IE10+ */
}

div.pagination a.current {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d96c4', endColorstr='#0069ab'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4d96c4), to(#0069ab)); /* Webkit */
	background: -moz-linear-gradient(top, #4d96c4, #0069ab); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #4d96c4 0%,#0069ab 100%); /* IE10+ */
}

div.action-buttons a.go:link,
div.action-buttons a.go:visited,
.btn-save-blue {
	background: #0069ab;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d96c4', endColorstr='#0069ab'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4d96c4), to(#0069ab)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #4d96c4, #0069ab); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #4d96c4 0%,#0069ab 100%); /* IE10+ */
	cursor: pointer;
}

div.action-buttons a.go:hover,
div.action-buttons a.go:active {
	background: #3387bc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71abd0', endColorstr='#3387bc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#71abd0), to(#3387bc)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #71abd0, #3387bc); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #71abd0 0%,#3387bc 100%); /* IE10+ */
}

div.action-buttons a.stop:link,
div.action-buttons a.stop:visited, .cancel-stop {
	background: #aa0434;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45071', endColorstr='#aa0434'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c45071), to(#aa0434)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #c45071, #aa0434); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #c45071 0%,#aa0434 100%); /* IE10+ */
}

div.action-buttons a.stop:hover,
div.action-buttons a.stop:active {
	background: #bb365d;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0738d', endColorstr='#bb365d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#d0738d), to(#bb365d)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #d0738d, #bb365d); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #d0738d 0%,#bb365d 100%); /* IE10+ */
}

div#bond-subheader span.current {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d96c4', endColorstr='#0069ab'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4d96c4), to(#0069ab)); /* Webkit */
	background: -moz-linear-gradient(top, #4d96c4, #0069ab); /* FF 3.6+ */
	background: -ms-linear-gradient(top, #4d96c4 0%,#0069ab 100%); /* IE10+ */
}

/*  ordered list and unordered list style for update password modal popup*/
div#content ul.passwordReqs, div#modal ul.passwordReqs {
	list-style-type: disc;
	padding-top: 0px;
	padding-left: 25px;
	padding-bottom: 2px;
}

div#content ul.passwordReqsSub, div#modal ul.passwordReqsSub {
	list-style-type: circle;
	padding-top: 0px;
	padding-left: 55px;
	padding-bottom: 12px;
}

.display-inline-flex {
	display: inline-flex;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-20 {
	padding-left: 20px !important;
}

.btn-add-subjectivity {
	display: block;
	padding-top: 8px;
}

.p-t-39 {
	padding-top: 39px !important;
}

.h-230 {
	height: 230px !important;
}

.m-l-0 {
	margin-left: 0px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-t-1 {
	margin-top: 2px !important;
}



.display-none {
	display: none !important;
}

.display-inline-block {
	display: inline-block !important;
}

.w-200 {
	width: 200px !important;
}

.w-100 {
	width: 100px !important;
}

.display-date-inline {
	display: inline-flex !important;
}

.date-image-float-left {
	float: left !important;
}

.p-t-25 {
	padding-top: 25px !important;
}

.h-310 {
	height: 310px;
}

.p-b-25 {
	padding-bottom: 25px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}


.anchor-link-blue {
	color: rgb(0, 105, 171) !important;
}


.select-dropdown {
	color: black;
	height: 30px !important;
	margin-bottom: 10px !important;
	background-color: #fefefe;
}

.border-color-dropdown {
	border: 1px solid #717174;
}


.display-block {
	display: block !important;
}

.display-inline-block {
	display: inline-block !important;
}

.readonly {
	background-color: #dcdcdc !important;
	border-color: #B5B5B5 !important;
	color: #6E6E6E !important;
}


.btn-select-blue {
	color: White !important;
	height: 20px !important;
	vertical-align: middle !important;
	padding: 4px 8px 4px 8px !important;
	margin: 0px 0px 0px 0px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#83b6d6), to(#0069ab)) !important;
	border: 1px solid #0069ab !important;
	border-radius: 5px !important;
	display: inline-block !important;
	font-size: 12px !important;
	font-family: GothamMediumRegular, Arial !important;
	text-decoration: none !important;
	color: White !important;
	height: 20px !important;
	vertical-align: middle !important;
	padding: 4px 8px 4px 8px !important;
	margin: 0px 0px 0px 0px !important;
}


.anchor-link-edit-ai {
	margin-left: 6px;
	color: #3596d5;
	cursor: pointer;
	text-decoration: underline;
}

.reactivate-policy-link {
	width: 180px !important;
	display: inline-block !important;
}

a {
	cursor: pointer;
	text-decoration: underline;
}

.no-match {
	color: #ff0000 !important;
}

.padding-additional-notes {
	padding-top: 15px !important;
}

.td-whitespace {
	white-space: pre-line !important;
}

.checkbox-padding {
	display: flex;
	padding-left: 90px !important;
}

.inspection-popup-radio-margin {
	display: block !important;
	margin-left: 10px !important;
	margin-top: 10px !important;
}

.inspection-popup-label {
	font-size: 13px !important;
	margin-left: 30px !important;
	margin-top: -18px !important;
}

.inspection-email {
	margin-top: -8px !important;
}


div#cancel-process-finance-company-step1 a.button.search {
	/*float: left;*/
	margin-left: 4px;
}

div#cancel-process-finance-company-step1 #FinacneCompanyCancellationEffectiveDate {
	width: 300px;
	display: inline-block;
	clear: none;
	margin-right: 3px;
}

div#cancel-process-insured-step1 #InsuredCancellationEffectiveDate {
	width: 300px;
	display: inline-block;
	clear: none;
	margin-right: 3px;
}

div#cancel-process-insured-step1 a.button.search {
	/*float: left;*/
	margin-left: 4px;
}

div#content ul.dynamic-radio-buttons,
div#modal ul.dynamic-radio-buttons {
	display:flex;
}

div#policy-transaction-cancel label {
	color: #858586;
	font-size: 13px;
	font-family: GothamMediumRegular, Arial;
	padding: 15px 0 4px;
}
div.action-buttons .btn-cancel {
	background-color: white;
	color: #e35353;
	border: 1px solid #e35353;	
}

div#cancel-process-finance-company-step2 .questionDate,
div#cancel-process-underwriter-step2 .questionDate {
	width: 300px !important;
	display: inline-block !important;
	clear: none;
	margin-right: 3px !important;
}

div.tblExcelContent {
	overflow: scroll;
	height: 300px;
}

.mt-2{
	margin-top:2%;
}