/*jenny - 眼庫*/
input:-moz-placeholder {
	color: #aaa;
}
input:-ms-input-placeholder {
	color: #aaa;
}
input::-moz-placeholder {
	color: #aaa;
}
input::-webkit-input-placeholder {
	color: #aaa;
}
.list-table--lineheight{
	line-height: 1.2em;
}

.table-vertical__center{
	display: inline-flex;
	align-items: center;
}

.bottom-line{
    margin: 10px 0px 10px;
    width: 300px;
    height: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
}

/*列表處 短缺資料的hover*/
.shortmsg{
	position: relative;
}
.shortmsg-box{
	position: absolute;
	top: 0;
	right: -170px;
	width: 130px;
	padding: 15px;
	display: block;
	background: #fff;
	border: 1px solid #aaa;
	display: none;
	border-radius: 3px;
	color: #333;
	line-height: 1.4em;
}
.shortmsg-box::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 11px 7px 0;
	border-color: transparent #aaa transparent transparent;
	position: absolute;
	top: 5px;
	left: -11px;
}
.shortmsg-box::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 7px;
	left: -10px;

}
.shortmsg:hover .shortmsg-box{
	display: block;
}

.lity-lightbox-style{
	background-color: #fff;
	width: 800px;
	max-width: 100%;
	border-radius: 3px;
	padding: 30px;
}
.lity-active,.lity-active body{
	 overflow: hidden;
}
.lity-lightbox-style table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.lity-lightbox-style td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 7px;
	font-size: 14px;
	font-size: 14px !important;
	font-family: 微軟正黑體, Arial !important;
	color: #000;
}
.lity-lightbox-style thead td{
	background: #EFEFEF;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.lity-lightbox-style tbody td {
	vertical-align: middle;
	background: #FFFFFF;
}

.lity-lightbox-block{
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 70vh;
	padding: 2px;
}
.lity-lightbox-block td{
	line-height: 1.4;
}
.lity-lightbox-block td:nth-child(1){
	width: 20px;
	text-align: center;
}
.lity-lightbox-block td:nth-child(3){
	width: 160px;
	text-align: center;
}
/*ie*/
.lity-lightbox-block {
	scrollbar-face-color: #48a5ea;
	scrollbar-highlight-color: #f5f5f5;
	overflow: auto;
	scrollbar-shadow-color: #48a5ea;
	scrollbar-3dlight-color: #48a5ea;
	scrollbar-arrow-color: #48a5ea;
	scrollbar-darkshadow-color: #ddd;
}
/*chorme*/
.lity-lightbox-block::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);*/
	background-color: #ddd;
}

.lity-lightbox-block::-webkit-scrollbar
{
	width: 1px;
	height: 7px;
	background-color: #ddd;
}

.lity-lightbox-block::-webkit-scrollbar-thumb
{
	/*-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);*/
	background-color: #48a5ea;
}

/*1205後台樣式  借放一下*/
.base-div-middle{
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}

.datetime_sm[type="text"]{
	width: 100px;
	min-width: auto;
}
.base-signed__img{
	width: 84px;
	height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.base-signed__img img{
	max-width: 100%;
	margin-bottom: 0;
}

.base-signed__area{
	height: 90vh;
	border: 3px solid #aaaaee;
}
.base-signed__btnbox{
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.base-signed__btn{
	text-decoration: none;
	color: #FFF;
	padding: 8px 15px;
	display: inline-block;
	padding: 0 25px;
	line-height: 32px;
	outline: none;
	font-size: 13px;
	color: #4e6f03;
	white-space: nowrap;
	border: none;
	border-bottom: 2px solid #679412;
	border-radius: 4px;
	background: rgb(198,222,105);
background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(198,222,105,1)), color-stop(90%, rgba(165,200,58,1)), color-stop(100%, rgba(172,206,66,1)));
	background: -webkit-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	background: -o-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	background: -ms-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	background: linear-gradient(to bottom, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6de69', endColorstr='#acce42', GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	    cursor: pointer;
}
.base-signed__btn:hover{
	color:#fff;
	background: -moz-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(198,222,105,1)), color-stop(90%, rgba(165,200,58,1)), color-stop(100%, rgba(172,206,66,1)));
	background: -webkit-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	background: -o-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	background: -ms-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	background: linear-gradient(to bottom, rgba(190, 212, 101, 1) 0%, rgba(155, 187, 57, 1) 90%, rgba(162, 193, 64, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6de69', endColorstr='#acce42', GradientType=0 );
}
.base-signed__area canvas{

}
.base-darkarea__img{
	width: 120px;
	height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.base-darkarea__img img{
	max-width: 100%;
	margin-bottom: 0;
}
.inputsm[type="text"] {
    width: 110px;
    min-width: auto;
}

/* 2019_05_28 */

.filter__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;

	width: 100%;

	box-sizing: border-box;
}
.filter__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;

	width: 100%;

	box-sizing: border-box;
}
.filter__inner .filter__item {
	margin-bottom: 0;
}
.filter__inner .filter__content {
	padding: 0;

	border: none;
}
.filter__item {
	margin: 0px 15px 20px 0px;
}
.filter__item:last-child {
	margin-right: 0px;
}
.filter__title {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	padding: 7px;

	font-size: 16px;
	color: #222;

	background-color: #efefef;

	border: 1px solid #ddd;
}
.filter__title .fa {
	margin-right: 5px;

	font-size: 18px;
}
.filter__content {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	padding: 7px;

	background: #fff;

	border: 1px solid #ddd;
	border-top: none;
}

