/*
 * Cascading Style Sheet for Resellers
 * Author: Evgueni Naverniouk, evgueni@linuxmagic.com, http://www.linuxmagic.com/
 * COPYRIGHT INFORMATION - DO NOT REMOVE
 * Copyright (c) 2009 LinuxMagic Inc. All Rights Reserved.
 *
 * All style attributes in alpha-numeric order starting from 0
 */ 

/* 
 * ========================================
 * Global Elements
 * ========================================
 */

* {
    font-family: Ubuntu, Arial, "Trebuchet MS", Verdana, Tahoma, sans-serif;
    outline: none
}

::-moz-selection{background:#900; color:#FFF}
::selection{background:#900; color:#FFF}
a::-moz-selection{background:#200; color:#FFF}
a::selection{background:#200; color:#FFF}

html,
body {
    background-color: #FFF;
    /* background: #FFF url(../img/bg.gif) repeat-x; */
    color: #000;
    font-size: 14px;
    line-height: 135%;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    color: #731821;
    cursor: pointer;
    text-decoration: none;
}

a:hover {color: #000}
    
a:focus {
/*
    background: #731821;
    color: #FFF;
    margin: 0 -2px;
    -moz-border-radius: 4px;
    padding: 0 2px;
    -webkit-border-radius: 4px;
    */
}

#staging-notification-bubble {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 999;
    padding: 5px;
    border: 1px solid black;
    border-radius: 10px;
    background: red;
    text-align: center;
    font-weight: bold;
    color: white;
}

.button {
    background: #EEE url(../img/button.gif) repeat-x;
    cursor: pointer;
}

.button:hover {background-position: bottom}

.buttonlink, .buttonlink:focus {
/*
    background: #EEE url(../img/button.gif) repeat-x;
    border: 1px solid #999;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 2px;
    -moz-border-radius: 4px;
    text-align: center;
    padding: 1px 9px;
    -webkit-border-radius: 4px;
    */
    color: #1f62a1;
    font-size: 12px;
    text-align: center;
}

.buttonlink:hover {background: #FFF}

.disabled, .disabled {
    /* background: #EEE url(../img/button.gif) repeat-x; */
    cursor: default;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
    
.error, .success {
    background: #EF9398 url(../img/error.png) no-repeat 5px center;
    border: 1px solid #DC5757;
    clear: left;
    color: #7C3535;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 6px;
    padding: 3px 3px 3px 30px;
    text-align: center;
    -webkit-border-radius: 6px;
}

.error ul {
    list-style-type: none;
    padding; 0;
    margin: 0;
}

.success {
    background: #A6EF7B;
    border: 1px solid #76C83F;
    color: #268A0F;
}

.error {
        /* background: #900; */
        background: #6a1a20;
        border: 2px solid #600;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        margin: 4px;
        -moz-border-radius: 6px;
        padding: 3px;
        text-align: center;
}

.TabPage .error, .TabPage .success {clear: none}

/* MagicSpam Webstore Ticket #13 */
.successShort {
    background: #A6EF7B;
    border: 1px solid #76C83F;
    color: #268A0F;
    margin-top: 10px;
    float: left;
    width: 633px;
}

.tabpage .successShort {
    max-width: 94%;
    margin-bottom: 15px;
}

h1 {
    font-size: 22px;
    line-height: 24px;
}

h2 {
    color: #731821;
    margin: 12px 0;
}
    
input, select, textarea {
    background: #FFF;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    padding: 2px;
    -webkit-border-radius: 4px;
}

    input:focus, select:focus, textarea:focus {background: #FDB}

input[type="checkbox"] {
    cursor: pointer;
    -moz-border-bottom-colors: #999 #FFF;
    -moz-border-left-colors: #999 #FFF;
    -moz-border-right-colors: #999 #FFF;
    -moz-border-top-colors: #999 #FFF
}
    
input[type="submit"] {cursor: pointer}

.helpicon img {
    border: 0;
    cursor: help;
    margin: 0 0 -2px;
}

    .helpicon:hover img {opacity: 0.5}
    .helpicon:focus {background: transparent}

p {padding-left: 20px;padding-right: 20px;}
    
.red {color: #A00}

.right {float: right}

.textright {text-align: right}

#Header {
    /* border-bottom: 3px solid #731821; */
    position: relative;
    width: 100%;
    height: 74px;
    border-bottom: 3px solid #EEE;
}
    
#Logo {
    background: url(../img/Logo-3x3x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 10px;
    width: 290px;
    height: 79px;
    /* float: left; */
    /* padding: 0 0 0 20px; */
}   

#UserLastLogin {
    position: absolute;
    right: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #000;
}

#UserBar {
        position: absolute;
        bottom: 0;
        right: 10px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        color: #000;
        /* white-space: nowrap; */
        /* background: url(../img/userbar.gif) repeat-x; */
}

#UserBar .l {
        background: url(../img/logged_in.png) no-repeat;
        height: 28px;
        padding-left: 40px;
}

#UserBar .x2 {
    background-color: #6a1a20;
    float: right;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 28px;
    height: 28px;
}
    
#UserBar .divider {
    color: #000;
    padding: 0 6px;
}
        
#UserBar a {color: #000}
#UserBar a:hover {color: #FA0}

#Footer {
    border-top: 3px solid #731821;
    color: #333;
    font-size: 11px;
    margin: 10px auto;
    text-align: center;
    width: 1000px;
}   
    
#Wrapper {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    background-color: #FFF;
    text-align: left;
}

