#header{
    /*background: linear-gradient(#72C4BA, #009781);*/
    background-image: url('../img/header_prod.jpg');
    background-size: 100%;
    height: 46px;
    width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    left: 0px;    
    display: block;
    position: fixed;
    margin-left: 5px;
    margin-right: 5px;
    text-shadow: none;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    z-index: 100;
    top:0px;
}

body.fullscreen #header, body.fullscreen #headerspacer{
    display: none;
}

@media print {
    #header{
        display: none;
    }

}

#header.devmode{
    background-image: url('../img/header_dev.jpg');
}

#header.devmode #headermiddle:after{
    content: "DEV mode";
}

#headerspacer{
    display: block;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    z-index: 2;
    position: relative;

}


#headerleft{
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 5px;    
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-shadow: rgb(184, 184, 184) 1px 0 2px;
    font-size: 1.5em;
    font-weight: bold;
}

#headermiddle{
    top: 5px;
    color: #FFFFFF;
    font-size: x-large;
    font-weight: bolder;
    display: inline-block;
    position: relative;
    font-family: Comic;
    text-align: center;
    display: block;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-shadow: rgb(184, 184, 184) 1px 0 2px;
}

#headerright{
    display: inline-block;
    position: absolute;
    right: 0px;
    height: 100%;
    top:0px;

}

#headerright.hidden{
    display: none;
}

#headerrightcontentStudent{
    color: white;
    margin-right: 1.25em; 
    display: inline-block;
}

#headerright > a > .btn-logout{
    background-color: white;
    font-size: 2.5em;

}

#headerrightcontentStudent:hover{
    color: #cccccc;
    transform: scale(1.1);
    
}

#headerrightimg{
    position: relative;
    display: inline-block;
    z-index: 1000;
}

.headlink:hover{
    text-decoration: none;
    color: #FFFFFF;
}

.headlink{
    text-decoration: none;
    color: #FFFFFF;
    display: inline;
  vertical-align: top;
  line-height: 1.5em;
}

#headerrightimg:hover{
    background-color: #759D9D;
    border-radius: 5px;
}


#headerrightcontent{
    margin:0px;
    padding: 0px;
    height: 100%;
    display: inline-block;
    position: relative;
}

#homelink{
    margin-right: 1em;
    position: relative;
    display: inline-block;
    z-index: 1000;
    background-image: url(../img/home.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
#homelink:hover{
    background-image: url(img/homeHover.png);
}

#logoutlink{
    margin-right: 1em;
    position: relative;
    display: inline-block;
    z-index: 1000;
    background-image: url(../img/logout32.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;

}

#logoutlink:hover{
    transform: scale(1.1);
}



#headleftimg{
    background-image: url(../img/logoKIT.png);
       
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    min-height: 32px;
    min-width: 64px;
}

#headleftimg{
    transform: scale(1.1);
}

#headversion{
    font-size: 0.4em;
    padding-left: 0.025em;
    font-weight: normal;
    display: inline;
    color: white;
}






@media (max-width: 400px){
    /* Smartphone */
    #headleftimg{
            width: 45px;
            height: auto;
            vertical-align: bottom;

    }
}


