.hidden, .search-hidden {
	display: none;
}
.breadcrumbs h2:hover {
  cursor: pointer;
}

.back-button {
  float: inline-end;
}

table.solid thead tr td {
  color: black;
  font-weight: bold;
  background-color: #cccccc;
  text-align: center;
  vertical-align: top;
}

#pricing_content {
  margin-left: 20px;
  margin-right: 20px;
}

DIV.spacer {
  clear: both;
}

.progress_bar {
  background-color: blue !important;
  border: 1px solid #aaaaaa;
  background: #cccccc;
  font-weight: bold;
}

.check {
  margin-left: 39%;
}

/* Spinner container style */
#loadingSpinner {
  text-align: center;
  margin-top: 20px;
}

/* Spinner animation */
.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.2); /* Light border */
  border-top-color: #1c3ae1;
  border-radius: 50%;
  animation: spin 1s infinite linear; /* Rotate */
}

/* Keyframes for spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

BODY {
  background-color: #fff;
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 800px;
}

a {
  color: #0066cc;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:focus {
  outline: 0;
}

a.grey {
  color: #666666;
}

a.grey:hover {
  color: #ff6600;
}

#panelProducts li {
  oveflow: hidden;
}
/*
a:link {
	color:                #0066CC;
	text-decoration:      none;
}

a:visited {
	color:                #0066CC;
	text-decoration:      none;
}
*/
a:active,
a:hover {
  text-decoration: none;
}

img {
  border-style: none;
}

/* H1 {
	color:                #037;
	font-weight:          normal;
	margin-top:           0px;
	margin-bottom:        0px;
	margin-left:          0px;
	padding-top:          20px;
	padding-bottom:				0px;
	}

H2 {
	color:                #003377;
	font:                 13px/15px verdana, sans-serif;
	font-weight:          bold;
	/* margin-top:           10px;
	margin-bottom:        0px;
	} */

div.logoPage h2 {
  font-size: 18px;
}

h3,
#inspection_status {
  color: #666;
  font-weight: bold;
  font-size: 18px;
  background-repeat: no-repeat;
  display: block;
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 0px;
}

H4 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px;
  color: #727272;
}

.small_text {
  font-size: 10px;
  color: #666;
}

#Heading {
  background: url(../images/H1TabBkgrd.gif) repeat-x;
  margin-top: 11px;
  padding: 10px 12px 0px 20px;
  float: left;
  background-color: #fff;
}

/* P {
	padding:              0px;
	margin:               3px 7px 4px 0px;
	color:                #000;
	font-style:           normal;
	} */

UL {
  list-style-type: square;
  color: #000;
}

OL {
  color: #000;
}

LI {
  padding: 5px 0px;
}

LI .customer {
  color: #000;
}

EM {
  font-weight: bold;
  color: #333;
  font-style: normal;
}

HR.customer_comment {
  border: thin dotted;
  color: #003377;
}

.customer_comment_text {
  color: #000;
}

.calendar_image {
  cursor: pointer;
  vertical-align: middle;
}

/* Begin Form styles */

form {
  margin: 0px;
  padding: 0px;
}

INPUT,
TEXTAREA,
BUTTON {
  background-color: #e8eef2;
  border: 1px solid #b5c7d1;
  color: #384f5c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

input.date {
  text-align: center;
}

INPUT.search,
BUTTON.newinspection {
  border: solid 1px #ccc;
  margin: 3px 0px 1px;
  font-size: 11px;
  padding: 1px;
  background-color: #4dbd33;
  color: #fffff0;
  font-weight: bold;
}
SELECT {
  /*border:             solid 1px #900;*/
  margin-bottom: 3px;
  font-size: 11px;
  padding: 1px;
  /*font-weight:          bold;*/
}

.clr {
  clear: both;
}

.radio {
  border: none;
}

.inputdisabled {
  color: #ccc;
}

.inputreadonly {
  color: #555;
}

.readonly {
  background: #ddd;
  color: #000;
}
.Submit {
  background-color: #999;
  border-bottom: solid 2px #666;
  border-right: solid 2px #666;
  border-top: solid 2px #ccc;
  border-left: solid 2px #ccc;
  padding: 0px 3px 0px 3px;
  margin-left: 5px;
}

.FormDesc {
  padding-top: 7px;
  padding-left: 0px;
  width: 40%;
  float: left;
  text-align: right;
  clear: left;
  font-size: 11px;
}

.FormInput {
  vertical-align: top;
  width: 60%;
  float: left;
}

.FormDescInput {
  width: 100%;
  float: left;
  clear: right;
  padding: 7px 0px 3px;
  font-size: 9px;
}

.FormDescInput input {
  vertical-align: top;
}

.FormDesc2 {
  padding-top: 7px;
  padding-right: 2px;
  width: 50%;
  float: left;
  clear: left;
  font-size: 9px;
}

.FormInput2 {
  vertical-align: top;
  width: 49%;
  float: left;
}

.FormInput2 select {
  border: 1px solid #003377;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003377;
  font-weight: bold;
}

/* End form styles */

#PrintLetterhead {
  display: none;
}

#rememberme {
  border: none;
}

/* Header Content Footer frame for whole page */
#HeaderRight {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
  font-weight: bold;
}

div.HeaderBackground {
  background-color: #910f0f;
  height: 103px;
  background: url("../siteImages/patternHeaderBack.gif") repeat-x;
}

A.nav {
  color: #037;
}

A:link.nav {
  color: #037;
}

A:visited.nav {
  color: #037;
}

A:hover.nav {
  color: #037;
}

A:active.nav {
  color: #037;
}

.nav {
  padding: 0px 3px;
}

#AccountNavigationBar {
  height: 30px;
  background: url(../images/HeaderNavBkgrd.gif) no-repeat;
  /*padding-top:        10px; */
  padding-right: 10px;
  font-weight: bold;
}

#MenuBar {
  line-height: 29px;
  float: right;
}

#PageTitle {
  padding-top: 10px;
  padding-right: 10px;
  font-weight: bold;
}
input.checkbox {
  width: auto;
  background: none;
  height: auto;
}
input.radio {
  width: auto;
  background: none;
  height: auto;
}

/******************HEADER******************/

#header_right {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
  font-weight: bold;
}

#headerA {
  float: left;
}
#headerB {
  float: right;
}

/******************NAVIGATION******************/

#default_nav_bar {
  height: 30px;
}

#user_nav_bar {
  height: 181px;
}

#user_nav_bar,
#default_nav_bar {
  padding-right: 10px;
  font-weight: bold;
}

#menu_bar {
  height: 35px;
  line-height: 33px;
  width: 100%;
  color: #666;
  background-color: #fff;
  font-size: 12px;
}

#menu_bar a {
  color: #606266;
}

#menu_bar_bottom {
  width: 100%;
  height: 20px;
  background: url(../images/FooterBkgrd.gif) repeat-x;
  float: left;
}

/*
navigation bar links
*/
a.nav,
a:link.nav,
a:visited.nav {
  color: #003377;
}

a.nav:hover {
  color: #ff6600;
}
a.nav:active {
  color: #003377;
}

/******************CONTENT******************/

#content,
#whole_page_frame {
  padding-left: 0px;
  color: #000;
  /*	font:                 normal 11px/17px Arial, Helvetica, sans-serif;*/
}

#DefaultPageHeading {
}

#ColumnOne {
  width: 30%;
  border-right: solid 1px #ccc;
  padding-right: 7px;
  float: left;
}

#ColumnFull {
  width: 100%;
  float: left;
  padding-right: 10px;
}

#ColumnTwo {
  margin-left: 7px;
  width: 30%;
  margin-right: 10px;
  float: left;
}

#ColumnThree {
  width: 30%;
  float: left;
}

/* Use this next style if you want the first column to span 1 and 2 */

#ColumnDouble {
  width: 60%;
  float: left;
  padding-right: 10px;
}

#NW {
  vertical-align: top;
  width: 30%;
  border-right: solid 1px #ccc;
  padding-right: 7px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 7px;
}

#NE {
  vertical-align: top;
  width: 30%;
  padding-left: 7px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 7px;
}

#SW {
  vertical-align: top;
  width: 30%;
  border-right: solid 1px #ccc;
  padding-right: 7px;
}

#SE {
  vertical-align: top;
  width: 30%;
  padding-left: 7px;
}

/* styles for red border and tab of content box for most pages */

.BoxTable {
  width: 95%;
  border: 0px;
}