#leftContent {
    background-color: #f9fafa;
    width: 70%;
    display: inline-block;
    padding-top: 10px;
    vertical-align: top;
}

#rightContent {
    width: 30%;
    display: inline-block;
    padding-top: 10px;
}

.loginSection {
    text-align: initial;
    margin-bottom: 20px;
    margin-left: 10px;
}

.right .sideblock {
    background: #EEE;
    border: 3px solid #DDD;
    margin: 5px 0 10px 10px; margin-top: 40px;
    margin-top: 37px;
    -moz-border-radius: 8px;
    overflow: auto;
    padding: 18px;
    -webkit-border-radius: 8px;
    width: 250px;
}

.sideblock {
    display: inline-block;
    width: 42%;
    margin: 0px 10px 0 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
    
.sideblock h4 {
    color: #9a0a0d;
    font-size: 24px;
    margin-bottom: 15px;
    /* padding-top: 20px; */
}

#MemberLoginSection,
#AgentLoginSection {
    padding: 10px 15px;
    background-color: #EEE;
    border: 1px solid #AAA;
}

#MemberLoginSection .inputbox,
#AgentLoginSection .inputbox {
    height: 40px;
}

#MemberLoginSection .inputbox label,
#AgentLoginSection .inputbox label {
    color: #333;
    font-size: 12px;
    padding: 0 6px 0 0;
}

#MemberLoginSection .inputbox input,
#AgentLoginSection .inputbox input {
    width: 95%;
    height: 80%;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding-left: 15px;
}

#MemberLoginSection .inputbox input:focus,
#AgentLoginSection .inputbox input:focus {
    background-color: #fff;
}

#MemberLoginSection .remember,
#AgentLoginSection .remember {
    color: #9a0a0d;
    font-size: 12px;
    display: inline-block;
    float: left;
}

#MemberLoginSection .remember:focus,
#AgentLoginSection .remember:focus {
    background: none;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#SignUp {
    text-align: initial;
    padding: 0 10px 0 10px;
    margin-bottom: 15px;
}

#SignUp h4 {
    color: #9a0a0d;
    font-size: 24px;
    margin-bottom: 15px;
}

.SignUpRadioContainer {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
    width: 100%;
}

.SignUpRadioContainer input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.SignUpRadioContainer p {
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: 500;
}

.SignUpRadioButton {
    position: absolute;
    top: 0;
    left: 0;    
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #1f62a1;
    border-radius: 50%;
}

.SignUpRadioContainer input:checked ~ .SignUpRadioButton {
    background-color: #3179ba;
}

#SignUp .button {
    background: #1f62a1;
    color: #FFF;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    font-size: 16px;
    text-shadow: none;
}

