@charset "UTF-8";
/* CSS Document 

////// RESPONSIVE ADMIN /////

LastMod: 2023-07-06


*/


@media only screen and (max-width: 600px) { 
    
    
div.buttonHolder.adminNotice {
    padding: 3px 1px 3px 72px !important;
    box-sizing: border-box !important;
    left: 0px !important;
    width: 100vw !important;
    height: auto !important;
    min-width: 100vw !important;
    text-align: center !important;
    justify-content: center !important;
    margin: 0px 0px !important;
    top: 28px !important;
    z-index: 10 !important;
    align-items: center !important;
}
    
    
   div.container, 
   ul.loglist { 
       padding: 32px 0px 72px 0px !important; 
       max-width:100% !important; 
       min-width:100% !important 
    }
    
   ul.loglist { 
       padding: 180px 24px 32px 24px !important; 
    }
    
    div.container { text-align: center; } 
    
   div.buttonHolder, 
    div.adminPanelTop, 
    div.homeLink.actionButton,
    main > form.module
    
    { display: none !important; }
    
    
    
   div.myIconNav {
    background: transparent;
    padding: 32px 2px;
    border-radius: 0px;
   }
    div.myIconNav > a {
        min-width: 180px;
        max-width: 180px;
    }
    div.homeLink {    padding: 96px 20px 18px 20px;
    background-size: 35% !important;
    font-size: 1.4rem;
    }
    
    div.container > h1,
    div.container > h2,
    div.container > h3,
    div.container > h4,
    div.container > b,
    div.container > i,
    div.container > strong,
    div.container > p,
    div.container > div,
    div.container > span,
    div.container > form,
    div.container > ul,
    div.container > table { 
    
        max-width: 90% !important;
        min-width: 90% !important;
        margin: 2px auto !important;
        display: flex !important;
    
    }
    
    div.container > h1:first-child,
    div.container > h2:first-child,
    div.container > h3:first-child,
    div.container > h4:first-child,
    div.container > b:first-child,
    div.container > i:first-child,
    div.container > strong:first-child,
    div.container > p:first-child,
    div.container > div:first-child,
    div.container > span:first-child,
    div.container > form:first-child,
    div.container > table:first-child { 
        
    margin-top: 86px !important;
    text-align: center;
    justify-content: center;
    flex-direction: column;
        
    }
    
    ul.loglist li div i { text-align: right; }
    
    
    ul.loglistDetail { 
    
            display: flex;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 130px;
    box-sizing: border-box;
    
    
    }
    
    ul.loglistDetail li.static { 
    
    display: inline-flex;
    position: relative;
    min-width: 100%;
    align-content: center;
    justify-content: center;
    
    }
    ul.loglistDetail li.static > a:first-child { 
        display: inline-flex;
    margin-top: -72px;
    }
    div.logBox { 
        
            display: inline-flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 42px !important;
        
        
}
    
    
    
    div.container > div.imgEDIT { 
            max-width: 170px !important;
            min-width: 170px !important;
            margin: 100px 3px -60px !important;
            flex-wrap: wrap;
    }
    
    div.container > h4 { 
        
        margin-top:120px !important;
        
    }
    
    
    
    
    form#imageEditor { display: none !important; }
    
    form.solo { 

        display: inline-flex !important;
        flex-direction: column;
        align-items: baseline;
    
    }
    
    div.formBlock {
    display: inline-flex !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    margin-bottom: -11px !important;
}
    
    
    form#keyboxer {     display: inline-flex !important;
    flex-wrap: wrap; }
    form#keyboxer > div.keyModule {
        
    width: 31% !important;
    min-width: 31% !important;
    max-width: 31% !important;
        margin: 1% !important; }
    form#keyboxer > input { 
            font-size: 1.2rem !important;
    }
a.INIT {
    left: 20%;
    width: 60%;
}
    
    
    
form.login {
    display: block;
    width: 300px;
    box-sizing: border-box;
    position: relative;
    padding: 107px 16px 30px 16px;
    margin: 112px auto 24px auto;
    float: none;
    background: rgba(255,255,255,1.00);
    text-align: center;
    -webkit-box-shadow: 1px 1px 18px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 18px 0 rgba(0,0,0,0.2);
    background-image: url("svg/lock-icon.svg");
    background-position: center 18px;
    background-size: 90px;
    background-repeat: no-repeat;
    border-radius: 5px;
}
    
div.container > div.katEDIT {
    
    display: inline-flex !important;
    position: relative;
    flex-direction: column;
    float: left;
    width: 100%;
    
}
    
    
    
    
}

