

.mobile_josa, .login_views{
    display: none;
}

@media (max-width: 768px) {

    .not_mobile_josa, .not_mobile_josa>ul{
        display: none;
    }

    .mobile_josa .fc-listYear-button{
        display: none;
    }
    .case-number-head{
        height: 56px;
        margin: 0;
        padding: 0;
    }
    
    .case-number-head *{
        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;
        }

        .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
            background-color: #E6E6EE !important;
            box-shadow: inset 0 -1px 0 0 #E6E6EE;
        }
        .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading.month-header td, .fc-unthemed .fc-popover .fc-header {
            background: none !important;
            box-shadow: none;
        }

        #mobile-calendar .fc-list-item.custom-cal-event-wrap a {
            display: block;
            margin: 5px 0;
            padding: 5px 8px;
            border-radius: 5px;
            border: 1px solid #ddd;
        }

        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-1 a{border-left: 4px solid #449ADF !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-2 a{border-left: 4px solid #5DB37E !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-3 a{border-left: 4px solid #397E49 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-4 a{border-left: 4px solid #4253AF !important}
        
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-5 a{border-left: 4px solid #7B87C6 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-6 a{border-left: 4px solid #5DB37E !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-7 a{border-left: 4px solid #397E49 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-8 a{border-left: 4px solid #449ADF !important}
        
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-9 a{border-left: 4px solid #4253AF !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-10 a{border-left: 4px solid #7B87C6 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-11 a{border-left: 4px solid #8331A4 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-12 a{border-left: 4px solid #E74C3C !important}
        
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-13 a{border-left: 4px solid #E73C78 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-14 a{border-left: 4px solid #F39C12 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-15 a{border-left: 4px solid #F1C40F !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-16 a{border-left: 4px solid #8331A4 !important}
        
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-17 a{border-left: 4px solid #BDC3C7 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-18 a{border-left: 4px solid #414141 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-19 a{border-left: 4px solid #414141 !important}
        #mobile-calendar .custom-cal-event-wrap.custom-cal-event-leftborder-20 a{border-left: 4px solid #E73C78 !important}
        
        #mobile-calendar .custom-cal-event-wrap td{ 
            border: none;
        }

        #mobile-calendar .custom-cal-event-wrap .fc-time{
            
        }
        #mobile-calendar .custom-cal-event-wrap .fc-sub-title{
            margin-top: 8px;
            text-decoration: underline;
        }
        #mobile-calendar .custom-cal-event-wrap .eventResponsiableNames{

        }
        #event_date {
            padding-left: 5px;
            width: 85px;
        }
        .notice-details .mrg-lft-25, .notice-details .mrg-lft-20{
            margin-left: 0;
            margin-top: 5px;
            display: block;
        }
}

@media print {
    .case-number-head {
        display: inline-block!important;
    }
    .case-number-head *{
        display: unset;
    }
    
    .case-number-head  .case-number-menu-middle, .case-number-head  .case-number-menu-right , .case-number-head .case-number-menu-left .leftspan{
        display: none;
    }
    .case-number-head  * {
        color: #fff!important;
    }
    .case-number-head .case-number-menu-left a{
        color: #fff!important;
    }
    .case-number-head .case-number-menu-left a[href]:after {
        content: none !important;
    }
    .case-number-head .rightspan {
        color: #3c3c3c!important;
    }
    .case-number-head .rightspan .nobold.defined  {
        color: #000!important;
    }
    
    .menu-mobile .titleText{
        display: none;
    }
}