
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
  *{
      font-family: '微軟正黑體', 'Hiragino Sans GB', 'Microsoft Yahei', '微軟雅黑', Arial, sans-serif !important;
      /*font-weight: normal !important;*/
  }

body{
  font-size: 16px;
  position: relative;
  height: 100vh;
  color: #505050;
}
header{
  width: 100%;
  height: 120px;
  background: url("./images/header-bgimg.png") no-repeat;
  background-position: inherit;
  background-size: 100% auto;
}
header h1{
  width: 1080px;
  margin: 0 auto;
  text-align: center;
  font-weight: 520 !important;
  font-size: 2rem;
  line-height: 120px;
}
footer{
  width: 100%;
  height: 35px;
  background: #c8c8c8;
  position: fixed;
  bottom: 0px;
}
footer .copyright{
  width: 1080px;
  height: 35px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.btnIndex{
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.btnIndex a{
  position: absolute;
  top: -100px;
  right: 0px;
  padding: 5px 12px;
  background-color: #0000005e;
  color: #fff;
  border-radius: 12px;
}
section{
  width: 1080px;
  margin: 0 auto;
  position: relative;
} 
.login{
  position: absolute;
  left: 50%;
  transform: translate(-50% , 35%);
  width: 560px;
  height: 340px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 1px 2px 3px 1px #ccc;
  background: #f7f7f7;
  border-radius: 10px;
}
.login h2{
  font-size: 1.5rem;
  line-height: 80px;
  background: #fff;
}
.login form{
  margin: 35px auto 50px;
}
.login input{
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  padding-left: 10px;
  margin: 0px auto 25px;
}
.alert_msg{
  color: #f96042;
  float: right;
  margin-top: -25px;
  margin-right: 105px;
}
.alert_msg p{
  height: 20px;
  margin-bottom: 0px;
  display: none;
}
.login label{
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  box-shadow: 0px 0px 1.5px 0px #ccc;
  box-sizing: border-box;
  margin: 10px 5px;
  border-radius: 4px;
}
.btnwrap{
  float: right;
  margin-right: 50px;
  margin-top: 10px;
}
.cancelBtn {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  color: #505050;
  text-align: center;
  cursor: pointer;
}
.submitBtn {
  background-color: #4392db;
  border: 1px solid #4392db;
  color: #fff;
  cursor: pointer;
}
.managerwrap{
  width: 1080px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}
.managerwrap p{
  display: inline-block;
}
.managerID span{
  color: #f96042;
  margin-left: 10px;
}
.logout{
  float: right;
}
.btn-creat, .btn-copy, .btn-delete, .btn-close, .btn-modify, .btn-calendar {
  cursor: pointer;
  margin-left: 30%;
}
.btn-creat-dis , .btn-copy-dis , .btn-delete-dis , .btn-close-dis{
  cursor: default;
}
.btn-creat{
  font-size: 0.95rem;
  margin-left: 5px;
  color: #505050;
}
.btn-creat-dis{
  color: #c8c8c8;
}
.btn-creat:after{
  content: url(./images/icon-add-n.png);
  position: absolute;
  margin-top: 9px;
}
.btn-creat:hover:after{
  content: url(./images/icon-add-h.png);
  position: absolute;
  margin-top: 9px;
}
.btn-creat-dis{
  color: #c8c8c8;
  cursor: default;
}
.btn-creat-dis:after{
  content: url(./images/icon-add-d.png);
  position: absolute;
  margin-top: 9px;
}
.btn-creat-dis:hover{
  color: #c8c8c8;
  cursor: default;
}
.btn-creat-dis:hover:after{
  content: url(./images/icon-add-d.png);
  position: absolute;
  margin-top: 9px;
}
.btn-close{
  position: absolute;
  right: 10px;
}
.btn-close:before{
  content: url(./images/icon-close-n.png);

}
.btn-close:hover:before{
  content: url(./images/icon-close-h.png);

}
.btn-copy:before{
  content: url(./images/icon-copy-n.png);

}
.btn-copy:hover:before{
  content: url(./images/icon-copy-h.png);

}
.btn-delete:before{
  content: url(./images/icon-trashcan-n.png);

}
.btn-delete:hover:before{
  content: url(./images/icon-trashcan-h.png);

}
.btn-modify:before {
  content: url(./images/icon-edit-n.png);
}

.btn-modify:hover:before {
  content: url(./images/icon-edit-h.png);
}
.btn-calendar:before {
  top: 54px;
  left: 43px;
  position: relative;
  content: url(./images/icon-calendar-n.png);
}

.btn-calendar:hover:before {
  content: url(./images/icon-calendar-h.png);
}
.btn-sort-up:before{
  content: url(./images/icon-arrowup-n.png);
  cursor: pointer;
}
.btn-sort-up:hover:before{
  content: url(./images/icon-arrowup-h.png);
}
.btn-sort-down:before{
  content: url(./images/icon-arrowdown-n.png);
  cursor: pointer;
}
.btn-sort-down:hover:before{
  content: url(./images/icon-arrowdown-h.png);
}
.btn-sort-up-dis:before{
  content: url(./images/icon-arrowup-d.png);
  cursor: default;
}
.btn-sort-up-dis:hover:before{
  content: url(./images/icon-arrowup-d.png);
}
.btn-sort-down-dis:before{
  content: url(./images/icon-arrowdown-d.png);
  cursor: default;
}
.btn-sort-down-dis:hover:before{
  content: url(./images/icon-arrowdown-d.png);
}
.btn-slider-delete:before{
  content: url(./images/icon-trashcan-n.png);
  cursor: pointer;
}
.btn-slider-delete:hover:before{
  content: url(./images/icon-trashcan-h.png);
}



/*CONTENT NAVMENU*/

.navmenuwrap{
  width: 220px;
  padding: 15px 5px 20px 30px;
  box-sizing: border-box;
  height: calc(100vh - 245px);
  float: left;
  border-right: 1px solid #c8c8c8;
  z-index: 100;
  position: relative;
}
.navtitle{
  line-height: 32px;
  margin-bottom: 8px;
}
.navlist{
  line-height: 20px;
  margin-bottom: 15px;
}
.navlist a{
  padding-left: 15px;
  color: #505050;
  box-sizing: border-box;
  font-size: 0.95rem;
}
.navlist a:hover{
  color: #4392db;
  border-left: 3px solid #4392db;
}
.navlist-atv{
  color: #4392db;
  border-left: 3px solid #4392db;
}

.contentwrap {
  position: relative;
  margin-bottom: 50px;
}
section.contentwrap {
  padding-bottom: 100px;
}

.contenttitle{
  line-height: 39px;
  font-size: 1.25rem;
  margin-bottom: 35px;
  width: 840px;
  margin-left: 240px;
  color: #4392db;
  border-bottom: 1px solid #c8c8c8;
}
.filespace{
  float: right;
  font-size: 1rem;
  color: #505050;
  cursor: pointer;
}
.contentblock{
  width: 840px;
  margin-left: 240px;
}
.contentindex p{
  text-align: center;
  display: block;
  width: 500px;
  padding: 25px 0px;
  margin: 0 auto;
  line-height: 2.5;
}
.contentIntroduction{

}
.contentwrap .btnwrap{
  margin: 30px auto 50px;
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
  left: 60%;
}
.contentwrap label:not(.switch):not(.pure-button) {
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  box-shadow: 0px 0px 1.5px 0px #ccc;
  box-sizing: border-box;
  margin: 10px 5px;
  border-radius: 4px;
  text-align: center;
}
.subtitle{
  position: relative;
}
.subtitle p{
  
  position: absolute;
  top: 15px;
  right: 0px;
}
.filespaceUI {
  left: 50%;
  margin-left: -325px;
  top: 8%;
  z-index: 300 ;
  position: fixed;
  width: 650px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 20px 20px;
  box-shadow: 0px 0px 1.5px 0px #ccc;
  border-radius: 8px;
}
.filespaceUI h3{
  font-size: 1.25rem;
  line-height: 2;
  margin: 0px 0px 15px;
}
.filelist ul ,.sliderlist ul{
  line-height: 35px;
}
.filelist li{
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 10px;
  line-height: 25px;
  border-right: 1px solid #c8c8c8;
  position: relative;
  text-align: center;
}
.filelist li:nth-last-child(1){
  border-right: none;
}
.listtitle{
  background-color: #eaf1fb;
}
.filespaceUI .filelist li:nth-child(1){  width: 150px;}
.filespaceUI .filelist li:nth-child(2){  width: 90px;}
.filespaceUI .filelist li:nth-child(3){  width:200px ;}
.filespaceUI .filelist li:nth-child(4){  width:60px ;}

.filespaceUI ul.listcontent { border-bottom: 1px solid #ebebeb; line-height: 40px}
.filespaceUI ul.listcontent:nth-child(odd){ background-color: #f7f7f7; }

.sliderlist li{
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 10px;
  line-height: 25px;
  position: relative;
  text-align: center;
}
.fromborder{
  width: 1px;
  height: 80%;
  background-color: #c8c8c8;
  position: absolute;
  right: 0px;
  top: 10%;
}

.siderUI .sliderlist li:nth-child(1){  width: 60px;}
.siderUI .sliderlist li:nth-child(2){  width: calc( 100% - 230px)}
.siderUI .sliderlist li:nth-child(3){  width: 90px ;}
.siderUI .sliderlist li:nth-child(4){  width: 60px ;}
.siderUI .sliderlist .listcontent li{ line-height: 120px; }
.slider-img-s img{
  width: 400px;
  height: 100px;
}
.siderUI .listcontent { border-bottom: 1px solid #ebebeb; }

.window_alertoverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: none;
  background-color: #444;
  z-index: 300;
}
.close-modal {
  display:none;
}

.dataTable tr td {
  vertical-align: middle;
}

.filename_width {
  max-width: 225px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.checkbox_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

  .checkbox_slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    top: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

input:checked + .checkbox_slider {
  background-color: green;
}

  input:checked + .checkbox_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
