﻿/* Material IO icons style*/
/* Rules for sizing the icon. */
.material-icons-outlined.md-18 {
    font-size: 18px;
}

.material-icons-outlined.md-24 {
    font-size: 24px;
}

.material-icons-outlined.md-26 {
    font-size: 26px;
}

.material-icons-outlined.md-36 {
    font-size: 36px;
}

.material-icons-outlined.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons-outlined.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons-outlined.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons-outlined.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons-outlined.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }

.material-icons-outlined.header-icons {
    background-color: #282828;
    color: white;
    border-radius: 17px;
}

.material-icons-outlined.dropdown-item-icon {
    float: left;
    padding-right: 5px;
}

#mapp-logo {
    z-index: 401;
    position: absolute;
    bottom: 5px;
}

body {
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

.container-fluid {
    padding: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*
    Login Form
*/
body.login-view {
    min-height: 100vh;
    color: #fff;
    text-align: center;
    background-image: url(../images/login-background.svg),-webkit-linear-gradient(45deg,#3eb5da 0,#3bc6da 100%);
    background-image: url(../images/login-background.svg),linear-gradient(45deg,#3eb5da 0,#3bc6da 100%);
    background-position: center center;
    background-size: 2560px 1440px,100% 100%;
}

    body.login-view a,
    .menu-button {
        color: white;
        font-size: 13px;
        cursor: pointer;
        z-index: 9999;
    }

    body.login-view input {
        border-width: 2px;
        border-radius: 3px;
    }

    /**overwriting the .toast-top-right to center in case of login-view  */
    body.login-view .toast-top-right {
        width: 100% !important;
    }

    body.login-view .toast-warning {
        margin: auto !important;
    }

.menu-button, .menu-button:hover, .menu-button:visited, .menu-button:focus {
    color: white;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none !important;
}

    a:hover {
        color: inherit;
    }

.login-logo {
    position: relative;
    display: inline-block;
    width: 201px;
    height: 151px;
    margin-bottom: 48px;
    background-image: url(../Images/logo@2x.png);
    background-repeat: no-repeat;
    background-size: 201px 151px;
}

.login-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    max-width: 400px;
    padding-bottom: 60px;
}

.login-wrapper {
    display: table-cell;
    padding: 32px;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-animation: fadeInUp 1s ease .2s 1 both;
    animation: fadeInUp 1s ease .2s 1 both;
    -webkit-animation-backface-visibility: hidden;
    -moz-animation-backface-visibility: hidden;
    -ms-animation-backface-visibility: hidden;
    -o-animation-backface-visibility: hidden;
    animation-backface-visibility: hidden;
}

.login-footer {
    padding: 8px;
    margin-top: -60px;
    height: 60px;
}

.spin-works-footer-logo {
    position: relative;
    top: -6px;
    display: inline-block;
    width: 125px;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
    vertical-align: middle;
    background-image: url(../images/logo-spinworks@2x.png);
    background-size: 125px 50px;
}

#mapid {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#leafletLayerUlPlaces {
    max-height: 100vh;
}

/* Override leaflet */

.leaflet-right .leaflet-control {
    margin-right: 5px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 5px;
}

.leaflet-control,
.leaflet-control div,
.leaflet-control a {
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
}

.leaflet-top.leaflet-left {
    height: 100%;
}

.leaflet-top.leaflet-right {
    top: 0px;
}

.leaflet-left .leaflet-control {
    float: left;
    margin-left: 0px;
}

.leaflet-top .leaflet-control {
    margin-top: 0px;
}

.leaflet-bottom {
    bottom: 50px;
}



.leaflet-control .panel-group {
    margin-bottom: 6px;
}

.leaflet-control-zoom {
    border: 0 !important;
}


.leaflet-control-zoom-out {
    margin-top: 4px;
    background-position: 0 -32px;
}

.leaflet-bar .leaflet-control-zoom-in,
.leaflet-bar .leaflet-control-zoom-out {
    background-color: #282828;
}

.leaflet-bar a, .leaflet-bar a:hover {
    display: block !important;
    border: none !important;
    color: #fff !important;
}

    .leaflet-bar a:focus, .leaflet-bar a:hover {
        background-color: #282828;
    }

.leaflet-control .panel-heading {
    background-color: #282828;
    color: white;
    border-color: #282828;
}

.leaflet-control .panel-default {
    border-color: #282828;
}

/* So overlay is on top */
.leaflet-left-pane {
    z-index: 399;
}

.leaflet-right-pane {
    z-index: 399;
}

.base-layer-toggle {
    width: 30px;
    height: 30px;
    background-color: #282828;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -webkit-transition: background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: background-color .4s cubic-bezier(.25,.8,.25,1);
}

    .base-layer-toggle:hover {
        background-color: #282828;
    }

    .base-layer-toggle .icon {
        position: absolute;
        width: 25px;
        padding-left: 4px;
        font-size: 32px;
        color: #fff;
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-transition: .4s cubic-bezier(.25,.8,.25,1);
        transition: .4s cubic-bezier(.25,.8,.25,1);
        -webkit-transition-property: opacity -webkit-transform;
        transition-property: opacity transform;
        cursor: pointer;
    }

.icon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}

.flag-red, .icon {
    display: inline-block;
}

.base-layer-toggle-satellite .icon-satellite, .base-layer-toggle-street .icon-street {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/** GeoJson Renderer **/
.geoJsonRenderer {
    width: 60px;
    height: 60px;
    bottom: 0px;
    margin-top: 40px;
    z-index: 1000;
    color: white;
    background-color: #282828;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -webkit-transition: background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: background-color .4s cubic-bezier(.25,.8,.25,1);
}

    .geoJsonRenderer:hover {
        background-color: #282828;
    }

    .geoJsonRenderer > .loading {
        border: 3px solid #f3f3f3; /* Light gray */
        border-top: 3px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: relative;
        top: 15px;
        left: 15px;
        animation: spin 2s linear infinite;
    }

    .geoJsonRenderer > .loaded {
        border: 3px solid #33cc33; /* Light gray */
        border-top: 3px solid #33cc33; /* Blue */
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: relative;
        top: 15px;
        left: 15px;
    }

/** Generic Loading **/
.geoJsonLoading {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.genericLoading {
    border: 3px solid #f3f3f3; /* Light gray */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

    .genericLoading.before33 {
        border-top: 3px solid #3498db; /* Blue */
    }

    .genericLoading.before66 {
        border-top: 3px solid #3498db; /* Blue */
        border-right: 3px solid #3498db; /* Blue */
    }

    .genericLoading.before100 {
        border-top: 3px solid #3498db; /* Blue */
        border-right: 3px solid #3498db; /* Blue */
        border-bottom: 3px solid #3498db; /* Blue */
    }

/* Sidebar */
.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #282828;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: rgba(238,238,238,.5);
    z-index: 8;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #818181;
        display: block;
        transition: 0.3s
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0px;
        font-size: 36px;
        margin-left: 0px;
        background-color: #282828;
        z-index: 99;
        padding: 10px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

.navigation-menu-toggle {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    background: rgb(51, 51, 51);
    z-index: 9;
}

.navigation-title-positioning {
    position: fixed;
    top: 0px;
    left: 48px;
    display: inline-block;
    padding: 0 16px;
    height: 48px;
    width: 352px;
    z-index: 9999;
}

.navigation-title-background {
    background-image: linear-gradient(to right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0.0));
}

.navigation-title-header {
    color: #fff;
    background-color: transparent;
    opacity: 1;
    margin: 0px;
    padding-top: 14px;
    padding-left: 15px;
    font-size: 18px;
    z-index: 9999;
}

.navigation-icon-back {
    color: #fff;
    padding-left: 8px;
    padding-right: 14px;
}

    .navigation-icon-back:hover {
        color: none !important;
    }

.rotate-180 {
    transform: rotate(180deg);
}

.initialism, .text-uppercase {
    text-transform: uppercase;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

ol, ul {
    margin-bottom: 12px;
}

dl, ol, ul {
    margin-top: 0;
}

.user-dropdown {
    border: none !important;
}

    .user-dropdown:focus, .user-dropdown:active:focus, .user-dropdown:hover {
        outline-offset: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }

.user-info-icon {
    background-color: white;
    color: #282828;
    border-radius: 20px;
    cursor: pointer;
    font-size: x-large;
}

.user-info-dropdown {
    position: absolute;
    z-index: 10000;
    top: 6px;
    right: 12px; /**/
}

    .user-info-dropdown .dropdown-menu {
        left: -135px;
        top: 35px;
    }

.leaflet-bar .leaflet-disabled {
    cursor: default;
    opacity: .75;
    background-color: #252525 !important;
    color: #404040;
}

/* Change Password Form */
.text-thin {
    font-weight: 300;
}

.text-primary {
    color: #00bcd4;
}

.btn-primary {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
}

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #008fa1;
        border-color: #004b55;
    }

    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:hover,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #008fa1;
        border-color: #008697;
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .btn-primary.dropdown-toggle.focus,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #006f7d;
            border-color: #004b55;
        }

    .btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled.focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #00bcd4;
        border-color: #00bcd4;
    }

    .btn-primary .badge {
        color: #00bcd4;
        background-color: #fff;
    }

.btn-transparent {
    color: #fff;
    box-shadow: none;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
}

    .btn-transparent:active,
    .btn-transparent:focus,
    .btn-transparent:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .1);
    }

