﻿#innerGauge .body2 .value-info {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 99;
    font-weight: bold;
    font-size: 12px;
    color: #ccc;
    border: 1px #ccc solid;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 18px;
}

#innerGauge .body2 .value {
    position: absolute;
    left: 8%;
    bottom: 34%;
    z-index: 99;
    font-weight: bold;
    font-size: 32px;
}

#innerGauge .body2 .status {
    position: absolute;
    left: 8%;
    bottom: 25%;
    z-index: 99;
    font-weight: bold;
    font-size: 15px;
}

#Harita {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#section-contactus {
    display: none;
}

.myStatus {
    font-weight: unset;
    color: #444444;
    position: relative;
}

    .myStatus:after {
        content: "";
        background: linear-gradient( rgba(250, 255, 255, 0.85), rgba(255, 255, 255, 0.85) ), url(../../Content/Custom/img/AirQuality/smile/0/0.png) no-repeat center;
        /*opacity: 0.55;*/
        top: -95px;
        left: 15px;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.tooltip {
    z-index: 1240 !important;
}


#informationTitle {
    background: #fff;
    color: #000;
    position: absolute;
    left: 15px;
    bottom: 2px;
    z-index: 99;
    min-width: 410px;
    padding-left: 40px;
    border-radius: 16px;
    z-index: -1;
    display: inline-grid;
    border: 1px #ccc solid;
    height: 45px;
    line-height: 40px;
}

#typeDropdowns {
    background: #fff;
    color: #000;
    position: absolute;
    left: 15px;
    bottom: 2px;
    z-index: 99;
    min-width: 410px;
    padding-left: 40px;
    border-radius: 16px;
    z-index: -1;
    display: inline-grid;
    display: inline-grid;
    border: 1px #ccc solid;
    height: 45px;
    line-height: 40px;
    margin-bottom: 110px;
}

#playStopAnimate {
    background: #fff;
    color: #000;
    position: absolute;
    left: 15px;
    bottom: 3px;
    z-index: 99;
    min-width: 200px;
    padding-left: 40px;
    border-radius: 16px;
    z-index: -1;
    display: inline-grid;
    display: inline-grid;
    border: 1px #ccc solid;
    height: 45px;
    line-height: 40px;
    margin-bottom: 166px;
}


#scale {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
}

.tooltip {
    z-index: 2000 !important;
}

#scale .scale-container {
    padding: 3px;
    background-color: #fff;
    height: 57px;
    width: 700px;
    float: left;
    text-align: center;
    font-size: 11px;
}

    #scale .scale-container > div.scale {
        height: 50px;
        float: left;
        color: #fff;
        padding: 5px;
    }

    #scale .scale-container span {
        width: 100%;
        display: block;
        line-height: 12px;
        height: 12px;
    }

    #scale .scale-container .title {
        font-weight: bold;
    }


    #scale .scale-container .count {
        height: 15px;
        line-height: 15px;
    }

    #scale .scale-container .active span {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    }

#scale > .icon {
    background-color: rgb(255, 255, 255);
    display: inline-block;
    padding: 20px;
    float: left;
    border-radius: 100% 0px 0px 100%;
    font-size: 17px;
}

#statistics {
    width: 350px;
    left: -350px;
    top: 0;
    position: absolute;
    z-index: 999;
}

    #statistics .panel {
        margin-bottom: 0px;
    }

    #statistics .list-group {
        margin-bottom: 0px;
        height: calc(100vh - 155px);
        overflow: auto;
        border: 1px #e5e6e7 solid;
    }

    #statistics .list-group-item {
        padding: 0px;
        margin: 10px;
        border: 0px;
        padding-bottom: 10px;
        border-bottom: 1px #e5e6e7 solid;
        cursor: pointer;
    }

        #statistics .list-group-item:hover {
            text-decoration: underline;
        }

