body{
  font-family:"Microsoft JhengHei";
}
@media (min-width: 768px){
  body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 200px;
  }
}
/*--- 切換列表 ----*/
.SwitchURL-list-bok{
  padding-top:1%;
}
.SwitchURL-list{
  display:flex;
  list-style:none;
  margin-bottom:unset;
  font-size: 22px;
  font-weight:bold;
  color: #C180FF;
  padding-left:unset;
}
/*--- 同一層切換選單再多一層切換選單 ---*/
.SwitchURL-list-ano{
  display:flex;
  list-style:none;
  margin-bottom:4%;
  font-size: 22px;
  font-weight:bold;
  color: #C180FF;
  padding-left:unset;
}
.SwitchURL-item{
  border-bottom: 2px solid#C180FF;
    padding: 0 2%;
}
.SwitchURL-link{
  color: #E6CCFF;
}
.SwitchURL-link:hover{
  color: #C180FF;
}
.SwitchURL-link.action{
  color: #C180FF;
}
/*--- 切換列表 ----*/
/*--- 彈出使用者，編輯/登出 ----*/
.UserData-content{
  display: none;
  position: fixed;
  top: 68px;
  right: 0;
  background: #fff;
  z-index: 1000;
  width: 280px;
  padding: 1% 2%;
  border-radius: 10px;
}
.UserData-header{
  text-align:center;
  border-bottom: 2px solid#ad96da;
}
.UserData-body{
  padding: 4%;
}
.UserData-footer{
  text-align:center;
}
.UserData-icon{
  width: 30px;
  margin-right: 7px;
  margin-left: 6px;
}
.head-image{
  border: 1px solid;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 5% auto;
  background: #f4f6f9;
}
.Sign-out-btn{
  background: #ad96da;
  color: #000;
  font-size: 20px;
  width: 115px;
}
/*--- 彈出使用者，編輯/登出 ----*/

