﻿.td_content {
    width: 66%;
}

.div_layer .td_content, .div_layer td {
    text-align: left;
}

.td_slider {
    width: 33%;
}

.td_colspan2 {
    width: 350px;
}

.layer_type_th {
    background-color: black;
    color: white;
}

.slider a {
    position: absolute;
    width: 40px;
    margin-left: -20px;
    text-align: center;
    margin-top: 12px;
    font-size: 10px;
}

/*bochSearch_result*/
.SearchResultButton {
    margin: 3px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.SearchResultButton-boch-古蹟{
    background-color:#8E1C30;
    color:white;
}

.SearchResultButton-boch-歷史建築{
    background-color:#4A3E7A;
        color:white;
}

.SearchResultButton-boch-遺址{
    background-color:#073B5B;
        color:white;
}

.SearchResultButton-boch-文化景觀{
    background-color:#198185;
        color:white;
}

.SearchResultButton-boch-聚落{
    background-color:#2B6131;
        color:white;
}*/


.SearchResultButton-boch-古蹟 {
    background-color: #8E1C30;
    color: white;
}

.SearchResultButton-boch-歷史建築 {
    background-color: #4A3E7A;
    color: white;
}

.SearchResultButton-boch-考古遺址 {
    background-color: #073B5B;
    color: white;
}

.SearchResultButton-boch-文化景觀 {
    background-color: #198185;
    color: white;
}

.SearchResultButton-boch-聚落建築群 {
    background-color: #2B6131;
    color: white;
}

.SearchResultButton-boch-紀念建築 {
    background-color: #F18D05;
    color: white;
}

.SearchResultButton-boch-史蹟 {
    background-color: #D90D5B;
    color: white;
}

#ncdr_datepicker {
    width: 100%;
}

.a_panelCollapse {
    font-family: 微軟正黑體;
}

    .a_panelCollapse:hover, .a_panelCollapse:focus {
        text-decoration: none;
    }

.my_line {
    line-height: 34px;
}

.paddingT5 {
    padding-top: 5px;
}

#case_representImage {
    border-radius: 10px;
    box-shadow: 0 0 6px #bebebe;
    margin: 10px;
    max-width: 96%;
    border: 8px solid #fff;
}

.info_card {
    background: white;
    box-shadow: 0px 0px 2px #4d4d4d;
    margin: 1em;
    border-radius: 10px;
    font-family: 微軟正黑體;
}

    .info_card:hover {
        box-shadow: 0px 0px 6px #B4CC1B;
    }

.info_ncdr {
    border-color: #e94040;
}

    .info_ncdr .info_card_header {
        background-color: #b44f76;
        border-color: #762443;
    }

    .info_ncdr:hover {
        box-shadow: 0px 0px 6px #b44f76;
    }

.info_cwb {
    border-color: #1cb8d9;
}

    .info_cwb .info_card_header {
        background-color: #91bed5;
        border-color: #5c92ac;
    }

    .info_cwb:hover {
        box-shadow: 0px 0px 6px #91bed5;
    }

.info_potential {
    border-color: #FF9800;
}

    .info_potential .info_card_header {
        background-color: #91a6d5;
        border-color: #5c75ab;
    }

    .info_potential:hover {
        box-shadow: 0px 0px 6px #91a6d5;
    }

.info_card_header {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 46px;
    color: #09102c;
    position: sticky;
    top: 0;
    text-align: center;
    letter-spacing: 2px;
    padding: 0.3em 0;
    border-bottom: 5px solid #5ba4ab;
    background: #91cdd5;
    z-index: 101;
    border-radius: 10px 10px 0 0;
}

.info_micro:hover {
    box-shadow: 0px 0px 6px #5ba4ab;
}

.info_card_content {
    padding: 1em;
}

.weather-show {
    display: inline-block;
    font-size: 16px;
    top: 30%;
    padding: 5px 30px;
    border-left: 2px solid #d3949c;
    text-align: center;
    min-width: 100px;
    min-height: 100px;
    margin: 16px 0;
}

.myGrid .wi {
    font-size: 30px;
    color: #371870;
}

.myGrid {
    display: grid;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    grid-template-columns: 50% 50%;
    grid-template-rows: 30px 17px;
}

.myGrid_row1 {
    font-size: 18px;
}

.myGrid_row2 {
    color: #757575;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 12px;
}

.sub_layer_control {
    margin-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 0.8em;
}

.icheck-sm > label {
    padding-left: 30px !important;
}

.icheck-sm > input:first-child + input[type=hidden] + label::before, .icheck-sm > input:first-child + label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #D3CFC8;
    border-radius: 2px;
    margin-left: -29px;
}

