@import url("chosen.css");

html {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff url(../images/bg5.jpg);
	background-repeat:initial;
	font-size: .85em;
	font-family: Roboto, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #002a4e;
	min-height: 100%;
}

a img {
	border: none;
}

a:link {
	color: #36749D;
	text-decoration: none;
}

a:visited {
	color: #36749d;
}

a:hover {
	color: #36749D;
	text-decoration: underline;
}

a:active, a:selected {
	border: none;
	outline: none;
	color: #5b2614;
}

ul.no-style {
    list-style:none;
    padding-left:25px;
}

ul.no-style li > ul:not(.no-style) {
    list-style:disc;
}

ul.no-indent {
    padding-left:0px;
}

ul.collapsible > li {
    margin:5px;
}

ul.collapsible > li .title:hover {
    cursor:pointer;
    text-decoration:underline;
}

ul.collapsible > li > ul {
    display:none;
}

ul.collapsible > li > ul.active {
    display:block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
}

h1, h2 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
}

h5, h6 {
	font-size: .7em;
}

hr {
	background-color: #002A4E;
	border: 0;
	height: 1px;
}

option {
	line-height: 62px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#page {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	box-shadow: 0 0 50px 0 #002A4E;
	padding: 0;
	border: 0px solid #002A4E;
}

#header {
	background-color: #002A4E;
	height: 145px;
	margin-bottom: 0;
	padding: 10px 20px;
}

	#header .site-title {
		background-image: url(../images/logo2c.png);
		background-repeat: no-repeat;
		float: left;
		height: 141px;
		margin: 0;
		padding: 0;
		width: 257px;
		text-indent: -9999px;
	}

.logo {
	display: block;
	background-image: url(../images/logo2_login.png);
	background-repeat: no-repeat;
	height: 141px;
	margin: 0 auto;
	padding: 0;
	width: 257px;
	text-indent: -9999px;
}

#headermobile, #logonmobile {
	display: none;
}

.paynow-container {
    text-align:center;
    margin-top: 20px;
    margin-bottom: 10px;
}

	.paynow-container a {
		border-radius: 4px;
		border: 1px solid #002A4E;
		background-color: #85714D;
		color: #fff;
		padding: 10px 20px;
		font-size: 1.2em;
		text-decoration: none;
	}

.row-container {
    width:100%;
    overflow:hidden;
    white-space:nowrap;
    margin-bottom:20px;
    font-size:0px;
}

.row-container .half {
    width:50%;
    display:inline-block;
    vertical-align:middle;
}

.row-container .half * {
    font-size:14px;
}

.row-container .half img {
    max-width:100%;
}

.row-container .content-wrapper {
    display:inline-block;
    padding:0px 10px;
}

.row-container .content-wrapper * {
    font-size:14px;
}

.row-container .align-left {
    text-align:left;
}

.row-container .align-right {
    text-align:right;
}

.row-container .align-center {
    text-align:center;
}

.inline-middle {
    display:inline-block;
    vertical-align:middle;
}

.inline-middle * {
    font-size:14px;
}

.alert-message {
    color:#FF0000;
    text-decoration:underline;
}

.red-text {
    color:#FF0000 !important;
}

.notification {
    border: 1px solid red;
    color:red;
    margin-bottom:20px;
    padding:5px;
    text-align:center;
}

/* Login Display  
----------------------------------------------------------*/

#login {
}

	#login h2 {
		font-size: 20px;
		padding: 0;
		text-align: center;
	}

	#login p {
		margin: 0;
		padding: 0;
	}

	#login ul {
		padding: 0;
		text-align: center;
	}

		#login ul li {
			margin: 0 auto;
			list-style: none;
			text-align: center;
		}

			#login ul li a {
				margin: 0 auto;
				display: block;
				border-top: 1px dotted #c55328;
				border-bottom: 1px dotted #c55328;
				width: 100%;
				font-size: 11px;
				text-decoration: none;
				text-align: center;
			}

				#login ul li a:hover {
					text-decoration: none;
					background-color: #aaaa65;
				}

				#login ul li a.last {
					border-top: none;
				}

#main {
	background-color: #fff;
	min-height: 100%;
}

.clear {
	clear: both;
}

#sub {
	padding: 20px;
}

#standalone {
	padding: 20px;
}

#sidebar {
	width: 200px;
	float: left;
	font-size: 12px;
	border-right: 1px solid #002A4E;
}

	#sidebar .chzn-container {
		margin-left: 10px;
	}

	#sidebar .buttonsb, #sidebar p a {
		display: block;
		text-align: center;
		font-size: 1em;
		background: #7b7f33;
		color: White !important;
		width: 180px;
		height: 30px;
		border: 0;
		line-height: 30px;
	}

		#sidebar .buttonsb:hover, #sidebar p a:hover {
			background: #002A4E;
			text-decoration: none;
		}

	#sidebar h3 {
		text-align: center;
	}

	#sidebar ul {
		font-size: 12px;
		list-style: none;
		padding: 0;
		margin: 5px 0 0 0;
	}

		#sidebar ul.rate {
			padding: 5px;
		}

			#sidebar ul.rate li a {
				display: block;
				height: 30px;
				width: 100%;
				line-height: 30px;
				text-align: center;
			}

				#sidebar ul.rate li a:hover {
					background-color: #eae8d8;
					font-weight: bold;
					letter-spacing: .1em;
					text-decoration: none;
				}

