﻿html, body, #form1 {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.clear {
  clear: both;
}

  .clear:before, .clear:after {
    display: table;
    content: " ";
  }

  .clear:after {
    clear: both;
  }

.left {
  float: left;
}

.right {
  float: right;
}
/*=========================================== header ======================================*/
#header {
  display: table;
  position: fixed;
  z-index: 10;
  margin-top: 5px;
  margin-left: 10px;
  width: 100%;
}
/*
#header .title-left {
	position:relative;
	margin-left:50px;
}*/
.title-right {
  position: absolute;
  right: 10px;
  bottom: 28px;
  z-index: 100;
}

  .title-right img {
    width: 70%;
    display: block;
    float: right;
  }
/* [David 111.08.15] 吳股指示：圖資警告訊息 */
.title-left {
  position: absolute;
  left: 10px;
  bottom: 35px;
  z-index: 100;
}

#header .block-center {
  position: relative;
  margin-left: 50px;
  display: table;
}

  #header .block-center > #navToolbar, #header .block-center > #location-pan {
    display: inline-block;
  }

  #header .block-center #txtQueryLocation {
    box-shadow: 0 0 0px rgba(0,0,0,0) !important;
  }

#top-pan {
  min-height: 100%;
  background-color: transparent !important;
}

#header h1, #header div#navToolbar {
  display: inline-block;
  float: left;
}

#header h1 {
  font-size: 250%;
  font-family: 微軟正黑體;
  color: #ffffff;
  margin: 0 !important;
  font-weight: 900;
  display: table;
  text-shadow: 0 0 3px rgba(0,0,0,0.75),0 0 3px rgba(0,0,0,0.75),0 0 3px rgba(0,0,0,0.75);
}

  #header h1 b, #header h1 img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
  }

  #header h1 img {
    height: 50px;
  }

#navToolbar {
  background-color: transparent !important;
  border: 1px transparent none !important;
}

.location-pan {
  width: 400px;
  border-radius: 10px;
  background: rgba(0%,0%,0%,0.6) !important;
  border: 1px transparent none !important;
}

.InLine {
  display: table;
}

  .InLine div {
    display: inline-block;
    float: left;
  }

#menuToolbar {
  position: fixed;
  left: 0;
  top: 5px;
  width: 50px;
  z-index: 150;
  border: 1px transparent none !important;
}

#public-nav-bar {
  position: absolute;
  display: table !important;
  top: 5px;
  left: 5px;
  width: 100% !important;
  height: 40px;
  z-index: 150;
  display: inline-block;
}

  #public-nav-bar input[type=button] {
    float: left !important;
    width: auto !important;
    height: 30px !important;
    line-height: 30px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.35);
    background: rgba(100%,100%,100%,0.8) !important;
    border: 1px transparent none !important;
    padding: 0.05rem 0.5rem;
    border-radius: 3px;
    text-align: center;
    margin: 0 2px;
  }

  #public-nav-bar span {
    display: table;
    line-height: 30px;
  }

    #public-nav-bar span input {
      margin: 0.35rem 0.3rem !important;
    }

/*
.block-nav-bar {
	z-index:150;
	top:5px;
	left:33%;
	position:absolute;
	border-radius: 5px;
	background: rgba(100%,100%,100%,0.8) !important;
	border: 1px transparent none!important;
	width:400px;
	height:40px;
	margin:0 auto;
	display: block;
	padding:6px 10px 5px;
}*/
.block-nav-bar {
  z-index: 150;
  top: 5px;
  position: absolute;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  display: block;
}

.block-nav-cont {
  z-index: 150;
  position: relative;
  border-radius: 5px;
  background: rgba(100%,100%,100%,0.8) !important;
  border: 1px transparent none !important;
  width: 400px;
  height: 40px;
  margin: 0 auto;
  display: block;
  text-align:center;
  line-height:40px;
  vertical-align:middle;
}
.block-nav-bar a {
	width:auto;
  font-size: large;
  color: #333333;
  line-height:30px;
  vertical-align:middle;
}

