﻿body {
}

html, form, body {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

header {
    background-color: black;
}
.pageNav input {
    display: block;
    vertical-align: top;
    background-color: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin: 1ex 0em;
    color: grey;
}
.headerRCon, .headerLCon {
    width: 49%;
    padding: 1ex 0em;
}
.myLabel {
    color: rgb(176, 176, 176);
    margin-left: 0.5em;
    margin-bottom: 0ex;
    font-size: 14px;
    display: block;
    position: relative;
}
.pagesHome, .pagesAbout, .pagesLinks, .pagesContact {
    width: 93%;
    padding: 1.5em;
    margin-left: 0%;
}
.myTxtBox:focus, .myTxtBox:active {
    border: solid 2px rgb(26, 183, 219);
    -webkit-box-shadow: 0 1px 2px 3px #BDBDBD;
    box-shadow: 0 1px 2px 3px #BDBDBD;
}
.myTxtBox {
    width: 18em;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: solid 2px lightgray;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 1px 2px 3px #F4F4F4;
    box-shadow: 0 1px 2px 3px #F4F4F4;
    margin: .2em;
    padding: .2em;
     
}


.inline {
    display: inline-block;
    vertical-align: top;
}

.ui-autocomplete {
    background-color: white;
    width: 17em !important;
    margin-top: -0px;
    padding: 1ex 1em;
    /* display: block !important; */
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /* display: block !important; */
    max-height: 65ex;
    overflow: auto;
    z-index: 99999;
}

    .ui-autocomplete li {
        list-style-type: none;
        font-size: 16px;
        line-height: 170%;
        color: gray;
        cursor: pointer;
        padding: 0ex 1em;
    }

.siteWidth {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}
.UpdateInformationBtn {
       background-image: url('../../images/isthisYourListing.png');
    border: none;
    background-color: transparent;
    width: 256px;
    height: 42px;
    cursor:pointer;
}

.UpdateInformationBtn:hover {
       background-image: url('../../images/isthisYourListingHover.png');
}

.siteButton {
    font-size: 18px;
    padding: 3px 6px;
    position: relative;
    background-color: #DADADA;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.siteButton:hover {
    top: 2px;
    background-color: grey;
    color: white;
    border-color: white;
}

* {
    outline: none;
    font-family: sans-serif;
}

.pageTitle {
    text-align: center;
}

.profileMap {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 10px;
}

#map-canvas {
    height: 300px;
    width: 100%;
}

.gm-style {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

h1#lblHeader {
    font-size: 36px;
    margin-bottom: 0ex;
}

h2#H1SubHeader {
    margin-top: 1ex;
}

.snippetText {
    padding: 3ex;
    background-color: #ECECEC;
    border-bottom: solid 1px #D0D0D0;
    margin: 3ex 0em;
    font-style: italic;
    font-family: serif;
    font-size: 18px;
    color: grey;
    text-align: center;
    letter-spacing: .5px;
}

.siteLBL {
    color: grey;
    font-size: 18px;
}

.siteLblHR {
    color: grey;
}

hr.siteLblHR {
    width: 80%;
    margin-left: 0em;
    margin-top: 0.3ex;
}

.siteText, .siteText p, .legalDirCon {
    color: grey;
    line-height: 165%;
    font-size: 16px;
}

.bodyTextCon {
    padding: 0ex 1em;
}

.searchTxtBox {
    margin-top: 3ex;
    position: relative;
}

input#header_txtDis, input#header_txtState, select#header_ddlDis {
    padding: 1ex;
    color: grey;
    letter-spacing: .5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0ex .5em;
        width: 14em;
}