#footer {
	clear: both;
	background: #002a4e;
	filter: #002a4e;
	color: #dde9F0;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0 0 0 0;
	font-size: .9em;
}

.none {
	text-align: center;
	color: Red;
	font-weight: bold;
}

/* Tab Menu   
----------------------------------------------------------*/
#menu {
	position: relative;
	margin: -10px auto -5px auto;
	background-color: #fff;
	padding: 0;
	z-index: 90;
}

	#menu ul {
		background: #fff;
		position: relative;
		color: black;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
		border-top: 0px solid #62704e;
		border-bottom: 0px solid #62704e;
	}

		#menu ul li {
			list-style: none;
			display: inline;
			position: relative;
			margin-left: -4px;
			color: #002A4E;
		}

			#menu ul li:hover ul {
				display: block;
			}

			#menu ul li a {
				display: inline-block;
				width: 140px;
				height: 40px;
				line-height: 40px;
				vertical-align: middle;
				text-decoration: none;
				color: #002a4e;
				border-right: 0px solid #62704e;
			}

				#menu ul li a:hover {
					background: #85714D;
					text-decoration: none;
					color: #fff;
					font-weight: bold;
				}

				#menu ul li a.first {
					border-left: 0px solid #62704e;
				}

			#menu ul li ul {
				display: none;
				margin: 0;
				*margin: 40px 0 0 0;
				width: 200px;
				padding: 0;
				position: absolute;
				left: -30px;
				background: #fff;
				z-index: 99;
				border: 2px solid #DDE9F0;
				filter: none;
				color: #002A4E;
			}

				#menu ul li ul li {
					margin: 0;
					padding: 0;
				}

					#menu ul li ul li a {
						display: block;
						width: 200px;
						border: 0;
						font-size: 14px;
						line-height: 40px;
						padding: 0;
						margin: 0;
						font-size: 12px;
						color: #002a4e;
						font-weight: bold;
					}

						#menu ul li ul li a:hover {
							color: White;
						}

#submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#midwrap {
}

.odd {
	background-color: #eae8d8;
	padding: 5px;
}


/* search   
----------------------------------------------------------*/

fieldset.search {
	border: none;
	float: right;
	margin: 10px 0;
	padding: 0;
}

.search input, .search button {
	border: none;
	float: left;
}

	.search input.box {
		color: #fff;
		font-size: 1.2em;
		width: 190px;
		height: 15px;
		padding: 8px 5px 0;
		background: #e7e7d4;
		margin-right: 5px;
	}

		.search input.box:focus {
			background: #616161;
			outline: none;
		}

	.search input.btn {
		width: 100px;
		height: 25px;
		font-size: 12px;
		cursor: pointer;
		background-color: #36749D;
		color: #fff;
	}

		.search input.btn:hover {
			background-color: #e7e7d4;
			color: #ccc;
		}

/* forms   
----------------------------------------------------------*/
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

	fieldset legend {
		font-size: 1.1em;
		font-weight: bold;
		padding: 2px 4px 8px 4px;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

	fieldset label {
		display: block;
	}

		fieldset label.checkbox {
			display: inline;
		}

input[type="text"], input[type="password"] {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
}

fieldset input[type="submit"] {
	font-size: 1.2em;
	padding: 5px;
}

.button {
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	box-shadow: 0 1px 3px #abb8c3;
	background: #85714D; 
	display: inline-block; 
	min-width: 100px;
	max-width: 150px;
	border: 0;
}

.buttons {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin: 0;
	background-color: #36749D;
	color: White;
	padding: 2px 0 4px 0;
}

.buttonbar {
	color: #002A4E;
	background-color: #002A4E;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
}

a.buttonbar {
	font-size: 12px;
	color: White;
	margin-right: 5px;
}

	a.buttonbar:hover {
		background-color: #85714D;
	}


#agentlogin a {
	color: #fff;
	text-decoration: none;
}

.button:hover {
	background: #002a4e;
}

#bottomnav {
	clear: both;
	border-top: 1px solid #36749D;
	margin: 0;
	padding: 0;
}

	#bottomnav p {
		list-style: none;
		padding: 0 0 20px 0;
	}

	#bottomnav ul li {
	}

	#bottomnav td {
		height: auto;
		line-height: normal;
		vertical-align: middle;
		font-size: 1em;
		white-space: normal;
		padding: 0;
		margin: 0;
		border-right: 0;
		color: #36749d;
	}

		#bottomnav td a {
			text-align: left;
			font-size: 1em;
			background-color: transparent;
			color: #002A4E !important;
			padding: 0;
			margin: 0;
			border: 0;
		}