.block-nav-bar ul, .block-nav-bar a {
  display: inline-block;
}

  .block-nav-bar ul.UlLineR {
    border-right: 1px #cdcdcd solid;
}

  .block-nav-bar ul.UlLineL {
    border-left: 1px #cdcdcd solid;
  }

.block-nav-bar .UlLineL a,.block-nav-bar .UlLineR a {
	width:40px;
}

/*----- searchDiv ----*/
#searchDiv {
	position: absolute; 
	height: 30px; 
	top: 5px; 
	right: 5px; 
	z-index: 999;
	display:table;
}
#searchInput {
	width: calc(100% - 55px)!important;
	height:20px;
	margin:0!important;
	display:inline-block;
}
#searchDiv img {
	height: 20px; 
	width: 20px; 
	cursor: pointer;
	display:inline-block;
}
@media (min-width: 360px) {
.block-nav-cont {
	width: calc(100% - 320);
}
}
@media (min-width: 400px) {
.block-nav-cont {
	width:400px;
}
}
#div-block {
  position: absolute;
  right: 50px;
  bottom: 10px;
  z-index: 150;
  border-radius: 5px;
  background: rgba(100%, 100%, 100%, 0.9) !important;
  border: 1px transparent none !important;
  width: 220px;
  height: 360px;
  margin: 0 auto;
  display: block;
  padding: 6px 10px 5px;
}

#div-block2 {
  border: 2px solid #458B74;
  border-radius: 10px;
  padding: 2% 2%;
  margin: 5px;
  height: 340px;
}

#div-block3 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 150;
  border-radius: 5px;
  background: rgba(100%, 100%, 100%, 0.9) !important;
  border: 1px transparent none !important;
  width: 85px;
  height: 390px;
  margin: 0 auto;
  display: block;
  padding: 6px 10px 5px;
}

#div-block4 {
  border: 2px solid #458B74;
  border-radius: 5px;
  padding: 2% 2%;
  margin: 5px;
  height: 372px;
}

/*=========================================== header ICON Button ======================================*/
#zoomin {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_ZoomIn.png');
  background-repeat: no-repeat;
}

#zoomout {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_ZoomOut.png');
  background-repeat: no-repeat;
}

#zoomfullext {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_ZoomAll.png');
  background-repeat: no-repeat;
}

#zoomprev {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_LastPage.png');
  background-repeat: no-repeat;
}

#zoomnext {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_NextPage.png');
  background-repeat: no-repeat;
}

#pan {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_Move.png');
  background-repeat: no-repeat;
}

#deactivate {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_Del.png');
  background-repeat: no-repeat;
}

#print {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_Print.png');
  background-repeat: no-repeat;
}

#Survey {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_Survey.png');
  background-repeat: no-repeat;
}

  #Survey span {
    display: none;
  }

#getlength {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_Survey_line.png');
  background-repeat: no-repeat;
}

#getarea {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_Survey_area.png');
  background-repeat: no-repeat;
}

#streetview {
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_StreetView.png');
  background-repeat: no-repeat;
}

  #zoomin:hover,
  #zoomout:hover,
  #zoomfullext:hover,
  #zoomprev:hover,
  #zoomnext:hover,
  #pan:hover,
  #deactivate:hover,
  #print:hover,
  #Survey:hover,
  #getlength:hover,
  #getarea:hover,
  #streetview:hover,
  #btnDoor:hover,
  #btnCross:hover,
  #btnMark:hover,
  #btnTwd97:hover,
  #btnLonLat:hover,
  #btnLand:hover,
  #btnLand:hover,
  #btnPipeId:hover,
  #btndraw:hover {
    background-color: #fff !important;
    border-radius: 25px;
    filter: Alpha(Opacity=70); /* IE */
    ;
    -moz-opacity: 0.7; /* FF + Moz */
    ;
    opacity: 0.7; /* CSS3 */
    ;
    zoom: 1;
  }
