﻿html,
body,
#map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFF;
    overflow: hidden;
    font-family: "Trebuchet MS";
}

input[type="text"] {
    width: 45px;
}

#LocateButton {
    position: absolute;
    border-top: 130px;
    left: 20px;
    z-index: 20;
}


#titlePane {
    width: 240px;
}

.claro .dijitTitlePaneTitle {
    background: #fff;
    font-weight: 600;
    border: none;
    border-bottom: solid 1px #29201A;
    border-top: solid 1px #29201A;
}

.claro .dijitTitlePaneTitleHover {
    background: #eee;
}

.claro .dijitTitlePaneTitleActive {
    background: #808775;
}

.claro .dijitTitlePaneContentOuter {
    border-right: none;
    border-bottom: none;
    border-left: none;
}

#search {
    display: block;
    z-index: 2;
    top: 20px;
    right: 74px;
}

#title {
    border-collapse: collapse;
}

#toc {
    border-collapse: collapse;
}

.dijitButton .dijitButtonNode, #printButton {
    width: 160px;
}

.esriPrint {
    padding: 0;
}

#close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
}

#closexydiv {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
}

#closebufferdiv {
    float: right;
    position: relative;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
}

#closebasemapdiv {
    float: right;
    display: inline-block;
    position: initial;
    padding: 2px 5px;
    background: #ccc;
    padding-right: 20px;
}

#closetocdiv {
    float: right;
    display: inline-block;
    padding: 2px 2px;
    background: #ccc;
    margin-top: 2px;
}

#closemesurediv {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
    /*margin-top: 2px;*/
}

#co-ordinate_info {
    position: fixed;
    background: white;
    left: 10px;
    top: 10px;
    color: black;
    /*right: 1365px;*/
}

#loader {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 5000;
    top: 0px;
}

    #loader img {
        position: absolute;
        top: 30%;
        left: 35%;
    }

#closeidentifydiv {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
}

#closemeasurediv {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
}

body {
    overflow: hidden;
}

.latLong {
    width: 28%;
}

    .latLong h3 {
        padding: 1px 0px;
        margin: 0px;
    }

.coordinates_block {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 5px 10px;
}

    .coordinates_block h4 {
        margin: 10px 0;
    }

    .coordinates_block span {
        float: left;
        width: 23%;
        margin-right: 15px;
        overflow: hidden;
    }

        .coordinates_block span p { /*float: left;*/
            margin: 0px 0px 3px;
            text-align: center;
        }

        .coordinates_block span input { /*margin: 8px 5px 0;*/
        }

.coordinates_input {
    overflow: hidden;
    padding: 0 20px;
}

    .coordinates_input input {
        float: left;
        margin-right: 10px;
        padding: 8px;
    }

.S_height {
    padding: 10px;
}

    .S_height span {
        width: 100%;
        float: none;
        overflow: hidden;
        margin: 0px;
    }

        .S_height span h4 {
            float: left;
            width: 45%;
            margin: 5px 0;
        }

        .S_height span input {
            width: 50%;
            float: right;
        }

.lat {
    overflow: hidden;
}

.txtlat {
    float: left;
    width: 30%;
    margin-top: 20px;
}

.right_lat {
    float: right;
    width: 70%;
}

