.fontSizeNine {
	font-size: 9pt;
}

.displayNone {
	display: none !important;
}

.displayShow {
	display: block !important;
}

.visibilityHidden {
	visibility : hidden !important;
}

.displayFlex {
	display: flex;
}

.width100px {
	width: 100px !important;
}

.width160px {
    width:160px !important;
}

.width100percent {
    width: 100% !important;
}

.minWidth150px {
    min-width: 150px !important;
}

.minWidth140px {
    min-width: 140px !important;
}

.minWidth120px {
	min-width: 120px !important;
}

.minWidth110px {
    min-width: 110px !important;
}

.minWidth100px {
    min-width: 100px !important;
}

.minWidth90px {
    min-width: 90px !important;
}

.minWidth85px {
    min-width: 85px !important;
}

.minWidth70px {
    min-width: 70px !important;
}

.minWidth60px {
    min-width: 60px !important;
}

.minWidth40px {
    min-width: 40px !important;
}

.minWidth30px {
    min-width: 30px !important;
}

/* 與綠色按鈕寬度一致 */
.big_button {
    min-width: 185px !important;
}

.width160px {
	width: 160px !important;
	max-width: 160px !important;
}

.datetimeymdhms {
    width: 95px !important;
    min-width: 95px !important;
}

.margin01em {
	margin: 0 1em !important;
}

.displayFlexJustifyContent {
	display: flex !important;
	justify-content: flex-end !important;
}

.fileupload {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% + 160px);
	height: 100%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.filename {
	border: navajowhite;
	width: 150px;
	letter-spacing: 0.05em;
}

.border0 {
	border: 0;
}

.gap0 {
	gap: 0px !important;
}

/* 由於會動到登入頁 先取消此設定 */
/*
#content {
	z-index: 10;
	display: flex;
	min-height: calc(100% - 44.8px);
	減去footer高度
}
*/

/* 表格不使用橫向卷軸 */
@media (max-width: 1650px) {
	table.noScrollBarTable {
	   width: 100% !important;
	}
}

/*螢幕小於1800套用*/
@media screen and (max-width: 1800px) {
	.batchQuery_Table {
		width: 1100px !important;
	}
}

/*螢幕大於1800套用*/
@media screen and (min-width: 1801px) {
	.batchQuery_Table {
		width: 100% !important;
	}
}

/* 唯獨不能複製 */
.readonly_input {
	border: 1px solid var(--clr_inputbor);
	min-height: 40px;
	border-radius: 5px;
	padding: 5px 15px;
	user-select: none;
}

/* 唯獨可以複製 */
.readonly_input_can_copy {
    border: 1px solid var(--clr_inputbor);
    min-height: 40px;
    border-radius: 5px;
    padding: 5px 15px;
}

.swal2-popup.popout .swal2-cancel {
	background: #6e7881;
	color: #fff;
	flex: 1;
}

.textAlignCenter {
	text-align: center;
}

/* 金額欄位輸入框文字靠右 */
.inputTextMoney {
	text-align: right;
}

/** 使用於年月日時分秒 span欄位致中 */
.yyyyMMddHHmmss_center {
	display: flex;
	justify-content: center;
}

/** 使用於押碼畫面自動調整高度欄位 */
.showMackeyTextArea {
	width: 100%;
	box-sizing: border-box;
	color: red;
	overflow: hidden;
	resize: none;
	border: none;
}

.colorRed {
	color: red !important;
}

/** 使用於客製化新增卡片頁>範例程式 框限,黑 */
.authPage_fp_div {
	border: 1px solid black;
}

/** 雲端收款QRCode 圖片大小 */
.imgSize {
	width: 150px;
	height: 150px;
}

/** 用於csr-mgr.jsp 讓按鈕同行顯示 */
.singleLineButton {
    display: inline !important;
}

/** 用於authPage_ex.jsp把字體改成黑色取消畫底線 */
.colorBlackAndNoDecorate{
	text-decoration : auto !important;
    color : black !important;
}