.icheck-img > input:first-child + label::before {
    top: 6px;
}

.icheck-img > input:first-child + label::after {
    top: 6px !important;
}

.page-first {
    border: 1px solid #a0a0a0;
    padding: 2px 5px;
    border-radius: 5px 0 0 5px;
    color: #3d3d3d;
    text-decoration: none !important;
    cursor: pointer;
}

    .page-first:hover {
        color: #024178;
        background: #eee;
    }

.page-prev {
    border: 1px solid #a0a0a0;
    padding: 2px 5px;
    border-left: none;
    color: #3d3d3d;
    text-decoration: none !important;
    cursor: pointer;
}

    .page-prev:hover {
        color: #024178;
        background: #eee;
    }

.page-next {
    border: 1px solid #a0a0a0;
    padding: 2px 5px;
    border-right: none;
    border-left: none;
    color: #3d3d3d;
    text-decoration: none !important;
    cursor: pointer;
}

    .page-next:hover {
        color: #024178;
        background: #eee;
    }

.page-last {
    border: 1px solid #a0a0a0;
    padding: 2px 5px;
    border-radius: 0px 5px 5px 0;
    color: #3d3d3d;
    text-decoration: none !important;
    cursor: pointer;
}

    .page-last:hover {
        color: #024178;
        background: #eee;
    }

.page-span {
    padding: 2px 5px;
}

.form-control {
    border: 2px solid #f6d9db;
    line-height: 38px;
    box-shadow: none;
    height: 38px;
    letter-spacing: 1px;
}

.sidebar-row-title {
    font-weight: 700;
    font-size: 16px;
}
.circle-btn{
     background-color: #fdfdfd;
    color: #c48389;
    border-radius: 50%;
    padding: 3px 8px;
    font-size: 18px;
    min-width: 38px;
    border: 2px solid #c48389;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35)
}
.circle-btn:hover{
background-color: #4b66a2;
    color: #fcffff;
    border-color: #364871;
    box-shadow: none;
}
.circle-btn.active{
    background: #bd4e4e;
    color: #fff;
    border: none;
    padding: 5px 8px;
    box-shadow: inset -1px -1px 3px rgba(255, 255, 255,0.5), inset 1px 1px 3px rgba(255, 255, 255,0.5), inset 0px 1px 3px rgba(255, 255, 255,0.5), inset 1px 0px 3px rgba(255, 255, 255,0.5);
}
.search_button {
    background-color: #d3949c;
    color: #fcffff;
    border-radius: 50%;
    padding: 6px 11px;
    font-size: 18px;
    border: none;
    min-width: 38px;
}

    .search_button:hover {
        background-color: #30426a;
        color: #fcffff;
    }

.sidebar-row-item {
    margin-right: 10px;
}

.sidebar-row {
    margin-bottom: 10px;
}

.btn-clear {
    background: #30426a;
    border: none;
    padding: 3px 8px;
    border-radius: 2px;
    color: #fefefe;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 100;
}

.boch-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 0 8px #d0d0d0;
}

.btn-boch-result {
    background-color: #d3949c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    margin: 0px 3px;
    font-size: 12pt;
    font-weight: lighter;
}

.svgIcon {
    height: 27px;
    background-repeat: no-repeat;
    width: 27px;
    margin: auto;
    background-color: transparent;
    -webkit-mask-size: cover;
}

.table-boch {
    font-family: 微軟正黑體;
    border-color: #f6d9db;
}

    .table-boch td {
        border-color: #f6d9db !important;
        line-height: 33px !important;
    }

    .table-boch th {
        background-color: #d3949c;
        color: #fff;
        font-weight: bolder;
        border-color: #f6d9db !important;
    }

    .table-boch tr:nth-child(even) {
        background-color: #fff;
        font-size: 16px;
    }

    .table-boch tr:nth-child(odd) {
        background-color: #fff7f8;
        font-size: 16px;
    }

.table-survey {
    font-family: 微軟正黑體;
    border-color: #f6d9db;
}

    .table-survey td {
        border-color: #f6d9db !important;
    }

    .table-survey th {
        background-color: #d3949c;
        color: #fff;
        font-weight: bolder;
        border-color: #f6d9db !important;
    }

    .table-survey tr:nth-child(even) {
        background-color: #fff;
        font-size: 16px;
    }

    .table-survey tr:nth-child(odd) {
        background-color: #fff7f8;
        font-size: 16px;
    }

    .table-survey .disabled {
        opacity: 0.4;
    }

.case-th {
    font-weight: bolder;
    font-size: 17px;
    margin-bottom: 10px;
}

