﻿.ecy-map #spatial-selection-tools {
    margin-top:5px;
}

.ecy-map #paragraph_warning{
    position: relative;
    color: black;
    clear: both;
    height: 250px;
    width: 100%;
    z-index: 20;
    word-wrap: break-word; 
    background-color:lightyellow;
}

.ecy-map #paragraph_No_Water_Rights_Alert_Select_By_Parcel {
    position: relative;
    margin-bottom: -5px;
    color: black;
    clear: both;
    height: 25px;
    width: 50%;
    z-index: 20;
    word-wrap: break-word;
    background-color: lightyellow;
}

.ecy-map #paragraph_No_Water_Rights_Alert_Select_By_Water_Right {
    position: relative;
    margin-bottom: -5px;
    color: black;
    clear: both;
    height: 25px;
    width: 50%;
    z-index: 20;
    word-wrap: break-word;
    background-color: lightyellow;
}

.ecy-map #filter-item-container {
    margin: 0 0 15em 0;
    /*overflow-x: hidden;
    overflow-y: auto; */
    float:left;
    height: 82% !important;
}

.ecy-map #results-item-container {
    margin: 0 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.ecy-map #filter-accordion-container {
    float: left;
}

.ecy-map #accordion-panel-filter-1 {
    height: 370px;
    
}

.ecy-map .filter-row {
    width: 100%;
    margin: 7.5px 0 7.5px 0;
    float: left;
 /*   pointer-events: none;*/
}

.ecy-map .button-filter-go {
    float: left;
    pointer-events: auto;
    border-radius: 2px;
    padding: 6px 10px 6px 10px;
    font-size: 1.0rem;
    margin:5px 0 15px 0;
    height:28px;
}

.ecy-map .filter-autocomplete {
    margin-top: 5px;
    width: 300px;
    line-height: 1rem;
    height: 24px;
    font-size: 1rem !important;
}

.ecy-map #filter-container {
    width: 95%;
    border: none;  
    margin: 0 10px 10px 10px !important;
    pointer-events: none;
}

.ecy-map .filter-toolbar {
    margin: 0 0 0 10px;
}

.ecy-map .filter-toolbar-button {
    width: 47px;
    cursor: pointer;
    float: left;
    margin: 10px 3px 4px 3px;
    padding: 0 0;
    background-color: white;
    border: none;
}

    .ecy-map .filter-toolbar-button[aria-disabled="true"] {
        pointer-events: none;
        cursor: default !important;
    }

    .ecy-map .filter-toolbar-button .filter-toolbar-button-icon {
        opacity: 0.85;
    }

.ecy-map .fillter-toolbar-button:hover .filter-toolbar-button-icon {
    opacity: 1.0;
}

.ecy-map .filter-toolbar-button[aria-disabled="true"] .filter-toolbar-button-icon {
    opacity: 0.5;
}


.ecy-map .filter-toolbar-button-first {
    margin: 10px 3px 4px 0;
}

.ecy-map .filter-toolbar-button-last {
    margin: 10px 0 4px 4px;
}

.ecy-map .filter-toolbar-button-icon {
    float: left;
    margin: 2px 2px;
}

.ecy-map .filter-toolbar-button-text {
    float: left;
    text-align: center;
    color: black;
    font-size: 0.65rem !important;
    font-family: "Segoe UI",Verdana, Arial, sans-serif !important;
    height: 10px;
    width: 43px;
    margin: 0 2px 2px 2px;
    white-space: normal;
}

.ecy-map .filter-toolbar-button-text-active {
    font-weight: bold;
}

.ecy-map .filter-tool-info-panel {
    float: left;
    pointer-events: none;
    width:100%;
}

.ecy-map .filter-tool-info-item {
    margin: 20px 10px 20px 15px;
}

    .ecy-map .filter-tool-info-item[aria-hidden='true'] {
        display: none;
    }

.ecy-map ul.filter-tool-info-list {
    list-style-position: outside;
    white-space: normal;
    padding-left: 25px;
}

.ecy-map ul.filter-tool-info-list li {
    margin: 6px 0;
}

.ecy-map .filter-tool-info-text {
    font-size: 1rem;
    white-space: normal;
}

.ecy-map .filter-tool-info-text-bold {
    font-size: 1rem;
    font-weight: 600;
    margin-right: 10px;
}

.ecy-map .filter-item-container-inner {
    margin: 10px 10px 20px 20px;
}

#spatial-filter-status-message {
    float: left;
    font-size: 1rem;
    color: #b3592d;
    margin: 25px 0 0 20px;
}

.ecy-map .spatial-filter-status-message-active {
    color: #1a7332 !important;
}

.ecy-map #spatial-filter-status-checkmark {
    float: left;
    height: 16px;
    width: 17px;
    margin: 25px 0 0 5px;
    background-image: url('https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/green_check.png');
    background-repeat: no-repeat;
    display: none;
}

.ecy-map #remove-spatial-filter-link {
    float: left;
    font-size: 1rem;
    margin: 8px 100px 0px 40px;
    display: none;
}

/***************************************************/
/*........Result Table Styles......................*/
/***************************************************/
.ecy-map #table-loading-indicator {
    z-index: 500;
    height: 32px;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: none;

}