.myModal {
    width: 950px;
    min-width: 950px;
    min-height: 300px;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: -285px;
    margin-top: -275px;
    margin-left: -450px;
    background: rgb(250, 255, 255);
    padding: 20px;
    color: #000000 !important;
}

    .myModal [data-task="close"] {
        cursor: pointer;
    }

    .myModal .header {
        height: 30px;
        text-transform: uppercase;
    }

    .myModal .body {
        height: calc(100% - 30px);
        border: 1px #8d8d8d solid;
        padding: 15px 0;
    }

        .myModal .body .column {
            float: left;
            padding: 0 20px;
        }

            .myModal .body .column:first-child {
                margin-top: 25px;
                width: 25%;
                border-right: 1px #8d8d8d solid;
                position: relative;
            }

            .myModal .body .column:last-child {
                width: 75%;
            }

    .myModal hr {
        border-color: #8d8d8d;
    }

    .myModal .image-content {
        height: 120px;
        text-align: center;
        position: relative;
    }

        .myModal .image-content span {
            width: 50px;
            height: 50px;
            display: inline-block;
            border-radius: 100%;
            background: #76d250;
            line-height: 42px;
            font-weight: bold;
            color: #fff;
            z-index: 0;
            border: 3px #fff solid;
            position: absolute;
            right: 0px;
            top: 10px;
        }

    .myModal .tabs-container, .myModal .tab-pane {
        height: calc(100%);
        width: 100%;
    }

    .myModal .tab-content {
        height: calc(100% - 40px);
    }


    .myModal .tabs-container .panel-body {
        background: transparent;
        height: calc(100%);
        border-color: #8d8d8d;
    }

        .myModal .tabs-container .panel-body > div {
            height: 275px;
        }

    .myModal .tabs-container .nav-tabs a {
        padding: 10px 15px;
        background: transparent;
        color: #000 !important;
        border-radius: 0px;
    }

    .myModal .tabs-container .nav-tabs .active a {
        border-color: #8d8d8d !important;
    }

    .myModal .tabs-container .nav-tabs .active a {
        border-bottom-color: #fff !important;
        background: transparent !important;
        margin-bottom: 0px !important;
    }

.detailModal {
    width: 1100px;
    min-width: 950px;
    min-height: 650px;
    position: fixed;
    z-index: 99;
    left: 45%;
    top: -370px;
    margin-top: -338px;
    margin-left: -450px;
    background: rgb(250, 255, 255);
    padding: 20px;
    color: #000000 !important;
}


    .detailModal [data-task="closeDetail"] {
        cursor: pointer;
    }

    .detailModal .header {
        height: 30px;
        text-transform: uppercase;
    }

    .detailModal .body {
        height: calc(100% - 30px);
        border: 1px #8d8d8d solid;
        padding: 15px 0;
    }

        .detailModal .body .column {
            float: left;
            padding: 0 13px;
        }

            .detailModal .body .column:first-child {
                /* padding-top: 50px; */
                width: 25%;
                border-right: none;
            }

            .detailModal .body .column:last-child {
                border-left: 1px #8d8d8d solid;
                width: 75%;
            }

    .detailModal hr {
        border-color: #8d8d8d;
    }


    .detailModal .image-content {
        height: 120px;
        text-align: center;
        position: relative;
    }

#detailButton {
    color: white;
    border-radius: 0%;
    background: #0d9255;
    bottom: 0px;
    left: 29px;
    width: 170px;
}

#details .detailButton {
    text-align: center;
    padding-top: 18px;
    padding-left: 10px;
}

#detailButton:hover {
    background-color: white !important;
    border: 1px solid #ccc;
    color: black !important;
}

.detailModal .image-content span {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    background: #76d250;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    z-index: 0;
    border: 3px #fff solid;
    position: absolute;
    right: 0px;
    top: 10px;
}


.detailModal .tab-content {
    height: calc(100% - 40px);
    padding: 10px;
    border: 1px #8d8d8d solid !important;
    margin-top: -1px;
}


.detailModal .tabs-container .panel-body {
    background: transparent;
    height: calc(100%);
    border-color: #8d8d8d;
}

    .detailModal .tabs-container .panel-body > div {
        height: 275px;
    }

.detailModal .tabs-container .nav-tabs a {
    padding: 10px 15px;
    background: transparent;
    color: #000 !important;
    border-radius: 0px;
}

.tabs-container .nav-tabs {
    border-bottom: 1px solid #8d8d8d;
}

.detailModal .tabs-container .nav-tabs .active a {
    border-color: #8d8d8d !important;
}