.BoxTopBorder {
  background: url(../images/H2TabBkgrd.gif) repeat-x;
  background-position: top;
  font: 14px/16px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.LeftBoxHeader {
  color: #037;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  margin: 0px;
  float: left;
  background: url(../images/H2InnerTabBack.gif) repeat-x;
}

.LeftBoxTabEnd {
  margin: 0px;
  padding: 0px;
  float: left;
}

.H2TopEnd {
  margin: 0px;
  width: 11px;
  float: right;
}

.H2TopStart {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 11px;
  float: left;
}

.LeftBoxRightBorder {
  margin-right: 20px;
  padding-left: 5px;
  /*border-right: solid 5px #900;*/
  clear: left;
  clear: right;
}

.LeftBoxLeftBorder {
  margin-left: 20px;
  padding-right: 5px;
  /*border-left: solid 5px #900;)*/
  clear: left;
  clear: right;
}

.BoxBottomBorder {
  /* background: url(../images/H2BottomLeft.gif) repeat-x;*/
  width: 100%;
  color: #fff;
}

.box_header {
  background-image: url(../images/framework_box_header_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  padding: 0px 0px 0px 15px;
  margin: 0px;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  border: none;
  vertical-align: middle;
  color: #037;
}

.box_cell {
  border: solid 2px #c5bb9b;
  background-color: #ffffff;
}

.box {
  vertical-align: top;
  border: none;
  /*  background-color:     #FFFFFF; */
  padding-top: 15px;
  float: left;
}

.box_contents {
  padding: 1px;
  font-size: 11px !important;
  float: left;
}

.box_contents td {
  font-size: 11px !important;
}

.right_form {
  padding-top: 50px;
  text-align: center;
  float: left;
}

.no_inner_borders {
  border: 1px solid #003377;
  vertical-align: top;
}

.admin_label {
  font-weight: bold;
}

/******************DATAGRID******************/
.datagrid {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
}
.datagrid th {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  background-color: #cccccc;
  padding: 2px 5px 2px 5px;
  white-space: nowrap;
  border-collapse: collapse;
  text-align: center;
}

.datagrid th img {
  vertical-align: middle;
}
.datagrid td {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  padding: 1px 5px 1px 5px;
}
.datagrid th a:link,
.datagrid th a:active,
.datagrid th a:visited {
  color: #000;
}
.datagrid th a:hover {
  color: #ffb889;
}
.item,
.item_withsub {
  background-color: #ffffff;
}
.item_withsub:hover {
  background-color: #bbffff;
  cursor: help;
}

.item_odd {
  background-color: #f2f2f2;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  padding: 1px 5px 1px 5px;
}

.item_even {
  background-color: #fafafa;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  padding: 1px 5px 1px 5px;
}

.item_white {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  padding: 1px 5px 1px 5px;
}

.inspection_due {
  background-color: #fff79f;
}
.inspection_over_due {
  background-color: #fee803;
}

.inspection_over_due_backup {
  background-color: #fee803;
}

.inspection_flagged {
  background-color: #037;
  color: #ffffff;
}

.inspection_rush {
  background-color: #037;
  color: #ffffff;
}

.inspectionFlaggedLegend {
  height: 15px;
  width: 15px;
}

.inspectionOverDueLegend {
  height: 15px;
  width: 15px;
}

.inspectionDueLegend {
  height: 15px;
  width: 15px;
}

#datagrid_loading {
  visibility: hidden;
  width: 145px;
}

.dataGridInnerTable td {
  border-width: 0px;
  border-collapse: collapse;
  border-color: #000;
  border-style: none;
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}

.sub_table {
  background-color: white;
}
.click_edit:hover {
  cursor: crosshair;
}

.input_disabled {
  background: #ddd7c6;
}

.input_readonly {
  background: #ddd7c6;
  color: #333333;
}

.barcode_input {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
  padding: 2px;
  margin-bottom: 2px;
}

#report_type,
#group_by {
  width: 120px;
}

.dataLabel {
}

/* review_inspection page styles */
.third_parties td,
.views td,
.phone_numbers td {
  border-width: 0px;
  border-color: #003377;
  text-align: left;
  padding: 1px 5px 1px 5px;
}

/******************FOOTER******************/
.hand {
  cursor: pointer;
}

/*  costing table on user_edit.tpl  */
#costing_table td,
#tpv_table td,
#reports_table td {
  border: 1px solid #003377;
  padding: 5px;
}
#costing_table input,
#tpv_table input {
  width: 50px;
}

a:link.div_toggle_link {
  /* color:                #037; */
  text-decoration: none;
}

a:visited.div_toggle_link {
  color: white;
  text-decoration: none;
}

a:active.div_toggle_link,
a:hover.div_toggle_link {
  color: white;
  text-decoration: none;
}

/******************Request Form******************/

.field_set_request_form {
  width: 650px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  background-image: url(../images/fieldSetGradientBack.jpg);
  background-repeat: repeat-x;
}

.field_set_user_edit {
  width: 650px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  background-image: url(../images/fieldSetGradientBack.jpg);
  background-repeat: repeat-x;
}

fieldset {
  border-style: none;
  padding: 0px;
}

.tableFieldset {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  background-image: url(../images/fieldSetGradientBack.jpg);
  background-repeat: repeat-x;
}

legend {
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: right;
  font-size: 12px;
  color: #000;
  background-image: url(../images/legendBack.jpg);
  background-repeat: repeat-x;
}

.request_dotted_line {
  padding-top: 5px;
  padding-bottom: 5px;
  /* background: url("../images/dottedLineBack.png") repeat-x; */
}

.user_dotted_line {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 30px;
  background: url("../images/dottedLineBack.png") repeat-x;
}

.date {
  width: 65px;
}

/* global settings */

/* debug box */
@media screen {
  span.debugbox {
    display: block;
    position: fixed;
    bottom: 3px;
    height: 10px;
    background-color: #ffeeee;
    font-family: monospace;
    border: solid black 3px;
    left: 10px;
    width: 140px;
    overflow: scroll;
    text-align: center;
    padding: 10px;
    font: 12px Arial, sans-serif;
    z-index: 2;
  }
}

@media print {
  span.debugbox {
    display: none;
  }
}

span.debugbox:hover {
  position: fixed;
  bottom: 3px;
  height: 200px;
  background-color: #ffeeee;
  font-family: monospace;
  border: solid black 3px;
  left: 10px;
  right: 10px;
  width: auto;
  overflow: scroll;
  text-align: left;
  padding: 10px;
  font: 12px Arial, sans-serif;
  z-index: 9;
}

div#requesterrorcontainer {
  color: red;
  font-size: 20px;
}

#aboutUs p {
  text-align: justify;
}

div.logoPage p {
  text-align: justify;
}

div.logoPage h3 {
  background-image: url("../siteImages/inspekTechSmallLogo.gif");
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  line-height: 16px;
  padding: 7px 40px;
}

div#careerOpportunities ul li {
  color: #000;
  font-size: 11px;
}

/* request wizard */
span.requestwizard {
  border: 1px;
  border-style: solid;
  border-color: #000080;
  background-color: #d5dfff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #003377;
}

div.styleTillHover {
  height: 20px;
  overflow: hidden;
}

div.styleTillHover:hover {
  max-height: auto;
  overflow: hidden;
}

tr.flagRow {
  background-color: red;
}

.datagrid thead tr {
  background-color: #cccccc;
  text-align: center;
}

/*Portal Stuff */
#content {
  background-color: #fff;
  padding: 20px;
  line-height: 18px;
  /*font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;*/
  min-height: 100px;
  font-family: "Lucida Sans", Arial, sans-serif;
  clear: both;
  width: 760px;
  margin: 0 auto;
}

/*#content h3 {
	background-repeat:no-repeat;
	color:#727272;
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:0;
	margin-top:0;
} */

h2 {
  background-repeat: no-repeat;
  color: #727272;
  display: block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
}

#portalMenu {
  border-bottom: 4px dotted #cccccc;
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0;
}

.layA #portalMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.layA #portalMenu ul li {
  display: block;
  float: left;
  margin-right: 12px;
  width: 140px;
}

.layA #portalMenu ul li a {
  background-position: center 10px;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  color: #666666;
  display: block;
  font-size: 12px;
  height: 35px;
  line-height: 14px;
  margin: 0 auto;
  padding: 70px 5px 5px;
  text-align: center;
}

#quickMenu {
  border-bottom: 4px dotted #cccccc;
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0;
}

.layA #quickMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 60px;
}

.layA #quickMenu ul li {
  display: block;
  float: left;
  margin-right: 12px;
  width: 200px;
}

