#popover-notification{
    -webkit-padding-start: 0px;
    list-style-type: none;
    text-align: left;
    max-width: 320px;
    margin-bottom: -2px;
    overflow-y: scroll;
    font-family: "Roboto", san-serif;
    max-height: 255px;
}
#popover-notification li{
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #bbb;
    padding-bottom: 10px;
    padding-top: 10px;
}
#popover-notification li:last-child{
    border-bottom: inherit;
}
#popover-notification li:hover{
    background-color: #eeeeee;
}
#notification-globe-header .popover{
    left: -265px !important;
    display: block !important;
    width: 325px !important;
    font-size: 13px !important;
}
#notification-permission-container{
    float: right;
}
#notification-permission-container .glyphicon-off{
    color:#888888;
    vertical-align: middle;
    font-size: 15px;
}

#notification-globe-header .popover .arrow{
    left: 89% !important;
}
#notification-globe-header .popover-title{
    text-align: left;
}
#popover-notification li .glyphicon, #popover-notification li .sprite-icons-comment1{
    margin-right: 10px;
}
#popover-notification .json-notifications{
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.soc-header-notification.active .glyphicon-bell{
    color: rgb(96,174,36);
}
.soc-header-notification .notify-count{
    display: none;
}
.soc-header-notification.active .notify-count{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 9px;
    position: absolute;
    display: block;
    right: 6px;
    top: 10px;
    color: #FFF;
    background: red;
    padding: 3px 6px 2px 6px;
    border-radius: 10px;
    font-weight: bold;
}
.soc-header-notification{
    background: #ffffff;
    margin-right: 55px;
    float: right;
    height: 55px;
    width: 45px;
    position: relative;
}
.soc-header-notification span.glyphicon-bell{
    list-style-type: none;
    font-size: 25px;
    color: #888;
    margin-left: -10px;
    margin-top:13px;
}
.soc-header-notification ul{
    list-style-type: none;
    padding-left: 20px;
    margin-top: 0;
}
#popover-notification .glyphicon-pencil,
#popover-notification .glyphicon-user,
#popover-notification .glyphicon-file{
    color:#ffaa00;
}
#popover-notification .markplus{
    color: #60ae24;
}
#popover-notification b{
    font-family: "Roboto", san-serif;
}
#popover-notification .markminus{
    color: #ffaa00;
}
#popover-notification .glyphicon-thumbs-up{
    color:#60ae24;
}
#popover-notification .glyphicon-thumbs-down{
    color:#ffaa00;
}
#popover-notification .glyphicon-circle-arrow-up{
    color:#60ae24;
}
#popover-notification .glyphicon-circle-arrow-down{
    color:red;
}
.notification-replier{
    font-family: "Roboto", san-serif;
}
#settings-modal .modal-lg{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#settings-modal form{
    padding: 20px;
}
#settings-modal .row{
    border-bottom: solid 1px #ddd;
    margin: 5px 0px;
    padding-bottom: 3px;
}
#settings-modal .row:last-child{
    border-bottom: inherit;
}
#settings-modal .modal-header{
    height: 45px;
}