﻿/* 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%;
    /*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;
    /*min-width: 30px;*/
}

/* 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: #0e769d
    }

        .custom-footer a:hover {
            color: #0d3d63
        }

.sbButton {
    -webkit-appearance: none;
    background-color: #0e769d;
    border-radius: 14px;
    border: none;
    color: white;
    height: 100px;
    width: 250px;
    /*width: 100%;*/
    white-space: normal;
    font-weight: bold;
    text-align: center;
}

    .sbButton:hover {
        background-color: #0d3d63;
    }

.sbButton2 {
    -webkit-appearance: none;
    background-color: #0d3d63;
    border-radius: 14px;
    border: none;
    color: white;
    white-space: normal;
    float: right;
    font-family: Verdana;
    font-size: 16px;
    margin: 4px 2px;
    padding: 8px 16px;
    width: 150px;
    min-width: 100px;
}
.sbButton2 a {
    padding-left:10px;
}

    .sbButton2:hover {
        background-color: #0e769d;
    }

.sbButton3 {
    -webkit-appearance: none;
    background-color: #0d3d63;
    border-radius: 14px;
    border: none;
    color: white;
    white-space: normal;
    font-family: Verdana;
    font-size: 16px;
    margin: 4px 2px;
    padding: 8px 16px;
    width: 150px;
    min-width: 100px;
}

    .sbButton3 a {
        padding-left: 10px;
    }

    .sbButton3:hover {
        background-color: #0e769d;
    }

.HLGV {
    min-width: 100%;
}

    .HLGV a {
        color: #0e769d
    }

        .HLGV a:hover {
            color: #0d3d63
        }

.wzsidebar {
    background-color: #0e769d;
    height: 50px;
    padding: 0;
    width: 260px
}

    .wzsidebar tr {
        background-color: #0e769d;
    }

    .wzsidebar a {
        color: white;
        font-size: medium;
    }

.WizTable th {
    color: #0e769d;
    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-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    word-wrap: break-word;
    box-decoration-break: clone;
}
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.addressPnl {
}

    .addressPnl select {
        max-width: 200px;
        white-space: nowrap;
    }
.invisblegrid {
    border: none;
    width: 100%;
    display: inline-block !important;
}

    .invisblegrid table {
        border: none;
    }

