a{
	color: #3399ff;
}

a.btn{
	color: white;
}

.borderless>tbody>tr>td {
    border: none;
}

select[disabled] {
    background-color: rgb(235, 235, 228);
}

.divborder {
    outline: 1px solid black;
}

.div-col-left0 {
    padding-left: 0px;
}

.div-col-left-right0 {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
}

.field-type-button {
    display: block;
    width: 95%;
    text-align: center;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top7 {
    margin-top: 7px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top17 {
    margin-top: 17px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left7 {
    margin-left: 7px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-left17 {
    margin-left: 17px;
}

.margin-left30 {
    margin-left: 30px;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-right7 {
    margin-right: 7px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-right15 {
    margin-right: 15px;
}

.margin-right17 {
    margin-right: 17px;
}

.margin-right30 {
    margin-right: 30px;
}

.padding-left5 {
    padding-left: 5px;
}

.padding-left7 {
    padding-left: 7px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-left15 {
    padding-left: 15px;
}

.padding-left17 {
    padding-left: 17px;
}

.padding-left30 {
    padding-left: 30px;
}

.index-background {
    background-image: url("../images/bg.jpg");
}


/*!
 * FullCalendar v2.2.0 Stylesheet - jquery-ui.min.css 
 */

div .ui-state-default {
    border: 1px #0058C7;
    background: solid hsla(213, 99%, 43%, 0.64);
    font-weight: bold;
    color: #fff
}

div .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid rgba(1, 97, 218, 0.39);
    background: hsla(213, 100%, 43%, 0.05);
    font-weight: bold;
    color: #003B86
}

div .ui-widget-header {
    border: 1px solid rgba(1, 97, 218, 0.39);
    background: rgba(2, 98, 218, 0.08);
    color: #0051b7;
    font-weight: bold;
	height: 40px;
	vertical-align: middle;
}

div .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #0161da;
    background: #0161DA;
    font-weight: bold;
    color: #fff;
}

#calendar .ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "微軟正黑體", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

div .ui-widget {
    font-family: "微軟正黑體", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

div .ui-state-default .ui-icon {
    background-image: url("images/ui-icons_navy_256x240.png");
}

div .ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #362b36;
}

.form-group {
    margin-bottom: 5px;
}

.required-star {
    color: red;
}


/* 必填星號在左 */
/* 好像沒有用
.required-field {
    position: relative;
}
*/
.required-label:before { 
	content: "*";
    color: red;
    display:inline;
}
.required-label:after {
	content: '';
	float: right;
}

/* 必填星號在右 */
/*
.required-label:before { 
    content: '：';
	float: right;
}
.required-label:after {
	content: "*";
    color: red;
    float: right;
}
*/

.button-container {
	display: flex;
	justify-content: center;
	gap: 5px;
}

.width-10 {
	width: 10%;
}

.width-12 {
	width: 12%;
}

.width-17 {
	width: 17%;
}

.width-20 {
	width: 20%;
}

td.readonly {
    background-color: #CCCCCC;
}

.form-control  .datepicker {
    z-index: 1000;
}

.center-label {
    display: block;
    text-align: center;
}

.content-label {
    vertical-align: top;
}

/* Login page */
.login-box-wrapper {
	width: 420px;
}

.login-error-msg {
	word-wrap: break-word; color: red;
}

.toggle-pwd-col {
	padding-top: 9px;
}

.login-lang-row {
	margin: auto; text-align: center;
}

.login-box-eda {
	display: flex;
	justify-content: flex-end;
	padding-right: 5%;
	height: 100%;
	align-items: center;
}

.login-div-eda {
	width:420px;
}

.login-p-eda {
	word-wrap: break-word;
	color: red;
}

.login-toggle-eda {
	padding-top: 9px;
}

.login-submit-eda {
	text-align: center;
}

.login-language-eda {
	margin: auto;
	text-align: center;
}

/*jQuery進度條數字*/
.jQuery-progress-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;     /* 垂直置中 */
    justify-content: center; /* 水平置中 */
    z-index: 1;
    margin: 0;
    padding: 0;
    pointer-events: none;    /* 確保文字不會影響點擊事件 */
}