/* new styles that replace some of the styles from main.css*/
@import url("//www.dewa.gov.ae/content/typography.en.css");

.icon-font:before {
    font-family: iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    font-weight: normal;
    font-style: normal;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-image {
    width: 19px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-car {
    background-image: url("../img/icons/Car.png");
}

.icon-carbonfoot {
    background-image: url("../img/icons/Carbon Emissions.png");
}

.icon-electricity {
    background-image: url("../img/icons/Electricity.png");
}

.icon-installedpower {
    background-image: url("../img/icons/Installed_Power.png");
}

.icon-instructions {
    background-image: url("../img/icons/Instructions.png");
}

.icon-carbonfoot {
    background-image: url("../img/icons/Carbon_Emissions.png");
}

.icon-layerlist {
    background-image: url("../img/icons/Map_Options.png");
}

.icon-money {
    background-image: url("../img/icons/Money.png");
}

.icon-solarpanel {
    background-image: url("../img/icons/Solar_Panel.png");
}

.icon-share {
    background-image: url("../img/icons/Share.png");
}

.icon-trees {
    background-image: url("../img/icons/Trees.png");
}

.icon-usablearea {
    background-image: url("../img/icons/Usable_Area.png");
}

.icon-water {
    background-image: url("../img/icons/Water.png");
}

.icon-flatRoof {
    background-image: url("../img/icons/Flat_Roof.png");
}

.icon-slopeRoof {
    background-image: url("../img/icons/Sloping_Roof.png");
}

.icon-time {
    background-image: url("../img/icons/Time.png");
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

html {
    font-size: 100%;
}

body {
    font-family: "FSTruman-Light", serif;
    color: #212121;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIUlEQVQYV2N88ODBfwYiACNIoYKCAiMhtaMK8YYQ0cEDADwtJ6phWBx+AAAAAElFTkSuQmCC);
    background-repeat: repeat;
    background-color: #efefef;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, button, input, label, button, textarea {
    font-family: "FSTruman-Light", serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

h1 {
    font-size: 1.25rem;
}

h2 {
    font-size: 1.125rem;
}

h3 {
    font-size: 1.0625rem;
}

p {
    font-size: 0.875rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ol, ul {
    font-size: 0.875rem;
}

a {
    color: #2b8729;
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

    table th, table td {
        padding: .25rem;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(left, transparent 0%, transparent, 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, transparent, 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent 100%);
}

a.link {
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem 2rem;
    text-align: center;
    cursor: pointer;
}

    a.link, a.link:hover, a.link:focus {
        color: #087B36 !important;
        font-weight: bold;
    }

        a.link:hover {
            text-decoration: underline;
        }

        a.link img {
            margin-right: 0.5rem;
        }

.rounded {
    border-radius: 8px;
}

.shadow-depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.3);
}

.hidden {
    display: none !important;
}

.content-scroller {
    height: 100%;
    width: 100%;
}

.app-message {
    cursor: default;
    position: fixed;
    bottom: 4rem;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    background: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: bottom ease 0.3s, opacity ease .3s;
    transition: bottom ease 0.3s, opacity ease .3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.3);
}

    .app-message.collapse {
        opacity: 0;
        bottom: -4rem;
    }

.button {
    border: 0;
    border-radius: 40px;
    -webkit-transition: box-shadow 0.3s,background-color 0.3s,color 0.3s;
    transition: box-shadow 0.3s,background-color 0.3s,color 0.3s;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    padding: 0.5rem 2rem;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
}

    .button:hover {
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.24);
    }

.button--next {
    padding-right: 54px;
}

    .button--next:before {
        font-family: iconfont;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
        font-weight: normal;
        font-style: normal;
        right: 18px;
        left: auto;
        position: absolute;
        font-size: 40px;
        width: 40px;
        height: 40px;
        font-weight: normal;
        top: -10px;
        content: "\e607";
    }

    .button--next:hover:before {
        -webkit-animation-name: hover_animation_right;
        animation-name: hover_animation_right;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
    }

.button--back {
    padding-left: 32px;
}

    .button--back:before {
        font-family: iconfont;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
        font-weight: normal;
        font-style: normal;
        content: "\e606";
        font-size: 32px;
        vertical-align: middle;
        line-height: 1;
        position: absolute;
        left: 0;
        top: -2px;
    }

.button--secondary {
    color: white;
    background-color: #ff0e49;
}

    .button--secondary:hover {
        background-color: #ff1d55;
    }

.button--tertiary {
    background: linear-gradient(to right, rgba(6,87,38,1), rgba(8,123,54,1));
    color: #fff;
}

    .button--tertiary:hover {
        background-color: #00b5ef;
    }

@-webkit-keyframes hover_animation_right {
    0% {
        right: 28px;
        left: initial;
        opacity: 0;
    }

    100% {
        right: 18px;
        left: initial;
        opacity: 1;
    }
}

@keyframes hover_animation_right {
    0% {
        right: 28px;
        left: initial;
        opacity: 0;
    }

    100% {
        right: 18px;
        left: initial;
        opacity: 1;
    }
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        background: #34b233;
        border: 0;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        background: #fff;
        border: 1px solid #34b233;
        border-radius: 99px;
        cursor: pointer;
        margin-top: -7px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #e0e0e0;
    }

.map-container,
#sceneViewDiv,
#mapViewDiv {
    height: 100%;
    width: 100%;
}

.map-container {
    position: relative;
}

#map2d,
#map3d {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

    #map2d.active,
    #map3d.active {
        visibility: visible;
    }

#mapComponents2D,
#mapComponents3D {
    display: none;
}

    #mapComponents2D.active,
    #mapComponents3D.active {
        display: block;
    }

.esri-locate{
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    color: #6d6e71;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: box-shadow 0.3s,background-color 0.3s,color 0.3s;
    transition: box-shadow 0.3s,background-color 0.3s,color 0.3s;
    border-radius: 8px;
    margin-bottom: 110px;
    margin-right: 75px;
}

.map-container .esri-widget-button,
.LocateButton .zoomLocateButton,
.esriSimpleSlider div {
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    color: #6d6e71;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: box-shadow 0.3s,background-color 0.3s,color 0.3s;
    transition: box-shadow 0.3s,background-color 0.3s,color 0.3s;
    border-radius: 8px;
}

    .map-container .esri-widget-button:hover,
    .LocateButton .zoomLocateButton:hover,
    .esriSimpleSlider div:hover {
        background-color: #f2f2f2;
        color: #2e2e2e;
    }

    .map-container .esri-widget-button:active,
    .LocateButton .zoomLocateButton:active,
    .esriSimpleSlider div:active {
        background-color: #e6e6e6;
        color: #191919;
    }

.map-components {
    position: absolute;
    right: 2.5rem;
    bottom: 6rem;
    z-index: 99;
}

    .map-components .esriSimpleSlider,
    .map-components .esri-zoom {
        float: right;
    }

    .map-components .LocateButton,
    .map-components .esri-locate {
        float: left;
        margin-top: 40px;
        margin-right: 0.5rem;
    }

    .map-components .esri-compass {
        position: absolute;
        top: -40px;
        right: 0;
        margin-top: -0.5rem;
        border-radius: 50%;
    }

    .map-components .account-locate {
        position: absolute;
        right: 80px;
        margin-right: 1rem;
        bottom: 28px;
    }

.esri-locate,
.esri-zoom,
.esri-compass {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.3);
}

