﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    font-family: Verdana;
    /*margin: 0;
    padding: 0;*/
    min-height: 100%;
    min-width: 100%;
    float:left;
    /*position:relative;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100%;
    /*display:block;*/
    /*padding-top: 0;
    margin-top:0;*/
    /*margin-top:100px;*/
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input select textarea {
    max-width: 500px;
}*/

table {
    padding: 20px;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

td, th {
    border: 0 solid #AAAAAA;
    padding: 10px 10px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.custom-footer {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Verdana;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    box-sizing: border-box;
    display: block;
    background-color: #242424;
    color: #99a9b5;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: static;
}

    .custom-footer a {
        color: #d24218
    }

        .custom-footer a:hover {
            color: #ed721a
        }

.sbButton {
    -webkit-appearance: none;
    background-color: #d24218;
    border-radius: 14px;
    border: none;
    color: white;
    height: 100px;
    width: 300px;
    white-space: normal;
    font-weight: bold;
}

    .sbButton:hover {
        background-color: #ed721a;
    }

.sbButton2 {
    -webkit-appearance: none;
    background-color: #d24218;
    border-radius: 14px;
    border: none;
    color: white;
    white-space: normal;
    float: right;
    /*font-size: 16px;
    margin: 4px 2px;
    padding: 8px 16px;
    width: 150px;
    min-width: 100px;
    min-height: 50px;*/
}

    .sbButton2:hover {
        background-color: #ed721a;
    }

.sbButton3 {
    -webkit-appearance: none;
    background-color: #d24218;
    border-radius: 14px;
    border: none;
    color: white;
    white-space: normal;
}

    .sbButton3:hover {
        background-color: #ed721a;
    }
.HLGV {
    min-width:100%;
}
    .HLGV td, th {
        padding: 10px;
    }
.HLGV a {
    color: #d24218
}

    .HLGV a:hover {
        color: #ed721a
    }

.wzsidebar {
    background-color: #d24218;
    height: 50px;
    padding: 0;
    width: 260px
}

    .wzsidebar tr {
        background-color: #d24218;
    }

    .wzsidebar a {
        color: white;
        font-size: medium;
    }

.WizTable th {
    color: #ed721a;
    font-weight: bold;
}

#Centred {
    position: absolute;
    width: 500px;
    height: 200px;
    z-index: 15;
    top: 40%;
    left: 40%;
    margin: -100px 0 0 -150px;
}
.wztemp {
    font-family: Verdana;
    color: white;
    font-size: medium;
    text-decoration: none;
    padding: 10px;
    word-wrap: break-word;
    box-decoration-break: clone;
}
.GVClass tr td {
    border: 1px solid black;
}
.OccTbl table tbody th tr td {
    color: black !important;
    padding: 0 !important;
    font-size: small !important;
}