.ecy-map #result-table-container {
    left: 0;
    Bottom: 0;
    width: 100%;
    position: absolute;
    /*display: none;*/
    z-index: 1000;
    background-color: white;
    border-top: 2px solid #e6edf0;
    font-size: 0.9rem;
    min-width:600px;
    min-height:40px;

    /*To hide the result-table-container on load*/
  /*  display: none !important;*/
}

.ecy-map #result-table-top-bar{
    width:100%;
    height:40px;
    background-color:white;
   /* position:absolute;*/
}

.ecy-map #result-table-controller {
    position: absolute;
    z-index: 1003;
    top: 1px;
    left: 8px;
    background-color: white;
    pointer-events: none;
    cursor: pointer;
    height: 39px;
    line-height: 39px;
    text-align: center;
}

/*.ecy-popup-map #result-table-controller {
    top: 4px !important;
}*/

    .ecy-map #result-table-controller:hover {
        background-color: #eaeaea
    }


.ecy-map .result-table-controller-label {
    float: left;
    font-size:1rem;
    /*margin: 14px 10px;*/
    padding: 0 5px 0 10px;
    pointer-events: none;
    cursor: default;
}

.ecy-map .result-table-controller-arrow {
    float: left;
    height: 11px;
    width: 13px;
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/sort_desc.png);
    margin: 15px 10px 0 0;
    pointer-events: none;
    display: none;
}

.ecy-map #menu-active-table {
    width: 165px;
    position: absolute;
    display: none;
    z-index: 10000;
}
    .ecy-map #menu-active-table li {
        font-size: 1rem;
        float: left;
        width: 155px;
        padding: 5px 5px 5px 5px !important;
        cursor: pointer;
        display: none;
    }


.ecy-map .result-table-sizer-container {
    height: 40px;
    position: absolute;
    z-index: 1003;
   /* right: 5px;*/
    left:140px;
}


.ecy-map .result-table-sizer-button {
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
}

    .ecy-map .result-table-sizer-button:hover {
        background-color: #eaeaea;
    }

.ecy-map .result-table-sizer-button-image {
    height: 13px;
    width: 18px;
    cursor: pointer;
    margin: 14px 3px 13px 0;
}

.ecy-map .result-table-sizer-button-full {
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/expand_up.png);
    display: none;
}

.ecy-map .result-table-sizer-button-none {
    display: none;
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/expand_down.png);
}

.ecy-map .result-table-sizer-button-compact {
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/expand_down.png);
    display: none;
}

.ecy-map .result-table-sizer-button-notable {
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/expand_up.png);
    /*display: none;*/
}

.ecy-map .result-table-zoom-button {
    float:left;
    margin-top: 8px;
    margin-left: 170px;
}

.ecy-map #result-table-button-holder {
    float:right;
}
.ecy-map #result-table-export-excel-button-waterRights {
    height: 25px;
    /*display: none;*/
    float: left;
    margin: 8px 20px 0 0;
}

.ecy-map #result-table-text-search-button-waterRights {
    height: 25px;
    display: none;
    float: left;
    margin: 8px 20px 0 0;
}

/*jQuery DataTables style overrides*/
.ecy-map table.display tr.odd {
    background-color: white !important;
}

.ecy-map table.display tr.even {
    background-color: #f7f5f5 !important;
}

/*Hover styling for the table so a row appears as yellow when hovered over in the Water Rights Table*/
.ecy-map table.display tr:hover {
    background-color: #FFD76D !important;
}

.ecy-map tr.odd td.sorting_1 {
    background-color: #fafaff !important;
}

.ecy-map tr.even td.sorting_1 {
    background-color: #eaebff !important;
}

/*.ecy-map .row-selected {
    background-color: red !important;
}*/

.ecy-map .dataTables_filter {
    float: right;
    margin: 10px 100px 5px 5px !important;
    height: 26px;
}

.ecy-map .dataTables_filter_shiftright {
    margin: 10px 60px 5px 5px !important;
}

.ecy-map div.fg-toolbar.ui-toolbar.ui-widget-header {
    border: none !important;
    background: none #f7f5f5 !important;
    height: 100px;
}

.ecy-map .dt-buttons {
    margin: 8px 7px 6px 7px;
    min-height: 26px
}

.ecy-map .dataTables_length {
    float: left !important;
    height: 25px;
    position: relative !important;
    z-index: 10000;
    margin-left: 15px;
    padding-top: 12px !important;
}

.ecy-map .dataTables_info {
    clear: none !important;
    height: 25px;
    float: left !important;
    padding: 15px 5px 2px 30px !important;
    position: relative !important;
    pointer-events: none;
}

.ecy-map .dataTables_paginate {
    float: right;
    height: 25px;
    padding-right: 5px;
    text-align: right !important;
}

.ecy-map .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-top: 0.4rem;
    border-radius: 2px;
}

    .ecy-map .dataTables_wrapper .dataTables_paginate .paginate_button:not([disabled]):hover {
        background: none;
        background-color: #336699 !important;
        border: 1px solid #336699;
    }

