﻿
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#map-component {
    /*font: 300 15px/1.625 "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    padding: 0px 0 0px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}


#map-search-slider, #map-search-bar {
    background: #58595b;
    color: #989898;
    text-align: left;
    padding: .5em;
}

    #map-search-slider select {
        color: white;
        background-color: #555555;
        border-radius: 0;
        width: 100%;
    }

#map-search-bar-container {
    /*display: inline;
            margin-left: 1em;*/
    display: flex;
    justify-content: center;
}



#map-content {
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    flex: 1;
}

ng-map {
    width: 100%;
    height: 100%;
}

#plot-info {
    position: absolute;
    width: 450px;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #c2c2c2;
    padding: 2.2em;
    line-height: 1.5;
}

    #plot-info.ng-hide-add, #plot-info.ng-hide-remove {
        transition: 0.3s linear all;
    }

    #plot-info.ng-hide {
        right: -300px;
    }

    #plot-info label {
        text-transform: uppercase;
        padding-bottom: 10px;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: .8rem;
        color: #fff;
        margin: 1em 0 0;
    }

    /*#plot-info label:first-child {
                margin-top: 0;
            }*/

    #plot-info > div {
        font-size: 1rem;
    }

    #plot-info #plot-average {
        font-size: 2rem;
    }

    #plot-info table {
        width: 100%;
        margin-bottom: 0px;
    }

        #plot-info table td {
            border: none;
            color: #c2c2c2;
            //font-size: .75rem;
            padding: 0;
            line-height: 1.5;
        }

        #plot-info table tr td {
            padding-top: 8px;
            padding-bottom: 8px;
        }

            #plot-info table tr td a {
                color: #fff;
            }

    #plot-info .salesperson {
        text-transform: uppercase;
    }

    #plot-info .dates {
        display: flex;
        justify-content: space-between;
        //margin-top: .8em;
    }

    #plot-info .buttons {
        display: flex;
        justify-content: center;
        /*position: absolute;
            bottom: 2.2em;
            left: 0;
            right: 0;*/
    }

        #plot-info .buttons a {
            width: 50px;
            height: 50px;
        }

        /*  #plot-info .buttons .expand {
                background: url('@Url.Content("~/ResourcePackages/Minimal/assets/dist/images/map/button-expand.png")')
            }
    */
        #plot-info .buttons .add {
            background: url('@Url.Content("~/ResourcePackages/Minimal/assets/dist/images/map/button-add.png")')
        }

option:hover {
    background-color: #fff;
}

.slider-button i {
    padding-bottom: 5px;
}

.slider-button {
    z-index: 10;
    width: 35px;
    height: 35px;
    display: block;
    bottom: 45%;
    text-align: center;
    opacity: 0.6;
    padding: 6px 0 2px 0;
    color: white;
    cursor: pointer;
    align-self: center;
    margin: 10px;
}

    .slider-button:hover {
        /*background: rgba(255, 255, 255, 0.25);
            fill: rgba(0, 0, 0, 0.) !important;*/
    }

.slider-next-button {
    right: 50px;
}

.slider-back-button {
    left: 50px;
}

#prevslide, #nextslide {
    color: white;
    vertical-align: super;
    font-size: 14px;
}

.round {
    border: 2px rgba(255,255,255,1) solid;
    border-radius: 50%;
}

.modal-body {
    max-width: 800px;
    margin: auto;
    background-color: white;
}

@@media only screen and (max-width: 600px) {

    #plot-info {
        width: 100%;
    }
}


#map-search-bar .responsive-search-bar a {
    color: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
}



#map-search-slider .close-icon {
    display: none;
    font-size: 28px;
    height: 55px;
    width: 55px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    left: 20px;
    top: 11px;
}

#map-search-slider.open {
    position: absolute;
    width: 450px;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #c2c2c2;
    padding: 2.2em;
    line-height: 1.5;
    overflow: hidden;
}

#map-search-slider.ng-hide-add, #map-search-slider.ng-hide-remove {
    transition: 0.3s linear all;
}

#map-search-slider.open .close-icon {
    display: block;
}

#map-search-slider.open #map-search-bar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#map-search-bar-container {
    display: none;
}

#map-search-bar .responsive-search-bar {
    text-align: center;
}

#map-search-slider.open #map-search-bar-container > div {
    margin-left: 0;
    margin-top: 1rem;
}

    #map-search-slider.open #map-search-bar-container > div:first-child {
        margin-top: 0;
    }

.select2-container .select2-search--inline .select2-search__field {
    float: left;
    width: 100%;
    background: transparent;
}

.select2-container .select2-search--inline input.select2-search__field::placeholder {
    color: white;
}

.select2-selection__choice__remove {
    cursor: pointer;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}

.select2-container .select2-search--inline {
    width: 100%;
}

.select2-container .select2-search__field {
    width: 100% !important;
}

@@media only screen and ( max-width: 767px) {
    #map-search-bar {
        padding: 0;
    }

        #map-search-bar.open .responsive-search-bar {
            display: none;
        }


        #map-search-bar .responsive-search-bar {
            display: block;
            text-align: center;
        }

    #map-search-slider select {
        display: inherit;
    }

    #map-search-slider.open {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        padding: .5em;
        width: 100%;
    }

        #map-search-slider.open .close-icon {
            display: block;
        }

        #map-search-slider.open #map-search-bar-container {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            #map-search-slider.open #map-search-bar-container > div {
                margin-left: 0;
                margin-top: 1rem;
            }

                #map-search-slider.open #map-search-bar-container > div:first-child {
                    margin-top: 0;
                }

    #plot-info table {
        margin-bottom: 10px;
    }
}

@@media only screen and (max-height: 860px) and (min-height: 790px) {

    #plot-info table {
        margin-bottom: 10px;
    }

        #plot-info table tr td {
            padding-top: 3px;
            padding-bottom: 3px;
        }
}

@@media only screen and (max-height: 820px) {
    #plot-info #plot-average {
        font-size: 1.5rem;
    }

    #plot-info table tr td {
        padding-top: 0px;
        padding-bottom: 0;
        font-size: 12px;
    }

    #plot-info > div {
        font-size: 12px;
    }
}

@@media only screen and (max-height: 820px) and (min-height: 700px) {
    #plot-info label {
        margin: 0px;
        padding-bottom: 3px;
        margin-top: 20px;
    }
}

@@media only screen and (max-height: 720px) {
    #plot-info label {
        margin: 0px;
        padding-bottom: 3px;
        margin-top: 6px;
    }
}

.select2-dropdown {
    color: white;
    background-color: #555555;
}

.select2-container--flat .select2-results__option {
    background-color: #555759 !important;
    color: #ffffff !important;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
    background: #828282 !important;
    color: #fff !important;
    opacity: 0.8 !important;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
    background: #e51837 !important;
    color: #ffffff !important;
}

#map-search-bar-container .select2-container--flat .select2-selection--multiple .select2-selection__choice {
    background-color: white;
    border: 1px solid #828282;
    border-radius: 0px;
    color: #555555;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 3px 5px;
}

.select2-dropdown {
    z-index: 10005;
    height: 200px;
    overflow-y: scroll;
}

.icon-name-group {
    display: flex;
    min-height: 26px;
    white-space: nowrap;
}

ul.icon-link {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-width: 26px;
    margin-top: -3px;
    margin-left: 10px;
}

    ul.icon-link li {
        float: left;
        margin: 0;
        margin-left: 5px;
    }

        ul.icon-link li img {
            width: 26px;
            height: 26px;
        }


        /**** FOR PDF MODAL ****/
.modal-body {
    padding: 0;
}