.open_gis_chart{
	display: none;
}

body{
    font-family: Microsoft JhengHei;
}

.content{
    padding: 0px!important;
}

#xmap{
    min-height: 500px;
}

/*map button style*/
.button-state.state-unnamed-state>div{
    height: calc(100% - 6px);
    left: 0px;
    margin: 3px;
    position: relative;
    top: 0px;
}

#content_container{
    width: 100%;
    height: calc(100% - 70px);
    margin: 0px 0px 1em;
    padding: 35px 15px 0px;
    position: relative;
    z-index: 101;
}

aside#menu_container{
    background: #053355;
    font-family: Microsoft JhengHei;
    min-height: 500px;
    padding: 0px;
}

#menu_container #menu_wrapper{
    background: #EEEEEE;
    margin: 15px 8px 10px;
}

ul#tabs{
    background: #053355;
    border-bottom: 1px solid #355986;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px;
}

ul#tabs>li{
    display: inline-block;
    position: relative;
    width: 50%;
}

ul#tabs>li:after{
    background: #FBB03B;
    bottom: -3.7px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    transform: scale(0);
    width: 100%;
}

ul#tabs>li.active:after{
    transform: scale(1);
    transition: all 0.18s ease-in;
}

ul#tabs li a,
ul#tabs li a:hover{
    background: #053355;
    border: none;
    color: #FFFFFF;
}

ul#tabs>li.active>a{
    border: none;
}

.tabs-option-container{
    padding: 10px 0.8em;
    text-align: center;
}

.tabs-option,
.tabs-option:hover{
    background: #f0ad4e;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 0.77em;
    padding: 4.5px 11px;
    text-decoration: none;
}

.tabs-option-container i{
    display: inline-block;
    margin-right: 8px;
}

.tabs-option-container .tabs-option:last-child{
    margin-right: 0px;
}

.tabs-option:hover{
    cursor: pointer;
}

#product_container{
    max-height: calc(429px - 49px);
    overflow-y: scroll;
    padding: 0px 10px 10px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    color: #3575c8;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
}

.styled-checkbox + label:hover{
    color: #f0ad4e;
}

.styled-checkbox + label:before {
    background: transparent;
    border: 2px solid #5a5a5a;
    border-radius: 2px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    transform: translateY(-1px);
}

.styled-checkbox:checked + label:before {
    background: #3575c8;
    border-color: #3575c8;
    transition: all 0.215s ease-in;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    background: white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    content: "";
    height: 2px;
    left: 5px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    width: 2px;
}

p.sub-option{
    margin-left: calc(0.5em + 20px + 10px);
    text-align: left;
}

.collapse p.sub-option:first-child{
    margin-top: 15px;
}

.collapse p.sub-option:last-child{
    margin-bottom: 0px;
}

p.first-option{
    margin-left: 0.5em;
    text-align: left;
}

p.first-option>label:hover{
    color: #f0ad4e;
}

.sub-item p.first-option:last-child{
    margin-bottom: 0px;
}

#obs_menu{
    font-family: "Microsoft JhengHei";
}

.obs-menu label.obs-item{
    background: #5d91d3;
    border: 1px solid #3575c8;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
    padding: 5px 8px 5px 50px;
    position: relative;
    text-align: left;
    color: #FFFFFF;
}

.obs-menu label.obs-item>span{
    display: inline-block;
    height: 30px;
    margin-right: 12px;
    vertical-align: middle;
}

.obs-menu label.obs-item>span img{
    height: 100%;
}

.obs-menu .sub-item{
    padding: 8px;
    margin: 8px;
}

.obs-menu .sub-title-item{
    color: #3575C8;
    margin-top: 10px;
}

.sub-item .sub-title-item:last-of-type{
    margin-bottom: 0px;
}

input.sub_title_class,
input.first-title-input{
    display: none;
}

input.sub_title_class+label{
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    padding-left: 2.5em;
    position: relative;
    text-align: left;
}

input.sub_title_class+label:before{
    content: "\f067";
    font-family: "FontAwesome";
    left: 0.8em;
    position: absolute;
}

input.first-title-input+label:before{
    background: #3575c8;
    color: #FFFFFF;
    content: "\f067";
    display: inline-block;
    font-family: "FontAwesome";
    height: 100%;
    left: 0px;
    padding: 10px 14px;
    position: absolute;
    top: 0px;
}

input.sub_title_class:checked+label:before,
input.first-title-input:checked+label:before{
    content: "\f068";
}

.tabs-option-container i{
    margin-right: 1.1em;
}

.update-btn-container{
    display: inline-block;
}

.update-btn{
    color: #FFFFFF;
    background: #ffb300 !important;
    margin-left: 7px;
    outline: none;
    padding: 4px 9px;
}

#setting_option_container{
    padding: 1em 10px;
}

/*custom select style*/
.select-container{
    display: inline-block;
}

label.custom_select{
    background: #FFFFFF;
    border: 0.8px solid #6cafaf;
    border-radius: 4px;
    border-right: none;
    display: inline-block;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Microsoft JhengHei;
    font-size: 15px;
    font-weight: 500;
    min-width: 12em;
    position: relative;
    transform: translateY(3px);
    vertical-align: middle;
}

label.custom_select:before{
    border-color: #3d6e6f transparent transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0px 6px;
    content: "";
    height: 0px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(50%, -50%);
    width: 0px;
    z-index: 21;
}

label.custom_select:after{
    background: #6cafaf;
    border-radius: 0px 4px 4px 0px;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    z-index: 20;
}

label.custom_select select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0.5px solid rgba(28, 61, 81, 0.5);
    border-right: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: auto;
    outline: none;
    padding: 4px 4px 4px 8px;
    position: relative;
    width: 100%;
    z-index: 22;
}

label.custom_select select::-ms-expand{
    display: none;
}

label.custom_select select:disabled::-ms-expand{
    background: transparent;
}
/*custom select style end*/

/*自訂時間查詢樣式*/
.time-setting{
    background: rgb(53, 117, 200);
    margin: 10px;
    padding: 2px 0px 2em 0px;
}

.time-setting h3{
    color: #FFFFFF;
}

.time label{
    display: block;
    color: #9E9E9E;
    font-size: 14px;
    text-align: left;
    margin-top: 1em;
    margin-left: 37px;
}

.time-input{
    width: 40%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eeeeee;
    color: #FFFFFF;
    font-size: 1.2em;
    outline: none;
}

.select-bar{
    width:80%;
    color: #FFFFFF;
}

.select-bar option{
    color: #3575C8;
}

#custom_time_setting{
    display: none;
}

img.filter-img{
    width: 100%;
    height: auto;
    padding: 1em;
}
