/********************************************
branding.css

Contains all the look and feel definition for
a custom PSuite program.
**********************************************/

/***********************************************************
General Styles

Define general element styles, overall page 
layout and global fonts and colors.
**************************************************************/
:root {
    --canon-red: #cc0000;
    --dark-red: #9c161b;
}
body {
    font-family: "Arial", Helvetica, Sans-Serif;
    margin: 0 auto;
    height: 100%; 
}

a {
    color: #000000;
}
    a:hover {
        color: #CC0000;
        color: var(--canon-red);
    }

.smallText {font-size:9px}

#internalPages, #externalPages, #ReportPages {
    margin: 0 auto;
}
.outerContainer {
    margin: 0 auto;
}
#WhiteContnr{min-height:400px;}
.bodyHolder {
     width: 950px;
     margin: 0 auto;
     /*background-color: #ffffff;*/
     /*box-shadow: 6px 0 50px #450002,  -6px 0 50px #450002;*/
    min-height: 952px;

    /*-moz-box-shadow: 10px 10px 30px #334c8d, -10px 10px 30px #334c8d;
    -webkit-box-shadow: 110px 10px 30px #334c8d, -10px 10px 30px #334c8d;
    box-shadow: 10px 10px 30px #334c8d, -10px 10px 30px #334c8d;*/
    /* For IE 8 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#334c8d')";*/
    /* For IE 5.5 - 7 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#334c8d');*/
}
#ReportPages .container,
#internalPages .container,
#externalPages .container {
    background: #FFF;

}
.content{
    padding: 10px 10px;
  }
.shadow {
    -moz-box-shadow: 10px 10px 10px 10px #000;
    -webkit-box-shadow: 10px 10px 10px 10px #000;
    box-shadow: 10px 10px 10px 10px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.TelerikModalOverlay{ z-index: 1000;}
/* might be able to delete
#ipfContent #content {
    width: 953px; 
    min-height: 500px;
    margin: 0 auto;  
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 10px;
    background-color: #FFF;
    }
#ReportPages #Container {
    width: 100%;
    overflow: visible; 
    margin-bottom: 50px;
}
#ReportPages #Content {
    width: 99%;
    overflow: visible; 
    margin-left: 10px;
    margin-right: 10px;
    
}
#externalPages #content {
    width: 973px; 
    margin: 0 auto;
    padding-top: 20px;
}*/
.footer {
    background-color: #343333;
    color: #fff;
    min-height: 120px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
}
    .footer a {
        color: #fff;
    }
.footer a:hover {
    color: #CC0000;
    color: var(--canon-red);
}

.footer_disclaimer {
    max-width: 700px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    color: #afafaf;
    font-size: 11px;
}

/*reducing size of headers */
h1 {
    font-size: 1.5em;
    padding-top: 10px;
}

h2{
    font-size: 1.2em; 
    font-weight: bold;
    margin-bottom: .3em;
    margin-top: 1em;
    /*padding-top: 5px;*/
}

h3{
    font-size:1em; 
    font-weight:bold;
}
h4{
    font-size:1.1em; 
    font-weight:bold;
    line-height: 1.5em;
}
ul.horizontal {
    padding: 0;
    margin: 0;
}
ul.horizontal li {
    display: inline;
    padding: 0 1em 0 0;
}

ul.horizontal li.last-child {
    padding: 0;
}

/*******************************************************
HTML Elements

*********************************************************/
hr {
height: 1px;
border-top: 1px solid #EEE;
margin-top: 1.5em;
}

hr.horizontalLine {
    background-color: #CC0000;
    background-color: var(--canon-red);
    height:4px;
   
}


/*******************************************************
Popup Window Area

*********************************************************/

#internalPopUp {
    background: none !important;
    background-color: #ffffff;
    margin: 0 auto;
}
#internalPopUp .container {
    width: 950px;
    margin:0 auto;
}
#HeaderPopUp {
    height: 125px;
    min-height: 125px;
    padding: 0;
    width: 950px;
    margin: 0 auto;
    background-color: unset;
    background: url(/images/hdrPopUpWindow.png) no-repeat;
    background-size: contain;
}


/*******************************************************
Header Area

*********************************************************/

#banner {
    margin: 0;
    height: 153px;
    padding: 0;
}
#iPFHeader {
    background-color: #000;
    height: 131px;
    width: 100%;
    background-color: #000;
}
.hcsHeader {
    color: #cc0000;
    color: var(--canon-red);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
#Header {
    background-color: #FFF;
    height: 153px;
    width: 100%;
}
.headerContainer {background-color: transparent;}

.HeaderImage {
    height: 125px;
    padding: 0;
    width: 950px;
    margin: 0 auto;
    /*background: url(../images/2016Header.jpg) no-repeat #cc0000;*/
    background-color: transparent;
}
.HeaderImage .column {
    margin-top:10px;
}
.topLeftLogo img {
    width:20%;
    height:auto;
    float:left;
}
.topRightLogo img {
    padding-right:10px;
    }

#toprightlogo {
    margin-top: 25px;
    width: 155px;
}

.iPFImage {
    height: 131px;
    padding: 0;
    width: 973px;
    margin: 20px auto;
    background: #000 url(../images/iPF_header_bg.jpg) no-repeat;
}
#utilityMenu {
    margin-top: 10px;
    }
