/* Header notifications */
.notifications {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 200px;
    height: 50px;
    z-index: 10001;
}
.notifications a {
    position: relative;
    display: inline-block;
    height: 22px;
    width: 24px;
    background-image: url(../i/glyphicons-halflings-white.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 8px 0 0;
    padding-top: 8px;
}
.notifications .messages {
    background-position: -72px 5px;
}
.notifications .alerts {
    background-position: -48px -139px;
}
.notifications a:after {
    content: "";
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.2);
    height: 30px;
    width: 2px;
    margin: -12px 5px 0 -5px;
}
.notifications a .unread {
    position: absolute;
    top: -3px;
    right: -2px;
    color: #FFF;
    background-color: #F00;
    font-weight: bold;
    font-weight: 500;
    font-size: 11px;
    padding: 2px 4px;
    line-height: 1;
    border-radius: 3px;
    text-shadow: 1px 1px #c90000;
    box-shadow: inset -1px -3px 1px #c90000;
}
.notifications a:hover .unread,
.notifications a:focus .unread {
    background-color: #FEBA02;
    box-shadow: inset -1px -3px 1px #db9e04;
}

/* tips block */
.tip_points {
    padding: 20px;
    background-color: #FFC90D;
    margin: 20px 0;
}
.tip_points h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}
.tip_points li {
    font-size: 1.2em;
    line-height: 1.5em;
    list-style-type: square;
    color: #FFF;
    margin-left: 20px;
    display: none;
}
.tip_points li span {
    color: #344761;
}
.tip_points li.show_more {
    list-style-type: none;
}
.tip_points li.show_more a {
    text-decoration: none;
    border-bottom: 1px dotted #0087ea;
}
.tip_points li.show_more a:hover {
    text-decoration: none;
    border-style: solid;
    border-color: #344761;
}

.nav-main .contact-us {
    position: relative;
}
.notification-count {
    background-color: red;
    position: absolute;
    display: inline-block;
    top: -5px;
    right: -5px;
    color: #FFF;
    line-height: 1;
    font-size: 11px;
    padding: 2px 3px 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: 600;
}
.pending-count {
    background-color: red;
    position: absolute;
    display: inline-block;
    top: -5px;
    right: -5px;
    color: #FFF;
    line-height: 1;
    font-size: 11px;
    padding: 2px 3px 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: 600;
}

/* Adds a "new" badge next to the tab label. */
.nav-new {
    position: relative;
    top: -1px;
    margin-left: 4px;
    padding: 0 2px 1px;
    background: red;
    /* Border Radius */
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    color: #fff;
    text-transform: lowercase;
    font-size: 10px;
    font-weight: normal;
}