.layA #quickMenu ul li a {
  background-position: left 10px;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  color: #666666;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 14px;
  margin: 0 auto;
  padding-left: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  text-align: left;
}

.layA #portalMenu ul li a:hover {
  color: #0077b3;
  background-color: #f7f7f7;
  border-color: #ccc;
  text-decoration: none;
}

.portalLink {
  background-image: url("/siteImages/portalImages/requestNewInspection.png");
}

#portallink_accountManager {
  background-image: url("/siteImages/portalImages/acctManager.png");
}

#portallink_terms {
  /* free icon from http://www.iconfinder.com/icondetails/22629/64/find_magnifying_glass_search_zoom_icon */
  background-image: url("/siteImages/portalImages/termsAndConditions_48.png");
}

#portallink_maintainUnderwriters {
  background-image: url("/siteImages/portalImages/underwriters.png");
}

#portallink_maintainThirdParties {
  background-image: url("/siteImages/portalImages/thirdParties.png");
}

#portallink_dashBoard {
  /* background-image: url("/siteImages/portalImages/dashboard_48.png"); */
}

#portallink_requestwizard {
  background-image: url("/siteImages/portalImages/requestNewInspection.png");
}

#portallink_requestwizard:hover {
  background-image: url("/siteImages/portalImages/requestNewInspection_alt.png");
}

#portallink_create_ancillary_pay_notices {
  background-image: url("/siteImages/portalImages/create_inspector_pay_notices.png");
}

#portallink_create_ancillary_pay_notices:hover {
  background-image: url("/siteImages/portalImages/create_inspector_pay_notices.png");
}

#portallink_ancillary_pay_1 {
  background-image: url("/siteImages/portalImages/ancillary_pay_1.png");
}

#portallink_ancillary_pay_1:hover {
  background-image: url("/siteImages/portalImages/ancillary_pay_1.png");
}

#portallink_ancillary_pay_2 {
  background-image: url("/siteImages/portalImages/ancillary_pay_2.png");
}

#portallink_ancillary_pay_2:hover {
  background-image: url("/siteImages/portalImages/ancillary_pay_2.png");
}

#portallink_ancillary_pay_notice_list {
  background-image: url("/siteImages/portalImages/ancillary_pay_notice_list.png");
}

#portallink_ancillary_pay_notice_list:hover {
  background-image: url("/siteImages/portalImages/ancillary_pay_notice_list.png");
}

#portallink_inspector_pay_notice_list {
  background-image: url("/siteImages/portalImages/inspector_pay_notice_list.png");
}

#portallink_inspector_pay_notice_list:hover {
  background-image: url("/siteImages/portalImages/inspector_pay_notice_list.png");
}

#portallink_regions {
  background-image: url("/siteImages/portalImages/edit_regions.png");
}

#portallink_regions:hover {
  background-image: url("/siteImages/portalImages/edit_regions.png");
}

#portallink_region_post_code {
  background-image: url("/siteImages/portalImages/edit_postal_codes.png");
}

#portallink_region_post_code:hover {
  background-image: url("/siteImages/portalImages/edit_postal_codes.png");
  width: 100%;
}

#portallink_prices {
  background-image: url("/siteImages/portalImages/edit_prices.png");
}

#portallink_prices:hover {
  background-image: url("/siteImages/portalImages/edit_prices.png");
}

#portallink_fi_cost {
  background-image: url("/siteImages/portalImages/edit_fi_cost.png");
}

#portallink_fi_cost:hover {
  background-image: url("/siteImages/portalImages/edit_fi_cost.png");
}

#portallink_ancillary_cost {
  background-image: url("/siteImages/portalImages/edit_ancillary_cost.png");
}

#portallink_ancillary_cost:hover {
  background-image: url("/siteImages/portalImages/edit_ancillary_cost.png");
}

#portallink_inspection_list {
  background-image: url("/siteImages/portalImages/inspectionList.png");
}

#portallink_inspection_listBCOL {
  background-image: url("/siteImages/portalImages/inspectionListBCOL.png");
}

#portallink_tools {
  background-image: url("/siteImages/portalImages/quickTools.png");
}

#portallink_profile {
  background-image: url("/siteImages/portalImages/editProfile.png");
}

#portallink_BCOLMailbox {
  background-image: url("/siteImages/portalImages/inboxBCOL.png");
}

#quicklink_profile {
  background-image: url("/siteImages/portalImages/editProfile_small.png");
}

/*
#portallink_inspection_list:hover {
	background-image: url("/siteImages/portalImages/inspectionList_alt.png");
}
*/
#portallink_archive {
  background-image: url("/siteImages/portalImages/archiveSite.png");
}

#portallink_archive:hover {
  background-image: url("/siteImages/portalImages/archiveSite_alt.png");
}

#portallink_pricelist {
  background-image: url("/siteImages/portalImages/pricesAndServices.png");
}

#portallink_pricelist2 {
  background-image: url("/siteImages/portalImages/pricesAndServices2.png");
}

#portallink_pricelist:hover {
  background-image: url("/siteImages/portalImages/pricesAndServices_alt.png");
}

#portallink_tutorials {
  background-image: url("/siteImages/portalImages/tutorials.png");
}

#portallink_regionsServed {
  background-image: url("/siteImages/portalImages/regionsServed.png");
}

#portallink_invoices {
  background-image: url("/siteImages/portalImages/invoiceList.png");
}

#quicklink_invoices {
  background-image: url("/siteImages/portalImages/invoiceList_small.png");
}

#portallink_tutorials:hover {
  background-image: url("/siteImages/portalImages/tutorials_alt.png");
}

#portallink_faq {
  background-image: url("/siteImages/portalImages/faq.png");
}

#portallink_faq:hover {
  background-image: url("/siteImages/portalImages/faq_alt.png");
}

#portallink_orderSummaries {
  background-image: url("/siteImages/icons/folderopen_24.png");
}

#dashboard {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
#dashboard .announcements {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 15px;
  height: 200px;
}

.announcements img {
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 1px;
  background-color: #fff;
}
.announcements p {
  display: block;
  clear: both;
}

#dashboard .colA {
  width: 300px;
  float: left;
}
#dashboard .colB {
  width: 400px;
  float: right;
}
#dashboard h3 {
  background-image: url(/siteImages/icons/monitor_32.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  padding: 10px 40px;
  font-size: 22px;
  font-weight: normal;
  font-family: Arial;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
}

.navigate {
  width: 740px;
  clear: both;
  padding: 5px 0px;
  margin: 10px 0px;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

.navigate .prev,
.navigate .next,
.navigate .save,
.navigate .cancel {
  display: block;
  font-size: 16px;
  padding: 10px 5px;
}

.navigate a:hover {
  color: #f62;
}

.navigate .next {
  background-image: url(/siteImages/icons/right_32.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
  float: right;
}

.navigate .prev {
  background-image: url(/siteImages/icons/left_32.png);
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  padding-left: 40px;
}

.navigate .cancel {
  background-image: url(/siteImages/icons/delete_32.png);
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  padding-left: 40px;
}

.navigate .save {
  background-image: url(/siteImages/icons/save_32.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
  float: right;
}

.navigate img {
  display: none;
}

.steps {
  clear: both;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px;
  background-image: url(/siteImages/steps-line.png);
  background-repeat: repeat-x;
  background-position: top 40px;
  float: left;
}
.steps ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.steps ul li {
  width: 135px;
  display: block;
  float: left;
  margin-right: 12px;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: #666;
}

.steps ul li a {
  background-image: url(/siteImages/requestWizardStep.png);
  background-repeat: no-repeat;
  background-position: center -36px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;

  font-weight: bold;
  height: 45px;
  line-height: 43px;
  width: 35px;
  margin: 0px auto;
  cursor: default;
}

.steps ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.steps ul li a.active {
  background-position: center 5px;
}

.steps .last {
  border: none;
}

#request {
  margin-top: 0px;
  clear: both;
}
#request .col1 {
  width: 360px;
  float: left;
}
#request .col2 {
  width: 360px;
  float: right;
}

.requestDetail {
}
.requestDetail p {
  text-align: left;
}

.requestDetail .form label {
  font-weight: normal;
}

.requestDetail .colA {
  width: 250px;
  float: left;
}
.requestDetail .colB {
  width: 460px;
  float: right;
}
.requestDetail .info {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 10px;
}
#requestTable {
}

#request .col1 {
  width: 360px;
  float: left;
}
#request .col2 {
  width: 360px;
  float: right;
}
#requestForms {
}
#requestForms h2,
#requestForms h3 {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
#requestForms h3 {
  color: #069;
  font-size: 14px;
  border-color: #069;
}

