/*------------------Account--------------------*/
.Account-btn, .Account-refreshBtn {
    min-width: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 12px 0 12px;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    transition: all .2s ease;
    user-select: none
}

    .Account-btn:not(.isDisabled), .Account-refreshBtn:not(.isDisabled) {
        cursor: pointer
    }

    .Account-btn.hidden, .Account-refreshBtn.hidden {
        visibility: hidden;
        transition: all .2s ease
    }

    .Account-btn.isDisabled, .Account-refreshBtn.isDisabled, .Account-btn:hover.isDisabled, .Account-refreshBtn:hover.isDisabled {
        background-color: #ddd
    }

.Account-btn, .Account-refreshBtn {
    color: #93969e;
    background-color: #eceef1
}

    .Account-btn:hover, .Account-refreshBtn:hover {
        color: #93969e;
        background-color: #f2f3f5
    }

.Account-btn, .Account-refreshBtn {
    min-width: 24px;
    padding: 0 6px 0 6px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: normal;
    line-height: 28px
}

.Account {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%
}

.Account-scrollArea {
    position: relative;
    overflow-y: auto;
    width: 100%;
    height: 100%
}

.Account-body {
    float: left;
    width: 100%;
    padding: 0 4%;
    color: #656975
}

.Account-section {
    position: relative;
    margin-bottom: 24px;
    padding: 24px 0;
    font-size: 16px;
    line-height: 24px;
    color: #343536
}

    .Account-section:not(:last-child) {
        border-bottom: 1px solid var(--background)
    }

.Account-sectionHeading {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: lighter;
    color: #cfd5da
}

.Account-contentLine:not(:last-child) {
    margin-bottom: 24px
}

.Account-contentBlock, .Billing-contentBlock {
    margin-bottom: 12px;
    font-size: 15px
}

.Account-contentSubBlock {
    font-size: 14px;
    max-width: 640px
}

.Account-btn {
    display: block;
    max-width: 256px;
    margin-bottom: 12px
}

.Account-refreshBtn {
    position: absolute;
    top: 20px;
    right: 40px
}

    .Account-refreshBtn .btn-label:before {
        padding-right: 6px
    }

.Profile {
    /*margin-top: 24px;*/
    padding: 0 4%
}

    .Profile a, .Profile input {
        font-size: 16px
    }

    .Profile a {
        cursor: pointer;
        color: var(--firstFocus);
        text-decoration: none
    }

        .Profile a:hover {
            color: var(--firstFocus);
            text-decoration: underline
        }

    .Profile form .Profile-button[type=submit] {
        text-transform: none
    }

    .Profile input {
        border-width: 1px;
        border-style: solid;
        border-color: var(--darkBorderColor)
    }

        .Profile input:disabled {
            background-color: var(--white)
        }

        .Profile input:focus {
            border-color: var(--firstFocus)
        }

        .Profile input.error {
            border-color: var(--errorFront)
        }

    .Profile textarea {
        border-width: 1px;
        border-style: solid;
        border-color: var(--darkBorderColor)
    }

        .Profile textarea:disabled {
            background-color: var(--white)
        }

        .Profile textarea:focus {
            border-color: var(--firstFocus)
        }

        .Profile textarea.error {
            border-color: var(--errorFront)
        }

.Profile-button, .Profile-button--grey, .Profile-button--blue {
    color: var(--white);
    border-radius: 4px;
    height: 40px;
    text-align: center;
    padding: 0 20px 0 20px;
    font-size: 16px;
    font-weight: normal
}

.Profile-button--grey {
    background-color: #93969e
}

    .Profile-button--grey:hover {
        background-color: #c3c5ca
    }

.Profile-button--blue, .ContactConfirm-submit, .Password-save {
    background-color: var(--firstFocus)
}

    .Profile-button--blue:hover, .ContactConfirm-submit:hover, .Password-save:hover {
        background-color: var(--campuslight)
    }

.Profile-savedStatus {
    position: relative;
    left: 607px;
    top: -10px;
    color: #888;
    font-size: 14px;
    width: 42px
}

.ProfilePic {
    float: left;
    position: relative
}

    .ProfilePic > div {
        top: 0;
        left: 0;
        position: absolute
    }

    .ProfilePic input {
        width: 144px
    }

