body{
    /* background-color:#f1f0f0; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background:url('../image/bg5.jpg');
    background-size: cover;
    background-attachment:fixed;
    
}
.mheader{
	width: 100%;
	height: 50px;
	top:0;
	left:0;
	position: fixed;
	display: flex;
	background: linear-gradient(to right, #1c65c4, #0b8cf5);
	padding:8px;
	color:#FFFFFF;
    font-size: 14px;
	z-index: 999;

}
body::-webkit-scrollbar{
     width: 12px;
}

body::-webkit-scrollbar-track{
     background: #ffffff;
}

body::-webkit-scrollbar-thumb{
    background: linear-gradient(#1296eebd, #09b371, #ff00ff);
    border-radius: 20px;
    border:3px solid (#1296eebd, #09b371, #ff00ff);
}

.sidebar{
    top:0;
    left:0;
    width: 250px;
    height: 100%;
    position: fixed;
    background: linear-gradient(to right, #015ca7, #3076fa);
    color:white;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 99;
    -webkit-transition: all 0.4s ease-out;
    user-select: none;
}


.sidebar .logo{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    user-select: none;
    font-family:'fsitalic';
}

.menu, .submenu{
    margin-top: 20px;
    width: 100%;
    padding:0;
    margin: 0;
    position: relative;
}

.menu{
    margin-top: 10px;
    
}

.submenu{
    background: #0077ff;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.9s ease-out;
}

.menu li:hover .submenu{
    max-height: 400px;
}

.sidebar li{
    list-style: none;
    border-bottom: 1px solid #4040f5;
    /* position: relative; */
    
}


.sidebar .menu span{
    width: 100%;
    padding:10px;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    /* position: relative; */
    -webkit-transition: all 0.4s ease-out;
}
.sidebar .submenu span{
    padding-left:20px;
    /* position: relative; */
}


.sidebar li .fa-caret-down{
    right: 10px;
    position: absolute;
}
.sidebar  li .fa-caret-right{
    right: 10px;
    position: absolute;
}

.sidebar .menu span:hover{
    background: blue;
    padding-left: 15px;
}
.sidebar .submenu span:hover{
    background: blue;
    padding-left: 25px;
}

.sidebar span i{
    margin-right: 16px;
}
/* .d-submenu{
    position: relative;
} */
.d-submenu:hover .s-submenu{
    display: block;
    overflow: visible;
}

.s-submenu{
    position: fixed;
    display: none;
    /* border:1px solid blue; */
    background: white;
    border-radius:10px;
    color:blue;
    top:60px;
    left:100px;
    width: 200px;
    height: 100%;
    box-shadow: 2px 10px 10px rgb(31, 30, 30);
    z-index: 9999;
}
.s-submenu div .title{
    left:-60px;
    /* position: absolute; */
    /* width: 100%;
    background: blue; */
    

}
.sidebar .submenu .d-submenu .s-submenu li{
    margin-left: -40px;
    border:1px solid transparent;
}
.sidebar .submenu .d-submenu .s-submenu span{
    padding-left: -100px;
}
.sidebar .submenu .d-submenu .s-submenu span:hover{
    background: blue;
    color:white;
    border-radius:10px;
}

#m_nav{
    display: inline-block;
}

#m_nav:checked ~ .content{  
  margin-left:10px;
}

#m_nav:checked ~ .sidebar{ 
    left:-250px;
}
#m_nav:checked ~ .sidebar .s-submenu{ 
    display: none;
}

/* #m_nav:checked ~ .sidebar span{ 
    content: none;
}

#m_nav:checked ~ .sidebar span .fa{ 
    display: block;
} */

#m_nav:checked ~ #nav_ctrl{
    left:10px;
    
}

#m_nav:checked ~ .heading{
    left:0px;
}

#nav_ctrl{
    top:15px;
    left:200px;
    background: #3076fa;
    color:white;
    padding: 8px;
    border:1px solid white;
    border-radius: 5px;
    position: fixed;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
}

.heading{
    top:0;
    left: 250px;
    width: 100%;
    height: 70px;
    background: white;
    border-bottom: 2px solid #f1f0f0;
    box-shadow: 3px 3px 20px #f1f0f0;
    position: fixed;
    z-index: 98;
    -webkit-transition: all 0.4s ease-out;
    user-select: none;
}
.heading .acco{
    background: transparent;
    cursor: pointer;
}

.heading .acco .profil{
    top:-200px;
    right: 0px;
    width: 200px;
    height: 0px;
    padding: 10px;
    position: fixed;
    background: white;
    text-align: center;
    
    -webkit-transition: All 0.5s ease-out;
}
.heading .acco:hover .profil{
    height: 50px;
    top:0px;
}

.heading .account{
    right: 80px;
    top:15px;
    position: fixed;
    text-align: right;
}

