/* Status Bar Navigation - start */
@import 'fontello.css';
.notifications-section .dropdown-menu{
    margin: -1px 0 0;
    left: auto;
    right: 0;
    min-width: 290px;
    padding: 0;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
.notifications-section .dropdown-menu .header{
    line-height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f4f4f4;
    color: #555;
}
.notifications-section .dropdown-menu .no-messages{
    text-align: center;
    padding: 25px 0;
    color: #808080;
}
.notifications-section .dropdown-menu .no-messages > span{
    color: #18a5d2;
    font-size: 26px;
    margin-bottom: 15px;
    display: block;
}
.notifications-section .dropdown-menu .message-box{
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    text-decoration: none;
    color: #666;
    white-space: normal;
}
.notifications-section .dropdown-menu .message-box:hover{
    background: #f4f4f4;
}
.notifications-section .dropdown-menu .message-box:last-child{
    border-bottom: 0;
}
.notifications-section .dropdown-menu .message-box > .m-date{
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 11px;
    opacity: 0.7;
}
.notifications-section .dropdown-menu .message-box > p{
    position: relative;
    font-size: 13px;
    margin: 0;
    color: #999;
    line-height: 18px;
}
.notifications-section .dropdown-menu .message-box > p .label {
    display: inline-block;
    line-height: 18px;
    padding: 0 5px;
    text-align: center;
}
.notifications-section .dropdown-menu .message-box.invoices > p{
    color: #721c24;
}
.notifications-section .dropdown-menu .message-box.invoices > p .label{
    background: #E75B5B;
}
.notifications-section .dropdown-menu .message-box.reports > p{
    color: #8a6d3b;
}
.notifications-section .dropdown-menu .message-box.reports > p .label{
    background: #faac1c;
}
.notifications-section .dropdown-menu .message-box.tickets > p{
    color: #2c6085;
}
.notifications-section .dropdown-menu .message-box.tickets > p .label{
    background: #3f8abf;
}
.notifications-section .dropdown-menu .message-box h6{
    line-height: 20px;
}
.dropdown.open .dropdown-menu{
    display: block;
}
@media screen and (min-width: 771px){
    .client-area .content-structure{
        padding-top: 85px
    }
    .content-top-header.status-bar-nav + .ca-free-trials-sticky-section{
        top: 70px;
        position: fixed;
    }
    .content-top-header.status-bar-nav ~ .client-area.checkout-structure .sticky-wrapper.sticky{
        top: 80px;
    }
    .content-top-header.status-bar-nav{
        position: fixed;
        top: 0;
        left: 70px;
        right: 0;
        background: #fff;
        height: 70px;
        padding: 15px;
        border-bottom: 1px solid #ddd;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        z-index: 1080;
    }
    .client-area.left-menu-opened .status-bar-nav{
        left: 220px;
    }
    .content-top-header.status-bar-nav .header-controls,
    .content-top-header.status-bar-nav .user_options{
        margin: 0;
    }
    .content-top-header.status-bar-nav .header-controls h3{
        line-height: 40px;
    }
    .content-top-header.status-bar-nav .header-controls .btn-open{
        height: 40px;
    }
    .notifications-section{
        display: inline-block;
        text-align: right;
        margin-right: 5px;
        vertical-align: middle;
        position: relative;
    }
    .notifications-section > .reports{
        color: #9d9d9d;
        cursor: pointer;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid #dfdfdf;
        text-align: center;
        font-size: 14px;
        -o-transition: background 300ms;
        transition: background 300ms;
        -moz-transition: background 300ms;
        -webkit-transition: background 300ms;
    }
    .notifications-section > .reports:hover{
        background: #f4f4f4;
    }
    .notifications-section > .reports .n-counter{
        width: 16px;
        height: 16px;
        position: absolute;
        top: -5px;
        right: -5px;
        line-height: 16px;
        background: #ff2a20;
        color: #fff;
        border-radius: 50%;
        font-size: 10px;
        text-align: center;
        font-weight: 300;
    }
    .notifications-section.open > .reports{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-color: #f4f4f4;
        background: #f4f4f4;
    }
}

@media screen and (max-width: 770px){
    .client-area .content-structure{
        padding-top: 60px
    }
    .content-top-header.status-bar-nav + .ca-free-trials-sticky-section{
        top: 50px;
        position: fixed;
    }
    .content-top-header.status-bar-nav{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 1080;
    }
    .dropdown.notifications-section{
        position: absolute;
        top: 0;
        right: 45px;
        bottom: 0;
        color: #fff;;
    }
    .dropdown.notifications-section .dropdown-toggle::after{
        display: none;
    }
    .notifications-section > .reports{
        display: block;
        text-align: center;
        width: 50px;
        line-height: 50px;
        position: relative;
        -o-transition: all 300ms;
        transition: all 300ms;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
    }
    .notifications-section > .reports .n-counter{
        width: 16px;
        height: 16px;
        position: absolute;
        top: 9px;
        right: 8px;
        line-height: 16px;
        background: #ff2a20;
        color: #fff;
        border-radius: 50%;
        font-size: 10px;
        text-align: center;
        font-weight: 300;
    }
    .notifications-section .dropdown-menu{
        border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        background: #2b333b;
        font-family: 'proxima-nova', sans-serif;
    }
    .notifications-section .dropdown-menu .header{
        font-size: 16px;
    }
    .notifications-section .dropdown-menu .message-box,
    .notifications-section .dropdown-menu .no-messages > span{
        color: #fff;
    }
    .notifications-section .dropdown-menu .message-box:hover{
        background: #394045;
    }
    .notifications-section .dropdown-menu .header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        background: #43505b;
        color: #f2f2f2;
    }
    .notifications-section .dropdown-menu .message-box.invoices > p {
        color: #d4636e;
    }
    .notifications-section .dropdown-menu .message-box.reports > p {
        color: #a7803d;
    }
    .notifications-section .dropdown-menu .message-box.tickets > p {
        color: #5391bd;
    }
    .client-area.left-menu-opened{
        padding-top: 0 !important;
    }
    .menu-structure.menu-open ~ .ca-free-trials-sticky-section {
        overflow: auto;
        min-width: 0;
        position: absolute !important;
        left: 0;
        transform: translate(220px, 0);
        -moz-transform: translate(220px, 0);
        -webkit-transform: translate(220px, 0);
        -ms-transform: translate(220px, 0);
    }
}
@media screen and (max-width: 374px){
    .notifications-section > .reports{
        width: 40px;
    }
    .notifications-section > .reports .n-counter{
        top: 7px;
        right: 3px;
    }
    .notifications-section .dropdown-menu{
        margin: 0;
        right: calc(50% - 50px);
    }
}
.ca-free-trials-sticky-section{
    transition: top 300ms;
    -webkit-transition: top 300ms;
    -moz-transition: top 300ms;
    -ms-transition: top 300ms;
}
.client-area{
    transition: padding 300ms;
    -webkit-transition: padding 300ms;
    -moz-transition: padding 300ms;
    -ms-transition: padding 300ms;
}
.menu-structure{
    z-index: 1080;
}
.menu-structure .os-group{
    margin-bottom: 0;
}
.menu-structure .os-group .menu-icon{
    background: none;
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
}
.menu-structure .os-group .menu-icon::before{
    margin: 0;
}
.menu-structure .menu_listing > li.os-group > a:hover .menu-icon{
    color: #5fcf80;
}
#header-user-options{
    z-index: 1080;
}
/* Status Bar Navigation - end */