.ProfilePic-image {
    transition: background-color .2s ease;
    color: var(--white);
    cursor: pointer;
    background-color: var(--firstFocus);
    width: 144px;
    height: 144px;
    line-height: 144px
}

    .ProfilePic-image:hover {
        background-color: var(--campuslight)
    }

        .ProfilePic-image:hover .ProfilePic-overlay {
            visibility: visible
        }

    .ProfilePic-image img {
        width: 144px;
        height: auto
    }

.ProfilePic-imageIcon {
    width: 144px;
    height: 144px;
    font-size: 30px;
    text-align: center
}

.ProfilePic-overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 144px;
    height: 144px;
    padding-top: 49px;
    background-color: rgba(0,0,0,0.4);
    line-height: 24px;
    text-align: center
}

.Profile-field, .Contact-field, .NewContact-field {
    margin-bottom: 4px
}

.Profile-line, .Contact-line, .NewContact-line {
    min-height: 48px;
    line-height: 48px
}

    .Profile-line input, .Contact-line input, .NewContact-line input {
        /*float: left;*/
        height: 48px;
        width: 230px;
        padding-left: 4px
    }

        .Profile-line input.unconfirmed, .Contact-line input.unconfirmed, .NewContact-line input.unconfirmed {
            color: var(--account-unconfirmed-color)
        }

    .Profile-line textarea, .Contact-line textarea, .NewContact-line textarea {
        float: left;
        width: 480px;
        padding: 1px 6px;
        font-size: 16px
    }

.Profile-fieldIcon, .Contact-fieldIcon, .NewContact-fieldIcon, .Password-fieldIcon {
  /* margin-left: -480px;*/
    float: left;
    width: 48px;
    text-align: center;
    color: var(--account-grey)
}

.Profile-input {
    width: 280px;
    margin-left: 168px
}

.Profile .image-load {
    background-color: var(--account-light-grey);
    width: 144px;
    height: 144px
}

    .Profile .image-load .fail {
        text-align: center;
        display: none
    }

        .Profile .image-load .fail p {
            margin-bottom: 16px
        }

        .Profile .image-load .fail button {
            margin-right: 8px;
            margin-left: 8px;
            font-size: 17px;
            padding: 15px;
            display: inline-block;
            color: var(--white);
            background-color: var(--thirdFront);
            width: 45px;
            height: 45px;
            opacity: .9
        }

.account-image-edit {
    font-family: Helvetica,Arial,sans-serif
}

    .account-image-edit input, .account-image-edit select, .account-image-edit textarea, .account-image-edit button {
        font-family: Helvetica,Arial,sans-serif
    }

.Contact-fieldIcon.isEmailIcon, .NewContact-fieldIcon.isEmailIcon {
    font-size: 12px
}

.Contact-fieldIcon.isMobileIcon, .NewContact-fieldIcon.isMobileIcon {
    font-size: 24px
}

.Contact-fieldIcon.isDownIcon, .NewContact-fieldIcon.isDownIcon {
    margin-left: -48px;
    font-size: 8px;
    color: var(--account-dark-grey);
    border-left: 1px;
    border-style: solid;
    border-color: var(--darkBorderColor)
}

    .Contact-fieldIcon.isDownIcon:hover .ContactPopup, .NewContact-fieldIcon.isDownIcon:hover .ContactPopup {
        display: block
    }

.Contact-fieldIcon.isPreferredIcon, .NewContact-fieldIcon.isPreferredIcon {
    margin-left: -96px;
    color: var(--account-grey)
}

.ContactPopup {
    font-size: 16px;
    display: none;
    float: left;
    width: 0
}

.ContactPopup-arrow {
    z-index: 10;
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 40px;
    margin-left: 16px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--account-popup-color)
}

.ContactPopup-menu {
    z-index: 10;
    position: absolute;
    width: 300px;
    margin-top: 48px;
    margin-left: -152px;
    color: var(--white);
    background-color: var(--account-popup-color)
}

    .ContactPopup-menu div {
        cursor: pointer;
        transition: background-color .2s ease;
        text-align: left
    }

        .ContactPopup-menu div:hover {
            background-color: var(--resultsNavColor)
        }

    .ContactPopup-menu span {
        display: inline-block
    }

