﻿/* 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: 350px;
}
table {
    padding: 20px;
    background-color: #FFFFFF;
    border-collapse: collapse;    
}
td, th {
    border: 0 solid #AAAAAA;
    padding: 10px 10px;
    /*min-width: 30px;*/
}
li a {
    font-weight: normal;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 1001px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.textbox {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 0.85em;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, textbox:focus, select:focus, textarea.Changeable.dep:focus, textarea#input2_313:focus, textarea#input2_2:focus, textarea#input2_807:focus, textarea#input2_991:focus {
    outline: none !important;
    border-color: #ee721c;
    box-shadow: 0 0 10px #d3431a;
}

#PasswordRecoveryLink {
    font-size: 0.85em;
}

::placeholder {
    font-size: 0.95em;
    padding: 2px 4px;
}
.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: 250px;
    /*width: 100%;*/
    white-space: normal;
    font-weight: bold;
    text-align: center;
}

    .sbButton:hover {
        background-color: #ed721a;
    }
.sbButton2 {
    -webkit-appearance: none;
    background-color: #ee721c;
    border-radius: 4px;
    border: none;
    color: white;
    white-space: normal;
    width: 100%;
    padding: 12px 20px;
}

    .sbButton2:hover {
        background-color: #d3431a;
    }
.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 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: 450.3px;
    height: 300px;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.container {
    padding-top: 50px;
    margin: auto;
}
#CentredTable {
    width: 75%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.loginTR {
    width: 60%;
    background-color: aqua;
}
.wztemp {
    font-family: Verdana;
    color: white;
    font-size: medium;
    text-decoration: none;
    padding: 10px;
    word-wrap: break-word;
    box-decoration-break: clone;
}
.invisblegrid {
    border: none;
    width: 100%;
    display: inline-block !important;
}

    .invisblegrid table {
        border: none;
    }
    .invisblegrid a {
        color: #d24218
    }
        .invisblegrid a:hover {
            color: #ed721a
        }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.addressPnl {
}

    .addressPnl select {
        max-width: 200px;
        white-space: nowrap;
    }