.esri-zoom {
    border-radius: 8px;
    position: absolute;
    bottom: 110px;
    left: 50px;
}

    .esri-zoom .esri-widget--button:first-child {
        border-radius: 8px 8px 0 0;
        outline:unset;
        width: 40px;
        height: 40px;
    }

    .esri-zoom .esri-widget--button:last-child {
        border-radius: 0 0 8px 8px;
        border-top: 1px solid #bcbec0;
        outline:unset;
        width: 40px;
        height: 40px;
    }

.esri-compass {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 195px;
    left: 50px;
}

.esri-compass__icon {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../img/compass.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid rgba(50, 50, 50, 0.25);
}

    .esri-compass__icon:before {
        content: none;
    }

.LocateButton .zoomLocateButton,
.esriSimpleSlider {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.3);
}

.LocateButton .zoomLocateButton {
    line-height: 40px;
}

    .LocateButton .zoomLocateButton:before {
        font-family: 'CalciteWebCoreIcons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e630";
    }

    .LocateButton .zoomLocateButton.loading:before {
        display: inline-block;
        -webkit-animation: esri-anim-rotate 1250ms infinite linear;
        animation: esri-anim-rotate 1250ms infinite linear;
        content: "\e65e";
    }

.esriSimpleSlider {
    border: 0;
    background-color: transparent;
}

    .esriSimpleSlider > div {
        line-height: 40px;
    }

        .esriSimpleSlider > div > span {
            display: none;
        }

.esriSimpleSliderIncrementButton:before {
    font-family: 'CalciteWebCoreIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e620";
}

.esriSimpleSliderDecrementButton:before {
    font-family: 'CalciteWebCoreIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e621";
}

.esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #bcbec0;
}

.esriSimpleSliderVertical .esriSimpleSliderDecrementButton {
    border-radius: 0 0 8px 8px;
}

.map-2d .esri-compass {
    cursor: not-allowed;
}

    .map-2d .esri-compass:hover, .map-2d .esri-compass:active {
        background-color: #fff;
        color: #6d6e71;
    }

@-webkit-keyframes esri-anim-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes esri-anim-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    display: none;
}

.loading-overlay {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-overlay {
    z-index: 10000;
}

    .page-overlay .loading-message {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -42px;
    }

.loading-message {
    width: 100px;
    color: #939598;
    font-size: 0.875rem;
    text-align: center;
}

.show-loading .loading {
    display: block;
}

/* CUSTOM ONLY TO THIS APP */
.loading-images {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -210px;
    margin-left: -150px;
}

.loading-image--sun {
    margin-left: 32px;
}

    .loading-image--sun img {
        width: 42px;
    }

.loading-image--clouds {
    padding: 0;
    margin: 0;
    margin-bottom: 36px;
    list-style: none;
}

    .loading-image--clouds li {
        display: block;
        width: 80px;
        height: 16px;
        border: 1px solid #bcbec0;
        margin: 0 5px;
        border-radius: 10px;
        -webkit-animation: loading-move2 10s forwards;
        animation: loading-move2 10s forwards;
    }

        .loading-image--clouds li:nth-child(1) {
            margin-left: 85px;
        }

        .loading-image--clouds li:nth-child(2) {
            height: 12px;
            margin-top: 5px;
            margin-left: 180px;
            -webkit-animation-name: loading-move3;
            animation-name: loading-move3;
            -webkit-animation-duration: 15s;
            animation-duration: 15s;
        }

        .loading-image--clouds li:nth-child(3) {
            height: 10px;
            margin-top: 16px;
            margin-left: 15px;
        }

        .loading-image--clouds li:nth-child(4) {
            margin-left: 185px;
            width: 50px;
            height: 6px;
            -webkit-animation-name: loading-move1;
            animation-name: loading-move1;
        }

.loading-image--panels {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .loading-image--panels li {
        display: inline;
        margin: 0 5px;
        -webkit-animation: loading-fade 1s forwards;
        animation: loading-fade 1s forwards;
        opacity: 0;
    }

        .loading-image--panels li:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading-image--panels li:nth-child(2) {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .loading-image--panels li:nth-child(3) {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

    .loading-image--panels img {
        height: 48px;
    }

.loading-dots > * {
    width: 2px;
    height: 2px;
    margin-left: 3px;
    background: #939598;
    display: inline-block;
    -webkit-animation: loading-fade 1s infinite;
    animation: loading-fade 1s infinite;
}

    .loading-dots > *:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .loading-dots > *:nth-child(2) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .loading-dots > *:nth-child(3) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

.panel .loading-overlay {
    background-color: rgba(255, 255, 255, 0.85);
}

.panel .loading-inner {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.panel .loading-solarpanels {
    width: 42px;
    height: 42px;
    margin: 0 auto 0.5rem;
}

    .panel .loading-solarpanels > span {
        width: 12px;
        height: 12px;
        display: block;
        float: left;
        background-image: url("img/solar-cell.svg");
        margin: 1px;
        opacity: 0;
        -webkit-animation: loading-fade 3.6s infinite;
        animation: loading-fade 3.6s infinite;
    }

        .panel .loading-solarpanels > span:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .panel .loading-solarpanels > span:nth-child(2) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .panel .loading-solarpanels > span:nth-child(3) {
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

        .panel .loading-solarpanels > span:nth-child(4) {
            -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
        }

        .panel .loading-solarpanels > span:nth-child(5) {
            -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
        }

        .panel .loading-solarpanels > span:nth-child(6) {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        .panel .loading-solarpanels > span:nth-child(7) {
            -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
        }

        .panel .loading-solarpanels > span:nth-child(8) {
            -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s;
        }

        .panel .loading-solarpanels > span:nth-child(9) {
            -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
        }

@-webkit-keyframes loading-fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading-fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loading-move1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes loading-move1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-webkit-keyframes loading-move2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}

@keyframes loading-move2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}

@-webkit-keyframes loading-move3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes loading-move3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

.modal-outer,
.modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-outer {
    display: none;
    z-index: 1000;
}

    .modal-outer.show {
        display: block;
    }

.modal-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
    z-index: 1;
}

.modal {
    width: 300px;
    max-width: 960px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 2;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
}

#DEWALogo {
    position: absolute;
}

    #DEWALogo img {
        display: block;
        height: 48px;
    }

.map-2d #DEWALogo {
    right: 85px;
    bottom: 5px;
}

.map-3d #DEWALogo {
    right: 10px;
    bottom: 25px;
}

