body,td,th {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #6C6C6C;
}
body {
	margin: 0px;
}
a {
    color: #006b9f;
}
h1 {
    font-weight: 100;
    font-size: 2.2em;
    color: #292929;
    margin: 0 0 .6em;
}
#login {
	width:750px;
	margin:0 auto;
	text-align:right;
	padding:20px 0 0;
	color:#fff;
}
#login a:link, #login a:visited {
	color:#fff;
}
#login a:hover {
	text-decoation:none;
}
#mainWrapper {
	width:770px;
	margin:0 auto;
	background:url(/img/extranet/content_back.webp) repeat-x;
}


/* header */

#topLinks {
	padding:2px 10px;
	text-align:right;
	width:750px;
	margin:0 auto;
	color:#DAEDFF;
	font-size:10px;
}

#topLinks a:link, #topLinks a:visited {
	color:#DAEDFF;
}
#topLinks a:hover {
	text-decoration:none;
}

#logoDiv {
	width:758px;
	margin:0 auto;
	padding-top:20px;
}
#adspaceBanner {
	width:468px;
	height:50px;
	float:right;
	background-color:#fff;
}

/* tabs */


#allTabs { 
	width:770px;
	margin:10px auto 0;
	position:relative;
}

#tabs {
	position:absolute;
	top:9px;
	left:10px;
	width:397px;
	height:26px;
	background: url(/img/extranet/tabs.webp);
	padding:0;
	margin:0 auto;
}
#tabs li {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	list-style:none;
}
#tabs li, #tabs a {
	height:26px;
	display:block;
}

#tabs01 {
	text-indent: -100em;
	overflow: hidden;
	left: 0;
	width: 99px;
}
#tabs02 {
	text-indent: -100em;
	overflow: hidden;
	left: 99px;
	width: 100px;
}
#tabs03 {
	text-indent: -100em;
	overflow: hidden;
	left: 199px;
	width: 100px;
}
#tabs04 {
	text-indent: -100em;
	overflow: hidden;
	left: 299px;
	width: 100px;
}

#tabs01 a:hover {
	background: transparent url(/img/extranet/tabs.webp) 0 -26px no-repeat;
}
#tabs02 a:hover {
	background: transparent url(/img/extranet/tabs.webp) -99px -26px no-repeat;
}
#tabs03 a:hover {
	background: transparent url(/img/extranet/tabs.webp) -199px -26px no-repeat;
}
#tabs04 a:hover {
	background: transparent url(/img/extranet/tabs.webp) -299px -26px no-repeat;
}

.tabs01on {
	background: transparent url(/img/extranet/tabs.webp) 0 -26px no-repeat;
}
.tabs02on {
	background: transparent url(/img/extranet/tabs.webp) -99px -26px no-repeat;
}
.tabs03on {
	background: transparent url(/img/extranet/tabs.webp) -199px -26px no-repeat;
}
.tabs04on {
	background: transparent url(/img/extranet/tabs.webp) -299px -26px no-repeat;
}

/* content */

#contentWrapper {
	width:770px;
	font-size:12px;
	margin:0 auto;
	padding-top:10px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.icon {
	float:left;
	margin:0 10px 2px;
}
#success {
	padding:8px;
	background-color:#DCFFC2;
	border:1px solid #9FD777;
	color:#204C00;
	margin:10px 0;
}
#error {
	padding:8px;
	background-color:#FFDDD9;
	border:1px solid #FF8C80;
	color:#6B0A00;
	margin:10px 0;
}

.iconTitle {
	font-size:14px;
}
#submitButton {
	margin-top:10px;
	padding:10px;
	text-align:left;
	background-color:#F1F8FF;
}
#middleColumn {
	float:left;
	text-align:left;
	width:30px;
}
#leftColumn {
	float:left;
	width:500px;
	padding:0 0 0 12px;
	margin-right:10px;
	font-size:11px;
}
.logoImage {
	padding:6px;
	text-align:center;
	vertical-align:50%;
	border:1px solid #D4D4D4;
	margin:6px 0;
}
#rightColumn {
	float:left;
	width:245px;
}
#promo01 {
	background-color:#FFFDBE;
	border:1px solid #D0CC54;
	margin:0 0 10px;
	padding:8px;
	color:#4A2A00;
}
#promo02 {
	background-color:#BCD7F2;
	border:1px solid #6A98C6;
	margin:0 0 10px;
	padding:8px;
	color:#002A53;
}


#introDiv {
	padding:12px;
	background-color:#FFFCD8;
	font-size:16px;
	line-height:20px;
	color:#5D4C40;
}
.orange {
	color:#E5740D;
}
.address li {
	list-style:none;
}
#welcomeCopy {
	font-size:11px;
	padding:12px;
	line-height:16px;
}
#orderDiv {
	margin:18px 0 8px;
	background-color:#EBF5FF;
	padding:2px 10px 10px;
}
.textHeader {
	padding:8px 0;
	text-align:left;
}