#utilityMenu .rmText{text-decoration: underline !important;}  

#internalPages #language, 
#externalPages #language {
    font-size: .9em;
    position: absolute;
    top: -2px; right: 0px;
    height: 25px; 
    border: 1px dotted #55B8B8; 
    background:#F1F9F9;
    padding: 0.5em 1em;
    text-align: center;
}
    
#internalPages #language input, 
#externalPages #language input  {
    vertical-align: middle;
}

 
/**************************************************************
Navigation Menus

**************************************************************/
/* Main Navigation */

.NavMenu {
    /*background: url(../images/navBg.jpg);*/
    background-color: #000000;
    height: 60px;
}

.rmItem {
    height: 33px !important;
}
.WelcomeMess {
    color: #FFF;
    padding-top: 8px;
    float:right;
}

.badgeimage {
    width: 35px;
    height: 35px;
    float: left;
    padding-right: 10px;
}

.RadMenu .RadMenu_RedGradient {
    overflow: visible !important;
}
.redRight {
    border-right: 1px solid #FFF;
}

/* External Main Navigation */
#externalPages #nav ul{
    margin:0px; 
    padding:0px;
    }  
#externalPages #nav li{
    list-style: none; 
    display: inline; 
    padding: 0px 15px; 
    line-height:38px;
    width: 100%; 
    }
    
#externalPages #nav a{
    color:#FFF; 
    text-decoration:none;
    }

#externalPages #nav a:hover {
    text-decoration:underline;
    } 

/*****************************************************************
Home Content Area

******************************************************************/
.ToolSect {
    height: 340px;
    margin: 0 auto;
    
} 

.Status {
    color: #602e81;
    margin: 0; padding: 5px 0 10px 0px;
    
}
#MyContnr {
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
}


/******************
My Activity and Leaderboard styles
*******************/
.homeFieldBg {
    width: 150px;
    height: 24px;
    background: #fff;
     margin: 0 2px; 
    padding: 2px 2px 0px 5px;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    border-radius: 5px;
}
.homeFieldLgBg {
    width: 185px;
    height: 24px;
    background: #fff;
     margin: 0 2px; 
    padding: 2px 2px 0px 5px;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    border-radius: 5px;
}
.FieldBg {
    width: 197px;
    height: 26px;
    background: url(../images/fieldBg.png) no-repeat;
     margin: 0 2px; 
    padding: 4px 2px 2px 5px;
    color: #602e81;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
}


/******************
Card Balance Button
*******************/
.CardBalBtn {
    width: 197px;
    height: 40px;
    background: url(../images/WidgetBtn.png) no-repeat;
    margin: 10px auto 0 auto; 
    padding: 6px 2px 2px 8px;
    font-weight: bold;
    font-size: .95em;
    text-align: center;
}
.CardBalBtn a {
    text-decoration: none;
    color: #FFF;
}
.CardBalBtn a:hover {
    text-decoration: none;
    color: #f3d90e;
}
/******************
Rank Balance Button
*******************/
.FloatLeft {
    float: left;
    width: 220px;
    margin: 0;
}
.FloatLeft h2 {
    font-size: 16px;
    font-weight: normal;
    color: #1d75bd;
}
.FloatRight {
    float: right;
    width: 71px;
    padding: 5px 5px 0 0;
    margin: 0;
}
.FloatRight img {
    position: relative;
    margin-top: 30px;
}
.Right {
    float: right;
    padding: 0 10px 5px 0;
    margin: 0;
}
.KeyDate {
    width: 973px;
    height: 25px;
    color: #FFF;
    font-size: 12px;
    margin: 0 auto;
    background: #FFF url(/images/KeyDate_bg.gif) repeat-y;
    margin: 0 auto; padding: 4px 0 10px 10px;
}

.KeyFormat 
{
    padding: 0 0 0 10px;   
}
.RankContnr {
    padding: 5px 0 0 0;
}

.QuickLinks {
   float: left;
   width: 210px;
   margin: 0 0 0 20px; padding: 0 0 0 0;
}
.quickLinksIcons {
    vertical-align: top;
    margin-right: 10px;
}
a.quickLinks {
    color:#000000;
    font-size:12px;
    font-weight: normal;
}
a.quickLinks:hover {
    color: #cc0000;
    color: var(--canon-red);
}
.MyAct {
    float: left;
    width: 220px; 
    min-height: 300px; 
    margin: 0 20px 0 0; padding: 0;
    font-weight: bold;
}
.Ranks {
    float: left;
    width: 220px; 
    min-height: 300px;  
    margin: 0 25px 0 0; padding: 0;
}
.RankTabContnr {
    font-weight: bold;
    font-size: 10px;
    
}
.RankTab-On {
    height: 20px;
    text-align: center;
    float: left;
    margin: 0; padding: 5px 5px 0 5px;
    color: #FFF;
    background-color: #666666;
    font-size: 10px;
    width: 100px; 
}
.RankTab-On a {

    text-decoration: none;
    color: #FFF;   
}
.RankTab-On a:hover {

    text-decoration: none;
    color: #f3d90e;   
}

