﻿html, body {
    height: 100%;
}

#form {
    height: 100%;
}

a:hover {
    text-decoration: none;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -13.5vh; /* Negative indent footer by its height */
    padding: 0 0 50px; /* Pad bottom by footer height + 3px */
}

    #wrap > .container {
        margin: 0 auto;
        padding: 66px 15px 0;
    }

        #wrap > .container > .Content {
            margin: 0 auto;
        }

#header {
    height: 33px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    background-color: #000000;
    z-index: 9999;
}

.titleLeft {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    color: #BBBBBB;
}

    .titleLeft a:hover {
        color: #B7BBBF;
    }

.titleRight {
    font-size: large;
    white-space: nowrap;
    overflow: hidden;
    float: right;
}

/* Set the fixed height of the footer here */
#footer {
    min-height: 66px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    min-width: 100%;
}

    #footer > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

        #footer > .container .credit {
            margin-bottom: 15px;
        }

    #footer > #aseGolbal {
        text-align: center;
        min-width: 100px;
    }