#SignUp .join_now {
    line-height: 25px;
    vertical-align: bottom;
    /* padding 5px; font-size: 10px; */
}
            
.sideblock .button {
    background: #1f62a1;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: right;
    margin-top: 5px;
    height: 28px;
    width: 72px;
    text-shadow: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
            
.sideblock .button:hover,
.sideblock .button:focus {
    background-position: 0 -26px;
}

.tabblock {
    height: 24px;
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0;
    width: 850px;
    position: absolute;
    bottom: 0px;
    left: 85px;
}

.wide {
    width: 800px;
}

.tabblock li {
    display: block;
    float: left;
    margin: 0 0 0 0;
}
    
.tabblock a {

    border-bottom: 24px solid rgba(255,255,255,0.7) ;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    height: 0;
        
/*  #EEE url(../img/button.gif) repeat-x; */
    /* border: 1px solid #999; */
    color: #555;
    cursor: pointer;
    display: block;
    line-height: 25px;
    font-weight: bold;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    padding: 0 8px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    white-space: nowrap;
}
        
.tabblock a:hover {
    border-bottom: 24px solid rgba(255,255,255,0.9) ;
}
            
.tabblock a.on {
    /* border-bottom: 1px solid #FFF; */
    /* color: #731821; */
    border-bottom: 24px solid rgba(255,255,255,1.0) ;
    cursor: default;
}

#UserPages {min-height: 210px; width: 92.5%;}

.tabcontent {
    background: #FFF;
    /* border: 1px solid #999; */
    width: 680px;
}

.tabcontent .tabpage {
    display: none;
    margin-top: 15px;
}

div#AgentInfoBlurb {
    width: 650px;

}

.leftside {
    float: left;
    width: 49.5%;
}

.rightside {
    float: right;
    width: 49.5%;
}
    
.resellerlinkimg, .resellerlinkwideimg{
    border-bottom: 1px solid #AAA;
    padding: 5px 20px;
    position: relative;
}

.resellerlinkwideimg {
    clear: both;
    padding-bottom: 23px;
    text-align: center;
}

.getcode {
    left: 200px;
    position: absolute;
    top: 3px;
}
    
.resellerlinkwideimg  .getcode {
    bottom: 0;
    left: auto;
    right: 90px;
    top: auto;
}
    
#ContactForm {
    /* margin-top: 20px; */
    width: 95%;
    padding-left: 20px;
    text-align: initial;
    margin-bottom: 20px;
}

#ContactForm p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

#TermsUnderstand {
    width: 98%;
    height: 32px;
    background: #ebedee;
    border: 1px solid #999;
    font-weight: 500px;
    margin: 0 0 15px 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    position: relative;
}

#TermsUnderstand input,
#TermsUnderstand .licenseCheckbox {
    position: absolute;
    top: 6px;
    left: 18px;
    margin: 0;
}

#TermsUnderstand input {
    opacity: 0;
    z-index: 1;
    min-height: 0;
}

#TermsUnderstand input:checked ~ .licenseCheckbox {
    background-color: #3179ba;
}

#TermsUnderstand div {
    margin-left: 64px;
    margin-top: 6px;
    font-weight: 500;
}

    #contactinfo {
        margin: 0 auto;
        width: 656px
    }

    .contactform table {width: 100%;}
    .contactform input,
    .contactform textarea {
        margin: 8px 0 8px 0;
        min-height: 32px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
    }
    
    .contactform .field, .contactform label {white-space: nowrap}
    .contactform .textfield, .contactform textarea {width: 98%}

    .contactform #contactinfo .textfield {width: 96.3%}
    .contactform .last {width: 40%}
    .contactform .first {width: 40%}
    .contactform .middle {width: 11%; margin: 0 2px}
    .contactform select {width: 97.2%}
    
    .contactform em {
        color: #9a0a0d;
        font-size: 14px
    }

    .contactform .medium_spacer {
        height: 30px;
    }   
 
    .contactform .required {
        float: right;
        margin-right: 30px;
    }    

    .mandatory {color: #A00}
    
    input#captcha {
        float: left;
        margin: 0 10px 0 0;
        width: auto
    }
    
    #captcha-image {
        border: 1px solid #999;
        margin: 0 10px 0 0;
    }

    .contactform .button {
        display: inherit;
        background: #1f62a1;
        color: #FFF;
        width: 30%;
        height: 40px;
        margin: 0;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        font-size: 16px;
        text-shadow: none;
        vertical-align: top;
    }
    
