.unread-count{
    background-color: #cc0b0b;
    height: 26px;
    min-width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    margin-left: 5px;
    color:#fff;

}
#menu a{
    color: #fff;
    text-decoration: none;
}
#footer{
    position:fixed;
    left:0px;
    bottom:0px;
    height:40px;
    background-color:#eaeaea;
    right: 0px;
    display:flex;
    align-items: center;
    padding-left:10px;
    padding-right:10px;
}
#footer img{
    height:20px;
}
    #profile_image.has_background .profile_image_icon{
        display:none
    }
    #profile_name{
        margin-right:10px;
    }
    #profile_image{
        height: 50px;
        width: 50px;
        background-color: #d4d4d4;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #868686;
        margin-right: 10px;
        background-size: cover;
        background-position: center center;

    }
    #profile_menu_header_inner{
        display:flex;
        align-items: center;
    }

    #profile_menu_items{
        height:0px;
        overflow:hidden;
        transition-duration:0.3s;
        background-color:#fff;
        margin-top:10px;
        border-radius:3px;

    }
    #profile_menu.open #profile_menu_items{
        height: 100px;
        border:1px solid #333333;
    }
    #profile_menu #profile_menu_header .icon{
        transition-duration:0.3s;
    }

    #profile_menu.open #profile_menu_header .icon{
        transform: rotate(180deg)
    }
    #profile_menu{
        margin-right:30px;
        margin-top:30px;
        display: flex;
        flex-direction: column;
        place-items: flex-end;
        z-index: 1000;
        cursor:pointer;
    }
    .profile_menu_item{
        height: 30px;
        display: flex;
        min-width: 150px;
        align-items: center;
        padding: 10px;
        cursor:pointer;
    }
    .profile_menu_item:hover{
        background-color:#f0f0f0;
    }
    .profile_menu_item svg{
        margin-right:5px;
    }
    .menu-header-item{
        font-weight:bold;
        padding:20px;
    }
    .menu-header-item:not(:first-child){
        margin-top:30px;
    }
    .menu-item{
        padding:20px;
        padding-left:40px;
        cursor:pointer;
        padding-top:10px;
        padding-bottom:10px;
        display: flex;
        align-items: center;

    }
    .menu-item.active{
        color:#2daae2;
        font-weight:bold;
    }
    .menu-item:active{
        background-color:#2daae2;
        color:#fff;
    }


    #logo{
        position : absolute;
        left: 45px;
        top: 45px;
        height: 30px;
    }

    #container{
        position: absolute;
        left: 200px;
        right: 0px;
        bottom: 0px;
        top: 0px;
    }

    .jaf-view.with-toolbar{
        top:50px;
    }
    .jaf-view.with-project-selector{
        top:65px;
    }

    .jaf-view.with-toolbar.with-project-selector{
        top:114px;
    }



    #container_holder{
        position:absolute;
        left:0px;
        right:0px;
        bottom:40px;
        top:120px;
        border-top:10px solid #333333;
    }
    #mobile_menu{
        display:none;
    }
    #menu{
        position:absolute;
        left:0px;
        top:120px;
        bottom:40px;
        width:200px;
        background-color: #333333;
        overflow:auto;
        color: #fff;
        z-index:100;
    }


    @media all and (min-width: 600px) {
        .mobile_only{
            display:none !important;
        }
    }

    @media all and (max-width: 600px) {
        #logo{
            left:10px;
            top:10px;
        }

        .desktop_only{
            display:none !important;
        }
        #container{
            left:0px;
            transform:none;
        }
        #container_holder{
            top:55px;
        }
        #mobile_menu{
            display:flex;
            position:absolute;
            right:0px;
            top:0px;
            width:55px;
            height:55px;
            font-size: 40px;
            justify-content: center;
            align-items: center;
            color:#2daae2;
        }
        #mobile_menu:active{
            opacity:0.5;
        }
         #menu{
            z-index: 0;
            left: 0px;
            top: 55px;
            right: 0px;
            bottom: 0px;
            width: auto;
            opacity:0;
            transform-duration:0.5s;
         }
         #menu.open{
             z-index: 10;
             opacity:1;
         }

        #mobile_menu>*{
            opacity:0;
            position:absolute;
            left:50%;
            top:50%;
            transform:translate(-50%,-50%);
            transform-duration:0.3s;

        }
        #mobile_menu.closed .open{
            opacity: 1;
        }
        #mobile_menu.open .close{
            opacity: 1;
        }
        .menu-item{
            padding-left:20px;
            padding-top:15px;
            padding-bottom:15px;
        }



    }


.tabs{
    display:flex;
    border-bottom: 5px solid #2daae2;
    margin-top:10px;
    margin-bottom:10px;
    overflow-x: auto;

}
.tab{
    padding:15px;
    background-color:#e6e6e6;
    min-width:100px;
    text-align:center;
    cursor:pointer;
    margin-left:5px;
    border-radius: 4px 4px 0px 0px;
}
.tab:first-child{
    margin-left: 10px;
}
.tab.selected{
    background-color:#2daae2;
    color: #fff;
    font-weight: bold;
}






@media all and (max-width: 600px) {

    .jaf-view.with-toolbar.with-project-selector {
        top:140px !important;
    }
    .jaf-view.with-toolbar {
        top: 80px !important;
    }

}