.RankTab-Off {
    height: 20px;
    text-align: center;
    float: left;
    padding: 5px 5px 0 5px;
    color: #000;
    background-color: #CCC;
    font-size: 10px; 
    width: 100px;
}
.RankTab-Off a {
    text-decoration: none;
    color: #000;   
}

.NoRanking {
    float: right;  
    height: 292px;
    width: 247px; 
    margin: 0; padding: 8px 20px 0 0;
}
.NoActBoard {
    float: right;  
    height: 292px;
    width: 491px; 
    margin: 0; padding: 8px 20px 0 0;
}

.Alert {
    float: right;
    width: 220px; 
    height: 300px; 
    margin: 0; 
    padding: 0 6px 0 0; 
    background-position: top;
}
.AlertContnr {
    margin: 0; padding: 0; 
    width: 100%;
}
.AlertContent {
    height: 270px;
    width: 215px;
    padding-left: 5px;
    overflow: auto;
    font-size: 12px !important;
}
.SlideShow {
    width: 300px;
    height: 250px;
    background: url(../images/SlideShow_bg.jpg) no-repeat;
    border: 1px solid #EEE;
}
.Alerts {
    width: 300px;
    background-color: #FFF;
    min-height: 220px;
    float: right;
    border: 1px solid #EEE;
}
.alertsHR {
    padding: 10px 0;
}

.EnterClaim {
    float: left; 
    width: 650px; 

}
.LastFive {
    width: 265px;
    min-height: 590px;
    background-color: #FFF;
    float: right;
    margin-left: 5px;
    border-left: 1px solid #EEE;
}

.LastFive .dockTitle {
    font-weight: bold;
}

.LastFive p {
    margin-bottom: 0;
}

/*****************************************************************
Content Area

******************************************************************/

.SummaryReport {
    float: left;
    width: 618px;
    background-color: #FFF;
    margin-left: 10px;
    border: 1px solid #EEE;
}
.RightSummary {
    float: right;
    width: 333px;
    margin-left: 10px;
    padding: 0;
}
.RightContnr {
    margin-bottom: 20px;
    padding: 0;
    width: 330px;
    background-color: #FFF;
    border: none !important;
}
.LeftContnr {
    margin-bottom: 20px;
    padding: 0;
    background-color: #FFF;
}

.heading{
    background:#ECF8FA;
    font-weight:bold;
    padding:5px;
}      
.CardBal {
    height: 80px;
    background: url(../images/CardBal_bg.jpg) no-repeat;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-right: 25px;
}
.CardBalLg {
    font-size: 28px;
}
.CardBalNA {
    font-size: 26px;
}

.RecognitionAct {
    background-color: #FFF;
    margin-bottom: 10px;
    border: 1px solid #EEE;
}
.noUnderline{
    text-decoration: none;
    cursor: pointer;
}


    
#output{
    font-size:1.2em;
    color:#000;
    padding:10px;
    margin:0 auto;
    }

#MailContnr {
    width: 100%;
    padding: 0;
    /*background: #FFF url(../images/checklist_bg.jpg) repeat-x;*/
    min-height: 500px;
    padding-bottom: 20px;
}
.MailingLeft {
    min-height: 550px;
    width: 49%;
    float: left;
    padding-top: 10px;
    padding-left: 11px;
    border-right: 1px solid #CCC;
}
.MailingRight {
    min-height: 550px;
    width: 48%;
    float: left;
    padding-top: 10px;
    border-left: 1px solid #EEE;
    padding-left: 10px;
    overflow: hidden;
}

.TopHeader {
    height:100%;
    margin: 0;
    padding: 0;
}
.TopHeader h1 {
    background: url(../images/h1_bg.jpg) no-repeat;
    height: 40px;
    width: 300px;
    padding: 10px 0 0 15px;
    color: #FFF;
    margin: 0;
}

.Reminder {
    background: url(../images/Reminder_bg.png) no-repeat;
    min-height: 110px;
    width: 270px;
    line-height: 12px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;   
}
.Reminder p {
    padding: 15px 15px 0 10px;
}


/***********************************************************************
FAQ
*************************************************************************/
.FAQsContnr {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-top: 1px solid #EEE;
}
.FAQsContnr p 
{
    padding-top: 10px;
}

.FAQsContnr h2 {
    background-color: #eee;
    padding: 5px;
    margin: 20px 0 0 0;
}
.FAQsContnr h3 {
    font-size: 1.2em;
    font-style: italic;
    margin: 30px 0 5px 0;
}
.Faqs {
    float: left;
    width: 49%;
    border-right: 1px solid #EEE;
    padding-right: 10px;
}

.Faqs2 {
    width: 48%;
    float: left;
    margin: 0;
    padding-left: 10px;
}
.FaqsTab caption {
    background-color: #30378f;
    color: #FFF;
}

.FaqsTab th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #FFF;
	text-transform: uppercase;
	/*text-align: left;*/
	padding: 10px 5px;
	background: #333 url(images/bg_header.jpg) no-repeat;
}

.FaqsTab th.nobg {
	border-top: 0;
	border-left: 0;
	background-color: #9b9b9b;
	color: #FFF;
	border-bottom: #FFF 1px solid;
}
.FaqsTab th.spec {	
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
}

.FaqsTab th.specalt {
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #B4AA9D;
}