.modal-show .content-scroller > * {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.modal-show .about-page {
    -webkit-filter: none;
    filter: none;
}

.modal-show .about-page--inner {
    display: block;
    -webkit-animation: fade-in-from-top;
    animation: fade-in-from-top;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.modal-show .app-header,
.modal-show .legend-widget {
    display: none;
}

.modal-hide .about-page {
    background-color: rgba(255, 255, 255, 0);
}

.about-page--inner {
    width: 80%;
    max-height: 600px;
}

@media (max-width: 415px) {
    .about-page--inner header {
        background-size: 125px 50% !important;
    }
    /* .card-columns { */
    /* column-count: 1; */
    /* } */
}

@media (max-width: 1200px) {
    .about-page--inner {
        width: 90%;
    }
}

.about-page--inner header {
    height: 200px;
    background: #087B36;
    background-image: url(../img/clip-art_welcome.png);
    background-repeat: no-repeat;
    background-position: right 24px;
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 2.5rem 2rem 0;
    margin: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

    .about-page--inner header h1 {
        line-height: 2;
        font-size: 1.5rem;
    }

        .about-page--inner header h1 small {
            color: #fff;
            display: block;
            opacity: 0.65;
        }

    .about-page--inner header nav {
        width: 100%;
        font-size: 0.875rem;
        font-weight: normal;
        position: absolute;
        bottom: 0;
    }

        .about-page--inner header nav > a {
            font-weight: bold;
            min-width: 100px;
            display: inline-block;
            background-color: #0ca047;
            color: #fff;
            text-align: center;
            padding: 0.5rem 1rem;
            border-radius: 4px 4px 0 0;
            text-decoration: none;
        }

            .about-page--inner header nav > a.active, .about-page--inner header nav > a.active:hover {
                color: #087B36;
                background-color: #fff;
                cursor: default;
            }

            .about-page--inner header nav > a:hover {
                cursor: pointer;
                background-color: #78cd7a;
            }

            .about-page--inner header nav > a + a {
                margin: 2px;
            }

.about-page--inner footer {
    padding: 1.5rem 2rem;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .about-page--inner footer > a {
        color: white !important;
        background: linear-gradient(to right, rgba(6,87,38,1), rgba(8,123,54,1));
        min-width: 300px;
        padding: 0.5rem 1rem;
        text-align: left;
    }

        .about-page--inner footer > a:hover {
            cursor: pointer;
        }

    .about-page--inner footer > label {
        float: left;
        padding: 0.5rem 1rem;
        line-height: 1.5rem;
        color: #6d6e71;
    }

        .about-page--inner footer > label input {
            /* vertical-align: middle;  */
            margin: 2px;
        }

.about-page--panel {
    padding: 1.5rem 3rem 2rem;
    position: absolute;
    top: 200px;
    bottom: 90px;
    left: 0;
    right: 0;
    overflow: auto;
}

    .about-page--panel h1, .about-page--panel h3 {
        margin-top: 2rem;
    }

    .about-page--panel h4 {
        margin-top: 1.5rem;
    }

    .about-page--panel > section {
        display: none;
    }

        .about-page--panel > section.show {
            display: block;
        }

        .about-page--panel > section > h1:first-child, .about-page--panel > section h3:first-child {
            margin-top: 0;
        }

    .about-page--panel .color-ramp {
        display: block;
        width: 100px;
        height: 16px;
    }

    .about-page--panel .color-limited {
        background-color: #582800;
        border: 1px solid #441400;
    }

    .about-page--panel .color-moderate {
        background-color: #984901;
        border: 1px solid #843500;
    }

    .about-page--panel .color-good {
        background-color: #E38C13;
        border: 1px solid #CF7800;
    }

    .about-page--panel .color-verygood {
        background-color: #F9C434;
        border: 1px solid #E5B020;
    }

    .about-page--panel .color-excellent {
        background-color: #FFE244;
        border: 1px solid #EBCE30;
    }

#aboutModalToggle {
    position: absolute;
    right: 2.5rem;
    bottom: 8rem;
    margin-bottom: 120px;
}

    #aboutModalToggle .button {
        background: white;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.3);
        -webkit-transition: box-shadow 0.3s,background-color 0.3s,color 0.3s;
        transition: box-shadow 0.3s,background-color 0.3s,color 0.3s;
        border-radius: 8px;
    }

        #aboutModalToggle .button .icon {
            margin: 4px;
        }

