/******************************************************************************
	Page elements
******************************************************************************/

.clear {
    clear: both;
    content: "";
    display: block;
    height: 0em;
    line-height: 0;
}
.video-container {
    display: none;
}
.video-iframe {
    height: 360px;
    width: 640px;
}
@media only screen and (max-width:639px) {
    .video-iframe {
        height: 202px;
        width: 360px;
    }
}
body,
ul,
li,
form,
div,
dl,
dt,
dd,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
fieldset,
input,
textarea,
select,
p,
blockquote,
th,
acronym {
    color: #444;
    font-family: arial, sans-serif;
    margin: 0em;
    padding: 0em;
}
body,
li,
div,
dl,
dt,
dd,
pre,
input,
textarea,
select,
p,
td {}
em {
    font-style: normal;
}
a {
    color: #0080b9;
    text-decoration: none;
}
caption,
th {
    text-align: left;
}
ul {
    list-style: none;
}
li {
    padding-bottom: 5px;
	white-space: pre;
}
fieldset,
img {
    border: 0em;
}
fieldset {
	float: left;
	width: 100%;
}

textarea {
	border: 1px solid #a0a1a3;
	font-size: .75em;
	line-height: 1.5625em;
	padding: 10px;
	width: 500px;
	height: 200px;
    resize: none;
}

select,
input[type="text"],
input[type="password"] {
	border: 1px solid #a0a1a3;
	font-size: .75em;
	line-height: 1.5625em;
	padding-left: 10px;
	display: block;
	float: left;
	height: 27px;
}

h1,
h2,
h3,
h4 {
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: bold;
}
h2 {
    clear: both;
    font-size: 1.8em;
    font-weight: 700;
    padding: 20px;
}
h3 {
    clear: both;
    margin: 0px;
    padding: 0px 0px 15px;
}
h4 {
    clear: both;
    margin: 0px;
    padding: 0px 0px 15px;
}
body {
    background: url("i/main-bg.jpg") repeat scroll center center rgba(0, 0, 0, 0);
    color: #4d4d4d;
    font-family: arial, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.334;
    margin: auto;
    min-width: 1000px;
    padding: 74px 0em 40px !important;
}

p  {
	padding-top: 5px;
	padding-bottom: 5px;
}

header .logo {
    display: block;
    float: left;
    height: 40px;
    margin-top: 15px;
    width: 174px;
}
header:after {
    clear: both;
    content: "";
    display: block;
    height: 0em;
    line-height: 0;
}
header {
    background: none repeat scroll 0em 0em #fff;
    border-bottom: 1px solid #d3d4d6;
    font-family: arial, sans-serif;
	font-weight: bold;
    height: 73px;
    left: 0em;
    position: fixed;
    top: 0em;
    width: 100%;
    z-index: 100;
}
header nav:after {
    clear: both;
    content: "";
    display: block;
    height: 0em;
    line-height: 0;
}
header nav {
    margin: 0em auto;
    position: relative;
    width: 1000px;
}
header .nav {
    float: right;
}
header .nav:after {
    clear: both;
    content: "";
    display: block;
    height: 0em;
    line-height: 0;
}
header .nav > li {
    border-bottom: 1px solid #d3d4d6;
    border-left: 1px solid #d3d4d6;
	font-family: arial, sans-serif;
	font-weight: bold;
    float: left;
    height: 20px;
    outline: none;
    padding: 38px 20px 15px;
    position: relative;
}
header .nav > li > a,
header nav.subnav ul li > a{
    color: #77787b;
    font-size: 1em;
    text-decoration: none;
}
header .nav > li > a:hover,
header nav.subnav ul li > a:hover{
    color: #0080b9;
}
header .nav > li.selected > a,
header  nav.subnav ul li.selected > a {
    color: #0080b9;
}
header nav.subnav {
    /*padding-left: 500px;*/
}
header nav.subnav ul li {
    border-right: 1px solid #d3d4d6;
	font-family: arial, sans-serif;
	font-weight: bold;
    float: left;
    padding: 0px 10px;
}
header nav.subnav ul li:last-child {
    border: none;
}
header div.logout {
	float: right;
}
a.header {
    color: #4d4d4d;
}
.brand-banner {
    background: none repeat scroll 0em 0em #fff;
	border-bottom: 1px solid #ccc;
    padding: 10px 0em;
    position: relative;
    text-align: center;
}
/*
.brand-banner .bottom-arrow-white {
    background: url("i/arrow-white.png") no-repeat scroll center 0em rgba(0, 0, 0, 0);
    height: 22px;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
    position: absolute;
    width: 50px;
}
*/
section {
    background: #fff;
    clear: both;
    margin: 30px auto 0px auto;
    padding-bottom: 20px;
    width: 1000px;
}
article {
    border: 1px solid #ccc;
    margin: 0px 20px 20px;
    overflow: hidden;
    padding: 10px;
}
article form {
    display: inline;
}
table {
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
	font-size: 14px;
    margin: 10px 0px;
	width: 100%;
	white-space: pre;
}
td,
th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px;
	
}
td:last-child,
th:last-child {
    border-right: none;
}
thead th {
	color: #FFFFFF;
    background-color: #2fa4d8;
	text-align: center;
}
thead th a{
	display: inline-block;
}
tfoot tr.total {
	background: #2fa4d8;
}
tfoot td {
	color: #FFFFFF;
}
td a {
	display: block;
}
.payment {
    position: relative;
    width: 100%;
}
.payment button {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 12px;
}
.info-message {
    background-color: #eee;
    clear: both;
    margin-bottom: 10px;
    padding: 5px 8px;
}
.info-message a{
	display:inline;
}

