#tmx-notification-bubble {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    background-color: #666;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
}
#tmx-notification-bubble i{
    color: #ffffff;
}
#tmx-notification-bubble .label,
#tmx-notification-bubble .badge{
    position: absolute;
    font-size: 10px;
    top: 0;
    right: 0;
}
#tmx-notification-bubble:hover{
    opacity: 0.8;
}
#tmx-notification-unread{
    position: absolute;
    right: 8px;
    top: 12px;
    margin: 0;
    width: auto;
}
#tmx-notification-settings{
    margin-top: 10px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
#tmx-notification-settings > .card {
    background-color: transparent;
    border: none;
}
#tmx-notification-settings-msg,
#tmx-notification-none{
    margin: 10px 0 0 0;
}
#tmx-notifications-wrapper .avatar{
    position: absolute;
    top: 5px;
    left: 0;
}
#tmx-notifications-wrapper .avatar.fa{
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #ccc;
    border-radius: 50%;
    color: #fff;
}
#tmx-notifications-wrapper .avatar.fa.fa-bullhorn,
#tmx-notifications-wrapper .avatar.fa.fa-lock{
    background-color: #c50101;
}
#tmx-notifications-wrapper .notification-entry{
    position: relative;
    padding: 10px 25px 0 60px;
    line-height: 20px;
    min-height: 60px;
}
#tmx-notifications-wrapper .content{
    color: #999;
    font-style: italic;
}
#tmx-notifications-wrapper .meta{
    display: block;
    color: #999;
}
#tmx-notifications-wrapper .meta .fa,
#tmx-notifications-wrapper .txt .fa{
    margin-right: 5px;
}
#tmx-notifications-wrapper .txt .fa{
    color: #c50101;
}
#tmx-notifications-wrapper .notification-hide{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 20px;
    color: #938775;
    cursor: pointer;
}
#tmx-notifications-wrapper .notification-hide:hover{
    color: #807360;
}
#tmx-notifications-list > div{
    margin-bottom: 10px;
}
#tmx-notifications-list > div > a{
    color: #50402a;
    text-decoration: none;
}
#tmx-notifications-list .notification-wrapper:hover{
    background-color: #f6f6f6;
}
@media (max-width: 767px){
    #tmx-notifications-list .notification-wrapper:hover{
        background-color: transparent;
    }
    #tmx-notifications-list .notification-wrapper:hover .notification-entry{
        background-color: #f6f6f6;
    }
}
#tmx-notification-load i {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
#tmx-notification-settings .icon {
    margin-right: 5px;
    width: 14px;
}
.tmx-notification-settings-sublabel span {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 9px;
}
.tmx-notification-settings-sublabel h4 {
    display: inline;
}
.tmx-notification-settings-checkbox + .tmx-notification-settings-checkbox {
    margin-left: 10px;
    margin-right: 10px;
}
.tmx-notification-settings-sublabel.sub {
    margin-top: 10px;
    padding-left: 53px;
}
.tmx-notification-settings-checkbox.single {
    margin-right: 35px;
}