﻿


#divMap {
    display: block;
    position: relative;
    width: 100%;
    overflow: visible;
    margin: 0px;
    padding: 0px;
}


#divMap_Output {
    position: absolute;
    bottom: 6px;
    left: 155px;
    text-align: left;
    height: 20px;
    margin: 0px;
    padding: 0px;
    font-size: 80%;
    background-color: rgba(255,255,255,0.8);
}

#divMap_Output1 {
    text-align: left;
    padding: 1px;
    margin-left: 10px;
    float: left;
}

#divMap_Output2 {
    text-align: left;
    margin: 0px;
    padding: 1px;
    float: right;
    margin-right: 10px;
}

#MapLoadingBox {
    display: inline-block;
}

#ListingInfoBox {
}

#MapBox {
    position: relative;
}

#drawingtoolbar {
    border: none;
    padding: 1px;
    text-align: left;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    z-index: 2;
    left: 2px;
    top: -52px;
    min-width:150px;
        right: 140px;
        height:50px;
}

@media only screen and (max-width: 480px) {
    #drawingtoolbar {
        right: 140px;
        top: 2px;
    }
}


.k-toolbar {
    line-height: 2.4em;
}

#drawingtoolbar .k-button {
    border: solid 1px #ddd;
    box-shadow: 1px 1px 3px #ccc;
}

#drawingtoolbar .k-overflow-anchor {
    height: 30px;
}

.k-button, .k-toolbar .k-button {
    line-height: 1.143em;
    padding: 4px 7px;
}

.k-toolbar .k-input {
    height: 1.143em;
    line-height: 1.143em;
}

.k-dropdown-wrap .k-select {
    height: 1.143em;
    line-height: 1.143em;
}

.k-toolbar .k-button-group .k-button {
    line-height: 1.143em;
    padding: 4px 7px;
}

#mapToolBox {
    background-color: #FFF;
    padding: 10px;
    width: 300px;
    float: left;
    z-index: 130;
    border: solid 2px #ddd;
    box-shadow: 4px 4px 6px #666;
    position: fixed;
    height: unset;
    bottom: 10px;
    top: 94px;
}


#mapToolBoxPanelbar li.k-item {
    margin: 0;
    padding: 2px;
    vertical-align: middle;
    border: solid 1px #ddd;
}

    #mapToolBoxPanelbar li.k-item a {
        line-height: 100%;
        border: none;
        color: #00F;
        display: inline-block;
        padding: 3px;
    }

#mapToolBoxPanelbar .k-header {
    background-color: #ddd;
}


#mapToolBoxPanelbar .km-switch {
    float: right;
    vertical-align: middle;
    margin-top: 0.3em;
}

#mapToolBoxPanelbar .LayerListItem {
    display: inline-block;
    width: 30px;
    float: right;
    vertical-align: middle;
    margin-top: 0.3em;
}



.mapBox_cmd_close, .mapBox_cmd_close:visited {
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin: 2px;
    text-align: center;
    border: solid 1px #aaa;
}

.mapLayerBox_cmd {
    font-size: 90%;
}

#mapLayerBox {
    background-color: #FFF;
    padding: 10px;
    width: 300px;
    float: left;
    z-index: 130;
    border: solid 2px #ddd;
    box-shadow: 4px 4px 6px #666;
    position: fixed;
    height: unset;
    bottom: 10px;
    top: 94px;
}



#mapLayerBoxPanelbar li.k-item {
    margin: 0;
    padding: 2px;
    vertical-align: middle;
    border: solid 1px #ddd;
}

    #mapLayerBoxPanelbar li.k-item a {
        /*line-height: 100%;*/
        border: none;
        color: #00F;
        display: inline-block;
        padding: 3px;
    }

#mapLayerBoxPanelbar .k-header {
    background-color: #ddd;
}


#mapLayerBoxPanelbar .km-switch {
    float: right;
    vertical-align: middle;
    margin-top: 0.8em;
}

#mapLayerBoxPanelbar .LayerListItem {
    float: right;
    vertical-align: middle;
    margin-top: 0.8em;
}

#mapLayerBoxPanelbar a.LayerListItemDrawBtn, #mapLayerBoxPanelbar a.LayerListItemDrawBtn:visited {
    float: right;
    vertical-align: middle;
    line-height: 3em;
    display: inline-block;
}