#TermsAndConditionsTest {
    border: 1px solid #999;
    height: 250px;
    width: 91%;
    margin: 15px 0 15px 0;
    padding: 10px 25px 15px 15px;
    text-align: justify;
    overflow: auto;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#ResellerSignup #TermsAndConditionsTest * {
    font-family: Times New Roman, serif;
}

#ResellerSignup #TermsAndConditionsTest h1 {font-size: 16px}
#ResellerSignup #TermsAndConditionsTest h2 {color: #000; font-size: 14px}
#ResellerSignup #TermsAndConditionsTest p {padding: 0; font-size: 13px;}

.welcome {margin: 0 0 8px}

.ministat {
    font-size: 12px;
    white-space: nowrap;
}

.ministat strong {
    display: block;
    float: left;
    width: 160px;
}
    
.status-bronze {color: #A73;font-weight: bold}
.status-silver {color: #999;font-weight: bold}
.status-gold {color: #DA4;font-weight: bold}
.status-red {color: #731821;font-weight: bold}
.status-green {color: #428E42;font-weight: bold}
    
.tabpage ol ol li {padding-bottom: 10px}

.resellerlink {
    height: 100px;
    width: 100%;
}

.statbuttonmenu:first-of-type {
    margin: 0;
}

.statbuttonmenu {
    height: 30px;
    margin: 30px 0 0;
}

.statbuttonmenu .buttonlink {margin: 0 0 0 2px}

.stattablemenu {
    height: 24px;
    list-style: none;
    margin: -22px 0 0;
    padding: 0;
}

.stattablemenu li {float: right}
    
.stattablemenu li a {
    background: #EEE;
    border: 1px solid #BBB;
    border-bottom: 0;
    color: #666;
    display: block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin: 0 0 0 1px;
    -moz-border-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    padding: 0 8px;
    -webkit-border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}
        
        .stattablemenu li a.on {
            background: #FFF;
            border: 1px solid #999;
            border-bottom: 0;
            color: #000;
            font-weight: bold;
        }

.stattable {
    background: #000;
    border-spacing: 1px;
    border-radius: 8px;
    margin: -1px 0 0;
    width: 100%;
}

    .stattable th {
        background: #d7dcdd;
        padding: 8px 6px;
    }
    
    .stattable td {
        background: #FFF;
        font-size: 12px;
        padding: 8px 6px;
    }
    
    .stattable .active td {background: #E2FAD6}
    .stattable .inactive td {background: #FADCDF}
    .stattable .expired td {background: #FAFADC}
    
    .stattable tr:hover td {background: #FFF}

.stattable .divider {
    background: #cbcbcb;
    height: 1px;
}

.productstoretable th, .innertxn th {
    font-size: 12px;
    white-space: nowrap
}

    .stattable .txndetails td {padding: 0}

        .stattable .txndetailsdiv {
            height: 0;
            margin: 0 -1px;
            overflow: hidden;
        }
        
            .stattable .innertxn {border-left: 0; border-right: 0}
        
                .stattable .innertxn th {background: #DDD}
                .stattable .innertxn td {background: #EEE}
                
                .stattable .innertxn th, .stattable .innertxn td {padding: 0 2px}

    .productstoretable .productDescLong { /* text-align: center */ }
    .descpopup {display: none}
    .productstoretable input {width: 45px}
    .productstoretable .cattotal {text-align: right}
    
    #LicenseTable tr {cursor: pointer}
    
    .charlimit {
        color: #666;
        display: block;
        float: left;
        margin: -6px 0 0;
    }
    
    .charcount {
        color: #333;
        display: block;
        float: right;
        margin: -6px 85px 0 0;
    }
    
#purchaseConfirmation {
    background: #FFC;
    border: 1px solid #AA9;
    -moz-border-radius: 10px;
    padding: 1px 10px;
    -webkit-border-radius: 10px;
}

    #purchaseConfirmation p {text-align: right}
    
#Overlay {
    background: #FFF;
    cursor: pointer;
    filter: alpha(opacity=60);
    left: 0;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.HelpPopup {
    background: #FFF;
    border: 4px solid #E3E3E3;
    left: 50%;
    margin-left: -260px;
    -moz-border-radius: 10px;
    -moz-box-shadow: #666 0 0 10px;
    position: absolute;
    text-align: left;
    top: 120px;
    -webkit-border-radius: 10px;
    width: 530px;
    z-index: 2;
}

.HelpPopup div {padding: 5px 20px}

.HelpPopupClose, .SavePopupClose {
    position: absolute;
    right: -10px;
    top: 0;
}
    
.SavePopupClose {top: 26px}
        
.HelpPopupClose a, .SavePopupClose a {
    background: #EEE;
    border: 1px solid #999;
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0;
    -moz-border-radius: 4px;
    padding: 0 8px;
    text-align: center;
    -webkit-border-radius: 4px;
}
        
.HelpPopupClose a:hover, .SavePopupClose a:hover {background: #FFF}
            
.HelpPopup textarea {
    font-size: 11px;
    max-height: 120px;
    height: 120px;
    min-height: 120px;
    max-width: 430px;
    width: 430px;
    min-width: 430px;
}

.hrBlue {display: none;}

.notesDiv { 
    display: inline;  
    text-align: right;  
    width: 120%    
} 
      
.editNotes { 
    position: relative;  
    float: right;  
    width: 20px;  
    height: 16px; 
    line-height: 12px; 
}

.widthSixtyPercent {
    width: 60%;
}

.marginTopThreePixels {
    margin-top: 3px;
}

.heightFifteen {
    height: 15px;
}

.heightFive {
    height: 5px;
}

a.licenseDownloadLink {
    color: #1f62a1;
    text-decoration: none;
    font-weight: 500;
}

.contact-block {
    margin-top: 10px;
}

.contact-line {
    color: #666;
}

.update-link a {
    margin-top: 10px;
    font-weight: bold;
}

.update-link a:hover, .update-link a:focus {
    color: #590810;
    background: none;
}

#contact-info-edit-mode {
    display: none;
}

#contact-info-view-mode {
    padding: 0 20px;
}

.text-right {
    text-align: right;
}

#recent-txt-from {
    margin-bottom: 15px;
}

.previewPopup {
    background: #FFF;
    border: 4px solid #E3E3E3;
    left: 36%;
    margin-left: -260px;
    -moz-border-radius: 10px;
    -moz-box-shadow: #666 0 0 10px;
    position: absolute;
    text-align: left;
    top: 20px;
    -webkit-border-radius: 10px;
    width: 60%;
    z-index: 2;
}

.previewPopup img {
    max-width: 90%;
}

.previewPopup .HelpPopupClose {
    right: 5px;
    top: 5px;
}

.row {
    display: block;
    width: 100%;
}

.row:after {
    clear: both;
}

.col-6 {
    display: inline-block;
    width: 50%;
    float: left;
}

.marketing-badge-box {
    padding: 20px 10px;
}

.marketing-badge-links {
    padding: 0 58px;
    clear: both;
}

.marketing-badge {
    margin: 5px auto;
    border: 1px solid #970D26;
}

.text-center {
    text-align: center;
}

.pull-right {
    float: right;   
}

.pull-left {
    float: left; 
}

.productSku {
    width: 42px;
}

.productSkuName {
    width: 74px;
}

.productName {
    width: 235px;
}

.productDescLong {
    width: 78px;
}

.productMSRP {
    width: 57px;
}

.productEstPrice {
    width: 66px;
}

.productBuy {
    width: 62px;
}

.code {
    background: #eee;
    font-family: Currier, mono;
    display: block;
    border: 1px solid #ccc;
    margin: 15px;
    padding: 10px 20px;
}

/* Everything Deion has added so far not including changes to other classes */
#HeroImg {
    background-image: url('../img/hero-resellers.jpg');
    height: 100px;
    position: relative;
}

.msRed {
    color: #9a0a0d;
}
.msBlue {
    color: #1f62a1;
}

.headerTitle {
    font-weight: bold;
    font-size: 24pt;
    line-height: 28px;
}
.headerSubtitle {
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
}
.bodyTitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
.bodySubtitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.bodyText {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
.bodySmall {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}
.noMargin {
    margin: 0 0 0 0;
}
.noPadding {
    padding: 0 0 0 0;
}
.roundedTopLeft {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
}
.roundedTopRight {
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}
.roundedBottomLeft {
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
}
.roundedBottomRight {
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.checkoutButton {
    -moz-border-radius: 4px;
    color: #000;
    margin-top: 10px;
    background: #ebedee;
    padding: 4px 24px;
    border: 1px solid #dbe0e1;
    border-radius: 12px;
    font-weight: 500;
    font-size: 12px;
}

.licenseManagerButton, .licenseManagerButton:focus {
    color: #000;
    background: #ebedee;
    padding: 8px 24px;
    border: 1px solid #dbe0e1;
    border-radius: 12px;
    font-weight: 500;
    font-size: 12px;
}

#resellerProducts {
    padding-left: 88px;
    padding-right: 30px;
}

.lessBold {
    font-weight: 500;
}

.licenseCheckbox {
    position: absolute;
    top: 25%;
    left: 8px;    
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #1f62a1;
    border-radius: 50%;
}

.licenseInput:checked ~ .licenseCheckbox {
    background-color: #3179ba;
}

.licenseInput {
    position:absolute;
    top: 25%;
    left: 8px;    
    opacity: 0;
    z-index: 1;
}

.txnsButton {
    cursor: pointer;
    border: none;
    background-color: #fff;
    color: #1f62a1;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 500;
}

#StatTableDiv0 .stattable thead tr:first-child th:first-child,
#StatTableDiv1 .stattable thead tr:first-child th:first-child,
.stattable tbody tr:first-child th:first-child {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
}
#StatTableDiv0 .stattable thead tr:first-child th:last-child,
#StatTableDiv1 .stattable thead tr:first-child th:last-child,
.stattable tbody tr:first-child th:last-child {
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

#StatTableDiv0 .stattable tbody tr:last-child td:first-child,
#StatTableDiv1 .stattable tbody tr:last-child td:first-child,
.stattable tbody tr:last-child td:first-child,
.stattable tbody tr:last-child th:first-child {
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
}
#StatTableDiv0 .stattable tbody tr:last-child td:last-child,
#StatTableDiv1 .stattable tbody tr:last-child td:last-child,
.stattable tbody tr:last-child td:last-child,
.stattable tbody tr:last-child th:last-child {
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/* CSS for all the footer elements*/
.ms-grad-line {
    height: 12px;
    background: #f4ac45; /* Old browsers */
    background: -moz-linear-gradient(left, #f4ac45 0%, #d06a2d 17%, #b13219 33%,
    9a0a0d 60%, #8d0011 83%, #770015 100%, #8d0011 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f4ac45 0%,#d06a2d 17%,#b13219
    3%,#9a0a0d 60%,#8d0011 83%,#770015 100%,#8d0011 100%); /*
    hrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f4ac45 0%,#d06a2d 17%,#b13219
    33%,#9a0a0d 60%,#8d0011 83%,#770015 100%,#8d0011 100%); /* W3C, IE10+,
    FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ac45',
    endColorstr='#8d0011',GradientType=1 ); /* IE6-9 */
    width: 1000px;
    margin: 0 auto;

}

#page-footer{
    border-top: 2px solid #eee;
    background-color: #fcf9f7;
}

#page-footer .product-features-link {
    color: black;
    font-family: 'Ubuntu';
    font-weight: 500;
}

#page-footer .secondary-navigation > li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs{
    border: none;
    margin-top: 0.7em;
}

.secondary-navigation{
    list-style-type: none !important;
    padding: 0;
    width: inherit;
}

.secondary-navigation > li {
    display: inline-block;
    padding: .6em;
    border-right: 1px solid #DDD;
}

.secondary-navigation > li:last-child {
    border-right: none;
}

.secondary-navigation li > a:focus {
    background: #FFF;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#page-footer .secondary-navigation > li {
    padding-top: 3px;
    padding-bottom: 3px;
}

#made-by{
    height: 110px;    
    padding: 0 3.5em 1em 3.5em;
}

.spacing-footer:first-child {
    margin: 10px 0 10px 0;
}

.spacing-footer {
    margin: 0;
    text-align: center;
    font-size: .9em;
}

.gray{
    color: #424142;
}

.spacing-footer a {
    color: #1f62a1;
    text-decoration: none;
}

/* reseller and agent signup */
#ResellerSignup {
    padding: 0 285px 0 10px;
    text-align: left;
    font-family: Ubuntu, Arial, "Trebuchet MS", Verdana, Tahoma, sans-serif;
}

#ResellerSignup h2 {
    font-weight: 500;
    color: #9a0a0d;
    font-family: Ubuntu, Arial, "Trebuchet MS", Verdana, Tahoma, sans-serif;
}

#ResellerSignup p {
    padding: 0 75px 0 0;
    font-size: 13px;
}

#ResellerSignup #contactinfo {
    width: 100%;
    margin: 0;
}

#ResellerSignup .field {
    padding-right: 20px;
    font-weight: 500;
}

#ResellerSignup #captcha .field {
    width: 122px;
    vertical-align: top;
    padding-top: 10px;
}

