@charset "UTF-8";



html,body {
   margin:0;
   padding:0;
   height:100%;
   font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif !important;
}

a, a:hover, a:focus {
	text-decoration:none !important;
	outline: none;/* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}

button:focus {outline:0;}

.modal input[type=checkbox] {width:20px; height:20px;}

.bg-f5{
	background:#f5f5f5 !important;	
}

/*--- padding setting ---*/
.p0{
	padding:0px !important;
}
.p5 {
	padding:5px !important;
}
.p6 {
	padding:6px !important;
}
.p10 {
	padding:10px !important;
}
.p15 {
	padding:15px !important;
}

.pt0 {
	padding-top:0 !important;
}
.pt5 {
	padding-top:5px !important;
	}
.pt10 {
	padding-top:10px !important;
}
.pt15 {
	padding-top:15px !important;
}
.pt20 {
	padding-top:20px !important;
}

.pb0 {
	padding-bottom:0px !important;
}
.pb5 {
	padding-bottom:5px !important;
}
.pb6 {
	padding-bottom:6px !important;
}
.pb10 {
	padding-bottom:10px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pb30 {
	padding-bottom:30px !important;
}


.pl0 {
	padding-left:0 !important;
}
.pl5 {
	padding-left:5px !important;
}
.pl10 {
	padding-left:10px !important;    
}
.pl15 {
	padding-left:15px !important;
}
.pl20 {
	padding-left:20px !important;
}

.pr0 {
	padding-right:0 !important;
}
.pr5 {
	padding-right:5px !important;
}
.pr10 {
	padding-right:10px !important;
}
.pr15 {
	padding-right:15px !important;
}
.pr20 {
    padding-right:20px !important;
}

.plr0 {
	padding-left:0 !important;
	padding-right:0 !important;
}
.plr5 {
	padding-left:5px !important;
	padding-right:5px !important;
}
.plr7 {
	padding-left:7px !important;
	padding-right:7px !important;
}
.plr10 {
	padding-left:10px !important;
	padding-right:10px !important;
}
.plr15 {
	padding-left:15px !important;
	padding-right:15px !important;
}



/*--- margin setting ---*/
.m0{ 
	margin:0px !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb2 {
	margin-bottom:2px !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}


.mt-minus3{ 
    margin-top: -3px !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt7{
    margin-top:7px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}

.mtb0 {
	margin-bottom:0 !important;
	margin-top:0 !important;
}
.mtb5 {
	margin-bottom:5px !important;
	margin-top:5px !important;
}
.mtb10 {
	margin-bottom:10px !important;
	margin-top:10px !important;
}

.radius-0{ 
	border-radius:0px;
}
.page {
	/*height:100%;*/
    position:relative;
}
.btn {
	font-size:14px;
	font-weight:400;
}

.td-none{ text-decoration:none !important;}

.top-right-radius-0{border-top-right-radius:0px;}

.top-left-radius-0{border-top-left-radius:0px;}

.right-radius-0{border-top-right-radius:0px; border-bottom-right-radius:0px;}

.left-radius-0{border-top-left-radius:0px; border-bottom-left-radius:0px;}

.float-left{ float: left;}

.float-right{ float: right;}

.display-flex{ display: flex;}

.display-block{ display: block;}

.border-radius-5{ border-radius: 5px;}


/*----- FontSize setting -----*/
.fs12{ font-size:12px;}

.fs14{ font-size:14px;}

.fs15{ font-size:15px;}

.fs16{ font-size:16px;}

.fs18{font-size:18px;}

.fs20{font-size:20px;}

.fs24{font-size:24px;}

.fwb{ font-weight:bold;}


.cc{ color:#CCC}

.c9{ color:#999;}

.c6{color:#666;}

.color-f{color:#fff;}

.drawbutton {
	font-size:13px;
	font-weight:400;
}

/*----- Button Color Setting -----*/
.btn-withe {
  color: #555555;
  background-color: #fff;
  border-color: #aaa;
}
.btn-withe:focus,
.btn-withe.focus {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #aaa;
}
.btn-withe:hover {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #aaa;
}

.btn-withe:active,
.btn-withe.active,
.open > .dropdown-toggle.btn-withe {
  color: #555555;
  background-color: #aaa;
  border-color: #aaa;
}

.must-input::after {
    color: #f00;
    content: "＊";
    display: inline-block;
    margin-right: 1px;
}



.container-gis {
	position: fixed;
	top:0px;
	bottom:0px;
	left:0;
	right:0;
	z-index:1;
	border-top:1px solid #CCC;
}



.map-canvas {
	position:absolute;
	top:0;
	bottom:0px;
	left:0;
	right:0;
	z-index:2;
}


.mb0 {
	margin-bottom:0px;
}
.mb10 {
	margin-bottom:10px;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml25 {
	margin-left:25px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr25 {
	margin-right:25px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.pl0 {
	padding-left:0;
}
.pr0 {
	padding-right:0;
}

/*Loading*/
.loading-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
}
  
#floatingBarsG{
	position: absolute;
	width: 80px;
	height: 99px;
	margin-left: -40px;
	margin-top: -70px;
	top:50%;
	left:50%;
}
#floatingBarsG p {
	position: absolute;
	top: 115px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	font-size: 120%;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	font-family: "微軟正黑體";
}
.blockG{
    position:absolute;
    background-color: rgba(255, 255, 255, 0);
    width:13px;
    height:31px;
    -moz-border-radius:11px 11px 0 0;
    -moz-transform:scale(0.4);
    -moz-animation-name:fadeG;
    -moz-animation-duration:1.1199999999999999s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:11px 11px 0 0;
    -webkit-transform:scale(0.4);
    -webkit-animation-name:fadeG;
    -webkit-animation-duration:1.1199999999999999s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:11px 11px 0 0;
    -ms-transform:scale(0.4);
    -ms-animation-name:fadeG;
    -ms-animation-duration:1.1199999999999999s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:11px 11px 0 0;
    -o-transform:scale(0.4);
    -o-animation-name:fadeG;
    -o-animation-duration:1.1199999999999999s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:11px 11px 0 0;
    transform:scale(0.4);
    animation-name:fadeG;
    animation-duration:1.1199999999999999s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#rotateG_01{
    left:0;
    top:36px;
    -moz-animation-delay:0.41999999999999993s;
    -moz-transform:rotate(-90deg);
    -webkit-animation-delay:0.41999999999999993s;
    -webkit-transform:rotate(-90deg);
    -ms-animation-delay:0.41999999999999993s;
    -ms-transform:rotate(-90deg);
    -o-animation-delay:0.41999999999999993s;
    -o-transform:rotate(-90deg);
    animation-delay:0.41999999999999993s;
    transform:rotate(-90deg);
}

#rotateG_02{
    left:10px;
    top:13px;
    -moz-animation-delay:0.5599999999999999s;
    -moz-transform:rotate(-45deg);
    -webkit-animation-delay:0.5599999999999999s;
    -webkit-transform:rotate(-45deg);
    -ms-animation-delay:0.5599999999999999s;
    -ms-transform:rotate(-45deg);
    -o-animation-delay:0.5599999999999999s;
    -o-transform:rotate(-45deg);
    animation-delay:0.5599999999999999s;
    transform:rotate(-45deg);
}

#rotateG_03{
    left:34px;
    top:4px;
    -moz-animation-delay:0.7s;
    -moz-transform:rotate(0deg);
    -webkit-animation-delay:0.7s;
    -webkit-transform:rotate(0deg);
    -ms-animation-delay:0.7s;
    -ms-transform:rotate(0deg);
    -o-animation-delay:0.7s;
    -o-transform:rotate(0deg);
    animation-delay:0.7s;
    transform:rotate(0deg);
}

#rotateG_04{
    right:10px;
    top:13px;
    -moz-animation-delay:0.8399999999999999s;
    -moz-transform:rotate(45deg);
    -webkit-animation-delay:0.8399999999999999s;
    -webkit-transform:rotate(45deg);
    -ms-animation-delay:0.8399999999999999s;
    -ms-transform:rotate(45deg);
    -o-animation-delay:0.8399999999999999s;
    -o-transform:rotate(45deg);
    animation-delay:0.8399999999999999s;
    transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:36px;
    -moz-animation-delay:0.9799999999999999s;
    -moz-transform:rotate(90deg);
    -webkit-animation-delay:0.9799999999999999s;
    -webkit-transform:rotate(90deg);
    -ms-animation-delay:0.9799999999999999s;
    -ms-transform:rotate(90deg);
    -o-animation-delay:0.9799999999999999s;
    -o-transform:rotate(90deg);
    animation-delay:0.9799999999999999s;
    transform:rotate(90deg);
}

#rotateG_06{
    right:10px;
    bottom:9px;
    -moz-animation-delay:1.1199999999999999s;
    -moz-transform:rotate(135deg);
    -webkit-animation-delay:1.1199999999999999s;
    -webkit-transform:rotate(135deg);
    -ms-animation-delay:1.1199999999999999s;
    -ms-transform:rotate(135deg);
    -o-animation-delay:1.1199999999999999s;
    -o-transform:rotate(135deg);
    animation-delay:1.1199999999999999s;
    transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:34px;
    -moz-animation-delay:1.26s;
    -moz-transform:rotate(180deg);
    -webkit-animation-delay:1.26s;
    -webkit-transform:rotate(180deg);
    -ms-animation-delay:1.26s;
    -ms-transform:rotate(180deg);
    -o-animation-delay:1.26s;
    -o-transform:rotate(180deg);
    animation-delay:1.26s;
    transform:rotate(180deg);
}

#rotateG_08{
    left:10px;
    bottom:9px;
    -moz-animation-delay:1.4s;
    -moz-transform:rotate(-135deg);
    -webkit-animation-delay:1.4s;
    -webkit-transform:rotate(-135deg);
    -ms-animation-delay:1.4s;
    -ms-transform:rotate(-135deg);
    -o-animation-delay:1.4s;
    -o-transform:rotate(-135deg);
    animation-delay:1.4s;
    transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
0%{
    background-color: rgba(255, 255, 255, 1);
}

100%{
    background-color: rgba(255, 255, 255, 0);
}
}

@-webkit-keyframes fadeG{
0%{
    background-color: rgba(255, 255, 255, 1);
}

100%{
    background-color: rgba(255, 255, 255, 0);
}
}


@-o-keyframes fadeG{
0%{
    background-color: rgba(255, 255, 255, 1);
}
100%{
    background-color: rgba(255, 255, 255, 0);
}
}

@keyframes fadeG{
0%{
    background-color: rgba(255, 255, 255, 1);
}
100%{
    background-color: rgba(255, 255, 255, 0);
}
}
/*Loading-end*/


.switch-blue {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: 20px;
  padding: 3px;
  /*background-color: white;*/
  border-radius: 18px;
  cursor: pointer;
  /*
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
  */
}

.switch-input-blue {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-input-blue:checked ~ .switch-label {
  background: #08a5ff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input-blue:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input-blue:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-input-blue:checked ~ .switch-handle {
  left: 30px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}



.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 20px;
  padding: 3px;
  /*background-color: white;*/
  border-radius: 18px;
  cursor: pointer;
  /*
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
  */
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}


.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #01aba0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}



.btn-blue {
color: #fff;
border-color:#7080B1;
background: #7080B1; /* Old browsers */

}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active {
color: #fff;
border-color: #7080B1;
background: #7080B1; /* Old browsers */
}

.btn-purple {
color: #fff;
border-color:#9688C3;
background: #9688C3; /* Old browsers */

}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active {
color: #fff;
border-color: #9688C3;
background: #9688C3; /* Old browsers */
}


.btn-gray {
color: #fff;
border-color:#ddd;
background: #ddd; /* Old browsers */

}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active {
color: #fff;
border-color: #ddd;
background: #ccc; /* Old browsers */
}


.custom-scrollbar{
	display: block;
	width:100%;
	/*height:430px;*/
	overflow:auto;
	padding-right:10px;
}

.custom-scrollbar::-webkit-scrollbar {
width: 5px;
  height: 5px;
  background-color: #ccc; /* or add it to the track */
}
/* Add a thumb */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #999;
	border-radius:10px; 
}

/* horizontal */
.custom-scrollbar-x{
	display: block;
	width:100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

.custom-scrollbar-x::-webkit-scrollbar {
    width: 5px;
    height: 5px;
	background-color: #ccc;
}

.custom-scrollbar-x::-webkit-scrollbar-thumb {
	background: #999;
	border-radius:10px; 
}




.text-bold{
    font-weight: bold;
}

.fs13{
    font-size: 13px !important;
}





.left-menu-area{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99
}

.right-menu-area{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99
}

.tool-location{
    position: absolute;
    top: 50px;
    width: 340px;
    min-height: 250px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
}

.tool-layers{
    position: absolute;
    top: 50px;
    width: 250px;
    min-height: 200px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
}

.tool-map{
    position: absolute;
    top: 50px; 
    width: 265px;
    min-height: 150px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee; 
}

.tool-drawing, .tool-measure{
    position: absolute;
    top: 50px;
    width: 250px;
    min-height: 200px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee; 
}

.tool-drawing-body, .tool-measure-body{
    padding:0 10px 10px 10px;
}

.tool-heading{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 10px;
}

.tool-heading img{
    width: 20px;
    margin-top:-5px;
}

.tool-close{
    float: right;
    padding: 0 5px;
    color: #aaa;
}


.div-road{
    position: absolute;
    width: 275px;
    top: 70px;
    right: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #eee;
    z-index: 99;
}

.div-line{
    position: absolute;
    width: 275px;
    top: 70px;
    right: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #eee;
    z-index: 99;
}

.div-range{
    position: absolute;
    width: 275px;
    top: 70px;
    right: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #eee;
    z-index: 99;
}

.search-icon{
    width: 60px;
    height: 60px;
    background: #F3F2FA;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-icon-text{
    font-size: 12px;
    color: #aaa;
    width: 70px;
    text-align: center;
    padding-top: 8px;
}


.tab-search-body{
    background: #F3F2FA;
    padding: 15px;
}

.tab-search-title{
    font-size: 14px;
    font-weight: bold;
    color: #9688C3;
    padding-bottom: 5px;
}

.tab-search-select-right{
    border-color: #ccc;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
}

.tab-search-select-left{
    border-color: #ccc;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
}

.tab-search-button-right{
    border-color: #ccc;
}

.tab-search-tips{
    color: #aaa;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 15px 0px;
}
.div-heading{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.tool-road{
    width: 85px;
    font-size: 14px;
    font-weight: bold;
}

.tool-line{
    width: 85px;
    font-size: 14px;
    font-weight: bold;
}

.tool-range{
    width: 110px;
    font-size: 14px;
    font-weight: bold;
}

.tabs-area .nav-tabs{
    border-bottom: 0px;
}

.tabs-area .nav-tabs .nav-link{
    width: 50%;
    font-size: 14px;
    padding: 10px 5px;
}

.tab-container{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px; border-radius: 0 0 3px 3px;
}


.tool-layers-body{
    padding:0 10px 10px 10px;
}

.tool-drawing-ul{
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style-type: none;
}

.tool-drawing-li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -40px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.tool-drawing-li-footer{
    margin-left: -40px;
    padding: 10px;
}

.btn-drawtool{
    padding: 1px 3px 3px 3px;
}

.tool-drawing-total-title{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #9688C3;
}

.tool-drawing-total-ul{
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style-type: none;
    margin-bottom: 0px;
}

.tool-drawing-total-li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -40px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.tool-drawing-total-li:last-child{
    border-bottom: 0px solid #ddd;
}

.layers-list{
    background: #F3F2FA;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    height: 200px;
}

.layers-list-item{
    display: flex;
    align-items: center;
}

.layers-list-item input{
    margin-right:5px;
    width: 17px;
    height: 17px;
}

.layers-list-item-icon{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layers-list-item-name{
    font-size: 15px;
}

/*---- 編輯頁面 ----*/

.input-form-item{
    padding-bottom: 15px;
}

.input-form-title{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
}

.nav-tabs .nav-link{
    background: #bbb;
    color:#fff;
}


.btn-default {
    background-color: #f3f2fa;
    background-repeat: no-repeat;
    border-color: rgba(0, 0, 0, 0.2);
    filter: none;
    color: #555555;
    /*padding-top: 8px;
    padding-bottom: 8px;*/
}

.btn-group .active{
    background: #9688c3 !important;
    color: #fff !important;
}

.btn-group .active img{
    filter: invert(100%);
}


.table-result thead tr th{
    padding: 5px !important;
    vertical-align: middle !important;
    font-size: 13px;
    background: #9688C3;
    color: #fff;
    text-align: center;
}

.table-result tbody tr td{
    padding: 5px !important;
    vertical-align: middle !important;
    font-size: 13px;
    white-space: nowrap;
}

.table-result tbody tr:nth-of-type(odd) {
    background-color: #F3F2FA !important;
}


.picker {
			border-radius: 5px;
			width: 26px;
			height: 26px;
			cursor: pointer;
			-webkit-transition: all linear .2s;
			-moz-transition: all linear .2s;
			-ms-transition: all linear .2s;
			-o-transition: all linear .2s;
			transition: all linear .2s;
			border: thin solid #eee;
		}

#colorPick {
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(15px);
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 10px !important;
    font-family: "Open Sans", sans-serif;
    width: 105px !important;
    height: auto;
    box-sizing: content-box;
    z-index: 999;
}

.tool-target .nav-pills {
    height: 110px;
    overflow: auto;
    width: auto;
    flex-wrap: nowrap;
}

.tool-target .nav-pills .nav-link {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 0 5px !important;
}

.tool-target .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #666;
    background-color: transparent;
}

.tool-target .nav-pills .nav-link.active > .search-icon{
    background: #9688C3 !important;
}

.tool-target .nav-pills .nav-link.active > .search-icon img{
    filter: invert(100%);
}

.change-map-area{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 10px 20px 10px;
}

.change-map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.change-map.selected div{
    border: 5px solid #9688C3 !important;
}

.change-map-icon{
    width: 60px;
    height: 60px;
    background: #F3F2FA;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.change-map-icon img{
    width:50px;
}

.change-map-name{
    font-size: 13px;
    font-weight: bold;
    color: #777;
    padding: 5px 0;
    width: 80px;
    text-align: center;
}


.div-road-body{
    padding: 5px;
    max-height: calc(100vh - 230px);
}

.div-line-body{
    padding: 5px;
    max-height: calc(100vh - 230px);
}

.div-range-body{
    padding: 5px;
    max-height: calc(100vh - 230px);
}

.div-search-title{
    color: #9688c3;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.div-range-item{
    background: #F3F2FA;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.div-range-tips{
    font-size: 15px;
    font-weight: bold;
    color: #aaa;
    margin-top: 5px;
}

.div-road-footer{
    padding-top: 20px;
}

.div-line-footer{
    padding-top: 20px;
}

.div-range-footer{
    padding-top: 20px;
}

.div-line-item{
    background: #F3F2FA;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.div-line-item-title{
    color: #9688c3;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.line-item-text{
    font-size: 12px;
    padding: 2px 5px;
    width: 60px;
    justify-content: center;
}

.stepbar-area {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 20px;
  z-index: 999;
  height: 45px;
  width: auto;
  font-size: 14px;
  padding: 0px 7px;
  background: #fff;
  border-radius: 50px;
}

.progress-steps {
  width: 450px;
}

.progress-steps .top {
  margin-bottom: 30px;
  position: relative;
}

.progress-steps .top .progress {
  width: 99%;
  height: 4px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.progress-steps .top .progress span {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #9688C3;
  transition: 0.5s;
}

.progress-steps .top .steps {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.progress-steps .top .steps .step {
  background-color: white;
  border: 3px solid #e0e0e0;
  border-radius: 50px;
  padding: 4px 11px;
  cursor: pointer;
  background: #e0e0e0;
  font-size: 14px;
  font-weight: 700;
}

.progress-steps .top .steps .step.active {
  border-color: #9688C3;
  background: #9688C3;
  transition: 1s;
  color: #fff;
}

.progress-steps .disabled {
  background-color: #eee;
  border: 1px solid #bbb;
  color: #bdbdbd;
  cursor: no-drop;
}

.btn-prev {
  background: #9688c3;
  color: #fff;
  position: absolute;
  top: 0px;
  left: -60px;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  border: 1px solid #8478ab;
}

.btn-prev:active {
  background: #8478ab;
  border: 1px solid #8478ab;
}

.btn-next {
  background: #9688c3;
  color: #fff;
  position: absolute;
  top: 0px;
  right: -60px;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  border: 1px solid #8478ab;
}

.btn-next:active {
  background: #8478ab;
  border: 1px solid #8478ab;
}
