﻿
.thematicDropdown {
    text-align: left;
    vertical-align: middle;
}

.thematicDropdownLabel {
    text-align: right;
    vertical-align: middle;
    color: black;
}

#thematicContainer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #thematicContainer > div {
        vertical-align: top;
        margin-right: 5px;
        margin-bottom: 5px;        
    }

#thematicButtonContainer {
    position: relative;
    height: 36px;
}
/*
#thematicButtonContainer > button {
    position: relative;
    top: 5px;
}*/

.dt-button-info {
    z-index: 10000 !important;
}

#thematicSliderContainer {
    width: 400px;
    cursor: pointer;
    padding: 15px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

    #thematicSliderContainer .noUi-pips {
        color: #000;
    }

    #thematicSliderContainer .noUi-value-sub {
        color: #000;
    }

.noUi-handle:focus {
    box-shadow: 0 0 5px orange;
}


#thematicSliderContainer .noUi-marker-large, #thematicSliderContainer .noUi-marker-sub {
    background: #555 none repeat scroll 0 0;
}

#thematicSliderContainer .noUi-marker {
    background: #999 none repeat scroll 0 0;
}

.thematicSlider {
    width: 400px;
}

.thematicSliderText {
    position: absolute;
    right: 5px;
    top: 12px;
    width: 70px;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}


#thematicDropDownDiv {
    background-color: rgba(255, 255, 255, 0.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
}

#thematicDropDownContainer {
    /*padding: 5px;    */
    border-collapse: collapse;
    margin-left: 5px;
    margin-right: 5px;
}

    #thematicDropDownContainer tr {
        height: 36px;
    }

    #thematicDropDownContainer .ui-selectmenu-button .ui-selectmenu-text {
        line-height: 1;
    }

    #thematicDropDownContainer .ui-selectmenu-button {
        vertical-align: middle;
    }

.thematicValueColumn {
    text-align: center;
}

#thematicDataView tbody {
    color: #222
}

#thematicDataView th.ui-state-default {
    border-left-width: 0;
    border-top-width: 0;
    background: none;
}

    #thematicDataView th.ui-state-default:last-child {
        border-right-width: 0;
    }

#thematicDataViewDialog .DTTT_button {
    float: none;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0.1em;
    padding: 0;
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#thematicDataViewDialog .DTTT_container {
    margin-left: 1em;
}

#thematicDataView > tbody {
    width: 100%;
    overflow: auto;
    height: 500px;
    display: inline-block;
}

#thematicDataView > tbody > tr > td {
    width: 100%;
}

#thematicDataView > tbody > tr, #thematicDataView > thead {
    display: block;
}


.thematicSelect {
    width: auto;
}

#swchart1 {
    display: inline-block;
    height: 70%;
    width: 95%;
}

#swchart2 {
    display: inline-block;
    height: 15%;
    width: 95%;
}

#chart1title, #chart2title {
    text-align: center;
    margin-top: 0;
}

#chartText {
    margin: 1em;
}

.DTTT_print_info {
    z-index: 100;
}

.noUi-base {
    z-index: 0 !important;
}

#thematicSliderTitleContainer {
    margin-bottom: 10px !important;
}

.thematicSliderTitle {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 0;
}

.thematicContainerSw8 {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

    .thematicContainerSw8 div {
        margin: initial;
    }

    .thematicContainerSw8 .noUi-value-horizontal {
        margin-top: 5px;
    }

    .thematicContainerSw8 .thematicSliderTitle {
        margin-left: -30px;
        margin-top: -10px;
    }

    .thematicContainerSw8 .noUi-pips {
        color: #acb4b8 !important;
        height: 0;
    }

    .thematicContainerSw8 #thematicDataViewOpenButton {
        flex: 1;
    }

#thematicDataView_wrapper .dt-buttons.ui-buttonset {
    margin-right: 15px;
}

    #thematicDataView_wrapper .dt-buttons.ui-buttonset a {
        display: inline-block;
    }

#thematicDataView_wrapper select {
    color: initial;
}

#thematicDataView_wrapper input {
    color: initial;
}

.thematicContainerSw8 #thematicSliderContainer {
    width: 100%;
    background: none;
}

.thematicContainerSw8 .thematicSlider {
    width: auto;
    min-width: 200px;
}

.thematicContainerSw8 #thematicButtonContainer {
    margin-top: 40px;
    display: flex;
}

.thematicContainerSw8 #thematicDropDownDiv {
    background: none;
    margin-bottom: 15px;
    margin-top: 5px;
}

.thematicContainerSw8 .thematicDropdownLabel {
    color: #acb4b8;
    padding-right: 10px;
}
