﻿body.applicationpage #menulabel {
    display: none;
}

body.applicationpage .header {
    height:30px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 11pt;
}

.clearfix::after, .clearfix::before {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

#_loading{
    display:none;
    color:black;
}

#menulabel {
    display: block;
    color: blue;
    width: 200px;
    float: left;
    top: 50px;
    position: relative;
    left: 200px;
    font-size: 20px;
}


.header {
    background: url(/images/logo.png) no-repeat;
    background-size: 10%;
    width: 100%;
    position: relative;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#boxcontainer {
    top: 0;
}

#contentdiv {
    top: 0;
    position: relative;
    float: left;
    width: 100%;
    border: 0px solid #00529e;
}

div#pagediv {
    max-width: 845px;
    min-height: calc(100vh - 135px);
    width: 90%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 135px;
}

.clearfix::after {
    display: table;
    content: "";
    clear: both;
}

input, select, textarea {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
    color: #000000;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
}
body.applicationpage div#pagediv {
    max-width: none;
    width: 100%
}
body.applicationpage #cssmenu {
right:0px;
}


    @media (max-width: 768px) {
        #menulabel {
            display: block;
            color: blue;
            width: 200px;
            float: left;
            top: 7px;
            position: relative;
            left: 110px;
            font-size: 20px;
        }

        div#pagediv {
            min-height: calc(100vh - 255px);
            padding-bottom: 255px;
        }

        .header {
            background: url(/images/logo.png) no-repeat;
            width: 100%;
            position: relative;
            height: 120px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        #contentdiv {
            float: none;
            top: 0;
            width: 100%;
        }


    }

    @media (max-width: 299px) {
        #menulabel {
            font-size: 14px;
            width: 100px;
            top: 10px;
        }
    }