#ResellerSignup input {
    padding-left: 6px;
}

#ResellerSignup select {
    height: 38px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 98.2%;
}

#ResellerSignup .required {
    float: none;
    vertical-align: top;
    margin: 0;
    padding-left: 100px;
}

#ResellerSignup .button {
    padding: 0;
    margin-bottom: 15px;
    width: 180px;
    margin-left: 510px;
}

/* CSS for billing info section */
.billingContent {
    width: 100%;
    margin: 0 0 15px 88px;
}

.billingContent hr {
    margin-right: 150px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.billingContent .billingCreditCard {
    width: 75%;
}

.billingContent p {
    padding: 0;
    font-size: 13px;
}

.billingContent .field {
    font-weight: 500;
    padding-right: 10px;
}

.billingContent input {
    width: 475px;
    margin: 0 0 8px;
    min-height: 32px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding-left: 10px;
}

.billingContent .first,
.billingContent .last {
    width: 39%;
}

.billingContent .middle {
    width: 10.5%;
}

.billingContent select[name="cctype"],
.billingContent select[name="state"],
.billingContent select[name="country"] {
    margin-bottom: 8px; 
}

.billingContent select {
    width: 488px;
    height: 38px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#creditCardForm select[name="exp-month"],
#creditCardForm select[name="exp-year"] {
    width: initial;
    margin-right: 10px;
}

#creditCardForm .formsubmit {
    text-align: right;
}