.contact_message_line_1_part_1{
	padding-right: 3px;
}

.hide {
    display: none;
}
.row {
    clear: both;
    overflow: hidden;
    padding: 0px 0px 10px;
}
.row label {
    float: left;
    padding-right: 5px;
    width: 190px;
}
.row input,
.row select,
.row textarea {
    float: left;
}
.row select {
    width: 120px;
}
.row input[type=checkbox] {
    margin: 3px;
}
.section {
    clear: both;
}
.disabled {
    color: #ccc;
}
ul.tabs {
    margin-left: 20px;
}
.tabs li {
    display: inline;
    list-style: none;
}
.tabs a {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}
.tabs a.active {
    background: #ccc;
    color: #000;
}
footer {
    background: url("i/footer-shadow.png") repeat-x scroll center 0em rgba(0, 0, 0, 0);
    bottom: 0em;
    left: 0em;
    position: fixed;
    width: 100%;
	height: 66px;
    z-index: 90;
}
footer .outer-content {
    background: none repeat scroll 0em 0em #fff;
}
footer .footer-content {
    font-family: arial, sans-serif;
    height: 41px;
    margin: 25px auto 0em;
    position: relative;
    width: 1000px;
}
footer .footer-content ul.footer-nav > li {
    border-left: 1px solid #d3d4d6;
    float: left;
    height: 20px;
    padding: 11px 16px 10px;
}
footer li.copyright {
	width: 220px;
	font-size: 11px;
	border-left: 0;
}
footer .footer-content ul.footer-nav > li.copyright:hover {
    background: transparent;
}
footer .footer-content ul.footer-nav > li:hover {
    background: #0080b9;
}
footer .footer-content ul.footer-nav > li:hover a {
	color: #ffffff;
}
footer .footer-content ul.footer-nav > li:last-child,
.footer .footer-content ul.footer-nav > li.last-child {
    border-right: 1px solid #d3d4d6;
}
footer .footer-content ul.footer-nav > li a {
    color: gray;
    font-size: 0.9375em;
    line-height: 20px;
}
footer .footer-content ul.footer-nav > li .footer-sub-nav {
    background: #0080b9;
    border-top: 1px solid #d3d4d6;
    bottom: 40px;
    display: none;
    left: 0em;
    padding: 15px 0em;
    position: fixed;
    width: 100%;
}

.right { 
    float: right;
}

.left { 
    float: left;
}


/******************************************************************************
	Module
******************************************************************************/

.module,
.module-login,
.module-fifty-fifty,
.module-tabs,
#child\.hierarchy\.account_hierarchy_account_module_dynamic,
#child\.hierarchy\.actions_hierarchy_actions_module_dynamic,
#child\.hierarchy\.transactions_hierarchy_transactions_module_dynamic,
#child\.hierarchy\.me_hierarchy_me_module
	{
    border: 1px solid #ccc;
	clear: both;
    margin: 10px 10px 0px 10px;
    overflow: hidden;
    padding: 5px 5px 0px 5px;
}

.module-tabs div.grid {
	width: 868px;
}

