﻿/* CSS Document */
/*
Branding changes July 2011
orange
#DD932A - #8D8D8D
green
#0E8B0B - #660000
#0D8A0C - #660000
light green
#E4F4EA - #F2F2F2
gridview header green
#8EC38D - #666666
background-color: 
#FFFFFF - #FFFFFF
*/

body {
    margin: 0px;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    padding: 0px;
    text-align: center;
    /*background-color: #253746;*/
    color: #333333;
    font-size: 14px;
}
#container
{
    /*width: 975px;  the auto margins (in conjunction with a width) center the page */
    /*width: 1020px;*/
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; /*background-image: url(../../images/background.gif); 	background-position: center bottom;*/
}
#containersm
{
    /*width: 975px;  the auto margins (in conjunction with a width) center the page */
    text-align: center;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; /*background-image: url(../../images/background.gif); 	background-position: center bottom;*/
}

#header
{
    height: 133px;
    width: 950px;
    background-image: url(../../images/header.jpg);
    background-repeat: no-repeat;
}
#menu
{
    height: 22px;
    width: 950px;
    text-align: right;
    padding: 0px;
    vertical-align: middle;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.LevelOne
{
    background: #FFFFFF;
    color: #DE9329;
    cursor: hand;
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.LevelOneOver
{
    background: #DE9329;
    color: #FFFFFF;
    cursor: hand;
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
td.LevelOne, table.LevelOne td table td, td.LevelOneOver, table.LevelOneOver td table td
{
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.ipf-SectionMenuItem {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin: 0px;
    height: 22px;
    color: #333333;
    font-weight: normal;
    background-color: #E8B066;
}
.ipf-SectionMenuItemOver {
    background: #DE9329;
    color: #000000;
    font-weight: normal;
    height: 22px;
}
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-decoration: none;
    background-color: #DE9329;
    color: #000000;
    cursor: hand;
    font-weight: normal;
    height: 22px;
}
td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-decoration: none;
    background-color: #E8B066;
    color: #333333;
    height: 22px;
}

#content
{
    /*width: 950px;*/
    vertical-align: middle;
    clear: both;
    position: relative;
    padding: 0px; /*min-height: 380px;*/
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 30px;
}
#contentl
{
    width: 280px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    height: 380px;
}
#contenth {

    color: #666666;
    float: left;
    vertical-align: middle; /*min-height: 369px;*/
    background-color: #FFFFFF; /*background-color: #FFFFFF;*/
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    display: block;
}
#contenths {
    width: 85%;
    color: #666666;
    float: left;
    vertical-align: middle; /*min-height: 369px;*/
    background-color: #FFFFFF; /*background-color: #FFFFFF;*/
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    display: block;
}

#contenth h1 {
    font-size: 1.6em;
    color: #660000;
    margin: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
}
#contenth h2 {
    font-size: 1.3em;
    color: #333333;
    margin: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
}
#contenth h2 {
    color: #660000;
    margin: 0px;
    padding-top: 2px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.formItem {
    vertical-align: middle;
    text-align: right;
    color: #666666;
    margin: 0px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.formItemLeft {
    font-weight: normal;
    text-align: left;
    color: #666666;
    margin: 0px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

.formText {
    font-weight: bold;
    line-height: 190%;
    text-align: left;
    color: #333333;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.formField {
    text-align: left;
    background-color: #FFFFFF;
    color: #333333;
    margin: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    width: 300px;
}
.formLabel {
    text-align: left;
    vertical-align: middle;
    color: #333333;
    margin: 0px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}
.formError {
    text-align: left;
    color: #FF0000;
    margin: 0px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.formTextSmall {
    font-size: 9px;
    font-weight: normal;
    text-align: left;
    color: #333333;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.fieldRequired {
    color: #FF0000;
}
#contentc {
    color: #666666; /*width: 450px;*/
    float: left;
    vertical-align: middle;
    min-height: 369px;
    background-color: #EFEFEF;
    padding: 0px;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
}
    /*#contentc h1 {
        font-size: 1.6em;
        color: #660000;
        margin: 0px;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 15px;
    }*/
    /*#contentc h2 {
        font-size: 15px;
        color: #333333;
        margin: 0px;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 15px;
    }
    #contentc h3 {
        font-size: 13px;
        color: #333333;
        text-align: left;
        margin: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }*/
    /*#contentc p {
        font-size: 12px;
        color: #666666;
        margin: 0px;
        padding-top: 2px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-left: 15px;
    }*/
#contentc ul
{
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 30px;
}
#contentc li {
    color: #666666;
}

#contentc b, #contentc strong
{
    color: #660000;
}
#contentc a
{
}
#contentc a:hover
{
}
#contentr
{
    width: 189px;
    float: left;
    height: 380px;
}
#contentr a
{
    margin: 0px;
    padding: 0px;
}
.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
    width: 100%;
    height: auto;
    /*background-image:url(../../images/footer-background.jpg);*/
    background-repeat: repeat-x;
    color: #FFFFFF;
    background-color: #253746;
}
    #footer p {
        color: #ffffff;
        text-align: left;
        padding: 0px 0px 0px 30px;
        margin: 0px;
    }
    #footer h3 {
        color: #ffffff;
        text-align: left;
        padding: 0px 0px 0px 30px;
    }
