﻿body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px
}

a {
    cursor: pointer
}

.userAccount {
    color: black
}

    .userAccount a {
        color: black;
        text-decoration: none
    }

.loginErrorText {
    color: red
}

.product-subheading {
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
}

#title {
    margin-bottom: 20px;
}

h3 {
    font-size: 12px;
}

input[type=submit] {
    height: 42px;
    width: 173px;
    font-size: 1.5em;
    padding: 6px 15px;
    color: white;
    background-color: #FF6600;
    border: 0;
    border-color: #E52F62;
    cursor: pointer;
    border-radius: 4px;
}

    input[type=submit]:hover {
        background-color: #FF6600;
        -webkit-box-shadow: 2px 2px 4px 0px rgba(206,206,206,1);
        -moz-box-shadow: 2px 2px 4px 0px rgba(206,206,206,1);
        box-shadow: 2px 2px 4px 0px rgba(206,206,206,1);
    }

.blue-btn {
    font: 400 13px/18px latobold,sans-serif !important;
    padding: 6px 15px;
    color: white;
    background-color: #3498DB;
    border-color: #3498DB;
    border-bottom: 2px solid #2C81BA;
    cursor: pointer;
    border-radius: 4px;
}


/*Tables*/
.ms-listviewtable {
    border-collapse: separate;
    border-width: 0px;
    width: 100%;
}

.ms-viewheadertr {
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
    cursor: default;
}

.ms-vhltr {
    padding-right: 2px;
}

.ms-vh2 {
    text-align: left;
    color: rgb(119, 119, 119);
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    background-repeat: repeat-x;
    padding: 5px 17px 5px 5px;
}

.ms-vh-div {
}

.ms-itmHoverEnabled:hover > * {
    border: 1px solid transparent;
    background-color: rgba(205, 230, 247, 0.5);
}

.ms-cellstyle {
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
    border: 1px solid transparent;
}

.ms-vb2 {
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
    color: rgb(68, 68, 68);
    vertical-align: top;
    padding: 4px 8px 4px 4px;
}

.ui-dialog {
    z-index: 150;
}

.ui-dialog-titlebar button {
    display: none
}

.nudge-lr {
    margin-left: 32px;
    margin-right: 32px;
}

#gns-draft {
    width: 946px;
}

#gns {
    width: 946px;
}

#termsandconditions {
    width: 946px;
}

.search-result-OK {
    width: 940px;
    margin-left: 0px !important
}

.horizontal-center {
    margin-left: auto;
    margin-right: auto
}

.page-width {
    width: 950px
}

#ctl00_Body_Search1_topPanel {
    border: 1px solid #DDDDDD;
    background-color: #F3F3F3;
    padding-left: 12px;
}

.tm_pay {
    clear: both
}

    .tm_pay .tm_field label {
        width: 150px;
        display: inline-block;
        margin-bottom: 4px
    }

    .tm_pay .tm_field.tm_optional label {
        width: 152px;
        display: inline-block;
        margin-bottom: 4px
    }

    .tm_pay .tm_field .tm_input_container input {
        width: 232px;
        margin-bottom: 8px
    }

    .tm_pay .tm_field .tm_input_container select {
        margin-bottom: 8px
    }

        .tm_pay .tm_field .tm_input_container select#country {
            width: 232px;
        }

        .tm_pay .tm_field .tm_input_container select#expMonth {
            width: 146px;
        }

        .tm_pay .tm_field .tm_input_container select#expYear {
            width: 146px;
        }

.tm_pay {
    padding-bottom: 32px;
}

    .tm_pay .payButton {
        margin-bottom: 32px
    }

    .tm_pay .tm_left {
        float: left
    }

    .tm_pay .tm_right {
        float: right
    }

.tm_international .downloadQuote {
    width: 250px !important;
    background-color: #1abc9c;
    border-bottom-color: #199F87
}

    .tm_international .downloadQuote:hover {
        width: 250px !important;
        background-color: #1abc9c;
        border-bottom-color: #199F87
    }

.tm_international.tm_buttons {
    padding-top: 16px
}

.clear {
    clear: both
}