.carousel {
    width: 800px;
    margin: 0 auto;
    position: relative;
    bottom: -1rem;
}

    .carousel img {
        width: 800px;
        float: left;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

@media (max-width: 1200px) {
    .carousel,
    .carousel img {
        width: 750px;
    }
}

.carousel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.carousel .carousel-images-outer {
    position: relative;
    margin-bottom: 1rem;
}

.carousel .carousel-images {
    width: 100%;
    overflow: hidden;
}

.carousel .carousel-rotator {
    position: relative;
    left: 0%;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .carousel .carousel-rotator:after {
        content: "";
        display: table;
        clear: both;
    }

.carousel .carousel-dots {
    text-align: center;
}

    .carousel .carousel-dots .carousel-dot {
        display: inline-block;
        padding: 5px;
        vertical-align: middle;
    }

        .carousel .carousel-dots .carousel-dot:before {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            border: 2px solid #bcbec0;
            border-radius: 50%;
            box-sizing: border-box;
            cursor: pointer;
        }

        .carousel .carousel-dots .carousel-dot.active:before {
            background-color: #bcbec0;
        }

.carousel .carousel-button {
    color: #6d6e71;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

    .carousel .carousel-button:before {
        font-family: iconfont;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
        font-weight: normal;
        font-style: normal;
        font-size: 40px;
        opacity: 0.75;
    }

    .carousel .carousel-button:hover:before {
        opacity: 1;
    }

.carousel .carousel-button--prev {
    left: -50px;
}

    .carousel .carousel-button--prev:before {
        content: "\e609";
    }

.carousel .carousel-button--next {
    right: -50px;
}

    .carousel .carousel-button--next:before {
        content: "\e60c";
    }

.app-header {
    width: 500px;
    max-height: 70px;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    padding: 0.75rem 0.75rem;
    z-index: 1;
}

    .app-header > * {
        display: inline-block;
    }

    .app-header > a {
        color: #6d6e71;
        font-size: 1rem;
        margin-left: 1.25rem;
        cursor: pointer;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

        .app-header > a:hover {
            color: #212121;
        }

.app-header--title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2;
}

.search {
    border-radius: 12px !important;
    min-width: 226px;
    max-width: 435px;
    height: 3.5rem;
    background-color: rgb(255 255 255 / 90%);
    color: #717173;
    position: absolute;
    top: 2.375rem;
    right: 2.5rem;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .search .button {
        width: 100%;
        line-height: 2.5rem;
        padding: 0.5rem;
        padding-right: 40px;
        text-align: center;
        border-radius: inherit;
    }

        .search .button:hover {
            box-shadow: none;
        }

        .search .button .icon {
            display: block;
            width: 40px;
            height: 2.5rem;
            margin: .5rem;
            font-size: 24px;
            line-height: 2.5rem;
            position: absolute;
            top: 0;
            right: 0;
        }

    .search.active {
        min-width: 300px;
    }

        .search.active .button {
            display: none;
        }

        .search.active .search-widget {
            display: block;
        }

.search-widget {
    display: none;
    padding: 0.5rem;
    background-color: #087B36;
    border-radius: 12px !important;
}

.esri-search {
    width: 100%;
    color: #fff;
    background-color: transparent;
}

    .esri-search .esri-search__input {
        padding: 0 .5rem;
    }

        .esri-search .esri-search__input:focus {
            outline: none;
            border-bottom: 1px solid #fff;
        }

    .esri-search .esri-widget-button {
        height: 2.5rem;
        width: 40px;
        background-color: transparent;
        border: 0;
        font-size: 16px;
        color: #fff;
        border-radius: 0;
    }

    .esri-search .esri-search__submit-button {
        font-size: 24px;
        background-color: green;
        color: white;
        border-radius: 0 12px 12px 0;
        height: 47px;
    }

        .esri-search .esri-search__submit-button .esri-icon-search {
            line-height: 2.5rem;
        }

    .esri-search .esri-menu {
        color: #6d6e71;
    }

    .esri-search .esri-search--multiple-sources .esri-search__sources-button {
        display: none;
    }

    .esri-search .esri-search__input::-webkit-input-placeholder {
        color: #fff;
    }

    .esri-search .esri-search__input::-moz-placeholder {
        color: #fff;
    }

    .esri-search .esri-search__input:-ms-input-placeholder {
        color: #fff;
    }

.arcgisSearch .searchGroup .searchInput {
    height: 2.5rem;
    width: 277px;
    padding: 0 .5rem;
    padding-right: 40px;
    color: #fff;
    background-color: #087B36;
    border: 0;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

    .arcgisSearch .searchGroup .searchInput:focus {
        outline: none;
        border-bottom: 1px solid #fff;
    }

.arcgisSearch .searchGroup .searchSubmit {
    float: right;
}

.arcgisSearch .searchBtn,
.arcgisSearch .searchClear,
.arcgisSearch .searchClose,
.arcgisSearch .searchSpinner {
    font-size: 16px;
    line-height: 2.5rem;
    color: #fff;
    height: 2.5rem;
    width: 40px;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-sizing: border-box;
}

    .arcgisSearch .searchBtn:hover, .arcgisSearch .searchBtn:focus {
        background-color: transparent;
    }

.arcgisSearch .searchClear {
    top: 0;
}

.arcgisSearch .searchClear,
.arcgisSearch .searchClose,
.arcgisSearch .searchSpinner {
    background-color: transparent;
}

.arcgisSearch .esri-icon-search {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 2.5rem;
}

.arcgisSearch .searchGroup .searchInput::-webkit-input-placeholder {
    color: #fff;
}

.arcgisSearch .searchGroup .searchInput::-moz-placeholder {
    color: #fff;
}

.arcgisSearch .searchGroup .searchInput:-ms-input-placeholder {
    color: #fff;
}

.layerlist-widget {
    height: 128px;
    width: 226px;
    height: 3rem;
    margin-top: 68px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    right: 2.5rem;
    top: 2.375rem;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px !important;
}

    .layerlist-widget > .button {
        width: 100%;
        display: block;
        background-color: #fff;
        font-weight: normal;
        line-height: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: inherit;
        box-shadow: none;
        border-radius: 10px !important;
    }

        .layerlist-widget > .button:focus {
            outline: none;
        }

        .layerlist-widget > .button .icon-image {
            float: left;
            margin-left: 0;
            margin-right: -32px;
        }

        .layerlist-widget > .button:before {
            font-family: iconfont;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            speak: none;
            font-weight: normal;
            font-style: normal;
            right: 0;
            left: auto;
            position: absolute;
            font-size: 40px;
            width: 40px;
            height: 40px;
            font-weight: normal;
            content: "\e604";
            color: #bcbec0;
        }

    .layerlist-widget .layer-list {
        display: none;
        overflow: auto;
    }

.expanded.layerlist-widget {
    height: 20rem;
}

.expanded > .button {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .expanded > .button:before {
        content: "\e605";
    }

.expanded .layer-list {
    display: block;
    height: 17rem;
    padding-left: 2rem;
    padding-top: 0.5rem;
}

.esriLayerList .esriContainer {
    background-color: #fff;
    color: #6d6e71;
    border: 0;
}

.esriLayerList .esriLayer {
    width: 135px;
    display: inline-block;
    vertical-align: top;
}

.esriLayerList .esriTitleContainer {
    border-top: 0;
}

.esriLayerList .esriCheckbox {
    margin: 4px;
}

.esriLayerList .esriTitle {
    font-size: .75rem;
}

.esriLayerList .esriLabel {
    font-weight: 400;
    padding: 4px 0 4px 24px;
}

.draw-area-button {
    background: #0079C1;
    width: 200px;
    margin-right: 5rem;
    position: absolute;
    right: 120px;
    bottom: -100%;
    z-index: 99;
    -webkit-transition: bottom ease .2s;
    transition: bottom ease .2s;
    opacity: 0;
}

    .draw-area-button:disabled {
        cursor: default;
        pointer-events: none;
    }

    .draw-area-button .icon {
        height: 24px;
        font-size: 24px;
        line-height: 1;
        margin-left: -24px;
        margin-right: 0.75rem;
    }

        .draw-area-button .icon:before {
            content: "\e645";
        }

    .draw-area-button.show {
        bottom: 0%;
        margin-bottom: 6rem;
        opacity: 1;
    }

.drawArea_Switch-button {
    top: 0px;
    bottom: unset;
    opacity: 1;
}

    .drawArea_Switch-button:hover {
        background-color: #00b5ef;
    }

.map .tooltip {
    width: auto;
    opacity: 1;
    background-color: #212121;
    color: #fff;
    border: 0;
    padding: .5rem 1rem;
    font-family: inherit;
    border-radius: 0;
    background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 100%);
    background-size: 20px 20px;
    -webkit-animation: progress-stripes-animated;
    animation: progress-stripes-animated;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes progress-stripes-animated {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -20px;
    }
}

@keyframes progress-stripes-animated {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -20px;
    }
}

.panel-layer path {
    stroke: #d3ecff;
    stroke-width: 1px;
    stroke-opacity: 1;
    fill: #00A9E0;
    fill-opacity: 1;
}

    .panel-layer path[data-suitability="sc0"][data-active="true"] {
        stroke: #9f9f9f;
        stroke-width: 1px;
        fill: #D2D2D2;
        stroke-opacity: 1;
        fill-opacity: 1;
    }

    .panel-layer path[data-suitability="sc1"][data-active="true"] {
        stroke: #3f1c00;
        stroke-width: 1px;
        fill: #582800;
        stroke-opacity: 1;
        fill-opacity: 1;
    }

    .panel-layer path[data-suitability="sc2"][data-active="true"] {
        stroke: #653101;
        stroke-width: 1px;
        fill: #984901;
        stroke-opacity: 1;
        fill-opacity: 1;
    }

    .panel-layer path[data-suitability="sc3"][data-active="true"] {
        stroke: #85520b;
        stroke-width: 1px;
        fill: #E38C13;
        stroke-opacity: 1;
        fill-opacity: 1;
    }

    .panel-layer path[data-suitability="sc4"][data-active="true"] {
        stroke: #a97d05;
        stroke-width: 1px;
        fill: #F9C434;
        stroke-opacity: 1;
        fill-opacity: 1;
    }

    .panel-layer path[data-suitability="sc5"][data-active="true"] {
        stroke: #c4a500;
        stroke-width: 1px;
        fill: #FFE244;
        stroke-opacity: 1;
        fill-opacity: 1;
    }

    .panel-layer path[data-suitability="sc0"][data-active="false"] {
        stroke: #b9b9b9;
        stroke-width: 1px;
        fill: #D2D2D2;
        stroke-opacity: 0.3;
        fill-opacity: 0.3;
    }

    .panel-layer path[data-suitability="sc1"][data-active="false"] {
        stroke: #3f1c00;
        stroke-width: 1px;
        fill: #582800;
        stroke-opacity: 0.3;
        fill-opacity: 0.3;
    }

    .panel-layer path[data-suitability="sc2"][data-active="false"] {
        stroke: #7f3d01;
        stroke-width: 1px;
        fill: #984901;
        stroke-opacity: 0.3;
        fill-opacity: 0.3;
    }

    .panel-layer path[data-suitability="sc3"][data-active="false"] {
        stroke: #cb7d11;
        stroke-width: 1px;
        fill: #E38C13;
        stroke-opacity: 0.3;
        fill-opacity: 0.3;
    }

    .panel-layer path[data-suitability="sc4"][data-active="false"] {
        stroke: #f8bd1b;
        stroke-width: 1px;
        fill: #F9C434;
        stroke-opacity: 0.3;
        fill-opacity: 0.3;
    }

    .panel-layer path[data-suitability="sc5"][data-active="false"] {
        stroke: #ffde2b;
        stroke-width: 1px;
        fill: #FFE244;
        stroke-opacity: 0.3;
        fill-opacity: 0.3;
    }

.roof-boundary-layer path {
    stroke: #fc7019;
    stroke-width: 3pt;
    fill: #ffff00;
    stroke-opacity: 1;
    fill-opacity: 0;
}

.highlight-layer path {
    stroke: #fc7019;
    stroke-width: 3pt;
    fill: #fc7019;
    stroke-opacity: 1;
    fill-opacity: 0;
}

.legend-layer span[data-suitability="sc0"] {
    border-color: #A2A2A2;
    border-width: 1px;
    background-color: #D2D2D2;
}

.legend-layer span[data-suitability="sc1"] {
    border-color: #441400;
    border-width: 1px;
    background-color: #582800;
}

.legend-layer span[data-suitability="sc2"] {
    border-color: #843500;
    border-width: 1px;
    background-color: #984901;
}

.legend-layer span[data-suitability="sc3"] {
    border-color: #CF7800;
    border-width: 1px;
    background-color: #E38C13;
}

.legend-layer span[data-suitability="sc4"] {
    border-color: #E5B020;
    border-width: 1px;
    background-color: #F9C434;
}

.legend-layer span[data-suitability="sc5"] {
    border-color: #EBCE30;
    border-width: 1px;
    background-color: #FFE244;
}

.side-panel {
    display: none;
    width: 340px;
    position: absolute;
    z-index: 101;
    top: 2.375rem;
    left: 1rem;
    -webkit-transition: width ease .2s;
    transition: width ease .2s;
}

    .side-panel.show {
        display: block;
        -webkit-animation-name: slide-in-from-left;
        animation-name: slide-in-from-left;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

    .side-panel h1, .side-panel h2 {
        margin: 0;
    }

    .side-panel h2 {
        font-size: 1rem;
    }

    .side-panel .loading-overlay {
        top: 60px;
    }

        .side-panel .loading-overlay.rounded {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .side-panel.show-loading .side-panel__nav,
    .side-panel.show-loading .side-panel__content {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

.side-panel__inner {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 90vh;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: inherit;
}

.side-panel__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    height: auto;
    position: relative;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.side-panel__header {
    background-color: #087B36;
    color: #fff;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

    .side-panel__header h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.75rem 1rem 0.5rem;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.5;
        word-break: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: capitalize;
    }

        .side-panel__header h1 .header-inner {
            display: inline-block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-right: 1rem;
        }

    .side-panel__header .icon-close {
        display: none;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 1;
        padding: 1.25rem;
    }

        .side-panel__header .icon-close:before {
            content: "\e608";
        }

.side-panel__nav {
    background-color: #F2F2F7;
    padding: 0.5rem;
    text-transform: uppercase;
    text-align: center;
}

    .side-panel__nav:after {
        content: "";
        display: table;
        clear: both;
    }

    .side-panel__nav a {
        color: #fff;
    }

        .side-panel__nav a:hover, .side-panel__nav a:focus {
            text-decoration: none;
        }

    .side-panel__nav > a {
        float: left;
        display: block;
        width: 50%;
        letter-spacing: 1px;
        font-weight: bold;
        color: rgb(185 180 180);
        -webkit-transition: color 150ms ease;
        transition: color 150ms ease;
    }

        .side-panel__nav > a:hover, .side-panel__nav > a.active {
            color: #087B36;
        }

        .side-panel__nav > a svg {
            display: inline-block;
            vertical-align: middle;
            fill: #fff;
            height: 20px;
            width: 20px;
            margin-right: 0.25rem;
        }

        .side-panel__nav > a.updated {
            position: relative;
        }

            .side-panel__nav > a.updated:after {
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                background-color: #E10E49;
                border-radius: 50%;
                position: absolute;
                right: 0;
                top: 8px;
                -webkit-animation-name: grow;
                animation-name: grow;
                -webkit-animation-duration: .3s;
                animation-duration: .3s;
            }

.side-panel__page {
    display: none !important;
}

    .side-panel__page.active {
        display: block !important;
    }

.dijitTooltipContainer a {
    color: #9ce29c;
}

@-webkit-keyframes slide-in-from-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes slide-in-from-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-from-bottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes slide-in-from-bottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.dj_ie .side-panel__inner {
    display: block;
}

.dj_ie .side-panel__content {
    height: calc(90vh - 96px);
}

.form-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

    .form-widget .side-panel__nav {
        background-color: transparent;
        text-align: center;
        padding-top: 1rem;
        text-transform: none;
    }

        .form-widget .side-panel__nav > a {
            display: inline-block;
            width: 37%;
            line-height: 1.5rem;
            text-decoration: none;
            text-align: center;
            background-color: #e9e9e9;
            font-size: smaller;
            border-radius: 5px;
            opacity: 1;
            margin-left: 27px;
        }

            .form-widget .side-panel__nav > a.active {
                color: #fff;
                background-color: #087B36;
            }

.panel-config-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow-y: auto;
}

    .panel-config-form > section {
        display: none;
    }

        .panel-config-form > section.active {
            display: block;
        }

.form-header {
    line-height: 2rem;
    padding: 0 0 .5rem;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .form-header:after {
        content: "";
        display: table;
        clear: both;
    }

    .form-header h2 {
        display: block;
        font-size: 0.875rem;
        font-family: -webkit-body;
        color: #717173;
        font-weight: bold;
    }

    .form-header p {
        margin: 0;
        line-height: 1.25;
        color: #939598;
    }

.form-section {
    padding: 0.75rem 1.25rem;
}

    .form-section label {
        /* font-size: 14px;  */
    }

    .form-section .toggle-button {
        margin-bottom: 0.5rem;
    }

.form-component {
    padding: 0.5rem;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #6d6e71;
}

.form-component__title {
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 1rem;
    position: relative;
}

    .form-component__title .help-button {
        position: absolute;
        right: 0;
    }

.form-component__summary {
    color: #00a9e0;
    position: relative;
    bottom: -20px;
    /* line-height: 1; */
    /* margin: 0.25rem 0 0.75rem; */
}

    .form-component__summary > * {
        display: inline-block;
        vertical-align: middle;
    }

    .form-component__summary .dijit {
        width: 70px;
    }

.form-component__value {
    font-size: 1.75em;
    float: right;
    color: black;
    font-weight: bold;
}

.form-component__unit {
    color: black;
    font-size: x-small;
    font-weight: normal;
}

.btn[type="submit"] {
    width: 100%;
}

.help-button {
    display: inline-block;
    background-image: url(../img/help.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: default;
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 2px;
}

    .help-button:hover {
        opacity: 0.5;
    }

.overall-config label {
    display: block;
    margin-bottom: 0.5rem;
}

.overall-config .overall-config--inputs {
    padding: 0 .5rem;
    text-align: center;
}

.overall-config .help-button {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.overall-config .dijitTextBox {
    width: 100px;
    border-color: #eee;
    border-radius: 4px;
    margin-right: .5rem;
    text-align: center;
}

    .overall-config .dijitTextBox .dijitInputField {
        font-size: 1rem;
        color: #34b233;
        padding: 0.25rem 0.5rem;
    }

    .overall-config .dijitTextBox .dijitInputInner {
        height: auto;
    }

.overall-config .dijitSlider {
    margin-top: 1rem;
}

    .overall-config .dijitSlider .dijitSliderProgressBarH,
    .overall-config .dijitSlider .dijitSliderLeftBumper,
    .overall-config .dijitSlider .dijitSliderImageHandle {
        background-color: #ff0e49;
    }

.solar-panel-configs .dijitSpinner {
    width: 80px;
}

.solar-panel-configs .form-component__title {
    margin-bottom: 0.5rem;
}

.solar-panel-configs .form-component__summary {
    padding-left: 0;
    text-align: center;
}

.solar-panel-config .form-component__value {
    color: #00a9e0;
    display: block;
    text-align: center;
    font-size: 1rem;
}

.solar-panel-config__preview {
    height: 80px;
    position: relative;
    margin-bottom: 1rem;
}

.solar-panel__image {
    display: block;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.solar-panel__image_panel {
    border: 1px solid #fff;
    width: 48px;
}

.solar-panel__image_cardinal-dir {
    width: 100px;
}

.solar-panel__image_flat {
    width: 60px;
    height: auto;
    z-index: 1;
}

.solar-panel__image_arc {
    width: 60px;
}

.solar-panel-config--orientation .solar-panel-config__preview {
    height: 100px;
}

.solar-panel-config--orientation .solar-panel__image_panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
}

.solar-panel-config--angle .solar-panel-config__preview {
    height: 60px;
}

    .solar-panel-config--angle .solar-panel-config__preview:after {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background-color: #bcbec0;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -50px;
    }

    .solar-panel-config--angle .solar-panel-config__preview .solar-panel__image_flat {
        position: absolute;
        bottom: 1px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .solar-panel-config--angle .solar-panel-config__preview .solar-panel__image_arc {
        position: absolute;
        left: 50%;
        bottom: -2px;
        margin-left: -30px;
    }

    .solar-panel-config--angle .solar-panel-config__preview .solar-panel__image_sun {
        height: 30px;
        position: absolute;
        z-index: 50;
        left: 20%;
        top: 10%;
        box-shadow: none;
    }

.solar-panel-config--spacing .solar-panel-config__preview {
    overflow: hidden;
}

.solar-panel-config--spacing .solar-panel__image {
    position: relative;
    z-index: 2;
}

    .solar-panel-config--spacing .solar-panel__image:first-child {
        margin-top: 10px;
    }

.solar-panel-config--spacing .solar-panel__image_gap {
    background-color: #f4f4f4;
    height: 0;
    width: 48px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .solar-panel-config--spacing .solar-panel__image_gap.show-arrow {
        background-image: url(../img/arrow-bg.svg);
        background-size: 20px;
        background-repeat: repeat-y;
        background-position: center center;
    }

        .solar-panel-config--spacing .solar-panel__image_gap.show-arrow:before, .solar-panel-config--spacing .solar-panel__image_gap.show-arrow:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../img/arrow-up.svg);
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: top center;
        }

        .solar-panel-config--spacing .solar-panel__image_gap.show-arrow:after {
            background-image: url(../img/arrow-down.svg);
            background-position: bottom center;
        }

.calcite .dijitTextBox.dijitFocused {
    border-color: #34b233;
}

.calcite .dijitSpinner {
    border: 0;
    background: transparent;
}

    .calcite .dijitSpinner .dijitInputField {
        text-align: center;
        border-bottom: 1px solid #bcbec0;
    }

    .calcite .dijitSpinner .dijitArrowButton {
        border: 0;
        color: #34b233;
    }

    .calcite .dijitSpinner.dijitFocused .dijitInputField {
        border-bottom-color: #34b233;
    }

    .calcite .dijitSpinner .dijitButtonNode:hover, .calcite .dijitSpinner .dijitButtonNode:active {
        color: #008542;
        background-color: transparent;
    }

    .calcite .dijitSpinner.dijitError .dijitValidationContainer {
        display: none;
    }

    .calcite .dijitSpinner.dijitError .dijitInputField {
        color: #ff0e49;
        border-bottom-color: #ff0e49;
    }

.calcite .dijitSliderBarContainerH {
    padding: 10px 0;
}

.calcite .dijitSliderBarH,
.calcite .dijitSliderBumperH {
    height: 1px;
}

.calcite .dijitSlider .dijitSliderProgressBarH,
.calcite .dijitSlider .dijitSliderLeftBumper {
    background-color: #087B36;
}

.calcite .dijitSliderImageHandle {
    width: 15px;
    height: 15px;
    background-color: #087B36;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

    .calcite .dijitSliderImageHandle:after {
        content: none;
    }

.calcite .dijitSliderImageHandleH {
    top: -7px;
}

.suitability-score {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    background-image: url("../img/gauge/gauge_bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.suitability-score--number {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
}

.suitability-gauge {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.suitability-gauge__value_5 {
    background-image: url("../img/gauge/gauge_value_5.svg");
}

.suitability-gauge__value_4 {
    background-image: url("../img/gauge/gauge_value_4.svg");
}

.suitability-gauge__value_3 {
    background-image: url("../img/gauge/gauge_value_3.svg");
}

.suitability-gauge__value_2 {
    background-image: url("../img/gauge/gauge_value_2.svg");
}

.suitability-gauge__value_1 {
    background-image: url("../img/gauge/gauge_value_1.svg");
}

.dashboard-cards {
    padding: 0.75rem 1.25rem;
}

.dashboard-component-col {
    width: 100%;
}

.dashboard-component {
    padding: 0.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #6d6e71;
    position: relative;
}

    .dashboard-component h3 {
        margin: 0;
        font-weight: 500;
        font-size: 1em;
        text-transform: capitalize;
    }

    .dashboard-component .toggle-button {
        font-size: 0.75rem;
        margin: -0.75rem -0.5rem 1rem;
    }

    .dashboard-component .icon-image {
        margin-top: -10px;
    }

.dashboard-component__title {
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 1rem;
    position: relative;
}

    .dashboard-component__title .help-button {
        position: absolute;
        right: -0.75rem;
    }

.dashboard-component__summary {
    padding-left: 56px;
    line-height: 1;
}

    .dashboard-component__summary + .dashboard-component__summary {
        margin-top: 0.5rem;
    }

    .dashboard-component__summary img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -6px;
        left: -8px;
    }

.dashboard-component__value {
    font-size: 1.75em;
    color: #00a9e0;
}

.dashboard-component__unit {
    margin-left: 4px;
    color: #00a9e0;
    font-size: 0.875rem;
    font-weight: 100;
}

.dashboard-component__secondary {
    display: block;
    color: #6d6e71;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.summary .dashboard-component {
    border-bottom: 1px solid #e0e0e0;
}

.summary .dashboard-component__summary + .dashboard-component__summary .dashboard-component__value {
    font-size: 1rem;
    margin-left: 4px;
}

.dashboard-component-col.link {
    cursor: pointer;
}

.toggle-button {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

    .toggle-button a {
        /* display: inline-block; */
        /* width: 40%; */
        /* color: #6d6e71; */
        /* line-height: 1.5rem; */
        /* text-decoration: none; */
        /* text-align: center; */
        /* background-color: #e9e9e9; */
        /* color: #6d6e71; */
        /* font-size: smaller; */
        /* margin: 0px 0.85rem 10px; */
        /* border-radius: 5px; */
        /* opacity: 1; */
        /* font-weight: bold; */
    }

        .toggle-button a.active {
            color: #fff;
            background-color: #087B36;
        }


.monthly-value {
    display: none;
}

.show-monthly-values .annual-value {
    display: none;
}

.show-monthly-values .monthly-value {
    display: inline;
}

.button--gosolar {
    display: block;
    width: 50%;
    margin: 1.5rem auto 0.5rem;
}

    .button--gosolar:hover {
        color: white;
    }

a.sns-toggle {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.sns-container {
    position: relative;
}

.sns-buttons {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
}

.expanded .sns-buttons {
    display: block;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.expanded .sns-toggle {
    width: 50%;
}

.sns-button {
    width: 32px;
    height: 32px;
    float: left;
    background-color: #00a9e0;
    border-radius: 50%;
    color: inherit;
    font-size: 12px;
}

    .sns-button.button {
        padding: 0;
    }

    .sns-button + .sns-button {
        margin-left: 0.75rem;
    }

.sns-icon {
    display: inline-block;
    vertical-align: middle;
}

    .sns-icon svg {
        fill: #fff;
        margin: 8px;
    }

.sns-facebook {
    background-color: #3b5998;
}

    .sns-facebook:hover {
        background-color: #3f5fa3;
    }

.sns-twitter {
    background-color: #00aced;
}

    .sns-twitter:hover {
        background-color: #00b7fc;
    }

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* vsibility of customer data is set through bootstrap hidden class */
/*.customer-data {
  display: none;
}*/
/* ANIMATIONS */
.fade-in-from-top {
    -webkit-animation: fade-in-from-top;
    animation: fade-in-from-top;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in-from-top {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: .2;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-from-top {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: .2;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-out-to-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: .2;
    }
}

@keyframes fade-out-to-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: .2;
    }
}

@-webkit-keyframes fade-out-to-bottom {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: .2;
    }
}

@keyframes fade-out-to-bottom {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: .2;
    }
}

.calcite-panels .panel-toggle {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

@media screen and (max-width: 800px) {
    html {
        font-size: 75%;
    }

    body {
        width: 100%;
        height: 100%;
        overflow: hidden;
        -ms-touch-action: none;
        touch-action: none;
    }

    input[type=range]::-webkit-slider-thumb {
        height: 25px;
        width: 25px;
        margin-top: -12.5px;
    }

    .content-scroller {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .content-scroller::-webkit-scrollbar {
            display: none;
        }

    .calcite .dijitSliderImageHandle {
        width: 20px;
        height: 20px;
    }

    .calcite .dijitSliderImageHandleH {
        top: -10px;
    }

    .calcite .dijitTooltip.dijitTooltipLeft {
        margin-left: 0;
    }

    .calcite .dijitTooltip .dijitTooltipContainer {
        max-width: 80vw;
    }

    .button--next {
        padding-right: 44px;
    }

        .button--next:before {
            font-size: 32px;
            width: 32px;
            height: 32px;
            top: -9px;
        }

    .toggle-button a {
        //line-height: 2rem;
    }

    .map-container {
        position: fixed;
    }

    .map-components {
        bottom: 10rem;
        right: 1rem;
    }

        .map-components .LocateButton,
        .map-components .esri-locate {
            margin: 0;
        }

        .map-components .account-locate {
            right: 0;
            top: 40px;
            margin-top: 1rem;
        }

    .map-2d .esri-compass {
        display: none;
    }

    .layerlist-widget {
        width: auto;
        height: 3.5rem;
        right: 1rem;
        top: 1rem;
        margin-top: 42px;
    }

        .layerlist-widget > .button {
            padding: 0.75rem;
        }

            .layerlist-widget > .button:before {
                content: none;
                left: 0;
                right: auto;
            }

            .layerlist-widget > .button .icon-image {
                float: right;
                width: 24px;
                height: 24px;
                margin-right: 0;
                background-size: 24px;
            }

        .layerlist-widget .button--caption {
            display: none;
        }

        .layerlist-widget.expanded {
            left: 1rem;
        }

            .layerlist-widget.expanded > .button:before {
                content: "\e608";
                font-size: 24px;
            }

            .layerlist-widget.expanded .button--caption {
                display: inline;
                float: right;
                margin: 0 1.25rem;
            }

    .esriSimpleSlider {
        display: none;
    }

    .draw-area-button {
        width: 80px;
        left: 0;
        bottom: 0;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

        .draw-area-button.show {
            margin-bottom: 1rem;
        }

        .draw-area-button .icon {
            margin: 0;
        }

        .draw-area-button .button--caption {
            display: none;
        }

    .side-panel {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }

        .side-panel.show {
            -webkit-animation-name: slide-in-from-bottom;
            animation-name: slide-in-from-bottom;
        }

        .side-panel .loading-overlay {
            top: 55px;
        }

        .side-panel .loading-inner {
            top: 20%;
        }

    .side-panel__inner {
        max-height: none;
    }

    .side-panel__header h1 {
        display: inherit;
        text-align: center;
    }

        .side-panel__header h1 > * {
            display: inline-block;
            vertical-align: middle;
        }

    .side-panel__header .icon-close {
        display: block;
    }

    .side-panel__nav > a.updated:after {
        right: 32px;
    }

    .side-panel-show .search {
        display: none;
    }

    .side-panel-show #mapViewDiv_DEWA_Solar_Calculator_5_15_cm_Imagery_2008 {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.8;
    }

    .side-panel-show .layerlist-widget,
    .side-panel-show .draw-area-button,
    .side-panel-show .map-components {
        bottom: 55%;
    }

    .side-panel-show .esriControlsBR {
        margin-bottom: 5px;
    }

    .side-panel-show .map-components,
    .side-panel-show .layerlist-widget {
        display: none;
    }

    .side-panel-show .side-panel {
        top: 45%;
    }

    .search {
        max-width: none;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 0;
    }

        .search.active {
            min-width: 226px;
        }

        .search .button .icon {
            font-size: 18px;
        }

    .arcgisSearch .searchAnimate:after,
    .arcgisSearch .searchInputGroup:after {
        content: "";
        display: table;
        clear: both;
    }

    .arcgisSearch .searchAnimate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .arcgisSearch .searchAnimate .searchInputGroup {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .arcgisSearch .searchInputGroup {
        float: none;
    }

    .arcgisSearch .searchExpandContainer {
        position: absolute;
        left: 0;
        right: 40px;
    }

    .arcgisSearch .searchGroup .searchInput {
        width: 100%;
    }

    .arcgisSearch .esri-icon-search {
        font-size: 18px;
    }

    .dashboard-component {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

        .dashboard-component > * {
            width: 50%;
            float: left;
        }

        .dashboard-component:after {
            content: "";
            display: table;
            clear: both;
        }

        .dashboard-component .icon {
            position: absolute;
            left: 1rem;
            top: 50%;
            margin-top: -16px;
        }

        .dashboard-component .icon-image {
            margin-left: 0;
        }

    .dashboard-component__title {
        font-size: 1rem;
        margin-bottom: 0;
        padding-left: 40px;
    }

        .dashboard-component__title .help-button {
            right: -1.25rem;
        }

    .dashboard-component__unit {
        font-size: 1rem;
    }

    .button--gosolar {
        width: 50%;
    }

    .form-header h2 {
        font-size: 1.25rem;
    }

    .form-component {
        padding: 1rem 0;
    }

        .form-component .dijitSlider,
        .form-component input[type="range"] {
            margin: 0 1rem;
        }

        .form-component input[type="range"] {
            width: 90%;
            margin: 0 5%;
        }

    .form-component-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-bottom: 1rem;
    }

        .form-component-inner > * {
            width: 50%;
        }

        .form-component-inner .icon {
            position: absolute;
            left: 1rem;
            top: 50%;
            margin-top: 20px;
            margin-top: -16px;
        }

        .form-component-inner .icon-image {
            margin-left: 0;
        }

    label.form-component__title {
        margin-bottom: 0;
        font-size: 1rem;
        position: static;
    }

    .form-component__summary {
        margin: 0;
    }

    .form-component__value {
        font-size: 1.5rem;
    }

    .solar-panel-configs .form-component__title {
        padding-left: 2rem;
        margin-bottom: 0;
    }

    .solar-panel-configs .form-header {
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .solar-panel-config .form-component__value {
        font-size: 1.5rem;
    }

    .solar-panel-config .solar-panel-config__preview {
        width: 100%;
        position: absolute;
        left: 0;
        top: 30px;
    }

    .solar-panel-config .dijitSlider,
    .solar-panel-config input[type="range"] {
        margin-top: 90px;
    }

    /* .solar-panel-config--orientation .dijitSlider,
    .solar-panel-config--orientation input[type="range"] {
        margin-top: 120px; 
    }*/

    .solar-panel-config--angle .solar-panel-config__preview .solar-panel__image_sun {
        left: 35%;
    }

    .carousel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        background: #212121;
        width: 100%;
    }

        .carousel img {
            width: 70vw;
            margin: 10px 15vw;
        }

        .carousel > h2 {
            margin: 0;
            padding: 10px;
            color: #fff;
            line-height: 20px;
            text-align: center;
        }

            .carousel > h2 .close-button {
                float: right;
                font-size: 16px;
                padding: 2px;
            }

        .carousel .carousel-images-outer {
            height: calc(100% - 40px);
            position: static;
        }

        .carousel .carousel-images {
            height: 100%;
        }

        .carousel .carousel-dots {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px 50px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .carousel .carousel-button {
            top: auto;
            bottom: 0;
            color: #fff;
            z-index: 1;
        }

        .carousel .carousel-button--prev {
            left: 0;
        }

        .carousel .carousel-button--next {
            right: 0;
        }
}

.dj_ie9 input::-ms-clear {
    display: none;
}

.dj_ie9 .loading-image--panels li {
    opacity: 1;
}

.dj_ie9 .about-page--inner header {
    background-image: url(../img/clip-art_welcome.png);
}

.dj_ie9 .about-page--inner footer > label input {
    vertical-align: bottom;
}

.dj_ie9 .map-2d .esri-compass {
    padding: 4px;
}

.dj_ie9 .suitability-score {
    display: inline-block;
    vertical-align: middle;
}

.dj_ie9 .side-panel {
    width: 240px;
}

.dj_ie9 .side-panel__header h1 .header-inner {
    min-width: 140px;
    text-align: center;
}

.dj_ie9 .button.sns-button {
    display: inline-block;
}

.dj_ie9 .dashboard-component__summary {
    padding-right: 0;
}

.dj_ie9[dir='rtl'] .dashboard-component__summary {
    padding-left: 0;
}


.card-howto {
    background-color: #f5f9f8;
    border: 2px solid #087B36;
    border-radius: 1.25rem;
    /* margin-bottom: unset !important; */
    margin-top: 2px;
}

.card-title-about {
    font-weight: bold;
    text-align: center;
}

.card-img-top {
    width: 28%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
}

.card-link {
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

    .card-link:hover {
        color: lightseagreen;
    }

    .card-link > p {
        text-align: center;
    }

    .card-link > h5{
        color: black
    }
        .card-link > h5:hover{
            color: black
        }

.accordion > .card > .card-header > h2 > .btn-link {
    font-weight: bold;
    color: black;
    padding: unset;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
}

    .accordion > .card > .card-header > h2 > .btn-link:hover {
        color: #336120d4;
        text-decoration: none;
    }

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion *{
    height: 100%;
}

.accordion > .card {
    border: 0px;
    border-bottom: 1px solid rgb(0 0 0 / 20%) !important;
    border-radius: unset;
    margin-bottom: 5px;
}

    .accordion > .card > .card-header {
        padding: 0px;
        background-color: transparent;
    }

    .accordion > .card > .collapse > .card-body {
        padding: 0px;
    }

    .accordion > .card > .card-header > h2 {
        margin: 0px;
        background-color: white;
    }

.panel-content {
    background-color: #fff;
    border-radius: inherit;
}

.card-columns {
    column-count: 2;
}

.cards-dashboard-container {
    margin-top: 0;
}

.card-dashboard {
    min-height: 125px;
    border-radius: 10px;
    border: 1px solid #EDEDED;
}

.card-title-dashboard {
    font-size: x-small;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.card-body-dashboard {
    padding: 0.25rem;
    font-size: x-small;
    background-color: #F5F9F8;
    border-radius: 10px;
    height: 100%;
}

.dashboard-data {
    position: relative;
    top: 50px;
}

.dashboard-data_customer-saving {
    top: 40px;
}

.dashboard-data-unit {
    float: right;
}

.card-formConfig {
    max-height: unset !important;
    min-height: 120px !important;
    border-radius: 10px;
}

.summary_border {
    border: 1px solid #EDEDED;
    display: block;
    margin-bottom: 2px;
}

.form-config-panel_value {
    margin-top: 10px;
}

.solar-panel__image_eff {
    height: 95px;
    width: 40px;
}

.dashboard-data__value {
    font-size: 1.75em;
    color: black;
    font-weight: bold;
}

.dashboard-data__valueCost {
    font-size: x-small;
}

.dashboard-data__produce {
    top: 33px;
}

.dashboard-data__valueCapex {
    top: 0px;
}

    .dashboard-data__valueCapex label {
        margin: 0px;
    }

.dashboard-widget .side-panel__nav {
    text-transform: none;
    background-color: transparent;
}

    .dashboard-widget .side-panel__nav > a {
        display: inline-block;
        width: 37%;
        line-height: 1.5rem;
        text-decoration: none;
        text-align: center;
        background-color: #e9e9e9;
        font-size: smaller;
        border-radius: 5px;
        opacity: 1;
        margin-left: 27px;
    }

        .dashboard-widget .side-panel__nav > a.active {
            color: #fff;
            background-color: #087B36;
        }

.overallContainer {
    margin-top: calc(var(--bs-gutter-y) * -0.5);
}

.calcite .dijitTooltip .dijitTooltipContainer {
    text-align: left !important;
}

.esri-search{
    position: relative;
    bottom: 21px;
    right: 30px;
    width: 288px;
    border-radius: 12px !important;
    height: 47px;
}

.esri-search--multiple-sources .esri-search__input{
    color:white;
    background-color:green;
    border-radius: 12px 0 0 12px;
    height: 47px;
}

.esri-search__submit-button .esri-widget--button{
    background-color:green;
}

.esri-search__container .esri-search__input,
.esri-search__container .esri-widget--button {
    background-color: green;
    color: white;
    height: 54px;
}

.compass2D {
    top: 4px;
    position: relative;
    left: 4px;
}