form {
	width: 100%;
	height: 100%;
}
p {
	margin-bottom: 0rem;
}
button {
	font-family: 微軟正黑體 !important;
	display: block;
}

@media (min-width: 950px) {/*910px*/
	.hide-1000 {
		display: none !important;
		visibility: hidden;
	}
	.show-1000 {
		display: inline-block;
		visibility: visible;
	}
}
@media (max-width: 950px) {
	.hide-1000 {
		display: inline-block;
		visibility: visible;
	}
	.show-1000 {
		display: none !important;
		visibility: hidden;
	}
}

/* 地圖 */
.map {
	/* org start
	height: 600px;
	org end*/
    position: relative;
	top: 0px;
    margin: 0 auto;
    width: 100%;
    background: none;
}
.mapLeftMenu {
	/* 2019 */
	top: 5px;
	border: 3px solid #00a93a;
	background: linear-gradient(90deg, #d4ead9, #edf6ed 28%, #FFFFFF 50%, #d9ecdc 82%, #d4ead9 100%);
    
	/* org start #d4ead9 #d9ecdc #edf6ed   #00a93a
	height: 520px;
	top: 38px;
	border: 3px solid #B2B1B1;
	background: linear-gradient(90deg, #DBDBDB, #FFFFFF 8%, #E0DFDF 39%, #CECECE 43%, #F6F6F6 100%);
    line-height: 30px;
	org end*/
    
    position: absolute;
    left: 5px;
    padding: 10px;
    z-index: 1;
    border-radius: 10px;
    width: 260px;
    overflow: auto;
}
.contentPane .table td{/* esri infoTemplate 表格樣式 */
	padding: 0.25rem;
}
.esriIconFallbackText {/* 隱藏esri右下角文字 */
 display: none;
}
.esriAttribution{/* 隱藏esri右下角文字 */
	display: none;
}
.esriPopupWrapper {
	font-family: 微軟正黑體 !important;
}
.esriPopup .titlePane {/* esri infoTemplate 標題拖曳 */
  cursor: move;
}

/* 色彩 (shards) */
.bg-primary-25 {
  background-color: rgba(0, 123, 255, 0.25) !important;
}
.bg-primary-50 {
  background-color: rgba(0, 123, 255, 0.5) !important;
}
.bg-primary-75 {
  background-color: rgba(0, 123, 255, 0.75) !important;
}
.bg-info-25 {
  background-color: rgba(0, 184, 216, 0.25) !important;
}
.bg-info-50 {
  background-color: rgba(0, 184, 216, 0.5) !important;
}
.bg-info-75 {
  background-color: rgba(0, 184, 216, 0.75) !important;
}
.bg-success-25 {
	background-color: rgba(23, 198, 113, 0.25) !important;
}
.bg-success-50 {
	background-color: rgba(23, 198, 113, 0.5) !important;
}
.bg-success-75 {
	background-color: rgba(23, 198, 113, 0.75) !important;
}
.bg-warning-25 {
  background-color: rgba(255, 180, 0, 0.25) !important;
}
.bg-warning-50 {
  background-color: rgba(255, 180, 0, 0.5) !important;
}
.bg-warning-75 {
  background-color: rgba(255, 180, 0, 0.75) !important;
}
.bg-danger-25 {
  background-color: rgba(196, 24, 60, 0.25) !important;
}
.bg-danger-50 {
  background-color: rgba(196, 24, 60, 0.5) !important;
}
.bg-danger-75 {
  background-color: rgba(196, 24, 60, 0.75) !important;
}
.bg-secondary-25 {
  background-color: rgba(90, 97, 105, 0.25) !important;
}
.bg-secondary-50 {
  background-color: rgba(90, 97, 105, 0.5) !important;
}
.bg-secondary-75 {
  background-color: rgba(90, 97, 105, 0.75) !important;
}

/* 按鈕 */
.btn {
	font-size: 100%;
	font-weight: 400;
}
.btnMenu {
    margin: 0 auto;
    width: 100%;
}
.btnMenu table tr td {
    width: 70px;
    text-align: center;
    vertical-align: middle;
}
.btnMenu table tr td img {
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
.btnMenu table tr {
    background-image: url(../images/headerg.png);
    background-repeat: no-repeat;
}
.btn i {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}

/* 導覽列 */
.nav {
	font-size: 1rem;
}
.nav-link{
	/*background-color: transparent !important;
	border-bottom: solid 5px rgba(248, 182, 0, 0.5) !important;
	margin-left: 5px;
	margin-right: 5px;
	color: rgba(248, 182, 0, 0.7) !important;*/
	color: #595959;
}
.nav-link.active{
	background-color: #9eb2c5;
	/*border-bottom: solid 5px rgba(248, 182, 0, 1) !important;
	color: rgba(248, 182, 0, 1) !important;*/
}
.nav-link-download{
	/*font-size: 1.2rem;*/
	padding:0.625rem 1.125rem; /*0.625rem 1.125rem 0rem 1.125rem*/
	transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
	background-color: transparent !important;
	border-bottom: solid 5px;
	opacity: 0.7;
	margin-left: 5px;
	margin-right: 5px;
}
.nav-link-download:hover{
	opacity: 1;
}

/* 卷軸 */
::-webkit-scrollbar {
	height: 8px;
}
::-webkit-scrollbar-button {
	height: 8px;
}

/* 表格分頁 */
.pager .active a {
	color: black;
}
.prev-link, .next-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.prev-link:hover, .next-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.prev-link:focus, .next-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.prev-link:not(:disabled):not(.disabled), .next-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination-lg .prev-link, .pagination-lg .next-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-sm .prev-link, .pagination-sm .next-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* 表格標頭 */
.SortLink {
	white-space: break-spaces;
}

/* 工具 */
.mouseDrawing{
	cursor:crosshair;/* 十字 */
}
.mouseHelp {
	cursor:help;
}
.tooltip{
	font-family: 'Microsoft JhengHei';
}
.word_break {
	word-wrap: break-word;
	word-break: break-all;
}
/* 轉圈圈 */
.loadCenter
{
	position: absolute;
	z-index: 999;
    /* v2018 start
	top: 405px;
    left:516px;
    z-index:1;
	v2018 end*/
}  
/* 鼠標座標 */
.xyCenter{
	/* v2019 */
	background-color: rgba(255,255,255,0.7);
	/* org start
	left:272px;
	org end */
	position: absolute;
	bottom:0;
   z-index:30;
}
/* 查詢鍵色彩 */
.bg-queryIcon {
	background-color: rgb(0,169,58);
}
.bg-queryIcon02{
	background-color: rgba(0,169,58, 0.2);
}
/* 查詢結果統計 div */
.css_statSearch div{
	width: 100%;
}
.css_statSearch table{
	width: 100%;
	text-align: center;
	border: 1px #fff solid !important;
}
.css_statSearch th{
	font-weight: 700;
	color: white;
}
/* ??? */
#info {
	top: 2px;
	color: #444;
	height: auto;
	font-family: arial;
	right: 160px;
	margin: 5px;
	padding: 10px;
	position: absolute;
	width: 290px;
	z-index: 40;
	border: solid 2px #666;
	border-radius: 4px;
	background-color: #fff;
}
/* 地籍資料視窗 */
.outerinfo{
	  position:absolute;
	  bottom: 43px;
	  width:230px;
	  height:auto;
	  text-align:center;
	  z-Index:999;
	  background-color:rgba(255,255,255,0.9);
	  right: calc(50% - 115px);
}


/* 點數訂單 timeline */
ul.stepper li.primary a .circle {
    background-color: #0067F4 !important;
}
ul.stepper li.info a .circle {
    background-color: #00B8D8 !important;
}
ul.stepper li.success a .circle {
    background-color: #17C671 !important;
}
ul.stepper li.warning a .circle {
    background-color: #ff3547 !important;
}
ul.stepper li.danger a .circle {
    background-color: #ff3547 !important;
}
ul.stepper li.secondary a .circle {
    background-color: #5A6169 !important;
}
ul.stepper li.dark a .circle {
    background-color: #212529 !important;
}
ul.stepper li.light a .circle {
    background-color: #E9ECEF !important;
}
ul.stepper {
    /*padding: 0 1.5rem;
    padding: 1.5rem;
    margin: 1em -1.5rem;*/
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section;
}
ul.stepper li a {
    padding: 1.3rem;
    text-align: center;
}
ul.stepper li a .circle {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: .5rem;
    line-height: 1.7rem;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.38);
    border-radius: 50%;
}
ul.stepper li a .label {
    display: inline-block;
    color: rgba(0,0,0,0.7);
}
ul.stepper li.active a .label, ul.stepper li.completed a .label {
    font-weight: 600;
    color: rgba(0,0,0,0.87);
}

.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.stepper-horizontal li a .label {
    margin-top: .63rem;
    display: block !important;
}
.stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: .5rem 0 0 0;
    content: "";
    background-color: rgba(0,0,0,0.1);
}
.stepper-horizontal li:not(:first-child):before {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: .5rem 0 0 0;
    content: "";
    background-color: rgba(0,0,0,0.1);
}