.inspectionTypeInfo {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  overflow: auto;
}

.inspectionTypeInfo .pic {
  margin: 0px 10px 10px 0px;
  float: left;
}

.inspectionTypeInfo h2 {
  margin-bottom: 10px;
}

.formTable {
  width: auto;
}

.formTable table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.formTable td,
.formTable th {
  border-bottom: 1px dotted #ccc;
}

.formTable th {
  text-align: left;
  width: 50%;
}

.formTable td {
  text-align: right;
}

.formTable .fieldInfo {
}

.form label {
  float: left;
  text-align: left;
  display: block;
  font-weight: bold;
  font-size: 11px;
  margin-right: 20px;
}

.form p {
  display: block;
  margin: 10px 0px;
  clear: both;
  border-bottom: 1px solid #ccc;
  text-align: right;
  padding-bottom: 2px;
  overflow: auto;
  min-height: 27px;
}
.form input,
.form textarea,
.form select {
  color: #384f5c;
  border: 1px solid #b5c7d1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #e8eef2;
}

.form input.required,
.form textarea.required,
.form select.required {
  color: #384f5c;
  border: 1px solid #ef5800;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #e8eef2;
}

.form textarea {
  width: 340px;
  height: 150px;
}
.form .submit {
  border: none;
}
.form .button {
  background-image: url(/siteImages/send_button.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 140px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  margin: 0px auto;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: block;
}

.form fieldset {
  display: block;
  margin: 0px auto;
  border: none;
}

.form form {
  text-align: left;
}

.form .info {
  clear: both;
  font-size: 11px;
  display: block;
  line-height: 14px;
  color: #666;
  margin-top: 5px;
}

.formTable p {
  display: block;
  margin: 10px 0px;
  clear: both;
  border-bottom: 1px solid #ccc;
  text-align: right;
  padding-bottom: 2px;
}
.formTable input,
.formTable textarea,
.formTable select {
  color: #384f5c;
  border: 1px solid #b5c7d1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #e8eef2;
}
.formTable textarea {
  width: 300px;
  height: 60px;
}
.formTable .submit {
  border: none;
}
.formTable .button {
  background-image: url(/siteImages/send_button.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 140px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  margin: 0px auto;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: block;
}

.formTable fieldset {
  display: block;
  margin: 0px auto;
  border: none;
}
.formTable form {
  text-align: left;
}
.box740 {
  margin-bottom: 10px;
}
.box740 .top {
  background-image: url(/siteImages/box740top.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 10px;
  clear: both;
}
.box740 .mid {
  background-image: url(/siteImages/box740mid.png);
  background-repeat: repeat-y;
  background-position: left;
  clear: both;
  padding: 10px 10px 0px 10px;
  overflow: hidden;
  width: 720px;
}
.box740 .bot {
  background-image: url(/siteImages/box740bot.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 12px;
  clear: both;
  overflow: hidden;
}
.box740 .head {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-image: url(/siteImages/box740heading.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 30px;
  line-height: 32px;
  padding-left: 10px;
  color: #fff;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
}
.box360 {
  width: 360px;
}
.box360 .top {
  background-image: url(/siteImages/box360top.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 10px;
  clear: both;
}
.box360 .mid {
  background-image: url(/siteImages/box360mid.png);
  background-repeat: repeat-y;
  background-position: left;
  clear: both;
  padding: 10px;
}
.box360 .bot {
  background-image: url(/siteImages/box360bot.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 12px;
  clear: both;
  overflow: hidden;
}
.box360 .head {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-image: url(/siteImages/box360heading.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 30px;
  line-height: 32px;
  padding-left: 10px;
  color: #fff;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
}

#main {
  margin: 0px auto;
  width: 780px;
}

/* Header */

#topHeader {
  background-color: #ffffff;
  height: 90px;
}
#topHeader .logoClient {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
#topHeader .logo {
  margin-top: 5px;
}

#topHeader .logo h1 {
  letter-spacing: -3px;
  font-size: 24px;
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  display: none;
}

#topHeader .col {
  float: right;
  margin-top: 10px;
}
#topHeader .picLogin {
  width: 86px;
  display: block;
  height: 44px;
  float: right;
  clear: both;
  margin-right: 20px;
}
#topHeader #support {
  font-size: 11px;
  margin: 5px 20px 5px 10px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-top: 10px;
}
#topHeader #support .title {
  color: #f77223;
  font-weight: bold;
  clear: both;
  display: block;
}

/* Inspection List */
.matrix {
  clear: both;
}
.matrix table {
  margin-bottom: 20px;
  width: 100%;
  border-color: #333333;
}

.matrix .see {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.matrix td,
.matrix th {
  font-size: 11px;
  padding: 3px 5px;
}
.matrix table.fixed {
  width: 740px;
  border-bottom: 1px solid #ccc;
}
.matrix thead tr {
  background-image: url(/siteImages/matrix-thead-tr.png);
  background-repeat: no-repeat;
}
.matrix thead td {
  white-space: nowrap;
  height: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #234;
}
.matrix a.order {
  margin-left: 4px;
  height: 15px;
}

.matrix tbody tr {
  background-image: url(/siteImages/matrix-tbody-td.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.matrix tbody td,
.matrix tfoot td,
.matrix tbody th {
  border-right: 1px solid #eee;
  line-height: 13px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #666;
}
.matrix .alternate {
  background-image: url(/siteImages/matrix-tbody-td-alternate.png);
}

.matrix tfoot tr {
  background-image: url(/siteImages/matrix-tbody-td.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.matrix .highlighted {
  background-color: #dde;
  background-image: url(/siteImages/flag_icon.png);
  padding: 5px 5px 5px 25px;
  color: #234;
  background-repeat: no-repeat;
  background-position: 3px center;
}
#matrixT {
  margin-top: 10px;
  width: 715px;
}

.inspectionList {
  margin: 0px;
}
.inspectionList h4 {
  margin: 0;
}

.inspectionList .colA {
  width: 350px;
  float: left;
}
.inspectionList .colB {
  width: 350px;
  float: right;
}
.inspectionList .infoTitle {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: #dfefff;
  padding: 5px 10px;
}
.inspectionList .info {
  margin-top: 25px;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 5px 10px;
}
.toggler {
  clear: both;
  display: block;
  background-image: url(/siteImages/table-down.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  margin-bottom: 2px;
  font-size: 11px;
  padding: 3px 5px 3px 20px;
}

.simpleToggler {
  display: inline;
  background-image: none;
  background-position: left 8px;
  margin-bottom: 0px;
  font-size: 11px;
  padding: 0;
}

.toggler .info {
  color: #666;
}

.filter .form {
  width: auto;
  font-size: 11px;
}
.filter .fields {
  padding: 10px;
  font-size: 11px;
}

.filter .search {
  display: block;
}
.filter .form p {
  text-align: left;
  padding: 5px 0px;
  margin: 0;
  border-bottom: none;
}

#filter p,
#sort p {
  text-align: left;
}

#sort p label {
  width: 100px;
}

.filter .button2 {
  padding: 3px 5px;
  margin: 0;
  margin-top: 5px;
}
.filter label {
  width: 100px;
}

/*  Review Inspection */
.menuReview {
}
.menuReview ul {
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 25px;
}
.menuReview ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  height: 30px;
}

.menuReview ul li a {
  display: block;
  float: left;
  color: #fff;
  border-right: 1px solid #013551;
  padding: 0px 10px;
  height: 25px;
  margin-top: 4px;
  font-weight: normal;
  font-size: 11px;
}
.menuReview ul li a:hover {
  background-color: #025a8a;
}
.menuReview ul li .active {
  background-color: #025a8a;
}
.reviewHeader {
  clear: both;
}
#content .reviewHeader h2 {
  font-size: 18px;
  font-weight: normal;
}
#content .reviewHeader h3 {
  font-size: 14px;
  font-weight: normal;
}

#reviewData {
  padding: 0;
}
#reviewData .col1 {
  float: left;
}

.colLeft {
  float: left;
}

.colRight {
  float: right;
}

#reviewData .col2 {
  float: right;
}

#reviewData .pic {
  border: 1px solid #ccc;
}
#reviewData #col1 label {
  font-size: 10px;
}

/* Picture View */
.photoAlbums {
  line-height: 14px;
}

.printRow {
  border-bottom: 1px dashed #ccc;
  padding: 0px 0px;
  overflow: auto;
  clear: both;
  margin-bottom: 10px;
}

.picbuffer {
  float: left;
  width: 150px;
  font-size: 18px;
  color: #666;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
  position: relative;
  height: 80px;
  margin-bottom: 10px;
}

