
#radiusLabel {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    z-index: 1000; /* Ensure it appears above the map */
}

#freeDrawRadiusLabel {
    position: absolute;
    top: 35px;
    right: 10px;
    background-color: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    z-index: 1000; /* Ensure it appears above the map */
}

#TerritoryStats {
    position: fixed;
    bottom: 37px;
    left: 317px;
    z-index: 10;
    background-color: white;
    padding: 8px;    
}

#leftHandAccordion
{
    width:300px;
    padding-right:10px;
    position:absolute;
    top: 71px;
    bottom:0px;
    overflow:auto;
}

footer {
    left: 300px;
    position: fixed;
    bottom: 0px;
}
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
    position: fixed !important;
    overflow: hidden;
    left: 312px;
    top: 71px;
    bottom: 32px;
    right: 13px;
}


.secondColumnPanel {
    overflow: auto;
    position: fixed;
    top: 71px;
    bottom: 32px;
    left: 310px;
    z-index: 100;
    background-color: white;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.125);
}


#devOptionsToggle {
    font-size: small;
    bottom: 0px;
    right: 0px;
    position: fixed;
}

#devOptions {
    display:none; 
    height: 50px;
    bottom: 0px;
    left: 379px;
    right:100px;
    position: fixed;
}
/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    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;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.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: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}



.postcarddiv {
    float: left;
    text-align: center;
    border: #808081 1px solid;
    /*padding: 5px;*/
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 135px;
    height: 160px;
}

.gbbischeckbox {
    border: 2px dotted #00f;
    background: #ff0000;
    width: 10px;
}

.postcarddetaildiv {
    border: #cccccc 1px solid;
    /*height: 100px;*/
    width: 350px;
    margin-left: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

.postcarddetailsettings {
    float: right;
    padding-right: 10px;
    border-left: #cccccc 1px solid;
    padding-left: 10px;
}

.postcardsummary {
    padding-top: 5px;
    background-color: #F2F2F2;
    font-size: 10px;
    height: 20px;
    margin-left: -5px;
    margin-right: -5px;
    border-top: #cccccc 1px solid;
}

.postcarddemos {
    border-top: #cccccc 1px solid;
    margin-left: -5px;
    margin-right: -5px;
    width: 250px;
    padding-left: 7px;
}
