﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    background-color: #253746;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    /*width: 100%;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 480px;
    margin-top: 5px;
    vertical-align: middle;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.header {
    background: #670001;
    position: fixed;
    width: 100%;
    left: 0;
}

.header-bg {
    background: #670001 url('/Images/app-header-background-red.jpg') no-repeat left;
}

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar {
    min-height: 50px !important;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav, .nav-pills {
    padding-top: 5px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: #eeeeee;
    font-weight: 500;
}

.nav-pills > li > a:hover {
    color: #ffffff;
    background-color: #dddddd;
    background-color: rgba(0, 0, 0, 0.25);
}

.navbar-default .navbar-nav > li > a, .nav-pills > li > a {
    color: #dddddd;
    font-weight: 500;
}

.btn .topmenu, .btn .topmenu > a:focus {
    color: #333333;
    background-color: #ffffff;
}

.buttonTop:hover, .buttonTop:focus {
    color: #333333;
}

.buttonTop {
    color: #eeeeee;
    padding-right: 10px;
}

.nav-pills > li > a:focus, .nav-pills > li > a:active {
    color: #333333;
    background-color: #eeeeee;
}

/* sticky footer */
html, body {
    /*height: 100%;*/
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    color: #54565b;
    background-color: #253746;
}

#wrap {
    /*min-height: 77%;*/
    height: auto;
    /*background-color: #ff0000;*/
    width: 100%;
    /*margin: 0 auto -20px;*/
}

#footer {
    min-height: 10%;
    height: auto;
    background-color: #253746;
}

.webGridTotal {
    float: right;
    padding-right: 2px;
    margin-top: 0;
    padding-top: 0;
}

.pagination {
    margin-top: 0;
    float: left;
}

.page-header, h1 {
    padding: 0;
    margin: 0;
}

#filterPanel {
    margin-top: 0.5em;
    margin-bottom: 0;
}

    #filterPanel label {
        padding-top: 0.5em;
    }

.page-header {
    margin-bottom: 10px;
}

.col-200 {
    width: 200px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.col-250 {
    width: 250px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.col-150 {
    width: 150px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.col-100 {
    width: 100px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.selection-error-message {
    color: red;
}

.required:after {
    content: "*";
    color: red;
}

.required-note {
    font-size: .8em;
    margin: 10px
}

    .required-note:before {
        color: red;
        content: "*";
        padding-right: 3px;
    }

.privacy-statement {
    font-size: 0.8em;
}

.privacy-headers {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}

/*2019 Styles*/

/* 2019 - new logo - */
/* Header */
#headerLine {
    background-color: #253746;
    height: 43px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

    #headerLine::after {
        border-bottom: 7px solid #68000d;
        border-top: 3px solid #fff;
        bottom: -10px;
        box-sizing: content-box;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

header .logo {
    flex: auto;
    left: 15px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 20px;
}

/* 2019/10/3 */

.image {
    position: relative;
    /*background-image: url(https://infrastructureontario.ca/WebAssets/img/io_logo_black.png);
    background-repeat: no-repeat;*/
    width: 100%;
    height: 100px;
    /*display: block;*/
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #253746;
    background-color: #ffffff;
}



/**/
.btn-default, .btn-primary, .btn,
.btn-default:visited, .btn-primary:visited, .btn:visited {
    background-color: #ffffff;
    color: #253746;
    border: 1px solid #253746;
}


    .btn-default:active, .btn-primary:active, .btn:active,
    .btn-default:hover, .btn-primary:hover, .btn:hover,
    .btn-default:focus, .btn-primary:focus, .btn:focus {
        background-color: #253746;
        color: #ffffff;
        border: 1px solid #253746;
    }


a:active {
    color: #68000d;
}



.link, .link:active, .link:hover {
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    color: #68000d;
    text-decoration: none;
}

    .link, .link:visited {
        font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
        color: #253746;
        text-decoration: none;
        font-weight: normal;
    }

.container {
    padding-left: 0px;
}

h1 {
    font-size: 1.7em;
    padding-left: 0;
    margin-left: 0;
}

.blockColorblinkContent, .colorBlindSVG {
    display: none;
    background-color: #253746;
}

a, a:visited {
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    color: #253746;
    text-decoration: none;
    font-weight: normal;
}

    a:active, a:hover, a:focus {
        font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
        color: #68000d;
        text-decoration: none;
    }