.picbuffer .small {
  font-size: 10px;
  display: block;
  margin-top: 5px;
}

.form p.photoCaptionText {
  text-align: center;
}

.photoAlbums a {
  padding-top: 36px;
  width: 80px;
  background-image: url(/siteImages/folder_32.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  font-size: 11px;
  text-align: center;
  display: block;
  float: left;
  color: #666;
}
.photoAlbums a.active {
  background-image: url(/siteImages/folder_32_active.png);
}

.photoAlbums a:hover {
  color: #0066cc;
}

.photoAlbums strong {
  font-size: 12px;
}
.photoAlbums .openReport {
  background-image: url(/siteImages/icons/clipboard_32.png);
}
.buttonsMenu {
  clear: both;
  overflow: hidden;
}
.buttonsMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.buttonsMenu ul li {
  display: inline;
  height: 25px;
  margin-bottom: 5px;
}
.buttonsMenu ul li a,
.buttonField {
  display: block;
  float: left;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  color: #666;
}
.buttonField {
  background-color: #f7f7f7;
  border: none;
  font-size: 12px;
}
.buttonsMenu ul li a:hover {
  color: #0066cc;
}
.photosList {
}

.photoItem {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 160px;
  float: left;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  height: 220px;
  text-align: center;
}

.photoItemAdmin {
  height: auto;
}

.archivePhoto {
  height: 145px;
}

.archivePhoto .photo {
  height: 90px;
}

.archivePhoto .photo img {
  cursor: pointer;
}

.photoItem p {
  border: none;
}

.photoItem .form p.photoItemPhoto {
  min-height: 110px;
  text-align: center;
  border-bottom: 0px none #ffffff;
}

.photoItem .buttonsMenu ul li {
  display: inline;
}
.photoItem .buttonsMenu ul li a {
  float: left;
  margin-bottom: 2px;
  width: 30px;
  padding: 0;
  display: block;
  margin: 0;
  background-position: center center;
  height: 22px;
}

.photoItem select {
  width: 150px;
  float: left;
}

.photoItem .pic {
  float: left;
}
.photoItem .buttonsMenu ul li a strong {
  visibility: hidden;
  display: none;
}
#subMenu {
  background-color: #f67321;
  clear: both;
  background-image: url(/siteImages/inspectionNav/subMenu-bg.gif);
  background-repeat: repeat-x;
  background-position: top;
}
#subMenu .menuReview {
  padding: 0px 20px;
}
#subMenu .menuReview ul {
  height: 26px;
  clear: both;
  overflow: auto;
}
#subMenu .menuReview ul li {
  height: 26px;
  font-size: 11px;
}
#subMenu li.detail {
  margin-right: 10px;
}

#subMenu .menuReview ul li a {
  margin: 0;
  height: 26px;
  white-space: nowrap;
  border-right: 1px solid #666;
}
#subMenu .menuReview ul li a.active {
  background-color: #004570;
  background-image: url(/siteImages/inspectionNav/submenu-bg-active.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
#subMenu .menuReview ul li a:hover {
  background-color: #666666;
  color: #fff;
}
.breadcrumbs {
  font-size: 11px;
  clear: both;
  padding: 10px 20px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #999;
}
.breadcrumbs .icon {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 7px 10px 7px 40px;
}
#content .breadcrumbs {
  padding: 0;
  margin: 0 0 20px 0;
  background-image: url(none);
  border: none;
}

#footerClients {
  background-color: #f7f7f7;
  clear: both;
  border-top: 1px solid #ccc;
  width: 780px;
  margin: 0px auto;
}
.clientsImg {
  margin: 0px auto;
  float: left;
}
#footer_2 {
  background-color: #444;
  color: #666666;
  text-align: center;
  clear: both;
  font-size: 11px;
}
#footerBody {
  margin: 10px auto;
  width: 760px;
  padding: 20px;
  clear: both;
  color: #fff;
}
#footerBody ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
  font-size: 11px;
  float: left;
  line-height: 12px;
  display: block;
  margin: 0px 0px 0px 20px;
}
#footerBody ul li {
  margin: 0px;
  padding: 3px 0px;
}
#footerBody ul li.last {
  border-right: none;
}
#footerBody a {
  color: #ffffff;
}
#footerBody a:hover {
  text-decoration: underline;
  color: #ff6600;
}
#icons ul li {
}
#icons ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 0px 10px 45px;
  font-weight: bold;
  color: #444;
  background-repeat: no-repeat;
  background-position: left center;
}
#icons ul li a:hover {
  color: #0066cc;
}
.icon1 {
  background-image: url(/siteImages/icons/icon__03.gif);
}
.icon2 {
  background-image: url(/siteImages/icons/icon__05.gif);
}
.icon3 {
  background-image: url(/siteImages/icons/icon__08.gif);
}
.icon4 {
  background-image: url(/siteImages/icons/icon__12.gif);
}
.icon5 {
  background-image: url(/siteImages/icons/icon__15.gif);
}
.icon6 {
  background-image: url(img/icons/icon__18.gif);
}
.icon7 {
  background-image: url(img/icons/media.png);
}

.icon_top {
  background-image: url(img/icon_top.gif);
  background-repeat: no-repeat;
  height: 15px;
}
.icon_bot {
  background-image: url(img/icon_bot.gif);
  background-repeat: no-repeat;
  height: 15px;
}
.contactInfo {
  font-size: 11px;
  line-height: 14px;
  color: #666;
}
.contactInfo p {
  margin: 10px 0;
}
#content .contactInfo h3 {
  font-weight: bold;
  font-size: 12px;
  color: #666;
  margin: 0;
  border-bottom: 1px dashed #666;
}
#footer .form {
  width: 400px;
}

.form {
  font-size: 11px;
}
.form label {
  float: left;
  text-align: left;
  display: block;
  font-weight: bold;
  font-size: 11px;
  margin-right: 20px;
}
.form p {
  display: block;
  margin: 10px 0px;
  clear: both;
  border-bottom: 1px solid #ccc;
  text-align: right;
  padding-bottom: 2px;
  font-size: 11px;
}

div.photoItem .form p {
  width: 160px;
}

.form input,
.form textarea,
.form select {
  color: #384f5c;
  border: 1px solid #b5c7d1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #e8eef2;
  padding: 3px 5px;
}
.form textarea {
  width: 300px;
  height: 60px;
}
.form .submit {
  border: none;
}
.form .button {
  background-image: url(img/send_button.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 140px;
  background-color: #ffffff;
  font-weight: bold;

  font-size: 12px;
  margin: 0px auto;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: block;
}
.form fieldset {
  display: block;
  margin: 0px auto;
  border: none;
}
.form form {
  text-align: left;
}
.faq ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
.faq ul li {
  border-bottom: 1px dashed #ccc;
}
.faq ul li a {
  display: block;
}
.faq ul li a:hover {
  background-color: #eee;
}
#nav {
  position: absolute;
  z-index: 100;
  padding: 3px;
  margin-top: 214px;
  margin-left: 300px;
  width: 475px;
  height: 20px;
  background-image: url(img/nav-bg.png);
  visibility: hidden;
}
#nav img {
  border: 0;
  padding: 0;
  margin: 0;
}
#nav a {
  border: 0;
  margin: 2px 4px;
  padding: 4px;
  width: 8px;
  height: 8px;
  display: block;
  float: left;
}
#nav a:hover {
  background-color: #fff;
}
#nav a.activeSlide {
  background-color: #fff;
}
#nav a:focus {
  background-color: #fff;
}

#slideshow {
  background-color: #7f95a3;
  height: 240px;
  overflow: hidden;
  width: 780px;
}
.slideCol1 {
  width: 300px;
  float: left;
  height: 240px;
  background-color: #7f95a3;
  color: #fff;
}
.slideCol1 .body {
  margin: 10px 20px;
}
.slideCol1 .title h2 {
  color: #ffcc00;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 22px;
  margin-top: 0px;
}
.slideCol1 .text {
  margin-left: 10px;
  line-height: 16px;
  font-size: 12px;
}
.slideCol1 p {
  margin: 0;
}
.slidePic {
  width: 480px;
  height: 240px;
  float: right;
}
#news {
  line-height: 12px;
}
#newsBox {
  background-color: #f7f7f7;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
  overflow: scroll;
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.col3Row h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0066cc;
  margin: 0;
}
#news p {
  display: block;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  font-size: 9px;
  font-family: "Lucida Sans", Arial, sans-serif;
}
#news .last .title {
  font-size: 16px;
  line-height: 18px;
}
#news .last {
  font-size: 12px;
  line-height: 14px;
}