/*=========================================== 其他按鈕 ======================================*/
#btnDoor {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 2px;
  background-color: transparent;
  background-image: url('../images/Icon_door.png');
  background-repeat: no-repeat;
}

#btnCross {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 2px;
  background-color: transparent;
  background-image: url('../images/Icon_Cross.png');
  background-repeat: no-repeat;
}

#btnMark {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 2px;
  background-color: transparent;
  background-image: url('../images/Icon_Mark.png');
  background-repeat: no-repeat;
}

#btnTwd97 {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 2px;
  background-color: transparent;
  background-image: url('../images/Icon_Mark97.png');
  background-repeat: no-repeat;
}

#btnLonLat {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 2px;
  background-color: transparent;
  background-image: url('../images/Icon_LL.png');
  background-repeat: no-repeat;
}

#btnLand {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 2px;
  background-color: transparent;
  background-image: url('../images/Icon_Land.png');
  background-repeat: no-repeat;
}

#btnPipeId {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 2px;
  background-color: transparent;
  background-image: url('../images/Icon_PipeId.png');
  background-repeat: no-repeat;
}

#menuToolbar {
  background-color: transparent !important;
  margin: 5px 5px;
}

#btnLegend {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_layer.png');
  background-repeat: no-repeat;
  filter: Alpha(Opacity=60); /* IE */
  ;
  -moz-opacity: 0.6; /* FF + Moz */
  ;
  opacity: 0.6; /* CSS3 */
  ;
  zoom: 1;
}

#btndraw {
  border-radius: 3px;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  background-color: transparent;
  background-image: url('../images/Icon_draw.png');
  background-repeat: no-repeat;
  filter: Alpha(Opacity=60); /* IE */
  ;
  -moz-opacity: 0.6; /* FF + Moz */
  ;
  opacity: 0.6; /* CSS3 */
  ;
  zoom: 1;
}
/*=========================================== Tool按鈕 ======================================*/
.BlockPanel {
  position: absolute;
  top: 300px;
  left: 200px;
  width: 200px;
  height: 150px;
  visibility: hidden;
  background-color: white;
  z-index: 99;
}

.fixedPanel {
  position: fixed;
  top: 60px;
  left: 0px;
  width: 300px;
  min-height: 80%;
  /* visibility: hidden; */
  background-color: white;
  z-index: 99;
}

.Block-Panel-body {
  padding: 10px 5px;
}

#drawFloatPane, #legendFloatPane {
  border-radius: 5px !important;
}

#btnDraw_Polygon span,
#btnDraw_Rectangle span,
#btnDraw_End span,
#btnDraw_undo span,
#btnDraw_redo span,
#btnDraw_AllClear span,
#btnDraw_OneClear span {
  display: none;
}

#btnDraw_Polygon:hover,
#btnDraw_Rectangle:hover,
#btnDraw_End:hover,
#btnDraw_undo:hover,
#btnDraw_redo:hover,
#btnDraw_AllClear:hover,
#btnDraw_OneClear:hover {
  filter: Alpha(Opacity=60); /* IE */
  ;
  -moz-opacity: 0.6; /* FF + Moz */
  ;
  opacity: 0.6; /* CSS3 */
  ;
  zoom: 1;
}

#btnDraw_Polygon {
  border-radius: 3px !important;
  width: 40px;
  height: 32px;
  display: block;
  border: 1px solid #c1c1c1;
  background-color: #e3e3e3;
  background-position: center center;
  background-image: url('../images/Tool_pan.png');
  background-repeat: no-repeat;
}

#btnDraw_Rectangle {
  border-radius: 3px !important;
  width: 40px;
  height: 32px;
  display: block;
  border: 1px solid #c1c1c1;
  background-color: #e3e3e3;
  background-position: center center;
  background-image: url('../images/Tool_Rectangle.png');
  background-repeat: no-repeat;
}

