﻿/*                    */
/* Site wide styling. */
/*                    */

body.site-layout {
    background-color: white;
}

/*
 * SITE HEADER STYLES
 */

/* Header / Banner. */
.site-header-container {
    display: flex;
    position: fixed;
    top: 0;
    width: 99.5%;
    height: 90px;
    margin: 0.25%;
    justify-content: center;
    padding: 1px;
    font-family: Verdana, sans-serif;
}

div.site-header {
    display: flex;
    justify-content: space-between;
    width: 70%;
    height: 80px;
    margin-top: 0.1%;
    padding: 0px;
}

div.header-section {
    display: flex;
    align-items: center;
    padding: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------*/

/*
 * SITE PAGE STYLES
 */

/* Use this for top level div in individual pages. */
div.site-page {
    display: flex;
    position: fixed;
    width: 99.5%;
    height: 100%;
    top: 100px;
}

div.site-content {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 10px;
    margin-top: 120px;
    padding-left: 15%;
    padding-right: 15%;
}

div.site-column {
    flex: 1;
    padding: 20px;
    border: 1px solid black;
}

div.page-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    margin-top: 0.1%;
    padding: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------*/

/* Specify width and alignment etc for login page. */
div.login-page {
    position: relative;
    top: 250px;
    display: block;
    width: 1200px;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}


/* LOGOUT button. */
.logout-button {
    height: 50px;
    border: none;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #3f3030;
}

    .logout-button:hover:not(.active) {
        background-color: orange;
    }

/*--------------------------------------------------------------------------------------------------------------------*/

a.sh {
    margin: 0;
    padding: 0;
    width: 140px;
}

p.sh {
    margin: 0;
    padding: 0;
    width: 140px;
}

img.sh {
    display: inline;
    margin: 0;
    padding: 5px;
    width: auto;
    height: 45px;
}

    img.sh:hover:not(.active) {
        background-color: orange;
    }

p.site-header {
    position: relative;
    top: 0;
    display: block;
    margin: 2px;
    padding: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background-color: #3f3030;
}

/* For QDSL title. */
.red {
    color: red;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.blue {
    color: blue;
}


/* Use this for top level div in individual pages. */
div.site-page {
    position: relative;
    top: 20px;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*body {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
}*/

/*for tab control*/
div.login-logout-tab div.card-header {
    padding: 0px 0px 12px 0px;
}

div.login-logout-tab ul.nav-tabs {
    margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
    width: 50%;
}

div.login-logout-tab a.nav-link {
    font-size: 25px;
    color: #495057;
    text-align: center;
}

div.card-content {
    padding: 10px 20px;
}

/*login form*/
div.login-form-icon {
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