#news .title {
  display: block;
  font-size: 12px;
  color: #0066cc;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
#news .date {
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
}
#newsletter {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  text-align: left;
}
#newsletter #submitNewsLetter {
  margin-left: 50px;
  margin-top: 5px;
  padding: 2px;
  background-color: #ff6600;
  border-color: #ff3300;
  color: #fff;
  cursor: pointer;
}
#newsletter .form {
  width: auto;
  clear: both;
}
#newsletter .title {
  font-weight: bold;
  color: #ff6600;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  margin-top: -12px;
}
#newsletter .campo {
  background-color: #333;
  border-color: #666;
  color: #ccc;
}

#submitNewsLetter {
  cursor: hand;
  cursor: pointer;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
  /* required settings */
  position: relative;
  overflow: hidden;
  width: 610px;
  height: 90px;
  float: right;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
  text-align: center;
  float: left;
}
.product {
  clear: both;
  padding-left: 140px;
  background-repeat: no-repeat;
  background-position: left top;

  margin: 40px 0px;
}
.product h3 {
  color: #06c;
  border-bottom-color: #06c;
  font-size: 18px;
  line-height: 20px;
}
.product h4 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product .content {
  margin-left: 20px;
  float: left;
}
.productPhoto {
  background-image: url(img/product-photo.jpg);
  min-height: 120px;
}
.productReplacement {
  background-image: url(img/product-replacement.jpg);
  min-height: 140px;
}
.product p {
  margin-top: 0px;
}

#bar {
  text-align: center;
}
#bar h3 {
  font-size: 14px;
  color: #333;
  border: none;
  clear: both;
  display: block;
  margin-bottom: 10px;
}
#bar .box {
  margin-bottom: 20px;
}
.case {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
}
.case h2 {
  font-size: 20px;
  background-image: url(img/icons/tick_16.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  color: #333333;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}
.case p {
  margin: 0;
}
.clientsFor {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.clientsFor li {
  display: block;
  padding: 3px 10px 3px 25px;
  width: 210px;
  float: left;
  margin: 0px 10px 10px 0px;
  font-weight: bold;
  font-size: 11px;
  background-image: url(img/icons/bookmark_16.gif);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px solid #ccc;
}
.list {
  padding: 15px;
  background-color: #ffffe6;
  border: 1px solid #ccc;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
}

.list ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.list li {
  border-bottom: 1px dashed #ccc;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#amazing .pic {
  width: 520px;
}

#amazing .legend {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  margin-top: 10px;
}

#amazingNav {
  margin-top: 10px;
}

#amazingNav #prev2 {
  float: left;
}

#amazingNav #next2 {
  float: right;
}

.error {
  display: block;
  border: 1px solid #f00;
  background-color: #fee;
  padding: 10px;
  color: #f00;
}

.error p {
  margin: 0;
}

.row {
  clear: both;
  overflow: auto;
}

.notesCol1 {
  float: left;
  width: 380px;
}

.notesCol2 {
  float: right;
  width: 320px;
}

.comments {
  background-color: #ffffdf;
  background-image: url("/siteImages/postit-corner.png");
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #cccccc;
  border-left: 1px solid #dddddd;
  font-size: 11px;
  min-height: 90px;
  line-height: 13px;
  overflow: auto;
  padding: 10px;
}

@media print {
  .comments {
    min-height: 90px;
    width: 200px;
    overflow: visible;
  }
}

.comments h3 {
  font-size: 14px;
  background-repeat: no-repeat;
  color: #666666;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

table.pricelist {
  width: 740px;
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #594f4f;
  margin-bottom: 30px;
}
table.pricelist td,
table.pricelist th {
  border: 1px solid #3f3838;
}

.pricelist tbody td,
.pricelist tfoot td,
.pricelist tbody th {
  border-right: none;
  line-height: 13px;
  color: #333;
}

.pricelist thead td {
  white-space: normal;
  color: #d6d1d1;
  line-height: 14px;
  font-weight: normal;
  text-align: center;
  border-right: none;
}
.pricelist tbody tr {
  background-image: none;
}
.pricelist tbody td {
  white-space: normal;
  background-image: none;
}
.pricelist .price {
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
}

.pricelist tbody th {
  background-image: none;
  text-align: left;
  color: #000;
  border-left: none;
  font-weight: normal;
  padding: 5px;
  /* width: 160px; */
}

.pricelist thead tr,
.pricelist tbody tr.heading {
  background-image: none;
  background-color: #594f4f;
}

.pricelist tr.TYPE,
.pricelist .TYPE th {
  background-color: #69d2e7;
  color: #3f3838;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.pricelist .TPC th {
  background-color: #a7dbd8;
  color: #000000;
}

.pricelist .CONDITION th {
  background-color: #ccafbe;
  color: #000000;
}

.pricelist .TPV th {
  background-color: #e0e4cc;
  color: #594f4f;
}

.pricelist .COMMERCIAL th {
  background-color: #e0e4cc;
  color: #594f4f;
}

.pricelist .HEADING th {
  font-weight: bold;
  color: #000000;
}

.pricelist .HEADER th {
  font-weight: bold;
  color: #000000;
}

.pricelist tr.FINANCE,
.pricelist .FINANCE th {
  background-color: #69d2e7;
  color: #3f3838;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.pricelist .bad th {
  background-color: #cc333f;
}
.pricelist .supp th,
.pricelist .dog th,
.pricelist .gate th {
  background-color: #45ada8;
}
.pricelist .rush th {
  background-color: #9de0ad;
}

.pricelist .info th {
  background-color: #ccc;
}
.pricelist tr.NOTICE th {
  background-color: #547980;
  color: #fff;
}
.pricelist tr.NOTICE2 th {
  background-color: #e5fcc2;
  color: #333;
}
.pricelist tr.mkt th {
  background-color: #d3edec;
}

/**********************************
Videos Section
***********************************/
.videos ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.videos ul li {
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url(/siteImages/icons/video.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
}
.videos ul li a {
  color: #0072b6;
  font-size: 12px;
  font-weight: bold;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
.videos ul li a:hover {
  color: #00326d;
}
.videos .view a {
  float: none;
  display: inline;
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}

.moreTutorials {
  display: block;
  float: right;
  padding-left: 22px;
  background-image: url(/siteImages/icons/plus_16.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
.video {
  /* width: 1280px;
	height: 720px; */
  background-color: #ddd;
  float: left;
  margin-right: 20px;
}

a.quicklist {
  display: block;
  background-image: url("/siteImages/icons/pdf_16.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px 25px;
  margin: 10px 0px;
  font-weight: bold;
  font-size: 16px;
}

a.quicklistPriceList {
  display: block;
  background-image: url("/siteImages/portalImages/pricesAndServicesSmall.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px 25px;
  margin: 10px 0px;
  font-weight: normal;
  font-size: 16px;
}

.conditions h2 {
}
.conditions h3 {
}
.conditions p {
	margin-bottom: 15px;
}
.conditions hr {
  margin: 20px 0px;
}

#summary {
  line-height: 14px;
}

#summary .colLeft {
  float: left;
  width: 350px;
}
#summary .colRight {
  float: right;
  width: 350px;
}

#summary .matrix {
  width: auto;
}

#summary h3,
#summary h2 {
  font-size: 12px;
  color: #06c;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  padding-left: 20px;
  background-image: url(/siteImages/icons/pin_16.png);
}

#summary .form {
  padding: 0px;
  border: none;
  background: none;
  width: auto;
  margin-bottom: 20px;
}

#summary .form p {
  margin: 0 0 5px 0;
}

#summary #terms {
  background-color: #fff;
}

#summary .button_navigate {
  color: #f60;
  font-weight: normal;
  font-size: 11px;
}

#summary .notes {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 11px;
}

@media print {
  #headerHeader,
  #menu,
  .breadcrumbs,
  #footer,
  .menuReview,
  .buttonsMenu,
  .photoAlbums {
    display: none;
  }
}

.hoverbox {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 15px;
  z-index: 10000;
}

.hoverboxleft {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10000;
}

.hoverboxright {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;
}

.hoverbox img {
  border: 1px solid #ccc;
}

.inspectionPhotoThumb {
  border: 1px solid #ccc;
}

.archivePhotoThumb {
  border: 1px solid #ccc;
}

.photoItem .form .photoDescription {
  width: 145px;
}

#third_party_container {
}

#inspection_type_id optgroup {
  font-size: 10px;
  font-style: normal;
  color: #0b1e48;
  margin: 0;
  padding: 0;
}