.reportsTable td {
	text-align:center;
}
.reportTitle {
	text-align:left;
	padding:2px 0 2px 13px;
	display:block;
}
.smaller {
	font-size:11px;
}
.orderTable td {
	text-align:center;
	font-size:11px;
	vertical-align:top;
}

/* right div */

#columnRight {
	float:right;
	width:250px;
	position:relative;
}
#searchTab {
	position:absolute;
	top:-35px;
	left:0;
	width:250px;
}
#searchBoxes {
	position:absolute;
	top:-2px;
	width:232px;
	border:solid #D4D4D4;
	border-width:0 1px 1px;
	background-color:#F3F2F0;
	padding:8px;
	font-size:11px;
	color:#444444;
}
.option {
	display:block;
	padding:2px 0;
}
.searchForm {
	margin:2px 0 0;
	width:160px;
}
.addForm {
	margin:2px 0 10px;
	width:350px;
}
.intraField {
	margin:0 0 6px;
	font-size:14px;
	padding:2px;
	width:300px;
}
.intraFieldError {
	margin:0 0 6px;
	font-size:14px;
	padding:2px;
	width:300px;
	background-color:#FBDAD6;
}
.errorText {
	color:#A40000;
}

.intraButton {
	background-color:#1B538A;
	margin:0;
	border:3px double;
	border-color:#4B7FB1 #003161 #003161 #4B7FB1;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0 3px;
}
#home {
	float:left;
}
.formTable {
	text-align:left;
	padding:4px;
	font-weight:normal;
}
	
.addButton {
	color:#fff;
	padding:4px 7px;
	font-size:13px;
	background-color:#FF7A00;
	border:3px double;
	border-color:#FFC155 #D15900 #D15900 #FFC155;
	font-weight:bold;
}
.results li {
	list-style-image:url(/img/extranet/result_bullet.webp);
}
.report {
	padding:4px;
	border:1px solid #E7E7E7;
	margin-bottom:10px;
}
.title {
	display:block;
	background-color:#FFFCD8;
	padding:3px;
	font-size:12px;
	font-weight:bold;
}
.dropDown {
	margin:6px 0 0;
	width:100%;
	font-size:11px;
	color:#444444;
}
#google250 {
	position:absolute;
	top:230px;
	left:0;
	height:250px;
	width:250px;
	border:1px solid #D4D4D4;
}
#sponsors {
	position:absolute;
	top:490px;
	width:250px;
	text-align:center;
}
.sponsorGrid td {
	padding:5px;
	text-align:center;
}
.searchButton {
	font-size:11px;
}
.partner {
	padding:10px 0;
	border-bottom:1px dotted #8C8C8C;
}
.partner img {
	float:left;
	margin:0 6px 4px 0;
}

.bullets {
    padding: 0;
    margin: 0;
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */
    column-count: 4;
    column-gap: 1em;
}
.bullets li {
	margin: 0 1em 1em 0;
	background-color: #FFFDEB;
	padding: .3em 1em;
	display: inline-block;
	list-style: none;
    width: 100%;
}
.lines li {
	margin:0 0 3px -40px;
	padding:4px 6px;
	display:block;
	border-bottom:1px dotted #CBCBCB;
	list-style:none;
}
.bullets li:hover {
	background-color:#FFFABE;
}



/* links */

a:link {
	color: #006b9f;
}
a:visited {
	color: #006b9f;
}
a:hover {
	text-decoration:none;
}
a:active {
	color: #006b9f;
}


/******************************************************/
/*                      NEW SITE                      */
/******************************************************/

#header {
  font-size: 12px;
  border-bottom: solid 4px #104162;
  box-shadow: 0 2px 16px rgba(1, 1, 1, .18);
  overflow: auto;
  padding: 1em;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
#header_logo {
  padding-top: .5em;
}
#header_nav {
  line-height: 24px;
  font-size: 16px;
  margin-left: 3em;
}
#header_nav ul {
    position: relative;
    top: -5px;
}
#header_nav a {
  color: #6C6C6C;
  text-decoration: none;
}
#header_nav a:hover {
  text-decoration: underline;
}
#header_nav a.active {
  font-weight: 600;
}
#user_info {
  border:0;
  text-align: right;
}
#user_info a {
  font-weight: bold;
}
#user_info span.company_name,
#user_info span.company_name a {
  font-weight: normal;
  line-height: 2em;
}
#user_info ul {
    margin: 0;
    padding: 0;
}
#header ul li {
  list-style-type: none;
  display: inline;
  padding-left: 1em;
}
#user_info ul li {
  padding-left: 1em;
}

#footer {
	background-color:#000;
	color:#fff;
    padding: 20px 20px 20px;
    clear: both;
    overflow: auto;
}

