

.mobile_josa, .login_views{
    display: none;
}

@media (max-width: 768px) {
    .not_mobile_josa, .not_mobile_josa>ul{
        display: none;
    }
    
    ul li::before{
        content: "\200B";
        float: left;
    }

    .mobile_josa{
        display: block;
    }

    .top-bar{
        position: absolute;
        top: 26px;
        left: 0;
        right: 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    
    .top-bar>h1{
        display: inline;
        font-size: 14px;
        color: #ffffff;
        line-height: inherit;
    }
    .top-bar>a{
        position: relative;
        /*        top:14px;*/
        
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        width: 28px;
        height: 28px;
        border-radius: 5px;
        padding: 4px 5px 4px 5px;
        background-color: #e7e7e7;
        background-image: linear-gradient(134deg, #ffffff, #eaedff);
        color: #4b57d6;
        font-size: 10px;

    }

        /* Menu */
        .menu-space{
            display: block;
            height: 76px;
        }
    
        .menu-mobile{
            z-index: 1010;
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 76px;
        }
    
        .sub-menu-bg1, .sub-menu-bg2, .sub-menu, .menu-mobile{
            z-index: 1020;
        }
        .menu{
            font-weight: 400;
            border-color: #e7e7e7;
            background-image: linear-gradient(to left, #a5aee8, #4b57d6);
            background-color: transparent;
        }
        
        .menu .active{
            background-image: linear-gradient(134deg, #ffffff, #eaedff);
            color: #4b57d6;
            border-radius: 10px;
        }
        
        .menu .create-new{
            border-radius: 16px;
            border: 1px solid #ffffff;
            background-color: #4b57d6;
        }
    
        .menu-mobile .menu-button{
            float: left;
            border: none;
            padding: 10px 10px;
            margin-top: 19px;
            margin-left: 16px;
            
            background: none;
            border: none;
        }
        .menu-mobile .titleText{
            position: absolute;
            padding:0;
            margin: 0;
    
            width: 60%;
            text-align: center;
    
            font-size: 20px;
            color: #ffffff;
    
            left: 50%;
            top: 50%;
    
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }
        .menu-mobile .dots{
            float: right;
            padding: 10px 10px;
            margin-top: 24px;
            margin-right: 25px;
    
            background-color: transparent;
            background-image: none;
            border: none;
        }
    
        .mobile-menu-toggle, .mobile-menu-toggle  ~.sub-menu-bg1, .mobile-menu-toggle  ~.sub-menu-bg2{
            display: none;
        }
        .mobile-menu-toggle:checked ~.sub-menu, .mobile-menu-toggle:checked ~.sub-menu-bg1, .mobile-menu-toggle:checked ~.sub-menu-bg2{
            display: block;
        }
    
        .sub-menu{
            display: none;
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            width: 254px;
            padding: 26px;
    
            color: white;
        }
        .sub-menu-bg2{
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            width: 306px;
    
            background-color: #313640;
            opacity: 0.92;
        }
        .sub-menu-bg1{
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
    
            background-color: #6a6a7c;
            opacity: 0.5;
        }
        
        .sub-menu .close-menu{
            border: none;
            background: none;
        }
    
    
        .sub-menu>*{
            margin-left: 4px;
            opacity: 0.7;
            font-size: 14px;
            letter-spacing: 2px;
        }
        
        .sub-menu>hr{
            margin: 0;
            margin-top: 30px;
            height: 1px;
            border: none;
            border-top: solid 1px #e6e6ee;;
            opacity: 0.15;
        }
        .sub-menu>*>img{
            position: relative;
            margin-right: 26px;
            width: 24px;
            height: 24px;
        }
        .sub-menu a{
            text-decoration: none;
            color: #ffffff;
            display: block;
            margin-top: 30px;
        }
        .sub-menu .active{
            opacity: 1;
        }
    
        .sub-menu .name{
            margin-top: 50px;
            letter-spacing: 0.5px;
        }
    
    
        .sub-menu .sager{
            margin-left: 54px;
        }
    
        .sub-menu .log-out{
            position: absolute;
            z-index: 1;
            left: 78px;
            bottom: 40px;
            width: 133px;
            height: 48px;
            background-color: #e6e6ee;
            letter-spacing: 0;
            opacity: 1;
            border: none;
            border-radius: 22.5px;
            color: #313640;
        }
        .sub-menu .log-out>img{
            height: 19px;
            width: 19px;
            margin-right: 10px;
            margin-left: 0;
            filter: brightness(0.4)
        }
        .sub-menu::after{
            display: none;
            content: " ";
            position: absolute;
            left: 80px;
            width: 1px;
            background-color: red;
            top: 0;
            bottom: 0;
            z-index: 2;
        }
    
    
        /* Footer */
        .mobile-footer-bar{
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 70px;
    
            color: #ffffff;
            background-color: #414141;
            z-index: 2000;
    
        }
        .mobile-footer-bar button{
            display: inline-block;
            width: 50%;
            background: none;
            border: none;
            padding-top: 14px;
        }
    
        /* Content */
        .container-josa .container-fluid .container-content{
            margin: 0;
        }
    
        .mobile_spacer{
            display: block;
            height: 76px;
        }

        .case-number-menu-left{
            width: 100%;
            height: 35px;
            float:none;
        }
}