.filter__input--normal {
	width: 260px;
}
.filter__select--normal {
	width: 260px;

	background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%);

	background-position:
    calc(100% - 16px) 15px,
    calc(100% - 12px) 15px;

	background-size:
    4px 4px,
    4px 4px;

	background-repeat: no-repeat;

	appearance: none;
	-webkit-appearance: none;
  	-moz-appearance: none;
}
.filter__input--small {
	width: 180px;
}

.filter__button {
	height: 33px;
	padding: 0 15px;
	margin-left: 5px;

	font-size: 14px;
	line-height: 33px;
	color: #4e6f03;

	background: linear-gradient(to bottom, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);

	border-radius: 4px;
	border: none;

	box-shadow: none;

	cursor: pointer;
}
.filter__button:hover {
	color: #fff;

	background: linear-gradient(to bottom, rgba(190, 212, 101, 1) 0%, rgba(155, 187, 57, 1) 90%, rgba(162, 193, 64, 1) 100%);
}

.filter__button--include {
	position: absolute;
	top: 10px;
	right: 10px;

	width: 75px;
	height: 33px;
	padding: 0 15px;

	font-size: 14px;
	line-height: 33px;
	color: #4e6f03;

	background: linear-gradient(to bottom, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);

	border-radius: 4px;
	border: none;

	box-shadow: none;

	cursor: pointer;
}

.filter__button--reset {
	height: 33px;
	padding: 0 15px;
	margin-left: 5px;

	font-size: 14px;
	line-height: 33px;
	color: #777;

	background: #ddd;

	border-radius: 4px;
	border: none;

	box-shadow: none;

	cursor: pointer;
}
.filter__button--reset:hover {
	color: #fff;

	background: #ccc;
}

.filter__label input {
	display: none;
}
.filter__label {
	position: relative;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	height: 33px;
	padding-left: 18px;

	font-size: 14px;
}
.filter__label:nth-child(n + 2) {
	margin-left: 10px;
}
.filter__label::before {
	position: absolute;
	top: 10px;
	left: 0;

	content: "";

	display: block;

	width: 13px;
	height: 13px;

	background-color: #eee;

	border-radius: 3px;
	border: 1px solid #ccc;

	box-sizing: border-box;
}
.filter__label:hover::before {
	background-color: #ddd;
}
.filter__label .fa {
	position: absolute;
	top: 10px;
	left: 0;

	display: none;

	width: 13px;
	height: 13px;

	font-size: 12px;
	line-height: 13px;
	color:#222;
	text-align: center;
}
.filter__label input:checked ~ .fa {
	display: block;
}
.filter__label + input {
	margin-left: 5px;
}

.filter__input--date {
	width: 120px;
}
.filter__input--datelong {
	width: 180px;
}
.filter__text--date {
	margin: 0 5px;

	font-size: 12px;
	line-height: 33px;
}

.filter__select {
	width: 180px;
}

.normal-table {
	width: 100%;

	box-sizing: border-box;
}
.normal-table--min {
	width: 40%;
}
.normal-table:nth-child(n + 2) {
	margin-top: 20px;
}
.normal-table + *:not(.normal-table):not(.common__lightbox)  {
	margin-top: 20px;
}
.normal-table td {
	vertical-align: middle;

	box-sizing: border-box;
}

.normal-table img {
	max-height: 80px;

	vertical-align: middle;
}

.normal-table thead td {
	padding: 15px 10px;

	font-size: 15px;
	font-weight: bold;

	background-color: #efefef;

	border: 1px solid #ddd;
}
.normal-table__td--relative {
	position: relative;
}
.normal-table tbody {
	border: 1px solid #ddd;
}
.normal-table tfoot {
	border: 1px solid #ddd;
}
.normal-table tbody tr {
	border-bottom: 1px dotted #ddd;
}
.normal-table tbody td {
	padding: 10px;

	font-size: 14px;
	line-height: 1.5;

	background-color: #fff;

	border-right: 1px dotted #ddd;

	word-break: break-all;
}
.normal-table tfoot td {
	padding: 10px;

	font-size: 14px;
	line-height: 1.5;

	background-color: #fff;

	border-right: 1px dotted #ddd;
}