#TickerContentBC35479413 {
	background-color: White;
}

.bc_tickercontent {
	font-size: 12px;
	color: #002a4e;
}

.bc_tickertitle {
	display: none;
}

.bc_tickerlink {
	display: none;
}

.form {
	margin: 0 10px 10px 0;
}

	.form h1 {
		background-color: #36749d;
		padding: 5px 20px;
		margin: 0;
		color: #fff;
	}

	.form h3 {
		position: relative;
		padding: 0;
	}

	.form select {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.form img {
		width: 100%;
		margin: 0;
		padding: 0;
	}

.forms {
	float: left;
	background-color: #eae8d8;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
}

	.forms h3 {
		font-size: 1.2em;
		text-align: center;
		background-color: #36749D;
		color: White;
		margin: 0 -10px 8px -10px;
		padding: 10px;
	}

	.forms h4 {
		width: 100%;
		background-color: #36749D;
		text-align: center;
		color: White;
		font-size: 1.05em;
		font-style: italic;
		text-transform: uppercase;
	}

	.forms .linkButton {
		width: 110px;
		height: 30px;
		border: none;
	}

	.forms ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
	}

		.forms ul li {
			display: block;
			height: 30px;
			line-height: 30px;
			margin-bottom: 5px;
			text-align: right;
			white-space: nowrap;
		}

			.forms ul li p {
				display: inline-block;
				text-align: left;
				width: 300px;
				margin: 0;
				padding: 0;
			}

			.forms ul li label {
				margin-right: 5px;
			}

			.forms ul li input {
				width: 300px;
				height: 20px;
				text-align: left;
			}

			.forms ul li select {
				width: 304px;
				height: 20px;
				text-align: left;
			}

			.forms ul li .chzn-select {
				text-align: left;
			}

	.forms span {
		text-align: left;
	}

	.forms .active-result {
		text-align: left;
	}

	.forms ul li textarea {
		display: inline-block;
		vertical-align: middle;
		width: 298px;
		height: 100px;
		float: right;
		text-align: left;
		resize: none;
		margin-bottom: 20px;
	}

	.forms span.field-validation-error {
		position: absolute;
		margin-left: 30px;
	}

	.forms .addexp {
		clear: both;
		height: auto;
	}

#exposure_holder {
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}

	#exposure_holder span {
		background-color: #eee;
		border-bottom: 1px solid #ddd;
		padding: 5px 10px;
		width: 100%;
	}

.policycard {
	width: 100%;
	background-color: #eae8d8;
	border-left: 1px solid #36749D;
	border-right: 1px solid #36749D;
	border-collapse: collapse;
}

	.policycard th {
		background-color: #36749D;
		color: White;
		padding: 10px;
		text-align: left;
	}

	.policycard tr {
		border-bottom: 1px dotted #002a4e;
	}

	.policycard td {
		padding: 10px;
	}

		.policycard td.first {
			background-color: #36749D;
			color: White;
		}

.profile {
	width: 500px;
	margin: 0 auto;
	background-color: #DDE9F0;
	padding: 10px;
}

.lossrun {
	width: 800px;
	margin: 0 auto;
	background-color: #DDE9F0;
	padding: 10px 30px;
}

.linkButton, a.linkButton {
	background-color: #002a4e;
	padding: 10px;
	border: 0;
	color: White;
}

	.linkButton:hover, a.linkButton:hover {
		background-color: #36749d;
		cursor: pointer;
	}

.tablelink, a.tablelink {
	display: inline-block;
	background-color: #002a4e;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 auto;
	border: 0;
	color: White;
}

	.tablelink:hover, a.tablelink:hover {
		background-color: #DDE9f0;
		cursor: pointer;
	}

.pdf {
	background: url(../Images/pdf48.png) no-repeat 3% 50%;
	padding-left: 25px !important;
}

.csv {
	background: url(../Images/csv48.png) no-repeat 3% 50%;
	padding-left: 25px !important;
}

.edituser {
	background: url('http://cdn.oneitp.com/Images/PortalIcons/32white/user_half_edit_32_white.png') no-repeat 3% 50%;
	padding-left: 40px !important;
}

.editsec {
	background: url('http://cdn.oneitp.com/Images/PortalIcons/32white/user_half_security_32_white.png') no-repeat 3% 50%;
	padding-left: 40px !important;
}

.editpass {
	background: url('http://cdn.oneitp.com/Images/PortalIcons/32white/user_half_settings_32_white.png') no-repeat 3% 50%;
	padding-left: 40px !important;
}

.commpaydetails {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #002a4e;
}

	.commpaydetails td, .commpaydetails th {
		text-align: center;
		padding: 5px;
	}

