/*input(text)*/
@media print {
  a[href]:after {
    content: none !important;
  }
}


@media print {
.navbar-fixed-top{
	position: absolute!important;
  }
  
  
  

}








.search input[type='text'] {
	border: 1px solid rgb(204,204,204);
	border-image: none;
	height: 50px;
	color: rgb(51, 51, 51);
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: rgb(255, 255, 255);
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 1em;
}

/*reset*/
input[type=reset] {
	margin: 3px;
	border-radius: 5px;
	transition: 0.8s ease-out;
	border-image: none;
	color: white;
	cursor: pointer;
	box-shadow: inset 0px 1px rgba(255,255,255,0.4), 0px 2px 1px rgba(0,0,0,0.1);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	background-color: #a3d212;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/*button*/
input[type=button] {
	margin: 3px;
	border-radius: 5px;
	
	border-image: none;
	color: white;
	font-family: Arial, "微軟正黑體";
	font-size: 0.875em;
}


/*file*/
div.fileinputs {
	position: relative;	
}

div.fakefile {
	position: absolute;
	top: -5px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: left;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.fileinputs .fakefile img{
	vertical-align: bottom;
}
.fileinputs .fakefile input {
	border: 1px solid #CCC;
	
}



/*submit*/
input[type=submit] {
	margin: 3px;
	border-radius: 5px;
	transition: 0.8s ease-out;
	border-image: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
	box-shadow: inset 0px 1px rgba(255,255,255,0.4), 0px 2px 1px rgba(0,0,0,0.1);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
input[type=reset]:hover {
	/*box-shadow: inset 0px 1px rgba(255,255,255,0.2), inset 0px 20px 30px rgba(32,69,8,0.9);*/
	box-shadow: inset 0px 1px rgba(255,255,255,0.2);
}
input[type=button]:hover {

}
input[type=submit]:hover {
	/*box-shadow: inset 0px 1px rgba(255,255,255,0.2), inset 0px 20px 30px rgba(32,69,8,0.9);*/
	box-shadow: inset 0px 1px rgba(255,255,255,0.2);
}
/* General button style (reset) */




/* Special trash effect */
.trash-effect {
	position: relative;
	 max-width: 320px;
	margin: 60px auto 0;
} 

.trash-effect .icon-file {
	font-size: 1.5em;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateX(90px) translateY(20px) scale(1);
	-moz-transform: translateX(90px) translateY(20px) scale(1);
	-ms-transform: translateX(90px) translateY(20px) scale(1);
	transform: translateX(90px) translateY(20px) scale(1);
}

.trash-effect .icon-file:nth-child(2) {
	-webkit-transform: translateX(140px) translateY(-10px) scale(1);
	-moz-transform: translateX(140px) translateY(-10px) scale(1);
	-ms-transform: translateX(140px) translateY(-10px) scale(1);
	transform: translateX(140px) translateY(-10px) scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.trash-effect .icon-file:nth-child(3) {
	-webkit-transform: translateX(140px) translateY(50px) scale(1);
	-moz-transform: translateX(140px) translateY(50px) scale(1);
	-ms-transform: translateX(140px) translateY(50px) scale(1);
	transform: translateX(140px) translateY(50px) scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.trash-effect.trash-effect-active .icon-file {
	-webkit-transform: translateX(-100px) translateY(-10px) scale(0);
	-moz-transform: translateX(-100px) translateY(-10px) scale(0);
	-ms-transform: translateX(-100px) translateY(-10px) scale(0);
	transform: translateX(-100px) translateY(-10px) scale(0);
}

			

	
/*背景顏色*/




.bg_red {
	background-color: #CC0000;
	color: #FFF!important;
}
}
.bg_red:hover {
	background-color: #FF3300;
	color: #FFF!important;
}

.bg_blue{
	background-color: #24B8FF;
}
.bg_blue:hover {
	background-color: #C4ECFF;
	color: #09C!important;
}
	
.bg_blue2{
	background-color: #2d799f;
	color: #FFF;
}
.bg_blue2:hover {
	background-color: #24B8FF;
	color: #FFF!important;
}

.bg_green{
	background-color: #606f1d;
}
.bg_green:hover {
	background-color: #CEDBB3;
	color: #093!important;
}

.bg_green2{
	background-color: #009900;
}
.bg_green2:hover {
	background-color: #99CC00;
	color: #FFF!important;
}

.bg_gray{
	background-color: #CCCCCC;
	color: #000!important;
}
.bg_gray:hover {
	background-color: #666666;
	color: #FFF!important;
}

.bg_gray2{
	background-color: #666666;
}
.bg_gray2:hover {
	background-color: #999999;
	color: #FFF!important;
}

.bg_orange{
	background-color: #FF6600;
}
.bg_orange:hover {
	background-color: #FF9900;
	color: #FFF!important;
}

.bg_orange2{
	background-color: #606f1d;
}
.bg_orange2:hover {
	background-color: #A8C22C;
	color: #FFF!important;
}

.bg_yellow{
	background-color: #FFCC00;
	color: #FFF !important;
}
.bg_yellow:hover {
	background-color: #FFFFCC;
	color: #C90!important;
	border: 1px solid #C90;
}


.bg_black{
	background-color: #000000;
	color: #FFF;
}
.bg_black:hover {
	background-color: #666666;
	color: #FFF!important;
}


.bg_white{
	color: #333!important;
	background-color: #FFF ;
	border: 1px solid #CCC !important;
}











.btn_expired{

	
	background-color: rgb(153,153,153);
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.txt01{
	color: #690;
	font-weight: bold;
}
.txt02{
	color: #900;
}
.txt03{
	color: #297C7C;
	font-weight: bold;
}
.txt04{
	font-weight: bold;
}






/* table styles */
@font-face {

	src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/fonts/blokk/BLOKKRegular.eot');
	src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/fonts/blokk/BLOKKRegular.eot') format('embedded-opentype'),
url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/fonts/blokk/BLOKKRegular.woff') format('woff'),
url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/fonts/blokk/BLOKKRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.component {
	line-height: 1.5em;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}
.component .filler {

	color: #d3d3d3;
}
.itable table {
	border-collapse: collapse;
	background: #fff;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.itable td, th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FFF;
}
.itable td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}
.itable th {
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	height: 23px;
}
.itable tbody th {
	background-color: #333333;
	border: 1px solid #FFF;
}
.itable tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
.itable tbody tr:nth-child(2n) {
	background-color: #FDFDFD;
	transition: all .125s ease-in-out;
}


.itable tbody tr:hover {
	background-color: rgba(255,204,0,0.3);
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 3em 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
	margin: 0px;
	padding: 0px;
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color: #666;
			color: #eee;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}

.t_r{
	color: #900;
}
.t_b{
	color: #607A18;
}



/*checkbox*/
.checkboxbig{
	width: 100%;	
	outline: none;
	height: 30px;
}

.btn_expired{
	padding-bottom: 10px !important;
}

.text-danger{
	color: #C00 !important;
	font-weight: bold;
}

.text-gray{
	color: #999 !important;
}
.table_scroll .itable {
	width: 100%;
}



@media (min-width: 640px) {


.sob {
	height: 35px !important;
	border: 1px solid #CCC;
	
}
}












/*4.0*/







.btn-outline-primary {
	color: #FF9901;
	background-image: none;
	background-color: transparent;
	border: 1px solid #FF9901 !important;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #FF9901;
  border-color: #FF9901;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #FF9901;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #FF9901;
  border-color: #FF9901;
}

.btn-outline-secondary {
	color: #ccc;
	background-image: none;
	background-color: transparent;
	border: 1px solid #ccc !important;
	
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
	color: #5bc0de;
	background-image: none;
	background-color: transparent;
	border: 1px solid #5bc0de !important;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
	color: #5cb85c;
	background-image: none;
	background-color: transparent;
	border: 1px solid #5cb85c!important;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
	color: #9E721F!important;
	background-image: none;
	background-color: transparent;
	border: 1px solid #C58D27!important;
}

.btn-outline-warning:hover {
  color: #fff!important;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
	color: #d9534f;
	background-image: none;
	background-color: transparent;
	border: 1px solid #d9534f !important;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}








/*___________________________________________________________________*/




.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 2.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #FF9901;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #FF9901;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #FF9901;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1.5rem; /*checkbox框 大小*/
  height: 1.5rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
          background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #FF9901;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}





.comment-text-area {
  float: left;
  width:100%;
  height: auto;
  background-color: red;
}

.textinput {
	float: left;
	width: 100%;
	min-height: 35px;
	outline: none;
	resize: none;
	border: 1px solid #CCCCCC;
}


nav .pagination li a {
	color: #333333;
}
nav .pagination li a:hover {
	color: #FFFFFF;
	background-color: #99CC66;
}

nav .pagination li a:focus {
	color: #FFFFFF;
	background-color: #99CC66;
}
.custom-controls-stacked li {
	float: left;
	list-style-type: none;
	width: auto;
}
.radio_qp {
	margin-top: 5px;
	margin-bottom: 20px;
}



.annotation{
	padding-top: 40px;
}



/*框框間距*/
.padding10{
	padding: 10px;
}


.padding20{
	padding: 20px;
}


/*tbs顏色*/


.tbs-yellow > li.active > a{
	color: #000;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #a7bc44;

}
.tbs-yellow > li.active > a:hover{
	color: #000;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #a7bc44;

}
.tbs-yellow > li > a{
	border-top-width: 5px;
	background-color: #e5e5e5;
	font-size: 1.2em;
}
.tbs-yellow  li{
	width: 25%;
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_5  li{
	width: calc(100% / 5 );
	text-align: center;
}
.nav.nav-tabs.tbs-yellow.amount_6  li{
	width: calc(100% / 6 );
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_7  li{
	width: calc(100% / 7 );
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_8  li{
	width: calc(100% / 8 );
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_9  li{
	width: calc(100% / 9 );
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_10  li{
	width: calc(100% / 10 );
	text-align: center;
}

@media 
	only screen and (max-width: 760px)  {
	







.nav.nav-tabs.tbs-yellow.amount_5  li{
	width: 50%;
	text-align: center;
}
.nav.nav-tabs.tbs-yellow.amount_6  li{
	width: 50%;
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_7  li{
	width: 50%;
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_8  li{
	width: 50%;
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_9  li{
	width: 50%;
	text-align: center;
}

.nav.nav-tabs.tbs-yellow.amount_10  li{
	width: 50%;
	text-align: center;
}














.tbs-yellow li {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #E7E7E7;
	width: 50%;
}
.tbs-yellow > li > a{
	padding-right: 5px;
	padding-left: 5px;
	}

	}

.tbs-yellow > li.active > a:focus{
	color: #000;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #a7bc44;
}

.yellow_box {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	padding-top: 10px;
	margin-bottom: 30px;
}




.other2{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	padding-top: 20px;
	margin-bottom: 30px;
}




@media only screen and (min-width: 700px) {	



.step_no {
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.step_no span  {
	float: left;
	width: 25%;
	list-style-type: none;
	text-align: center;
	height: 50px;
	padding-top: 15px;
	clear: right;
}
.step_no .fdd {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/images/cr.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #EDEEF0;
}
.step_no .fdd.on {
	background-color: #F4C721;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/images/cr_on.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
.step_no .fdd.cv {

	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/images/cr_on2.jpg);
	background-repeat: no-repeat;

}

.step_no .fde {
	background-color: #EDEEF0;
}



.step_no .fde.on{
	background-color: #F4C721;
	color: #FFF;
}




}



@media only screen and (max-width: 700px) {	



.step_no {
	background-color: #EDEFF0;
	width: 100%;
	height: 100px;
	margin-bottom: 30px;

}

.step_no span{
	float: left;
	width: 50%;
	list-style-type: none;
	text-align: center;
	height: 50px;
	padding-top: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.step_no .fdd {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/images/cr.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.step_no .fdd.on {
	background-color: #F4C721;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/images/cr_on.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
.step_no .fde.on{
	background-color: #F4C721;
	color: #FFF;
}
.step_no .fdd.cv {

	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/images/cr_on2.jpg);
	background-repeat: no-repeat;

}
.step_no .fdd.cv.gg{

	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/images/cr_2.jpg);
	background-repeat: no-repeat;

}
}



.tablea tbody tr td{
	padding: 10px;
	
}

.tablea tbody tr td table tr td {padding: 0px;}

.tablea.had tbody tr th{
	height: 60px;
	text-align: center;
	color: #000;
	background-color: #DBEEF8;
}

.tablea.had tbody tr td{
	min-height: 60px;
	
}


.form-group.transactions .form-control {
	width: 70px;
}
.spaceTop20{
	padding-top: 20px;
	
}
.spaceBottom20{
	padding-bottom: 20px;
	}

.spaceTop10{
	padding-top: 10px;
	
}
.spaceBottom10{
	padding-bottom: 10px;
	}



/* 英文字段行*/
.break-word{
word-wrap: break-word;
word-break: break-all;
}



.qa_0 a{
	color: #09F;
}



.qa_0 a:hover{
	color: #0082D9;
}


.well{
	background-color: #ffffee;
	background-image: linear-gradient(to bottom,#FFE 0,#FFE 100%);
	border: 1px solid #FFFFCA;
	line-height: 30px;
	font-size: 1.3em;
}


.title_btn{
	font-size:0.8em;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	color: #000;
	font-weight: normal;
	/*background-color: #F7F7F7;*/
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 100%;
	text-align: left;
}







/*按鈕開合箭頭*/
[aria-expanded="false"] .menu__icon--open {
  display: inline;

}




[aria-expanded="false"] .menu__icon--close {
  display: none;
}

[aria-expanded="true"] .menu__icon--open {
  display: none;
}

[aria-expanded="true"] .menu__icon--close {
  display: inline;
}



[aria-expanded="false"].btn-link {
    color: #395723;
	background-color: #FFFFFF;
	text-decoration: none;
}

[aria-expanded="true"].btn-link {
    color: #395723;
	background-color: #e4ecdf;
	text-decoration: none;
}




.btn-link:hover {
	text-decoration: none;
background-color: #e4ecdf;
}




.btn-link {
	color: #395723;
	text-decoration: none;
	background-color: #e4ecdf;
	cursor: pointer;
}



.panel-collapse collapse{
	background-color: #990;
	display: block;
}



.tab2 .tbs-yellow > li > a {
	border-top-width: 5px;
	background-color: #c7d485;
	font-size: 1.25em;
	border-top-style: solid;
	border-top-color: #a7bc43;
	color: #000;
	line-height: 22px;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
	
.tab2 .tbs-yellow > li.active > a {
	color: #000;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #a7bc43;
}
	
@media only screen and (max-width: 991px) and (min-width: 761px)  {
	
	.tab2 .tbs-yellow > li > a {
	min-height: 115px;
	}
		}
.well img{
	max-width:100%; height:auto;}
	
	
	
	

	
	.rwdimg{max-width:100%; height:auto}
	
	
/*無障礙*/	
	
.accessibilitylink:not(:focus) {
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    position: absolute;
    padding: 0;
}
.accessibilitylink {
	position: fixed;
	z-index: 9999;
	top: 0;
	margin: 10;
	padding: 10;
	background-color: #FF0;
	text-decoration: underline;
	-webkit-box-shadow: 0 2px 4px #000;
	box-shadow: 0 2px 4px #000;
	left: 0px;
	border: 2px dotted #F90;
}

	
	
	/*sitmap*/
.sitemap a{
	color: #8BD7ED;
	font-size: 18px;
}

.sitemap a:hover{
	color: #AFE4F3;
	font-size: 18px;
}

.siemap_style a{color: #000000;}

.siemap_style dt {
	margin-top: 10px;
}
.siemap_style dd {
	margin-left: 20px;
}
.text16{
	
	line-height: 35px;
	background-color: rgb(255, 255, 244);
	padding: 15px;
	color: #000000;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}



@media (min-width: 1200px)and(max-width: 992px){
.container {
    width: 1270px;
}
}

@media (min-width: 992px)and(max-width: 768px){
.container {
    width: 992px;
}}


.tbs-yellow > li.title_a  {
	color: #000;
	background-color: #E3EEB3;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A7BC44;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
table tbody tr td ul li {
	padding-left: 30px;
}
.yellow_box a {
	color: #044D96;
}
.yellow_box a:hover{
	color: #09C1FF;
}
.tbs-yellow .title_a h2 {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.title_h0 a {
	color: #069;
}


.sitmap_text{
	font-size: 1.3em;
	line-height: 20px;
}.siemap_style dt {
	list-style-position: outside !important;
	list-style-type: square !important;
	list-style-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/shwoo/images/a_btnNext.png);
}






/*表單*/


.formList {
	padding: 0px;
}
.formList input {
	cursor: text;
	margin-right: 5px;
}
.formList label {
	cursor: default;
}
.formList li {
	float: left;
	width: 100%;
	padding: 6px 0;
}
.formList .line {
	padding: 0;
	height: 28px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/dotB.gif) repeat-x left center;
}






.formList li label {
	
    float: left;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10;
	margin-left: 0;
}
.sob {
	float: left;
	height: 40px;
	border: 1px solid #d6d6d6;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	max-width:100%;
	
}
.sob_t{
	float: left;
	
	border: 1px solid #d6d6d6;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	max-width:100%;
}

.seb {
	float: left;
	height: 17px;
	width: 22px;
	padding-right: 2;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.mob {
	float: left;
	border: 1px solid #d6d6d6;
	margin-left: 50px;
}



.formList li input.code {
	width: 125px;
}


@media (min-width: 991px) {
	
	.formList li em {
	width: 800px;
	margin-left: 250px;
	}
	
		.formList li label {
	float: left;
	width: 240px;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}


.formList  li .rbs label {
	float: none;
	width: auto;
}









.formList ul li .infg {margin-left: 250px;}
}
.formList li em {
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
	
	float: left;
	font-size: 13px;
	font-style: normal;
}


.formList li em .warning {
	display: block;
	padding: 0 0 0 35px;
	border: 1px solid #F77273;
	height: 26px;
	line-height: 26px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/icon/iconA.gif) #FFE3E2 no-repeat 7px -829px;
	color: #DD0101;
}
.formList li .pwdStrength {
	float: left;
	margin: 0 0 0 10px;
	color: #696969;
}
.formList li .pwdStrength span {
	float: left;
	margin: 2px 2px 0 0;
	border: 1px solid #235b02;
	width: 18px;
	height: 8px;
	line-height: 8px;
}
.formList li .pwdStrength span.pwdGood {
	background-color: #FFCC00;
}
.formList li em .confirm {
	display: block;
	padding: 8px 0 8px 35px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/icon/iconA.gif) no-repeat -8px -857px;
}
.formList li.code img {
	margin: 0 5px 0 270px;
	border: 1px solid #d6d6d6;
	vertical-align: text-bottom;
}
.formList li.code a {
	color: #1e4c9a;
}
.formList li.code a:hover {
	color: #f60;
}
.formList .getBack {
	padding: 0 0 0 270px;
	clear: both;
	list-style-type: circle;
}
.formList .getBack a {
	float: left;
	padding: 4px 4px 4px 7px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/bg/bg.gif) no-repeat -10px -352px;
}
.formList .btnRegFlow {
	clear: both;
}
.btnVerify {
	width: 100%;
	overflow: hidden;
}
.formList .btnRegFlow a, #register .btnVerify a {
	float: left;
	height: 29px;
	margin: 8px 0;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/btn/btnC.gif) no-repeat;
}
.formList .clause {
	margin: 10px 0 0 180px;
	height: 1%;
	padding-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.formList .clause input, .formList .clause label {
	float: left;
	cursor: pointer;
}
.formList .clause label {
	margin: -1px 0 0 8px;
}
.formList .btnRegFlow .login {
	margin-left: 337px;
	width: 94px;
	background-position: -307px top;
}
.formList .btnRegFlow .login span {
	display: none;
}
.formList .btnRegFlow .login:hover {
	background-position: -307px -29px;
	text-decoration: none;
}
.formList .btnRegFlow .finish {
	margin-left: 337px;
	width: 94px;
	background-position: -94px top;
}
.formList .btnRegFlow .finish span {
	display: none;
}
.formList .btnRegFlow .finish:hover {
	background-position: -94px -29px;
	text-decoration: none;
}
.formList .remarkA, .formList .remarkB, .formList .remarkC {
	margin: 15px 10px 0 10px;
	padding: 10px 0 0 178px;
	line-height: 150%;
	border-top: 1px solid #EDEDED;
}
.formList .remarkA strong {
	color: #FF9101;
}
.formList .remarkB {
	padding-left: 189px;
}
.formList .remarkC {
	padding-left: 100px;
}
.formList .marginBottom {
	padding-bottom: 10px;
}
.formList .submit {
	margin: 10px 0 0 337px;
}
.formList .submit.noMarginLeft {
	margin: 0 0 0 10px;
}
#forgetPwt .submit {
	margin-left: 310px;
}
#forgetPwt .submit:hover {
	background-position: left bottom;
	text-decoration: none;
}
#register h1, #buyFlow h1 {
	font-size: 16px;
	color: #990000;
	padding: 4px 0 2px 0;
}
#register #regStep {
	margin-top: 10px;
}
#register #regStep h3 {
	float: left;
	padding: 6px 11px 0 15px;
	font-size: 14px;
	color: #353535;
}
#register #regStep .step1, #register #regStep .step2, #register #regStep .step3 {
	float: left;
	width: 679px;
	height: 29px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/bg/bgStep2.gif) no-repeat;
}
#register #regStep .step2 {
	background-position: left -29px;
}
#register #regStep .step3 {
	background-position: left -58px;
}
#register #emailVerify {
	margin-top: 10px;
	padding: 10px 0;
}
#register #emailVerify p {
	padding: 10px 0 10px 15px;
	font-size: 12px;
}
#register .btnVerify a {
	margin: 15px 0 0 319px;
	width: 119px;
	background-position: -188px top;
	display: inline; /* fix IE6 */
}
#register .btnVerify a:hover {
	background-position: -188px bottom;
}
#register #tyroNav {
	margin-top: 10px;
}
#register #tyroNav  h3 {
	padding-left: 15px;
	font-size: 14px;
	color: #353535;
} 
#register #tyroNav p {
	padding: 15px 0 30px 15px;
	font-size: 14px;
	font-weight: bolder;
}
#register #tyroNav p span {
	padding: 0 5px;
	color: #f60;
}
#register #tyroNav ul {
	padding: 5px 0 0 60px ;
}
#register #tyroNav li {
	float: left;
	margin: 0 50px 0 0;
	width: 125px;
	height: 125px;
	display: inline; /* fix IE6 */
} 
#register #tyroNav li a {
	float: left;
	width: 100%;
	padding-top: 100px;
	text-align: center;
}
#register #tyroNav .navA {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/icon/continueShopping.gif) no-repeat center 5px;
}
#register #tyroNav .navB {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/icon/myNewegg.gif) no-repeat center 8px;
}
#register #tyroNav .navC {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/icon/helpCenter.gif) no-repeat center 12px;
}
#register #tyroNav .navD {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040253/https://shwoo.gov.taipei/images/icon/faq.gif) no-repeat center 8px;
}
#register .content {
	clear: both;
}
#register .content .main {
	float: left;
	width: 770px;
}
#register .content .modBody .main {
	float: none;
	margin: 0 auto;
	width: 80%;
}
#register .content .modBody .main #tyroNav {
	margin-top: 0;
	padding-top: 10px;
}
#register .content .sidebar {
	float: right;
	width: 200px;
	padding-left: 10px;
}
#negRecommend .list2 ul {
	width: 23%;
}
#negRecommend .list2 ul li ul {
	width: auto;
	height: 70px;
	overflow: hidden;
}
#negRecommend li h4 {
	color: #484848;
}
#negRecommend li h4 a {
	color: #484848;
}
#negRecommend li h4 a:hover {
	color: #1e4c9a;
}