#creditCardForm .formsubmit input {
    width: initial;
    font-size: 13px;
    font-weight: 500;
    background: #ebedee;
    padding: 8px 40px;
    border: 1px solid #dbe0e1;
    color: #000;
}

.billingContent #contactinfo {
    margin: 0;
    width: 697px;
}

.billingContent #contactinfo .field {
    padding-right: 72px;
}

.billingContent .button {
    width: initial;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    background: #ebedee;
    padding: 8px 40px;
    border: 1px solid #dbe0e1;
    margin-right: 236px;
    margin-bottom: 25px;
}

/* CSS for marketing section */
.marketingContent {
    width: 100%;
    margin: 0 0 15px 88px;
}

.marketingContent .row {
    width: 80%;
}

.marketingContent .marketing-badge-box {
    padding: 10px 55px 25px;
}

.marketingContent .marketing-badge-links {
    padding: 0 56px 0 0;
}

/* CSS for alert section */
.alertContent {
    width: 100%;
    margin: 0 0 0 88px;
}

.alertContent h2 {
    margin: 0 0 10px 0;
}

.alertContent p {
    padding: 0;
}

/* CSS for help section */
.helpContent {
    width: 100%;
    margin: 0 0 0 0px;
}

.helpContent h2 {
    margin: 0 0 10px 88px;
}