td.contain {
	width: 320px;
}

.commpaydetails th {
	background-color: #36749d;
	color: White;
}

h1.commpaydetails {
	background-color: #002a4e;
	color: White;
	border: 0;
	text-align: center;
	padding: 5px 0;
	font-size: 1.5em;
}

#ratingbox {
	float: right;
	margin: 0;
	padding: 0;
}

	#ratingbox .ratingboxdigital {
		display: block;
		background-image: url('../images/logos/mf_raui_header.png');
		width: 300px;
		height: 141px;
		text-indent: -9999px;
	}
	#ratingbox .link {
		display: block;
		background: url(../Content/Images/Logos/XpressQuoteNow.png) no-repeat;
		width: 250px;
		height: 141px;
		text-indent: -9999px;
	}

		#ratingbox .link:hover {
			background: url(../Content/Images/Logos/XpressQuoteNow.png) no-repeat;
		}
#newMessageIcon {
    display: inline;
    margin-left: 145px;
}

#newMessageIcon span:hover {
    cursor:pointer;
}

#newMessageIcon .fa-envelope {
    color: #7B7F33;
    font-size: 20px;
}

#newMessageIcon .fa-exclamation-circle {
    color:red;
    font-size:12px;
    top:8px;
    left:8px
}

#added_exposures .linkButton {
	text-align: center;
	width: 80px;
}

#added_exposures input {
	clear: both;
}


.forms ul li.addexp {
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	display: block;
}

	.forms ul li.addexp input {
		display: inline-block;
		width: 50px;
		vertical-align: middle;
	}

	.forms ul li.addexp .add {
		text-align: center;
		height: 25px;
	}

.rating {
	display: inline-block;
	width: 220px;
	background-color: #eee;
	padding: 30px 0;
	text-align: center;
}

	.rating:hover {
		background-color: #eae8d8;
	}

	.rating img {
		height: 70px;
		width: auto;
	}

		.rating img.xpress {
			height: 50px;
			width: auto;
		}

#ratingresult {
	clear: both;
	width: 98%;
	padding: 0 10px 10px 10px;
	margin: 0 auto 20px auto;
	text-align: center;
}

	#ratingresult fieldset {
		display: inline-block;
		width: 30%;
		margin: 0;
		padding: 0 0 20px 0;
	}

	#ratingresult ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

#ezlynx-header {
    width:100%;
    margin-bottom:20px;
    font-size:0px;
}

#ezlynx-header .inline-middle:first-child {
    margin-right:40px;
}

#ezlynx-header table {
    margin-top:5px;
}

#ezlynx-header table tr td:first-child {
    padding-right:10px;
}

.ezlynx-rater a,
.ezlynx-rater a:link,
.ezlynx-rater a:visited,
.ezlynx-rater a:hover,
.ezlynx-rater a:active {
	color: #002d56;
}

.ezlynx-rater #direct-select-logo {
    margin-bottom:10px;
}

.ezlynx-rater-button {
    background-color:#002D56;
    border-color:#002D56;
    color:#ffffff;
    border-radius:8px;
    padding:4px 8px;
}

.ezlynx-rater-button:hover {
    background-color:#C85528;
    cursor:pointer;
}

.ezlynx-rater-button:active {
    background-color:#002D56;
}

#ezlynx-iframe-title {
    width:100%;
    text-align:center;
    font-size:18px;
    color:#002d56;
    margin-bottom:10px;
}

#ezlynx-iframe-container {
    padding:10px;
    border:5px solid #002d56;
}

#ezlynx-iframe {
    height:1000px;
    width:100%;
    border:0px;
}

.ErrorBox {
	color: Red;
	font-weight: bold;
	background-color: Yellow;
	padding: 10px;
	border: 1px solid red;
}

.editor-label {
	background-color: #002a4e;
	color: White;
	padding: 5px 0 5px 5px;
	margin: 0;
	text-align: left;
}

.display-label {
	background-color: #36749d;
	color: White;
	padding: 5px 0 5px 5px;
	margin: 0;
	text-align: center;
}

.display-field {
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	font-size: 2em;
}

.editor-field {
	margin: 5px 0;
}

.form-table{
    padding:2px 18px;
}

.form-table td {
    padding:3px;
}

.form-table td .input {
    width:100%;
}

.form-table td .input .auto-width {
    width:initial!important;
    width:auto!important;
}

.loss-run-form .form-table {

}

.loss-run-form .form-table td:nth-child(1) {
    width:175px;
}

.loss-run-form .form-table td:nth-child(3) {
    width:100px;
    padding-left:25px;
}

.loss-run-form .form-table textarea {
    width:727px;
}

.field-validation-error, .fferr {
	color: Red;
}

.validation-summary-errors {
	color: Red;
	border: 1px solid Red;
	padding: 5px;
	margin: 5px;
}

