body {
    font-family: Arial, sans-serif;
    align-items: center;
}

.LoginContainer {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
}

.Header {
    width: 100%;
    background-color: #4682b4;
    color: white;
    padding-top: 20px;
    text-align: center;
    height: 105px;
}

.navigation {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    background-color: #87ceeb;
}

.LoginContent {
    margin: 10px;
}

.Container {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.Content {
	border-radius: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 1);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

iframe {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#MainTabs {
            left: auto;
            right: auto;
            position: center;
            margin-left: auto;
            margin-right: auto;
            overflow: hidden;
        }

label {
    display: block;
    margin-bottom: 5px;
    color: #333; /* 深色文字 */
}

.ModifyContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 1);
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.dept-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 1);
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ModifyColumn {
	padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 350px;
    text-align: left;
}

.dept-item {
	padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
	padding: 10px;
    border-bottom: 1px solid #ddd;
}

.ShowTable {
    padding-bottom: 10px;
    padding-top: 10px;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .ShowTable th, .ShowTable td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .ShowTable th {
        background-color: #f0f8ff;
    }

    .ShowTable tr:nth-child(even) {
        background-color: #f9f9f9; /* 不同底色區隔 */
    }

input[type="month"], input[type="date"], input[type="text"], input[type="password"], select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f0f8ff;
    color: #333;
    text-align: left;
}

input[type="submit"], input[type="button"] {
    width: 100px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #4682b4; /* 深藍色按鈕 */
    color: white;
    cursor: pointer;
}

    input[type="submit"]:hover, input[type="Button"]:hover {
        background-color: #4169e1; /* 較深的藍色按鈕懸停效果 */
    }

.tittle, h2 {
    font-size: 24px;
    font-family: 'Microsoft JhengHei UI';
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.Login {
    position: initial;
    float: left;
    left: 0;
}

.LoginReturn {
    position: initial;
    float: right;
    right: 0;
}

.LogOut {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    border-width: 8px;
    border-color: white;
}

.Note {
    color: blue;
    font-size: 12px;
    text-decoration: none;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}

#btnRETURN {
    float: left;
    position: initial;
    left: 0;
}

#btnPRINT {
    float: right;
    position: initial;
    right: 0;
}

#PDF {
    width: 220px;
    top: 10px;
    right: 40px;
    float: right;
    position: fixed;
    background-color: #fefdbe;
    border-radius: 8px;
    padding: 10px;
    
}

    #PDF ul, #PDF li {
        margin-top: 10px;
        margin-left: 10px;
        padding-left: 0px;
        left: 0px;
    }

.LastPage {
    width: 789px;
    height: 1116px;
    margin-left: auto;
    margin-right: auto;
}

.toTop-arrow {
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 13px;
  margin: 0;
  border: 0;
  border-radius: 10%;
  opacity: 0.6;
  background: #000;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  display: none;
  color: #7390FE;
  line-height: 33px;
}

.toTop-arrow::before, .toTop-arrow::after {
  width: 18px;
  height: 5px;
  border-radius: 3px;
  background: #7390FE;
  position: absolute;
  content: "";
}

.toTop-arrow::before {
  transform: rotate(-45deg) translate(0, -50%);
  left: 0.5rem;
}

.toTop-arrow::after {
  transform: rotate(45deg) translate(0, -50%);
  right: 0.5rem;
}

.toTop-arrow:focus {
  outline: none;
}

@media print {
    /* 隱藏所有帶有 print-controls 類別的元素 */
    .print-controls {
        display: none !important;
    }