#footer a:link, #footer a:visited {
	color:#fff;
    font-weight: normal;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#footer span:first-of-type {
    padding-right: 8px;
}
#footer span {
    padding-left: 7px;
}
    
#footer div:first-of-type {
    float:left;
}
#footer div:last-of-type {
    float:right;
}

#main_content {
    padding:40px;
}

#main_content h2 {
  font-size: 1.6em;
  font-weight: normal;
  margin-top: 30px;
}
#main_content h2 span {
  color: #000;
  font-weight: bold;
}
.site-label {
  margin-top: 30px;
  margin-bottom: 6px;
}
.site-stats {
}
.site-stats span {
  display: block;
  font-size: 16px;
}
.site-stats span.num {
  font-size: 48px;
  font-weight: normal;
  color: #000;
  padding-top: 16px;
}
.site-stats div {
  height: 100%;
}
.report-stats {
  width: 700px;
  min-height: 89px;
  float: left;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #eee;
  padding: 14px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.report-stats div {
  display: inline-block;
  margin: 0 auto 0;
  height: 100%;
}
.total-stats {
  float: left;
  width: 144px;
  border: 2px solid #ddddff;
  background-color: #eeeeff;
  padding: 14px;
  text-align: center;
}
.company-stats {
  float: left;
  margin-left: 30px;
  padding: 14px;
  font-size: 16px;
  text-align: right;
}
.company-stats p {
  margin: 0;
}
.company-stats p:first-of-type {
  margin-bottom: 8px;
}
.company-stats span {
  display: inline;
}
.company-stats span.num {
  font-size: 34px;
  padding-left: 6px;
}

#promo {
  border: 2px solid #ddddff;
  background-color: #eeeeff;
  padding: 10px;
  margin-bottom: 10px;
  width: 38%;
  line-height: 1.5em;
  font-size: 14px;
}
#promo a {
  color: #6c6c6c;
}

#stats-form {
  clear: both;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
}
#stats-form p {
  margin: 0;
  font-weight: bold;
  color: #303030; 
}