.input-validation-error {
	background-color: #FFFF99;
	border-color: Red !important;
}

.note {
	font-size: .75em;
	font-style: italic;
	border: 1px solid black;
	padding: 5px;
	text-align: center;
}

/* growl (grr)*/
div.growlUI {
	background: url(../Images/check48.png) no-repeat 10px 10px;
	min-height: 60px;
}

	div.growlUI h1, div.growlUI h2 {
		color: white;
		padding: 5px 5px 5px 75px;
		text-align: left;
	}

/* quick quote display */
#qrIndication {
	padding: 0 20px;
	display: inherit;
}

.QuickQuote {
	border: 1px solid #002A4E;
	display: inherit;
}

.routing_number {
	width: 105px!important;
}

.mask_phone, .mask_ssn {
	width: 120px!important;
}

.policy_number {
	width: 125px!important;
}

.stat_chart {
	width: 600px;
	margin: 0 auto;
}

.alert {
	padding: 10px 0px 10px 5px;
}

	.alert a {
		font-weight: bold;
	}

.contact {
	width: 100%;
	font-size: 12px;
	border: 1px solid #002A4E;
	margin: 0;
	padding: 0;
}

	.contact td {
		height: 30px;
		border-right: 1px solid #002A4E;
		text-align: center;
	}

	.contact th {
		padding: 10px;
		background-color: #002A4E;
		color: White;
		font-weight: bold;
	}

	.contact td.last {
		border-right: 0;
	}

	.contact td:nth-of-type(odd) {
		padding: 5px;
		font-weight: bold;
	}

.statstable {
	border: 1px solid #002A4E;
	padding: 0;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

	.statstable td {
		padding: 5px;
		margin: 0;
		width: 100px;
		border-right: 1px dotted #002A4E;
	}

		.statstable td:first-child {
			background-color: #dde9f0;
			font-weight: bold;
			font-style: italic;
			min-width: 300px;
		}

		.statstable td:last-child {
			border-right: none;
		}

	.statstable th {
		background-color: #002A4E;
		color: White;
		padding: 10px;
	}

#loginwindow {
	width: 400px;
	margin: 20px auto;
	background-color: #f8f8f8;
	padding: 20px 0 0 0;
	border: 2px solid #85714d;
}

.disabled {
	display: none !important;
}

.outer {
	position: relative;
	padding: 4.55em 0 0 0;
	width: 43em;
	margin: 0 auto 3em auto;
}

.innera {
	overflow: auto;
	width: 40em;
	height: 25em;
	background: #eee;
	margin: 0 auto;
	/*box-shadow: 0 -20px 35px -6px #002A4E;*/
}

.outer table caption {
	position: absolute;
	width: 55em;
	text-align: center;
	top: 0;
	left: 0;
	height: 1.5em;
	background: #697210;
	border: 0.1em solid #fff;
	color: #fff;
}

.outer thead tr {
	position: absolute;
	top: 1.5em;
	height: 4.5em;
	left: 0;
	box-shadow: 0 15px 35px -6px #002A4E;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 40px;
	background: #002A4E !important;
}

.outer tfoot td {
	position: absolute;
	width: 40em;
	text-align: center;
	color: #000;
	bottom: 0;
	left: 0;
}

.outer th, .outer td {
	width: 10em;
	text-align: left;
}

.outer th {
	color: #fff;
}

.outer .dk {
	background: #fff;
}

.tableone {
	width: 680px;
	border-collapse: collapse;
	margin: 0 auto;
}

.tabletwo {
	width: 620px;
	border-collapse: collapse;
}

.th1 {
	width: 30px;
}

.th2 {
	width: 99px;
}

.th3 {
	width: 99px;
}

.th4 {
	width: 99px;
}

.th5 {
	width: 200px;
}

.td1 {
	width: 30px;
}

.td2 {
	width: 99px;
}

.td3 {
	width: 99px;
}

.td4 {
	width: 99px;
}

.td5 {
	width: 170px;
}

.tableone {
	background: #697210;
	border: 1px solid #fff;
	color: #fff;
}

	.tableone td {
		border: 1px solid #fff;
		color: #fff;
	}

	.tableone tbody {
		background: #f0c992;
		color: #000;
	}

	.tableone caption {
		background: #fff;
		color: #697210;
		font-size: 1.2em;
		margin: 0 auto;
	}

.tabletwo td {
	background: #eee;
	color: #000;
}

.tableone th, .tabletwo th {
	text-align: left;
}

.tabletwo td:nth-child(2n+1) {
	background: #ddd;
	color: #000;
}

.innerb {
	height: 10em;
	overflow: auto;
}

.corner-right {
	position: absolute;
	right: -670px;
	top: 49px;
	padding: 0 !important;
	bottom: -20px;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #7b7f33;
	/*z-index: -85;*/
}