.FaqsTab td {
	border-right: 1px solid #d1dfe9;
	border-bottom: 1px solid #d1dfe9;
	background: #fff;
	padding: 10px 5px 0px 5px;
	color: #333;
}

.FaqsTab td.alt {
	background: #EEE;
	color: #333;
}

/* ---- Bundled Table ----- */

#bundletable {
	width: 100%;
	padding: 0;
	margin: 10px 0 10px 0;
}

#bundletable caption {
	padding: 5px;
	width: 100%;
	font-weight: bold;	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

#bundletable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 6px 15px 12px;
	background: url(../images/rGheaderBg.jpg) repeat;
}

#bundletable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#bundletable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFF;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size: 11px;
}


#bundletable td.alt {
	background: #EEE;
	color: #797268;
}

#bundletable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	color: #333;
	background: #fff none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#bundletable td.srep {
	border-left: 1px solid #C1DAD7 !important;
	border-top: 0;
	color: #4f6b72;
	background: #fff none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#bundletable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/rGheaderBg.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797268;
}

/* ----- End Bundled Table ----- */




/***********************************************************************
Footer
*************************************************************************/
#ReportPages #FtrContnr, 
#internalPages #FtrContnr {
    padding: 0px;
    width: 100%;
    height: 100px;
}

#internalPages #FtrContnr, #ReportPages #FtrContnr, #externalPages #FtrContnr {
    padding: 0px;
}
.Ftr {
    margin: 20px auto;
    height: 50px;
    width: 973px;
    padding: 0;
}
#FtrContnr ul {
    list-style: none;
    text-align: center;
}
#FtrContnr a {
    color: #000;
    text-decoration: none;
    padding: 11px;
}
#FtrContnr a:hover {
    padding: 11px;
    color: #323790;
    width: 100%;
}
#FtrContnr ul.horizontal li { 
    margin: 0;
    padding: 11px;
}
#FtrContnr ul.horizontal listview {
    display: inline;  
    }
#FtrContnr ul.horizontal li.last-child {
    border: none;
}


/**************************************************************
Buttons

****************************************************************/ 

/*buttons*/
a.button, 
button, 
input.button { 
    margin: 0.3em 0.3em 0.3em 0em; 
    padding: 3px;
    border: 1px solid #7e7d7d;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000; 
    background-color: #7e7d7d;
    font-weight: bold;
    font-size: 12px;
    font-family:"Arial", Tahoma, Verdana, sans-serif;
    text-decoration:none;
    color: #FFF;
    cursor: pointer;
    }
.buttonWarning {
    margin: 0.3em 0.3em 0.3em 0em;
    padding: 3px;
    border: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #9c161b;
    background-color: var(--dark-red);
    font-weight: bold;
    font-size: 12px;
    font-family: "Arial", Tahoma, Verdana, sans-serif;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}    
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, 
a.button:hover,
input.button:hover
{
  background-color: #cccccc;
  color: #000000;

}
.buttonWarning:hover {
    background-color: #cc0000;
    background-color: var(--canon-red);
}

a.button:active{
  background-color:#2b337c;
  border:1px solid #2b337c;
  color:#fff;
}

/* Positive Buttons*/
body .positive {
  color:#529214;
}

a.positive:hover, 
button.positive:hover,
input.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}

a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative Buttons*/
body .negative {
    color: #cc0000;
    color: var(--canon-red);
}

a.negative:hover,
button.negative:hover,
input.negative:hover {
    background-color: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #cc0000;
    color: var(--canon-red);
}

a.negative:active {
    background-color: #cc0000;
    background-color: var(--canon-red);
    border: 1px solid #cc0000;
    border: 1px solid var(--canon-red);
    color: #fff;
}

input.disabled {
    color: #ccc;
}
input.disabled:hover { /* remove hover styles */
    color: #ccc;
    background-color: rgb(126, 125, 125);
}
.center {
    text-align: center;
}

/* Wizard Buttons
------------------------------------------------------------- 
Don't use button class for these buttons 
a.button64, a.button48 {
    display: block;
}

/* Base 64px icon button. Add a class on to give the button a background image. 
.button64 {
    min-width: 64px;
    padding: 64px 0 0 0;
    text-align: center;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: Transparent;
    background-image: url(../images/sprite.png);
}
.button64:hover {
    color: #000;
    }
    
.previous { background-position:50% -192px; }
.next { background-position:50% -96px; }
.startOver { background-position:50% -287px; }
.submitMessage { background-position:50% -573px; }
.acknowledge { background-position:50% -2777px; }
.currency { background-position:50% -2862px; }
.game { background-position:50% -3046px;}
.merch { background-position:50% -2682px; }
.sweepstakes { background-position:50% -2958px; }
.checkOut { background-position:50% -3134px;}
.delete{ background-position:50% -1834px;}
.add{ background-position:50% 0px;}
.exit{ background-position:50% -2024px;}
.cancel { background-position:50% -1930px; }
.print{ background-position:50% -795px;}


.button48 {
    min-width: 48px;
    padding: 48px 0 0 0;
    text-align: center;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: Transparent;
    background-image: url(../images/sprite.png);
}

.button48:hover {
    color: #000;
    }
.checkOut48 { background-position:50% -722px;}
.help48 { background-position:50% -2410px;}

.button20  {
    padding: 0 24px 0 0;
    min-height: 20px;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: Transparent;
    
}
.next20 { background-image: url(../images/miscIcons/nextSm.png); } 
.details20 { background-image: url(../images/miscIcons/help_20.png); }
 */