.warningx {
	background-color: #FFA4A4;
	border: 1px solid #993300;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #993300;
	padding-right: 20px;
	padding-left: 20px;
}
.warni {
	background-color: #FF9;
	border: 1px solid #F60;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #C60;
	padding-right: 20px;
	padding-left: 20px;
}
.formList ul li {
	list-style-type: none;
}
.formList ul {
	margin: 0px;
	padding: 0px;
}
.formList ul li .soc {
	float: left;
}
.formList ul li .infg {
	float: left;
	margin-top: 10px;
}

.formList  li .rbs label {
	float: none;
	width: auto;
}

.modal-header{
	background-color: #E3EEB3;
}



.m_info .cj li {
	list-style-type: revert;
	margin-left: 36px;
}


.dsac li{
	list-style-type: square;
	margin-left: 40px;
}

.nb_a li{
	list-style-type: decimal;
}


.g_bg{
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #E4E4E4;
}

.dsac2 li{
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.d_number li{
	list-style-type: decimal;
	margin-left: 30px;
}


.dropdown-menu-end{
	inset: 20px 0px auto auto;}
	
	
	
	.bk{
		word-break:break-all;
}


.title_btn{
	text-indent: -2rem;
	background-color: #ccc;

	padding-right: 1em;
	padding-left: 3rem;
	
}



.menusub .dropdown-menu {
	
	  margin: 8px 0 0;
	}
	
	
	
	
.color_a{
	color: #FF0;
}	






/*
     FILE ARCHIVED ON 4:02:53 六月 19, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 16:42:28 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