.boundaryItem {
    display: inline-block;
    margin: 1px;
    padding: 2px;
    border: solid 1px #ddd;
    width: 120px;
    float: left;
}



.MapLegendBox {
    padding: 2px;
    border: solid 1px #ddd;
}

.BTN_OPENCLOSE {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: none;
    padding: 2px;
    margin: 2px;
    font-family: 'Courier New';
}


#RMLSWebMap_DrivingDirectionBox {
}

.RMLSWebMap_DrivingDirectionBox_Display {
    position: absolute;
    top: 90px;
    bottom: 30px;
    right: 0px;
    margin: 0px;
    width: 405px;
    background-color: #fff;
    z-index: 2000;
    border: solid 2px #ddd;
    box-shadow: 4px 4px 6px #666;
    overflow: scroll;
}

.RMLSWebMap_DrivingDirectionBox_Print {
    position: relative;
    margin: 0px;
    width: 100%;
    background-color: #fff;
    border: none;
    box-shadow: none;
    overflow: auto;
}

#RMLSWebMap_DirectionsInputContainer {
    float: right;
    /*border: solid 1px #ddd;*/
    background-color: #fff;
    margin: 3px;
}

#RMLSWebMap_PrintoutPanel {
    float: right;
    border: solid 1px #ddd;
    background-color: #fff;
    margin: 3px;
}


.btn_close {
    background-color: #ff6a00;
}

.btn_shape_edit {
    display: inline-block;
    line-height: 3.5em;
    padding: 2px;
    text-decoration: underline;
}


.ListingInfoBoxGrid_Detail td {
    font-size: 90%;
}

.k-button .k-image {
    height: 20px;
}

.locationItem {
    line-height: 100%;
}




.MicrosoftMap .NavBar_Container {
    right: 4px !important;
}



.k-filter-row th, .k-grid-header th.k-header {
    padding: 4px;
    font-size: 9pt;
}

.k-grid-content tr td {
    font-size: 9pt;
}

.ShapeDesc {
    line-height: normal;
    display: inline-block;
}

#RMLSWebMap .k-panel > .k-item > .k-link, .k-panelbar > .k-item > .k-link {
    line-height: 3em;
}



img.buttonGroup_icon {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}



/*----*/
.k-grid {
    font-family: "DejaVu Sans", "Arial", sans-serif;
}


#MainPanel {
    position: relative;
}

.Maintoolbar {
    text-align: right;
    vertical-align: middle;
    /*height:2.8em;*/
    background-color: rgba(255,255,255,0.6);
    padding: 4px;
    line-height: 2.4em;
    /*
        position: absolute;
        top: 2px;
        z-index: 2;
    right:155px;*/
}

    .Maintoolbar input {
        font-size: 100%;
    }

#drawingtoolbar {
    right: 440px;
}

#RMLSWebMap {
    position: relative;
}

#MapBox {
}

#divMap {
    height: 320px;
    width: 100%;
}

#ListGridBox {
    border: none;
    padding: 0px;
}

#ListGrid {
    height: 400px;
    border: none;
    padding: 0px;
    margin: 0px;
}


#ListingInfoBox {
    display: none;
    position: absolute;
    top: 30px;
    padding: 3px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    height: 240px;
    background-color: #fff;
    z-index: 100;
    border: solid 2px #ddd;
    box-shadow: 4px 4px 6px #666;
}

#ListingInfoBoxGrid {
    position: relative;
    margin-left: 2px;
    margin-right: 90px;
}

#ListingInfoBoxHtmlBox {
    position: relative;
    margin-left: 2px;
    margin-right: 90px;
}

#FilterPanel {
    height: 80%;
}

#label_viewmode {
    display: inline-block;
    width: 55px;
    text-align: right;
}

#cmd_SearchText_Options {
    position: absolute;
    width: 200px;
    height: 600px;
    z-index: 200;
    display: none;
    background-color: #fff;
    border: solid 1px #aaa;
    padding: 10px;
    overflow: scroll;
}

#cmd_ResultsChoise {
    position: absolute;
    width: 260px;
    height: 320px;
    right: 4px;
    z-index: 200;
    display: none;
    background-color: #fff;
    border: solid 1px #aaa;
    padding: 6px;
    overflow: scroll;
}

