body {
    font: 9pt Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
    background: #eee;
}

.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-left-10 { margin-left: 10px; }
.margin-right-10 { margin-right: 10px; }

.padding-top-10 { padding-top: 10px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-left-10 { padding-left: 10px; }
.padding-right-10 { padding-right: 10px; }

#wrapper {
    width: 400px;
    margin: 3rem auto;
    text-align: left;
    background: #fff;
    box-shadow: 2px 2px 10px #CEC7C7;
}
div#copyright {
    font-size: .9em;
    line-height: 1rem;
    text-align: left;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    /*padding-left: 3rem;*/
}
h2 {
    color: #29AAE2;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}
h3 {
    color: #29AAE2;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.1em;
}
a { color: #0D3E8E; }

.content ul {
    padding-left: 110px;
}
div.header {
    background: #29AAE2;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    text-align: center;
}
div.header h3.form-title {
    color: #fff;
}
/*div.logo {
    text-align: center;
}*/
div.content {
    padding: 30px;
}
div#forgot {
    text-align: center;
}
/*/div.button-group {
    padding: 0 30px;
}*/
.shadow {
    -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.3);
}

input.btn {
    border: 0;
    background: #29aae2;
    color: #fff;
    width: 100%;
    padding: 7px 0;
    border-radius: 4px;
    cursor: pointer;
    height: 45px;
    font-size: .8rem;
}
.button-group .reg {
    border: 1px solid #29aae2;
    color: #29aae2;
    padding: .8rem;
    height: 45px;
    text-decoration: none;
    width: 100%;
    border-radius: 4px;
    font-size: .8rem;
}
.logoutBtn {
    margin-bottom: 1rem;
}
.number {
    border: 1px solid #29aae2;
    border-radius: 50%;
    padding: .3rem;
    width: 25px;
    height: 25px;
    text-align: center;
}

/** Marketing Selection */
table.marketing-table {
    border-collapse: collapse;
}
table.marketing-table tr td, table.marketing-table tr th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

table.marketing-table.popup thead th.white {
    background: #fff;
}
table.marketing-table thead th {
    color: #fff;
    text-align: center;
    padding: 7px 0;
}
table.marketing-table .blue-gradient {
    background: #29aae2; /* Old browsers */
    background: -moz-linear-gradient(top, #29aae2 0%, #1686b7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29aae2), color-stop(100%,#1686b7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #29aae2 0%,#1686b7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #29aae2 0%,#1686b7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #29aae2 0%,#1686b7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #29aae2 0%,#1686b7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29aae2', endColorstr='#1686b7',GradientType=0 ); /* IE6-9 */
}
table.marketing-table .green-gradient {
    background: #82c440; /* Old browsers */
    background: -moz-linear-gradient(top, #82c440 0%, #67aa23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82c440), color-stop(100%,#67aa23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #82c440 0%,#67aa23 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #82c440 0%,#67aa23 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #82c440 0%,#67aa23 100%); /* IE10+ */
    background: linear-gradient(to bottom, #82c440 0%,#67aa23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c440', endColorstr='#67aa23',GradientType=0 ); /* IE6-9 */
}
table.marketing-table thead th span.small {
    font-size: 8pt;
    display: block;
}
table.marketing-table thead th span.title {
    font-size: 10pt;
    display: block;
}
table.marketing-table thead th span.title a {
    color: white;
}
table.marketing-table tbody tr td {
    padding: 5px 5px 5px 5px;
}
table.marketing-table tbody tr td.tick, table.marketing-table tbody tr.alt td.tick {
    background: url(../Images/tick_small.png) center left no-repeat;
    padding-left: 25px;
}
table.marketing-table tbody tr.alt td.tick {
    background: #F5F5F5 url(../Images/tick_small.png) center left no-repeat;
}

table.marketing-table.popup tbody tr td {
    padding: 2px 5px 2px 5px;
}
table.marketing-table tbody tr.alt td {
    background: #F5F5F5;
}
table.marketing-table .center {
    text-align: center;
}
table.marketing-table tr td.inclusive {
    color: #DF6520;
    font-weight: bold;
}
table.marketing-table tr td.price {
    text-align: center;
    color: #fff;
}
table.marketing-table a.view {
    font-size: 12pt;
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
}
table.marketing-table span.amt {
    font-size: 14pt;
    display: block;
}
table.marketing-table span.desc {
    font-size: 10pt;
    display: block;
}
table.marketing-table td.btn {
    padding: 0;
}
table.marketing-table td.btn a {
    width: 100px;
    text-align: center;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 8px 5px;
    margin-top: 10px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 1em;

    -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table.marketing-table td.btn a.trial {
}
.green-gradient-btn {
    background: #82c440; /* Old browsers */
    background: -moz-linear-gradient(top, #82c440 0%, #67aa23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82c440), color-stop(100%,#67aa23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #82c440 0%,#67aa23 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #82c440 0%,#67aa23 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #82c440 0%,#67aa23 100%); /* IE10+ */
    background: linear-gradient(to bottom, #82c440 0%,#67aa23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c440', endColorstr='#67aa23',GradientType=0 ); /* IE6-9 */
}
.orange-gradient-btn {
    background: #ff9900; /* Old browsers */
    background: -moz-linear-gradient(top, #ff9900 0%, #e36b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#e36b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff9900 0%,#e36b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff9900 0%,#e36b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff9900 0%,#e36b00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff9900 0%,#e36b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#e36b00',GradientType=0 ); /* IE6-9 */
}
table.marketing-table td.btn a.buy {
    background: #DF6520;
}
table.marketing-table td.btn a.soon {
    background: #afabab;
    width: 200px;
}

table.marketing-table.popup thead th span.title {
    font-size: 11pt;
}
table.marketing-table.popup thead td.price {
    padding: 5px 0;
}
table.marketing-table td.item, table.marketing-table tr.alt td.item {
    text-align: left;
    padding-left: 10px!important;
}

div.clear {
    clear: both;
}
div.kpi p {
    padding: 0;
    margin: 3px 0 3px 0;
}
div.kpi {
    float: left;
    width: 330px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
