body {
    /*min-width:980px;*/
}

html, body, div, a, p {
    font-family: 'futura-pt', 'PT Sans','arial';
    line-height: 25px;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

    a:hover, a:active, a:focus {
        outline: 0;
    }

    a:link, a:visited {
        color: #2da1a2;
    }

i {
    font-style: italic;
}

.ui-autocomplete-loading {
    background: white url('../images/loading_16x16.gif') right center no-repeat;
}

.center {
    text-align: center;
}

.red {
    color: #F00;
}

#youdecideEn {
    background-image: url("Mississauga_Elections_Logo_Header.png");
    width: 100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
}

#youdecideFr {
    background-image: url("Mississauga_Elections_Logo_Header_fr.png");
    width: 100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
}

#google_translate_element {
    float: right;
    margin-right: 20px;
}

#city_logo {
    float: left;
    padding-top: 20px;
    margin-right: 20px;
    width: 141px;
}

strong {
    font-weight: bold;
}

.right {
    float: right;
}

.left {
    float: left;
}
.partial_login {
    padding-top:5px; 
    background-color:#ccc;
    float:left;
   border-bottom-right-radius:4px;
border-bottom-left-radius:4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left:10px;
    padding-right:10px;

}

a.iconlink, a.iconlink:visited {
    color: #000;
     background-repeat:no-repeat;
     margin-right:10px;
     padding-left:20px;    
}
    a.iconlink:hover {
        color:#2e8ecb;
    }

.icon_home {
    background-image:url("../images/icon_home.png");
}

.icon_changepassword {
    background-image:url("../images/icon_changepassword.png");
}

.icon_logout {
    background-image:url("../images/icon_logout.png");
}

.userinfo {
    margin-top:5px;
    color:#333;
    font-style:italic;
    float:left;
}
.container {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    color: #333;
    border: 0px solid #F00;
    display: block;
}

.topheader {
    background-color: #e5e5e5;
    vertical-align: middle;
    height: 35px;
    width: 100%;
    min-width: 980px;
}

    .topheader p {
        color: #999;
        padding-top: 5px;
    }

    .topheader a {
        text-decoration: none;
    }

.logoheader {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.verticalcenter {
    display: table-cell;
    vertical-align: middle;
}

.emenu {
    font-family: 'futura-pt', sans-serif;
    background-color: #2e8ecb;
    color: #fff;
    height: 65px;
    vertical-align: central;
    width: 100%;
    min-width: 980px;
}

    .emenu li {
        float: left;
        list-style-type: none;
        margin-right: 50px;
        padding-top: 20px;
    }

        .emenu li a {
            padding: 0px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
        }

            .emenu li a:hover {
                color: #000;
            }

.footer {
    background-color: #2e8ecb;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: top;
    margin-top: 60px;
    clear: both;
    min-width: 980px;
}

    .footer p {
        line-height: 10px;
        color: #FFF;
    }

    .footer a:link, .footer a:visited {
        color: #FFF;
        text-decoration: none;
    }



.row:before {
    padding-bottom: 20px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.homebanner {
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    font-family: 'futura-pt', sans-serif;
    color: #2e8ecb;
    text-transform: uppercase;
}

h1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

h1,
.h1 {
    font-size: 35px;
}

h2,
.h2 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-size: 15px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.borders {
    border-top: 2px #c1c0c0 solid;
    border-bottom: 2px #c1c0c0 solid;
    padding: 15px;
}

.bordertop {
    border-top: 2px #c1c0c0 solid;
    padding: 15px;
}

.col-3 {
    float: left;
    width: 33%;
}

.home_left_col {
    width: 60%;
    float: left;
    color: #333;
}

.home_right_col {
    float: left;
    margin-left: 30px;
    width: 320px;
}

.homeintro {
    clear: both;
    background-color: #ebecee;
    border-radius: 4px;
    padding: 20px;
}

.paddingleft20 {
    padding-left: 20px;
}

.paddingleft5 {
    padding-left: 5px;
}

.padding10 {
    padding: 10px;
}

.goog-te-menu-value span {
    font-family: Arial, Geneva, sans-serif !important;
    font-size: 10px;
    color: #999;
}

.goog-te-gadget-simple {
    background-color: #efefef !important;
    border: 0px !important;
    padding: 0px !important;
}

.body-content {
    margin-top: 40px;
    display: block;
    border: 0px solid #F00;
}

.body-content-left {
    width: 150px;
    display: inline-block;
    border: 0px solid #F00;
    margin-right: 50px;
    vertical-align: top;
}


.body-content-right {
    width: 700px;
    margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
}

#leftmenu {
    width: 180px;
    border: 0px solid #ffcc00;
}

    #leftmenu ul {
        margin-left: 0px;
        margin-top: 10px;
    }

        #leftmenu ul li ul {
            margin-left: 10px;
        }

        #leftmenu ul li {
            margin-bottom: 10px;
            font-size: 15px;
        }

