#map {
    /* height: 100px; */
    height: 100%;
}

#map-col {
    padding: 0px;
    position: fixed;
    top: 80px;
    bottom: 0;
}

#toolbar-row {
    box-shadow: #888 0px 0px 11px;
    margin: 0px;
    height: 80px;
    z-index: 1000;
    padding: 8px 20px;
    
}

#toolbar-row .btn {
    margin: 8px 4px;
}

#polyInfo {
    position: absolute;
    right: 5px;
    top: 85px;
    /* font-weight: bold; */
    /*text-align: right;*/
    font-size: 20px;
    margin: auto;
    z-index: 100;
    background-color: rgba(255,255,255,.7);
    /* opacity: .7; */
    padding: 5px;
    display: inline-block;
    bottom: 10px;
    min-width: 170px;
}

#polyInfo .listItem {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
}

.transform-angle {
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 10px;
}

#searchInput {    display: inline-block;    width: 405px;
}

#gpsCoords {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 300px;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
}

#fileOps {

}