.ContactPopup-menuText {
    width: 194px;
    margin-left: 5px;
    margin-right: 5px
}

.ContactPopup-menuIcon {
    width: 48px;
    text-align: center
}

    .ContactPopup-menuIcon.isBlue {
        color: var(--firstFocus);
        font-size: 8px
    }

.ContactConfirm, .NewContact-confirm {
    padding-left: 18px;
    line-height: 48px;
    background-color: var(--account-light-grey)
}

    .ContactConfirm input, .NewContact-confirm input {
        padding: 10px;
        height: 40px;
        width: 144px;
        margin-bottom: 18px;
        margin-right: 5px
    }

    .ContactConfirm button, .NewContact-confirm button, .ContactConfirm a, .NewContact-confirm a, .ContactConfirm span, .NewContact-confirm span {
        margin-left: 5px;
        margin-right: 5px
    }

.NewContact-link {
    height: 48px;
    line-height: 48px;
    margin-bottom: 4px
}

.CountryCode {
    width: 120px;
    float: left;
    margin-left: -120px;
    border-left: 1px solid var(--darkBorderColor)
}

    .CountryCode:hover .CountryCode-list {
        display: block
    }

.CountryCode-current {
    cursor: pointer
}

    .CountryCode-current > div {
        display: inline-block
    }

.CountryCode-value {
    padding-left: 10px;
    width: 96px
}

.CountryCode-arrow {
    font-size: 8px;
    margin-left: 6px;
    color: var(--account-dark-grey)
}

.CountryCode-list {
    z-index: 10;
    margin-top: -3px;
    line-height: 40px;
    display: none;
    cursor: pointer;
    width: 121px;
    height: 150px;
    overflow-y: scroll;
    position: absolute;
    background-color: #eaeaea;
    border-left: 1px solid var(--darkBorderColor);
    border-right: 1px solid var(--darkBorderColor);
    border-bottom: 1px solid var(--darkBorderColor)
}

    .CountryCode-list > div {
        padding-left: 10px;
        height: 40px;
        border-top: 1px solid var(--darkBorderColor)
    }

        .CountryCode-list > div:hover {
            background-color:var(--thirdBack)
        }

.Password-field {
    margin-bottom: 4px;
    line-height: 48px
}

    .Password-field input {
        float: left;
        height: 48px;
        padding-left: 84px;
        margin-right: 10px;
        width: 312px
    }

.Password-fieldIcon {
    margin-left: -312px;
    height: 48px
}

.Password-change {
    margin-left: 24px
}

.Password-buttons {
    overflow: hidden;
    margin-top: 16px;
    height: 48px
}

.Password-cancel {
    float: left
}

.Password-save {
    margin-left: 20px
}

.Password-fieldIcon {
    font-size: 12px
}

.PricingDialog {
    max-width: 1440px;
    width: 98%;
    background-color: #f7f8f9
}

.PricingDialog {
    padding: 0;
    background: none
}

.PricingDialog, .Dialog--billingAddress, .Dialog--paymentConfirmation {
    min-height: 320px;
    width: 90%;
    max-width: 828px;
    min-width: 288px;
    background-color: var(--background);
    border-radius: 6px
}

@media (max-height:355px) {
    .PricingDialog, .Dialog--billingAddress, .Dialog--paymentConfirmation {
        min-height: 0
    }
}

.PricingDialog input, .Dialog--billingAddress input, .Dialog--paymentConfirmation input {
    font-size: 16px;
    padding: 3px 6px
}

.PricingDialog:not(.hasFixedHeight), .Dialog--billingAddress:not(.hasFixedHeight), .Dialog--paymentConfirmation:not(.hasFixedHeight) {
    margin: 12px 0
}