.helpContent h3 {
    margin: 10px 0 5px 0;
    color: #9a0a0d;
    font-size: 14px;
    font-weight: 500;
}

.helpContent ol {
    padding-left: 15px;
    margin: 0;
}

.helpContent #leftContent {
    width: 30%;
    padding: 0;
}

.helpContent #leftContent li,
.helpContent #leftContent li a {
    color: #1f62a1;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 3px;
}

.helpContent #rightContent {
    width: 69%;
    padding: 0;
}

.helpContent #rightContent li {
    font-weight: 500;
    font-size: 12px;
}

.helpContent #rightContent p {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #888;
}

.bg-dark {
    background-color: #333333;
    min-height: 100vh;
}
.bg-white {
    background-color: #ffffff;
}
.loginBlurb {
    padding: 0 10px;
    margin-bottom: 15px;
}

.loginBlurb h4 {
    color: #9a0a0d;
    font-size: 24px;
}

.loginBlurb p {
    padding: 0;
}

/* CSS for custom select */
.custom-select {
    position: relative;
}

#ResellerSignup .custom-select {
    width: 543px;
    margin: 8px 0;
}

.billingContent .contactform .custom-select {
    width: 489px;
    margin-bottom: 8px;
}

#recent-txt-from .custom-select {
    width: 180px;
}