#btnDraw_End {
  border-radius: 3px !important;
  width: 40px;
  height: 32px;
  display: block;
  border: 1px solid #c1c1c1;
  background-color: #e3e3e3;
  background-position: center center;
  background-image: url('../images/Tool_Fin.png');
  background-repeat: no-repeat;
}

#btnDraw_undo {
  border-radius: 3px !important;
  width: 40px;
  height: 32px;
  display: block;
  border: 1px solid #c1c1c1;
  background-color: #e3e3e3;
  background-position: center center;
  background-image: url('../images/Tool_last.png');
  background-repeat: no-repeat;
}

#btnDraw_redo {
  border-radius: 3px !important;
  width: 40px;
  height: 32px;
  display: block;
  border: 1px solid #c1c1c1;
  background-color: #e3e3e3;
  background-position: center center;
  background-image: url('../images/Tool_Next.png');
  background-repeat: no-repeat;
}

#btnDraw_AllClear {
  border-radius: 3px !important;
  width: 40px;
  height: 32px;
  display: block;
  border: 1px solid #c1c1c1;
  background-color: #e3e3e3;
  background-position: center center;
  background-image: url('../images/Tool_Del.png');
  background-repeat: no-repeat;
}

#btnDraw_OneClear {
  border-radius: 3px !important;
  width: 40px;
  height: 32px;
  display: block;
  border: 1px solid #c1c1c1;
  background-color: #e3e3e3;
  background-position: center center;
  background-image: url('../images/Tool_DelOne.png');
  background-repeat: no-repeat;
}

.legend li {
  padding: 3px 0;
}

  .legend li img, .legend li span {
    vertical-align: middle;
    padding: 0 3px;
    display: inline-block;
  }
/*=========================================== Map ======================================*/
#map {
  min-height: 100%;
  margin: -30px 0px;
  padding: 0;
  background-color: #c8f0ff !important;
}

.Pmap {
  margin: 0px !important;
  min-height: 100%;
  padding: 0;
  background-color: #c8f0ff !important;
}

.calcite .dijitContentPane {
  padding: 0px !important;
}

.esriLargeSlider {
  top: 170px !important;
}

/* #main-pan
    {
     color: red;
      border: solid medium  blue;
      width:100%;
      height:100%;
    }*/
/*=========================================== state ======================================*/
#bottom-pan {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  display: block;
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%) !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

  #bottom-pan div.pan {
    width: 100%;
    margin-top: 0px !important;
    padding: 3px 0 0 0 !important;
  }

    #bottom-pan div.pan div {
      padding-left: 5px !important;
    }
/*=========================================== 座標按鈕 ======================================*/
.Coordinate div {
  display: inline-block;
  padding: 0 10px;
}

#btnGetXY {
  border-radius: 3px;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: block;
  padding: 5px 13px;
  background-color: #5bc0de;
  background-image: url('../images/ICON_Coordinate.png');
  background-repeat: no-repeat;
}

  #btnGetXY:hover {
    filter: Alpha(Opacity=70); /* IE */
    ;
    -moz-opacity: 0.7; /* FF + Moz */
    ;
    opacity: 0.7; /* CSS3 */
    ;
    zoom: 1;
  }

  #btnGetXY span,
  #btnDoor span,
  #btnCross span,
  #btnMark span,
  #btnTwd97 span,
  #btnLonLat span,
  #btnLand span,
  #btnPipeId span,
  #btnLegend span,
  #btndraw span {
    display: none;
  }
/*=========================================== 強制修改DOJO ======================================*/
.calcite .dijitToolbar .dijitButtonNode:hover, .calcite .dijitToolbar .dijitSliderDecrementIconH:hover, .calcite .dijitToolbar .dijitSliderIncrementIconH:hover, .calcite .dijitToolbar .dijitSliderDecrementIconV:hover, .calcite .dijitToolbar .dijitSliderIncrementIconV:hover {
  color: #4c4c4c;
  background-color: transparent !important;
}

