﻿#pagecontent form {
    left: 0;
    width: auto;
}

#frmAddressLookup, #ErrorMessage {
    width: 1080px;
    left: 0;
    background-color: white;
}

.MultipleLocations {
    margin-top: 20px;
    margin-bottom: 10px;
}

.SingleAddress {
    cursor: pointer;
}

#optSchoolType, #optSchoolV, #txtLocation, #txtSchoolName {
    padding: 3px;
}

#optSchoolHContainer {
    visibility: hidden
}

#txtSchoolName {
    height: 14px;
}

#Location {
    position: relative;
    margin-top: 20px;
}

#HelpNormal, #HelpMessage {
    position: absolute;
    top: 57px;
    right: 0;
}

#optSchoolType, #optSchoolV {
    width: 480px;
}

#txtSchoolName {
    width: 450px;
    float: left;
}

#HelpMessage {
    width: 300px;
    border: solid 1px black;
    background-color: White;
    display: none;
    text-align: left;
}

#btnZoneEdit {
    float: left;
    height: 24px;
    margin-left: 10px;
    background-color: lightblue;
    /*
    border: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 22px;
    width: 22px;*/
    cursor: pointer;
}

/*
#btnLocationSearch {
    background-image: url('../../images/searchbutton.png');
}

#btnLocationEdit, #btnZoneEdit {
    background-image: url('../../images/searchbuttonback.png');
}
    */

#LocationSelection {
    margin-left: 20px;
}

    #LocationSelection a {
        display: block;
        line-height: 22px;
    }

input.ReadOnly {
    background-color: #d7d7d7;
    cursor: default;
}

div#TE td {
    border: solid 1px #cccccc;
    text-align: center;
    width: 20px;
    height: 20px;
}

table.Grades {
    margin-top: 20px;
}

    table.Grades tr {
        height: 25px;
    }

    table.Grades th {
        text-align: center;
    }

    table.Grades td {
        width: 30px;
        text-align: center;
        vertical-align: middle;
        border-top: solid 1px silver;
        border-bottom: solid 1px silver;
    }

    table.Grades a {
        text-decoration: none;
    }

    table.Grades td:first-child {
        min-width: 250px;
        max-width: 500px;
        text-align: left;
    }

    table.Grades td.SchoolName {
        padding-left: 20px;
        text-align: left;
        width: auto;
        cursor: default;
    }

.StopInfo {
    margin-left: 20px;
    font-size:11pt;
    margin-bottom: 20px;
}

p.ZoneType {
    font-weight: bold;
}

#StopList {
    overflow: auto;
    height: 275px;
    cursor: default;
}

#Map {
    height: 475px;
}

div.hr {
    margin: 55px 0 5px 0;
    padding: 0;
}

#LocationErrorMessage {
    margin-top: 35px;
    padding: 0;
}

p#disclaimer {
    font-size: 8pt;
    font-style: italic;
    color: Red;
    margin: 20px;
    text-align: left;
}

    p#disclaimer span {
        font-size: inherit;
        font-weight: bold;
    }

#PrivatePage {
    margin: 50px 200px 0 200px;
}

#FooterArea {
    height: 75px;
}

#mapControls {
    position: inherit;
    height: 100px;
}

.tableCenter {
    text-align: center;
}

.scrollable {
    overflow: auto;
    width: 100%;
    height: 360px;
}

#BusStops {
    margin-top: 20px;
}

.BusStopDisplay {
    padding: 10px;
}

    .BusStopDisplay:hover {
        background-color: #e0e0e0;
    }

.Stop {
    font-weight: bold;
    font-size: 11pt;
}

.SchoolName {
    font-weight: bold;
    font-size: 12pt;
    color: blue;
}

.Important {
    font-weight: bold;
    font-size: 14px;
}

.NothingSelected {
    color: #aaaaaa;
}

#LocationFrame {
    max-height: 400px;
    overflow: auto;
}

.ShowMap {
    background-image: url('../../images/AddressPin-24.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e9ecef;
    border: none;
    width: 24px;
    height:22px;
}

.NotEligible, .AddressNotFound {
    margin-top: 20px;
    font-size: 12pt;
    font-weight:bold;
}

.bold {
    font-weight: bold;
    font-size: 12pt;
}

.input-group-text {
    height: 100%;
}

#School, #txtLocation {
    font-size: 1.5rem;
}

    #School optgroup, #School option {
        font-size: 1.5rem;
    }

.Disclaimer {
    color: red;
    font-size: 11pt;
    text-align: justify;
}

.StopIndex {
    font-size: 11pt;
    background-image: url('../../images/Marker-Blue.png');
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 28px;
    background-repeat: no-repeat;
    height: 62px;
    padding-left: 9px;
    background-position-y: -13px;
    color: white;
    font-weight: bold;
}

.StopDetails {
    display: inline-block;
}