/*old code - trying to replace */
.startOver,
.delete,
.add,
.exit,
.cancel,
.previous,
.print,
.next,
.startOver,
.submitMessage {
    width: 130px;
    padding-top: 64px;
    text-align: center;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: Transparent;
}
.search, .help {
    width: 50px;
    padding-top: 30px;
    text-align: center;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: Transparent;
}
.edit{
    width: 35px;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: Transparent;
}

.playLarge{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width:200px;
    padding-top:95px;
    background:url('../images/miscIcons/play128.png') no-repeat center top;
    color:#009;
    text-align:center;
    cursor:pointer;
    }
.startOver:hover,
.delete:hover,
.search:hover,
.help:hover,
.edit:hover,
.add:hover,
.exit:hover,
.cancel:hover,
.next:hover, 
.previous:hover,
.print:hover,
.startOver:hover,
.submitMessage:hover {
    color: #000;
}

.startOver{background-image: url(../images/miscIcons/startOver.png);}
.delete{
    background-image: url(../images/miscIcons/delete.png);
}
.search {
    background-image: url(../images/miscIcons/search.png);
}
.help {
    background-image: url(../images/miscIcons/help.png);
}
.add {
    background-image: url(../images/miscIcons/add.png);
}

.edit {
    background-image: url(../images/miscIcons/edit.png);
}

.exit {
    background-image: url(../images/miscIcons/exit.png);
}

.cancel {
    background-image: url(../images/miscIcons/cancel.png);
}

.previous { 
    background-image: url(../images/miscIcons/previous.png);
}

.print {
    background-image: url(../images/miscIcons/print.png);
}

.next { 
    background-image: url(../images/miscIcons/next.png);
}

.startOver {
    background-image: url(../images/miscIcons/refresh.png);
}

.submitMessage {
    background-image: url(../images/miscIcons/sendUpload.png);
}


.addButton { 
    width: 100px;
    text-align: center;
    padding-bottom: 1px;
    }
.addButton a {
    text-decoration: none;
    }
.addButton a:hover {
    color: #000;
    }
.button20  {
    padding: 5px 24px 5px 0;
    min-height: 20px;
    line-height:30px;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: Transparent; 
}

.leftButton20{
    padding: 5px 10px 5px 24px;
    line-height:30px;
    min-height: 20px;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: Transparent;
}

.attach20{
    padding: 5px 0px 5px 20px;
    min-height: 20px;
    line-height:30px;
    cursor: pointer;
    color: #009;
    border: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: Transparent;
    background-image: url(../images/miscIcons/attach20.png);
} 