.listbullet {
    list-style: disc;
    list-style-position: outside;
    text-align: left;
    margin-left: 18px;
}

.listsquare {
    list-style: square;
    list-style-position: outside;
    text-align: left;
    margin-left: 18px;
}

.body-content-left ul a {
    text-decoration: none;
    color: #272425;
}

    .body-content-left ul a:hover {
        text-decoration: none;
        color: #2da1a2;
    }

.thumbImage {
    max-width: 60px;
    float: left;
    margin-right: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table {
    font-size: 15px;
    width: 100%;
}

    .table th {
        background-color: #fff;
        text-align: left;
        text-transform: uppercase;
        padding-left: 10px;
    }

    .table td {
        border-bottom: 15px solid #fff;
        padding: 10px;
        background-color: #eeeded;
    }

    .table span {
        font-size: 10px;
    }

.tablesorter tr.even:hover td,
.tablesorter tr.odd:hover td {
    background-color: blue;
}

#filterform {
    display: none;
    clear: both;
}

#hidefilter {
    display: none;
}

#filterboxlink {
    display: block;
    width: 100%;
}

.whosrunnig_filter a, .whosrunnig_filter a:visited {
    background-color: #2e8ecb;
    color: #fff;
    float: right;
    padding: 2px 5px;
    margin-bottom: 20px;
    text-decoration: none;
}


.tablefilters {
    display: none;
    margin-top: -20px;
    border: 0px solid #000;
}

#voterlist label {
    width: 100px;
    display: inline-block;
}

.wheretovote_header {
    margin-bottom: 10px;
}

.wheretovote_locations {
    width: 455px;
    background-color: #fff;
    float: left;
    padding: 0px;
}

.wheretovote_candidates {
    width: 180px;
    background-color: #eee;
    float: right;
    padding: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.map_icon {
    float: left;
    margin-top: 5px;
}

.wheretovote_dates {
    border-left: 0px solid #ddd;
    background-color: #abc8da;
    color: #000;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 2px;
}

.wheretovote_candidates h3 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    color: #333;
}



.wheretovote_candidates li {
    padding-top: 5px;
    padding-bottom: 13px;
}

.wheretovote_candidates a:link {
    color: #2e8ecb;
    text-decoration: none;
    font-size: 16px;
}

.whos_running_office {
    line-height: 8px;
}

.mobileshow {
    display: none;
}

.wheretovote_locations h2 {
    color: #333;
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    padding-bottom: 15px;
    padding-top: 0px;
}

a.bt {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #2e8ecb;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    border: solid #2e8ecb 1px;
}

    a.bt:hover {
        background-color: #ddd;
        color: #000;
        border: solid #2e8ecb 1px;
    }

.btable {
    background-color: #2e8ecb;
}

.btdisable {
    background-color: #999;
}



#map-canvas {
    width: 100%;
    height: 500px;
    border: 5px solid #fff;
    margin-top: 0px;
}

#advancedpollInfo {
    display: none;
}

.home_menu_thumbs {
    margin-right: auto;
    margin-left: 30px;
    width: 650px;
    margin-top: 10px;
}

    .home_menu_thumbs a {
        text-decoration: none;
    }


    .home_menu_thumbs div {
        width: 170px;
        height: 240px;
        float: left;
        margin-right: 15px;
        border: 0px solid #000;
        text-transform: uppercase;
        /*text-transform:lowercase;*/
    }

    .home_menu_thumbs img {
        margin-bottom: 15px;
        margin-right: 25px;
    }

    .home_menu_thumbs span {
        font-size: 18px;
        font-weight: normal;
    }

    .home_menu_thumbs a, .home_menu_thumbs a:active {
        color: #333;
    }

        .home_menu_thumbs a:hover {
            color: #2da1a2;
        }

input[type=submit] {
    padding: 5px 15px;
    background: #009d9e;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
}

input[type=select] {
    padding: 10px;
}