.detailModal .tabs-container .nav-tabs .active a {
    border-bottom-color: #fff !important;
    background: transparent !important;
    margin-bottom: 0px !important;
}

.myImge {
    border: 1px solid #fefefe;
    width: calc(50% - 5px);
    text-align: center;
    margin: 1px;
    cursor: pointer;
    padding-bottom: 8px;
    padding-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

.mesurement {
}

.myModal .mesurement > div .value {
    display: none;
}

.myModal:first-child {
    z-index: 99;
}

.myModal:last-child {
    z-index: 100;
}

.dotted {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 6px;
}

.generalStatus {
    padding-left: 15px;
}

    .generalStatus li {
        display: none;
    }

    .generalStatus img {
        margin-right: 10px;
    }

.btn-container {
    width: 50px;
    position: absolute;
    z-index: 5;
}

    .btn-container.left {
        left: 15px;
    }

    .btn-container.right {
        right: 15px;
    }

    .btn-container.bottom {
        bottom: 15px;
    }

    .btn-container.top {
        top: 115px;
    }

.btn-custom {
    background: #fff;
    color: #000 !important;
    width: 46px;
    height: 46px;
    padding: 0;
    margin-top: 5px;
    border-radius: 100%;
    font-size: 15px !important;
    border: 1px #ccc solid;
    padding: 0 !important;
}

    .btn-custom a {
        color: #000 !important;
    }

    .btn-custom.aktif {
        color: #ed5565;
    }

    .btn-custom span {
        font-size: 11px;
        font-weight: Bold;
    }

    .btn-custom:hover, .btn-custom:focus, .btn-custom.active {
        background: #fff;
        color: #000;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

#date {
    background: #fff;
    color: #000;
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 99;
    padding: 4px 40px 4px 10px;
    border-radius: 16px;
    z-index: -1;
    display: inline-grid;
    border: 1px #ccc solid;
    height: 44px;
}

    #date input {
        width: 160px;
    }

#layerBox {
    background: rgb(255, 255, 255);
    top: 225px;
    position: absolute;
    left: 54px;
    padding: 8px;
    z-index: -1;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    width: 300px;
}

    #layerBox .list-group-item {
        padding: 5px 8px;
    }

        #layerBox .list-group-item .slider {
            padding: 10px 6px;
            border: 1px solid #e7eaec;
            margin-top: 5px;
            cursor: pointer;
        }

    #layerBox strong {
        padding: 0 0 5px 5px;
        display: inline-block;
    }

.btn-special {
    background-color: #0e9154;
    border-color: #0e9154;
    color: #FFFFFF;
}

    .btn-special:focus {
        color: #fff;
    }

.img-size {
    height: 104px;
}

#slider-station {
    width: 250px;
    z-index: 99;
}

    #slider-station .item .body {
        padding: 15px 0;
        height: 160px;
        padding-bottom: 0px;
    }

select#typeDropdown {
    border-radius: 11px;
    border: 1px;
    height: 32px;
    margin: 5px;
}

    select#typeDropdown:focus {
        outline: none !important;
    }

button.btn.btn-lg.btn-circle.btn-custom.aktif {
    background: black;
    color: white !important;
}

.myStatus {
    padding-top: 15px;
}

table {
    font-family: artial,sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid black;
    text-align: left;
    padding: 1px;
    font-size: 11px;
}

tr:nth-child(even) {
    background-color: #ffffff;
}

#details modalBody {
    background-color: #ffbf00;
    font-family: sans-serif;
    width: 100vw;
    height: 100vh;
    perspective: 600px;
}

#details .owl-carousel .owl-item img {
    width: 128px;
}

#details .expression {
    background: transparent;
    top: 59px;
    left: 141px;
}

#details .nav-tabs > li {
    width: 33%;
    text-align: center;
}

div.world {
    height: 255px;
    transform: translate(0%, 0%);
    overflow: hidden;
    background-color: orange;
    padding-right: 0px;
    padding-left: 0px;
    width: 48%;
    float: left;
    margin: 1%;
}



    div.world div {
        position: absolute;
        box-sizing: content-box;
        /*background: #333333;*/
        border-radius: 2px;
    }

        div.world div::before, div.world div::after {
            content: "";
            position: absolute;
            box-sizing: border-box;
        }