.PricingDialog.hasFixedHeight, .Dialog--billingAddress.hasFixedHeight, .Dialog--paymentConfirmation.hasFixedHeight {
    position: relative;
    min-height: 0;
    height: 98%;
    margin-top: 1vh
}

    .PricingDialog.hasFixedHeight .Dialog-body, .Dialog--billingAddress.hasFixedHeight .Dialog-body, .Dialog--paymentConfirmation.hasFixedHeight .Dialog-body {
        overflow-y: auto;
        margin: 12px 0;
        padding: 36px 48px;
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        width: 100%
    }

        .PricingDialog.hasFixedHeight .Dialog-body:nth-child(2), .Dialog--billingAddress.hasFixedHeight .Dialog-body:nth-child(2), .Dialog--paymentConfirmation.hasFixedHeight .Dialog-body:nth-child(2) {
            top: 48px
        }

        .PricingDialog.hasFixedHeight .Dialog-body:nth-last-child(2), .Dialog--billingAddress.hasFixedHeight .Dialog-body:nth-last-child(2), .Dialog--paymentConfirmation.hasFixedHeight .Dialog-body:nth-last-child(2) {
            bottom: 48px
        }

@media (max-width:var(--screen-min-width)) {
    .PricingDialog .PricingPageCenter {
        padding: 0 2%
    }
}

.PricingDialog .Pricing-plans {
    padding: 24px 0
}

.Billing-cardType {
    height: 36px;
    margin-bottom: 24px
}

.Billing-contentBlock.isItalic {
    font-style: italic
}

.Dialog--billingAddress {
    max-width: 592px
}

.BillingAddress input, .BillingAddress select {
    height: 48px;
    font-size: 16px;
    background-color: var(--white);
    border: 1px solid var(--darkBorderColor)
}

    .BillingAddress input:disabled, .BillingAddress select:disabled {
        background-color: var(--white)
    }

    .BillingAddress input:focus, .BillingAddress select:focus {
        border-color: var(--firstFocus)
    }

    .BillingAddress input.error, .BillingAddress select.error {
        border-color: var(--errorFront)
    }

.BillingAddress input {
    width: 100%;
    max-width: 480px;
    margin-top: 1%;
    padding-left: 20px
}

.BillingAddress p {
    margin: 0
}

.BillingAddress-intro {
    line-height: 24px;
    margin-bottom: 26px
}

.BillingAddress-groupNamesError {
    display: none;
    padding: 12px 0 0 12px;
    color: var(--errorFront);
    font-size: 14px
}

.BillingAddress-group--names {
    max-width: 480px;
    margin-top: 1%
}

    .BillingAddress-group--names.hasError:not(.hasSuppressError) {
        padding: 4px;
        border: 1px solid var(--errorFront)
    }

        .BillingAddress-group--names.hasError:not(.hasSuppressError) + .BillingAddress-groupNamesError {
            display: block
        }

    .BillingAddress-group--names input {
        margin-top: 0
    }

    .BillingAddress-group--names p {
        font-size: 14px;
        margin: 2px 0 2px 8px
    }

.BillingAddress-heading {
    color: #93969e;
    margin-top: 24px
}

.BillingAddress-label {
    line-height: 24px
}

.BillingAddress-subLabel {
    line-height: 24px;
    font-size: 13px
}

.BillingAddress-line--name input {
    width: 49.5%
}

    .BillingAddress-line--name input:not(:last-child) {
        margin-right: 1%
    }

.BillingAddress-line--name.isDisabled input, .BillingAddress-line--name.isDisabled select {
    color: #aaa
}

.BillingAddress-line--company {
    margin-top: 0
}

.Dialog--paymentConfirmation .Dialog-body {
    padding: 48px
}

.PaymentConfirmation label {
    padding-left: 12px;
    font-style: italic;
    font-weight: bold
}

.PaymentConfirmation-terms {
    background-color: var(--white);
    padding: 24px;
    max-height: 300px;
    overflow: auto
}

    .PaymentConfirmation-terms h1 {
        font-weight: bold;
        margin-bottom: 24px
    }

.PaymentConfirmation-button.btn {
    display: block;
    width: 200px;
    margin: 24px auto 0 auto
}

.InvoiceTable {
    width: 100%;
    background-color: var(--background);
    border-collapse: collapse
}

    .InvoiceTable tr {
        background: var(--white)
    }

.InvoiceTable-thead {
    height: 36px;
    line-height: 36px;
    padding: 0 36px;
    vertical-align: middle;
    color: #cfd5da
}

