.brand-logo .logo-image {
    display: block;
    width: auto;
    height: 60px;
    margin: auto;
    padding: 5px;
}

.brand-logo .logo-image-renesas {
    display: block;
    width: auto;
    height: 60px;
    margin: auto;
    padding-right: 5px;
}

.brand-logo-collapsed .logo-image {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 5px;
}

.navbar-top .navbar-header {
    background-color: transparent;
}

.brand-logo .watermark-image {
    display: block;
    width: 100%;
    max-width: 188px;
    height: auto;
    max-height: 60px;
    margin: auto;
    padding: 5px;
}

.replenish-btn {
    background:url(../img/replenish-button.png) no-repeat;
    color: black;
    width: 156px;
    height: 32px;
    border: none;
}

.replenish-btn:hover,
.replenish-btn:focus,
.replenish-btn:active,
.replenish-btn.active {
    background:url(../img/replenish-button.png) no-repeat;
    color: black;
    width: 156px;
    height: 32px;
    border: none;
}

.replenish-btn.disabled,
.replenish-btn[disabled],
fieldset[disabled] .replenish-btn,
.replenish-btn.disabled:hover,
.replenish-btn[disabled]:hover,
fieldset[disabled] .replenish-btn:hover,
.replenish-btn.disabled:focus,
.replenish-btn[disabled]:focus,
fieldset[disabled] .replenish-btn:focus,
.replenish-btn.disabled:active,
.replenish-btn[disabled]:active,
fieldset[disabled] .replenish-btn:active,
.replenish-btn.disabled.active,
.replenish-btn[disabled].active,
fieldset[disabled] .replenish-btn.active {
    background:url(../img/replenish-button.png) no-repeat;
    color: black;
    width: 156px;
    height: 32px;
    border: none;
}
.btn-default .badge {
    background:url(../img/replenish-button.png) no-repeat;
    color: black;
    width: 156px;
    height: 32px;
    border: none;
}
