/**************************************************
 *      Sensus Salesforce Org -
 *      Primary Custom Stylesheet for
 *      My Sensus Connection
 *
 *      Author: Tim Striplin
 *      Created: April 14, 2013
 *      Last Updated: JAN 26, 2016
 **************************************************/
 

/* Standard 960 grid container  */

* {           
	margin:  0;
}

html, body { 
	height: 100%;
}

.grid-container {
	position:relative;
	margin: 0 auto;
	width: 960px;
	background: transparent;
	overflow: visible;
}

#body-grid {
	margin-top: 139px;
}

/*  Body div */
.body-container {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	min-height: 100%;    
	margin-bottom: -103px;
	overflow: hidden;  
}

.body-container:after {  
	content:  "";
	display: block;
}


/* ------------ Header Items ------------ */
#portal-header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 99px;
	background: #003595;
}

#header-logo {
	position: relative;
	display:  inline-block;
	top: 36px;
	left: 0px;
	border: 0px;
	background: transparent;
}


#navbar {
	position: absolute;
	/*display: inline-block;*/
	/*float: right;*/
	top: 70px;
	right: 0px;
}

.nav-text {
	position: relative;
	font:  14px normal Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-align: right;
	padding-left: 36px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;	
}

.nav-text:link {
	color: #ffffff;
	text-decoration: none;
}

.nav-text:visited {
	color: #ffffff;
	text-decoration: none;
}

.nav-text:hover {
	color: #71D54C;
	text-decoration:none;
}

.nav-text:active {
	color: #ffffff;
	text-decoration: none;
}

#nav-active {
	color: #71D54C;
	font-size: 15px;
	text-shadow: 1px 1px 2px #0A1908;		
}

#logout-link:link {
    position: relative;
    float: right;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding-top: 1px;
    text-decoration: none;
    color: #71D54C;    
}

#logout-link:visited {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #71D54C;
}

#logout-link:hover {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    color: #71D54C;
}

#logout-link:active {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #71D54C;
}

#userInfo {
    position: absolute;
    top: 18px;
    right: 0px;
}

#currentUser {
    float:right;
    display: inline-block;   
    text-align: right;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-right: 6px;
}

#padlock {
    position: relative;
    display: inline-block;
    float: right;
    padding-right: 4px;
}


/* ------------ Footer Items ------------ */
.portal-footer, .body-container:after {
	height: 93px;
	position: fixed; 
	bottom: 0px;
	left: 0px;
	width:  100%;
	background: transparent;
}

#copyright-footer {
	position: relative;
	left: 0;
	/*margin-top: 36px;*/
	width: 100%;
	height: 27px;
	background: #003595;
	margin-top: -12px;
}

#social-footer {
	position: relative;
	margin-top: 30px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 36px;
	background: #DFDFDF;
}

#socialbar {
	position:relative;
	float: right;
	margin-top: 8px;
	height: 28px;
}

.social-label {
	font: 11px normal Helvetica, Arial, sans-serif;
	color: #999;
	text-align: right;
	text-decoration: none;
	border: 0px;
}

.social-badge {
	height: 18px;
	width: 18px;
	text-align: right;
	padding-left: 8px;
	background:transparent;
	border: 0px;
}

#copyright {
	position: relative;
	margin-top: 12px;
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #fff;
}


/* ------------ Login Page Items ------------ */

#portal-title {
	font: bold 18px Helvetica, Arial, sans-serif;
	color: #003595;
	text-align: center;
}

#login-box {
	position: relative;
	margin: 0 auto;
	margin-top: 27px;
	border: 1px solid #aaaaaa;
	height: 279px;
	width: 460px;
	background: #dbdbdb;
	background: linear-gradient(#f1f1f1, #bebebe);
	background: -webkit-linear-gradient(#f1f1f1, #bebebe);
	background: -moz-linear-gradient(top, #f1f1f1, #bebebe);
	background: -o-linear-gradient(top, #f1f1f1 0%,#bebebe 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%,#bebebe 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%,#bebebe 100%); /* W3C */
}

#welcome-text {
	position: relative;
	color: #222222;
	font: bold 14px Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 21px;
	margin-top: 18px;
}

.input-field-label {
	position: relative;
	margin-left: 60px;
	margin-top: 36px;
	font: 14px Helvetica, Arial, sans-serif;
	color: #222222;
}
	
.input-field {
	position: relative;
	margin-left: 140px;
	margin-top: -22px;
	height: 24px;
	width: 260px;
	background: transparent;
	border-width: 0px;	
}


#forgot-password {
	position: absolute;
	top: 173px;
	left: 140px;
	color: #336699;
	text-decoration: underline;
	font: 10px Helvetica, Arial, sans-serif;
}

#remember-me-area {
	position: absolute;
	top: 225px;
	left: 60px;
}
#remember-me-checkbox {
/*	border: 0px;*/
	background: transparent;
}