.ecy-map .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    pointer-events:none;
}

.ecy-map table.display thead th {
    background-color: #f7f3f3;
    text-align: center;
    border-bottom: none !important;
    border-top: none !important
}

.ecy-map .dataTables_wrapper {
    background-color: white;
    border-bottom: none !important;
    width:100%;
    min-width:600px !important;
}

    .ecy-map .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #7194b6 !important;
    }

.ecy-map .dataTables_empty {
    color: #cc6633
}

.ecy-map table.dataTable.no-footer {
    border: none !important;
}

.ecy-map .dataTables_scrollHeadInner {
    background-color: #f7f3f3;
    border-bottom: 1px solid #7194b6 !important;
    border-top: 1px solid #7194b6 !important;
}

.ecy-map .centeredText {
    text-align: center !important
}

.ecy-map #waterRightsGrid_wrapper {
    /*z-index: 103;*/
    display: none;
}

.ecy-map .filter-by-text-area{
    margin:15px 15px;
}

.ecy-map #filter-parcel-county-input {
    width: 200px;
}

.ecy-map #filter-parcel-id-input {
    width: 222px;
}

.ecy-map #filter-priority-date-from-input {
    width: 120px;
}

.ecy-map #filter-priority-date-to-input {
    width: 120px;
}

.ecy-map .button_zoomToEimLocation {
    height: 15px;
    width: 17px;
    float: left;
    margin: 4px 0 3px 15px;
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/find_icon.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.ecy-map .button_zoomToFacilityLocation {
    height: 15px;
    width: 17px;
    float: left;
    margin: 4px 0 3px 15px;
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/find_icon.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.ecy-map #control-group-buffer-point-distance {
    display: block;
    margin: 20px 0 20px 10px;
}

.ecy-map #control-group-buffer-feature-distance {
    display: block;
    margin: 20px 0 20px 10px;
}


.ecy-map #control-group-buffer-feature {
    display: block;
    margin: 20px 0 20px 10px;
}

.ecy-map .button-go-clear-text {
    float: left;
    margin: 6px 10px;
}

.ecy-map .button-go-clear {
    background-color: white;
    border: none;
    color: #336699;
    cursor: pointer;
    border-radius: 2px;
    padding: 3px 6px;
    font-size: 1.0rem;
}

    .ecy-map .button-go-clear:focus:not(.button-go-disabled) {
        background-color: #ccc;
        color: black;
    }

    .ecy-map .button-go-clear:hover:not(.button-go-disabled) {
        background-color: #ccc;
        color: black;
    }

.ecy-map .button-view-record {
    height: 15px;
    width: 200px;
    float: left;
    /*top, right, bottom, left margin*/
    margin: 1px 0 3px -58px;
   /* background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/find_icon.gif);*/
    background-repeat: no-repeat;
    background-position: center;
    color: blue;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.ecy-map .button-view-record-table {
    height: 25px;
    width: 25px;
    /*top, right, bottom, left margin*/
    margin: 5px 0 3px 5px;
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/find_icon.gif);
    background-repeat: no-repeat;
    background-position: center;
    color: blue;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.ecy-map #waterrightsearch_url{
    color: blue;
}

.ecy-map #results-item-container-inner {
    width: 435px;
    margin: 20px 10px 10px 8px;
}
.ecy-map .results-row-left {
    float: left;
    width: 220px;
}

.ecy-map .results-row-right {
    float:left;
    width: 200px;
}

.ecy-map .results-row {
    width:100%;
    margin:10px 0 0 0;
    float:left;
}

.ecy-map #results-label-number-of-devices{
    margin-bottom: 20px;
}

.ecy-map .results-label {
    float: left;
    font-size: 1rem;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 3px;
}

.ecy-map .results-value {
    float: left;
    font-size: 1rem;
}

.ecy-map #results-item-container-inner ul {
    list-style-type: none;
    padding: 5px 0 0 7px;
    font-size: 1rem;
}

    .ecy-map #results-item-container-inner ul li {
        padding: 5px 0 3px 0;
   
    }

.ecy-map #map-disclaimer-dialog {
    width: 800px;
    line-height: 1.5;
}
.ecy-map .map-about-dialog-text {
    margin-left: 10px;
}

.ecy-map #map-dialog-inner-content-scroll {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 5px;
    padding: 11px;
}

.ecy-map .bold {
    font-weight:bold;
}

.ecy-map .button-close-results {
    float:right;
    margin:10px 10px 0 0;
    padding: 15px 15px;
    height: 16px;
    width: 16px;
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/close_button2.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: white;
    cursor: pointer;
    z-index: 1;
}

    .ecy-map .button-close-results:hover {
        background-color: #e6edf0 !important;
    }

.ecy-map .result-row-device-point {
    display:none;
}

.ecy-map .button-go-help {
    float:left;
    background-color: white;
    border: none;
    cursor: pointer;
    border-radius: 2px;

}

    .ecy-map .button-go-help:hover {
        background-color: white;
        background-color: #e6edf0 !important;
    }


.ecy-map #button-advanced-select-toggle {
    float: left;
    border: none;
    background: white;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    margin: 30px 0 5px 10px;
  
}