.btn-blue,
.btn-submit-login {
    color: #fff;
    background-color: #2f48b4;
    border-color: #2f48b4;
}

    .btn-blue.focus,
    .btn-blue:focus,
    .btn-submit-login.focus,
    .btn-submit-login:focus {
        color: #fff;
        background-color: #24388c;
        border-color: #15204f;
    }

    .btn-blue.active,
    .btn-blue:active,
    .btn-blue:hover,
    .btn-submit-login.active,
    .btn-submit-login:active,
    .btn-submit-login:hover,
    .open > .btn-blue.dropdown-toggle,
    .open > .btn-submit-login.dropdown-toggle {
        color: #fff;
        background-color: #24388c;
        border-color: #223583;
    }

        .btn-blue.active.focus,
        .btn-blue.active:focus,
        .btn-blue.active:hover,
        .btn-blue:active.focus,
        .btn-blue:active:focus,
        .btn-blue:active:hover,
        .btn-submit-login.active.focus,
        .btn-submit-login.active:focus,
        .btn-submit-login.active:hover,
        .btn-submit-login:active.focus,
        .btn-submit-login:active:focus,
        .btn-submit-login:active:hover,
        .open > .btn-blue.dropdown-toggle.focus,
        .open > .btn-blue.dropdown-toggle:focus,
        .open > .btn-blue.dropdown-toggle:hover,
        .open > .btn-submit-login.dropdown-toggle.focus,
        .open > .btn-submit-login.dropdown-toggle:focus,
        .open > .btn-submit-login.dropdown-toggle:hover {
            color: #fff;
            background-color: #1d2d6f;
            border-color: #15204f;
        }

    .btn-blue.disabled,
    .btn-blue.disabled.active,
    .btn-blue.disabled.focus,
    .btn-blue.disabled:active,
    .btn-blue.disabled:focus,
    .btn-blue.disabled:hover,
    .btn-blue[disabled],
    .btn-blue[disabled].active,
    .btn-blue[disabled].focus,
    .btn-blue[disabled]:active,
    .btn-blue[disabled]:focus,
    .btn-blue[disabled]:hover,
    .btn-submit-login.disabled,
    .btn-submit-login.disabled.active,
    .btn-submit-login.disabled.focus,
    .btn-submit-login.disabled:active,
    .btn-submit-login.disabled:focus,
    .btn-submit-login.disabled:hover,
    .btn-submit-login[disabled],
    .btn-submit-login[disabled].active,
    .btn-submit-login[disabled].focus,
    .btn-submit-login[disabled]:active,
    .btn-submit-login[disabled]:focus,
    .btn-submit-login[disabled]:hover,
    fieldset[disabled] .btn-blue,
    fieldset[disabled] .btn-blue.active,
    fieldset[disabled] .btn-blue.focus,
    fieldset[disabled] .btn-blue:active,
    fieldset[disabled] .btn-blue:focus,
    fieldset[disabled] .btn-blue:hover,
    fieldset[disabled] .btn-submit-login,
    fieldset[disabled] .btn-submit-login.active,
    fieldset[disabled] .btn-submit-login.focus,
    fieldset[disabled] .btn-submit-login:active,
    fieldset[disabled] .btn-submit-login:focus,
    fieldset[disabled] .btn-submit-login:hover {
        background-color: #2f48b4;
        border-color: #2f48b4;
    }

    .btn-blue .badge,
    .btn-submit-login .badge {
        color: #2f48b4;
        background-color: #fff;
    }

