﻿/*                    */
/* Site wide styling. */
/*                    */

body.site-layout {
    background-color: #676767;
}

/* Header / Banner. */
.site-header-container {
    display: inline;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0.25%;
    font-family: Verdana, sans-serif;
}

div.site-header-left {
    display: inline-block;
    overflow: hidden;
    float: left;
    height: 50px;
    margin-top: 0.1%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-left: 10px;
    background-color: #3f3030;
}

div.site-header-centre {
    display: block;
    overflow: hidden;
    float: none;
    text-align: left;
    height: 50px;
    margin-top: 0.1%;
    padding: 3px;
    padding-left: 250px;
    color: white;
    background-color: #3f3030;
}

div.site-header-right {
    display: inline-block;
    overflow: hidden;
    float: right;
    height: 50px;
    margin-top: 0.1%;
    padding-top: 0;
    padding-bottom: 3px;
    padding-right: 5px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #3f3030;
}

.site-header-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #3f3030;
}

    .site-header-ul:active {
        background-color: gray;
    }

.site-header-li {
    float: left;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-right: 1px solid #bbb;
}

    .site-header-li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    .site-header-li:last-child {
        border-right: none;
    }

        .site-header-li a: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;
}

/* 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;
    }

/* Use this for top level div in individual pages. */
div.site-page {
    position: relative;
    top: 20px;
}

/* Specify width and alignment etc for login page. */
div.login-page {
    position: relative;
    top: 20px;
    display: block;
    width: 1200px;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}


/* 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 */
}