.payment_table {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}

    .payment_table table {
        border: 1px solid #ECF0F1;
        border-radius: 4px;
    }

    .payment_table .ms-vh-div {
        font-weight: bold;
        color: black;
    }

    .payment_table table td, th {
        padding-top: 16px;
        padding-bottom: 16px;
        border: 1px solid #ECF0F1;
    }

    .payment_table table tbody tr:nth-child(odd) {
        background-color: #F9F9F9;
    }

    .payment_table table tbody tr:last-child {
        font-weight: bold;
    }

        .payment_table table tbody tr:last-child td {
        }

.tm_pay input[type="submit"] {
    position: relative;
    left: 775px;
}

.paymentPageProgressStepsContainer {
    background-color: #C2C2C2;
}

    .paymentPageProgressStepsContainer .stepCurrent {
        padding-left: 32px;
        padding-right: 32px;
    }

.international_table {
    margin-top: 56px !important
}

.international_country_picker {
    margin-top: 56px !important
}

.tm_international_add_button {
    float: none !important;
}

    .tm_international_add_button .add_button {
        width: 70px;
        height: 26px;
        font-size: 14px !important;
        margin-left: 16px;
    }

.international_table {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}

    .international_table h1 {
        font-size: 22px;
    }

    .international_table table {
        border: 1px solid #ECF0F1;
        border-radius: 4px;
    }

    .international_table .ms-vh-div {
        font-weight: bold;
        color: black;
    }

    .international_table table td, th {
        padding-top: 16px;
        padding-bottom: 16px;
        border: 1px solid #ECF0F1;
    }

    .international_table table tbody tr:nth-child(odd) {
        background-color: #F2FBF8;
    }

    .international_table table tbody tr:nth-last-child(2) {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .international_table table tbody tr:last-child {
        background-color: white !important;
    }

.tm_international_search_button .tm_international_searchCountryButton {
    width: 70px;
    height: 26px;
    font-size: 14px !important;
    margin-left: 16px;
}

.footer a {
    color: #ecf0f1;
    text-decoration: none;
    padding: 0 13px;
}

    .footer a:hover {
        color: #E52F62;
        text-decoration: none;
    }

.removeButton {
    margin-left: 8px;
    font-size: 11px !important;
    width: 69px !important;
    height: 24px !important;
    background-color: grey !important;
    margin-bottom: 4px;
}

table.wizard {
    border-collapse: separate;
    border-spacing: 0;
}

.wzd {
    width: 100%
}

.wizardPaymentCoupon {
    display: none
}

.wzdCollectEmailField {
    width: 232px;
    margin-bottom: 16px
}

.wizardPaymentFailed {
    clear: both;
    display: block;
    text-align: right;
    color: red
}

.wizardPaymentSuccess {
    clear: both;
    display: block;
}

.wizardStep {
    padding: 8px;
    padding-right: 16px
}

    .wizardStep td {
        vertical-align: top;
        padding-right: 16px
    }

.stepNotCompleted {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background-color: #C2C2C2;
    display: block;
}

.stepCompleted {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background-color: grey;
    display: block;
}

.stepCurrent {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    display: block;
    background: #FF6600 url('/images/scripta-images/wizardstepCompleted.png') no-repeat 0px 0px;
}

.stepBreakCurrent {
    width: 15px;
    height: 28px;
    background: #F9F9F9 url('/images/scripta-images/wizardstepCurrent.png') repeat-x 0px 0px;
}

.stepBreakCompleted {
    width: 0px;
    height: 28px;
}

.stepBreak {
    width: 15px;
    height: 40px;
    background: #F9F9F9 url('/images/scripta-images/wizardstepNotCompleted.png') repeat-x 0px 0px;
}

.wizard td:first-child {
    background-image: none
}

.stepBreak:nth-last-child(2) {
    background-color: #F9F9F9;
}


.stepNotCompletedFinal {
    background-color: grey;
}

.wizardProgress {
    padding-right: 8px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
}

.wizardTitle {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #FF6600;
    font-weight: normal;
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 8px;
    margin-left: 8px;
    vertical-align: middle;
}

.wizard {
    font: 18px Helvetica, Arial, Sans-Serif;
}

.wizardHide {
    display: none;
}

.ui-dialog {
    -webkit-box-shadow: 2px 2px 4px 0px rgba(206,206,206,1);
    -moz-box-shadow: 2px 2px 4px 0px rgba(206,206,206,1);
    box-shadow: 2px 2px 4px 0px rgba(206,206,206,1);
}

.activitySearchBar div {
    display: inline-block
}

.financeSearchBar div {
    display: inline-block
}

.companyNameSearchDialog {
    height: 352px !important
}

    .companyNameSearchDialog #searchHeader {
        color: black !important
    }

    .companyNameSearchDialog .companyNameSearchOfferFullReport {
        display: none !important
    }

    .companyNameSearchDialog .companyNameSearchOfferFullReport {
        display: none !important
    }

