﻿/*
The viewport tags are new to css and suppliment the meta tag that is used by Apple
They are placed here to help support the pinch zoom in IE on windows surface tablets
*/
@-ms-viewport {
    width: device-width;
    initial-scale: 1;
    maximum-scale: 1;
    user-scalable: no;
}

@-o-viewport {
    width: device-width;
    initial-scale: 1;
    maximum-scale: 1;
    user-scalable: no;
}

@viewport {
    width: device-width;
    initial-scale: 1;
    maximum-scale: 1;
    user-scalable: no;
}

html, body, form {
    height: 100%;
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
}

a:link {
    color: #2352c0;
    text-decoration: none;
}

a:visited {
    color: #2352c0;
    text-decoration: none;
}

a:hover {
    color: #2352c0;
    text-decoration: underline;
}

a:active {
    color: #2352c0;
}

#divMaster {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

#divMap {
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

#divTitle {
    background-position: right;
    background-image: url('../Images/titlebackground.jpg');
    font-size: x-large;
    font-weight: bold;
    height: 56px;
    background-repeat: no-repeat;
}

#divFooter {
    font-size: smaller;
    font-weight: bold;
    text-align: center;
}

.imgLogo {
    position: absolute;
    top: 0px;
    left: 0px;
}

.imgClientLogo {
    position: absolute;
    top: 0px;
    left: 196px;
}

.transparentBackground {
    float: right;
    font-size: small;
    padding: 8px;
    background-image: url('../Images/transparent.png');
    background-repeat: repeat;
}

.treeRight, .treeDown, .refreshMap {
    height: 16px;
    width: 16px;
    float: left;
}

.treeRight {
    background-image: url('../Images/tree_right.png');
}

.treeDown {
    background-image: url('../Images/tree_down.png');
}

.refreshMap {
    background-image: url('../Images/nav_refresh_s.png');
}

.groupName {
    font-size: small;
    float: left;
    font-weight: bold;
}

#divLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    z-index: 999;
}

#divLoadingData {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
    background-color: #FFFFFF;
    font-size: large;
}

.divGroup {
    clear: both;
    margin-left: 22px;
}

th {
    font-weight: bold;
    border: solid 1px #DDDDDD;
}

td {
    border: solid 2px #DDDDDD;
}

    td.center {
        text-align: center;
    }

.fieldHeading {
    color: #404040;
    clear: right;
    float: left;
}

.fieldValue {
    float: right;
    text-align: right;
}

.breakLine {
    background-image: url('../Images/info_SmallLine.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.searchBetween {
    height: 1px;
    width: 100%;
    overflow: hidden;
    clear: both;
    float: left;
}

.suggestBox {
    float: left;
    width: 150px;
}

.searchSelect {
    float: left;
    width: 150px;
    margin-bottom: 4px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBothFloatLeft {
    clear: both;
    float: left;
}

.floatRightMargin {
    float: right;
    margin-top: 5px;
}

.floatRightMargin2 {
    float: right;
    margin-top: 6px;
}

.searchLabelDiv {
    clear: both;
    margin-top: 6px;
    font-weight: bold;
}

.searchImage {
    float: right;
}

.baseMapTable {
    border: 0px none #FFF !important;
    padding: 0px;
    margin: -4px;
}

.baseMapTd {
    border: 0px none #FFF !important;
    padding: 0px;
    margin: 0px;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.esriLegendServiceLabel {
    display: none;
}

.noDisplay {
    display: none;
}

.inlineDisplay {
    display: inline;
}

.calcButtons .dijitButtonNode {
    width: 40px;
}

.clear {
    clear: both;
}

.clearNoPad {
    clear: both;
    padding-top: 0px;
}

.clearSmallPad {
    clear: both;
    padding-top: 4px;
}

.smallLeftMargin {
    margin-left: 4px;
}

.simpleLabel {
    font-weight: bold;
    float: left;
}

.simpleLabel2 {
    clear: both;
    float: left;
    width: 4ex;
    margin-top: 5px;
}

.smallerItalic {
    font-size: smaller;
    font-style: italic;
}

.smallBottomMargin {
    margin-bottom: 4px;
}

.buttonSpacing {
    margin-bottom: 10px;
    padding: 5px;
}

.calcTableTop, calcTableHeader, calcTable {
    clear: both;
    float: left;
}

.calcTableTop {
    margin-top: 5px;
}

.calcTable {
    margin-top: 2px;
}

#divToolbar {
    height: 24px;
}

#divMapTop, #divSearchContentRight {
    padding: 0px !important;
}

#txtScale, #txtBufferDistance {
    width: 12ex;
}