.normal-table__title--vt {
	vertical-align: top !important;
}
.normal-table__title--center {
	text-align: center !important;
}
.normal-table__title {
	width: 10%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-5 {
	width: 5%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-10 {
	width: 10%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-15 {
	width: 15%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-20 {
	width: 20%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-25 {
	width: 25%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-30 {
	width: 30%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-35 {
	width: 35%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-40 {
	width: 40%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-45 {
	width: 45%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-50 {
	width: 50%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-55 {
	width: 55%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-60 {
	width: 60%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-65 {
	width: 65%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-70 {
	width: 70%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-90 {
	width: 90%;

	background-color: #f7f7f7 !important;
}
.normal-table__title-all {
	width: 100%;

	background-color: #f7f7f7 !important;
}
.normal-table__title--nowidth {
	background-color: #f7f7f7 !important;
}

.normal-table__content--center {
	text-align: center !important;
}
.normal-table__content--nowidth {
	width: auto;
}
.normal-table__content {
	width: 90%;
}
.normal-table__content2 {
	width: 40%;
}
.normal-table__content-four {
	width: 40%;
}
.normal-table__content-10 {
	width: 10%;
}
.normal-table__content-15 {
	width: 15%;
}
.normal-table__content-20 {
	width: 20%;
}
.normal-table__content-225 {
	width: 22.5%;
}
.normal-table__content-25 {
	width: 25%;
}
.normal-table__content-35 {
	width: 35%;
}
.normal-table__content-40 {
	width: 40%;
}
.normal-table__content-45 {
	width: 45%;
}
.normal-table__content-50 {
	width: 50%;
}
.normal-table__content-55 {
	width: 55%;
}
.normal-table__content-65 {
	width: 65%;
}
.normal-table__content-70 {
	width: 70%;
}
.normal-table__content-80 {
	width: 70%;
}
.normal-table__content-85 {
	width: 85%;
}
.normal-table__content-90 {
	width: 90%;
}
.normal-table__content-all {
	width: 100%;
}
.normal-table tbody td p {
	max-height: 1.5em;
	margin: 0px;

	font-size: 14px;
	line-height: 1.5;

	overflow: hidden;
}
.normal-table tbody td input:not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
	width: 300px;
}
.normal-table tbody td input[type="number"]:not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
	width: 120px;
}
.normal-table tbody td input:not([type="checkbox"]):not([type="radio"]):not([type="button"]).field__ext {
	width: 80px;
}
.normal-table tbody td select {
	width: 300px;

	background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%);

	background-position:
    calc(100% - 16px) 15px,
    calc(100% - 12px) 15px;

	background-size:
    4px 4px,
    4px 4px;

	background-repeat: no-repeat;

	appearance: none;
	-webkit-appearance: none;
  	-moz-appearance: none;
}
.normal-table tbody td textarea {
	width: 500px;
	min-height: 100px;
}

.normal-table tbody td textarea.fontsize--big {
	font-size: 18px;
}

.normal-table tbody td textarea.size--long {
	width: 800px;
	min-height: 140px;
}

.normal-table.normal-table--small tbody td input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.normal-table.normal-table--small tbody td select,
.normal-table.normal-table--small tbody td textarea {
	width: 100%;
}

.normal-table__cut {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;

	width: 100%;
}
.normal-table__cut-item {
	width: calc(50% - 10px);
}


.side-table {
	width: 100%;

	box-sizing: border-box;
}
.side-table td {
	vertical-align: middle;

	box-sizing: border-box;
}

.side-table tbody td {
	padding: 10px;
	font-size: 14px;

	border: 1px solid #ddd;
}

.side-table__title {
	width: 160px;

	background-color: #efefef;
}
.side-table__content {
	width: calc(100% - 160px);

	background: #fff;
}
.side-table__content p {
	padding: 5px 0;
	margin: 0;

	line-height: 1.8;
}
.side-table__content input {
	width: 300px;
}
.side-table__content select {
	width: 300px;

	background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%);

	background-position:
    calc(100% - 16px) 15px,
    calc(100% - 12px) 15px;

	background-size:
    4px 4px,
    4px 4px;

	background-repeat: no-repeat;

	appearance: none;
	-webkit-appearance: none;
  	-moz-appearance: none;
}
.side-table__content input.short {
	width: 80px
}
.side-table__content select.short {
	width: 80px
}
.side-table__content textarea {
	width: 500px;
	min-height: 100px;
}

.normal-table__sub {
	width: 100%;
}
.normal-table__sub-item {
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;

	border-top: 1px solid #eee;
}
.normal-table__sub-item p {
	width: 100%;
	padding-bottom: 5px;
}
.normal-table__sub-title {
	font-weight: 700;
}

.table__radio {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	width: 100%;
}
.table__radio--test {
	padding-left: 51px;
}
.center .table__radio {
	justify-content: center;
}
.table__radio:nth-child(n + 2) {
	margin-top: 10px;
}
.table__radio input:not(.table__radio-remark):not(.table__radio-input) {
	display: none;
}
.table__radio label {
	position: relative;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	padding-left: 18px;
}
.table__radio label:nth-child(n + 2) {
	margin-left: 10px;
}
.table__radio label::before {
	position: absolute;
	top: 3px;
	left: 0;

	content: "";

	display: block;

	width: 13px;
	height: 13px;

	background-color: #eee;

	border-radius: 50%;
	border: 1px solid #ccc;

	box-sizing: border-box;
}
.table__radio label:hover::before {
	background-color: #ddd;
}
.table__radio label i {
	position: absolute;
	top: 7px;
	left: 4px;

	display: none;

	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;

	border-radius: 50%;
	background-color: #000;
}
.table__radio span.label_width {
	width: 300px;
}
div.hr {
    margin-top: 10px;
    width: 385px;
    border-bottom: 1px solid #CCC;
}
.table__radio label span {
	font-size: 14px;
}
.table__radio input:checked ~ i {
	display: block;
}
.table__radio label + .table__radio-remark {
	margin-left: 5px;
}
.table__radio label + .table__radio-input {
	width: 140px !important;
	margin-left: 10px;
}
.table__radio + textarea {
	margin-top: 10px;
}
.table__radio + .table__image {
	margin-top: 10px;
}

.table__radio--column {
	align-items: flex-start;
	flex-direction: column;
}
.table__radio--column label:nth-child(n + 2) {
	margin: 5px 0 0 0;
}

.bottom-btn__block {
	display: flex;
	justify-content: flex-end;
	align-items: center;

	width: 100%;
	margin-top: 20px;
}
.content-btn__block {
	display: flex;
	justify-content: flex-end;
	align-items: center;

	width: 100%;
	margin-top: 10px;
}

.table__list:nth-child(n + 2) {
	margin-top: 10px;
}
.table__list > div {
	padding-left: 10px;
}

.table__subblock {
	margin-top: 10px;
}

.table__scrollbox {
	width: 300px;
	height: 140px;

	overflow: auto;

	border: 1px solid #ccc;
	border-radius: 4px;
}
.table__scrollbox input:not(.table__scrollbox-remark) {
	display: none;
}
.table__scrollbox label {
	position: relative;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	padding: 5px 0px 5px 23px;
}
.table__scrollbox label.even {
	background: #FFFFFF;
}
.table__scrollbox label.odd {
	background: #E4EEF7;
}
.table__scrollbox label::before {
	position: absolute;
	top: 8px;
	left: 5px;

	content: "";

	display: block;

	width: 13px;
	height: 13px;

	background-color: #eee;

	border-radius: 50%;
	border: 1px solid #ccc;

	box-sizing: border-box;
}
.table__scrollbox label:hover::before {
	background-color: #ddd;
}
.table__scrollbox label i {
	position: absolute;
	top: 12px;
	left: 9px;

	display: none;

	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;

	border-radius: 50%;
	background-color: #000;
}
.table__scrollbox input:checked ~ i {
	display: block;
}
.table__scrollbox label + .table__radio-remark {
	margin-left: 10px;
}

.table__image {
	width: 160px;
	padding: 10px;

	text-align: center;

	border: 1px solid #ccc;
	border-radius: 4px;

	box-sizing: border-box;
}
.table__image-block img {
	width: 100%;
	max-height: none;

	vertical-align: middle;
}
.table__image a {
	display: inline-block;

	padding: 4px 6px;
	margin-top: 5px;

	color: #fff;

	border-radius: 2px;

	background-color: #333;
}

.ui-menu .ui-menu-item a {
	font-size: 16px;
}

.field__notallouw {
	color:#666;

	cursor: not-allowed;
}
.tip_blue {
	display: inline-block;

	padding: 2px 3px 4px;
	margin-top: 5px;

	font-size: 13px;
	line-height: 1;
	color: #fff;

	background-color: #028fd5;

	border-radius: 2px;
}
.tip_checkagain {
	display: inline-block;

	padding: 2px 3px 4px;
	margin-top: 5px;

	font-size: 13px;
	line-height: 1;
	color: #fff;

	background-color: #ea5414;

	border-radius: 2px;
}
.tip_exist {
	display: inline-block;

	padding: 9px 4px;
	margin: 0 0 0 5px;

	font-size: 15px;
	line-height: 1;
	color: #fff;

	background-color: #c1272d;

	border-radius: 4px;

	vertical-align: middle;
}

.info_list {
	margin-bottom: 20px;
}

.content__tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	width: 100%;
	margin-bottom: 10px;
}
.content__tabs a {
	display: block;

	padding: 10px 5px;

	color: #000;

    background: #ddd;
}
.content__tabs a:hover {
    background: #aaa;
}

.content__tabs a.selected {
	color: #fff;

    background: #028fd5;
}

/* /2019_05_28 */


/* 2019_06_17 */

.timer {
	margin-bottom: 20px;
}
.timer__block {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	padding: 5px 10px;

	border: 1px solid #028fd5;

	background-color: #c9edff;
}
.timer__block div {
	margin-right: 10px;

	font-size: 14px;
	color: #028fd5;
}
.timer__block a.button {
	color: #fff;

	border-bottom: 2px solid #0F45AF;

	background: linear-gradient(to bottom, rgba(72,165,234,1) 0%, rgba(64,148,210,1) 90%, rgba(51,118,168,1) 100%);
}
.list.inside__list {
	width: 700px;
}

.list.inside__list thead td.center {
	padding: 15px 10px;

	font-size: 15px
}
.list.inside__list tbody td.center {
	padding: 10px;
}

.list.inside__list thead td.left {
	padding: 15px 10px;

	font-size: 15px
}
.list.inside__list tbody td.left {
	padding: 10px;
}

.list.inside__list thead td.right {
	padding: 15px 10px;

	font-size: 15px
}
.list.inside__list tbody td.right {
	padding: 10px;
}

/* /2019_06_17 */

/* 2019_10_31 */
.welcome {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	width: 100%;
	height: 600px;
}

.welcome img {
	width: 80px;
}

.welcome p {
	margin-top: 10px;
	width: 100%;

	font-size: 20px;
	color: #777;
	text-align: center;
}

.div3 .user__name {
	margin-bottom: 5px;

	font-size: 15px;
}
.div3 .user__function {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.div3 .user__function a {
	padding: 5px 10px;

	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #fff;

	background-color: #29abe2;

	border-radius: 3px;

	transition: background-color .3s;
}
.div3 .user__function a:hover {
	background-color: #0071bc;
}
.div3 .user__function a:nth-child(n + 2) {
	margin-left: 5px;
}

.common__lightbox {
	position: fixed;
	top: 0;
	left: 0;

	display: none;

	width: 100vw;
	height: 100vh;

	box-sizing: border-box;

	overflow: auto;

	z-index: 999;
}
.common__lightbox--active {
	display: block;
}
.common__lightbox--acting .common__lightbox-overlay {
	opacity: 1;
}
.common__lightbox--acting .common__lightbox-box {
	transform: scale(1);

	opacity: 1;
}
.common__lightbox-block {
	position: relative;

	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	width: 100%;
	min-height: 100vh;
	padding: 50px 20px;

	box-sizing: border-box;
}
.common__lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, .7);

	cursor: pointer;

	opacity: 0;

	transition: opacity .3s;

	z-index: 1;
}
.common__lightbox-box {
	position: relative;

	min-width: 400px;
	padding: 30px;

	background-color: #fff;

	border: 1px solid #ddd;
	border-radius: 10px;

	box-shadow: 0 0 10px rgba(0, 0, 0, .3);

	box-sizing: border-box;

	transform: scale(0);

	opacity: 0;

	transition: transform .3s, opacity .3s;

	z-index: 2;
}
.common__lightbox-close {
	position: absolute;
	top: 10px;
	right: 10px;

	display: block;

	width: 16px;
	height: 16px;

	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	color: #222;
	text-align: center;
}
.common__lightbox-title {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 20px;

	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
	text-align: center;

	border-bottom: 1px solid #ddd;
}
.common__lightbox-content {
	width: 100%;
}
.common__lightbox-btn {
	width: 100%;
	margin-top: 20px;

	text-align: center;
}

.user__permission-select {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	width: 100%;
}
.user__permission-select select {
	display: block;

	width: 160px;
	margin: 0 5px;
}
.user__permission-btn {
	width: 100%;
	margin-top: 20px;

	text-align: center;
}

.addr_hidden {
	display: none;
}

.user-permission__error {
	width: 100%;
}

.user-permission__block {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;

	width: 100%;
}

.user-permission__box {
	width: 360px;
}
.user-permission__box:nth-child(n + 2) {
	margin-left: 15px;
}

.user-permission__title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;

	width: 100%;
	padding: 5px 10px;

    font-size: 15px;
	font-weight: bold;

	background-color: #efefef;

	border: 1px solid #ddd;

	box-sizing: border-box;
}
.user-permission__title a.button {
	padding: 0 15px;

	line-height: 28px;
}

.user-permission__scrollbox {
	width: 100%;
	height: 240px;

	background-color: #fff;

	border: 1px solid #ddd;
	border-top: none;

	overflow: auto;

	box-sizing: border-box;
}

.user-permission__item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;

	width: 100%;
}
.user-permission__item.even {
	background: #FFFFFF;
}
.user-permission__item.odd {
	background: #E4EEF7;
}
.user-permission__item label {
	display: block;
}
.user-permission__item label:nth-child(1) {
	width: calc(100% - 40px);
	padding-right: 10px;
}
.user-permission__item label:nth-child(2) {
	width: 40px;

	border-left: 1px solid #ddd;

	pointer-events: none;

	cursor: not-allowed;
}
.user-permission__item label:nth-child(2).active {
	pointer-events: auto;

	cursor: pointer;
}
.user-permission__item input {
	display: none;
}
.user-permission__item label {
	position: relative;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	padding: 10px 0px 10px 23px;
}
.user-permission__item label::before {
	position: absolute;
	top: 50%;
	left: 5px;

	content: "";

	display: block;

	width: 13px;
	height: 13px;

	background-color: #eee;

	border-radius: 50%;
	border: 1px solid #ccc;

	transform: translateY(-50%);

	box-sizing: border-box;
}
.user-permission__item label:hover::before {
	background-color: #ddd;
}
.user-permission__item label i {
	position: absolute;
	top: 50%;
	left: 9px;

	display: none;

	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;

	border-radius: 50%;
	background-color: #000;

	transform: translateY(-50%);
}
.user-permission__item input:checked ~ i {
	display: block;
}
.user-permission__item label + .table__radio-remark {
	margin-left: 10px;
}

.tabs__block {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;

	width: 100%;
}

.tabs__list {
	width: 180px;

	border-right: 1px solid #ddd;
}

.tabs__list a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	width: 100%;
	height: 50px;
	padding: 8px 10px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
	text-align: center;

	background-color: #f7f7f7;

	border: 1px solid #ddd;
	border-right: none;

	box-sizing: border-box;

	transition: background-color .3s;
}
.tabs__list a:nth-child(n + 2) {
	margin-top: 5px;
}
.tabs__list a:hover {
	background-color: #eee;
}
.tabs__list a.selected  {
	color: #29abe2;

	background-color: #fff;
}
.tabs__list a.selected:hover  {
	background-color: #fff;
}
.tabs__list a .error_num {
	display: flex;
	justify-content: center;
	align-items: center;

	min-width: 17px;
	height: 17px;
	padding: 0 1px;
	margin: 0 0 0 5px;

	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;

	background-color: #c1272d;

	border-radius: 8.5px;
}

.tabs__group {
	margin-bottom: 20px;
}
.tabs__group + .tabs__group {
	margin-top: 20px;
}
.tabs__group a{
	display: none !important;
}
.tabs__group.open a {
	display: flex !important;
}
.tabs__group.open .tabs__group-btn::after {
	content: "-";
}
.tabs__group-btn {
	width: 100%;
	padding: 10px 0;

	position: relative;

	display: flex;
	justify-content: space-between;

	user-select: none;
	cursor: pointer;
}
.tabs__group-btn::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #29abe2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tabs__group-btn::after {
	content: "+";
	padding: 0 10px;
}

.tabs__content {
	width: calc(100% - 195px);
}
.tabs__box {
	display: none;

	width: 100%;
}

.tabs__hlist {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;

	width: 100%;
}
.tabs__hlist a {
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	width: calc((100% - 30px) / 8);
	min-height: 40px;
	padding: 5px 10px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
	text-align: center;

	background-color: #f7f7f7;

	border-radius: 3px 3px 0 0;
	border: 1px solid #ddd;
	border-bottom: none;

	box-sizing: border-box;

	transition: background-color .3s;
}
.tabs__hlist a i {
	margin: 0 0 0 5px;

	color: #c1272d;
}
.tabs__hlist a:nth-child(n + 2) {
	margin-left: 5px;
}
.tabs__hlist a:hover {
	background-color: #eee;
}
.tabs__hlist a.selected  {
	border-color: #29abe2;
}
.tabs__hlist a.selected p {
	color: #fff;
}
.tabs__hlist a.selected::before {
	content: "";

	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;

	background-color: #29abe2;

	z-index: 1;
}
.tabs__hlist a.selected:hover  {
	background-color: #29abe2;
}
.tabs__hlist a p {
	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	margin: 0;

	z-index: 2;
}

.tabs__hbox {
	display: none;

	width: 100%;
	padding: 15px;

	background-color: #fff;

	border: 1px solid #ddd;

	box-sizing: border-box;
}

.tabs__multbox {
	width: 100%;
	padding: 15px;

	background-color: #fff;

	border: 1px solid #ddd;

	box-sizing: border-box;
}
.tabs__multbox > .tabs__hbox {
	display: none;

	width: 100%;
	padding: 0;

	background-color: transparent;

	border: none;
}

.normal-table__minbtn {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	width: 31px;
	height: 33px;

	font-size: 16px;
	line-height: 31px;
	color: #222;
	text-align: center;

	border: 1px solid #ccc;
	border-radius: 4px;

	background-color: #f7f7f7;

	box-sizing: border-box;

	vertical-align: middle;
}
.normal-table__minbtn .fa {
	margin: 0;
}

.normal-table__button.button {
	padding: 0 15px;
	line-height: 28px;

	float: right;
}
.normal-table__button2.button {
	padding: 0 15px;
	margin-left: 5px;
	line-height: 28px;
}

.normal-table__connection:nth-child(1) {
	border-bottom: none !important;
}
.normal-table__connection:nth-child(n + 2) {
	border-top: none !important;
	border-bottom: none !important;
}
.normal-table__connection:last-child {
	border-bottom: 1px solid #ddd !important;
}
.normal-table__connection:nth-child(1).normal-table__connection--line {
	border-bottom: 1px solid #ddd !important;
}

.normal-table__connection:nth-child(n + 2).normal-table__connection--bline {
	border-bottom: 1px solid #ddd !important;
}

#file_list table:first-child .normal-table__button {
	display: none;
}

.normal-table thead td.normal-table__spacebetween {
	padding: 5px 10px;
}
.normal-table thead td.normal-table__spacebetween div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;

	width: 100%;
}
.normal-table thead td.normal-table--hasbutton {
	padding: 7px 10px;

	line-height: 28px;
}

.normal-table tbody td.normal-table__content--multform input:not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
	width: 200px;
}
.normal-table tbody td.normal-table__content--multform input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):nth-child(n + 2) {
	margin-left: 5px;
}
.normal-table tbody td.normal-table__content--multform select {
	width: 200px;
}
.normal-table tbody td.normal-table__content--multform select:nth-child(n + 2) {
	margin-left: 5px;
}

.normal-table .center {
	text-align: center;
}
.center .button:hover {
	color: #fff;
}

.normal-table tbody td .note__item select {
	width: 240px;
}
.normal-table tbody td .note__item input {
	width: 200px;
	margin-left: 5px;
}
.normal-table tbody td .note__item a {
	margin-left: 5px;
}
.normal-table tbody td .note__item span {
	width: 100%;
}
.note__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.note__item > * {
	display: block;
}
.note__item:nth-child(n + 2) {
	margin-top: 10px;
}
.note__item:last-child {
	padding-bottom: 10px;
	margin-bottom: 10px;

	border-bottom: 1px solid #eee;
}
.note__add {
	width: 100%;
}
/* /2019_10_31 */

/* 2019_11_29 */
.notification__num {
	display: inline-block;

	width: auto;
	min-width: 16px;
	height: 16px;
	padding: 0 3px;
	margin-left: 3px;

	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #fff;
	text-align: center;

	background-color: #c1272d;

	border-radius: 8px;

	box-sizing: border-box;
}
.notification__num:empty {
	display: none;
}

.show__report {
	position: relative;

	display: inline-block;
}
.show__report i {
	margin-left: 3px;
	margin-right: 0;

	vertical-align: -0.15em;
}
.show__report p {
	position: absolute;
	top: 50%;
	left: 50%;

	display: none;

	width: 200px;
	padding: 10px;

	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;

	background-color: #29abe2;

	border: 1px solid #0071bc;
	border-radius: 5px;

	box-sizing: border-box;
}
.show__report:hover {
	z-index: 2;
}
.show__report:hover p {
	display: block;
}
.show__report i.fa-exclamation-circle {
	font-size: 30px;
	color: #c1272d;
}
.show__report i.fa-exclamation-circle + p {
	background-color: #f4beae;

	border: 1px solid #f15a24;
}
.show__report .blue-circle {
	width: 20px;
	height: 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #29abe2;
	border-radius: 50%;
}
.show__report .blue-circle + p {
	background-color: #71c7ec;
	border: 1px solid #29abe2;
	color: #fff;
}

.table__upload {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;

	width: 100%;
}
.table__upload.center {
	justify-content: center;
}
.table__upload > input {
	width: calc(100% - 295px) !important;
}
.table__upload label {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	width: 290px;
	height: 33px;

	background-color: #f7f7f7;

	border: 1px solid #a8d3e2;
	border-radius: 3px;

	box-sizing: border-box;
}
.table__upload label a {
	padding: 5px 10px;
	margin-right: 5px;

    font-size: 14px;
    font-weight: normal;
    line-height: 1;
	color: #fff;

	background-color: #29abe2;

	border-radius: 3px;

    transition: background-color .3s;
}
.table__upload label a:hover {
	color: #fff;

	background-color: #0071bc;
}
.table__upload label p {
	width: 196px;

	text-align: center;
}
.table__upload label p:empty::before {
	content: "尚未選擇任何檔案，請選擇檔案";

	font-size: 14px;
	line-height: 1;
	color: #333;
}
.table__upload label input {
	display: none;
}
/* /2019_11_29 */

/* 2020_01_17 */
.normal-table__number {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	width: 100%;
}
.normal-table__number input, .normal-table__number select {
	width: 70px !important;
}
.normal-table__number > *:nth-child(n + 2) {
	margin-left: 4px;
}

.info_title {
	margin-left: 5px;

	color: #015383;
}

.receipt_title {
	margin-left: 5px;

	color: #086ca5;
}

.table__scroll {
	width: 340px;
	max-height: 300px;

	background-color: #f7f7f7;

	border: 1px solid #ccc;
	border-radius: 4px;

	box-sizing: border-box;

	overflow: auto;
}
.table__scrolltrack {
	width: 100%;
	padding: 10px;

	box-sizing: border-box;
}
/* /2020_01_17 */

/* 2020_02_21 */
.file__name {
	width: 100%;
	margin-bottom: 10px;
}
.file__buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	width: 100%;
}
.file__buttons .button:nth-child(n + 2) {
	margin-left: 5px;
}
/* /2020_02_21 */