.CompanyRegistration {
    margin-top: -52px
}

    .CompanyRegistration h1 {
        color: #6b6a6a
    }

#CompanyIntroPanel {
    display: none;
}

.CompanyIntroPanelCustom:after {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*content: '[Introduction text]';*/
    height: 28px;
    padding-top: 22px;
    display: block
}

#CompanyWizardPanel .wizard {
    font-size: 15px;
}

#CompanyWizardPanel .stepCurrent {
    padding-left: 24px;
    padding-right: 9px;
    min-width: 10px;
    height: 20px
}

#CompanyWizardPanel .wizard td:first-child {
    padding-left: 10px;
}

#CompanyWizardPanel .stepNotCompleted {
    padding-left: 9px;
    padding-right: 9px;
    min-width: 10px;
    height: 20px
}

#CompanyWizardPanel .stepCompleted {
    padding-left: 9px;
    padding-right: 9px;
    min-width: 10px;
    height: 20px
}

#CompanyWizardPanel .stepNotCompletedFinal {
    width: 45px
}

#dialog-message-addedit_officer {
    font-size: 12px !important;
    height: 624px !important
}

    #dialog-message-addedit_officer tr:first-child td {
        min-width: 171px
    }

    #dialog-message-addedit_officer h2 {
        font-size: 15px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    #dialog-message-addedit_officer #ctl00_LanderContent_wzd_SaveOfficerButton {
        margin-left: 10px;
        font: 18px Arial
    }

    #dialog-message-addedit_officer #CancelOfficerButton2 {
        margin-left: 8px;
        font-size: 18px !important;
        width: 173px !important;
        height: 42px !important;
        background-color: grey !important;
        margin-bottom: 4px;
        padding: 0;
        border: none;
        background: none;
        border-radius: 4px;
        color: white;
        cursor: pointer;
    }

#dialog-message-addedit_shares #ctl00_LanderContent_wzd_IssueMoreShares {
    margin-left: 10px;
    font: 18px Arial;
}

#dialog-message-addedit_shares #CancelIssueMoreShares2 {
    margin-left: 8px;
    font-size: 18px !important;
    width: 173px !important;
    height: 42px !important;
    background-color: grey !important;
    margin-bottom: 4px;
    padding: 0;
    border: none;
    background: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

#partnerPortalSummaryStatsRow { display:none }
#partnerPortalOldStyleMenu { display:block !important }
#manageTemplatesMenuItem {
    display: inline-block !important
}

.partnerportal_Login_UserName {
    padding-bottom: 8px;
    padding-top: 8px
}

.partnerportal_Login_Password {
    padding-bottom: 8px;
    padding-top: 8px
}

.partnerportal_Login_FirstName {
    padding-bottom: 8px;
    padding-top: 8px
}

.partnerportal_Login_LastName {
    padding-bottom: 8px;
    padding-top: 8px
}

.partnerportal_User_information {
    padding-bottom: 8px;
    padding-top: 8px
}

.partnerportal_Login_PartnerSelect {
    padding-bottom: 8px;
    padding-top: 8px
}

.partnerportal_Login_UserName_Label {
    display: block
}

.partnerportal_Login_UserName_Input {
    width: 330px;
    margin-top: 4px
}

.partnerportal_Login_Password_Label {
    display: block
}

.partnerportal_Login_Password_Input {
    width: 330px;
    margin-top: 4px
}

.partnerportal_Remember_Me {
    padding-bottom: 16px
}

.companySaveForLaterButton {
    width: 88px !important;
    height: 18px !important;
    padding: 0px !important;
    font-size: 12px !important;
    background-color: #C2C2C2 !important
}

.ui-dialog-title {
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: normal;
    font-size: 12px
}

.ui-button-text {
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: normal;
    font-size: 12px
}

.userLoginControl-AdminTools {
    margin-top: 4px;
    margin-bottom: 4px
}

.partnerportal_PartnerSetting_Label {
    width: 220px
}

.companyFinalPageTermsAndConditions {
    display: none
}