/* 
    Document   : 04.header
    Created on : 03 Jul 2014, 2:32:54 PM
    Author     : Salman Noor : School of Electrical and Information Engineering
    Description:
        Purpose of the stylesheet follows.
*/
/*.systemHeader{
    width:100%;
}*/
noscript{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
noscript > .noscriptalertmask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #216283;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    visibility: visible;
}
noscript > .noscriptalerwt{
    position: relative;
    top:30%;
    margin:auto;
    text-align: center;
    color:white;
    display: block;
    width:80%;
    color: white;
    background: #143D52;
    z-index: 2000;
    padding: 20px 10px;
    max-height: 200px;
    overflow-y: auto;

}
.systemHeader > .systemLogo{
    font-family: 'icomoon',cursive;
    font-size: 32px;
}
.systemHeader > .firstHeading{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 2.125em;
    line-height: 1.3;
}
.systemHeader > .secondHeading{
    width:100%;
    display: block;
    font-size: 3.125em;
    font-weight: 400;
}
.welcomeMessage{
    padding: 0 1.875em 0em 1.875em;
    text-align: right;
}
@media screen and (max-width: 55em) {
    .systemHeader  {
        float: none;
    }
    .systemHeader,.welcomeMessage  {
        text-align: center;
    }
}