#activitySuggest .world .floor {
    width: 100%;
    height: 6px;
    bottom: 0;
}

    #activitySuggest .world .floor .tree.four {
        width: 1px;
        height: 131px;
        animation: elem 6s linear infinite;
        opacity: 0.5;
    }

    #activitySuggest .world .floor .tree.five {
        width: 1px;
        opacity: 0.5;
        height: 131px;
        animation: elem 10s linear infinite;
    }

    #activitySuggest .world .floor .tree.four2 {
        width: 1px;
        height: 131px;
        animation: elem 12s linear infinite;
        opacity: 0.5;
    }

    #activitySuggest .world .floor .tree.five2 {
        width: 1px;
        opacity: 0.5;
        height: 131px;
        animation: elem 13s linear infinite;
    }

    #activitySuggest .world .floor .tree.four3 {
        width: 1px;
        height: 131px;
        animation: elem 20s linear infinite;
        opacity: 0.5;
    }

    #activitySuggest .world .floor .tree.five3 {
        width: 1px;
        opacity: 0.5;
        height: 131px;
        animation: elem 17s linear infinite;
    }

    #activitySuggest .world .floor .tree.four4 {
        width: 1px;
        height: 131px;
        /*animation: elem 5s linear infinite;*/
        opacity: 0.5;
    }

    #activitySuggest .world .floor .tree.five4 {
        width: 1px;
        opacity: 0.5;
        height: 131px;
        /*animation: elem 8s linear infinite;*/
    }

    #activitySuggest .world .floor .rock {
        bottom: 0;
        right: 100px;
        width: 1px;
    }

    #activitySuggest .world .floor .grass {
        width: 2px;
        bottom: 0;
        right: -2px;
    }

        #activitySuggest .world .floor .grass.one {
            height: 15px;
            animation: elem 22s linear infinite;
        }

        #activitySuggest .world .floor .grass.two {
            height: 10px;
            animation: elem 20.3s linear infinite 0.9s;
        }

        #activitySuggest .world .floor .grass.three {
            height: 18px;
            animation: elem 18.5s linear infinite 0.7s;
        }

        #activitySuggest .world .floor .grass.four {
            height: 3px;
            animation: elem 15.9s linear infinite 0.6s;
        }

        #activitySuggest .world .floor .grass.five {
            height: 7px;
            animation: elem 13s linear infinite 0.8s;
        }

        #activitySuggest .world .floor .grass.six {
            height: 10px;
            animation: elem 13.1s linear infinite 1s;
        }

        #activitySuggest .world .floor .grass.seven {
            height: 4px;
            animation: elem 13s linear infinite 1.2s;
        }

        #activitySuggest .world .floor .grass.height {
            height: 7px;
            animation: elem 15s linear infinite 1.4s;
        }

        #activitySuggest .world .floor .grass.nine {
            height: 10px;
            animation: elem 14.1s linear infinite 1.6s;
        }

        #activitySuggest .world .floor .grass.ten {
            height: 6px;
            animation: elem 17s linear infinite 1.8s;
        }