#remember-me-label {
 	position: relative;
	margin-top: -14px;
	left: 24px; 
	font: 12px Helvetica, Arial, sans-serif;
	color: #222222;
}

#submit-button {
	position: absolute;
	top: 222px;
	right: 60px;
}


/* ------- Body & Table Contents -------- */

#product-divider {
	font-family: Helvetica, Arial, sans-serif; 
	color: #aaaaaa; 
	font-size: 14px; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	background: #ffffff; 
	padding-left: 10px; 
	padding-right: 10px;
	margin-top: -18px;
	width: 40%;
}
	

.table-link {
    text-decoration: none;
}


.table-link:link {
    text-decoration: none;  
}

.table-link:visited {
    text-decoration: none;  
}


.table-link:hover {
    color: #71D54C;
    text-decoration: underline; 
}

.table-link:active {
    text-decoration: none;  
}


/* ---------- Title Headers ------------ */
#header-container {
	position: relative;
	display: inline-block;
    width: 100%;
    margin-top: 0px;
}

#header-description-container {
    position: relative;
    margin-top: 24px;
    margin-left: 30px;
    margin-right: 30px;
    height: 100%; 
}

#header-description-text {
    font: normal 12px Helvetica, Arial, sans-serif;
    color: #666666;
}

#title-green-box {
    position: relative;
    margin-left: 140px;
    width: 240px;
    height: 108px;
    background: #66B360;
    border: 0px;
    padding-bottom:10px;
}

#title-grey-box {
    position: absolute;
    margin-left: 380px;
    margin-top: -108px;
    width: 420px;
    height: 108px;
    background: #efefef;
    border: 0;
    padding-bottom: 10px;
}

#title-container {
    position: absolute;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 20px;
    margin-right: 20px;
}

#title-text {
    font: normal 36px Helvetica, Arial, sans-serif;
    color: white;
    text-align: left;
    margin: auto;
}

.division-tile {
	padding: 1px;
	border: solid 1px #efefef;
	background-color:#fff;
}

.division-tile:link {border: solid 1px #efefef;}
.division-tile:visited {border: solid 1px #efefef;}
.division-tile:hover {border: solid 1px #b5d9a1;}
.division-tile:active {border: solid 1px #efefef;}





/* ------------- Tables --------------- */
.downloads-table {
    position: absolute;
    margin-left: 140px;
    margin-top: 0px;
    margin-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
    width: 618px;
    border: 1px solid #dbdbdb;
    border-top: 0px;
}

.header-table {
    position: relative;
    margin-left: 140px;
    margin-top: 36px;
    padding-left: 20px;
    width: 638px;
	background: #e3e3e3;
    border-top: 1px solid#dbdbdb;
    border-left: 1px solid#dbdbdb;
    border-right: 1px solid#dbdbdb;
}

.column-1 { 
    width: 80px; 
    text-align: center; 
    padding-top:7px; 
}

#column-1-header {
    font: bold 10px Helvetica, Arial, sans-serif;
    color: #666666; 
    width: 76px;
}

#column-1-last {
    border-bottom: 0px;
}

.column-2 { 
    width: 400px; 
    padding-top:7px; 
    padding-bottom:4px;
}

#column-2-header {
    width: 384px;
    font: bold 10px Helvetica, Arial, sans-serif;
    color: #666666;
    border-bottom: 0px; 
}

#column-2-last {
    border-bottom: 0px;
}

.column-3 { 
    width: 80px; 
    padding-top:7px; 
}

#column-3-header {
    font: bold 10px Helvetica, Arial, sans-serif;
    color: #666666; 
}

#column-3-last {
    border-bottom: 0px;
}

.column-4 { 
    width: 60px; 
    padding-top:7px; 
}

#column-4-header {
    font: bold 10px Helvetica, Arial, sans-serif;
    color: #666666; 
    border-bottom: 0px;
}

#column-4-last {
    border-bottom: 0px;
}