/*---- 中控台 資訊 列表&個人 ----*/
.User-Data-content{
  background:#fff;
  height: 68vh;
    overflow-y: auto;
}
.User-Data-table{
  text-align:center;
}
.User-Data-table thead th{
  color:#7794cc;
  font-size:20px;
  padding: 1%;
  border-bottom:2px solid#D0D0D0;
}
.User-Data-table tbody td{
  font-size:17px;
  padding: 19.4px 0;
  border-bottom:2px solid#D0D0D0;
}
/*.pagination-left{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right:10px;
  justify-content: flex-end;
  align-content: flex-end;
}
.page-link{
  background: transparent;
  border:unset;
  padding: 5px 10px;
  color:#000;
}
.page-link:hover{
  background:#44546d;
  color:#FFF;
  border-radius:5px;
}*/
.User-content{
  display: none;
  position:relative;
  background: #fff;
    padding: 2% 3%;
    border-radius: 15px;
    margin-top:1%;
}
.User-head-img{
  text-align: center;
  margin: 2% auto;
  height: 130px;
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #dae3f4;
  border-radius: 50%;
  position: relative;
}
.User-head-img i{
  font-size: 60px;
  color: #99BEFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  z-index: 0;
}
.HeadImageFile{
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  position: absolute;
}
.headImage{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 5;
}
.return-User-list{
  color: #99BEFF;
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 30px;
    z-index: 100;
}
.User-news-title{
  text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 2%;
}
.User-news-title2{
  text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 3%;
}
.User-news-input-text{
  font-size: 22px;
    background: #fff;
    border: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    white-space: nowrap;
    justify-content: center;
    width: 160px;
}
.User-news-input{
  font-size: 25px;
  background: #fff;
  height: 54px;
  border-radius: 10px;
  flex: 1 1 auto;
  width: 1%;
  display: block;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.User-news-select{
  width: 100%;
  font-size: 25px;
  background: #fff;
  height: 54px;
  border-radius: 10px;
  display: block;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.User-action-list{
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  list-style:none;
  padding-left:unset;
  margin-bottom: unset;
}
.User-action-item{
  padding-left: 1%;
}
.User-news-input.red{
  border: 2px solid#FF0000;
}
.action-btn{
  border:unset;
  background:transparent;
}
.action-btn img{
  width: 30px;
}
.allow-checkbox{
  margin-bottom: unset;
  width: 100%;
  position:relative;
  text-align:center;
}
.AllowCheck{
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.allow-input{
  opacity:0;
}
.allow-item{
  border-left:2px solid#c2c7d0;
  border-bottom: 2px solid#c2c7d0;
}
/*---- 中控台 資訊 列表&個人 ----*/

.CenterBorder{
  border-left: 5px solid#ad96da;
  padding: 2% 0;
}
.CenterColor{
  background: #d0c1ea!important;
  color:#ad96da!important;;
}
.POS-Border{
  border-left: 5px solid#7794cc;
  padding: 2% 0;
}
.POS-Color{
  background:#b4c7e7!important;
  color:#7794cc!important;
}
.TRC-Border{
  border-left: 5px solid#527c92;
  padding: 2% 0;
}
.TRC-Color{
  background:#e2e2ea!important;
  color:#527c92!important;
}
.LINK-Border{
  border-left: 5px solid#76cae4;
  padding: 2% 0;
}
.LINK-Color{
  background:#b5e3f2!important;
  color:#76cae4!important;
}
.CARE-Border{
  border-left: 5px solid#c62c72;
  padding: 2% 0;
}
.CARE-Color{
  background:#f4c7dc!important;
  color:#c62c72!important;
}
.ERP-Border{
  border-left: 5px solid#2f5596;
  padding: 2% 0;
}
.ERP-Color{
  background:#8fabdd!important;
  color:#2f5596!important;
}

.top-icon-iamge{
  width: 28px;
}
.icon-image{
  width: 30px;
  margin: 0 5px;
}
.main-sidebar, .main-sidebar::before{
  background: #fff;
  color: #000;
  width: 200px;
  padding-top:65px;
}
.content-wrapper{
  margin-top: 3.5%;
}
.nav-link-gray{
  background: #f4f6f9;
  border: 1px solid#f4f6f9;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  padding: 8px 0;
  margin: 0 7px;
  display: block;
  color: rgba(0,0,0,.5);
}
.SettingList i{
  font-size: 27px;
}
.backgroundGreen{
  background: #c6e0b4;
}
.backgroundLightBlue{
  background: #b4cfff;
}
.backgroundBrown{
  background: #c55a11;
}
.backgroundDarkBlue{
  background: #00b0f0;
}
.backgroundPink{
  background: #ff33cc;
}
.backgroundPurple{
  background: #A6A6D2;
}
.borderColorGreen{
  border-color:#c6e0b4;
  border:1px solid#c6e0b4;
}
.borderColorDarkBlue{
  border-color:#00b0f0;
  border:1px solid#00b0f0;
}
.borderColorRed{
  border-color:#FF0000;
  border:1px solid#FF0000;
}
.TextColorRed{
  color:#b22020;
}
.TextColorYellow{
  color:#e3bf4f;
}
.TextColorBlue{
  color:#121268;
}
.TextColorGreen{
  color:#5c7a48;
}
.TextColorBlack{
  color:#000;
}
.loginSelect{
  font-size:20px;
  width: 100%;
  border-radius: 6px;
  padding: 5px 20px;
  border: 1px solid#0066CC;
  text-align: center;
  text-align-last: center;
}
.loginInput{
  font-size: 18px;
  width: 100%;
  border-radius: 6px;
  padding: 5px 20px;
  border: 1px solid#0066CC;
  text-align:center;
}
.loginTable td{
  padding:2%;
}
.loginSubmit{
  font-size: 25px;
  border-radius: 30px;
  padding: 5px 20px;
  border: 1px solid#0066CC;
  background:#fff;
  margin-top: 5%;
}
/*.title{
  letter-spacing: 18px;
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  padding-top: 5%;
}*/
.loginBackgroundImg{
  background: url(../image/Trade-secret.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-size: cover;
}
.background-image{
  background: url(../image/image123.png);
  height: 59vh;
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-size: cover;
}
.background-image2{
  background: url(../image/gear2.png);
  height: 34vh;
  background-repeat: no-repeat, repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: 50px;
}
.LoginBoxCenter{
  display: none;
  z-index: 1000;
  box-shadow: 1px 5px 5px #666;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -350px;
}
.LoginBoxCenter.show{
  display:block;
}
.SystemList{
  list-style:none;
  display:flex;
  padding-left: unset;
  margin-bottom:unset;
}
.SystemList li{
  margin: 0 2%;
}
.SystemPlatformSwitch{
  cursor: pointer;
  text-decoration: none;
  padding: unset;
  border: unset;
  background: transparent;
  outline: none!important;;
  margin-right: 8px;
}
.SystemItemTitle{
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
  margin-bottom: unset;
  padding: 6px 13px;
  font-weight: bolder;
  background: #9D9D9D;
  color: #fff;
}
.SystemItemTitle.active{
  border: 2px solid#FF0000;
}
.Avatar{
  padding-left: 10px;
}
.Avatar img{
  height: auto;
  width: 3rem;
}
.UserNameTitle{
  font-size:21px;
  margin:auto;
}
.CenterConsoleTitle{
  font-size:17px;
  margin-left: 13%;
}
.nav-sidebar>.nav-item{
  margin-bottom: 10px;
}

.nav-sidebar .nav-treeview{
  margin: 0 12%;
}
.nav-sidebar .nav-item .nav-link{
  text-align:left;
  font-size:22px;
  font-weight:bold;
  border-radius: 0 10px 10px 0;
  padding: 7px 0;
}
.nav-sidebar .nav-item .nav-treeview .nav-link{
  background: #fff;
  color: #c2c7d0;
  text-align: center;
  font-size: 22px;
  padding: 1px 0;
  font-weight: bold;
  border-left: 6px solid#c2c7d0;
  margin: unset;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover{
  border-left: 6px solid#C180FF;
  background: #fff;
  color: #C180FF;
}
.nav-item:hover .nav-link{
  /*background:#000;*/
}
[class*=sidebar-dark-] .nav-treeview>.nav-item.action>.nav-link{
  border-left: 6px solid#C180FF;
  background: #fff;
  color: #C180FF;
}
.SystemCssBtn{
  border: 1px solid#005AB5;
  border-radius:50px;
  background:#fff;
  width:130px;
  padding:11px;
}
.SystemCssBtn2{
  border: 1px solid#005AB5;
  border-radius: 50px;
  background: #fff;
  width: 85px;
  padding: 5px;
}

.highestAdminEditBtn{
  border: 1px solid;
  border-radius: 30px;
  padding: 1% 3%;
  font-size: 19px;
  background: #fff;
  margin-bottom: 3%;
  margin-top: 1%;
}
.SystemAdminList{
  padding: 0px 20%;
  height: 42vh;
}
.SystemUserSwitch{
  cursor: pointer;
}
.SystemAdminList p{
  font-size:27px;
  font-weight:bold;
  color:#fff;
}
.SystemTitle{
  margin-top: 1%;
  margin-bottom: 2.5%;
}
.SystemTitle-background{
  background-image: url(/image/title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 5px 0 11px 0;
}
.SystemTitle-text{
  font-size: 30px;
  
}
.input-group-system{
  margin-bottom:2%;
}
.input-group-system-text{
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem 1rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
  width: 133px;
}
.OperatorContent{
  border:1px solid#0047AB;
  border-radius:100px 0 100px 0;
  text-align:center;
}
.OperatorList{
  padding: 1% 2% 4px 0;
  margin-bottom:2%;
  background: linear-gradient(-135deg, transparent 15px, #90EE90 0);
}
.form-system-control{
  border:1px solid#000;
  border-radius:unset;
  text-align: center;
  text-align-last:center;
  font-size:20px;
  padding:unset;
}
/*.page{
  list-style: none;
  display: inline-flex;
  font-size: 24px;
  font-weight: 500;
  margin-bottom:unset;
  padding: 10px 0;
}*/
/*.page li{
  padding: 4px 6px;
}
.page p{
  margin-bottom:unset;
  color:#000;
}
.page p.active{
  color:#FF0000;
}*/
.SystemAuthorityMenu{
  text-align:center;
  border: 1px solid;
  border-radius:0 100px 0 0;
  background:#5c9bd5;
}
.highestAdminBox{
  border-bottom: 4px dashed;
}
.AllStaffBtn{
  border: 1px solid#000;
  font-size: 28px;
  background: #FFED97;
  border-radius: 50px;
  padding: 10px 15px;
  font-weight: bold;
  color: #000;
  margin: 10% 0;
}

.SwitchSystem{
  border: unset;
  font-weight: bold;
  padding: 0 10px 0 20px;
  outline:none;
  width: 100%;
  text-align: center;
  text-align-last: center;
}
.AuthorityTitle{
  text-align:center;
  font-weight:bold;
}
.Authority-control{
  border:1px solid#0047AB;
  font-size:20px;
  width:40px;
  height:40px;
  padding:3px;
  display:flex;
  margin:auto;
}
.Authority-control-right{
  width: 0;
  height: 0;
  border-style: solid;
  border-width:16px 0 16px 30px;
  border-color: transparent transparent transparent #C0C0C0;
}
.Authority-control-left{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 30px 16px 0;
  border-color: transparent #C0C0C0 transparent transparent;
}
.BlueRectangle{
    background: 
            linear-gradient(135deg, transparent 0px, #5E86C1 0) top left,
            linear-gradient(45deg, transparent 0px, #5E86C1 0) bottom left,
            linear-gradient(-45deg, transparent 15px, #5E86C1 0) bottom right,
            linear-gradient(-135deg, transparent 15px, #5E86C1 0) top right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.AuthorityBtn{
  border: 1px solid#0047AB;
  border-radius: 50px;
  background: #fff;
  width: 95px;
  font-size: 14px;
  padding: 4px;
}
.highestAdminAvatar{
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  width: 130px;
  height: 130px;
  margin: 5% auto;
  background: #fff;
  padding: 22px;
}

.user-input-group{
  display:flex;
}
.user-input-group-text{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
}
.user-form-content{
  width:100%;
  flex:1 1 auto;
  background:#fff;
  font-size:23px;
  text-align:center;
  text-align-last:center;
}
.switch {
  position: relative;
  width: 65px;
  height: 30px;
  line-height: 30px;
}
.switch-checkbox {
  display: none;
}

.switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom:unset;
}

.switch-txt {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.switch-txt::before,
.switch-txt::after {
  display: block;
  float: right;
  width: 50%;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}

.switch-txt::after {
  content: attr(turnOn);
  padding-left: 10px;
  background: #1ba0ef;
  color: #fff;
}

.switch-txt::before {
  content: attr(turnOff);
  padding-right: 10px;
  background: #eee;
  color: #ccc;
  text-align: right;
}

.switch-Round-btn {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  margin: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 35px;
  border-radius: 13px;
  transition: all 0.3s ease-in 0s;
}

.switch-checkbox:checked + .switch-label .switch-txt {
  margin-left: 0;
}

.switch-checkbox:checked + .switch-label .switch-Round-btn{
  right: 0;
}

/*-- 人員權限 --*/
.ControlUserTable{
  text-align: center;
  font-size: 24px;
}
.ControlUserTable tr{
  border-bottom: 2px solid#D0D0D0;
}
.ControlUserTable thead th{
  padding:20px 0;
  color: #C180FF;
}
.ControlUserTable thead th a{
  color: #C180FF;
}
.ControlUserTable tbody td{
  padding:20px 0;
  color:#0045BD;
  font-weight: bold;
}
.ControlUserText{
  margin-bottom:unset;
  font-size:20px;
  color:#0045BD;
  font-weight: bold;
}
.ControlUser-content{
  padding:1% 1% 0% 1%;
}
.ControlUser-body{
  overflow: auto;
  height: 74vh;
  background: #fff;
  margin-top:1%;
}
.ControlUser-footer{
  text-align:right;
  margin-top:3%;
}
.ControlUserBtn{
  border: 1px solid#005AB5;
  border-radius: 50px;
  background: #fff;
  padding: 3px 0px;
  width: 117px;
}
.EditUser-footer{
  text-align:right;
  padding: 0px 2% 2% 2%;
}
.input-group-prepend{
  text-align:center;
}
.EditUser-input-css{
  background:#fff;
  border:unset;
  font-size:20px;
  padding: 4px 15px;
  color:#000;
}
.EditUser-form-control{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  display: block;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.EditUser-form-checkbox{
  position: relative;
  min-width: 0;
  margin-bottom: 0;
  display: block;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.EditUser-body{
  padding: 3% 4% 1% 4%;
}
.System-item{
  text-align:center;
}
.System-item-text{
  border-radius: 25px;
  font-size: 10px;
  width:35px;
  height:35px;
  text-align:center;
  line-height: 35px;
}
.SystemActionList{
  list-style:none;
  display:flex;
  padding-left:unset;
  margin-bottom:unset;
  flex: 1 1 auto;
  width: 1%;
}
.SystemActionList li{
  width:100%;
}
/*--*/
.GradeEditBtn{
  border: 1px solid;
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 5% 22% 5% 14%;
  text-align: center;
  background-image: url(/image/SmallGear.png);
  background-repeat: no-repeat;
  background-position: center right 13px;
}
.UnapplyBtn{
  border: 1px solid;
  background: #fff;
  /*border-radius: 50px;*/
  font-size: 16px;
  font-weight: bold;
  /*padding: 3% 10%;*/
  text-align: center;
}
.FeaturesTitle{
  display:flex;
  list-style:none;
  text-align:center;
  margin-bottom:unset;
  padding-left:unset;
  font-size:20px;
}
.FeaturesTitle li{
  width: 100%;
  background: #E6CCFF;
  padding: 5px 0;
}
.FeaturesText{
  display:flex;
  list-style:none;
  text-align:center;
  margin-bottom:unset;
  padding-left:unset;
}
.FeaturesText li{
  width: 100%;
  background:#fff;
  padding: 5px 0;
  text-align:left;
}
.FeaturesHeadText{
  min-width: 306px;
  display:flex;
}
.FeaturesHeadText p{
  margin-bottom:unset;
}
.FeaturesCode{
  width:35%;
}
.FeaturesName{
  flex: 1 1 0%;
  width:100%;
}
.FeaturesHeadTitle{
  min-width: 306px;
}
.FeaturesItem{
  color:#000;
}
.ActionTitle{
  display:flex;
  list-style:none;
  text-align:center;
  margin-bottom:unset;
  padding-left:unset;
  font-size: 19px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.ActionTitle li{
  width: 100%;
  border: 1px solid#c2c7d0;
  background: #fff;
  padding: 5px 0;
}
.ActionHeadTitle{
  min-width: 380px;
}
.permissionList{
  list-style:none;
  padding-left:unset;
  margin-bottom:unset;
  font-size: 19px;
  display:none;
}
.permissionList.action{
  display:block;
}

.FeaturesItemList{
  list-style:none;
  padding-left:unset;
  margin-bottom:unset;
  font-size: 19px;
}
.permissionList .Features-item{
  margin-bottom: 1%;
}
.ApplyActionBtn {
  padding: 8px 10px;
  margin: 5% 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: #ADADAD;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}
/*.AddApplyActionBtn{
  border: 1px solid#000;
  border-radius: 50px;0
  padding: 4px 40px;
  background: #fff;
  margin: 5% 0;
  font-size: 20px;
}*/
.GradeEdit-footer{
  text-align:right;
  margin-top: 2%;
}
.roleList{
  list-style:none;
  padding-left:unset;
  margin-bottom:unset;
  padding: 0 15%;
}
.roleList li{
  display:flex;
}
.role-input{
  font-size: 21px;
  width: 100%;
  border: 2px solid#ADADAD;
  padding: 4px 40px 4px 10px;
}
/*.input-role{
  width: 100%;
  border:unset;
  outline:none;
  text-align:center;
  background:transparent;
  cursor: pointer;
}
.input-role.show{
  border:1px solid#000;
  background-color:#FFFFCC;
}*/
.DelActionBtn{
  line-height: 4;
  margin-left: 10px;
}
.addActionBox{
  border: 1px solid#000;
  border-radius: 25px;
  padding: 10px 25px;
  background: #fff;
  margin: 5% 0;
}
.Del-AddTitleBtn{
  line-height: 4;
  margin-left: 10px;
}
.ApplyActionBtn.action{
  background: #E6CCFF;
}
.allFeatures{
  margin-right: 3%;
}
.ActionAllowStoreBtn{
  margin-top:5%;
}
.bulletin-content{
  padding: 0 2%;
  position:relative;
}
.bulletin-header{
  display: flex;
  align-content: center;
  align-items: center;
}
.bulletin-title{
  padding: 1% 2%;
  font-weight: bold;
  border-radius: 25px 25px 0 0;
  margin-bottom: unset;
  font-size: 24px;
}
.DarkBlue{
  color:#000;
  background: #9dc3e6;
}
.LightBlue{
  background:#d0c1ea;
  color:#000;
  border-bottom: 2px solid#BEBEBE;
}
.DarkPurple{
  color:#fff;
  background: #5f4b8b;
}
.LightPurple{
  background:#b2a5cf;
  color:#fff;
}
.BulletinTable{
  text-align:center;
  font-size: 19px;
}
.BulletinTable thead th{
  padding:10px 0;
}
.BulletinTable tbody td{
  padding: 8px 0;
  background:#fff;
  font-weight:500;
}
.BulletinTable td a{
  color:#000;
}
.Bulletin-box{
  border-radius: 25px;
  padding: 1% 2% 1% 2%;
  background:#fff;
  height: 750px;
  overflow-y:auto;
  box-shadow: 6px 6px 20px!important;
  margin-top:1%;
}
.BulletinBtn{
  background: transparent;
  font-size: 25px;
  color: #C180FF;
  border:unset;
  font-weight: bold;
}
.bulletin-content-title{
  list-style:none;
  display:flex;
  margin-bottom:unset;
  font-size:19px;
  padding: 13px 15px;
}
.bulletin-content-title li{
  padding-right: 2%;
  padding-left: 2%;
  border-right: 2px solid;
}
.bulletin-content-text{
  margin-left:25px;
}
.bulletinText-row{
  border-bottom: 2px solid#9D9D9D;
}
.bulletinText-title{
  width:100px;
  font-size:20px;
  font-weight:500;
  padding: 10px 0;
  vertical-align: initial;
}
.bulletinText-text{
  font-size:20px;
  padding: 10px 0;
}
.returnImage{
  padding-right: 5%;
}
.bulletin-text{
  background:unset;
  border:unset;
  font-size: 20px;
}
.bulletin-select{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  display: inline-block;
  padding: .375rem 1.75rem .375rem .75rem;
  font-weight: 400;
  line-height: 40px;
  color: #495057;
  vertical-align: middle;
  background: #fff url(/image/down.png) no-repeat right 1.75rem center/18px 18px;
  border-radius:6px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:0px solid#fff;
  font-size: 20px;
}
.bulletin-input{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  display: inline-block;
  padding: .375rem 1.75rem .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border-radius:6px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:0px solid#fff;
  font-size: 20px;
  background: #fff;
}
.bulletinObjectBrn{
  border: 2px solid#767171;
  background: #afabab;
  font-size: 19px;
  padding: 1px 22px;
}
.bulletinTextTable{
  background:#fff;
}
.bulletinTextTable th{
  text-align:center;
  font-size: 23px;
  width: 100px;
  padding:10px 0;
}
.bulletinTextTable td{
  text-align:left;
}
.bulletinText-input{
  width:100%;
  height:52px;
}
.fileSubmit{
  position:absolute;
  left:0;
  font-size: 19px;
  z-index:10;
  opacity:0;
  width: 142px;
}
.Object-input{
  background:#fff;
  text-align:left;
}
.ObjTimes{
  padding:2px 5px;
  color:#FF0000;
  font-weight:bold;
  font-size:22px;
}
.ObjBox{
  border: 2px solid#000;
  padding-right: 8px;
}
.ObjecContent{
  display: flex;
}
.objtab{
  margin-right: 1%;
}
.fileName{
  font-size:20px;
  margin-bottom:unset;
}
.file_item{
  display: flex;
}
.workRecord-text{
  border: unset;
  background: transparent;
  padding: unset;
  font-weight:bold;
  font-size: 20px;
}
.workRecord-form-control{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  border-top:1px solid transparent;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
  border-bottom:1px solid#000;
  background:transparent;
  outline:none;
}
.WorkRecordBtn-box{
  text-align:center;
}
.WorkRecordBtn{
  border: 2px solid#0066CC;
  background: #46A3FF;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 23px;
}
.workRecord-left-content{
  padding:6%;
}
.workRecord-left-header{
  background:#fff;
  text-align:center;
  margin-bottom: 20%;
}
.workRecord-content{
  padding: 1% 4% 3% 2%;
}
.workRecord-body{
  background:#fff;
  padding: 0px 1%;
}
.editWorkRecordBtn{
  font-size:22px;
  background:transparent;
  color:#fff;
  padding: 3px 0;
  margin: 0 3px;
}
.workRecordTable-header{
  background: #003E3E;
  padding: 4px 3% 4px 5%;
}
.workRecord-title{
  color: #fff;
  font-size: 18px;
  font-weight:bold;
}
.workRecordTable-body{
  overflow-y:scroll;
  height:355px;
}
.workRecord-other-body{
  overflow-y:scroll;
  height:243px;
}
.work-time-text{
  margin-bottom:unset;
  font-size:16px;
  color:#fff;
}
.work-time-box{
  width:70px;
  text-align:center;
  padding: 2% 0;
}
.workBackground1{
  background:#66CCA2;
}
.workBackground2{
  background:#E1E100;
}
.workBackground3{
  background:#46A3FF;
}
.workBackground4{
  background:#FF9797;
}
.workContentTextList{
  padding-left:unset;
  margin-bottom:unset;
  list-style:none;
}
.work-item{
  display: flex;
  border-bottom: 1px solid#BEBEBE;
  cursor: pointer;
}
.work-item.active{
    border: 5px solid#0080FF;
  }
.work-text-box{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}
.workText{
  padding:2%;
  font-weight:bold;
  font-size: 19px;
  margin-bottom:unset;
}
.DownFileBtn{
  border: 2px solid#BEBEBE;
  background:#fff;
  font-size: 15px;
  padding: 0px 13px;
  font-weight: 600;
  margin-right: 2%;
  margin-bottom: 1%;
}
.work-record-box{
  width: 30px;
  text-align: center;
  padding: 2% 0;
}
.work-record-text{
  margin-bottom: unset;
  font-size: 19px;
  color: #000;
  font-weight: bold; 
}
.buttonRignt{
  float:right;
}
.workRecordList{
  margin-bottom: 5%;
}
.ui-datepicker{
  width:100%;
}
.goggleLongBtn{
  color:#fff;
  background:#FF2D2D;
  border:1px solid#FF2D2D;
  border-radius: 8px;
  font-size:25px;
  width: 43px;
  height: 43px;
  margin-right: 5px;
}
.appleLongBtn{
  color:#fff;
  background:#000;
  border:1px solid#000;
  border-radius: 8px;
  width: 43px;
  height: 43px;
  margin-left: 5px;
}
.appleLongBtn span{
  font-size:32px;
}
.dayText{
  font-size: 110px;
  color: #00AEAE;
  margin-bottom: unset;
  font-weight: bold;
  line-height: 1;
}
.weekText{
  font-size: 45px;
  color: #000;
  margin-bottom: unset;
  font-weight: bold;
  line-height: 1;
}
.lunarText{
  font-size: 25px;
  color: #000;
  margin-bottom: unset;
  font-weight: bold;
}
.workRecord-left-footer{
  position: absolute;
  bottom: 18px;
}
.work-justify-center{
  position: absolute;
  width: 66px;
  height: 66px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2000;
}