#activitySuggest .world .cloud {
    height: 25px;
    right: -70px;
    background: rgba(255, 255, 255, 0) !important;
}

    #activitySuggest .world .cloud::before, .cloud::after {
        background: rgba(255, 255, 255, 0) !important;
    }

    #activitySuggest .world .cloud::before {
        width: 80%;
        height: 50%;
        bottom: -25%;
        left: -20%;
    }

    #activitySuggest .world .cloud::after {
        width: 60%;
        height: 30%;
        top: -15%;
    }

    #activitySuggest .world .cloud.one {
        width: 100px;
        top: 30px;
        animation: cloud 10s linear infinite;
    }

    #activitySuggest .world .cloud.two {
        width: 80px;
        top: 60px;
        animation: cloud 12s linear infinite 0.5s;
    }

    #activitySuggest .world .cloud.three {
        width: 130px;
        top: 80px;
        animation: cloud 8s linear infinite 1s;
    }

    #activitySuggest .world .cloud.one2 {
        width: 100px;
        top: 30px;
        animation: cloud 8s linear infinite;
    }

    #activitySuggest .world .cloud.two2 {
        width: 80px;
        top: 60px;
        animation: cloud 9s linear infinite 0.5s;
    }

    #activitySuggest .world .cloud.three2 {
        width: 130px;
        top: 100px;
        animation: cloud 5s linear infinite 1s;
    }

    #activitySuggest .world .cloud.one3 {
        width: 100px;
        top: 30px;
        animation: cloud 17s linear infinite;
    }

    #activitySuggest .world .cloud.two3 {
        width: 80px;
        top: 60px;
        animation: cloud 19s linear infinite 0.5s;
    }

    #activitySuggest .world .cloud.three3 {
        width: 130px;
        top: 100px;
        animation: cloud 6s linear infinite 1s;
    }

    #activitySuggest .world .cloud.one4 {
        width: 100px;
        top: 30px;
        right: 10px;
        /*animation: cloud 9s linear infinite;*/
    }

    #activitySuggest .world .cloud.two4 {
        width: 80px;
        top: 60px;
        left: 50px;
        /*animation: cloud 6s linear infinite 0.5s;*/
    }

    #activitySuggest .world .cloud.three4 {
        width: 130px;
        top: 100px;
        animation: cloud 7s linear infinite 1s;
    }

@keyframes cloud {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-760px);
    }
}

@keyframes elem {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-760px);
    }
}

#activitySuggest .bike svg {
    position: absolute;
    top: 184px;
    left: -70px;
    height: 70px;
}

#activitySuggest .running img {
    position: absolute;
    top: 180px;
    left: 150px;
    height: 105px;
}

#activitySuggest .oldMan svg {
    position: absolute;
    top: 182px;
    left: 146px;
    height: 70px;
    transform: rotateY(180deg);
}

#activitySuggest .kite svg {
    position: absolute;
    top: 90px;
    left: 240px;
    height: 160px;
}

#activitySuggest .kite img:nth-child(1) {
    position: absolute;
    top: 210px;
    left: 50px;
    width: 48px !important;
}

#activitySuggest .kite img:nth-child(2) {
    position: absolute;
    top: 185px;
    left: 108px;
    width: 64px !important;
}


#back_wheel {
    animation: spin 3.5s linear infinite;
    transform-origin: 115px 425px;
}

#front_wheel {
    animation: spin 3.5s linear infinite;
    transform-origin: 400px 432px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#zmeu {
    animation: dash 8s ease-in-out infinite;
    transform-origin: 60% bottom;
}

@keyframes dash {
    25% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }
}


#activitySuggest .world .animateText {
    height: 255px;
    overflow: hidden;
    position: relative;
    width: 92%;
}

#activitySuggest .world .animateText .animationText {
    animation: slideUp 0.75s 1.0s cubic-bezier(.17,.88,.32,1.27) both, fadeIn .25s .5s ease-in both;
    animation-delay: 1s;
    padding: 0 20px;
    position: relative;
    text-align: center;
    font-size: 13px;
    top: 6%;
    width: 100%;
    color: white;
    font-weight: bold;
    /* display: table-cell; */
    /* height: 60px; */
    vertical-align: middle;
    top: 30px;
}
@keyframes slideUp {
    from {
        transform: translateY(200%);
    }

    to {
        transform: translateY(-50%);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.column fieldset {
    border: 1px #cfcfcf solid !important;
    padding: 0px 10px 10px 10px !important;
    margin: 0 0 15px 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 0px;
    font-size: 11.5px;
    text-align: center;
}

    .column fieldset legend {
        font-size: 11px !important;
        font-weight: bold !important;
        text-align: left !important;
        width: auto;
        padding: 0 10px;
        border-bottom: none;
        color: #000;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    div#information3 {
    border: 1px #b5b2b2 solid !important;
}
    div#information0 {
    border: 1px #b5b2b2 solid !important;
}div#details {
    border: 1px #b5b2b2 solid !important;
}

 .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    text-align: center;
}

    .rainyDay img {
    position: absolute;
    height: 100%;
    width: 33%;
}

    .rainyDay{
        width:100%;
        height:100%;
    }

   /*.rainyDay {
    width: 100%;
}*/