.module-login .column-left,
.module-fifty-fifty .column-left,
.module-login .column-right,
.module-fifty-fifty .column-right {
	width: 49%;
	margin: 0 1% 0 0;
	float: left;
}

div.top,
div.bottom {
	float: left;
	width: 100%;
}

div.buttons {
	margin: 20px 0 20px 0;
	clear: both;
}

.pepsi-account-nav div.buttons {
	margin: 0;
}

.module-login,
.module.registration {
	border: 0;
	padding: 20px 10px 0 10px;
}

.module-login .column-left div.buttons {
	margin: 0 0 20px 0;
}

.module-login .download-link {
	display: block;
}


/******************************************************************************
	Hierarchy
******************************************************************************/

.module.hierarchy-filter {
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.module.hierarchy-filter label {
	width: 100px;
}

.module.hierarchy-filter .field input {
	width: 200px;
}

.module.hierarchy-filter  .row {
	float: left;
	width: 75%;
}

.module.hierarchy-filter  .buttons {
	clear: none;
	float: left;
	margin: 0;
	width: 25%;	
}

.module.hierarchy-filter  .buttons input {
	margin: 0;
	padding: 5px;
}

div.tree {
	width: 100%;
	float: left;
	height: 400px;
	overflow: scroll;
}

span.fancytree-node {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

span.fancytree-node.disabled {
	background-color: #ccc;
	border: 0;
	cursor: not-allowed;
	opacity: 0.5;
}

span.fancytree-node.disabled span.fancytree-title {
	cursor: not-allowed;
	border: 0;
}

.account-number-label {

}

.account-name-label {

}

.store-number-label {

}


/******************************************************************************
	Slickgrid
******************************************************************************/

div.grid {
	width: 100%;
	margin: 20px 0 20px 0;
	clear:both;
}

.ui-state-default.slick-header-column {
	color: #FFFFFF;
    background: #2fa4d8;
}

table.table {
	clear: both;
	width: 100%;
}

table td.amount {
	text-align: right;
}

div.tab-content {
	overflow: scroll;
}

/******************************************************************************
	Help
******************************************************************************/


.help {
	background: url("i/icon-help.png") no-repeat;
	cursor: pointer;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 0 5px;
}

.help-content {
	display: none;
}

.related-warning {
	background: url("i/icon-warning.png") no-repeat;
	cursor: pointer;
	float: left;
	height: 16px;
	width: 16px;
	margin-left: -80px;
}

/******************************************************************************
	Pagename/Heading
******************************************************************************/

.pagename-links {
	float: right;
	padding: 20px;
}

.pagename-links a {
	cursor: pointer;
	float: left;
	padding: 13px 13px 0 13px;
}

.pagename .account-header{
	white-space: pre-wrap;
}

.print-preview {
	background: url("i/icon-print.png") no-repeat;
}

.csv {
	background: url("i/icon-csv.png") no-repeat;
}

.excel {
	background: url("i/icon-excel.png") no-repeat;
}

.pdf {
	background: url("i/icon-pdf.png") no-repeat;
}

.pagename-container,
.heading-container {
	float: left;
	width: 100%;
}

h2.pagename,
h3.heading {
	float: left;
	width:80%;
}

.heading a {
	float: right;
	font-family: arial, sans-serif;
	font-size: 0.9375em;
	font-weight: normal;
	line-height: 1.334;
	padding-right: 20px;
}

.heading-container .help {
	float: right;
}

.overview-account-payment .row {
	display: inline-block;
}

.overview-account-payment .row label {
	width: 175px;
}

.overview-account-payment .row span.field {
	float: left;
	width: 130px;
}

.overview-account-statement-notification label {
	width: auto;
}

.field {
	float: left;
	white-space: pre;
}


/******************************************************************************
	Buttons
******************************************************************************/

input[type="submit"],
input[type="submit"]:active,
input[type="submit"]:visited,
a.button,
a.button:active,
a.button:visited {
	background: #0080B9;
	border: 0;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	cursor: pointer;
}

input[type="submit"]:hover,
a.button:hover {
	background: #005580;
	color: #FFFFFF;
}

input[type="submit"]:disabled,
a.button:disabled {
	background: #a0a1a3;
	color: #000000;
	cursor: default;
}

input[type="submit"]:focus,
a.button:focus {
	outline: none;
}

a.button-collapse {
	background: url("i/icon-collapse.png") no-repeat;
	height: 12px;
	width: 12px;
	padding: 6px;
	display: inline-block;
	float: right;
}

a.button-expand {
	background: url("i/icon-expand.png") no-repeat;
	height: 12px;
	width: 12px;
	padding: 6px;
	display: inline-block;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}


/******************************************************************************
	Account navigator
******************************************************************************/

.row.info-message.contact-address {
	padding: 10px 0 0 10px;
	margin: 0;
}

.pepsi-account-nav select {
	width: 260px;
}

.account-navigator-date {
	display: inline;
}

.account-navigator-radio label,
.account-navigator-date label {
	width: auto;
}

.account-navigator-radio label {
	margin-right: 10px;
	margin-left: 4px;
}

.pepsi-account-nav-account-filter,
.pepsi-account-nav-invoice-summary-filters,
.pepsi-account-nav-action-history-filters,
.pepsi-account-nav-statement-filters {
	border: 0;
	margin: 0;
	padding: 0;
}

.pepsi-account-nav-current-filters label {
	width: auto;
}

a.delete {
	background: url("i/icon-delete.png") no-repeat;
	float: left;
	padding: 20px;
	margin-left: 10px;
}

.pending-changes {
	float: right;
}

form[id$="action_history_filters"]{
	display: none;
}

/******************************************************************************
	Registration
******************************************************************************/

.pc-not-recognized label {
	width: 150px;
}

.security-categories {
	background: #ccc;
	font-weight: bold;
	padding: 20px 20px 20px 40px;
}

.security-categories a {
	padding: 10px;
}

.security-thumbnails {
	background: #a0a1a3;
	border-radius: 10px;
	padding: 20px 20px 20px 32px;
	margin: 20px;
}

.security-thumbnails img {
	border: 1px solid #FFFFFF;
	cursor: pointer;
	height: 75px;
	width: 75px;
	margin: 10px;
}

.security-image img {
	height: 240px;
	width: 240px;
}

select.secret-question {
	width: 300px;
}

.registration span.terms {
	border: 1px solid #ccc;
	display:block;
	height: 300px;
	margin: 10px;
	padding: 10px;
	overflow:auto;
}

.registration label[for="user.creation.completion_list-accept_terms_yes"],
.registration label[for="registration.self_list-accept_terms_yes"] {
	width: auto;
}

.create-user .row input[type=checkbox] {
	clear: both;
	margin-left: 200px;
}

.checklist {
	background: url("i/icon-checked.png") no-repeat left 5px;
	padding-left: 19px;
}

.account-access .module {
	border: 0;
}


/******************************************************************************
	Messages
******************************************************************************/

div.message {
	clear: both;
	margin: 19px;
}

div.message span.message-header {
	display:block;
	font-weight: bold;
	font-size: 14px;
}

div.message span.message-body {
	display:block;
}

div.message span.message-text {
	display:block;
	padding: 5px;
}

div.message.message-success {
	border: 1px solid #0acd0a;
	border-radius: 5px;
	background: #f1feec;
	color: #0acd0a;
}

div.message.message-error {
	border: 1px solid #cd0a0a;
	border-radius: 5px;
	background: #fef1ec;
	color: #cd0a0a;
}

div.message.message-info {
	background: none repeat scroll 0 0 #ffddb5;
    border: 1px solid #cb8129;
    border-radius: 5px;
    color: #cb8129;
}

.qtip-error {
	background-color: #F78B83;
	border-color: #D95252;
}

.qtip-error div.qtip-content {
	color: #912323;
}


/******************************************************************************
	Dialog
******************************************************************************/

.ui-dialog {
	position: fixed;
}


/******************************************************************************
	Print
******************************************************************************/

header,
footer,
a,
input[type="submit"],
input[type="cancel"],
div.help,
img.ui-datepicker-trigger {
	display: none;
}

div.content span a {
	display: inline-block !important;
	cursor: default !important;
}

body {
	background: #FFFFFF;
	padding: 0 !important;
}

section {
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	background: transparent;
	font-size: 100%;
	height: auto;
	padding-left: 0;
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance:none;
    text-indent: 0.01px;
    text-overflow: "";
}

body#print-friendly select {
	font-size: 100%;
	height: auto;
	padding-left: 0;
	text-indent: 0.01px;
}

.grid {
    display: none;
}

body#print-friendly a {
	cursor: default;
	color: #444;
	padding: 0;
}