.websitelink, .emaillink {
    display: block;
    width: 75px;
}

    .websitelink a, .emaillink a {
        text-decoration: none;
        padding: 0px;
    }




#actiontable {
    width: 100%;
}


#Copyright {
    width: 500px;
    float: left;
}

.francais_link {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}


.grid:after {
    content: "";
    display: table;
    clear: both;
}

.gridheader:after {
    content: "";
    display: table;
    clear: both;
}

.grid > div {
    float: left;
    border: 0px solid #ff0;
    padding: 10px;
}

.grid {
    background-color: #eeeded;
    border-bottom: 15px solid #fff;
}

    .grid div span {
        font-size: 10px;
    }

.gridheader div {
    border-bottom: 15px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    float: left;
    border: 0px solid #ff0;
}

.colName {
    width: 55%;
	
}

.colVotes{width:20%;}

.colProgressBar {
    width: 10%;
}

.colOffice {
    width: 100px;
}

.colWard {
    width: 60px;
}

.colAddress {
    width: 260px;
}

    .colAddress p {
        line-height: 20px;
    }

.colphone {
}



.colAddress ul li {
    float: left;
    padding-right: 0px;
}

.colContact {
}

.colWithdrawn {
    width: 100%;
    font-size: 10px;
    padding: 0px !important;
    margin-left: 10px;
}



.currentoffice {
}

.showaddressicon {
    display: none;
}



.none {
    display: none;
}

.wardlist {
    display: block;
}



.candidateslist a {
    padding: 5px 5px;
}

    .wardlist a:hover, .candidateslist a:hover {
        background-color: #2e8ecb;
        color: #fff !important;
    }

.current {
    font-weight: bold;
}

.currentoffice {
    background-color: #2e8ecb;
    color: #fff !important;
}

.orderbylist {
    float: right;
}

    .orderbylist li {
        float: left;
        margin-right: 10px;
        padding-top: 10px;
    }

        .orderbylist li a {
            text-decoration: none;
        }

.clear {
    clear: both;
}

.nocandidate {
    font-weight: normal;
    padding: 10px;
    border: 0px dashed #eee;
}

.withdrawn {
    font-size: 10px;
}

.financialtable td {
    border-bottom: 1px solid #ddd;
}

.financialtable strong {
    font-size: 13px;
}

hr {
    border: 1px solid #eee;
}

img {
    border: 0px;
}

.heightrow {
    height: 40px;
}

.error h2 {
    text-align: center;
    color: #eb0707;
    padding: 50px;
}

.col50 {
    float: left;
    width: 40%;
    margin-left: 20px;
}

.login {
    padding: 20px;
    background-color: #ebecee;
    border-radius: 4px;
    margin-bottom: 60px;
}

    .login h2 {
        margin-top: 0px;
    }

    .login label {
        display: block;
    }

.jobsdescription {
    display: none;
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    width: 100%;
    line-height: normal;
}

.jobstitle a, .jobstitle a:active {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #2e8ecb;
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    margin-top: 10px;
}

.jobsdescription table td {
    border-bottom: 1px solid #aaa;
    padding-right: 10px;
}

.jobsdescription table {
    margin-bottom: 20px;
    width: 100%;
}

.jobsdescription h2 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.wheretovotesearch {
    background-color: #ddd;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    border-radius: 4px;
}


    .wheretovotesearch div {
        display: inline-block;
    }

.mapContent {
    text-transform: uppercase;
    color: #000;
    height: 120px;
}

    .mapContent p {
        line-height: 15px;
        font-size: 14px;
    }

        .mapContent p strong {
            margin-top: 10px;
            display: block;
        }

.whos_running_details {
    display: none;
    background-color: #2e8ecb;
    position: absolute;
    margin-top: -30px;
    margin-left: 80px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    border-radius: 4px;
}

.whos_running_list li {
    border-bottom: #fff solid 1px;
}

.mobilemenu {
    display: none;
    margin-bottom: 20px;
}

.ui-autocomplete {
    width: 500px;
}



.progress {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}


/*FORMS*/
.form-control {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.blue {
    background-color:#2e8ecb;
}
.whitefont {
    color:#fff;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}

.btn-default {
    color: #fff;
    background-color: #2e8ecb;
    border-color: #fff;
}

    a.btn-default {
        color:#fff;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label {
    font-weight:bold;
}
.error, .validation-summary-errors, .field-validation-error {
    color:#F00;
}