﻿@charset "UTF-8";
.Commit_Win {
  background: #FFFFFF;
  border: 1px solid #25652E;
  border-radius: 10px;
}

.Commit_Win .Commit_Header {
  width: 41px;
  height: 41px;
}

.Commit_Win .webix_template {
  display: flex;
  justify-content: center;
}
.Commit_Win .webix_template img {
  width: 40px;
  height: 40px;
  margin-top: 2px;
}

.Commit_Win .webix_win_head {
  border-bottom: 0px;
}

.Commit_Win .Commit_Desc {
  font-size: 18px;
  font-family: Segoe UI;
  font-weight: 400;
  line-height: 21px;
  color: #25652E;
  text-align: center;
}

.Commit_Win .CommitButton {
  background: #25652E;
  border: 1px solid #A7B55D;
  opacity: 1;
  border-radius: 20px;
  width: 85px;
  height: 28px;
  font-size: 18px;
  font-family: Segoe UI;
  font-weight: bold;
  color: #FFFFFF;
}

.Commit_Win .CommitButton_Cancel {
  background: #FFFFFF;
  border: 1px solid #25652E !important;
  opacity: 1;
  border-radius: 20px;
  width: 85px;
  height: 28px;
  font-size: 18px;
  font-family: Segoe UI;
  font-weight: bold;
  color: #475E4A;
  margin-bottom: 5px;
}

.Commit_Win .Commit_Win_Head {
  font-size: 18px;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  line-height: 24px;
  color: #25652E;
}

.Commit_Win .webix_win_head .webix_icon.wxi-close {
  background: #25652E;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
}

.Commit_Win p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.LoadingPage {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  /*margin-top: 100px;*/
  z-index: 99999999;
  background-color: rgba(100, 100, 100, 0.5);
}

.LoadingPage img {
  width: 100px;
  height: 100px;
}

.LoadingPage .txtMsg {
  margin-top: 300px;
}

.txtMsg span {
  font-size: 20px;
  color: gray;
  font-family: "微軟正黑體";
  font-weight: 500;
}

#fountainG {
  position: relative;
  width: 65px;
  height: 16px;
  margin: auto;
  margin-top: 10px;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 16px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 33px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 49px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 66px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 82px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 99px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 115px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    transform: scale(0.3);
    background-color: white;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    -o-transform: scale(0.3);
    background-color: white;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: white;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: white;
  }
}