#inspection_type_id .form select {
  margin: 0;
  padding: 0;
}

.form option {
  color: black;
  margin: 0;
  padding: 0;
}

.col50A {
  width: 350px;
  float: left;
}
.col50B {
  width: 350px;
  float: right;
}
.phoneSelectClass {
  min-width: 80px;
}
.warningOrangeLines {
  clear: both;
  color: #ff6600;
  margin-bottom: 10px;
}
.step1 label {
  font-weight: normal;
}

#panelProducts {
  font-family: Arial, Helvetica, sans-serif;
}
#panelProducts {
  width: 200px;
}
#panelProducts ul {
  display: block;
  margin: 0 0 10px 0;
  padding: 0px;
  list-style-type: none;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
  color: #666;
  font-size: 12px;
  clear: both;
}
#panelProducts ul li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ccc;
  clear: both;
  overflow: hidden;
  display: block;
}
#panelProducts ul ul {
  text-transform: none;
}
#panelProducts ul ul li {
  margin: 0px;
  color: #666;
  clear: both;
}

#panelProducts ul li.title {
  font-weight: bold;
  border: none;
  color: #06c;
  font-size: 16px;
  border-bottom: 1px solid #06c;
  display: block;
  clear: both;
  overflow: hidden;
  margin: 20px 0px;
  letter-spacing: 1px;
}
#panelProducts ul ul li.title {
  font-weight: normal;
  border: none;
  color: #06c;
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  display: block;
}
#panelProducts ul ul li a {
  font-weight: normal;
  color: #666;
  display: inline-block;
  margin-left: 15px;
}
#panelProducts ul ul li a:hover {
  color: #ff6600;
  font-weight: normal;
}

#panelProducts ul li a {
  font-weight: normal;
  color: #666;
  display: block;
}
#panelProducts ul li a:hover {
  font-weight: normal;
  color: #ff6600;
}

#panelProducts ul li a.active {
  color: #ff6600;
  font-weight: bold;
  background: url(/siteImages/menu/arrow-products.gif) no-repeat right center;
  width: 180px;
}

.box740 .quicklist {
  font-size: 12px;
  background-position: left 3px;
  padding: 0 0 0 20px;
  font-weight: normal;
}

.box740 .colA {
  width: 350px;
  float: left;
}
.box740 .colB {
  width: 350px;
  float: right;
}
.colIcon {
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  height: 38px;
  padding-left: 40px;
  font-size: 12px;
  color: #666;
}
.circleNext {
  background-image: url(/siteImages/icons/folder-down_32.png);
}

.folderOpen {
  background-image: url(/siteImages/icons/folderopen_32.png);
}

.superSearch {
  text-align: right;
  margin: 0px auto;
  padding: 12px 10px 8px 45px;
  border: 1px solid #999;
  margin-bottom: 10px;
  background-color: #baea8a;
  background-image: url(/siteImages/icons/binoculars_32.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.superSearchAll {
  background-image: url(/siteImages/icons/binoculars_32.png);
}
.superSearch label {
  color: #fff;
  font-size: 16px;
}
.superSearch .field {
  border: 1px solid #999;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.superSearch .searchbutton {
  border: 1px solid #999;
  background-color: #035;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}

.superSearch a:hover {
  text-decoration: underline;
}

.results {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  background-color: #be8;
  color: #090;
}

.photoTitle .picbuffer {
  border: none;
  height: 40px;
}

.tabs {
  background-image: url(/siteImages/box740mid.png);
  background-repeat: repeat-y;
  background-position: left;
  overflow: auto;
  clear: both;
}

.tabs ul {
  margin: 0 0 0 1px;
  padding: 0;
  line-height: 25px;
  background-image: url(/siteImages/box740mid.png);
  background-repeat: repeat-y;
  background-position: left;
  display: block;
}
.tabs ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}

.tabs ul li a {
  display: block;
  float: left;
  color: #fff;
  padding: 0px 10px;
  font-weight: normal;
  font-size: 11px;
  background-color: #294766;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 2px;
}
.tabs ul li a.alt {
  background-color: #ff7f00;
}
.tabs ul li a:hover {
  background-color: #666;
}
.tabs ul li .active {
  background-color: #036;
}
.tabs ul li .active.alt {
  background-color: #f60;
}

/* ACTIONS MENU */
.actionsMenu {
  height: 38px;
  margin-bottom: 10px;
  clear: both;
}

.actionsMenu ul.topnav {
  list-style: none;
  margin: 0;
  float: left;
  background: #eee;
  font-size: 11px;
  /*background: url(/siteImages/menu/topnav_bg.gif) repeat-x;*/
  width: 720px;
  padding: 0;

  clear: both;
  border: 1px solid #aaa;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.actionsMenu ul.topnav li {
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  position: relative; /*--Declare X and Y axis base for sub navigation--*/
  z-index: 99;
  height: 35px;
}

.actionsMenu .input {
  line-height: 34px;
}

.actionsMenu ul.topnav li a {
  color: #333;
  display: block;
  font-weight: normal;
  text-decoration: none;
  float: left;
  width: auto;
  border-right: 1px solid #ddd;
}
.actionsMenu ul.topnav li.static {
  line-height: 36px;
  padding: 0px 10px;
  color: #333;
  display: block;
  font-weight: normal;
  text-decoration: none;
  float: left;
  width: auto;
  border-right: 1px solid #ddd;
  background-color: #ddd;
}

.actionsMenu ul.topnav li a.icon {
  padding: 9px 20px 9px 48px;
  background: url(/siteImages/icons/folder_16.png) no-repeat 10px center;
}

.actionsMenu ul.topnav li a:hover {
  background-color: #333;
  background: url(/siteImages/icons/folder_16.png) no-repeat 10px center;
}

.actionsMenu ul.topnav li span {
  /*--Drop down trigger styles--*/
  display: none;
}
.actionsMenu ul.topnav li span.subhover {
  background-position: center bottom;
  cursor: pointer;
} /*--Hover effect for trigger--*/
.actionsMenu ul.topnav li ul.subnav {
  list-style: none;
  position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
  left: 0;
  top: 37px;
  background: #ddd;
  margin: 0;
  padding: 0;
  display: none;
  float: left;
  width: auto;
  border: 1px solid #bbb;
}
.actionsMenu ul.topnav li ul.subnav li {
  margin: 0;
  padding: 0;
  border-top: none; /*--Create bevel effect--*/
  border-bottom: 1px solid #aaa; /*--Create bevel effect--*/
  clear: both;
  width: auto;
}
html .actionsMenu ul.topnav li ul.subnav li a {
  float: left;
  min-width: 100px;
  background: #ddd;
  padding: 7px 10px;
  height: 20px;
  width: auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}

html .actionsMenu ul.topnav li ul.subnav li a.icon {
  float: left;
  min-width: 200px;
  background: #ddd;
  padding: 7px 10px 7px 45px;
  height: 20px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 5px center;
  width: auto;
}
html .actionsMenu ul.topnav li ul.subnav li a:hover {
  /*--Hover effect for subnav links--*/
  background: #bbb;
  background-repeat: no-repeat;
  background-position: 10px center;
}

ul.subnav li a.subhover:hover {
  background: #bbb;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.pleaseWait {
  display: block;
  position: fixed;
  top: 372px;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  padding: 5px;
  margin: 10px;
  z-index: 100;
  color: black;
  border: 5px solid rgb(65, 71, 142);
  background: none repeat scroll 0% 0% rgb(88, 100, 255);
  text-align: center;

  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
}

/* END ACTIONS MENU */

.newInspection {
  padding: 20px 20px 5px 20px;
  background-color: #f3ffe5;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -270px;
}

.inspectionExpired {
  padding: 20px 20px 5px 20px;
  background-color: #f3ffe5;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  position: absolute;
  top: 50%;
  left: 48%;
  width: 315px;
  margin-left: -150px;
  margin-top: -270px;
}

#newInspectionWindow_close {
  background: url(/siteImages/icons/delete_16.png) no-repeat left center;
  padding-left: 24px;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  height: 28px;
  float: right;
  margin-bottom: 0;
}

/********** ARCHIVE DATA *************/
.archiveData p label {
  font-weight: bold;
}

.archiveData p span {
  display: block;
}

table#invoice {
  color: #003366;
  font-size: 14px;
}

table.invoiceDetails {
  color: #003366;
  font-size: 14px;
}

.invoice {
  color: #003366;
  font-size: 14px;
}

.invoiceHighlight {
  color: #993300;
}