#divSearchContent {
    width: 246px;
    padding: 0px !important;
    overflow: hidden;
}

#divSearchContainer {
    padding: 0px !important;
    overflow: hidden;
}

#divSearchContentCenter {
    overflow: hidden;
    width: 220px;
}

#divSearchAccordian {
    border: 1px solid #ccc;
    overflow: hidden;
}

#imgOverviewMap, #gfxOverviewMap, #divOverviewMapEvents {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 32px;
    left: 6px;
    border: solid 1px #000000;
}

#imgOverviewMap {
    z-index: 100;
}

#gfxOverviewMap {
    z-index: 101;
}

#divOverviewMapEvents {
    z-index: 102;
    background-image: url('../images/clear.gif');
    background-repeat: repeat;
}

#divOverviewData {
    margin-top: 170px;
    clear: both;
    width: 100%;
}

#divLocationXY, #divLocationLatLong, #divLocationNationalGrid, #divMeasureCurrent, #divMeasureSegment, #divMeasureTotal, #divMeasureArea {
    margin-top: 5px;
    clear: both;
    width: 100%;
}

#divLayersContent, #divLayersContainer, #divLayersContentLeft {
    padding: 0px !important;
    overflow: hidden;
}

#divLayersContent, #divLayersContainer {
    width: 246px;
    height: 100%;
}

#btnToggleLayers {
    font-size: xx-small !important;
}

#divLayersContentRight {
    overflow: hidden;
}

#divLayersAccordian {
    border: 1px solid #ccc;
    overflow: hidden;
}

#divResultsContent {
    height: 27px;
    padding: 0px !important;
    overflow: hidden;
}

#divResultsContainer {
    width: 100%;
    height: 100%;
    padding-top: 0px !important;
}

#divResultsContentTop {
    padding-top: 0px !important;
    height: 27px;
}

#btnToggleResults {
    font-size: xx-small !important;
    float: left;
}

#ddlResultCount {
    width: 10ex;
}

#ddlExportFormat {
    width: 24ex;
}

#divColorPalette {
    z-index: 99999;
}

#divBufferOptions, #divSelectOptions, #divGraphicsOptions, #divEditGraphicsOptions {
    background-color: #f7f7f7;
    border: solid 1px #7eabcd;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    padding: 4px;
}

#divGraphicsOptions, #divEditGraphicsOptions {
    width: 190px;
    height: 300px;
    z-index: 998;
}

#divPointOptions, #divEditPointOptions {
    display: inline;
}

#divLineOptions, #divFillOptions, #divTextOptions, #divEditLineOptions, #divEditFillOptions, #divEditTextOptions {
    display: none;
}

#txtPointSymbolSize, #txtPointSymbolSize, #txtLineSymbolWidth, #txtTextSize, #txtTextAngle, #txtEditPointSymbolSize, #txtEditLineSymbolWidth, #txtEditTextSize, #txtEditTextAngle {
    width: 60px;
}

#txtTextNotes, #txtEditTextNotes {
    margin-bottom: 4px;
}

#txtEmailPrint {
    width: 22em;
}

#windowContextMenu {
    display: none;
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 997;
}

#txtSBQuery {
    margin-top: 5px;
    width: 162px;
}

.RadButton.buttonStyle {
    padding: 5px 0;
    margin: 1px;
}
