﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: sans-serif !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}

/* Set custom styles */

a.site-link-s {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: small !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-s:link,
a.site-link-s:focus,
a.site-link-s:visited {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: small !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-s:hover,
a.site-link-s:active {
    color: #c00 !important;
    margin-left: 20px !important;
    font-size: small !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-m {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: medium !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-m:link,
a.site-link-m:focus,
a.site-link-m:visited {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: medium !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-m:hover,
a.site-link-m:active {
    color: #c00 !important;
    margin-left: 20px !important;
    font-size: medium !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-l {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-l:link,
a.site-link-l:focus,
a.site-link-l:visited {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-l:hover,
a.site-link-l:active {
    color: #c00 !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-glyph {
    color: #00c !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-glyph:link,
a.site-glyph:focus,
a.site-glyph:visited {
    color: #00c !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-glyph:hover,
a.site-glyph:active {
    color: #c00 !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

.site-nav {
    font-family: sans-serif !important;
}

.site-container {
    white-space: nowrap !important;
    max-height: 55px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.site-form {
    line-height: 2.5 !important;
    font-size: medium !important;
    color: black !important;
}

.site-form-label {
    font-weight: bold !important;
    font-size: 16px !important;
}

.site-form-text {
    height: 25px !important;
}

.site-list-form {
    vertical-align: middle !important;
    padding-left: 0px;
    margin-left: 0px
}

.site-list-form-button {
    color: darkred !important;
    font-weight: bold !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border: 0 !important;
    border-color: transparent !important;
    padding-left: 0px;
    margin-left: 0px
}

/* override some styles */

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:focus {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-primary:hover,
.btn-primary:active {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-warning,
.btn-warning:link,
.btn-warning:visited,
.btn-warning:focus {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-warning:hover,
.btn-warning:active {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-success,
.btn-success:link,
.btn-success:visited,
.btn-success:focus {
    height: 18px;
    width: 50px;
    font-weight: bold;
    padding: 0px 6px;
}

.btn-success:hover,
.btn-success:active {
    height: 18px;
    width: 50px;
    font-weight: bold;
    padding: 0px 6px;
}

.btn-info,
.btn-info:link,
.btn-info:visited,
.btn-info:focus {
    height: 25px;
    width: 80px;
    font-weight: bold;
    padding: 0px 6px;
}

.btn-info:hover,
.btn-info:active {
    height: 25px;
    width: 80px;
    font-weight: bold;
    padding: 0px 6px;
}

hr.dashed {
    border-top: 1px dashed;
}

hr.dotted {
    border-top: 1px dotted;
}

/* Set Google Maps autocomplete custom styles 
    Reference: https://developers.google.com/maps/documentation/javascript/place-autocomplete
*/

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

#infowindow-title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.pac-card {
    background-color: #fff;
    border: 1px;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
    z-index: 9;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    z-index: 9000;
}

    /* to remove Powered by Google */
    #pac-container:after {
        visibility: hidden !important;
        position: absolute;
        top: -9999px;
        left: -9999px;
        opacity: 0;
        width: 0;
        height: 0;
    }

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    /*
    padding: 0 11px 0 13px;
    */
    width: 400px;
    text-overflow: ellipsis;
    width: 100%;
    z-index: 9000;
}

    #pac-input:focus {
        border-color: #000;
        z-index: 9000;
    }

.lookupInput {
    margin: 0;
    max-width: 250px;
    height: 34px;
    padding: 15px 10px 5px 10px;
    /*
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    */
    border: 1px solid #ffffff;
    border-right: 0px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    z-index: 9000;
}

.lookupClear {
    margin: 0;
    /*
    margin-left: 0;
    margin-top: -10px;
    margin-bottom: 15px;
    */
    height: 35px;
    padding: 11px 5px 9px 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #007788;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: solid 1px #007788;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-color: white;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

/* reference: https://stackoverflow.com/questions/12327651/how-to-remove-the-powered-by-google-logo-in-the-google-map-autocomplete-dropdo */
/* to remove the marker icons from the dropdown */
.pac-icon {
    width: 0px;
    height: 0px;
    margin-right: 0px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    background-image: none !important;
    background-size: 0px;
}

.hdpi .pac-icon {
    background-image:;
}

#pac-icon {
    width: 0px;
    height: 0px;
    margin-right: 0px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    background-image: none !important;
    background-size: 0px;
}

#hdpi .pac-icon {
    background-image:;
}

/* to remove Powered by Google */
.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 0px;
    text-align: right;
    display: block;
    background-image: none !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 0px 0px;
}

.hdpi.pac-logo:after {
    background-image: none !important;
}

#pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 0px;
    text-align: right;
    display: block;
    background-image: none !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 0px 0px;
}

#hdpi.pac-logo:after {
    background-image: none !important;
}

.search-reset {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
}

.targetContent {
    background-color: #fff;
    border: 1px;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
    z-index: 9;
}

/* maintain selections report */

.maintain-headings {
    padding-right: 20px;
    padding-bottom: 10px;
    vertical-align: bottom;
    text-decoration: underline;
    white-space: nowrap;
}

.maintain-details {
    padding-right: 20px;
    vertical-align: top;
    white-space: nowrap;
}

.maintain-wrap {
    padding-right: 20px;
    text-align: left;
    vertical-align: top;
    min-width: 200px;
    max-width: 500px;
    overflow-wrap: normal;
}