.calcite .dijitToolbar .dijitButtonNode:active, .calcite .dijitToolbar .dijitSliderDecrementIconH:active, .calcite .dijitToolbar .dijitSliderIncrementIconH:active, .calcite .dijitToolbar .dijitSliderDecrementIconV:active, .calcite .dijitToolbar .dijitSliderIncrementIconV:active, .calcite .dijitToolbar .dijitButtonNode:focus, .calcite .dijitToolbar .dijitSliderDecrementIconH:focus, .calcite .dijitToolbar .dijitSliderIncrementIconH:focus, .calcite .dijitToolbar .dijitSliderDecrementIconV:focus, .calcite .dijitToolbar .dijitSliderIncrementIconV:focus {
  color: #0079c1;
  background-color: transparent !important;
}

.calcite .dijitButtonNode, .calcite .dijitSliderDecrementIconH, .calcite .dijitSliderIncrementIconH, .calcite .dijitSliderDecrementIconV, .calcite .dijitSliderIncrementIconV {
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: #4c4c4c;
  background-color: transparent !important;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: transparent !important;
}

.calcite .btnLayer .dijitTooltipDialog .dijitTooltipContainer {
  background-image: linear-gradient(to bottom, #eaf5f5 0%, #d4ebea 100%) !important;
}

.btnLayer .dijitTooltipContainer {
  border: #d4ebea 1px solid !important;
}

.calcite .btnLayer .dijitTooltipDialog .dijitTooltipContainer .dijitTooltipContents {
  padding: 5px 15px !important;
}


.dojoxExpandoPane {
  background: transparent !important;
}

.dojoxExpandoIcon {
  display: block;
}

.dojoxExpandoTitle .dojoxExpandoIcon {
  width: 26px;
  cursor: pointer;
  background-position: -63px -3px;
  background-repeat: no-repeat;
  height: 26px;
}

.dojoxExpandoTitle {
  padding-right: 0px;
  padding-left: 0px;
  height: 26px;
  font-size: 18px;
  display: block;
  clear: both;
}

.dojoxExpandoIcon {
  background-image: url('../images/spriteRoundedIconsM.gif');
}

.dojoxExpandoIconRight {
  background-position: -30px 1px;
}

.calcite .dijitTextBox .dijitInputField {
  padding: 0px !important;
}

/*===============================================================右側收合面板=====*/
.layoutPaneArea {
  padding: 5px 10px;
  display: table;
  position: relative;
}
/*===============================================================跳出面板=====*/
.jumpArea {
  padding: 5px 10px;
  display: table;
}

  .jumpArea .dojoxFloatingPaneContent {
    padding: 5px;
    display: block;
  }

.dojoxFloatingPane {
  position: relative;
  background: rgba(0%,0%,0%,0.6) !important;
  border: 1px transparent none !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px #adadad;
}
/*===============================================================面板內容位置=====*/
.dojoxFloatingPaneFg {
  background: rgba(0%,0%,0%,0.6) !important;
  border: 1px transparent none !important;
}
/*===============================================================面板標題=====*/
.dojoxFloatingPaneTitle {
  background-image: linear-gradient(to bottom, #0096e6 0%, #005096 100%) !important;
  padding: 4px 4px 2px 4px;
  cursor: pointer;
  white-space: nowrap;
  /*	margin-right:30px!important;*/
  color: #fff !important;
  font-weight: 900 !important;
}

/* Icons */
.dojoxFloatingCloseIcon {
  background: url('../../dijit/themes/tundra/images/tabClose.png') no-repeat center center !important;
  width: 16px;
  height: 16px;
  overflow: hidden;
  float: right;
}

.dojoxFloatingMaximizeIcon {
  background: url('../../dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center !important;
  width: 7px;
  margin: 0px 4px;
  overflow: hidden;
  float: right;
}

.dojoxFloatingMinimizeIcon {
  background: url('../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center !important;
  width: 7px;
  margin: 0px 4px;
  overflow: hidden;
  float: right;
}


/*===============================================================關掉按扭=====*/
.btnClose {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent !important;
  background: url('../images/tabClose.png') no-repeat center center !important;
  width: 16px;
  height: 16px;
  overflow: hidden;
  float: right;
}
/*===============================================================寛度=====*/
.wid {
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

.col-md-12 {
  width: 100%;
}

.col-md-11 {
  width: 91.66666666666666%;
}

.col-md-10 {
  width: 83.33333333333334%;
}

.col-md-9 {
  width: 75%;
}

.col-md-8 {
  width: 66.66666666666666%;
}

.col-md-7 {
  width: 58.333333333333336%;
}

.col-md-6 {
  width: 50%;
}

.col-md-5 {
  width: 41.66666666666667%;
}

.col-md-4 {
  width: 33.33333333333333%;
}

.col-md-3 {
  width: 25%;
}

.col-md-2 {
  width: 16.666666666666664%;
}

.col-md-1 {
  width: 8.333333333333332%;
}

.col-md-pull-12 {
  right: 100%;
}

.col-md-pull-11 {
  right: 91.66666666666666%;
}

.col-md-pull-10 {
  right: 83.33333333333334%;
}

.col-md-pull-9 {
  right: 75%;
}

.col-md-pull-8 {
  right: 66.66666666666666%;
}

.col-md-pull-7 {
  right: 58.333333333333336%;
}

.col-md-pull-6 {
  right: 50%;
}

.col-md-pull-5 {
  right: 41.66666666666667%;
}

.col-md-pull-4 {
  right: 33.33333333333333%;
}

.col-md-pull-3 {
  right: 25%;
}

.col-md-pull-2 {
  right: 16.666666666666664%;
}

.col-md-pull-1 {
  right: 8.333333333333332%;
}

.col-md-pull-0 {
  right: 0;
}

.col-md-push-12 {
  left: 100%;
}

.col-md-push-11 {
  left: 91.66666666666666%;
}

.col-md-push-10 {
  left: 83.33333333333334%;
}

.col-md-push-9 {
  left: 75%;
}

.col-md-push-8 {
  left: 66.66666666666666%;
}

.col-md-push-7 {
  left: 58.333333333333336%;
}

.col-md-push-6 {
  left: 50%;
}

.col-md-push-5 {
  left: 41.66666666666667%;
}

.col-md-push-4 {
  left: 33.33333333333333%;
}

.col-md-push-3 {
  left: 25%;
}

.col-md-push-2 {
  left: 16.666666666666664%;
}

.col-md-push-1 {
  left: 8.333333333333332%;
}

.col-md-push-0 {
  left: 0;
}

.col-md-offset-12 {
  margin-left: 100%;
}

.col-md-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-md-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-md-offset-9 {
  margin-left: 75%;
}

.col-md-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-md-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-md-offset-6 {
  margin-left: 50%;
}

.col-md-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-md-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-md-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-md-offset-0 {
  margin-left: 0;
}

/*===============================================================按扭樣式=====*/
.layoutPaneArea .boxbotton span.dijitButtonContents {
  width: 38px !important;
  height: 30px !important;
  margin: -1px 0 0 -6px;
}

.layoutPaneArea .dijitButtonContents {
  width: 100% !important;
}

  .layoutPaneArea .dijitButtonContents span {
    width: 100% !important;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

.BtDrop:hover, .BtDropDel:hover, .BtWire:hover, .BtSurface:hover, .BtDelete:hover, .BtRevoke:hover, .BtSelect:hover {
  filter: Alpha(Opacity=70, FinishOpacity=70, Style=2); /* IE */
  -moz-opacity: 0.7; /* FF + Moz */
  opacity: 0.7; /* CSS3 */
}

.BtDrop, .BtDropDel, .BtWire, .BtSurface, .BtDelete, .BtRevoke, .BtSelect {
  background-color: transparent;
  width: 38px;
  height: 30px;
  display: inline-block;
  margin: 2px;
}

.BtDrop {
  background: url('../images/Bt_drop.png') no-repeat center center;
}

.BtDropDel {
  background: url('../images/Bt_delpoint.png') no-repeat center center;
}

.BtWire {
  background: url('../images/Bt_wire.png') no-repeat center center;
}

.BtSurface {
  background: url('../images/Bt_surface.png') no-repeat center center;
}

.BtDelete {
  background: url('../images/Bt_delete.png') no-repeat center center;
}

.BtRevoke {
  background: url('../images/Bt_revoke.png') no-repeat center center;
}

.BtSelect {
  background: url('../images/Bt_select.png') no-repeat center center;
}

/*===============================================================通用按扭樣式=====*/
.layer1 {
  display: block;
}

.btn-group {
  position: relative;
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
}

  .btn-group:after {
    display: table;
    content: " ";
  }

.layer1 .dijitAccordionInnerContainer .dijitAccordionTitle {
  padding: 5px 10px !important;
  color: #ffffff;
  text-shadow: 0 0px 3px rgba(0, 0, 0, .075),0 0px 3px rgba(0, 0, 0, .075),0 0px 3px rgba(0, 0, 0, .075);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}

/*===============================================================成一橫列樣式=====*/
.list-inline {
  display: table;
  margin: 2px 0;
}

  .list-inline input[type=text], .list-inline input, .list-inline img, .list-inline b, .list-inline .dijitTextBox, .list-inline span,
  .list-inline label, .list-inline table, .list-inline span:first-child, .list-inline .dijitCheckBox, .list-inline button {
    display: inline-block;
    padding: 0 3px;
    float: left;
  }

    .list-inline label table {
      margin-top: -5px;
    }

  .list-inline .dijitCheckBox, .list-inline .dijitSelect {
    margin-top: 4px;
    margin-right: 1px;
  }

  .list-inline .dijitArrowButton {
    padding: 3px;
  }

  .list-inline input[type=Select] {
    padding: 0px !important;
  }

  .list-inline span button {
    width: auto;
  }

.bt .dijitButtonNode {
  width: 100%;
}

.bton {
  width: 100%;
  display: inline-block;
  padding: 6px 12px;
  margin: 2px 0;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

  .bton:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .bton:hover, .btn:focus {
    color: #333;
    text-decoration: none;
  }

  .bton:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  }

  .bton.disabled, .btn[disabled], fieldset[disabled] .bton {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
  }

  .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
  }

  .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
  }

  .btn-default .badge {
    color: #fff;
    background-color: #fff;
  }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
  }

  .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
  }

  .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
  }

  .btn-primary .badge {
    color: #428bca;
    background-color: #fff;
  }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
  }

  .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none;
  }

  .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }

  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
  }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
  }

  .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
  }

  .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }

  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
  }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }

  .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none;
  }

  .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }

  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
  }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
  }

  .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
  }

  .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }

  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
  }

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

    .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
      border-color: transparent;
    }

      .btn-link:hover, .btn-link:focus {
        color: #2a6496;
        text-decoration: underline;
        background-color: transparent;
      }

      .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
        color: #999;
        text-decoration: none;
      }
/* ========================= 跳出視窗有黑底畫面 ===================== */
#dialog {
  /* 非IE瀏覽用設定，使其長寬都延展至100% */
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  text-align: center;
}

* html #dialog {
  position: absolute;
}
/*IE舊瀏覽器用，設定絕對定位*/
#msg {
  /*訊息區塊，背景設為白色，使用絕對定位*/
  position: fixed;
  top: 15%;
  left: 25%;
  width: 500px;
  z-index: 1003;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