.zoningOuterDiv {
    width: 350px;
}

.zoningInnerDiv .panel-body {
    padding: 0px;
}

.zoningOptionRow {
    height: 32px;
    margin: 0px 10px 0px 10px;
}

    .zoningOptionRow .form-group {
        margin-bottom: 0px;
    }

.zoningOptionToggleSpan {
    position: relative;
    left: 270px;
    top: -16px;
}

.smoothingOptionRow {
    height: 32px;
    margin: 10px 10px 0px 10px;
}

    .smoothingOptionRow .form-group {
        margin-bottom: 0px;
    }

.smoothingOptionToggleSpan {
    position: relative;
    left: 270px;
    top: -16px;
}

.v2ToggleSpan {
    position: relative;
    left: 135px;
    top: 0px;
}

.tools-slider {
    padding-bottom: 5em;
}

.metricsValueRow {
    height: 32px;
    margin: 10px 10px 0px 10px;
}

.vegetationIndexOptiondDropDownDiv {
    position: relative;
    top: -31px;
    left: 132px;
    width: 200px;
    height: 31px;
}

.vegetationIndexOptiondDropDownDivV2 {
    position: relative;
    top: -15px;
    right: 5px;
    width: 200px;
    height: 31px;
}

.comparisonOptionRow {
    height: 32px;
    margin: 10px 10px 0px 10px;
}

    .comparisonOptionRow .form-group {
        margin-bottom: 0px;
    }