.heading img{
    right: 10px;
    top:5px;
    width: 55px;
    height: 55px;
    border:1px solid silver;
    border-radius: 50%;
    position: fixed;
    text-align: center;
}

.heading .appsec{
    margin-top:25px;
    margin-left: 60px;
    width: 61%;
    color:#076abb;
}

.content{
    margin-top:60px;
    margin-left: 260px;
    -webkit-transition: all 0.4s ease-out;
}

.content h1{
    margin:0;
    font-size: 28px;
    color:#0da3c9;
    border-bottom:1px solid #ddd9d9;
    user-select: none;
}


.content .sec{
    border:1px solid white;
    border-radius:5px;
    background: white;
    box-shadow: 0px 4px 10px silver;
    padding:10px;
    margin:10px;
    margin-top: 15px;
    overflow: auto;
    position: relative;
}

.content .sec::-webkit-scrollbar{
    width: 12px;
}

.content .sec::-webkit-scrollbar-track{
    background: #ccf7f3;
}

.content .sec::-webkit-scrollbar-thumb{
   background: linear-gradient(#1296eebd, #09b371, #ff00ff);
   border-radius: 20px;
   border:3px solid (#1296eebd, #09b371, #ff00ff);
}

.content .dashb{
    margin:2px;
    padding:12px;
    display: flex;
    justify-content: center;

    /* width: 100%;
    background: yellow; */

}

.content .dashb .dsec{
    width: 250px;
    border:1px solid white;
    border-radius:5px;
    background: white;
    box-shadow: 6px 8px 10px silver;
    padding:10px;
    margin-left:5px;
    margin-right:5px;
    margin-top: 15px;
    overflow: auto;
    text-align: center;

}



.content .dashb .dsec h1{
    border:0px solid transparent;
    font-size: 50px;
    
}

.hgreen{
    color:#63f1aa;
}
.hblue{
    color:#84e2ee;
}
.hviolet{
    color:#e5a8f8;
}
.horange{
    color:#f3ce8a;
}

.hpink{
    color:#f770bf;
}

.content .dashb .dsec .cdata{
    font-size: 18px;
}
.content .dashb .dsec .cdata span{
    /* margin-top:5px; */
    font-size: 22px;
    display: block;
    font-weight: bold;
}


.btn{
    margin:5px;
    border-radius: 5px;
    padding:8px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    -webkit-transition: All 0.5s ease-out;
    user-select: none;
}

.btn:hover{
    box-shadow: 0px 0px 7px black;
}

.blue{
    border:1px solid #5a5ada;
    background: #5a5ada;
    color:white;
}

.blue:hover{
    background: #1c30e9;
}

.red{
    border:1px solid #f03f3f;
    background: #f03f3f;
    color:white;
}
.orange{
    border:1px solid #e0850f;
    background: #e0850f;
    color:white;
}

.redbor{
    border:1px solid #f03f3f;
    background: white;
    color:#f03f3f;
}

.redbor:hover{
    border:2px solid #e40909;
    background: white;
    color:#e40909;
    box-shadow: 0px 0px 7px red;
}

.btn:disabled{
    border:1px solid #b9b9b9;
    background: #b9b9b9;
    cursor: not-allowed;
}

.btnprint{
    border-radius: 5px;
    padding:8px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    border:1px solid #5a5ada;
    background: #5a5ada;
    color:white;
    -webkit-transition: All 0.5s ease-out;
}

.btnprint:hover{
    box-shadow: 0px 0px 7px black;
}

.red:hover{
    background: #e91c1c;
}


.wic{
    width: 100px;
}

.inp{
    border:1px solid #5a5ada;
    border-radius: 5px;
    padding:8px;
    font-size: 18px;
    outline: none;
    -webkit-transition: All 0.5s ease-out;
}
.inp:hover{
    border:1px solid #77c405;
}

.inp:focus{
    border:1px solid #77c405;
    box-shadow: 0px 0px 3px #77c405;
}

.inp:disabled{
    border:1px solid red;
    cursor: not-allowed;
}

table{
    border-collapse: collapse;
}

td{
    padding:8px;
}
.tables{
    border-collapse: collapse;
    border:1px solid #ebf8cb;
    width: 100%;

}

.tables  th{
    background: #1246f1;
    color:white;
    padding:8px;
}
.tables tr:nth-child(even){
    background-color: #e1f7f1;
}
.tables td{
    font-size: 16px;
}


.labelgreen{
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #008000;
    padding:8px;
    background: #aafadb;
    color:#008000;
}
.labelred{
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #bb0909;
    padding:8px;
    background: #fac4c4;
    color:#bb0909;
}
.labelyellow{
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #a78107;
    padding:8px;
    background: #f5f4a8;
    color:#c09506;
}
.labelblue{
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #0965b1;
    padding:8px;
    background: #81d0f0;
    color:#0965b1;
}

.labelok{
    width: 60px;
    background: #05ad2f;
    color:white;
    border:1px solid #05ad2f;
    border-radius:5px;
    padding:8px;
    display: inline-block;
    text-align: center;
    
}
.labelno{
    width: 60px;
    background: #d30606;
    color:white;
    border:1px solid #d30606;
    border-radius:5px;
    padding:8px;
    display: inline-block;
    text-align: center;
}

p{
    text-align: justify;
}

.popup{
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.60);
    display: flex;
    z-index: 999;
    -webkit-transition: All 0.5s;

}

.popup .container{
    margin: auto auto;
    width: 400px;
    border:1px solid white;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 0px 20px silver;
    padding: 10px;
}

.popup .container h1{
    margin: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    color:#056e6e;
    border-bottom: 1px solid #056e6e;
}

.popup .container .fo{
    text-align: center;
    padding: 20px;
}



.sc-box{
    border:2px solid #c9f0fa;
    border-radius: 8px;
    width: 304px;
    padding: 2px;
    box-sizing: border-box;
    position: relative;
}

.sc-box input{
    width: 260px;
    border:1px solid transparent;
    padding: 10px;
    border-radius: 6px;
    outline: none;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
}

.sc-box i{
    color:silver;
    cursor: pointer;
}



.sc-box .result{
    top:47px;
    margin-left: 10px;
    width: 280px;
    border:1px solid transparent;
    border-radius: 8px;
    position: absolute;
    background: #c9f0fa;
}

.sc-box .result li{
    padding: 5px;
    list-style: none;
    border-top: 1px solid #ffffff;
    cursor: pointer;
}

#form_login{
    width:300px;
    border:1px solid silver;
    background:white;
    border-radius:8px;
    padding:10px;
    box-shadow:0px 0px 20px silver;
}

