﻿@charset "UTF-8";
.containerL {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.containerM {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

/*滑動時隱藏最上方的校名區域*/
.navTop.navTopHide {
  margin-top: -53px;
  transition-duration: 0.5s;
}

.navTop {
  margin-top: 0;
  transition-duration: 0.5s;
}

.leftSideBar {
  background-color: #F5F5F5;
  color: #344269;
  width: 275px;
  height: 88vh;
  position: relative;
  transition-duration: 0.5s;
  z-index: 1200;
  border-right: 1px solid #dcdcdc;
}
.leftSideBar .leftScroll {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  max-height: 85vh;
  overflow-y: scroll;
}
.leftSideBar .leftSideBarToggle {
  background-color: #344269;
  font-size: 16px;
  color: white;
  padding: 7px;
  position: absolute;
  right: -28px;
  top: 5px;
  cursor: pointer;
}
.leftSideBar .sideBarUnderlineTitle {
  font-size: 14px;
  border-bottom: 1px solid #344269;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.leftSideBar .sideBarItems {
  display: block;
  color: #344269;
  font-size: 16px;
  padding: 5px 10px;
}
.leftSideBar .sideBarItems:hover {
  background-color: #E3E4E8;
  color: #611F69;
  font-weight: bold;
  transition-duration: 0.2s;
}
.leftSideBar .sideBarItems.active {
  background-color: #E3E4E8;
  color: #611F69;
  font-weight: bold;
}
.leftSideBar h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}

.leftSideBar.active {
  margin-left: -275px;
  transition-duration: 0.5s;
}

@media (min-width: 768px) {
  .rightContentM {
    overflow-y: auto;
    max-height: 95vh;
  }

  .bodyOverflowYhidden {
    overflow-y: hidden;
    max-height: 100vh;
  }

  .leftSideBar {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .rightContentM {
    margin-right: -300px;
  }

  .leftSideBar {
    width: 360px;
  }

  .leftSideBar.active {
    margin-left: -360px;
  }
}
/*藍色底的左色滑動選單*/
.secLeftSideBar {
  max-width: 330px;
  min-width: 290px;
  margin-right: 15px;
}
.secLeftSideBar .k-grid .k-grid-content {
  border-color: rgba(0, 0, 0, 0);
  border: hidden;
}
.secLeftSideBar .k-grid {
  border-color: rgba(0, 0, 0, 0);
  border: hidden;
}
.secLeftSideBar .k-grid th, .secLeftSideBar .k-grid td {
  border-color: rgba(0, 0, 0, 0);
}
.secLeftSideBar .k-grid th {
  padding: 5px;
  text-align: center;
}
.secLeftSideBar .k-grid-header .k-link, .secLeftSideBar .k-grid-header .k-link:hover {
  cursor: context-menu;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.secLeftSideBar .k-grid-content tr {
  cursor: pointer;
}
.secLeftSideBar .k-grid-content.k-auto-scrollable {
  height: calc(100vh - 477px) !important;
}
.secLeftSideBar .k-grid.scrollableXSmall .k-grid-content.k-auto-scrollable {
  height: calc(100vh - 770px) !important;
}

.secLeftSideBarHeader {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.secLeftSideBarHeader h3 {
  font-size: 20px;
  font-weight: bold;
}

/*不能點選的藍底選單*/
.secLeftSideBar.unselected .k-grid-content tr {
  cursor: default;
}

/*左側籃底的滑動選單，用List方式顯示*/
.secLeftSideBar .slideBarList .k-grid-header {
  height: 0;
  border-bottom-width: 0;
  display: none;
  overflow: hidden;
}
.secLeftSideBar .slideBarList tbody {
  background-color: #436EA7;
  text-align: center;
}
.secLeftSideBar .slideBarList .k-selectable td {
  background: white;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  width: 95%;
  font-weight: bold;
  color: #344269;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  cursor: pointer;
}
.secLeftSideBar .slideBarList .k-auto-scrollable {
  height: 714px !important;
  background-color: #436EA7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.secLeftSideBar .slideBarList .k-state-selected td {
  background-color: #4BB1F5;
  color: white;
}
.secLeftSideBar .slideBarListWithHeader .k-grid-header {
  background-color: #436EA7;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
}
.secLeftSideBar .slideBarListWithHeader .k-state-selected td {
  background-color: #4BB1F5;
  color: white;
}

/*右方滑入的樣式*/
.rightSlideBar {
  color: #344269;
  width: 350px;
  height: 100vh;
  position: relative;
  transition-duration: 0.5s;
  z-index: 100;
  border-left: 1px solid #dcdcdc;
  margin-right: -500px;
  padding-left: 50px;
}

.rightScroll {
  padding-left: 15px;
}

.rightSlideBar.active {
  margin-right: 15px;
  padding-left: 0;
  transition-duration: 0.5s;
}

/*固定彈跳視窗的高度*/
.popWindowHeight, #windowModifyList, #windowCreateList, #windowDeleteList {
  height: 580px;
  padding-bottom: 90px;
}

/*藍色TAB樣式*/
.tabToggle.blueTab {
  background-color: white;
  margin-top: 10px;
}
.tabToggle.blueTab .tabArea {
  width: 100%;
}
.tabToggle.blueTab .tabSwitch {
  color: #79919D;
}
.tabToggle.blueTab .tabSwitch.active {
  background-color: #DFF2FF;
  border-bottom-color: #4BB1F5;
  border-radius: 5px 5px 0 0;
  color: #30445E;
}

.hidden {
  display: none;
}

@media (min-width: 1680px) {
  .scrollX {
    overflow-x: scroll;
  }
}
.flexBetweenCenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inputTitle {
  color: #1D2D41;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.inputBorder {
  border: 1px solid #dcdcdc;
  line-height: 32px;
  border-radius: 3px;
  padding-left: 12px;
  padding-right: 0px;
}

.inputBorder:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 111, 183, 0.25);
  transition-duration: 0.5s;
}

.gridTopRightBtn {
  position: absolute;
  right: 0;
  top: -45px;
  z-index: 99;
}

/*麵包屑樣式*/
.breadCrumb {
  color: #79919D;
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadCrumb .fa-chevron-right {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
}

.breadCrumbItem {
  color: #79919D;
}

.breadCrumbItem.active {
  color: #4D53A2;
  font-weight: bold;
}

/*滑入顯示紫色底的卡片樣式*/
.introCard {
  border-radius: 5px;
  background-color: #F5F5F5;
  padding: 15px;
  display: block;
  position: relative;
  height: 100%;
}
.introCard .tag {
  position: absolute;
  top: 0;
  right: 30px;
  color: white;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  padding: 5px;
}
.introCard .introCardBody .title {
  font-size: 20px;
  line-height: 34px;
  color: #611F69;
  font-weight: bold;
}
.introCard .introCardBody .title div {
  font-size: 25px;
}
.introCard .introCardBody p {
  font-size: 16px;
  line-height: 26px;
  color: #344269;
}
.introCard .introCardFooter i {
  background-color: white;
  border-radius: 100%;
  padding: 10px;
  color: #611F69;
  font-size: 16px;
}

.introCard:hover {
  background-color: #611F69;
  transition-duration: 0.5s;
}
.introCard:hover .introCardBody .title {
  color: white;
}
.introCard:hover .introCardBody p {
  color: white;
}

/*滑入顯示藍底的卡片樣式*/
.introCard.colorSec .introCardBody .title {
  color: #436EA7;
}
.introCard.colorSec .introCardBody .introCardFooter i {
  color: #436EA7;
}

.introCard.colorSec:hover {
  background-color: #436EA7;
}
.introCard.colorSec:hover .introCardBody .title {
  color: white;
}

/*設定左方有checkbox的卡片樣式*/
.settingCard {
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
}

.settingCard label {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #8CC1E9;
}

.settingCard .settingDescription {
  color: #8F8F8F;
}

.settingCard.active {
  background-color: white;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.settingCard.active label {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #0F71BC;
}

.settingCard.active .settingDescription {
  color: #707070;
}

.settingCardLink {
  color: #707070;
  text-decoration: none;
}

.settingCardLink:hover {
  color: #707070;
  text-decoration: none;
  font-weight: bold;
}

/*按鈕固定在下方*/
.btnFixedB {
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  background-color: white;
  box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.1);
  transition-duration: 0.2s;
}

.btnFixedB.slideHide {
  bottom: -120px;
  transition-duration: 0.2s;
}

.btnFixedT {
  padding-top: 5px;
  position: fixed;
  z-index: 99;
  right: 0;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  background-color: white;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.btnFixedBottomR {
  width: 88.3%;
}

.fixedContentPb {
  padding-bottom: 40px;
}

@media (max-width: 1268px) {
  .fixedContentPb {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .fixedContentPb {
    padding-bottom: 150px;
  }

  .btnFixedBottomR {
    width: 100%;
  }

  .btnFixedB.slideHide {
    bottom: -180px;
    transition-duration: 0.2s;
  }

  .btnFixedB {
    z-index: 999;
  }
}
.btnAniShake {
  transform: translate3d(0, 0, 0);
  animation-iteration-count: 3;
  animation-timing-function: ease-in;
  animation-name: shake;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  box-shadow: #EC3775 0px 0px 5px;
  z-index: 99;
  position: relative;
}

.btnAniShake:before {
  content: "請儲存！";
  background-color: #dc3545;
  border-radius: 5px;
  position: absolute;
  width: 100px;
  padding: 5px;
  left: 19px;
  top: 40px;
  z-index: 99;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
}

@keyframes shake {
  12.5%, 62% {
    transform: rotate(1deg);
  }
  25%, 74.5% {
    transform: rotate(0deg);
  }
  37.5%, 87% {
    transform: rotate(-1deg);
    transition-delay: 0.2s;
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}
.systemPoint {
  border-left: 5px solid #F5A60E;
  border-radius: 0 5px 5px 0;
  background-color: #F5F5F5;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: #1D2D41;
}

.btnBlue:hover, .btnGreen:hover, .btnGrass:hover, .btnOrange:hover, .btnDarkPurple:hover, .btnLightGray:hover, .btnGray:hover, .btnRed:hover, .btnPurple:hover, .btnWaterBlue:hover, .btnDarkBlue:hover {
  font-weight: bold;
  color: white;
}

/*文字顏色*/
.textDarkBlue {
  color: #1D2D41;
}

.textWaterBlue {
  color: #4BB1F5;
}

.textRed {
  color: #EC3775;
}

.textBlue {
  color: #344269;
}

.textOrange {
  color: #F5A60E;
}

.textPurple {
  color: #611F69;
}

.textGreen {
  color: #349874;
}

.textLightBlue {
  color: #436EA7;
}

.textLightGray {
  color: #ECEFF1;
}

/*文字大小*/
.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz23 {
  font-size: 23px;
}

.fz28 {
  font-size: 28px;
}

.fz34 {
  font-size: 34px;
}

.fz45 {
  font-size: 45px;
}

/*文字行高*/
.lh22 {
  line-height: 22px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh32 {
  line-height: 32px;
}

.lh44 {
  line-height: 44px;
}

/*背景顏色*/
.bgDarkBlue {
  background-color: #1D2D41;
}

.bgLightBlue {
  background-color: #436EA7;
}

.bgPurple {
  background-color: #611F69;
}

.bgWaterBlue {
  background-color: #4BB1F5;
}

.bgRed {
  background-color: #EC3775;
}

.bgLightGreen {
  background-color: #00B900;
}

.bgGray {
  background-color: #E3E4E8;
}

.bgOrange {
  background-color: #F1B136;
}

.bgGreen {
  background-color: #349874;
}

.bgLightGray {
  background-color: #ECEFF1;
}

/*常用Class*/
.flexBetweenCenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rotate {
  transform: rotate(180deg);
  transition: 0.5s;
}

.cursorPointer {
  cursor: pointer;
}

/*常用badge*/
.badgeRed {
  background-color: #EC3775;
  padding: 0 7px;
  border-radius: 10px;
  color: white;
  display: inline-block;
}

.badgeBlue {
  background-color: #4BB1F5;
  color: white;
  font-weight: bold;
  padding: 0px 13px;
  border-radius: 15px;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 5px;
}

.badgeOrange {
  color: white;
  background-color: #F5A60E;
}

/*按鈕樣式*/
.btnDarkBlue {
  color: white;
  background-color: #1D2D41;
  display: inline-block;
}

.btnDarkBlue:hover {
  background-color: #162436;
}

.btnWaterBlue {
  color: white;
  background-color: #4BB1F5;
  display: inline-block;
}

.btnWaterBlue:hover {
  background-color: #3EA0E2;
}

.btnPurple {
  color: white;
  background-color: #611F69;
  display: inline-block;
}

.btnPurple:hover {
  background-color: #4D1154;
}

a.btnRed, .btnRed {
  color: white;
  background-color: #EC3775;
  border-color: #EC3775;
  display: inline-block;
}

.btnRed:hover {
  background-color: #E9296B;
  border-color: #EC3775;
}

.btnGray {
  background-color: #79919D;
  border-color: #79919D;
  color: white;
  display: inline-block;
}

.btnGray:hover {
  background-color: #5D727D;
  border-color: #5D727D;
}

.btnLightGray {
  background-color: #ECEFF1;
  border-color: #ECEFF1;
  color: #1D2D41;
  display: inline-block;
}

.btnLightGray:hover {
  background-color: #D5D9DB;
  border-color: #D5D9DB;
}

.btnDarkPurple {
  color: white;
  background-color: #4D53A2;
  display: inline-block;
}

.btnDarkPurple:hover {
  background-color: #363A6E;
  border-color: #363A6E;
}

.btnOrange {
  color: white;
  background-color: #F5A60E;
  display: inline-block;
}

.btnOrange:hover {
  color: white;
  background-color: #E49703;
  border-color: #F5A60E;
}

.btnGrass {
  color: white;
  background-color: #00B900;
  display: inline-block;
}

.btnGrass:hover {
  color: white;
  background-color: #0D9E0D;
  border-color: #00B900;
}

.btnGreen {
  color: white;
  background-color: #349874;
  display: inline-block;
}

.btnGreen:hover {
  color: white;
  background-color: #136A57;
  border-color: #349874;
}

.btnBlue {
  color: white !important;
  background-color: #436EA7;
  display: inline-block;
}

.btnBlue:hover {
  color: white;
  background-color: #2F5382;
  border-color: #436EA7;
}

.btnOutlineGray {
  color: #4D53A2;
  border: 1px solid #dcdcdc;
  background-color: white;
  display: inline-block;
}

.btnOutlineGray:hover {
  color: white;
  border: 1px solid #dcdcdc;
  background-color: #4D53A2;
}

.btnTextWaterblue {
  color: #4BB1F5;
  transition-duration: 0.2s;
  font-weight: bold;
  display: inline-block;
}

.btnTextWaterblue:hover {
  color: #436EA7;
  transition-duration: 0.2s;
  font-weight: bold;
}

.btnSmall {
  padding: 0px 4px;
  font-size: 15px;
  font-weight: bold;
}

/*底色比較淡的按鈕*/
.btnSoftbgDarkPurple {
  color: #4D53A2;
  border: 1px solid #E5E7FB;
  background-color: #E5E7FB;
  display: inline-block;
  font-weight: 500;
}

.btnSoftbgDarkPurple:hover {
  color: #4D53A2;
  border: 1px solid #CCCFEF;
  background-color: #CCCFEF;
  font-weight: 500;
}

.btnSoftbgPurple {
  color: #611F69;
  border: 1px solid #F5E8F6;
  background-color: #F5E8F6;
  display: inline-block;
  font-weight: 500;
}

.btnSoftbgPurple:hover {
  color: #611F69;
  border: 1px solid #E9CFEB;
  background-color: #E9CFEB;
  font-weight: 500;
}

.btnSoftbgGreen {
  color: #349874;
  border: 1px solid #DCF2EA;
  background-color: #DCF2EA;
  display: inline-block;
  font-weight: 500;
}

.btnSoftbgGreen:hover {
  color: #349874;
  border: 1px solid #C2E8DA;
  background-color: #C2E8DA;
  font-weight: 500;
}

.btnSoftbgRed {
  color: #EC3775;
  border: 1px solid #FCE7EE;
  background-color: #FCE7EE;
  display: inline-block;
  font-weight: 500;
}

.btnSoftbgRed:hover {
  color: #EC3775;
  border: 1px solid #F6C1D3;
  background-color: #F6C1D3;
  font-weight: 500;
}

.btnSoftbgOrange {
  color: #F5A60E;
  border: 1px solid #FEF4E1;
  background-color: #FEF4E1;
  display: inline-block;
  font-weight: 500;
}

.btnSoftbgOrange:hover {
  color: #F5A60E;
  border: 1px solid #FCE9C6;
  background-color: #FCE9C6;
  font-weight: 500;
}

.btnSoftbgBlue {
  color: #436EA7;
  border: 1px solid #E1EAF5;
  background-color: #E1EAF5;
  display: inline-block;
  font-weight: 500;
}

.btnSoftbgBlue:hover {
  color: #436EA7;
  border: 1px solid #CCD8E6;
  background-color: #CCD8E6;
  font-weight: 500;
}

.btnSoftbgWaterBlue {
  color: #4BB1F5;
  border: 1px solid #E2F3FE;
  background-color: #E2F3FE;
  display: inline-block;
  font-weight: 500;
}

.btnSoftbgWaterBlue:hover {
  color: #4BB1F5;
  border: 1px solid #CEEAFC;
  background-color: #CEEAFC;
  font-weight: 500;
}

.btnSoftbgGray {
  color: #79919D;
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
  display: inline-block;
  font-weight: 500;
}

.btnSoftbgGray:hover {
  color: #79919D;
  border: 1px solid #ECEAEA;
  background-color: #ECEAEA;
  font-weight: 500;
}

/*只有外框按鈕*/
/* -------深紫色-------*/
.btnOutLineDarkPurple {
  color: #4D53A2;
  border: 1px solid #4D53A2;
  background-color: white;
  display: inline-block;
  font-weight: 500;
}

.btnOutLineDarkPurple:hover {
  color: #4D53A2;
  font-weight: 600;
}

.btnOutLineDarkPurple.selected {
  font-weight: 600;
}

.btnOutLineDarkPurple:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/* -------紫色-------*/
.btnOutLinePurple {
  color: #611F69;
  border: 1px solid #611F69;
  background-color: white;
  display: inline-block;
  font-weight: 500;
}

.btnOutLinePurple:hover {
  color: #611F69;
  font-weight: 600;
}

.btnOutLinePurple.selected {
  font-weight: 600;
}

.btnOutLinePurple:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/* -------綠色-------*/
.btnOutLineGreen {
  color: #349874;
  border: 1px solid #349874;
  background-color: white;
  display: inline-block;
  font-weight: 500;
}

.btnOutLineGreen:hover {
  color: #349874;
  font-weight: 600;
}

.btnOutLineGreen.selected {
  font-weight: 600;
}

.btnOutLineGreen:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/* -------紅色-------*/
.btnOutLineRed {
  color: #EC3775;
  border: 1px solid #EC3775;
  background-color: white;
  display: inline-block;
  font-weight: 500;
}

.btnOutLineRed:hover {
  color: #EC3775;
  font-weight: 600;
}

.btnOutLineRed.selected {
  font-weight: 600;
}

.btnOutLineRed:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/* -------橘色-------*/
.btnOutLineOrange {
  color: #F5A60E;
  border: 1px solid #F5A60E;
  background-color: white;
  display: inline-block;
  font-weight: 500;
}

.btnOutLineOrange:hover {
  color: #F5A60E;
  font-weight: 600;
}

.btnOutLineOrange.selected {
  font-weight: 600;
}

.btnOutLineOrange:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/* -------藍色-------*/
.btnOutLineBlue {
  color: #436EA7;
  border: 1px solid #436EA7;
  background-color: white;
  display: inline-block;
  font-weight: 500;
}

.btnOutLineBlue:hover {
  color: #436EA7;
  font-weight: 600;
}

.btnOutLineBlue.selected {
  font-weight: 600;
}

.btnOutLineBlue:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/* -------水藍色-------*/
.btnOutLineWaterBlue {
  color: #4BB1F5;
  border: 1px solid #4BB1F5;
  background-color: white;
  display: inline-block;
  font-weight: 500;
}

.btnOutLineWaterBlue:hover {
  color: #4BB1F5;
  font-weight: 600;
}

.btnOutLineWaterBlue.selected {
  font-weight: 600;
}

.btnOutLineWaterBlue:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/* -------灰色-------*/
.btnOutLineGray {
  color: #79919D;
  border: 1px solid #79919D;
  background-color: white;
  display: inline-block;
  font-weight: 500;
}

.btnOutLineGray:hover {
  color: #79919D;
  font-weight: 600;
}

.btnOutLineGray.selected {
  font-weight: 600;
}

.btnOutLineGray:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/*小小的loading圖*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid #BFD7E9;
  border-top-color: #0F71BC;
  animation: spin 1s infinite linear;
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}

.verticalCenter {
  vertical-align: middle;
}

/*藍色線條的loading樣式*/
.lineLoading {
  text-align: center;
  padding: 15px;
}

.lineLoadingBody {
  background-color: #DBEBFF;
  display: inline-block;
  border-radius: 5px;
  padding: 15px;
  height: 66px;
  width: 125px;
  text-align: center;
}

.lineLoadingBody .line {
  display: inline-block;
  width: 10px;
  border-radius: 10px;
  background-color: #4BB1F5;
}

.lineLoadingBody .line:nth-last-child(1) {
  animation: loadingA 1s 1s infinite;
}

.lineLoadingBody .line:nth-last-child(2) {
  animation: loadingA 1s 0.5s infinite;
}

.lineLoadingBody .line:nth-last-child(3) {
  animation: loadingA 1s 0s infinite;
}

@keyframes loadingA {
  0% {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}
.lineLoadingFooter {
  color: #1D2D41;
  font-weight: bold;
  font-size: 16px;
}

/*調整kendo樣式*/
.k-grid-header {
  background-color: #611F69;
  border-color: rgba(0, 0, 0, 0.4);
}

.k-grid-pager {
  border-color: #dcdcdc;
  color: #344269;
  background-color: #E3E4E8;
}

.k-pager-numbers .k-link.k-state-selected {
  border-color: #611F69;
  color: #fff;
  background-color: #611F69;
}

.k-pager-numbers .k-link {
  border-color: rgba(33, 37, 41, 0.125);
  color: #344269;
  background-color: #fff;
}

.k-pager-nav.k-link, .k-pager-refresh {
  border-color: rgba(33, 37, 41, 0.125);
  color: #344269;
  background-color: #fff;
}

.k-combobox .k-dropdown-wrap .k-select {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-combobox .k-select {
  border-color: #611F69;
  color: #fff;
  background-color: #611F69;
}

.k-grid-content {
  background-color: #fff;
}

.k-grid-add {
  background-color: #4BB1F5;
  border-color: #4BB1F5;
}

.k-grid-add:hover {
  font-weight: bold;
  border-color: #3EA0E2;
  background-color: #3EA0E2;
}

.k-grid-save-changes {
  background-color: #349874;
  border-color: #349874;
}

.k-grid-save-changes:hover {
  background-color: #0F604E;
  border-color: #0F604E;
  font-weight: bold;
}

.k-grid-cancel-changes {
  background-color: #79919D;
  border-color: #79919D;
}

.k-grid-cancel-changes:hover {
  background-color: #5D727D;
  border-color: #5D727D;
  font-weight: bold;
}

.k-edit-cell {
  padding: 0px;
}

.k-grid .k-grid-edit-row td {
  padding: 0px;
}

.text-box {
  width: 100%;
  border: 1px solid #dcdcdc;
  line-height: 30px;
}

.text-box:focus {
  outline: none;
}

.k-grid-toolbar {
  background-color: white;
  position: absolute;
  width: 100%;
  top: -51px;
  padding-left: 0;
}

.k-grid th {
  border-color: rgba(0, 0, 0, 0.4);
}
.k-grid td {
  padding: 5px;
}
.k-grid input {
  outline: none;
  cursor: pointer;
}

.k-pager-wrap .k-dropdown .k-dropdown-wrap, .k-pager-wrap select.k-dropdown {
  background-color: #611F69;
}

.k-pager-wrap .k-dropdown .k-dropdown-wrap:hover, .k-pager-wrap select.k-dropdown:hover {
  background-color: #4D1154;
  border-color: #4D1154;
}

.k-combobox:hover .k-select {
  background-color: #4D1154;
  border-color: #4D1154;
}

.k-combobox .k-state-active .k-select {
  background-color: #4D1154;
  border-color: #4D1154;
}

.k-grid .k-dirty {
  border-width: 5px;
  border-color: #F5A60E transparent transparent #F5A60E;
  left: 0;
  right: auto;
}

.k-numerictextbox .k-numeric-wrap .k-select {
  border-color: #611F69;
  background-color: #611F69;
}

.k-numerictextbox .k-numeric-wrap:hover .k-select, .k-numerictextbox .k-numeric-wrap.k-state-hover .k-select {
  background-color: #4D1154;
  border-color: #4D1154;
}

.k-numerictextbox .k-numeric-wrap .k-select > .k-state-selected, .k-numerictextbox.k-numeric-wrap .k-select > .k-state-active {
  border-color: #611F69;
  background-color: #611F69;
  color: white;
}

.k-window-content {
  background-color: white;
}

.k-content .k-button {
  background-color: #79919D;
  border-color: #79919D;
}
.k-content .k-overflow-anchor {
  background-color: #F5F5F5;
  color: #79919D;
}
.k-content .k-select {
  background-color: #79919D;
  border-color: #79919D;
}
.k-content .k-dropdown-wrap {
  background-color: #79919D;
  border-color: #79919D;
  color: white;
}
.k-content .k-combobox:hover .k-select {
  background-color: #79919D;
  border-color: #79919D;
}
.k-content .k-combobox .k-state-active .k-select {
  background-color: #79919D;
  border-color: #79919D;
}
.k-content .k-dropdown .k-dropdown-wrap:hover, .k-content .k-dropdown .d-dropdown-wrap.k-state-hover {
  background-color: #5D727D;
  border-color: #5D727D;
}

.k-spreadsheet-pane.k-left {
  background-color: white;
}

.k-button-group .k-button:active, .k-button-group .k-button.k-state-active, .k-button-group .k-button.k-state-selected, .k-button-group > input[type=radio]:checked + .k-button, .k-button-group > input[type=checkbox]:checked + .k-button {
  background-color: #5D727D;
  border-color: #5D727D;
}

.k-grid-toolbar .k-grid-excel {
  position: absolute;
  right: 85px;
}
.k-grid-toolbar .k-grid-add {
  margin-left: 0;
}

.k-spreadsheet-view .k-vertical-align-center {
  background-color: #5D727D;
  border-color: #5D727D;
}
.k-spreadsheet-view .k-selection-none {
  border-color: #79919D;
}
.k-spreadsheet-view .k-spreadsheet .k-selection-full, .k-spreadsheet-view .k-spreadsheet .k-selection-partial {
  background-color: #5D727D;
}
.k-spreadsheet-view .k-spreadsheet-top-corner, .k-spreadsheet-view .k-spreadsheet-row-header, .k-spreadsheet-view .k-spreadsheet-column-header {
  background-color: #79919D;
  border-color: #79919D;
}
.k-spreadsheet-view .k-spreadsheet .k-selection-full, .k-spreadsheet-view .k-spreadsheet .k-selection-partial {
  background-color: #79919D;
}

.k-spreadsheet .k-combobox .k-select {
  background-color: #79919D;
  border-color: #79919D;
}

/*grid的checkBox置中對齊(開始)*/
.k-grid-header .k-header:first-child, .k-grid td:first-child {
  text-align: center;
}

.k-grid-header .k-checkbox-label {
  margin-left: 0;
}

/*grid的checkBox置中對齊(結束)*/
a:hover {
  text-decoration: none;
}

.schoolName {
  padding-left: 20px;
  border-left: 2px solid #344269;
  color: #436EA7;
  font-size: 18px;
}
.schoolName h2 {
  font-size: 22px;
  color: #344269;
  font-weight: bold;
  margin-bottom: 0;
}

/*footer的copyright*/
.company {
  font-size: 10px;
  text-align: center;
  color: #686868;
  border-top: 1px solid #DCDCDC;
  padding: 10px;
  width: 90%;
  margin: 10px auto;
}

/*上方選單*/
/*宣告共用樣式*/
.navItems.active, .navItems:hover, .dropDownMenu li:hover > .navItems {
  background-color: #436EA7;
  font-weight: bold;
  transition-duration: 0.2s;
}

.navMenu {
  background-color: #344269;
  font-size: 20px;
}

.dropDownMenu {
  /*選單的最外層樣式*/
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.dropDownMenu li {
  /*讓子選單定位用*/
  position: relative;
}
.dropDownMenu li:hover {
  /*選單按鈕滑入時，顯示子選單*/
}
.dropDownMenu li:hover > .dropDownMenuList {
  display: block;
  top: 105%;
  z-index: 1300;
  animation-name: showMenuList;
  animation-duration: 0.1s;
}
@keyframes showMenuList {
  from {
    top: 130%;
  }
  to {
    top: 105%;
  }
}
.navItems {
  /*選單按鈕的樣式*/
  color: white;
  display: block;
  padding: 8px 10px;
  text-align: center;
  flex-wrap: nowrap;
  min-width: 135px;
}

.navItems:nth-child(2) {
  /*選單的第二個按鈕寬度較寬*/
  min-width: 140px;
}

.navItems:hover {
  /* 滑鼠滑入選單按鈕時變色*/
  color: white;
}

.navItems.active {
  /* 選單正在選取時，加入active樣式*/
}

.dropDownMenuList {
  /*選單內的子選單清單樣式*/
  list-style: none;
  border: #ccc 1px solid;
  position: absolute;
  z-index: 999;
  left: -1px;
  min-width: 180px;
  background-color: white;
  display: none;
  padding: 10px;
}
.dropDownMenuList ul {
  padding-left: 0;
  list-style: none;
}

.dropDownMenuListTitle {
  /*選單內的子選單清單，分類標題*/
  font-size: 14px;
  border-bottom: 1px solid #344269;
  font-weight: bold;
  padding-bottom: 5px;
  color: #344269;
}

.menuContainer {
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}

/*選單滑入的樣式*/
.navItemsToggleContent {
  position: absolute;
  top: 100px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding-bottom: 20px;
  z-index: 103;
}
.navItemsToggleContent .navItemsToggleArea {
  background-color: #ECEFF1;
  margin-left: 10px;
  margin-right: 10px;
}
.navItemsToggleContent section {
  padding: 15px;
}
.navItemsToggleContent h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #1D2D41;
  background-color: white;
}
.navItemsToggleContent h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #1D2D41;
}

.innerNavCard {
  background-color: white;
  border-radius: 5px;
  font-size: 18px;
  line-height: 38px;
  color: #344269;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  width: 250px;
}

.navMenu .navItemsInM {
  display: none;
}

@media (max-width: 1669px) {
  .navMenu {
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .navMenu .navItems:hover {
    background-color: #436EA7;
    font-weight: bold;
    transition-duration: 0.2s;
  }
}
@media (max-width: 768px) {
  .schoolName {
    padding-left: 0px;
    border-left: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    background-color: #E3E4E8;
  }
  .schoolName h2 {
    display: inline;
    font-size: 16px;
  }

  /*手機版子選單的樣式調整*/
  .navItemsToggleContent {
    top: 162px;
    padding: 0;
  }
  .navItemsToggleContent .navItemsToggleArea {
    margin-left: 0;
    margin-right: 0;
  }

  .innerNavCard {
    width: 100%;
  }

  .navMenu {
    margin-top: 104px;
    font-size: 18px;
  }
  .navMenu .menuContainer {
    overflow-x: scroll;
  }
  .navMenu .navItems {
    min-width: 140px;
  }
  .navMenu .navItems.active {
    background-color: #436EA7;
    font-weight: bold;
    transition-duration: 0.2s;
  }
  .navMenu .navItems:hover {
    background-color: #436EA7;
    font-weight: bold;
    transition-duration: 0.2s;
  }

  /*手機版選單樣式*/
  .menuContainer {
    margin-right: 55px;
  }

  .navM {
    position: fixed;
    top: 0;
    background-color: white;
    width: 100%;
    z-index: 99;
  }

  .navMtoggle {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menuMtoggleTitle {
    display: none;
  }

  .menuMtoggle {
    outline: none;
    border: none;
    background: #436EA7;
    color: white;
    font-size: 14px;
    line-height: 35px;
    padding: 6px 20px;
    z-index: 98;
    box-shadow: -4px 0px 4px -3px rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
  }

  .menuMtoggle:focus {
    outline: none;
  }

  .navMtoggleContent {
    display: none;
    transition-duration: 0.5s;
  }

  .navMtoggleContent.active {
    display: block;
    position: absolute;
    top: 63px;
    z-index: 98;
    background: #FFFBE5;
    width: 100%;
    padding: 15px;
    transition-duration: 0.5s;
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
  }

  /*手機板選單箭頭展開後的樣式*/
  .navMenu.active .menuMtoggleTitle {
    color: white;
    font-size: 20px;
    padding: 5px 20px;
    line-height: 40px;
    display: inline-block;
  }
  .navMenu.active .navItemsInMTitle {
    background-color: #4D53A2;
    font-size: 14px;
    padding: 5px 30px;
    text-align: left;
  }
  .navMenu.active .navItemsInM {
    display: block;
  }
  .navMenu.active .menuContainer {
    position: relative;
    display: block;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 56px;
  }
  .navMenu.active .menuM {
    position: absolute;
    z-index: 98;
    top: 0;
    width: 100%;
    background-color: #344269;
  }

  /*調整麵包屑手機版樣式*/
  .breadCrumb {
    margin-left: 40px;
  }
}
