body {
background-color: #f4fcfe;
background-position: top center;
background-repeat: repeat;
}

hr {
border: 0px solid #000000;
border-top: 2px dotted #DDDDDD;
margin-top: 3px;
margin-bottom: 0px;
}

#mainContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#topContainer {
    background-color: #006390;
    z-index: 20;
}

#mainContainer .viewPortRow {
    height: 100%;
}

.viewPort {
    height: 100%;
    z-index: 10;
    background-color: inherit;
    background-image: url(../siteImages/updatingBg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.viewPortHalf {
    height: 50%;
    z-index: 10;
}

#viewPortLocal {
    background-color: #f4fcfe;
}

#viewPortCentral {
    background-color: #e2e9eb;
}

#viewPortExternal, #viewPortInstallationssiffror {
    background-color: #f4fcfe;
}

.headerCol {
    background-color: #00354e;
    z-index: 20;
}

.viewPortScroll {
    position: relative;
    display: none;
    background-color: inherit;
}

.post {
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #c7cacd;
    padding-left: 5px;
    padding-right: 5px;
}
.highDpi .post {
    padding-bottom: 60px;
    padding-top: 40px;
}

.post.hidePost {
    display: none;
}

#viewPortLocal .post {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

#logo {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 80px;
    float: left;
}
.highDpi #logo {
    height: 160px;
}

#logoStart {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 50px;
}


#dateAndTimeContainer {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: right;
}

#deptTextContainer {
    position: absolute;
    bottom: 10px;
    left: 230px;
}
.highDpi #deptTextContainer {
    left: 460px;
}

#startContainer {
    text-align: center;
}

.pageImage {
    
}

.row.half {
    overflow: hidden;
}

#weatherWidget {
    position: absolute;
    bottom: 0px;
    right: 25%;
    width: 600px;
}

.post.last {
    background-color: #006390 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    margin-bottom: 0px !important;
    border-bottom: 0px solid #dcdcdc !important;
}

.post.last img {
    height: 40px;
}
.highDpi .post.last img {
    height: 80px;
}

.pageVideo {
    
}

.fullscreenContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: #000000;
    display: none;
}