.filter__hasbtn {
	display: flex;
	justify-content: space-between;
	align-items: center;

	width: 100%;
}

.document-print {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;

	width: 100%;
	margin-bottom: 20px;
}

.document-print__text {
	margin: 0;

	font-size: 13px;
}

.document-print a {
	margin-left: 5px;
}

.eye-number {
	font-size: 20px !important;
}

.print * {
    font-family: "標楷體", "Microsoft JhengHei", sans-serif !important;
}

.print {
    background: #fff;
    color: #000000;
    font-family: "標楷體", "Microsoft JhengHei", sans-serif;
    padding-top: 10px; }
    .print-table {
      width: 790px;
      border-collapse: collapse;
      text-align: left;
      font-size: 1em; }
      .print-table td {
        padding: 5px;
		line-height: 1.2; }
    .print-td__no {
      width: 50px;
      text-align: center; }
    .print-td__result {
      width: 80px;
      text-align: center; }
    .print-td__outitem {
      width: 180px; }
    .print-td__outresult {
      width: 350px; }
    .print-title {
      font-size: 1.875em;
      text-align: center;
      padding: 10px 0;
      line-height: 1.2; }
    .print-subtitle {
      font-size: 1.25em;
      text-align: center;
      font-weight: 700; }
    .print-thrtitle {
      font-size: 1em;
      text-align: center;
      font-weight: 700; }
    .print-border--all {
      border: 1px solid #000; }
      .print-border--all td {
		border: 1px solid #000; }
    .print-text--center {
      text-align: center; }
    .print-btnmedia print {
      display: none;
      background: #48a5ea; }
    .print-img {
      text-align: center;
      height: 82px; }
      .print-img img {
        height: 100%; }
    .print-check__item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  vertical-align: bottom; }
    .print-check__icon {
      position: relative; }
      .print-check__icon::before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        margin-right: 5px; }
      .print-check__icon img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
    .print-check__iconsm {
      position: relative; }
      .print-check__iconsm::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #000;
        margin-right: 5px; }
      .print-check__iconsm img {
        position: absolute;
        top: -6px;
        left: 1px;
		z-index: 1; }

