.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.open > .dropdown-toggle.btn.focus,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover {
    border-color: transparent;
}

.jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 11px;
    top: 11px;
}

.jGrowl-closer,
.jGrowl-notification {
    opacity: 1;
    box-shadow: 1px 1px 2px 0px #666;
    border-radius: 1px;
}

.footer .footer-inner .footer-content {
    line-height: 14px;
    font-size: 11px;
}

.sidebar .sidebar-shortcuts-large > .btn {
    line-height: 26px;
}

.notice-box {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 320px;
    background: #fff;
    padding: 10px;
    border: 1px solid #f00;
    z-index: 9;
    box-shadow: 1px 1px 2px #999;
}

.notice-box .notice-close {
    position: absolute;
    top: -10px;
    right: -11px;
    z-index: 10;
    height: 20px;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    padding: 0px 4px 0px 4px;
    border: 1px solid #f00;
    border-radius: 100%;
    background-color: #ff0;
    cursor: pointer;
}