.corner-left {
	position: absolute;
	top: 49px;
	left: -86px;
	bottom: -20px;
	padding: 0 !important;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #7b7f33;
	/*z-index: -85;*/
	
}

.footer {
	width: 40em;
	margin-top: 0 !important;
	margin: 0 auto;
	box-shadow: 0 -15px 35px -2px #002A4E;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

	.footer p {
		 margin-top: 0 !important;
	}
#image {
	padding-top: 15px;
	padding-bottom: 0;
	margin:0 auto;
	width: 85%;
	text-align:center;
}

#image img {
    max-width:100%;
}

#searchBTN {
	color: #ffffff !important;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 3px #002A4E000;
	-moz-box-shadow: 0px 1px 3px #002A4E000;
	text-shadow: 1px 1px 3px #666666;
	background: #4b5d2c;
	background: -moz-linear-gradient(top, #4b5d2c 0%, #2e3b20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b5d2c), color-stop(100%,#2e3b20));
	background: -webkit-linear-gradient(top, #4b5d2c 0%,#2e3b20 100%);
	background: -o-linear-gradient(top, #4b5d2c 0%,#2e3b20 100%);
	background: -ms-linear-gradient(top, #4b5d2c 0%,#2e3b20 100%);
	background: linear-gradient(top, #4b5d2c 0%,#2e3b20 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5d2c', endColorstr='#2e3b20',GradientType=0 );
	display: inline-block; /* IE is so silly */
}

#submit_wally_bucks {
	color: #ffffff !important;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 3px #002A4E000;
	-moz-box-shadow: 0px 1px 3px #002A4E000;
	text-shadow: 1px 1px 3px #666666;
	background: #4b5d2c;
	background: -moz-linear-gradient(top, #4b5d2c 0%, #2e3b20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b5d2c), color-stop(100%,#2e3b20));
	background: -webkit-linear-gradient(top, #4b5d2c 0%,#2e3b20 100%);
	background: -o-linear-gradient(top, #4b5d2c 0%,#2e3b20 100%);
	background: -ms-linear-gradient(top, #4b5d2c 0%,#2e3b20 100%);
	background: linear-gradient(top, #4b5d2c 0%,#2e3b20 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5d2c', endColorstr='#2e3b20',GradientType=0 );
	display: inline-block; /* IE is so silly */
}

/*--------------------------------------------------------
	Vertical UI Tabs
*/
.ui-tabs-vertical {width: 850px;}

.ui-tabs-vertical .ui-tabs-nav {padding: .4px; float: left; width: 285px;}

.ui-tabs-vertical .ui-tabs-nav li {clear: left; width: 275px; margin: 0 -1px .2em 0;}

.ui-tabs-vertical .ui-tabs-nav li a { display: block;}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {padding-bottom: 0;padding-right: .1em;}

.ui-tabs-vertical .ui-tabs-panel {padding: 0;float: right;width: 560px;}





	.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
		background: #002a4e;
		border: solid 1px #36749d;
		padding: 2px 2px 2px 6px;
		margin-bottom: 0px;
	}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a { color:#fff; }
.ui-tabs-vertical .ui-tabs-nav li { background:#002a4e; border: solid 1px #4b5d2c; padding:2px 2px 2px 6px; margin-bottom:2px!important;}
.ui-tabs-vertical .ui-tabs-nav li:hover { background:#36749d; cursor:pointer;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active:hover { background:#85714d; cursor:pointer;}
.ui-tabs-vertical .ui-tabs-nav li a { color:#fff; }
.ui-widget-header {background:none; border:none;}
.ui-tabs-nav li.ui-corner-left {border-radius:0px;}
.ui-tabs-vertical li.ui-tabs-active {padding-right:none;}

.ui-tabs-nav h4 {
	font-weight: bold;
	font-size: 1em;
	color: 002A4E;
	margin: 20px 0 0 5px;
	padding: 25px 0px 10px 0px;
	display: block;
}

/*----- Alert Boxes ---------------*/
.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:11px;
	padding: 10px 10px 10px 36px;
	margin:10px;
}
.alert-box span {
	font-weight: bold;
	text-transform:uppercase;    
}
.error {
	background:#ffecec url('/Images/alerts/error.png') no-repeat 10px 50%;
	border: 1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('/Images/alerts/success.png') no-repeat 10px 50%;
	border: 1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('/Images/alerts/warning.png') no-repeat 10px 50%;
	border: 1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('/Images/alerts/notice.png') no-repeat 10px 50%;
	border: 1px solid #8ed9f6;
}

.program-title {
    font-size: 100%;
}

.program-title-subset {
    font-size: 80%;
}

.program-title-subset-sm {
    font-size: 70%;
}

/*-------Collapsible Panel-------*/
.collapsible-panel-controls {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-bottom:13px;
}

.collapsible-panel-controls .control {
    transition: color .4s;
    color:#265C83;
    text-decoration:underline;
}

.collapsible-panel-controls .control:hover {
    color:#00b8ff;
    cursor:pointer;
}

.collapsible-panel-controls .submit-selection .control {
    margin-left:5px;
}

.collapsible-panel {
    border:1px solid #7B7F33;
    border-radius:10px;
    margin-bottom:20px;
}

.collapsible-panel-heading {
    background-color:#002a4e;
    padding:8px;
    border-radius:8px;
    transition-delay:200ms;
}

.collapsible-panel.active .collapsible-panel-heading {
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    transition-delay:0ms;
}

.collapsible-panel-heading:hover {
    cursor:pointer;
}

.collapsible-panel-body {
    border-radius:15px;
    padding:10px;
}

.collapsible-panel-title {
    color:white;
    font-weight:bold;
}

.collapsible-panel-title .fa-caret-up,
.collapsible-panel-title .fa-caret-down {
    float:right;
    font-size:2em;
    line-height:0.5em;
}

.collapsible-panel .collapsible-panel-title .fa-caret-down {
    display:none;
}

.collapsible-panel.active .collapsible-panel-title .fa-caret-down {
    display:block;
}

.collapsible-panel.active .collapsible-panel-title .fa-caret-up {
    display:none;
}

.document-download-table {
    width:100%;
    table-layout:fixed;
}

.document-download-table .td {
    padding:5px;
}

.document-download-table td:nth-child(1) {
    width:10%;
}

.document-download-table .fa-download {
    font-size:1.2em;
}

.document-download-table .fa-download:hover {
    cursor:pointer;
}

.document-download-table .document-page-count {
    color:gray;
    font-style:italic;
}

#clickable-row {
    cursor: pointer;
    margin: 0;
}

table #clickable-row:nth-child(odd){
    background-color: #f4f4f4;
}

#clickable-row:hover {
    background-color: #E3E3E3 !important;
}

#video-url {    
    text-overflow: ellipsis;
    color: green;
}

.video-first-row {
    margin: -16px 0px -10px 0px;
    display: inline-block;
}

.video-title {
    margin: -18px 0px -10px 0px;
    padding: 0px 5px;
    font-size: 1.4em;
    font-weight: 600;
}

.video-date {
    margin: -18px 0px -10px 0px;
    padding: 0px 5px;
    text-align: right;
    font-weight:600;
}

.video-description {
    margin: 0px;
    padding: 0px 5px 0px 15px;
    width: 80%;
    color: #555 !important;
    font-style: italic;
}

.contact-table {
    font-size: .85em;
    border: 1px solid #002a4e;
    margin: 15px auto;
    width: 100%;
}

.contact-table th {
    background-color: #002a4e
    color: white;
    padding: 10px;
    font-weight: bold;
}

.contact-table td {
    padding: 10px;
}

	.contact-table tbody tr:nth-child(odd) td:first-of-type {
		background-color: #dfdfdf;
	}

	.contact-table tbody tr:nth-child(even) td:first-of-type {
		background-color: #f4f4f4;
	}

.contact-table tbody tr:nth-child(odd) td:not(:first-of-type) {
    background-color: #f4f4f4;
}

input.appear-disabled {
    pointer-events: none !important;
    background-color: #ebebe4 !important;
    color: #ebebe4 !important;
}

input[type=checkbox].appear-disabled {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.ntype-checkbox {
    margin-top:10px;
}

.alert-controls {
    margin-bottom:20px;
}

.alert-control:hover {
    cursor:pointer;
}

.notification-alert {
    margin:10px 0px;
    position:relative;
}

.notification-alert .title {
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px 5px 0px 0px;
    background-color: whitesmoke;
    font-weight: bold;
}

.notification-alert .body {
    padding: 10px;
    min-height: 50px;
    border: 1px;
    border-color: black;
    border-style: solid;
    border-radius: 0px 0px 5px 5px;
}

.new-alert-icon {
    color: #C43909;
    padding-right: 5px;
    font-size:18px;
}

.alert-date {
    float:right;
}

.alert-control.delete {
    position:absolute;
    right:5px;
    bottom:5px;
}

.next-icon-button {
    display:none !important;
}

#rater-selection .tabs-panel {
    padding: 20px;
}

#rater-selection .state-filter-container,
#rater-selection .product-filter-container{
    margin-bottom:15px;
}

#rater-selection .tabs-panel .ui-tabs-panel {
    padding: 0px;
}

#rater-selection .ui-widget-header {
    list-style: none;
}

#rater-selection  .ui-widget-header li a {
    width: inherit;
    outline: none;
}

#rater-selection .ui-tabs-panel *[data-program-code] {
    margin: 15px 15px 0px 0px;
}

#rater-selection #rater-selection-wc *[data-program-code],
#rater-selection #rater-selection-cs *[data-program-code],
#rater-selection #rater-selection-gr *[data-program-code] {
	display: inline-block;
}