#stats-form input[type=submit] {
	background-color: #004065;
    border: none;
    border-radius: 3px;
    border-top: 1px solid #496692;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    color: #fff;
	font-size: 1.2em;
    font-weight: normal;
    padding: .2em 5em;
    margin-left: 1em;
    letter-spacing: .6px;
    vertical-align:middle;
}
#stats-form select {
	font-size: 1.2em;
	line-height: 1.2em;
    margin: 0;
    vertical-align:middle;
}
.edit_company_info {
}
.edit_company_info div.left {
    width: 50%;
}
.edit_company_info div.right {
    width: 50%;
    text-align: center;
}
.edit_company_info div {
    font-size: 15px;
    line-height: 18px;
}
.edit_company_info div.left ul {
    margin: 0;
    padding: 0;
}
.edit_company_info div.left ul li {
    list-style-type: none;
    padding-bottom: 1em;
}
.edit_company_info label {
    color: #292929;
    font-size: 16px;
    display: block;
    padding-bottom: 0.3em;
}
.edit_company_info textarea {
    width: 100%;
    height: 8em;
}
.edit_company_info .social-edit {
}
.edit_company_info .social-label {
    display: table-cell;
    font-size: 15px;
    padding-right: 8px;
}
.edit_company_info .social-input {
    display: table-cell;
    width: 100%;
}
.edit_company_info select.intraField,
.edit_company_info select.intraFieldError,
.edit_company_info textarea.intraField,
.edit_company_info textarea.intraFieldError,
.edit_company_info input.intraField,
.edit_company_info input.intraFieldError {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.edit_company_info div.right img {
    display: block;
    margin: 0 auto 2em;
}
.edit_company_info div.imgholder {
    width: auto;
    margin: 3em;
}
.edit_company_info div.imgholder.logo {
    margin: 0em 3em 3em;
}
.edit_company_info div.imgholder img {
    max-width: 100%;
}
.edit_company_info div.imgplaceholder {
    display: block;
    margin: 3em;
    height: 8em;
    line-height: 8em;
    border: 1px solid #ddd;
    background-color: #f5f6f6;
}
.edit_company_info div.imgplaceholder span {
    font-weight: bold;
    color: black;
}

.edit_company_info .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.edit_company_info input[type="submit"],
.edit_company_info .inputfile + label {
    display: inline-block;
    background-color: #104162;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    color: #fff;
    font-size: 16px;
    padding: .8em 2em;
    width: auto;
}
.edit_company_info .inputfile:focus + label,
.edit_company_info .inputfile + label:hover {
    opacity: .88;
    display: inline-block;
}
.edit_company_info .inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.edit_company_info input[type="submit"] {
    padding: .8em 4em;
    margin-top: 1em;
    font-size: 16px;
}
#live-preview {
    margin-top: 3em;
}
#live-preview h2 {
    font-weight: normal;
    font-size: 1.6em;
    margin-top: 2em;
}
#live-preview-box {
    margin: 1.6em 3em 3em 3em;
    border: 1px solid #ddd;
    color: black;
    padding: 32px;
}
#live-preview-box div {
    font-size: 16px;
    line-height: 1.4em;
}
#live-preview-box img {
    margin: 0;
}
#live-preview-box .preport-info h2 {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    padding: 0 0 8px;
    margin: 0;
}
#live-preview-box .preport-info .client-logo {
    overflow: hidden;
    margin: 0 0 13px;
}
#live-preview-box .preport-info .client-logo img {
    display: block;
}
#live-preview-box .preport-info .client-logo a span{
    padding: 0;
    position: relative;
    display: inline-block;
    color: #006b9f;
    text-decoration: underline;
    font-size: 16px;
}
#live-preview-box .preport-info p {
    margin: 0 0 36px;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
}
#live-preview-box .preport-info dl {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
#live-preview-box .preport-info dl dt {
    float: left;
    text-align: right;
    font-weight: 600;
    width: 91px;
    font-size: 16px;
    line-height: 23px;
    clear: left;
    padding: 0 10px 0 0;
}
#live-preview-box .preport-info dl dd {
    font-weight: 300;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 18px;
}
#live-preview-box .preport-info dl dd a {
    font-size: 14px;
    color: #006b9f;
    text-decoration: underline;
}
#live-preview-box .preport-info dl dd a:hover {
    text-decoration: none;
}
#live-preview-box .preport-info ul.social-links {
    margin: 0;
    padding: 0;
}
#live-preview-box .preport-info ul.social-links li {
    list-style: none;
    display: inline-block;
    margin-right: 38px;
    margin-bottom: 28px;
}
#live-preview-box .preport-info ul.social-links li:last-of-type {
    margin-right: 0;
}
#live-preview-box .preport-info ul.social-links li img {
    max-width: 38px;
    width: auto;
    height: auto;
}
#live-preview-box .preport-info div.size-hq-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #484848;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 23px;
    vertical-align: center;
    font-weight: 100;
}
#live-preview-box .preport-info div.size-hq-table div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
#live-preview-box .preport-info div.size-hq-table div.col0 {
    text-align: center;
    font-size: 21px;
}
#live-preview-box .preport-info div.size-hq-table div.col1 {
    padding-right: 8px;
    text-align: right;
}
#live-preview-box .preport-info div.size-hq-table div.col2 {
    padding-left: 8px;
    text-align: left;
    border-left: 1px solid #484848;
}
.review-breakdown {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 1;
}
#main_content > div.main_stat_container > section > h2 {
    font-size: 1.8em;
    font-weight: 600;
    margin: .2em 0 2em;
}
.review-circle {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 1.6em;
    line-height: 2em;
}
.donut_total {
    position: absolute;
    width: 100%;
    top: 1.6em;
    font-size: 2em;
    display: inline;
    text-align: center;
    font-weight: 100;
}
.donut_total strong {
    font-size: .5em;
    font-weight: 600;
}
.review-circle .peity {
}
.main_stat_container {
    width: 100%;
    text-align: center;
    color: #303030;
}
.review-list {
    font-size: 1.6em;
    line-height: 2em;
    margin-top: 2em;
}
.review-list ul {
    margin: 0;
    padding: 0;
}
.review-list ul li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin-right: 3em;
}
.review-list ul li:last-of-type {
    margin-right: 0;
}
.review-list a {
    vertical-align: middle;
    margin-left: 1em;
    text-decoration: none;
    color: #303030;
    font-weight: 600;
}
.review-list span.donut_label_total {
    display: block;
    font-size: 2em;
    font-weight: 100;
    padding-top: .3em;
}
.review-list span.donut_label {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: auto;
    vertical-align: middle;
}
.review-list span.donut_label_0 {
    background: #004065;
}
.review-list span.donut_label_1 {
    background: #2d86b7;
}
.review-list span.donut_label_2 {
    background: #94d2f5;
}
.stat_summary {
    color: #303030;
    margin-top: 1em;
    text-align: center;
}
.stat_summary ul {
    border: 1px solid #ddd;
    background: #f5f6f6;
    margin: 1em 0 3em 0;
    padding: 2em;
    text-align: center;
    display: inline-block;
    width: 62%;
}
.stat_summary ul li {
    list-style-type: none;
    font-size: 3.2em;
    text-align: center;
    font-weight: 100;
}
.stat_summary ul li p {
    list-style-type: none;
    font-size: .6em;
    font-weight: normal;
    margin: 0 0 .2em;
}
.stat_summary ul li span {
    font-size: 2em;
}
