﻿#wrapper
{
    width: 900px;
    margin: 20px auto;
}

.mba-logo-text
{
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    color: #000000;
    vertical-align: top;
    position: relative;
    top: 15px;
}

.mba-logo-container
{
    margin-bottom: 20px;
    font-family: Arial;
}

.mba-content-container
{
    font-family: Arial;
}

h1
{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0662A1;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.mba-section
{
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

h2
{
    font: normal 16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #09336a;
    display: block;
    padding: 10px 0 5px;
    border-bottom: 1px dotted #0662A1;
    margin-bottom: 10px;
}

.mba-header-red
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B51030;
    display: block;
}

.mba-text-container
{
    margin-bottom: 11px;
}

.mba-text
{
    font-size: 11px;
    color: #000000;
}

.mba-section p
{
    font-size: 12px;
    color: #5c5c5c;
    margin: 10px 0;
}

.mba-text-footer p
{
    font-size: 11px;
    color: #000000;
    margin: 10px 0;
}

.mba-text-container a
{
    color: #0f3d79;
    font-size: 12px;
    font-weight: bold;
}

.mba-section p strong
{
    font-size: 12px;
    color: #0f3d79;
    font-weight: bold;
}

p.mba-text-highlighted
{
    font-size: 12px;
    color: #0662A1;
    font-weight: bold;
}

.mba-footer
{
    padding-top: 20px;
}

.mba-table
{
    width: 80%;
    border-collapse: collapse;
    border: 1px solid #38719C;
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
}


    .mba-table tr td
    {
        border: 1px solid #38719C;
    }

    .mba-table td
    {
        padding: 5px;
        height: 12px;
        font-size: 12px;
        color: #5C5C5C;
        text-align: center;
    }

thead
{
    background-image: url("Images/table-header-bg.png");
    background-repeat: repeat-x;
    background-position: left top;
    font-weight: normal;
}

    thead th
    {
        color: #FFF;
        font-weight: normal;
        font-size: 14px;
        padding: 5px;
    }


.mba-table-header-row td
{
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

.mba-table-row.activity
{
}

.activity .mba-table-row-alt, .summary .mba-table-row-alt
{
    background: #e4e4e4;
}


.appendixa col.color
{
    background: #e4e4e4;
}

table.summary
{
    margin-top: 40px;
}

/*--Print Stles*/


.mba-table thead
{
    display: table-header-group;
}

.pagebreak
{
    display: block;
    page-break-after: always;
}

tr
{
    page-break-inside: avoid;
}

.mba-table-row-alt
{
    page-break-inside: avoid;
}
#progressWrapper {
    text-align: center;
}
.progress-box {
    display: inline-block;
}
.progress-box:nth-child(1) {
  width: 25%;
}
.progress-box:nth-child(2) {
  width: 30%;
}
.progress-box strong {
  display: block;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.progress-box .icon {
  text-align: center;
  display: inline-block;
  height: 48px;
  width: 56px;
  border-radius: 5px;
}
.progress-box .subjects .current-progress .icon {
  background: #a82453 url("/DesktopModules/MBAMath/Consumer/img/icoSubjects.png") no-repeat 0 0;
  margin-bottom: 10px;
}
.progress-box .lessons .current-progress .icon {
  background: #3ac4ca url("/DesktopModules/MBAMath/Consumer/img/icoQuizes.png") no-repeat 0 0;
  margin-bottom: 10px;
}
.progress-box .subjects,
.progress-box .lessons {
  margin-top: 10px;
}
.progress-box .subjects .mba-sc-scores {
  margin: 0 -10px 0 0;
  background-color: #ddd;
  max-height: 30px;
  font-size: 16px;
  padding-bottom: 10px;
}
.progress-box .lessons .mba-sc-scores {
  background-color: #ddd;
  max-height: 30px;
  font-size: 16px;
  padding-bottom: 10px;
}
.progress-box .mba-sc-scores .mba-sc-scores-required {
  font-size: 10px;
  margin: 0 30px 0 -95px;
  font-weight: bold;
}
.progress-box .mba-sc-scores .mba-sc-scores-all {
  font-size: 10px;
  margin: 0 65px 0 -95px;
  font-weight: bold;
}
.progress-box .current-progress {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.progress-box .current-progress > span {
  display: inline-block;
}