﻿

a.jt_notifications {
    color: #888 !important;
    display: block;
    float: left;
    font-size: 2em;
    padding: 0px 20px;
    width: 100px;
}

.jt_notifications_container {
    float: left;
    width: 80px;
    height: 100%;
    top: -10px;
    position: relative;
}

.jt_notifications .notif {
    background: none repeat scroll 0 0 #E53C42;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 0.5em;
    font-weight: bold;
    height: 18px;
    line-height: 1.6em;
    margin: 12px 0 0 15px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 18px;
}
.jt_notifications_bubble:before {
    border-color: #333333 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 15px 15px;
    content: "";
    display: block;
    left: 40px;
    position: absolute;
    top: -15px;
    width: 0;
}
.jt_notifications_bubble {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    width: 320px;
    z-index: 3200;
    margin: 40px 0 0 -25px;
   
}

.jt_notifications_bubble ul {
    padding: 0; margin: 0;
     max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.jt_notifications_bubble ul li {
    border-bottom: 1px solid #FAFAFA;
    color: #595959;
    font-size: 1.1em !important;
    line-height: 1.8em;
    padding: 5px 10px !important;
    text-align: left !important;
    width: 95% !important;
    height: auto!important;
}

.jt_notifications_bubble ul li a{
    color: #62AF32 !important; text-decoration: underline;
}

.jt_notifications_bubble ul li.jt_notifications_new:before {
    background: none repeat scroll 0 0 #E53C42;
    border-radius: 50%;
    color: #FFFFFF;
    content: "";
    display: block;
    float: left;
    font-family: arial;
    font-size: 0.4em;
    font-weight: bold;
    height: 8px;
    line-height: 2em;
    margin-left: -18px;
    margin-top: 6px;
    padding: 0;
    text-align: center;
    width: 8px;
}
.jt_notifications_bubble ul li.jt_notifications_read {
    color: #999999;
}

.jt_notifications_bubble ul li.jt_notifications_read a{
    color: #999999 !important; text-decoration: underline;
}
.jt_notifications_bubble ul li.jt_notifications_critical {
    color: #E53C42;
}
.jt_notifications_bubble ul li span {
    font-size: 0.95em;
    font-weight: bold;
}

.jt_notifications_bubble ul li span.fa {
font-weight: normal!important;
}

.jt_notifications_no_notificatons {
text-align: center; color: #dedede;
}

.jt_notifications_no_notificatons span.fa {
display: block;
font-size: 3.5em;
margin: 10px auto 20px auto !important;
}

.jt_notifications_no_notificatons p {
margin: 20px auto !important;
padding: 5px 10px !important;
font-weight: bold;
color: #fff;
background: #dedede;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display: inline!important;
}

.jt_notifications_state {
background: #fef8c4;
color: #af9701 !important;
}