/* 取消畫下線 */
.noUnderline {
    text-decoration : auto !important;
}

/** 用於EZ_authority_query_user_detail.jsp 由於有padding導致欄位高低不同 */
.noPadding{
    padding : 0px 0px 0px 8px !important;
}

/** 用於首頁login.jsp顯示密碼明文按鈕效果 */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.backgroundGray {
	background-color: #CCCCCC !important;
}

/* 系統設定(信用卡) 壓碼設定 */
.showMackeyTextArea {
	font : 400 1.05em / 1.7 'Arial','Noto Sans TC','微軟正黑體',sans-serif !important;
}

/* 明細畫面套用textarea */
.textAreaCommonFont {
	font-weight: 300 !important;
    font-size: 1em !important;
    line-height: 1.6 !important;
    font-family: 'Arial','Noto Sans TC','微軟正黑體',sans-serif !important;
}

/* ckratype 自動換行效果  */
.ckratype_changeLineIfFull {
	white-space: normal !important;
}

.font_green {
	color : var(--clr_main) !important;
}

/* 讓表格內的checkbox致中, 放在checkbox的label與ckratype放在一起 */
.checkbox_in_td_make_center {
	margin : 5px 5px 3px 0 !important;
}

/*客製化授權頁 上方兩個link使用*/
.authPage_two_link {
	display: flex;
	justify-content: flex-end;
}

/*  特別寬的表格使用  */
@media(max-width:1800px){
    .big_table_parent{width:100%;overflow-x:auto !important;}
    .big_table{width:1800px !important;}
}

/* 大網使用 */
@media screen and (min-width: 781px) {
    .big_web {
        display: inline !important;
    }
    .small_web {
        display: none !important;
    }
}

/* 小網使用 */
@media screen and (max-width :780px) {
    .big_web {
        display: none !important;
    }
    .small_web {
        display: inline !important;
    }
}

/* 卡片式表格寬度(小網使用) */
@media ( max-width :780px) {
	.tbcard_width {
		width: 100% !important;
	}
	
	/* URL使用者管理>新增使用者帳號  */
	.tbcard_EZ_authority_insert_user_td {
	    display: block !important;
	    text-align : left !important;
	}
	
	/* 合併欄位且顯示靠左 */
    .tbcard_colspan {
        display: block !important;
        text-align : left !important;
    }
    
    /* 合併欄位且顯示靠中 */
    .tbcard_colspan_center {
        display: block !important;
        text-align : center !important;
    }
    
    /* td 加上 class 後標題靠左 */
    .tbcard td.before_align_left:before {
        text-align : left !important;
    }
    
    /* td 最大寬度超出版型 強制縮小 */
    .tbcard td.td_min_width_unset:before {
        min-width: unset !important;
    }
	
	/* URL使用者管理>新增使用者帳號  */
	.tbcard td.lessmore_for_EZ_authority_insert_user{display:block;justify-content:center;align-items:center;text-align:center;color:var(--clr_main);}
	.tbcard td.lessmore_for_EZ_authority_insert_user::after{content:'';display:inline-block;width:15px;height:15px;background:url(../images/content/icon_arrow_b.svg) no-repeat scroll center/15px auto;}
	.tbcard tr.active td.lessmore_for_EZ_authority_insert_user::after{transform:rotate(180deg);}
	
	/* csr-mgr 按鈕大小拉近全版 */
	.td_for_full_button {
	    display: block !important;
	}
	/* csr-mgr 按鈕大小拉近全版 */
	.for_full_button {
        width : 100% !important;
    }
    
    /* csr-mgr 上傳檔案選擇檔案圖片位置調整 */
    .uploadfile_little_web {
        display: flex !important;
    }
    
    /* 至 置左使用 */
    .zhe_left {
        display: block !important;
    }
    
    /* 小網日期欄位文字靠左 */
    .littleWebTextAlignLeft {
        text-align : left !important;
    }
}