body#print-friendly a.button-collapse {
	cursor: default;
	color: #444;
	padding: 6px;
}

body#print-friendly a.button-expand {
	cursor: default;
	color: #444;
	padding: 6px;
}

body#print-friendly table.invoice-summary-open th:nth-child(1),
body#print-friendly table.invoice-summary-open td:nth-child(1),
body#print-friendly table.invoice-summary-open th:nth-child(13),
body#print-friendly table.invoice-summary-open td:nth-child(13),
body#print-friendly table.invoice-summary-closed th:nth-child(1),
body#print-friendly table.invoice-summary-closed td:nth-child(1),
body#print-friendly table.invoice-summary-closed th:nth-child(13),
body#print-friendly table.invoice-summary-closed td:nth-child(13) {
	display:none;
}

body#print-friendly .tabs table.invoice-summary-open a,
body#print-friendly .tabs table.invoice-summary-closed a {
	background: none;
}

body#print-friendly ul.ui-tabs-nav {
	display: none;
}

body#print-friendly div.ui-tabs {
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

body#print-friendly div.ui-tabs .ui-tabs-panel {
	padding: 0;
}

body#print-friendly div.qtip,
body#print-friendly div.qtip-tip,
body#print-friendly div.qtip-content {
	display: none;
}

body#print-friendly tfoot td {
	color: #444;
}

