.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-reminder > .count {
    min-width: 20px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    right: 0px;
    top: 6px;
    color: #fff;
    background-color: #d9534f;
    border-radius: 99em;
    display: none;
}

.navbar-reminder > .dpd-dropdown-menu {
    position: absolute;
    top: 50px;
    padding: 0;
    width: 320px;
    border-left: 0;
    border-right: 0;
}

.navbar-reminder > .dpd-dropdown-menu > li > ul {
    padding: 0;
    list-style: none;
    width: 320px;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification {
    max-height: 350px;
    overflow: hidden;
    cursor: pointer;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification > li {
    padding: 6px 10px 6px 0;
    border-bottom: 1px solid #000;
    background-color: #fff;
    height: 70px;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification > .is-read,
.navbar-reminder > .dpd-dropdown-menu > li > .notification > .is-read > .right > a {
    color: rgba(51, 51, 51, 0.5);
    background-color: #e1e1e1;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification > li > .left {
    float: left;
    width: 60px;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification > li > .left > .from-pic {
    width: 50px;
    height: 50px;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification > li > .right {
    float: left;
    width: calc(100% - 60px);
    line-height: 26px;
    overflow: hidden;
    height: 100%;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification > li > .right > a {
    color: #333;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification > li > br {
    clear: both;
}

.navbar-reminder > .dpd-dropdown-menu > li > .getMessage {
    text-align: center;
    color: #fff;
    background-color: #222;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification-no {
    text-align: center;
    background-color: #fff;
    line-height: 30px;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification-header > li {
    height: 30px;
    color: #fff;
    background-color: #919191;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification-header > li > .notification-title {
    float: left;
    line-height: 30px;
    margin-left: 10px;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification-header > li > .read-message-all {
    display: none;
    float: right;
    text-align: right;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification-show-all {
    display: none;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background-color: #000000;
}

.navbar-reminder > .dpd-dropdown-menu > li > .notification-show-all a {
    color: #FFFFFF;
}

.phone-count {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    -webkit-transform:scale(0.83);
    text-align: center;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: -3px;
    color: #fff;
    background-color: #f00;
    border-radius: 99em;
    display: none;
}