.print-frozen .print-table td {
	padding: 10px 5px;
}
.print-frozen .print-border--all td {
	border: none;
}

.print-box {
	width: 790px;

	font-size: 1em;

	border: 2px solid #000;
}
.print-box:nth-child(n + 3) {
	border-top: none;
}

.print-content {
	position: relative;

	width: 100%;
	padding: 3px 0;
}
.print-content .print-table {
	position: relative;

	z-index: 1;
}
.print-content:nth-child(n + 2) {
	border-top: 1px solid #ddd;
}
.print-content .print-table td {
	padding: 3px 5px;
}

.print-mintitle {
	font-size: 13px;
	color: #333;
}

.val_bold {
	font-size: 16px;
	font-weight: bold;
}
.val_text {
	margin-top: 5px;
}

.print-se_remark {
	position: absolute;
	top: 0;
	right: 0;

	padding: 0 10px;

	font-size: 13px;
	line-height: 20px;
	color: #fff;

	background-color: #333;
}

.print-se_cells {
	position: absolute;
	top: 0;
	right: 0;

	font-size: 0;

	z-index: 2;
}

.print-se_cells img {
	vertical-align: top;
}

.print-se_cells .dark_area {
	width: 100px;
	height: auto;
}

.print-se_cells .cells {
	width: 140px;
	height: auto;
}

.print-content .print-table.has_img td {
	padding-right: 260px;
}

.print-content .print-table.has_dark_area td {
	padding-right: 120px;
}

.print-content .print-table.has_cells td {
	padding-right: 160px;
}
.no__semicolon span:first-child {
  display: inline !important;
}
.no__semicolon span:last-child {
  display: none;
}

.serum-test {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;

	border-top: 1px solid #ccc;

	box-sizing: border-box;
}

.training-results {
	padding: 0 !important;
}

.training-results .normal-table tbody {
	border: none;
}
.training-results .normal-table tr {
	border-bottom: none;
}
.training-results .normal-table tr:nth-child(n + 2) {
	border-top: 1px dotted #ddd;
}
.training-results .normal-table td:last-child {
	border-right: none;
}
.training-results .normal-table td:nth-child(1) {
	width: 43.75%;
}
.training-results .normal-table td:nth-child(2) {
	width: 43.75%;
}
.training-results .normal-table td:nth-child(3) {
	width: 12.5%;
}