/*右上產品時間標籤*/
.time_panel_container{
    padding-top: 10px;
}

.time_panel_container>div{
    display: inline-block;
}

.time_item_container a.time_item{
    position: relative;
    margin-left: 5px;
    font-family: 微軟正黑體;
    color: #85b0d2 !important;
    background-color: rgba(2, 136, 209, 0.7);
    text-decoration:line-through;
    box-shadow: 0 0 0 1px #b4e4ff;
}

.time_item_container a.time_item.active {
    color: #fff !important;
    text-decoration: none;
}

.time_item_container a.time_item .data_time_tag{
    display: none;
}

.time_item_container a.time_item.active .data_time_tag{
    position: absolute;
    font-size: 10px;
    right: 1px;
    top: 29px;
    padding: 2px 5px;
    line-height: 11px;
    background-color: rgba(0,0,0,0.2);
    display: inline-block;
}

#main-container-progress{
    position: absolute;
    left: 0px;
    width: calc(100% - 130px);
    z-index:400;
    bottom: 0px;
}

#map_no_data_msg{
    display: none;
    position: absolute;
    width: 180px;
    height: 40px;
    background-color: rgba(255,255,255,0.7);
    z-index: 998;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
}

/* product: gis-dropsonde */
#dropsonde_pres_ctrl{
    position: absolute;
    z-index: 1000;
    width: 50px;
    right: 10px;
    top: 130px;
    font-size: 12px;
    background-color: rgba(0,0,0,0.2);
    padding-top: 10px;
    padding-bottom: 27px;
    display: none;
}
#dropsonde_pres_ctrl:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 5px;
    right: 10px;
    top: 3px;
    border-radius: 50% 50% 0 0;
    background-color: #d3eeff;
}
#dropsonde_pres_ctrl:after{
    content: 'hPa';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 2px;
    bottom: 3px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    background-color: #a4dcff;
}

#dropsonde_pres_ctrl .pres_item{
    position: relative;
    height: 20px;
    cursor: pointer;
}
#dropsonde_pres_ctrl .pres_item:after{
    content: '';
    position: absolute;
    right: 10px;
    width: 8px;
    height: 100%;
    background-color: #a4dcff;
}

#dropsonde_pres_ctrl .pres_text{
    position: absolute;
    margin: auto;
    padding: 1px 5px;
    height: 14px;
    line-height: 12px;
    left: 3px;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 7px;
    z-index: 2;
    display: none;
}
#dropsonde_pres_ctrl  .pres_text:after{
    content: '';
    position: absolute;
    width: 8px;
    right: -8px;
    top: 6px;
    border-top: 1px solid #555;
    z-index: 1;
}

#dropsonde_pres_ctrl  .pres_item:hover .pres_text{
    display: block;
    z-index: 3;
}

#dropsonde_pres_ctrl .pres_item.active .pres_text{
    display: block;
    background: #ff5722;
}

#gis_gauge_message{
    display: none;
    position: absolute;
    z-index: 751;
    left: 60px;
    top: 85px;
    cursor: move;
    text-align: left;
}

.card .card-content{
    border-radius: 0 0 2px 2px;
}

#gis_gauge_message .card-content{
    padding: 15px
}

#gis_gauge_message span:nth-of-type(1){
    color: #0000cc;
}

#gis_gauge_message span:nth-of-type(2){
    color: #ffff00;
}

#gis_gauge_message span:nth-of-type(3){
    color: #ffc000;
}

#gis_gauge_message span:nth-of-type(4){
    color: #ff0000;
}

#gis_gauge_message span:nth-of-type(5){
    color: #ff9999;
}

.card{
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #FFFFFF;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.card.teal{
    background-color: rgba(0,150,136,0.8)!important;
}

.white-text{
    color: #FFFFFF!important;
}

#lightning_message{
    display: none;
    position: absolute;
    z-index: 751;
    left: 60px;
    top: 125px;
    cursor: move;
    text-align: left;
}

#lightning_message .card-content{
    padding: 15px;
}

#lightning_message p{
    margin: 0;
}