.InvoiceTable-th, .InvoiceTable-th--invoiceNumber, .InvoiceTable-th--actions {
    height: 36px;
    padding: 0 24px;
    background-color: #f7f8f9;
    color: #cfd5da;
    text-align: left;
    line-height: 36px;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.InvoiceTable-th--actions {
    text-align: right
}

.InvoiceTable-td, .InvoiceTable-td--actions {
    padding: 18px 24px 18px 24px;
    border-bottom: 1px solid #f7f7f8;
    color: #838a94;
    font-size: 14px;
    text-align: left
}

.InvoiceTable-tr.isUnpaid .InvoiceTable-td {
    font-weight: bold
}

.InvoiceTable-td--actions {
    text-align: right
}

.InvoiceTable-downloadPdf {
    width: 36px;
    min-width: 36px;
    max-height: 36px;
    padding: 0;
    color: var(--white);
    font-size: 24px;
    background-color: #f46063
}

    .InvoiceTable-downloadPdf:hover {
        background-color: #f67377
    }

.Global-Settings {
    margin-top: 24px;
    padding: 0 4%
}

    .Global-Settings a, .Global-Settings input {
        font-size: 16px
    }

    .Global-Settings input {
        border-width: 1px;
        border-style: solid;
        border-color: var(--darkBorderColor)
    }

        .Global-Settings input:disabled {
            background-color: var(--white)
        }

        .Global-Settings input:focus {
            border-color: var(--firstFocus)
        }

        .Global-Settings input.error {
            border-color: var(--errorFront)
        }

.Global-Settings-savedStatus {
    position: relative;
    left: 607px;
    top: -10px;
    color: #888;
    font-size: 14px;
    width: 42px
}

.Global-SettingsThankYouPic {
    float: left;
    position: relative
}

    .Global-SettingsThankYouPic > div {
        top: 0;
        left: 0;
        position: absolute
    }

    .Global-SettingsThankYouPic input {
        width: 144px
    }

.Global-SettingsThankYouPic-image {
    transition: background-color .2s ease;
    color: var(--white);
    cursor: pointer;
    background-color: var(--firstFocus);
    width: 144px;
    height: 144px;
    line-height: 144px
}

    .Global-SettingsThankYouPic-image:hover {
        background-color: var(--campuslight)
    }

        .Global-SettingsThankYouPic-image:hover .ProfilePic-overlay {
            visibility: visible
        }

    .Global-SettingsThankYouPic-image img {
        width: 144px;
        height: auto
    }

.Global-SettingsThankYouPic-imageIcon {
    width: 144px;
    height: 144px;
    font-size: 30px;
    text-align: center
}

.Global-SettingsThankYouPic-overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 144px;
    height: 144px;
    padding-top: 49px;
    background-color: rgba(0,0,0,0.4);
    line-height: 24px;
    text-align: center
}

.Global-Settings-field {
    margin-bottom: 4px
}

.Global-Settings-line {
    overflow: hidden;
    height: 48px;
    line-height: 48px
}

    .Global-Settings-line input {
        float: left;
        width: 480px;
        height: 48px;
        padding-left: 84px
    }

        .Global-Settings-line input.unconfirmed {
            color: var(--account-unconfirmed-color)
        }

.Global-Settings-fieldIcon {
    margin-left: -480px;
    float: left;
    width: 48px;
    text-align: center;
    color: var(--account-grey)
}

.Global-Settings-input {
    width: 480px;
    margin-left: 168px
}

.Global-Settings-textarea textarea {
    width: 480px;
    padding: 1px 6px;
    font-size: 16px;
    margin-left: 168px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--darkBorderColor)
}

    .Global-Settings-textarea textarea:disabled {
        background-color: var(--white)
    }

    .Global-Settings-textarea textarea:focus {
        border-color: var(--firstFocus)
    }

    .Global-Settings-textarea textarea.error {
        border-color: var(--errorFront)
    }

.Global-Settings .image-load {
    background-color: var(--account-light-grey);
    width: 144px;
    height: 144px
}

    .Global-Settings .image-load .fail {
        text-align: center;
        display: none
    }

        .Global-Settings .image-load .fail p {
            margin-bottom: 16px
        }

        .Global-Settings .image-load .fail button {
            margin-right: 8px;
            margin-left: 8px;
            font-size: 17px;
            padding: 15px;
            display: inline-block;
            color: var(--white);
            background-color: var(--thirdFront);
            width: 45px;
            height: 45px;
            opacity: .9
        }
/*------------------End Account--------------------*/