.refresh20 { background-image: url(../images/miscIcons/refreshSm.png); border:1px solid #CCC; }
.cancel20 { background-image: url(../images/miscIcons/cancelSm.png); border:1px solid #CCC; }
.next20 { background-image: url(../images/miscIcons/nextSm.png); }
.previous20 { background-image: url(../images/miscIcons/previousSm.png); }
.print20 { background-image: url(../images/miscIcons/printSm.png); }
.add20 { background-image: url(../images/miscIcons/addSm.png); }
.edit20 { background-image: url(../images/miscIcons/Edit.gif); }
.delete20 { background-image: url(../images/miscIcons/Delete.gif); border:1px solid #CCC; }
.deleteNoB {background-image: url(../images/miscIcons/Delete.gif);}
/*end of buttons that i'm trying to get rid of*/

.RadTabStrip .rtsLI .hidden {
    display: none;  
    }
.RadTabStrip .progress {
    display: block;
    float: left;
    background: url(../images/wizzard/progress_right.png) right top no-repeat;
    padding: 0 15px 0 0 !important;
    cursor: default !important;
    color: #339;    
    }
.RadTabStrip .progress .rtsOut {
    background: url(../images/wizzard/progress_left.png) no-repeat;
    padding: 0 0 0 11px !important;
    }
.RadTabStrip .progress .rtsIn {
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
    background: url(../images/wizzard/progress_bg.png) repeat-x;
    font-weight: bold;
    }

.RadTabStrip .current {
    background-image: url(../images/wizzard/progress_right_current.png);
    color: #009;
    }
.RadTabStrip .current .rtsOut {
    background-image: url(../images/wizzard/progress_left_current.png);
}
.RadTabStrip .current .rtsIn {
    background-image: url(../images/wizzard/progress_bg_current.png);
}   
.RadTabStrip .progressDisabled {
    display: block;
    float: left;
    background: url(../images/wizzard/progress_right_disabled.png) right top no-repeat;
    padding: 0 15px 0 0 !important;
    cursor: default !important;
    }
.RadTabStrip .progressDisabled .rtsOut {
    background: url(../images/wizzard/progress_left_disabled.png) no-repeat;
    padding: 0 0 0 11px !important;
}

.RadTabStrip .progressDisabled .rtsIn {
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
    background: url(../images/wizzard/progress_bg_disabled.png) repeat-x;
    color: #999;
}

    
/* Dock Styles
-------------------------------------------------------------- */
.dockHold {
    border: none;
    padding: 0;
    font-size: 1em;
    margin: 0;
    background: url(../images/2013DockBodyBg.jpg) repeat-y;
    width: 226px;
    float: left;
    padding-right: 9px;
}
.dockHoldSpan24 {
    border: none;
    padding: 0;
    font-size: 1em;
    /*background: url(../images/2013DockBodyBg.jpg) repeat-y;*/
    background-color: #ececec;
    width: 100%;
    float: left;
    /*padding-right: 9px;*/
}
.dockHoldSpan24 .dockTitle {text-align:center;}
hr.dotted {
    border-top: 1px dotted #EEE;
    height:0;
    margin:5px 0;
    }

.topBorder{
    border-top:1px solid #CCC;
    }
.dockTitle {
    padding: 4px 0px 2px 5px;
    /*background: url(../images/dockHeaderBg.jpg) repeat-x;*/
    background: #cc0000;
    background: var(--canon-red);
    height: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
.dockBody {
    padding:5px;
    font-weight: bold;
    height: 297px;
    overflow: auto;
    }

/** Badging control styles **/
.dockBodyBadging {
    padding: 0px;
    overflow: auto;
    background-color: #fff;
    font-size: 15px;
}
.dockBodyBadging .dockBodyBadgingContainer {
    display: flex;
    align-items: center;
    padding: 10px;
}
/* Centers the text in children*/
/*.dockBodyBadging .header span,
.dockBodyBadging .header h2 {
    display: block;
    text-align: center;
}*/
.dockBodyBadging .badgeImage {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.dockBodyBadging .header {
    display: flex;
    flex-direction: row;
}
.dockBodyBadging .header > div {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.dockBodyBadging .header > div h2 {
    margin: unset;
}
.dockBodyBadging .header .widgetThumb {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px auto 15px;
    color: #027f88;
    font-size: 30px;
}
    .dockBodyBadging .showBalanceButton, .dockBodyBadging .showBalance {
        margin-top: 10px;
        margin-bottom: 15px;
        padding-right: 14px;
        padding-left: 14px;
    }
    .dockBodyBadging .showBalanceButtonText {
        color: black !important;
    }

    .dockBodyBadging .showBalanceButton {
        border: 1px solid #cc0000;
        border: 1px solid var(--canon-red);
        background-color: #ECECEC !important;
    }

    .dockBodyBadging .showBalanceButton:hover {
        background-color: #fff !important;
    }

    .dockBodyBadging .dockTitle {
        text-align: center;
    }
.dockBodyBadging .largeText {
    font-size: 2em;
    font-weight: 700;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-widgeticon {
    margin-left: 5px;
    font-size: 15px;
    text-decoration: none;
}

.bigFlatButton {
    display: inline-block;
    background-color: #3898EC;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;

    padding: 8px 20px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
}
    .bigFlatButton.whiteOnRed {
        background-color: #cc0000;
        background-color: var(--canon-red);
        color: #fff;
    }
    .bigFlatButton.redOnWhite {
        background-color: #fff;
        color: #cc0000;
        color: var(--canon-red);
    }
.bigFlatButton.whiteOnTeal {
    background-color: #027f88;
    color: #fff;
}

/** Homepage Carousel **/
.owl-carousel {
    padding-top: 20px;
}

.carousel-item {
    width: 280px;
    height: 360px;
    display: flex;
    flex-direction: column;
    background-color: #343333;
    color: #fff;
} 
/* Override for the site style */
.carousel-item * {
    color: #fff;
}
.carousel-item h1 {
    font-size: 22px;
    margin-bottom: 4px;
}
.carousel-image {
    width: 100%;
    height: 160px;
}
.carousel-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 15px;
    font-size: 15px;
}
.carousel-text p {
    margin: 0px;
    margin-bottom: 10px;
}
.carousel-text-header {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
}
.carousel-text-body {
    padding: 0;
    margin: 0;
    flex-grow: 1;
}
.carousel-button {
    display: table;
    max-width: fit-content;
}
/** End Homepage Carousel **/

/*Owl Slider Modifications*/
.owl-dots {
    display: none !important;
}

.owl-nav {
    position: relative;
    bottom: 135px;
}

.owl-next {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 20px;
    height: 60px;
    padding: 0px 20px !important;
    color: #027f88 !important;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 70px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.owl-next:hover {
    color: #035b61 !important;
    background: none !important;
}

.owl-next span {
    position: absolute;
    top: -10px;
    left: 0px;
}

.owl-prev {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    width: 20px;
    height: 60px;
    padding: 0px 20px 0px 18px !important;
    color: #027f88 !important;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 70px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.owl-prev:hover {
    color: #035b61 !important;
    background: none !important;
}

.owl-prev span {
    position: absolute;
    top: -10px;
    left: 0px;
}


    .dockBodySpan24 {
        padding: 10px;
        overflow: auto;
    }
#tblActivitySummary td{
    border: 1px solid #FFF;
    text-align: center;
    }
#tblActivityDetail td{
    border: 1px solid #FFF;
    text-align: center;
    }
#tblActivitySummary tr.tableTitle td {
    /*background: url(../images/dockHeaderBg.jpg) repeat-x;*/
    background: #cc0000;
    background: var(--canon-red);
    height: 5px !important;
    color: #FFF;
    padding-bottom: 0;
}
#tblActivitySummary .tableTitle td{ height: 5px !important;}
.tickLabel{
	width:100px;
	}
.yourProgress{
    text-align:center;
    padding:0 0 10px 23px;
    font-size:1.3em;
    height:30px;
    }

.tutorial{
   background: url(../images/tutorialBg.jpg) no-repeat left;
   min-height: 126px;
   text-align: right;
   padding-top: 30px;
   }
.esTitle {
    padding: 5px;
    /*background: url(../images/purpleBg.jpg) #602e81 repeat-x;*/
    background-color: #cc0000;
    background-color: var(--canon-red);
    /*height:30px;*/
    color: White;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
}
.esTable {
    border: 1px solid #EEE;
}

.esTable td {
    vertical-align: top !important; 
    padding: 4px;
}
.esTable p {
    
}    
.addUpdate a {           
    border: 2px solid #B3C8D4;    
    background: url(../images/formButtonBg.jpg) repeat-x;    
    font-size:.9em;
    text-decoration:none;
    color: #565656;
    cursor:pointer;
    text-align:right;
    display:inline-block;
    vertical-align:text-top;
    }
#slideshow {
    min-height: 320px; 
    width: 329px;
    background-color: #FFF; 
    margin: 0; 
}
#slideshow p {
    line-height: 14px;
    font-size: 11px;
}
#slideshow2 {
    height:147px; 
    width:602; 
    margin: 0;
}
#slideshow div, #slideshow2 div {
    top:0; 
    left:0;
}


    
/* Panel Styles 
-------------------------------------------------------------- */
.panelWrap {
    padding:20px 10px;
    background:#EFEFF8;
    }
    