#lightning_message img{
    height: 12px;
    margin-right: 3px;
}

#gis_chart_modal{
    width: 82%;
    min-height: 480px;
}

#gis_chart_modal[data-type='dropsonde'] .chart_dropsonde{
    display: initial;
}

#gis_chart_modal[data-type='dropsonde'] .chart_dropsonde #download_chart{
    left: calc(100% - 100px);
}

.yellow.darken-3{
    background: #f9a825!important;
}

.waves-effect{
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}

.modal{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background: #FAFAFA;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

.modal.modal-fixed-footer {
    height: 90%;
    max-height: 90%;
    top: 5% !important;
    padding: 0;
}

#gis_chart_modal .modal_header {
    background-color: #29559c;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


#gis_chart_modal .modal_header img{
    height: 40px;
    vertical-align: middle;
}

#gis_chart_modal .modal_header img.modal-close{
    float: right;
    margin: 5px;
    cursor: pointer;
}

.modal.modal-fixed-footer .modal-content{
    position: absolute;
    height: calc(100% - 56px);
    width: 100%;
    overflow-y: auto;
    padding: 10px 20px;
}

#gis_chart_modal .modal-content>.row:first-child {
    padding-left: 48px;
}

#gis_chart_modal .chart_options {
    display: none;
}

.select-wrapper{
    position: relative;
}

.select-wrapper input.select-dropdown{
    position: relative;
    cursor: pointer;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    display: block;
    user-select: none;
    z-index: 1;
    color: #3575c8;
    font-family: 微軟正黑體;
}

ul:not(.browswe-default){
    padding-left: 0;
    list-style-type: none;
}


#gis_chart_modal .svg_container {
    text-align: center;
}

.dropdown-content{
    background: #ffffff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    transform-origin: 0 0;
}

.select-dropdown.dropdown-content li.selected{
    background: rgba(0,0,0,0.03);
}

ul:not(.browser-default)>li{
    list-style-type: none;
}

.dropdown-content li{
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
}

.dropdown-content.select-dropdown span{
    color: #3575c8;
}

.dropdown-content li>a,
.dropdown-content li>span{
    font-size: 16px;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.select-wrapper .caret{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0,0,0,0.87);
}

svg:not(:root){
    overflow: hidden;
}

.skewT_main_svg .overlay{
    fill: none;
    pointer-events: all; 
}

.skewT_main_svg .focus.tmpc circle{
    fill: red;
    stroke: none;
}

.skewT_main_svg .focus.dwpc circle{
    fill: green;
    stroke: none;
}


.skewT_main_svg .focus text{
    font-size: 12px;
}

.skewT_main_svg .dwpt{
    fill: none;
    stroke: green;
    stroke-width: 2px;
}

.skewT_main_svg .temp{
    fill: none;
    stroke: red;
    stroke-width: 2px;
}

.skewT_main_svg .member{
    stroke-width: 2.5px;
}

.skewT_main_svg .windbarb{
    stroke: #000000;
    stroke-width: 1px;
    fill: none;
}

.skewT_main_svg .hodoline{
    stroke: #000000;
    opacity: 1;
    stroke-width: 1.5px;
    fill: none;
}

.skewT_main_svg .hododot{
    stroke: #000000;
    opacity: 0.8;
}

.skewT_main_svg .hododot.hgt_end{
    fill: blue;
}

.skewT_main_svg .hododot.hgt_drop{
    fill: red;
}

.skewT_main_svg .gridline, .tempzero{
    stroke: #dfdfdf;
    stroke-width: 1px;
    fill: none;
}

.skewT_main_svg .hodolabels{
    font-size: 12px;
    opacity: 0.5;
}

.skewT_main_svg .axis{
    fill: #000000;
}

.skewT_main_svg .y.axis,
.skewT_main_svg .x.axis{
    font-size: 13px;
}

.skewT_main_svg .axis path,
.skewT_main_svg .axis line{
    fill: none;
    stroke: #000000;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}

.skewT_main_svg .y.axis.ticks text{
    display: none;
}
