
.alert {
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid #eed3d7;
    border-radius: 4px;
    bottom: 0px;
    right: 21px;
    /* Each alert has its own width */
    float: right;
    clear: right;
}

.alert-red {
    color: white !important;
    background-color: #e62117;
}
.alert-red .snap-link {
    color: white !important;
}
.alert-white {
    background-color: #D1EDBB;
    border: solid 1px #60ae24;
}
.alert-green {
    color: white;
    background-color: #37BC9B;
}
.alert-blue {
    color: white;
    background-color: #4A89DC;
}
.alert-yellow {
    color: white;
    background-color: #F6BB42;
}
.alert-orange {
    color:white;
    background-color: #E9573F;
}
#popover-notification{
    padding-left: 0px;
}
#ohsnap{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999;
}
#ohsnap .markplus{
    color: #60ae24;
}
#ohsnap .markminus{
    color: #ffaa00;
}
#ohsnap .glyphicon-circle-arrow-up{
    color:#60ae24;
}
#ohsnap .glyphicon-circle-arrow-down{
    color:red;
}
.notification-link{
    font-weight: bold;
    text-decoration: underline;
}