/* form Styles 
-------------------------------------------------------------- */
.list {
    padding:2px 0;
    }
    
/* table styles */
#src table {margin-bottom:1.4em;width:100%;}
#src th {font-weight:bold;}
#src thead th {background:#c3d9ff;}
#src th, #src td, #src caption {padding:4px 10px 4px 5px;}
#src tr.even td {background:#e5ecf9;}

/* Random Styles 
-------------------------------------------------------------- */
.MsgTop {
    width: 100%;
  
    background-color: #f9f9f9;
    border: 1px solid #EEE;
}
.bgGrey {
    background-color: #f9f9f9;
    width: 100%;

}
.pointer {
    cursor: pointer;
}  
.printShow {
    display: none;
}
.CrashPage {
    width: 100%;
    padding-top: 100px;
}
.noBreak {
    white-space: nowrap;
}
.Success {
    color: #000000;
    font-size: 14px;  
}
.SuccGreen {
    color: #008826;
    font-size: 14px; 
    font-weight: bold;  
}
.white {
    color: #FFF;
}
.Red {
    color: #cc0000;
    color: var(--canon-red);
}
.RedBG {
    background: #cc0000;
    background: var(--canon-red)
}
.DarkRed {
    color: #9c161b;
    color: var(--dark-red);
}
.DarkRedBG {
    background: #9c161b;
    background: var(--dark-red)
}
.Blue {
    color: #3D63AE;
}
.Purple {
    color: #602e81;
}

.BlueBG {
    background: url(../images/MsgCtrTop.jpg) no-repeat;
    padding: 5px 0 0 20px;
    min-height: 211px;
}
.pnlParticipant {
   width: 800px;
   height: 500px !important; 
   padding: 10px;
   position: absolute;
   top: 50px;
   left: 0;
   right: 0; 
   background-color: #eee; 
   border: 1px solid #DDD; 
   font-weight: bold; 
   color: #333; 
   font-size: 11px; 
   overflow: auto;
}
.pnlSuccess {
   width: 97%; 
   padding: 10px; 
   background-color: #28a6e0; 
   border: 1px solid #333; 
   font-weight: bold; 
   color: #FFF; 
   font-size: 14px; 
   margin-bottom: 20px; 
}
.Push {
    clear: both;
}

.WhiteRight {
    border-right: 1px solid #EEE;
    padding: 0;
}
.HideText 
{
    color: #FFF;   
}
.HideText a {
    color: #FFF !important;
}
.HideText a:hover {
    color: #FFF !important;
}
.MargT-5 {
    margin-top: 5px;
}
.MargT-10 {
    margin-top: 10px;
}
.MargT-15 {
    margin-top: 15px;
}
.MargT-20 {
    margin-top: 20px;
}
.MargT-25 {
    margin-top: 25px;
}
.MargB-5 {
    margin-bottom: 5px;
}
.MargB-10 {
    margin-bottom: 10px;
}
.MargB-15 {
    margin-bottom: 15px;
}
.MargB-20 {
    margin-bottom: 20px;
}
.MargB-25 {
    margin-bottom: 25px;
}
.MargL-5 {
    margin-left: 5px;
}
.MargL-10 {
    margin-left: 10px;
}
.MargL-15 {
    margin-left: 15px;
}
.MargL-20 {
    margin-left: 20px;
}
.MargL-25 {
    margin-left: 25px;
}
.MargR-2 {
    margin-right: 2px;
}
.MargR-5 {
    margin-right: 5px;
}
.MargR-10 {
    margin-right: 10px;
}
.MargR-15 {
    margin-right: 15px;
}
.MargR-20 {
    margin-right: 20px;
}
.MargR-25 {
    margin-right: 25px;
}

