@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,100);
*{
  margin: 0;
  padding: 0;
  list-style: none;
}
html{
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
body{
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  background-color:rgba(255, 255, 255, 1);
}
.LeftSide {
  width: 15%;
  height: 80vh;
  padding:  5%;
  background: #ededed;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
}
#titleImg {
  width: 100%;
  margin: 0 auto;
}

/*左邊選單*/
.menu {
  display: inline-block;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 130px;
  margin-left: 1.3em;
  padding: 0 55px 0 10px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
  background: #5c9cd8;
  border-radius: 4px;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 90%;
  max-height: 350px; /* 设置最大高度 */
  overflow-y: auto; /* 添加垂直滚动条 */
  margin: 15px 0 0 1.3em;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
/* 左邊年份滾動條樣式 */
.custom-options::-webkit-scrollbar {
  width: 10px;
}

.custom-options::-webkit-scrollbar-track {
  background: #C8E8F9;
  border-radius: 5px;
}

.custom-options::-webkit-scrollbar-thumb {
  background: #5c9cd8;
  border-radius: 5px;
  transition: background 1s;
}

.custom-options::-webkit-scrollbar-thumb:hover {
  background: #2985dc;
  cursor: pointer;
  
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 14px;
  color: #b5b5b5;
  line-height: 35px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #7ec1ff;
  color: #f9f9f9;
}



/*右邊區塊*/
.RightSide {
  width: 75%;
  float: right;
}
.dot{
  top: calc(100% / 2 - 200px);
  position: fixed;
  height: auto;
  right: 20px;
}

.dot li{
  font-size: small;
  list-style-type: none;
  margin: 7px 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transition: 0.3s ease;
  text-align: center;  border-radius: 50%;
}
.dot li:hover {
  cursor: pointer;
  color: rgb(255, 255, 255);
  background-color: rgba(86, 123, 235, 0.589);
}
.dot .active{
  color: rgb(255, 255, 255);
  background-color: royalblue;

}

.section{
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.section u {
  display: none;
}
.table_calender, .text {
  border-color: none;
  border: 0px;
}
td.label_title {
  font-size: larger;
  border-color: none;
  border: 0px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  height: 10px;
  line-height: 10px;
}
.text .border {
  background: #fff;
  transition: 0.1s;
  border-radius: 10px;/*月曆內閣*/
  border: 0;
  width: 35px;
}

.border:hover {
  background-color: #e8e7e7;
  color: #fff;
}
.label_calender_SC {
  /*Basic月曆標題*/
  background-color: #33C1CA;
  /*背景顏色*/
  font-weight: 400;
  color: #FFFFFF;
  /*字體顏色*/
  font-size: 13px;
  /*字體大小*/
  text-align: center;
  /*置中*/
  width: 20px;
  /*欄寬*/
  /*欄高*/
  border: 0;
  border-radius: 10px;
}
.label {
  height: 20px;
  line-height: 20px;
}
.label_calender_AD {
  /*Advanced月曆標題*/
  background-color: #ED1D24;
  /*背景顏色*/
  font-weight: 400;
  /*粗體*/
  color: #FFFFFF;
  /*字體顏色*/
  font-size: 13px;
  /*字體大小*/
  text-align: center;
  /*置中*/
  width: 20px;
  /*欄高*/
  border: 0;
  border-radius: 10px;
}

.text {
  /*月曆日期、閱讀編號*/
  font-weight: bold;
  /*粗體*/
  text-align: center;
  /*置中*/
  font-size: 14px;
  /*字體大小*/
  width: 35px;
  /*欄寬*/
  height: 35px;
}
table {
  text-align: center;
  border-color: none;
  border: 0px;
}

/* 四個日曆中間分開一點
.each_calender{
  margin: 0 50px;
}*/
.border a {
  text-decoration: none;
  color: black;
}
.section:nth-of-type(odd){
  background-color: #ffdae0;
}
.section:nth-of-type(even){
  background-color: #c8d4ec;
}
/*
#title {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}*/