/*
    Page Layout
*/

body.path-__membership__renew #PrimaryContent {
    margin-bottom: var(--site-box-margin-bottom);
}

/*
    Form Tweaks
*/

.fieldTitle {
    padding: 0px !important;
}

.fieldContent .fieldText {
    padding: 0px !important;
}

#AgreementsContainer .radioField fieldset,
#AgreementsContainer .checkboxField fieldset {
    margin: 0px !important;
    font-size: 90% !important;
}

/*
    Sub Accounts
*/
#SubAccountsSection {
}

    #SubAccountsSection fieldset#SubAccounts {
    }

        #SubAccountsSection fieldset#SubAccounts legend {
        }

        #SubAccountsSection fieldset#SubAccounts .formFields {
        }

            #SubAccountsSection fieldset#SubAccounts .formFields .fieldTitle {
            }

                #SubAccountsSection fieldset#SubAccounts .formFields .fieldTitle .accountType {
                }

                #SubAccountsSection fieldset#SubAccounts .formFields .fieldTitle .accountsIncluded {
                    font-weight:  normal;
                }

            #SubAccountsSection fieldset#SubAccounts .formFields .fieldContent {
            }

                #SubAccountsSection fieldset#SubAccounts .formFields .subAccountsUsers {
                }

                    #SubAccountsSection fieldset#SubAccounts .formFields .subAccountsUsers table {
                        width: 100%;
                        margin-bottom: 10px;
                        border-collapse: collapse;
                        border-color: var(--site-color-1-light);
                        border-width: var(--site-border-width);
                        border-style: solid;
                        background: #ffffff;
                    }

                        #SubAccountsSection fieldset#SubAccounts .formFields .subAccountsUsers table tr {
                        }

                            #SubAccountsSection fieldset#SubAccounts .formFields .subAccountsUsers table tr th {
                                background: var(--site-color-1-lighter);
                                border-color: var(--site-color-1-light);
                                border-width: var(--site-border-width);
                                border-style: solid;
                                padding: 4px;
                            }

                            #SubAccountsSection fieldset#SubAccounts .formFields .subAccountsUsers table tr td {
                                border-color: var(--site-color-1-light);
                                border-width: var(--site-border-width);
                                border-style: solid;
                                padding: 4px;
                            }

                #SubAccountsSection fieldset#SubAccounts .formFields .subAccountsUsers.noAccounts {
                    margin-bottom: 10px;
                }

                #SubAccountsSection fieldset#SubAccounts .formFields .createSubAccount {
                    margin: 0;
                }

                    #SubAccountsSection fieldset#SubAccounts .formFields .createSubAccount a {
                    }

                    #SubAccountsSection fieldset#SubAccounts .formFields .createSubAccount .accountsAvailable {
                        display: block;
                    }

                        #SubAccountsSection fieldset#SubAccounts .formFields .createSubAccount .accountsAvailable::before {
                            content: "(";
                        }

                        #SubAccountsSection fieldset#SubAccounts .formFields .createSubAccount .accountsAvailable::after {
                            content: ")";
                        }
                        
                        #SubAccountsSection fieldset#SubAccounts .formFields .createSubAccount a  .accountTypeName {
                        }

                #SubAccountsSection fieldset#SubAccounts .formFields .purchaseSubAccounts {
                    margin: 0;
                }

                    #SubAccountsSection fieldset#SubAccounts .formFields .purchaseSubAccounts a {
                    }

                        #SubAccountsSection fieldset#SubAccounts .formFields .purchaseSubAccounts a .accountTypeName {
                        }