.ButtonCSS3_3, .ButtonCSS3_3:visited {
	font-size: 11px;
	background: #222 url(/images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 5px 4px; 
	margin: 5px 0 5px 0;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 4px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid #333;
	cursor: pointer;
	text-align: center;
}

.ButtonCSS3_3:hover {
    background-color: #DDD; 
    color: #fff; 
}
.ButtonCSS3_3:active {
    top: 1px; 
}
.green.ButtonCSS3_3, .green.ButtonCSS3_3:visited  {
    background-color: #91bd09; 
}
.green.ButtonCSS3_3:hover	{
    background-color: #749a02; 
}

.blue.ButtonCSS3_3, .blue.ButtonCSS3_3:visited  {
    background-color: #2daebf; 
                                             
}
.blue.ButtonCSS3_3:hover	 {
    background-color: #007d9a; 
}

.red.ButtonCSS3_3, .red.ButtonCSS3_3:visited  {
    background-color: #cc0000;
    background-color: var(--canon-red);
}
.red.ButtonCSS3_3:hover  {
    background-color: #9c161b;
    background-color: var(--dark-red);
}

.magenta.ButtonCSS3_3, .magenta.ButtonCSS3_3:visited  {
    background-color: #a9014b; 
}
.magenta.ButtonCSS3_3:hover  {
    background-color: #630030; 
}

.orange.ButtonCSS3_3, .orange.ButtonCSS3_3:visited  {
    background-color: #ff5c00; 
}
.orange.ButtonCSS3_3:hover {
    background-color: #d45500; 
    }
.yellow.ButtonCSS3_3, .yellow.ButtonCSS3_3:visited  {
    background-color: #ffb515; 
}
.yellow.ButtonCSS3_3:hover  {
    background-color: #fc9200; 
}
.grey.ButtonCSS3_3, .grey.ButtonCSS3_3:visited  {
    background-color: #bfbfbf; 
}
.grey.ButtonCSS3_3:hover  {
    background-color: #DDD; 
}
.bold {
    font-weight: bold;
}
/*****************************************************************
Tooltip 


.tooltip {
   	display: inline;
    position: relative;
    font-size: 10px;
}
		
.tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.7);
    border-radius: 5px;
    bottom: 70px;
    color: #fff;
    content: attr(title);
    left: 0%;
    padding: 5px;
    position: absolute;
    z-index: 98;
    width: 120px;
}
		
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 64px;
    content: "";
    left: 42%;
    position: absolute;
    z-index: 99;
}
******************************************************************/
/* Badging Styles 
-------------------------------------------------------------- */

h2.badgeSubHeader {
    color: #cc0000;
    color: var(--canon-red);
    font-size: 18px;
    text-align: left;
    margin-top: 0;
}
.badgeSubHeader a{
    font-size:12px;
    font-style:italic;
}
.badgeRow {
    width: 100%;
    margin: 10px auto 25px auto;
}
.badgeHoverText {
    padding: 0 15px;
    text-align: left;
    line-height: 110%;
    text-decoration: none;
}

/*Tooltip Section ******************************************************************/
.hover {
    position:relative;
    display: inline-block;
    padding: 5px 0;
    font-size: 10px;
    line-height: 11px;
    width:100px;
}

.tooltip2 {
  top:-20px;
  left:-20px; 
  color:white;
  border-radius:0px;
  position:absolute;
  width:140px;
  padding:5px;
  background: #333;
  background: rgba(0,0,0,.7);
  text-align: left;
  z-index: 99;
  display: none;
}

.hover:hover .tooltip2 {
    display: block;
}

/*Growth Bonus Graph*/

.GrowthBar {
    /*border-bottom: 2px solid #C4C4C4;*/
    width: 100%;
    background-color: #cc0000;
    background-color: var(--canon-red);
    position: absolute;
    bottom: 121px;
    width: 91px;
    z-index: 2;
    margin: 0;
    padding: 0;
    opacity: .9;
    text-align: center;
}

.growthBarContainer {
    height: 120px;
    position: relative;
}
.tick1 {
    position: relative;
    border-bottom: 2px solid black;
    width: 100%;
    top: -34px;
}
.tick2 {
    position: relative;
    border-bottom: 2px solid black;
    width: 100%;
    top: -60px;
}
.tick3 {
    position: relative;
    border-bottom: 2px solid black;
    width: 100%;
    top: -120px;
}

.growthBarHolder {
    position: relative;
    height: 116px;
    z-index: 1;
}

/** New Homepage Alerts Jan2020 **/
.alertContainer {
    background-color: #cc0000;
    background-color: var(--canon-red);
    color: #fff;
    margin-top: 15px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 10px 15px;
    /* Start the flexing */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alertContainer .alertIcon {
    font-size: 30px;
}
.alertContainer .alertSubject {
    font-size: 16px;
    font-weight: 700;
    flex-grow: 1;
    color: #fff;
    margin: 0 20px;
}

.homepageWidget{
    margin-bottom: 10px;
}