#cmd_ResultsChoise_List {
    margin-top: 6px;
    width: 100%;
}

.SearchText_Mode_DBox {
    padding: 0px;
    text-align: left;
}

#addressSearchForm span {
    display: inline-block;
    width: 80px;
}

.address_set {
    padding: 6px;
    border: 1px solid #aaa;
    margin-bottom: 6px;
    line-height: 2.3em;
}
/* Page Template for the exported PDF */
.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }
/* Content styling */
.listing-photo {
    display: inline-block;
    width: 120px;
    height: 90px;
    background-size: 120px 90px;
    background-position: center center;
    vertical-align: middle;
}

kendo-pdf-document .customer-photo {
    border: 1px solid #dedede;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}


.scmd_selected {
    background-color: #32408f;
    color: fff;
}

.scmd_notselected {
    background-color: #ffa040;
    color: #000;
}


#DrawingToolsBox {
    position: absolute;
    top: 6px;
    left: 3px;
    padding: 4px;
    width: 230px;
    height: 110px;
    border: solid 1px #aaa;
    box-shadow: 4px 4px 6px #666;
    background-color: rgba(250,250,250,0.95);
    text-align: center;
}

    #DrawingToolsBox a.DrawingToolsBox_Cmd, #DrawingToolsBox a.DrawingToolsBox_Cmd:visited {
        display: inline-block;
        vertical-align: top;
        width: 60px;
        height: 48px;
        font-size: 9pt;
        padding: 0px;
        margin: 1px;
        border: solid 3px #ddd;
        background-color: rgba(255,255,255,1);
        color: #333;
        text-decoration: none;
    }

    #DrawingToolsBox .DrawingToolsBox_Cmd img {
        width: 30px;
        height: 30px;
    }

    #DrawingToolsBox a.selected, #DrawingToolsBox a.selected:visited {
        border: solid 3px #33a;
    }
    #DrawingToolsBox a:hover {
        background-color: rgba(240,240,240,1);
    }

#MapDrvTimeBox {
    position: absolute;
    top: 4px;
    left: 3px;
    padding: 10px;
    width: 330px;
    height: 196px;
    border: solid 1px #aaa;
    background-color: rgba(250,250,250,0.95);
    box-shadow: 4px 4px 6px #666;
    text-align: center;
}

#MapDrvTimeBox_close {
    float: right;
    display: inline-block;
    width: 20px;
    height: 30px;
    text-decoration: none;
    color: black;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 1px #aaa;
}

    #MapDrvTimeBox_close:visited {
        text-decoration: none;
        color: black;
    }

#BoundaryLayerSelection {
    position: absolute;
    top: 4px;
    left: 3px;
    padding: 8px;
    width: 280px;
    height: 120px;
    border: solid 1px #aaa;
    background-color: rgba(250,250,250,0.95);
    box-shadow: 4px 4px 6px #666;
    text-align: center;
}

    #BoundaryLayerSelection a, #BoundaryLayerSelection a:visited {
        text-decoration: none;
        color: #00F;
        background-color: rgba(255,255,255,1);
    }
        #BoundaryLayerSelection a:hover {
            background-color: rgba(240,240,240,1);
        }


#BoundaryLayerSelection_close {
    float: right;
    display: inline-block;
    width: 20px;
    height: 30px;
    text-decoration: none;
    color: black;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 1px #aaa;
}

    #BoundaryLayerSelection_close:visited {
        text-decoration: none;
        color: black;
    }

#MapProgressMessageBox {
    position: absolute;
    top: 8px;
    left: 50%;
    padding: 8px;
    width: 300px;
    height: 30px;
    margin-left: -150px;
    border: solid 2px #000;
    background-color: rgba(255,255,255,1);
    text-align: center;
    vertical-align: middle;
}

#FilterFormBody {
    padding: 10px;
}

.formElementLine {
}

.formElementLabel {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

.formElementBox {
    display: inline-block;
    float: left;
    width: 78%;
    margin-bottom: 10px;
}

.formElement {
    display: inline-block;
    word-wrap: normal;
    margin-right: 10px;
}

.FilterFormBody ul {
    margin: 0;
    padding: 0;
}











#MenuBarItem_rmlsweblogo {
    padding: 5px;
}

#HDChatBox a {
    padding: 0px;
}

nav a {
    border-bottom: none;
}

