/* Print version setup */
@media print {
    #header, .footer  {
        display: none;
    }
}
#buttons button.ui-button {
    margin: .1em !important;
}
/* Header */
.header {
    display: inline-block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#qldGovLogo {
    border-right: 1px solid #000;
}

.qldgov-logo {
    height: 6vh !important;
    padding-right: .5vw;
}

#userButton {
    width: 3.5vh !important;
}

.application-name {
    font-size: 1.7vh;
    font-weight: bold;
    padding-left: 1vw;
    font-family: "Lato", sans-serif;
}

/* Footer */
.footer {
    height: 5em;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #1f2124;
    background-color: #FFF;
}

.app-version {
    font-size: 0.8em;
}

.layout-wrapper {
    position: relative;
    min-height: 100vh;
}

.content-inside {
    padding: 3em;
    padding-bottom: 5em;
}

/* Login Page */
.login-title {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.login-panel {
    display: inline-block;
    padding: 0 5vw 10vh 5vw !important;
}

.login-panel-content {
    width: 100%;
}

.login-layout-content {
    position: relative;
    height: auto;
    margin: auto;
}

.login-layout-main {
    min-height: 100%;
}

.login-description {
    display: block;
    background-color: #EFEFEF !important;
    margin: 0;
    padding: 0.5em;
    text-align: justify;
    opacity: 0.5;
}

/* Misc */
.ws-toolbar button.ui-button  {
    margin: .1em !important;
}
.divider {
    padding: 0 .5em 0 .5em;
}

.noscroll {
    overflow: hidden;
}

.borderless-panel {
    border: none;
}

.borderless {
    border: none;
}

.buttons-panel {
    margin: .3em 0 .3em 0 !important;
}

.buttons-panel button {
    margin: 0 .3em 0 .3em !important;
}

.button-column {
    width: 2em !important;
}


.uppercase-input input, .uppercase-input {
    text-transform: uppercase;
}

.bold-text {
    font-weight: bold
}

.photo-attribution:before {
    content: "Photo credit: ";
}

.photo-attribution {
    font-size: .7em;
    font-style: italic;
    padding-top: 3em;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 5px;
}

.page-instruction {
    display: block;
    background-color: #F0F0FF !important;
    color: #3C3C3C;
    margin: 15px 0 15px 0;
    padding: 0.5em 1em 0.5em 1em;
    text-align: justify;
}
.ui-outputlabel {
    font-weight: bold;
}
.input-hint {
    color: dimgray;
    font-size: .9em;
}