.comparisonOptionToggleSpan {
    position: relative;
    left: 270px;
    top: -16px;
}

.parcelToggleOptionRow {
    height: 32px;
    margin: 10px 10px 0px 10px;
}

    .parcelToggleOptionRow .form-group {
        margin-bottom: 0px;
    }

.parcelToggleOptionToggleSpan {
    position: relative;
    left: 270px;
    top: -16px;
}

.chartDragHandler {
    display: block;
    cursor: ew-resize;
    border-radius: 100%;
    background-color: #2196F3;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
}

.movingLabel {
    display: block;
    cursor: ew-resize;
    color: #2196F3;
    background-color: transparent !important;
    position: absolute;
    top: -30px;
}

.histogramSliderRangeDiv {
    position: relative;
    line-height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 50px;
    height: 9px;
    background-color: 'transparent';
}

/*Places and layers widget */
.placesOuterDiv,
.layersOuterDiv,
.parcelsOuterDiv {
    width: 350px;
}

.placesInnerDiv .panel-body,
.layersInnerDiv .panel-body,
.parcelsInnerDiv .panel-body {
    padding: 0px;
    border: 0px;
}

.place-list-group, .layer-list-group {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}

.place-list-item, .layer-list-item {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding: 8px 11px;
    line-height: .75;
    border: 0;
    border-bottom: 2px solid #eee;
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: ease-in-out, width .35s ease-in-out;
    position: relative;
    display: block;
    margin-bottom: -1px;
}

.place-list-item-selected {
    background-color: #eee;
}

.place-list-item .place-list-item-selected {
    background-color: #eee;
}

.place-list-item:hover, .layer-list-item:hover {
    background-color: #eee !important;
}

.topPane {
    position: absolute;
    top: 12px;
    cursor: pointer;
    z-index: 10000;
}

#switchInformationPane {
    right: 60px;
}

#download-button {
    right: 96px;
}

