/*2021-08-02*/

.gotop_btn{
  font-size: 13px;
  font-family:Arial !important;
  font-weight: 600;
  line-height: 25px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border-radius: 4px;
  border:1px solid rgba(255,255,255,.8);
  box-shadow: 0px 5px 5px rgba(0,0,0,.2);
  z-index: 99999;
}
span.glyphicon{
  margin-right: 3px;
}

/* Fixed button, bottom right */
.btn-fixed-bottom {
  position: fixed;
  bottom: 70px;
  right: 10px;
  display: none;
}
/*web*/
@media (min-width: 768px) {
  .btn-fixed-bottom {
    bottom: 50px;
    right:80px;
  }
}

/* Fixed button, bottom left */
.btn-fixed-left {
  position: fixed;
  bottom: 30px;
  left: 10px;
  display: none;
  font-family: Microsoft JhengHei , sans-serif;
  border-radius: 4px;
  color: #fff!important;
  padding: 5px 10px;
  box-shadow: 0px 5px 5px rgba(0,0,0,.2);
  background-color: rgba(0,0,0,.9);
  border:1px solid rgba(0,0,0,.8);
  text-decoration:none!important;
  z-index: 99999;
}
/*web*/
@media (min-width: 768px) {
  .btn-fixed-left {
    bottom: 50px;
    left: 32px;
  }
}
.btn-fixed-left:hover{
  background-color: rgba(0, 45, 120,.8);
}
.btn-fixed-left img{
  margin-right: 3px;
  margin-top:-1px;
}
a.btn-fixed-left[href="Product_Senwaiy.html#senwaiy"] {
  background-color: rgba(245,100,0,.9);
  border:1px solid rgba(245,100,0,.8);
}
a.btn-fixed-left[href*="Product_AVEVA"]{
  background-color: rgba(85,25,200,.9);
  border:1px solid rgba(50,15,135,.8);
}
a.btn-fixed-left[href="Product_Senwaiy.html#senwaiy"]:hover {
  background-color: rgba(180,50,15,1);
  border:1px solid rgba(180,50,15,1);
}
a.btn-fixed-left[href*="Product_AVEVA"]:hover{
  background-color: rgba(30,0,100,1);
  border:1px solid rgba(30,0,100,1);
}

/* Toggles navbar classes */
.btn-hide-show {
  margin-right: 10px;
}

/* Light theme */
.btn-light {
  color: #555;
  background-color: rgba(0, 0, 0,.1);
}
.btn-light:hover {
  color: #111;
  background-color: rgba(0, 0, 0,.25);
}

/* Dark theme */
.btn-dark {
  color: #fff;
  background-color: rgba(0, 0, 0,.5);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgba(0, 45, 120,.8);
}


/* Buttons displayed throughout the content */
.btn-showup {
  position: relative;
  color: #fff;
  font-weight: normal;
  background-color: #463265;
  border-color: #3F2961;
}
.btn:focus,
.btn-showup:hover,
.btn-showup:focus {
  color: #fff;
  outline: none;
  background-color: #39235A;
  border-color: #39235A;
}
