/* Copyright (c) 2008-2020 IQuatro Intellectual - All rights reserved */

#iqdocumentoffline
{
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    width: 100%;
    z-index: 1000; 
}
#iqdocumentofflinebackgroud
{
    /*background-image: url("/images/core/gears.svg");*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    width: 100%;
    opacity: 0.5;
    background-color: #F6F6F6;
    z-index: 1001;
}
#iqdocumentofflinecontainer{
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;


}
#iqdocumentofflinecontent{
    /*background-color: white;
    box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.5);
    */    
    background-image: url("/images/core/iquatro.svg");
    background-size: 250px;
    background-repeat:no-repeat;
    background-position: center bottom;
    padding: 1em;
    text-align: center;
    width: 95%;
    height: 15em;

}

#loaderprogresscontainer{
    border: #2d6a97 1px solid;
    height: 15px;
    width: 200px;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
}
#loaderprogress{
    height: 15px;
    width: 0%;
    background-color: #008000;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    #iqdocumentofflinecontent {width: 20em;}
}


#offlinecontentspinner{
    font-size: 3em;
    font-weight: bold;
    color: var(--menu_corporative_color);
}

#iqdocumentappcontent{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-self: stretch;
    flex-grow: 1;
}

#iqdocumentsidebar{
    background-color: var(--menu_corporative_color);
    order: 1;
    align-self: stretch;
    color: white;

}
#iqdocumentcontentarea
{
    /*background-image: url("/images/core/background.png");*/
    background-color: white;
    order: 2;
    flex-grow: 1;
    align-self: stretch;
    /* *these classes are commented to make works sticky table headers*
    overflow-x: auto;
    overflow-y: hidden;
    */
    padding-top: 1em;
    display: flex;
    flex-direction: column;
}

#iqdocumentcontent
{
    /*background-image: url("/images/core/background.png");*/
    background-color: white;
    order: 2;
    flex-grow: 1;
    align-self: stretch;

    /* *these classes are commented to make works sticky table headers*
    overflow-x: auto;
    overflow-y: hidden;
    */

    padding-top: 1em;
    position: relative;
}

/*----------------------------------------------------------------------*/
/*Login*/
/*----------------------------------------------------------------------*/
.iqdocumentlogin
{
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    width: 100%;
    z-index: 985; 
    align-items: center;
    justify-content: center;
    display: flex;
    animation: fadein 0.2s;

}
.iqdocumentloginbackgroud
{
    /*background-image: url("/images/core/gears.svg");*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    left: 0px;
    width: 100%;
    opacity: 0.7;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC) repeat;
    background-color: #ABABAB;
}
.iqdocumentlogincontainer{
    /*position: absolute;
    top: 0px; 
    bottom: 0px; 
    width: 100%;*/
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    flex-direction: column;
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 18px 3px #545454;
    animation: fadein 0.5s;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.loginmode{
    padding: 1em;
    text-align: center;
}

.modalButton{
    margin-left: 10px;
    margin-right: 10px;
}

.iqdocumentlogincontent{
    padding: 1em;
    text-align: center;
    width: 18em;
    /*height: 8em;*/
}

.clockingmessagescontainer{
    padding: 0.5em;
    text-align: center;
    width: 22em;
    height: 22em;
    border: solid 1px #aaaaaa;
    border-radius: 6px;
    overflow: hidden;
}
.clockingmessage{
    padding: 0.5em;
    text-align: center;
    width: 100%;
    height: 5em;
    border: solid 1px #aaaaaa;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 4px;
}
.clockingmessageimage{
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 53px;
    border: 2px solid var(--gray_color);
    height: 53px;
    margin: 2px;
    float: left;
    border-radius: 53px;
}
.clockingmessagetext{
    display: inline-block;
    width: 200px;
    height: 55px;
    margin-left: 10px;
    float: left;
}




#iqdocumentregisterdevice
{
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    width: 100%;
    z-index: 1000; 
    align-items: center;
    justify-content: center;
    display: flex;
    animation: fadein 0.2s;
}
#iqdocumentregisterdevicebackgroud
{
    /*background-image: url("/images/core/gears.svg");*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    left: 0px;
    width: 100%;
    opacity: 0.7;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC) repeat;
    background-color: #ABABAB;
    z-index: 1001;
}
#iqdocumentregisterdevicecontainer{

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    flex-direction: column;
    background-color: white;
    padding: 2em;
    border-radius: 5px;
    box-shadow: 3px 3px 18px 3px #545454; 
    animation: fadein 0.5s;

}

#registerqrcode{
    height: 20em; 
    margin-bottom: 2em;
}



#iqdocumentscan
{
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    width: 100%;
    z-index: 1000; 
    align-items: center;
    justify-content: center;
    display: flex;
    animation: fadein 0.2s;
}
#iqdocumentscanbackgroud
{
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    left: 0px;
    width: 100%;
    opacity: 0.7;
    z-index: 1001;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC) repeat;
    background-color: #ABABAB;

}

#iqdocumentscancontainer{
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    flex-direction: column;
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 18px 3px #545454; 
    animation: fadein 0.5s;


}



@media only screen and (max-width: 600px) {
    /* For desktop: */
    .iqdocumentlogincontent {width: 95%;}
}


@media only screen and (min-width: 768px) {
    /* For desktop: */
    #iqdocumentlogincontent {width: 20em;}
}

.fade_effect {
    animation:fade_effect 1000ms infinite alternate;
}

@keyframes fade_effect {
    from { opacity:0.65; }
    to { opacity:0.13; }
}

.fill_effect {
    animation:fill_effect 700ms infinite alternate;
}

.blink_effect {
    animation:blink_effect 700ms infinite alternate;
}
.rotate_effect {
    animation:spin 4s infinite alternate;
}

@keyframes fill_effect {
    from { fill-opacity:1; }
    to { fill-opacity:0.6; }
}


@keyframes blink_effect {
    from { opacity:1; }
    to { opacity:0.2; }
}
@keyframes spin {
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}
}


/*
#iqdocumentfooter{
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: center;
    background-color: var(--menu_corporative_color);
    color: white;
    font-size: 0.8em;
    width: 100%;

}
*/