.portal-table-divider {
	width:615px;
	height:2px;
	border-bottom:1px solid #dbdbdb;
}

.software-title {
    font: bold 12px Helvetica, Arial, sans-serif;
    color: #0082CC;
    text-decoration: none;
}

.software-info-text {
    font: normal 12px Helvetica, Arial, sans-serif;
    color: #666;    
}

/* -------- Product Line Items ---------- */

#product-breadcrumb-container {
    position:relative; 
    display:block; 
    margin:20px 160px 20px 160px;
    padding: 6px 0px 4px 0px;
    height:20px; 
    border-top: 1px solid #efefef; 
    border-bottom: 1px solid #efefef;
}

#product-breadcrumb-links-bar {
	position: relative; 
	width: 640px; 
	margin-left: 80px; 
	padding-top: 2px;
}

.product-breadcrumb-link {
	position: relative; 
	float:left; 
	margin-left: 30px; 
	text-decoration: none; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #0082CC; 
}

#prod-line-container {
	position: relative;
	margin-top: 139px;
	margin-left: 90px;
	width: 778px;
	min-height: 360px;
	border: 1px solid #dbdbdb;
}

#prod-line-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 798px;
	height: 58px;
	border: 0px;
}

.prod-line-header {
	position: absolute;
	top: 58px;
	left: 0px;
	width: 100%;
	height: 27px;
}

.prod-line-title {
	position: absolute;
	width: 100%;
	padding-top: 18px;
	text-align: center;
	font: bold 24px Helvetica, Arial, sans-serif;
	color: #666;
}

.prod-line-col-1 {
	position: absolute;
	top: 99px;
	left: 80px;
	padding-bottom: 27px;
}

.prod-line-col-2 {
	position: absolute;
	top: 99px;
	left: 320px;
	padding-bottom: 27px;
}

.prod-line-col-3 {
	position: absolute;
	top: 99px;
	left: 560px;
	padding-bottom: 27px;
}

.group-header-text {
	font: bold  12px Helvetica, Arial, sans-serif;
	color: #666;
	margin-top: 27px;
}

.product-link {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #0082CC;
	text-decoration: none;
}

.product-link:link {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #0082CC;
	text-decoration: none;
}

.product-link:visited {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #0082CC;
	text-decoration: none;
}

.product-link:hover {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #0082CC;
	text-decoration: underline;
}

.product-link:active {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #0082CC;
	text-decoration: none;
}


/* ---------- Form Field Items ---------- */
.Custom15Tab .tertiaryPalette, .individualPalette .Custom15Block .tertiaryPalette, .layoutEdit .individualPalette .Custom15Block .tertiaryPalette {
	background-color: #71D54C;
}

.apexp .bPageBlock.apexDefaultPageBlock .pbBody .pbSubheader h3 {
	font-size: 14px;
	font-weight: normal;
}

.rich-tabpanel-content {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 12px;
	background: #efefef;
}

.rich-tab-active {
	background-image: none;
	background: #efefef;
}

.rich-tab-inactive {
	background-image: none;
	background-color: #ffffff;
	color: #888888;
}

.rich-tab-header {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px 20px 3px 20px;
}


body .bPageBlock, body #bodyCell .bResource .secondaryPalette, body .secondaryPalette.bPageBlock, body .individualPalette .secondaryPalette.bPageBlock, body .bodyDiv .genericTable, body .genericPageBlockTable, body .bodyDiv .bSubBlock, body .bComponentBlock .bPageBlock, body .bMyDashboard .bPageBlock, body.rlHoverFrame .bPageBlock, body.subjectSelectionPopup div.choicesBox, body.lookupTab .secondaryPalette.bPageBlock, body.popupTab .secondaryPalette.bPageBlock, body.UserTagStatsPage .secondaryPalette.bPageBlock {
	background-color: #ffffff;
}

.Custom15Tab .secondaryPalette, .individualPalette .Custom15Block .secondaryPalette {
	background-color: #FF6C00;
	border-color: #cccccc;
}

.Custom15Tab .secondaryPalette, .individualPalette .Custom15Block .secondaryPalette {
	background-color: #FF6C00;
	border-color: #cccccc;
}


.label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
}

body .apexp .bPageBlock.apexDefaultPageBlock .pbBottomButtons {
	border-top: 1px solid #ffffff;
	text-align: center;
}

body .btn {
	margin-bottom: 10px;
}