#rater-selection #rater-selection-pl *[data-program-code] {
	display:flex;
	flex-direction:column;
	font-size:13px;
	text-align:center;
}

#rater-selection #rater-selection-pl *[data-program-code] *:not(:first-child) {
	margin-top: 3px;
}

#rater-selection :not(*[data-program-code].inactive) .learn-more,
#rater-selection :not(*[data-program-code].inactiveP) .learn-more {
	color: red;
	font-weight: normal;
}

#rater-selection .ui-tabs-panel *[data-program-code]:not(.inactive) a:hover img,
#rater-selection .ui-tabs-panel *[data-program-code]:not(.inactiveP) a:hover img {
	box-shadow: 0 0 10px #888888;
}

#rater-selection .ui-tabs-panel *[data-program-code].inactive a:hover,
#rater-selection .ui-tabs-panel *[data-program-code].inactiveP a:hover,
#rater-selection .ui-tabs-panel a.inactive,
#rater-selection .ui-tabs-panel a.inactiveP {
	cursor: default;
	text-decoration: none;
}

#rater-selection .ui-tabs-panel *[data-program-code].inactive img,
#rater-selection .ui-tabs-panel *[data-program-code].inactiveP img {
	opacity: 0.25;
	filter: grayscale(100%);
}

#rater-selection .ui-tabs-panel *[data-program-code].inactive,
#rater-selection .ui-tabs-panel *[data-program-code].inactive a,
#rater-selection .ui-tabs-panel *[data-program-code].inactiveP,
#rater-selection .ui-tabs-panel *[data-program-code].inactiveP a {
	color: lightgray;
}