body#print-friendly .table_paging {
    display: none;
}

body#print-friendly .pagination {
    display: none;
}

body#print-friendly .print-only {
    display: table-row;
}


.module-fifty-fifty .pepsi-account-nav-payment-history-filters{
	display:none;
}

.table-key {
    display: none;
}

#child\.account\.navigator_account_nav_module .column-left,
#child\.account\.navigator_account_nav_module .column-right {
    display: block !important;
}
span.table-range{
	display:none;
}
div.row input[type="radio"]{
	vertical-align: middle;
	margin-top: 3px;
}
div#child\.account\.navigator_invoice_summary_header{
    margin-bottom: 10px;
}
span#pepsi\.invoice\.summary_display-pending_payment{
	margin-left: 19px;
}

div#pepsi\.invoice\.summary_common_header_message_container,
div#child\.account\.navigator_account_nav_module_find_account,
div.message-info{
    display:none;
}

.overview-account-balance td.accountTooltip div{
    display:inline;
	padding: 0 5px 0 0;
	color: #000;
}
.overview-account-balance td.accountTooltip span{
    padding: 0 5px 0 0;
}
.overview-account-balance td.accountTooltip a{
    display:inline;
	white-space: pre;
}
.overview-account-balance td.accountTooltip{
    padding: 0 3px 0 8px !important;
}
	
div.pagination, .table_paging {
	display: none;
}
@page table { 
	page-break-inside:auto;
}
/*
table {
    border-spacing: 0;
    line-height: 1.25em;
  }
table > tbody > tr > td {padding: 0;}
table > tbody > tr:first-child > td > div {border-top: 2px solid black;}
table > tbody > tr > td:first-child > div {border-left: 2px solid black;}
tr, span{
	page-break-inside:avoid; page-break-after:auto
}
*/
@page thead {
	display:table-header-group
}
@page tfoot {
	display:table-footer-group
}
@page tr, div{
	page-break-inside:avoid; 
	page-break-after:auto;
}
.related-warning {
	display: none;
}
#impersonation_bottom, #impersonation_left, #impersonation_right{
	display: none;
}
#print-modal-controls {
    border: 1px solid #ccc;
    border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    top: 15px;
    left: 50%;
    margin: 0 0 0 -81px;
    position: absolute;
    padding: 5px 0;
    background: rgba(250, 250, 250, 0.75);
}

#print-modal-controls a {
	color: #FFF;
	display: block;
	float: left;
	height: 32px;
	text-decoration: none;
	text-indent: -999em;
	width: 80px;
}

#print-modal-controls a:hover {
	opacity: 0.75;
}

#print-modal-controls a.print {
	background: url(images/icon-print.png) no-repeat 50% 50%;
}
#print-modal-controls a.close {
	background: url(images/icon-close.png) no-repeat 50% 50%;
}
@media print {
    #print-modal-controls { 
		display: none !important; 
	}
}
#print-friendly section{
	margin: 60px 0px 50px -512px;
	left: 50%;
	position: absolute;
}
@media print {
	#print-friendly section{
		margin: 0px 0px;
		left: 0px;
	}
}
.module-tabs .heading-container {
	display: none;
}
body {
	display: block !important;
}