.grafv{
    font-size: 15px;
    border:2px solid silver;
    width: 100%;
}

.grafv td{
    padding:5px;
}

.grafv td .gry{
    /* display: flex; */
    width: 15px;
    height: 300px;
    position: relative;
    padding: 0px;
}

.grafv td .gry .grv{
    background: linear-gradient(#71c1f7, #aaf189, #f38e8e);
    width: 90%;
    bottom:0px;
    border-radius:8px 8px 0px 0px;
    position: absolute;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.grafv td .gry .grv span{
    margin-left:-10px;
    font-size: 10px;
    font-weight: bold;
    color:brown;
}
/* .grafv td .gry .grv .ttp{
    margin-top: -60px;
    margin-left:9px;
    font-size: 10px;
    background: black;
    color:white;
    display: none;
    padding:5px;
    border-radius:5px;
    position: absolute;
    -webkit-transition: All 0.5s;
    z-index: 99999999999;
    

}
.grafv td .gry .grv:hover .ttp{
    display: block;
} */

.grafh{
    border:2px solid green;
}



.grafh td .grh{
    background: linear-gradient(to right, #aaf189, #71c1f7);
    height: 30px;
    border-radius:0px 8px 8px 0px;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
}

.grafh td .grh span{
    font-size: 12px;
    font-weight: bold;
    color:brown;
}

.secsion{
    padding:5px;
    user-select: none;
}

.secsion span{
    width: 70px;
    display: inline-block;
    padding:8px;
    border:0;
    border-bottom: 3px solid silver;
    color:#3490e7;
    text-align: center;
    cursor: pointer;

}

.secsion .nowc{
    width: 200px;
    display: inline-block;
    padding:8px;
    border:0;
    border-bottom: 3px solid silver;
    color:#3490e7;
    text-align: center;
    cursor: pointer;

}


.secsion .activesec{
    border-bottom: 3px solid #3490e7;
    font-weight: bold;
}

@font-face {
    font-family: "lucida";
    src: url('lucon.ttf');
}
@font-face {
    font-family: "fsbold";
    src: url('fsbold.ttf');
}
@font-face {
    font-family: "fsitalic";
    src: url('fsitalic.ttf');
}

@media print{
    body{
        background: transparent;
    }
    .sidebar{
        display: none;
    }

    .heading{
        display: none;
    }
    .content{
        margin:0px;
    }

    .btnprint{
        display: none;
    }

    #m_nav{
        display: none;
    }

    #nav_ctrl{
        display: none;
    }

    /* .sc-box{
        display: none;
    } */
}

@media only screen and (max-width:600px){
    
    .content{
        margin-left:0px;
    }

    .content .dashb{
        flex-direction: column;
        margin:0px;
    }

    td{
        padding:2px;
    }

    .appsec{
        display: none;
    }

    /* .account{
        display: none;
    } */

    .content .dashb .dsec{
        width: 240px;
    }


}