#rater-selection .ui-tabs .ui-tabs-nav li a {
    padding: 0.5em 0.9em;
}

#rater-selection #rater-selection-cs .ui-tabs .ui-tabs-nav li a {
	padding: 0.5em 0.34em;
}

#rater-selection .normal-link {
	color: #0000EE;
}

#rater-selection .normal-link:visited {
    color: #551A8B;
}

#rater-selection hr {
    margin:15px 0px;
    background-color:lightgray;
}

/*#rater-selection #rater-selection-pl table {
	table-layout: fixed;
	width: 100%;
}

#rater-selection #rater-selection-pl table td {
	padding-bottom: 10px;
}

html.flexbox #rater-selection #rater-selection-pl table td div {
	display: flex;
	align-items: center;
}

html.no-flexbox #rater-selection #rater-selection-pl table td span {
	display: inline-block;
	position: relative;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

#rater-selection #rater-selection-pl table td span {
	font-weight: bold;
}

#rater-selection #rater-selection-pl a div img {
	margin-right: 15px;
}

#rater-selection #rater-selection-pl a:hover img {
	box-shadow: 0 0 10px #888888;
}*/

#rater-selection #rater-selection-br h2 {
	margin: 0px 0px 20px 0px;
}

#rater-selection #rater-selection-lf table {
	table-layout: fixed;
	width: 100%;
}

#rater-selection #rater-selection-lf table td {
	padding-bottom: 10px;
}

html.flexbox #rater-selection #rater-selection-lf table td div {
	display: flex;
	align-items: center;
}

html.no-flexbox #rater-selection #rater-selection-lf table td span {
	display: inline-block;
	position: relative;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

#rater-selection #rater-selection-lf table td span {
	font-weight: bold;
}

#rater-selection #rater-selection-lf a div img {
	margin-right: 15px;
}

#accordion-br {
    white-space: nowrap;
}

/*#accordion-br table {
    table-layout: fixed;
    width: 100%;
}*/

#accordion-br .accordion-section {
    margin-bottom: 10px;
}

#accordion-br .accordion-header {
    height: 95px;
}

#accordion-br .accordion-header img {
    margin-right: 10px;
}

#accordion-br .accordion-header:hover img {
    box-shadow: 0 0 10px #888888;
}

#accordion-br .accordion-header span {
    font-weight:bold;
}

html.flexbox #accordion-br .accordion-header {
    display: inline-flex;
    align-items: center;
}

html.no-flexbox #accordion-br .accordion-header span {
    display: inline-block;
    position: relative;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

#accordion-br .accordion-header:hover {
    cursor: pointer;
}

#accordion-br .accordion-section .accordion-content {
    height: auto;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}

#accordion-br .accordion-content {
    padding: 10px 0px 0px 15px;
}

html.flexbox .xpress-quote-online {
	display: flex;
	align-items: center;
}

html.no-flexbox .xpress-quote-online span {
    display: inline-block;
    position: relative;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.xpress-quote-online:hover img {
	box-shadow: 0 0 10px #888888;
}

html.flexbox .xpress-quote-online img {
    margin-right:15px;
}

.dyn_loc {
	max-width:737px;
}

.rating-contact-info {
	margin-top:15px;
}

.inline-list {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	list-style:none;
	padding:0px;
	margin:0px;
}

.commission {
    font-size: 10px;
}