table.invoiceDetails thead {
  background-color: #003366;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.clickToOrder {
  color: #339900;
  font-size: 13px;
  font-weight: bold;
}

.orderReplacement {
  color: #0066cc;
  font-size: 13px;
}

input.required,
textarea.required,
select.required {
  border: 1px solid #ef5800;
}

table#underwriters_list {
  width: 700px;
}

table#underwriters_list tr input.emailaddress {
  wdith: 50px;
}

table#underwriters_list thead tr {
  text-align: center;
  background: #012c42;
  color: #fff;
}

table.report thead tr {
  text-align: center;
  background: #012c42;
  color: #fff;
}

table.report tr {
  vertical-align: top;
}

table#underwriters_list tr.editting {
  text-align: center;
  background: #ff6600;
  color: #fff;
}

.form p.quickNav2 {
  float: left;
  width: 340px;
  text-align: left;
}

.quickNav2 a.tablink {
  color: #0066cc;
  padding-right: 15px;
  font-size: 12px;
}

.quickNav2 a:hover {
  text-decoration: underline;
}

.quickNav2 a.tablink:visited {
  float: left;
  color: #0066cc;
}

#clickToOrderArchive1 {
  font-size: 20px;
}

.invoiceTotal {
  padding-right: 70px;
}

#returnToDashboardText:hover {
  text-decoration: underline;
  color: #f60;
}

#invoiceView h2 {
  color: #000000;
  font-size: 16px;
}

#invoiceView table thead tr {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

#invoiceView table tr.alt {
  background-color: #dfdfff;
}

#invoiceDetailsView h2 {
  color: #000000;
  font-size: 16px;
}

#invoiceDetailsView table thead tr {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background-color: #666699;
}

#invoiceDetailsView table tr.alt {
  background-color: #dfdfff;
}

#invoiceView ul li {
  padding: 0px;
}

#invoiceDetailsView ul li {
  padding: 0px;
}

#tpvQuick h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.clear {
  clear: both;
}

* {
  margin: 0;
}
html,
body {
  height: 100%;
}
#whole_page_frame {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 20px auto -100px;
}
#footer_2,
#after_content_push {
  height: 100px;
}
.text-center {
  text-align: center;
}
#public-login {
  font-size: 14px;
}
#public-login > p {
  margin: 20px auto;
  margin-top: 40px;
  width: 320px;
  height: 28px;
  padding-left: 65px;
  padding-top: 20px;
  background-image: url("/siteImages/inspektech-logo-man-48.png");
  background-position: left top;
  background-repeat: no-repeat;
}
#public-login form {
  display: block;
  background-color: #f3f3f3;
  padding: 20px 30px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 320px;
  border-bottom: 7px solid #1a75cf;
}
#public-login form > div {
  margin-bottom: 10px;
}
#public-login .login-button {
  padding: 8px 10px;
  background-color: #1a75cf;
  color: #fff;
  border: 0;
  border-radius: 10%;
  margin: 10px 0;
  font-size: 16px;
}
.add-user {
  padding: 8px 10px;
  background-color: #1a75cf;
  color: #fff;
  border: 0;
  margin: 10px 0;
  font-size: 16px;
}
#public-login .login-button:hover {
  background-color: #208af5;
}
#public-login .login-field-label {
  display: block;
  float: left;
  width: 80px;
  padding: 5px 0;
}
#public-login .login-field {
  font-size: 14px;
  background-color: #fff;
  padding: 5px;
}
#sign-in-header-logo {
  font-size: 36px;
  padding-top: 11px;
}
#sign-in-header-logo a {
  text-decoration: none;
}
#public-login .login-error {
  color: #f00000;
  margin-bottom: 15px;
}
#public-login .inspektech-man {
  vertical-align: top;
}
#login-account-notice {
  background-color: #f3f3f3;
  padding: 15px 20px;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.ui-dialog-content a {
  color: #06c;
}

.mr20 {
  margin-right: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
table.datagrid740 {
  width: 740px;
}
table.forgotTemplate {
  height: 200px;
}

.square-radio {
  width: 20px; /* Adjust width as needed */
  height: 20px; /* Adjust height as needed */
  background-color: #ccc; /* Change background color */
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 1px solid #aaa; /* Add border for better visibility */
}

/* Style the inner dot when the radio button is checked */
.square-radio::after {
  content: "";
  width: 12px; /* Adjust size as needed */
  height: 12px; /* Adjust size as needed */
  background-color: #333; /* Change color of the dot */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%; /* Shape the dot as a circle */
  display: none; /* Hide the dot by default */
}

input[type="radio"]:checked + .square-radio::after {
  display: block; /* Display the dot when radio button is checked */
}

#report_type_id,
#report,
#caption,
#category,
#image,
#company_name,
#fname,
#lname,
#phone,
#email,
#company_type_id,
#type_id,
#position_type_id,
#address,
#country_id,
#postal {
  width: -webkit-fill-available !important;
}

.select-new {
  width: 124px !important;
}

#description,
#spellcheck {
  margin-bottom: 5px;
}

.back {
  font-size: 1.15rem;
  margin-left: 100px;
  margin-bottom: 100px;
  margin-top: -100px;
}

.back a:hover {
  text-decoration: none;
  color: rgb(235, 107, 23);
}

.mute {
  background-color: #ddd !important;
}

.public_forgot {
  margin-left: 90%;
  margin-top: 10%;
  background-color: #0066cc;
  color: #fff;
  border-radius: 20%;
  padding: 10px;
  font-size: 16px;
}

.forgot_title {
  color: #ff5722;
  margin-bottom: 5px;
}

.forgot_username {
  font-size: 14px;
}

#user {
  width: 40%;
  height: 25px;
}

.note {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  color: #000 !important;
}

.note p {
  margin: 0;
}

.admin-note {
  border-width: 1px;
  border-color: #999999;
  background-color: #cccccc;
}

.navigation {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #dde;
  color: #0066cc;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
}

.navigation input {
  font-size: 12px;
}

.navigation a {
  text-decoration: none;
  padding: 10px 20px;
  color: white;
  background-color: #4caf50;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.navigation a:hover {
  background-color: #45a049;
}

@media (max-width: 600px) {
  .navigation a {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.add_user_password {
  color: black;
  font-size: 0.85em;
}

.tva_calculate {
  display: none;
}

#multiple_building {
  size-adjust: 10px;
}

.selectResize {
  width: -webkit-fill-available;
}
.next_button {
  width: 740px;
  clear: both;
  padding: 5px 0px;
  margin: 10px 0px;
  font-size: 16px;
  font-weight: bold;
  overflow: auto;
  margin-left: 87%;
}

.btnForRevenue {
  border-radius: 1px solid grey;
  padding: 8px;
  font-size: large;
}

.navigation {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #9e9e9e94;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 20px;
}

.navigation input {
  font-size: 17px;
}

.navigation a {
  text-decoration: none;
  padding: 10px 20px;
  color: white;
  background-color: #4caf50;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.navigation a:hover {
  background-color: #45a049;
}
.input-width {
  color: #000;
  width: 80px;
}
button,
a {
  cursor: pointer;
}

.save-tick {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translate(-50%, -50%);
  display: none;
}

svg {
  width: 20px;
  display: inline;
}

.saved {
  font-size: 22px;
  font-weight: 500;
  color: #ff5722;
}

.total {
  font-weight: bold;
}

.highlighted_cell {
  text-align: center;
  vertical-align: middle;
}

.text_right td {
  text-align: end;
}

.error_message {
  font-size: x-large;
  color: #f77223;
  font-weight: bold;
}

.pending_inspection:hover {
  text-decoration: underline;
}

.active-navbar {
  font-weight: bold !important;
  color: darkblue !important;
}

.paid {
  background-color: #28a745; /* Green */
  color: white; /* White text for contrast */
}

.pending {
  background-color: #90ee90; /* Light Green */
  color: black; /* Black text for readability */
}

.notpaid {
  background-color: #ffffff; /* White */
  color: black;
}

#filter-btn {
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 3px;
  font-size: medium;
}

#filter-type,
#inspector-input,
#status-input,
#inspector-filter,
#status-filter {
  font-size: 15px;
  margin-top: 0px;
  padding: 4px;
}

.filter {
  font-size: 20px;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 1px;
}

#filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; /* Adjusts space between elements */
}

.filter-group label {
  margin-bottom: 5px; /* Space between label and input/select */
}
.public_reset {
  background-color: #0066cc;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

#ColumnFull:hover,
.public_reset:hover {
  cursor: pointer;
}

.recalc-select {
  background-color: #e8eef2;
}