.gift-button-round-outerborder {
    border-radius: 50%;
    border: 0.1rem solid black;
    background-color: black;
}

.gift-button-places {
    right: 166px;
}

.gift-button-main {
    right: 96px;
}

.goToPlaceGlobe {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.removePlaceGlobe {
    position: absolute;
    top: 12px;
    right: 40px;
    cursor: pointer;
    color: #AC373B;
}

.editPlaceGlobe {
    position: absolute;
    top: 12px;
    right: 70px;
    cursor: pointer;
}

.loadPlaceFade {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: 100;
    opacity: .50;
    filter: alpha(opacity=50);
}

.downloadPlacePdf {
    position: absolute;
    top: 12px;
    right: 50px;
    font-size: x-large;
    cursor: pointer;
    color: #282828;
    background-color: white;
    border-radius: 20px;
}

.container2Div {
    position: absolute;
    left: 40%;
    top: 30%;
    width: 60px;
    height: 60px;
}

.loadPlaceLoader {
    position: relative;
    left: -50%;
    top: -50%;
    border: 8px solid #f3f3f3; /* Light gray */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    z-index: 1002;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.list-group-title {
    width: 100%;
    color: #282828;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.1;
    display: block;
}

.list-group-paragraph {
    width: 100%;
    color: #282828;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.1;
    display: block;
    margin: 6px 0px 4px 0px;
}

.layer-selector {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #282828;
    border: solid 1px #dddddd;
}

    .layer-selector.selected {
        border: solid 5px #00bcd4;
    }

/* Time line widget */
.timelineOuterDiv {
    width: 350px;
}

.timelineInnerDiv .panel-body {
    padding: 0px;
}

/* Sidebar Place */
.sidebar-place, .sidebar-parcels {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    background-color: rgba(238, 238, 238, 0.95);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    color: rgba(238,238,238,.5);
}

.sidebar-place-closeBtn, .sidebar-parcels-closeBtn {
    position: absolute;
    top: -10px;
    right: 10px;
    color: #282828;
    font-size: 36px;
    z-index: 3;
}

    .sidebar-place-closeBtn:hover, .sidebar-parcels-closeBtn:hover {
        color: #bbbbbb;
    }

.sidebar-place-header, .sidebar-parcels-header {
    position: relative;
    width: 100%;
    background-size: 420px 230px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.sidebar-place-header-title {
    position: absolute;
    top: 125px;
    right: 0;
    left: 0;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    z-index: 3;
}

.sidebar-parcels-header-title {
    position: relative;
    top: 10px;
    right: 0;
    left: 0;
    color: #444444;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    z-index: 3;
    padding-bottom: 20px;
}

.sidebar-place-nav {
    height: 40px;
    background: #fff;
    border: 0;
}

.sidebar-place-content {
    padding: 8px;
    overflow-y: auto;
    background-color: white;
    margin: 15px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    color: #282828
}

.sidebar-parcels-content {
    padding: 8px;
    height: calc(100vh - 150px);
    overflow-y: auto;
    background-color: white;
    margin: 15px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    color: #282828
}

.nav-tabs.nav-justified > div > li {
    float: none;
}

.nav-tabs > div > li {
    margin-bottom: -1px;
}

.sidebar-place-nav > div {
    padding: 0px;
}

    .sidebar-place-nav > div > li > a {
        border: 0;
        text-align: center;
        display: block;
        padding: 10px 15px;
        font-size: 14px;
        color: #444;
        text-transform: uppercase;
        border-width: 0px !important;
        border-radius: 0 !important;
        line-height: 1.42857143;
    }

    .sidebar-place-nav > div > li.active > a {
        color: #00bcd4 !important;
        background: 0 0;
        border-width: 0px 0 2px !important;
        border-bottom-color: #00bcd4 !important;
        border-bottom-style: solid !important;
    }

.sidebar-place-details h2,
.sidebar-parcels-details h2 {
    margin-bottom: 8px;
    margin-top: 0px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #444444;
}

.text-muted {
    color: #a1a1a1;
    box-sizing: border-box;
}

/* Swipe */
.swipe-splited {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
}

.swipe-range {
    position: absolute;
    bottom: 8px;
    z-index: 3;
    width: 100vw;
    height: 48px;
    cursor: ew-resize;
}

.swipe-range-handler {
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    line-height: 1;
    color: #00bcd4;
    text-align: center;
    text-indent: 0px;
    background-color: #333333;
    border-radius: 48px;
    padding-top: 14px;
}

.swipe-position-indicator {
    position: fixed;
    top: 0px;
    width: 1px;
    height: 100vh;
    background-color: black;
}


/** Leaflet control loading */
.leaflet-control-loading:empty {
    /* Spinner via ajaxload.info, base64-encoded */
    background-image: url(data:image/gif;base64,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);
    background-repeat: no-repeat;
}

.leaflet-control-loading,
.leaflet-control-zoom a.leaflet-control-loading,
.leaflet-control-zoomslider a.leaflet-control-loading,
.leaflet-control-layer-container {
    display: none;
}

    .leaflet-control-loading.is-loading,
    .leaflet-control-zoom a.leaflet-control-loading.is-loading,
    .leaflet-control-zoomslider a.leaflet-control-loading.is-loading,
    .leaflet-control-layer-container.is-loading {
        display: block;
    }

/* Necessary for display consistency in Leaflet >= 0.6 */
.leaflet-bar-part-bottom {
    border-bottom: medium none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* DX CHART color fix, will make color more real */
.dxc-series > .dxc-elements {
    opacity: 1 !important;
}

/* SW Main Controls */
.swMainControls {
    width: 400px;
    position: fixed;
    top: 48px;
    left: 0px;
    height: 95%;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    z-index: 402;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}

    .swMainControls .panel-heading {
        background-color: #282828;
        color: white;
    }

    .swMainControls .panel-group {
        margin-bottom: 3px;
    }

.places-panel {
    padding: 5px 0px 0px 5px;
    pointer-events: all;
}

.map-control-button {
    width: 30px;
    height: 30px;
    background-color: #282828;
    cursor: pointer;
}

    .map-control-button span {
        padding: 3px 0px 0px 3px;
    }

/* Products widget */
.product-selector {
    position: absolute;
    top: -3px;
    left: 3px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #282828;
    border: solid 1px #dddddd;
}

    .product-selector.selected {
        border: solid 5px #00bcd4;
    }

.product-table {
    margin-bottom: 0px;
}

    .product-table td {
        padding: 2px !important;
        height: 35px;
        vertical-align: middle;
        border: 0px !important;
    }

.download-layer-data {
    position: absolute;
    top: -6px;
    left: -33px;
    cursor: pointer;
    margin-left: -5px !important;
}

.download-layer-data-button {
    padding: 3px 0px 0px 0px;
    border: 0px;
}

.proTL-previous, .proTL-next {
    cursor: pointer;
}

    .proTL-previous.disabled, .proTL-next.disabled {
        cursor: not-allowed;
        color: lightgray;
    }

/* Glyph icon sizes*/
.gi-1_5x {
    font-size: 1.5em;
}

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

/* Scroll bar */
::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 1);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 1);
}

.signup-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    max-width: 42rem;
    padding-bottom: 60px;
}

/* Added for pills like behavior */
.label.badge-pill {
    border-radius: 1em;
    padding-top: 3px;
    font-size: inherit;
}

/* Mobile AP button */
.main-button-container-position-places {
    right: 206px;
}

.main-button-container-position-home {
    right: 135px;
}

.main-button-container {
    position: absolute;
    top: 12px;
    /* flex container related */
    height: 33px;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(5, 148, 208, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 5px;
    flex-wrap: nowrap;
    z-index: 1000;
    cursor: pointer;
    /* Text elements style inside flex container */
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.mobile-screen {
    width: 15px;
    height: 18px;
}

/* Mapp Web Redirect button */

.redirect-mapp-button-container {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    /* Flex container */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    height: auto;
    border-radius: 30px;
    background: #edbe47;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    cursor: pointer;
    transition: all 0.3s ease;
}

    /* Hover effect */
    .redirect-mapp-button-container:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
        transform: translateX(-50%) scale(1.05);
    }
