﻿
@font-face {
    font-family: HelveticaNeueLTStd-Bold;
    src: url("/resources/style/fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
}

@font-face {
    font-family: HelveticaNeueLTStd-Light;
    src: url("/resources/style/fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
}

@font-face {
    font-family: HelveticaNeueLTStd-Ex;
    src: url("/resources/style/fonts/HelveticaNeueLTStd-LtEx.otf") format("opentype");
}

@font-face {
    font-family: HelveticaNeueLTStd-ExIE;
    src: url("/resources/style/fonts/HelveticaNeueLTStd-Ex.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('/resources/style/fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
}

body {
    margin: 0 auto;
    background: transparent url("/Resources/Images/Core/Global_Login_Background.png") no-repeat;
    height: 100%;
    font-family: HelveticaNeueLTStd-Light,HelveticaNeueLTStd-ExIE;
    font-size: 1.55em;
    width: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    color: #404040;
    background-size: cover;
}

@media(max-width:767px) {
    body {
        font-size: 20px;
    }
}

.banner {
    color: #fff;
    background: #ff0000;
    padding: 10px 25px;
    /*font-size: 10pt;*/
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    text-align: center;
}

    .banner ul {
        padding-top: 10px;
        margin-bottom: 0;
        padding-left: 15px;
    }

        .banner ul li {
            list-style: disc !important;
        }

.divContentSideBar {
    display: none;
}

div.monthfilled {
    background: url('/Resources/Images/Month_Filled.png') transparent no-repeat;
    text-align: center;
    display: inline-block;
    margin: 10px;
    height: 95px;
    width: 95px;
    padding-top: 37px;
    color: #fff;
}

div.monthunfilled {
    background: url('/Resources/Images/Month_Unfilled.png') transparent no-repeat;
    text-align: center;
    display: inline-block;
    margin: 10px;
    height: 95px;
    width: 95px;
    padding-top: 37px;
    color: #888;
}

strong {
    font-family: HelveticaNeueLTStd-Md;
}

label strong {
    font-family: HelveticaNeueLTStd-Md;
}

body.login .footer-image {
    display: none;
}

body.CustomPromotionFT {
    background-image: url(/Resources/Images/Core/background-promo.jpg);
    /* background-position: 0% 0%; */
    background-size: cover;
}

body.ep-incentive {
    background: transparent url("/Resources/Images/Core/background-incentive.jpg") no-repeat;
    background-position: 0% 0%;
    background-size: cover;
}

body.promotions {
    background: transparent url("/Resources/Images/Core/background-current.jpg") no-repeat;
    background-position: 0% 0%;
    background-size: cover;
}

body.help {
    background: transparent url("/Resources/Images/Core/background-help.jpg") no-repeat;
    background-position: 0% 0%;
    background-size: cover;
}

body.leaderboard {
    background: transparent url("/Resources/Images/Core/background-leaderboard.jpg") no-repeat;
    background-position: 0% 0%;
    background-size: cover;
}

body.ep-benefits {
    background: transparent url("/Resources/Images/Core/background-benefits.jpg") no-repeat;
    background-position: 0% 0%;
    background-size: cover;
}


/*body.defaultbody {
    background: transparent url("/Resources/Images/Core/CBG-default-bg.png") no-repeat;
    background-position: 0% 0%;
}*/
body.elite-home {
    margin: 0 auto;
    background: transparent url(/Resources/Images/Core/background-dashboard.jpg) no-repeat;
    height: 100%;
    font-family: HelveticaNeueLTStd-Light,HelveticaNeueLTStd-ExIE;
    font-size: 11pt;
    width: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    color: #404040;
    background-size: cover;
}
/*body.default .footer-image {
			background: transparent url("/resources/images/core/default-image.png") no-repeat;
			height: 185px;
			width: 327px;
			margin: auto;
		}

	body.CustomPromotionFT .footer-image {
		background: transparent url("/resources/images/core/promo-Image.png") no-repeat;
		height: 185px;
		width: 327px;
		margin: auto;
	}

	body.promotions .footer-image {
		background: transparent url("/resources/images/core/promotions-image.png") no-repeat;
		height: 185px;
		width: 327px;
		margin: auto;
	}

	body.help .footer-image {
		background: transparent url("/resources/images/core/help-image.png") no-repeat;
		height: 185px;
		width: 327px;
		margin: auto;
	}

	body.leaderboard .footer-image {
		background: transparent url("/resources/images/core/leaderboard-Image.png") no-repeat;
		height: 185px;
		width: 327px;
		margin: auto;
	}*/

body.default .teal {
    background: #fff;
    color: #404040;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    padding: 0px 0 15px;
}

a {
    /*color: #404040000;*/
    color: #EA6953;
    text-decoration: none;
}

    a:visited {
        color: #EA6953;
    }

.clear-fix {
    clear: both;
}

.content {
    padding: 20px;
}

.hero {
    height: 410px;
    width: 100%;
    background-position: 5% 100%;
    background-size: cover;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-image: url('/Resources/Images/Core/Global_Login_Hero.png');
}

.divHeaderWrapper {
    background-color: #ffffff;
    width: 1200px;
    margin: auto;
    padding: 10px 0;
}

.divHeaderBar {
    margin: 0 auto;
    width: 1200px;
    height: inherit;
}

    .divHeaderBar .pull-right {
        margin-top: 30px;
    }

.divHeaderLinks {
    float: right;
    font-size: 1.5em;
    padding-top: 25px;
}

.divHeaderPhone {
    padding-bottom: 5px;
    text-align: right;
}

.divHeaderWeb {
    padding-bottom: 10px;
    text-align: right;
}

    .divHeaderWeb a {
        text-decoration: none;
    }

.divMenuWrapper {
    /*position: absolute;*/
    /*background-color: #e3e3e2;*/
    background: #54575a;
    width: 100%;
    /*top: 115px;*/
}

.divMenuBar {
    margin: 0 auto;
    text-align: left;
    vertical-align: central;
    width: 1200px;
    height: 35px;
    /*border-right: 2px solid #296e66;*/
}

.divMenuItem {
    display: inline-block;
    padding: 7px 25px 0;
    font-size: 11pt;
    vertical-align: middle;
    text-align: left;
    height: 26px;
    font-weight: 400;
    color: #ffffff;
}

    .divMenuItem:hover {
        height: 26px;
        cursor: pointer;
        color: #4d86a0;
    }

        .divMenuItem:hover span {
            border-bottom: 2px solid #4d86a0;
        }

.divMenuItemActive {
    display: inline-block;
    padding: 7px 25px 0;
    color: #4d86a0;
    font-size: 11pt;
    vertical-align: middle;
    text-align: right;
    height: 26px;
    font-weight: 400;
}

    .divMenuItemActive span {
        border-bottom: 2px solid #4d86a0;
    }

.errMsg {
    color: Red;
    font-weight: bold;
    font-size: 12pt;
}

.programheader {
    font-size: 13pt;
    font-weight: bold;
}

.divContentOuterWrapper {
    width: 1200px;
    margin: auto;
    background-color: white;
}

.divContentWrapper {
    margin: 0 auto;
    width: 100%;
}

.divContentSideBar {
    width: 255px;
    height: inherit;
    /* background-color: #898077; */
    /* background-image: url("/Resources/Images/misc/Swoop01.png"); */
    float: left;
    height: 735px;
    vertical-align: middle;
    text-align: center;
    padding-top: 150px;
}

.divContentMainBackground {
    float: left;
    margin-top: 9px;
    width: 100%;
    padding: 5px 0;
}

.divContentMainBackgroundCore {
    float: left;
    margin-top: 9px;
    width: 100%;
}

.dibContentMainHeader {
    width: 100%;
    background-image: url("/Resources/Images/misc/HeaderBand01.png");
    background-repeat: no-repeat;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #ffffff;
    text-align: left;
    padding: 5px 5px 5px 10px;
    letter-spacing: 0.1em;
}

.defaultbody .dibContentMainHeader {
    display: none;
}

.defaultbody .divContentMainBackgroundCore {
    margin-top: -1px;
}

.teal {
    background: #185a7d;
    background: #185a7d;
    margin-bottom: 10px;
    margin-top: 20px;
}

.divContentSplash {
    width: 30%;
    height: 35px;
    /*background-image: url("/Resources/Images/misc/HeaderBand01.png");*/
    background-color: gray;
    margin-top: 22px;
    margin-left: 29px;
    font-size: 1.5em;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 0.1em;
}

.divContentSplash2 {
    width: 50%;
    height: 35px;
    /*background-image: url("/Resources/Images/misc/HeaderBand01.png");*/
    color: gray;
    margin-top: 22px;
    margin-left: 29px;
    font-size: 1.5em;
    text-align: center;
    padding-top: 5px;
    letter-spacing: 0.1em;
}

.divContentMain {
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    /*padding-right: 10px;*/
}

.divPageDefaultSalesInfoWrapper {
    float: left;
    width: 73.9%;
    padding: 5px 0px 5px 5px;
    /*height: 190px;*/
}

.orangetext {
    color: #EA6953;
}

p.orangetext {
    font-weight: bold;
    font-size: 17px;
    line-height: 30pt;
}

h4.orangetext {
    line-height: 2.1;
}

.ordiv {
    width: 400px;
    margin: 35px auto;
    text-align: center;
}

    .ordiv h3 {
        color: #404040;
        font-family: HelveticaNeueLTStd-Md;
        font-size: 22px;
    }

    .ordiv hr.left {
        float: left;
        width: 150px;
        border-color: #404040;
        margin-top: 15px;
    }

    .ordiv hr.right {
        float: right;
        width: 150px;
        border-color: #404040;
        margin-top: 15px;
    }

.maxvalue {
    float: right;
    right: 80px;
    position: relative;
    margin-top: 0px;
    font-weight: bold;
}

.millionvalue {
    float: right;
    right: 10px;
    position: relative;
    margin-top: -11px;
    font-weight: bold;
    font-size: 11pt;
    color: #EA6953;
}

.promotionitem {
    display: table-cell;
    font-size: 12pt;
    font-weight: bold;
    padding: 10px;
    /*max-width: 350px;*/
    text-align: center;
    border-right: 1px solid #185a7d;
    vertical-align: middle;
    margin-top: 10px;
    height: 115px;
}

    .promotionitem:last-of-type {
        border-right: none;
    }

.dollar {
    color: #EA6953;
    font-size: 1.4em;
    font-weight: 600;
}

.divPageDefaultAccountInfoWrapper {
    margin-left: 2px;
    padding: 5px 5px 5px 5px;
    float: left;
    margin-top: 5px;
    width: 25%;
    margin-right: 10px;
}

.divcurrentPromo {
    float: left;
    width: 99.8%;
}

    .divcurrentPromo h2 {
        margin-top: 0;
        padding-top: 10px;
    }

    .divcurrentPromo .infobody, .divadvertising .infobody {
        margin-left: -5px;
        margin-right: -5px;
        min-height: 160px;
    }

        .divcurrentPromo .infobody h2 {
            padding-top: 15px;
        }

.divadvertising {
    margin-left: 2px;
    padding: 5px 0px 5px 5px;
    float: left;
    /* margin-top: -20px; */
    width: 99.4%;
    margin-right: 0px;
}

.childaccounts {
    position: relative;
    width: 31%;
    bottom: 45px;
    right: 12px;
    float: right;
    padding: 4px;
}

.divadvertising .infobody {
    padding: 10px;
    font-size: 14pt;
    font-weight: bold;
}

.divCoupons, .divMillion, .divcurrentPromo {
    margin: -15px 2px 2px;
    padding: 5px 5px;
}

    .divCoupons .infobody, .divMillion .infobody, .divcurrentPromo .infobody {
        margin-left: -5px;
        margin-right: -5px;
        padding-top: 20px;
    }

    .divMillion .infobody {
        min-height: 160px;
    }

hr.green {
    height: 5px;
    border-top: 5px solid #185a7d;
    margin-left: -10px;
    margin-right: -10px;
}

.divPageDefaultAccountInfoContent {
    padding: 5px 5px 5px 10px;
    margin-left: -5px;
    margin-right: -5px;
    background: #ebebeb;
    min-height: 515px;
    /*line-height: 2em;*/
}

.divPageDefaultAccountInfoWrapper h1, .divPageDefaultSalesInfoWrapper h1 {
    margin-top: -3px;
    margin-bottom: 27px;
}

.progresspercentage {
    position: absolute;
    margin-left: 170px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 15pt;
}

.divPageDefaultProgramDetails {
    padding: 5px 5px 5px 5px;
}

#ContentPlaceHolder1_acc {
    /*margin-right: 12px;
	margin-top: -40px;
	float: right;*/
    width: 240px;
}

hr.home {
    display: none;
}

td.sales {
    padding: 10px 0 0;
}

#ContentPlaceHolder1_btnGo {
    padding: 0;
}

div.starburst {
    float: left;
    background: transparent url(/resources/Images/Core/starburst.png) no-repeat;
    color: #fff;
    font-size: 2em;
    text-align: center;
    width: 100%;
    height: 100px;
    padding-top: 10%;
    font-weight: bold;
    background-position-x: center;
}

.sales a {
    color: #EA6953;
    /*text-decoration: underline;*/
}

.starburst p {
    font-size: 12px;
    color: #333;
    font-weight: normal;
    margin-top: 35px;
}

ul.benefitlist {
    line-height: 1.2em;
    font-size: 10pt;
}

div.sales {
    width: 60%;
    float: left;
    background: #fff;
    min-height: 513px;
    padding: 10px 0;
}

.sales.NEP {
    width: 100%;
    min-height: 300px;
}

.sales.trip {
    width: 40%;
    margin-right: 0;
}

.NEP .percircle {
    margin: 50px 0 0 150px;
}

span.money {
    font-size: 12pt;
    font-weight: 600;
}

.benefitlist li:not(.notheader):first-child {
    list-style: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
}

.infoheader {
    background: #185a7d;
    padding: 4px;
    color: #ffffff;
    font-size: 1.2em;
    border-radius: 5px 5px 0 0;
    padding-left: 10px;
}
    .infoheader.rebate {
        background: #75787B;
    }
    .infoheader.automation {
        background: #BBBCBB;
    }
    .infoheader.roller {
        background: #B75333;
    }
    .infoheader.honeycomb {
        background: #4C86A0;
    }
    .infoheader.dual {
        background: #DF8232;
    }
    .infoheader.wood {
        background: #00956E;
    }
    .infoheader.woven {
        background: #789D4A;
    }
    .infoheader.sheer {
        background: #EA6953;
    }
    .infoheader.eclipse {
        background: #007673;
    }

    .promoheader li {
        font-weight: normal;
    }

.promoheader h4 {
    font-weight: bold !important;
}

.infoheader.homeheader {
    border-top: 5px solid #ea6953;
}

table.levelup th {
    text-align: center;
}

th.progressth {
    background: #185a7d;
    padding: 4px;
    color: #ffffff;
    font-size: 11pt;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

/*td.progresstd {
	background: #185a7d;
	padding: 4px;
	color: #ffffff;
	font-size: 12px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}*/

.infobody {
    border: 1px solid #ebebeb;
    border-top: none;
    background: #ebebeb;
    min-height: 305px;
}

    .infobody h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

h3.infoheader {
    margin: 0 -20px 10px;
    text-align: left;
    padding-left: 20px;
}

.tdPromotion label {
    vertical-align: middle;
    padding-left: 10px;
}
.tdPromotion input[type="checkbox"]{
    vertical-align:top;
}
h2.infoheader {
    margin: 0 -16px 10px;
    text-align: left;
    padding-left: 25px;
}

h4.infoheader {
    margin-top: -1px;
    padding-left: 10px;
    text-transform: capitalize;
    text-align: left;
}

.green-box {
    border: 1px solid #185a7d;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .green-box ul {
        padding-left: 25px;
    }

    .green-box table {
        margin-left: 10px;
    }

ul li {
    list-style-image: url("/resources/images/core/li.png");
    padding-bottom: 10px;
}

ol li{
    list-style:none;
}

.current td {
    text-align: center;
}

.current span {
    color: #EA6953;
    font-size: 1.4em;
    font-weight: 600;
}

.orange {
    color: #EA6953;
    font-weight: bold;
    font-size: 12pt;
}

.lightgray {
    margin-top: -10px;
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    background: #efefef;
    padding-bottom: 10px;
}

.salesprogress {
    width: 300px;
    padding-top: 20px;
}

.small-info {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

.emailnow {
    float: right;
    margin-right: 10px;
}

    .emailnow a, .emailnow a:hover {
        color: #fff;
        cursor:pointer;
    }

.divPageDefaultTripDetails {
    margin-top: 25px;
    padding: 5px 5px 5px 5px;
    height: 200px;
}

.divPageDefaultContent {
    padding: 5px;
}

.divPageLeaderContentLeft {
    /*padding: 5px 5px 5px 5px;*/
    padding: 1px 0 5px 0;
    margin: 15px 0 0 0;
}

    .divPageLeaderContentLeft td {
        /*font-size: 0.8em;*/
    }

.divPageLeaderContentRight {
    /*padding: 5px 5px 5px 5px;*/
    padding: 1px 0 5px 0;
    margin: 15px 0 0 0;
}

    .divPageLeaderContentRight td {
        font-size: 12px;
    }

.divFooterWrapper {
    width: 100%;
    background: #54575a;
    padding: 10px;
    position: fixed;
    bottom: -10px;
}

.divFooterContentWrapper {
    margin: 0 auto;
    width: 1024px;
}

.divFooterLinks {
    color: #8c8e90;
    padding-left: 10px;
}

    .divFooterLinks a {
        color: #8c8e90;
    }

.divFooterCoppyright {
    text-align: center;
    color: #8c8e90;
}

.dibContentMainHeader.teal {
    display: none;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.millionclubmember, .onemillionclubmember, .threemillionclubmember, .fivemillionclubmember, .tenmillionclubmember, .fifteenmillionclubmember {
    display: none;
}

    .millionclubmember h3 strong, .onemillionclubmember h3 strong, .threemillionclubmember h3 strong, .fivemillionclubmember h3 strong, .tenmillionclubmember h3 strong, .fifteenmillionclubmember h3 strong {
        font-size: 22px;
    }

.divCoupons .infobody {
    min-height: 300px;
    padding-top: 10px;
}

.smallbox {
    width: 35%;
    margin: auto;
}

.available {
    float: left;
    width: 100%;
    margin-right: 5%;
    background: #fff;
}

    .available .small-info {
        background: #185a7d;
        color: #fff;
        font-size: 12pt;
        padding: 5px;
        margin: 0;
        text-align: center;
        font-weight: bold;
        font-family: HelveticaNeueLTStd-Md;
    }

    .available .content {
        border: 1px solid #ccc;
        border-top: none;
    }

.bluehr {
    border: 2px solid #185a7d;
}

.infobody p {
    padding-left: 10px;
    padding-bottom: 30px;
}

.divMillion .infobody p {
    padding-bottom: 10px;
}

.redeemed .small-info {
    background: #EA6953;
    color: #fff;
    font-size: 12pt;
    padding: 5px;
}

.redeemed {
    float: left;
    margin-left: 6px;
    width: 28%;
}

.oops, .rush, .merc50 {
    float: left;
    width: 33%;
    font-size: 10pt;
    line-height: 2.5em;
}

.redeemed .couponitem {
    font-size: 10pt;
    line-height: 2.5em;
}

.couponitem.itemmore {
    display: none;
}

span.type {
    /* display: inline; */
    margin-right: 30px;
}

span.value, h4.value {
    color: #185a7d;
}

span.valuedate {
    color: #EA6953;
}

.divPromotionHeader {
    color: #365f92;
    margin-top: 1px;
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: bold;
}

#ContentPlaceHolder1_divPromoEnabled, #ContentPlaceHolder1_divPromoEnabled1, #ContentPlaceHolder1_divPromoEnabled2 {
    /*height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;*/
    /* width: 102%; */
    padding-left: 20px;
}

    #ContentPlaceHolder1_divPromoEnabled .row {
        margin-left: 0;
        margin-right: 0;
    }

.tdPromotion {
    border: 1px solid silver;
    padding: 0 20px 15px 20px;
    background-color: white;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .tdPromotion.one {
        margin-right: 40px;
    }

    .tdPromotion.col-sm-5 {
        width: 47%;
    }

.btn.btn-danger {
    background-color: #EA6953 !important;
    border-radius: 0 !important;
    background-image: none !important;
    border: none !important;
}

.btn.btn-link {
    color: #EA6953;
    background: none;
    background-color: transparent;
}

span.coral {
    color: #EA6953;
}

.divHeaderBar img {
    width: 50%;
    margin-left: 10px;
    margin-top: 3px;
}

.bluediamondcopy {
    padding-top: 45px;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}

li.nobullet {
    list-style: none !important;
}

.ui-widget-header {
    border-left: 2px solid #333;
    border-right: none !important;
    padding-right: 5px;
    color: #333333;
    font-weight: bold;
    background-color: #185a7d !important;
    border-bottom: #185a7d !important;
}

.levelup th, .levelup td {
    padding: 5px !important;
}

.hidetext .ju-multiprogressbar-valuetext {
    display: none;
}

.noborder {
    border-left: none !important;
}

.asmmessage {
    padding-top: 5px;
}

.millionvalueleft {
    float: left;
    left: 10px;
    position: relative;
    margin-top: -11px;
    font-weight: bold;
    font-size: 11pt;
    color: #EA6953;
}

.overlaycontainer {
    position: relative;
}

.ms {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    min-height: 34px;
    display: block;
    float: left;
    border-right: 2px solid black;
    padding-right: 3px;
    padding-top: 6px;
    font-weight: bold;
    text-align: right;
    color: black;
    font-size:10px;
}

.halfms {
    left: -20.3%;
}

.firstms {
    left: -17.5%;
}

.secondms {
    left: -9.6%;
}

.thirdms {
    left: 3.6%;
}

.fourthms {
    left: 30.3%;
}

.fifthms {
    left: 57%;
}


.nostyle {
    list-style: none;
    padding-bottom: 1px;
}

    .nostyle h4 {
        color: #404040;
        margin-left: -15px;
        font-weight: bold;
        margin-bottom: 10px;
    }
.intro-table {
    border: none;
    border-collapse: collapse;
    width: 938px;
    border: 1px solid #ccc;
}
    .intro-table.blue-diamond-table {
        width: 200px;
        margin-right: 20px;
    }
.intro-table .head td {
    padding: 0px;
    color: white;
    font-weight: 700;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    border: none;
    
}
    .intro-table .body td {
        padding: 0px;
        color: black;
        font-style: normal;
        text-align: center;
        vertical-align: middle;
        border: none;
        width: 20%;
    }
    .intro-table .tierlimit td {
        font-weight: bold;
        text-align: center;
        padding: 5px 0
    }

.submitblock {
    text-align: center;
    position: fixed;
    bottom: 4%;
    width: 1200px;
    background: #fff;
    padding: 10px 0;
    border-top: #ccc solid 1px
}
table.example {
    margin: auto;
    width: 400px;
    text-align: left;
}
div.promotionheader {
    padding: 20px;
    text-align: center
}
.green-text {
    color: #789D4A;
}
a.btn.btn-danger:visited{
    color:#fff;
}

.submenu {
    margin-top: 7px;
    width: 152px;
    background: #4d86a0;
    color: #fff;
    font-size: 10pt;
    text-align: left;
    position: absolute;
    z-index: 1000;
}

    .submenu ul {
        padding: 0;
    }

    .submenu li {
        list-style: none;
        padding: 6px 10px;
    }

        .submenu li:hover {
            background: #4d86a0;
        }

        .submenu li a {
            color: #fff;
        }
table.trimesterdata {
    margin-left: 0;
}
table.trimesterdata td {
    padding-top: 10px;
    padding-bottom: 10px;
}
tr.gray td {
    background: RGB(187, 188, 187);
}
tr.spirulina td {
    background: RGB(234, 232, 202);
}
tr.white td {
    padding-top: 20px;
    padding-bottom: 20px;
}
