.centerWrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.XcenterWrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.YcenterWrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.XcenterRelWrapper {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body  #systemPage0 {
  background: none !important;
}


body #loginPage{
  background-image: url(../images/bg.jpg);
}

.menuText {
  font-family: 'Noto Serif TC', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #E6B429;
}

.menuTextSelect {
  color: #792527;
}

div.demoMenuDiv {
  position: relative;
  width: 160px;
  height: 70px;
}

div.demoMenuDiv > div.menuGridContainer {
  position: absolute;
  width: 100%;
  height: 100%;

}


div.demoMenuDiv > div.menuGridContainer div.optionDiv {
  position: relative;
  width:100%;
  height:100%;
}

div.demoMenuDiv > div.menuGridContainer div.optionDiv > div.content {
  text-align: center;
  line-height: 70px;
}

div.demoMenuDiv > div.menuGridContainer div.optionDiv > div.option {
  position: absolute;
  height: 100%;
  top: 0px;
  background-repeat: unset;
  background-size: 100% 100%;
}

div.demoMenuDiv > div.menuGridContainer div.optionDiv > div.line {
  width: calc(100% - 54px);
  left: 27px;
  background-image: url(../images/optionBorderLine.png);
}

div.demoMenuDiv > div.menuGridContainer div.optionDiv > div.start {
  width: 27px;
  left: 0;
  background-image: url(../images/optionBorderStart.png);
}

div.demoMenuDiv > div.menuGridContainer div.optionDiv > div.end {
  width: 27px;
  right: 0;
  background-image: url(../images/optionBorderEnd.png);
}

div.demoMenuDiv > div.menuGridContainer div.optionDiv > div.intervalLeft {
  width: 27px;
  right: 0;
  background-image: url(../images/optionBorderIntervalLeft.png);
}

div.demoMenuDiv > div.menuGridContainer div.optionDiv > div.intervalRight {
  width: 27px;
  left: 0;
  background-image: url(../images/optionBorderIntervalRight.png);
}

div.demoMenuDiv > div.menuGridContainer div.optionDiv > div.board {
  position: absolute;
  width: 86%;
  height: 52%;
  background-color: #E6B429;
}

div.demoBadgeDiv {
  position: absolute;
  width: 150px;
  height: 35px;
  right: 150px;
}

.badgeText {
  font-family: 'Noto Serif TC', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #FFFFFF;
}

div.badgeDiv:before, div.badgeDiv:after {
  content: "";
  position: absolute;
  top:0;
  height: 100%;
  width: 100px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

div.badgeDiv {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  /*background-image: url(../images/textBorderLine.png);*/
  background-color: rgb(177, 116, 117);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

div.badgeDiv:before {
  left: -100px;
  /*background-image: url(../images/textBorderLeft.png);*/
  background-position: right;
}

div.badgeDiv:after {
  right: -100px;
  /*background-image: url(../images/textBorderRight.png);*/
  background-position: left;
}


div.menuHeader{
  width:1620px;
}

/*element*/
hr{
  border:0;
  background-color:#7a2527;
  height:1px; 
}
div.mapDiv{
  width:100%;
}

div.mapNews{
  position:relative;
}

button.deButton{
  color:#ffffff;
  background-color: #7a2527;
}

div.backgroundColor{
  background-color: #F0F1F2;
}

div, label{
  color:#7a2527;
}

/*boostrap*/
.tab-content {
  background: #F0F1F2;
}

.card{
  background: none; 
}

table{
  border-color:#7a2527;
}

button.exportBtn{
  margin-left: 90%;
  background-color:#7a2527;
  color:#fff;
  border:0px;
}

button.addBtn{
  margin-left: 20px;
  width:160px;
  height:40px;
  background-color:#7a2527;
  border-radius: .25rem;
  color:#fff;
  border:0px;
}

/* 通用按鈕樣式 - 統一尺寸 */
.common-btn{
  width:160px;
  height:40px;
  
}

.primary-btn-color{
  border: 2px none blue;
  background-color: rgb(122, 37, 39);
}


.normalBtn{
  border:2px blue none;
  background-color:#752326;
  width:100px;
  height:40px;
}

.normalBtn:hover{
  background-color:#752326;
}

label {
   margin-bottom: 0rem; 
}

.border-light{
  border-color: rgb(122, 37, 39)!important;
}

.switch-info .switch-input:checked+.switch-slider{
  background-color: #7a2527;
  border-color: #7a2527;
}
/*# sourceMappingURL=artgital.css.map */

/*Login*/
img.deLogo{
  top: 100px;
  height: 40%;
}

input.loginInput {
  background: none;
  border: none;
  font-family: 'Noto Serif TC', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #E6B429;
  outline: none;
}

input.loginInput:focus{
  background: none;
  border: none;
  color: #E6B429;
  outline: none;
}

div.click{
  cursor: pointer;
}

div.loginText {
  font-family: 'Noto Serif TC', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #FFFFFF;
}

div.loginAccountDiv{
  top: -webkit-calc(40% + 120px);
}

div.loginPasswordDiv{
  top: -webkit-calc(40% + 190px);
}

div.loginBtnDiv{
  top: -webkit-calc(40% + 300px);
}

div.loginContainer {
  position: absolute;  
  height: 80px;
}

div.loginInputWidth{
  width: 500px;
}

div.loginBtnWidth{
  width: 144px;
}

div.loginContainer > div.option {
  position: absolute;
  height: 100%;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

div.loginContainer > div.content {
  text-align: center;
  line-height: 80px;
}

div.loginContainer > div.lineText {
  width: 90px;
  left: 27px;
  background-image: url(../images/optionBorderLine.png);
}

div.loginContainer > div.lineInput {
  width: 302px;
  right: 27px;
  background-image: url(../images/optionBorderLine.png);
}


div.loginContainer > div.start {
  width: 27px;
  left: 0;
  background-image: url(../images/optionBorderStart.png);
}

div.loginContainer > div.end {
  width: 27px;
  right: 0;
  background-image: url(../images/optionBorderEnd.png);
}

div.loginContainer > div.interval {
  width: 54px;
  left: 117px;
  background-image: url(../images/optionBorderInterval.png);
}


div.loginContainer > div.boardText {
  position: absolute;
  width: 123px;
  height: 52%;
  left: 12px;
  background-color: #E6B429;
  opacity: 0.5;
}

div.loginContainer > div.boardInput {
  position: absolute;
  width: 330px;
  height: 52%;
  right: 13px;
  background-color: #FFFFFF;
  opacity: 0.4;
}

.tooltip-inner {
  max-width: 1000px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: left;
  background-color: #ffffff;
  border-radius: 0.25rem; 
}

.router-link-exact-active {
  background-attachment: rgb(122, 37, 39);
}