select {
    padding: 10px;
    margin: 0 0 8px;
}

.custom-select select {
    display: none;
}

.select-selected {
    border: 1px solid #999;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #999 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #999 transparent;
    top: 9px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #000;
    padding: 8px 16px;
    cursor: pointer;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #d7dcdd;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-x:hidden;
    overflow-y:auto;
    max-height: 320px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

#agentStatsContent {
    margin-left: 87px;
}

#agentLinksContent {
    margin-left: 87px;
}

#resellerBranding > #resellerBrandingNotification {
    width: 825px;
    margin: 0;
}

#resellerBrandingTable .field{
    padding-right: 116px;
}

#resellerBrandingTable textarea {
    width: 475px;
    height: 150px;
    margin: 0 0 8px;
    min-height: 32px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 0 0 4px 4px;
    padding: 10px;
    resize: vertical;
    font-size: 15px;
}

#resellerBrandingTable input[type="file"] {
    border: none;
    padding-left: 0;
}

#resellerBrandingTable .fixed {
    vertical-align: top;
    padding-top: 13px;
}

#resellerBrandingInputDescriptionTranslationBar {
    background: #EEE;
}

.resellerBrandingDescriptionTranslationTab:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
}

.resellerBrandingDescriptionTranslationTab:hover {
    background: none;
    cursor: pointer;
}

#resellerBrandingInputDescriptionTranslationBar > .active {
    background: yellowgreen;
}

.resellerBrandingDescriptionTranslationTab {
    display: inline-block;
    background: #DDD;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

#resellerBrandingInputDescriptionTranslationBar button {
}
#resellerBrandingInputDescriptionTranslationBar button:hover {
    cursor: pointer;
    font-weight: bolder;
}

#resellerBrandingPreviewLogo {
    object-fit: contain;
}

#resellerBrandingInputRemainingCharacters {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#resellerBrandingUploadButton {
    margin: 0 0 0 209px;
}

#errorPage,
#errorPage p {
    font-size: 14px;
    font-family: "Trebuchet MS", "Arial", "Georgia", sans-serif;
    margin: 10px;
}
#errorMessage {
    border: 1px solid #700;
    margin: 15px;
    padding: 10px;
}

p.Tooltip {
    border-radius: 5%;
    background: #fcfcfc;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.95;
    padding: 10px;
    width: 225px;
    z-index: 999;
}

