.table-condensed td {
    font-size: 18px;
    color: #64625f;
}

*[class*="account"] .btn-group a:last-of-type::before {
    border-radius: 0 0 0 4px;
}

*[class*="account"] .status-icon {
    float: right;
}

    *[class*="account"] .status-icon.circle_ok:before {
        color: #5cb85c;
    }
        *[class*="account"] .status-icon:before {
            left: auto;
            right: 0;
            background: #fff;
            border-radius: 50%;
            font-size: 20px;
            line-height: .8;
            margin-top: .13em;
        }

        *[class*="account"] .status-icon.btn {
            width: 70px;
            font-size: 12px;
            text-shadow: none;
            padding: 2px 8px 1px 8px;
        }

        *[class*="account"] .status-icon.circle_ok:before {
            color: #5cb85c;
        }

        *[class*="account"] .status-icon.ok_2:before {
            color: #5cb85c;
        }

        *[class*="account"] .status-icon.circle_info:before {
            color: #e5b417;
        }

        *[class*="account"] .status-icon.circle_minus:before {
            color: #d2322d;
        }

        *[class*="account"] .status-icon.circle_minus:before {
            color: #d2322d;
        }

        *[class*="account"] .status-icon.white:before {
            color: #fff;
        }

    *[class*="account"] .status-icon.remove_2:before {
        color: #d2322d;
    }

.account-info {
    margin-bottom: 20px;
}

    /* override bootstrap */
    .account-info .btn-group-vertical>.btn.invalid:hover,
    .account-info .btn-group-vertical>.btn.invalid:active {
        z-index: 0;
        background: #f4f4f4;
        box-shadow: none;
        color: rgba(0, 0, 0, 0.6);
        opacity: .6;
    }

    .account-info .btn-default {
        background-color: #fff;
    }

    .account-info .btn-default.glyphicons::before {
        border-right: none;
    }

    .account-info .btn-group-vertical > .btn.status-indented {
        padding-left: 50px;
        border-top: 0;
    }
    .account-info .btn-group-vertical > .btn.status-indented:not(:last-of-type) {
        border-bottom: 0;
    }

.container .account-class .block {
    border-radius: 4px 0 4px 4px;
    border: 3px solid #dcdcdc;
    background: #fff;
}
.container .account-class.static .block {
    border: none;
    background: none;
}

.account-class .header {
    font-weight: normal;
    margin: .6em 0 0 0;
}
.account-class.static .header {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.account-class .block .body {
}

    .account-class .block .body .glyphicons {
        /*color: #333;*/
        line-height: 1.5;
        padding-left: 2.2em;
    }

        .account-class .block .body .glyphicons:before {
            font-size: 16px;
        }

.account-class .block ul {
    padding: 0;
}

.account-class .block li {
    list-style: none;
}

html[lang=en] .account-class .block li {
    margin-bottom: 20px;
}

.account-class .main-header {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
}

.account-class .main-body {
    margin: 10px 15px 0 15px;
}

.account-class .sub-header {
    background: #ececec;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 5px;
}
    .account-class {
        background:#fff;
        padding:0 0 20px 0;
    }

    .account-class .sub-header span {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        padding: 0;
        font-style: inherit;
    }

.account-class .sub-body {
    padding: 5px 5px 0 5px;
}

    .account-class .sub-body li,
    .account-class .sub-body dl {
        display: inline;
    }
    .account-class.static .sub-body li,
    .account-class.static .sub-body dl {
        display: block;
    }
    .account-class .sub-body li {
        margin-right: 5px;
    }

.account-class .btn-upgrade {
    display: block;
    margin: 0 15px;
}

.account-class .main-footer .notice {
    font-size: 14px;
    margin: 15px;
    text-align: center;
}

.account-class .btn-group-vertical > .btn-default:hover {
    background: #f4f4f4;
    border-color: #dcdcdc;
    color: rgba(0, 0, 0, 0.6);
}

/** HOME以外の画面で要件ボタンを無効化する **/
.account-class.static .btn-group > .btn,
.account-class.static .btn-group>.btn:hover,
.account-class.static .btn-group>.btn:active,
.account-class.static .btn-group>.btn:focus {
    z-index: initial;
    background: #f4f4f4;
    border-color: #dcdcdc;
    box-shadow:none;
    color: rgba(0, 0, 0, 0.6) !important;
    cursor: default;
    opacity: 1;
}
.account-class.static .btn-group:hover {
    opacity: 1;
}

#landing_1 .account-class-table .table-user-type .table,
.account-class-table .table-user-type .table {
    width: 100%;
}