#footer a
{
    color: #ffffff;
    text-decoration:none;

    height:10px;
}
#footer a:hover
{
}
#footerbottom
{
    clear: both;
    width: 100%;
    height: 20px;
    /*background-image: url(../../images/footerbottom-background.jpg);*/
    background-repeat: repeat-x;

}
#TopMenu {
    position: absolute;
    width: 950px;
    height: 40px;
    background-image: url(images/topmenu_background.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: right;
}
    #TopMenu a {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
#TopMenu a:hover
{
    color: #000000;
}
#TopMenu p
{
    margin-top: 3px;
    padding-left: 15px;
}
.propmap
{
    position: relative;
}
.SearchBox, .ipf-PageSearch-TextField {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    background-color: #253746;
    height: 16px;
    width: 120px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-variant: normal;
    vertical-align: middle;
    border-right-width: 0px;
    line-height: 15px;
}
.GOButton, .ipf-PageSearch-Button {
    height: 18px;
    width: 42px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-right-color: #FFFFFF;
    background-color: #253746;

    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
    padding: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ipf-ProjectSearch-Button {
    height: 24px;
    /*max-width: 170px;*/
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-color: #EFEFEF;
    border-bottom-color: #EFEFEF;
    border-right-color: #EFEFEF;
    border-left-color: #EFEFEF;
    background-color: #253746;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    /*padding: 0px;*/
   /* margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;*/
}
.ipf-SearchPage
{
    margin: 0px;
    padding: 0px;
    float: right;
    height: 25px;
    text-align: left;
}
.ipf-FontSize
{
    margin: 0px;
    padding: 0px;
    float: right;
    height: 18px;
    width: 75px;
    text-align: left;
}
.ipf-EmailPage
{
    margin: 0px;
    padding: 0px;
    float: right;
    height: 18px;
    width: 29px;
    text-align: left;
    display: block;
}
.ipf-EmailPage a
{
    background-image: url(../../images/icon_email.gif);
    height: 18px;
    width: 25px;
    float: right;
    display: block;
}
.ipf-PrintPage
{
    margin: 0px;
    padding: 0px;
    float: right;
    display: block;
    height: 18px;
    width: 33px;
    text-align: left;
}
.ipf-PrintPage a
{
    background-image: url(../../images/icon_print.jpg);
    height: 18px;
    width: 33px;
    float: right;
    display: block;
}
.ipb-results-nosort {
    font-weight: bold;
    color: #495979;
    vertical-align: middle;
}

.legend {
    font-weight: bold;
    color: #495979;
    font-size: 0.8em;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
}
.ipb-results-subheading {
    color: #333333;
    font-weight: bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;

}
.gridview-classea {
    border: 1px solid #D3D3D3;
    color: #253746;
    ; /*margin: 0 auto 0 auto; 	color: #3D4B51; */
    background-color: #ffffff; /*#fffafa;*/
}
.gridview-header {
    background-color: #253746;
    ; /*#DBD8D2; */ /*	color: #DBD8D2; */ /*#3D4B51;	*/ /*	font-weight: bold;*/
    text-decoration: none;
    text-transform: none;
    color: #FFFFFF;
    height: 20px;
}

.gridview-rows
{
    background-color: #F2F2F2; /*#7fffd4;*/
}
.filter-label {
    text-align: right;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    color: #525252;
    font-weight: bold;
}
.g-small {
    color: #660000;
    font-weight: bold;
    text-decoration: none;
}
.g-large {
    font-size: 1.1em;
    color: #640000;
    font-weight: bold;
    text-decoration: none;
}
.g-list {
    text-decoration: none;
    vertical-align: middle;
}
.bgBody
{
    background-color: #FFFFFF;

}
.image {
    position: relative;
    /*background-image: url(https://infrastructureontario.ca/WebAssets/img/io_logo_black.png);
    background-repeat: no-repeat;*/
    /*width: 1020px;*/
    height: 100px;
    /*display: block;*/
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #253746;
}
.appHeaderTitle {
    position: absolute;
    top: 60px;
    left: 350px;
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
}
.appHeaderLogo
{
    float: right;
    margin-right: 30px; /*text-align: right;*/
    margin-top: 15px;
    font-weight:bold;
    text-decoration:none;
    color: #FFFFFF;
}
.subHeaderTitle {
    font-size: 1.6em;
    color: #253746;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: top; /*mp*/
    float: left; /*mp*/
    font-weight:bold;
}

.legendPic /*mp*/
{
	background-image: url(../../Images/Legend.PNG);
	width: 138px;
	height: 37px;
	margin: -10px 0 0 100px;
}
.googleMap /*mp*/
{
	width: 60%;
	border-right: solid thin #ACA899;
	float: left;
	
}

/* 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;
}

a, mylang {
    color: #68000d;
    font-weight: bold;
    text-decoration: none;
}

a:active, a:hover,
mylang:active, mylang:hover {
    text-decoration:underline;
}

a:visited, mylang:visited {
    /*color: #253746;*/
    text-decoration: none;
}

.GridPager a, .GridPager span {
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
    margin: 2px;
    padding: 1px;
}

.GridPager span {
    background-color: #253746;
    color: #ffffff;
    border: 1px solid #111111;
    margin: 2px;
    padding: 2px;
}

td p {
    padding : 0 5px 0 5px;
}

/*Ali - interactive legend*/
.active {
    background-color:rgb(242,242,242);
    border-bottom: 4px solid rgb(242,242,242);
}

.deactivate {
    background-color: rgb(244,255,255);
    border-bottom: 1px solid rgb(255,255,255);
}

.tab-handle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    place-items: center;
    vertical-align: top;
}