.table-data {
    color: #000;
    border-color: #f4dadb !important;
}

    .table-data th {
        background-color: #faecec;
        border-color: #f4dadb !important;
        text-align: center;
    }

    .table-data td {
        border-color: #f4dadb !important;
        background: #fff;
    }

.table-data-cwb td {
    border-color: #f4dadb !important;
    line-height: 50px !important;
}

.svg-weather {
    height: 30px;
    background: #30426a;
}

.svg-equip {
    height: 25px;
    background: #d3949c;
    width: 25px;
    display: inline-block;
}

option {
    font-family: 微軟正黑體;
}

.nav-primary-cus {
    background: #30426a;
    border-top: 1px solid #5e6e92;
}

    .nav-primary-cus > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 0;
        color: #eaeaea;
    }

    .nav-primary-cus > li.active > a, .nav-primary-cus > li.active > a:focus, .nav-primary-cus > li.active > a:hover {
        color: #30426a;
        cursor: default;
        background-color: #f6f6f6;
        border: 1px solid #ffffff;
        border-bottom-color: transparent;
    }

.綠色 {
    color: #14b114;
}

.黃色 {
    color: yellow;
}

.紅色 {
    color: red;
}

.btn-circle {
    display: inline-block;
    font-size: 13px;
    color: #E58089;
    cursor: pointer;
    border: 2px solid #E58089;
    border-radius: 15px;
    width: 24px;
    line-height: 19px;
    height: 24px;
    text-align: center;
}

    .btn-circle:focus, .btn-circle:hover {
        color: #23527c;
        text-decoration: underline;
        border-color: #23527c;
    }

    .btn-circle.red {
        color: #b32222;
        border-color: #b32222;
    }

    .btn-circle.disabled {
        color: #a2a2a2;
        border-color: #a2a2a2;
        cursor: not-allowed;
        pointer-events: none;
    }

.toggle-custom.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 30px;
    vertical-align: bottom;
}

    .toggle-custom.switch input {
        display: none;
    }

.toggle-custom .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #599bb3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .toggle-custom .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.toggle-custom input:checked + .slider {
    background-color: #3b963d;
}

.toggle-custom input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle-custom input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.toggle-custom .slider:after {
    font-family: 'Glyphicons Halflings';
    content: '\e156';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
}

.toggle-custom input:checked + .slider:after {
    font-family: 'Glyphicons Halflings';
    content: '\e155';
}

/*--------- END --------*/
.risk-level-meter {
    width: 20px;
        height: 6px;
	background-color: none;	
    border-radius:10px;
    border:none;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
/*.risk-level-meter.高度::-webkit-progress-bar{
    border-radius: 5px;
	background-color: #a83832;	
}
.risk-level-meter.中高度::-webkit-progress-bar{
    border-radius: 5px;
	background-color:#a85532;	
}*/
.risk-level-meter::-webkit-progress-bar {
	border-radius: 5px;
	background-color: #d6d6d6;	
}
.risk-level-meter.高度::-webkit-progress-value{	
	background: #a83832;
	border-radius: 5px 0 0 5px;
}
.risk-level-meter.高度::-moz-progress-bar{	
	background: #a83832;
	border-radius:  5px 0 0 5px;
}
.risk-level-meter.高度::-ms-fill {
	background: #a83832;
	border-radius:  5px 0 0 5px;
     border: none;
}
.risk-level-meter.中高度::-webkit-progress-value{	
	background: #d96f23;
	border-radius: 5px 0 0 5px;
}
.risk-level-meter.中高度::-moz-progress-bar {	
	background: #d96f23;
	border-radius: 5px 0 0 5px;
}
.risk-level-meter.中高度::-ms-fill {
	background: #d96f23;
	border-radius:  5px 0 0 5px;
     border: none;
}
.risk-level-meter.中度::-webkit-progress-value {	
	background:#dbca2a;
	border-radius: 5px 0 0 5px;
}
.risk-level-meter.中度::-moz-progress-bar  {	
	background:#dbca2a;
	border-radius: 5px 0 0 5px;
}
.risk-level-meter.中度::-ms-fill {
	background: #dbca2a;
	border-radius:  5px 0 0 5px;
     border: none;
}
.risk-level-meter.低度::-webkit-progress-value{	
	background: #35d923;
	border-radius: 5px 0 0 5px;
}
.risk-level-meter.低度::-moz-progress-bar {	
	background: #35d923;
	border-radius: 5px 0 0 5px;
}
.risk-level-meter.低度::-ms-fill {
	background: #35d923;
	border-radius:  5px 0 0 5px;
     border: none;
}
