/* 导航栏左边的超链接样式. */

.tooltip .tooltip-inner {
  background-color:#6699CC !important;
  color: white;
}
.tooltip .arrow::before {
  border-bottom-color: #6699CC !important;
}

#userPanel {
  width: 240px;
  /* height: 330px; */
  background-color: rgb(250, 247, 247);
  padding: 0px;
  margin-right: 0.5rem;
  z-index: -1;
  position: absolute;
  right: 10%;
  top: 100%;
  display: none;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #686d71;
  box-shadow: 5px 4px 19px 9px rgba(147, 147, 147, 0.69);
  /*background:linear-gradient(to right,red,goldenrod);*/
}

#userPanel:hover {
  display: none;
}

.row-userdata {
  padding-left: 1rem;
  /*background: linear-gradient(to right,red,blue);*/
  /*background: linear-gradient(to right,#4c4c4c,#bdbdbd);*/
}

.merchant-card-data {
  margin: 0px auto;
  background-repeat: no-repeat;
  background-size: 89% 100%;
  background-position: center;
  color: white;
}

.merchant-card-data .row span {
  background-color: rgba(174, 163, 163, 0.56);
}

#login-log-out {
  width: 100%;
  color: white;
  background-color: #5da0e1;
  transition: background-color 0.5s;
  height: 2rem;
  line-height: 2rem;
  font-weight: lighter;
  padding: 0px;
  position: absolute;
  bottom: 0px;
}

#login-log-out:hover {
  background-color: #1e5790;
}

#top-second-nav {
  position: fixed;
  top: 43px;
  padding-top: 4px;
  margin-top: -1px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #99CCFF;
  width: 100%;
  z-index: 9999;
  font-size: 0.9rem;
}

.first-nav {
  background-color: #6699CC;
  background: linear-gradient(#6699CC, #5485b7);
  /* background: linear-gradient(#e6e6e6, #c1c1c1); */
  padding: 0.3rem;
}

.first-nav .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.nav-link-a {
  /* padding-bottom: 0.2rem; */
  /* border-bottom: 5px solid rgba(255, 255, 255, 0) !important;
  border-bottom-width: 1%;
  color: #f5f5f5 !important;
  font-size: 1rem; */
  color: rgba(255, 255, 255, 0.938) !important;
  background-color: rgb(124, 168, 212);
  border-radius: 0.2rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  height: 2.6rem;
}

.nav-link-a:hover {
  /* border-color:rgba(255, 255, 255, 0)!important; */
  background-color: rgba(255, 255, 255, 0.767);
  color: rgb(121, 116, 116) !important;
  /* border-color: rgba(255, 255, 255, 0) !important;
  border-bottom: 5px solid rgb(255, 255, 255) !important;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: border-bottom-width 0.5s;
  -webkit-transition: border-bottom-width 0.5s;
  color: white !important; */
}

.nav-link-data {
  /* padding-bottom: 0.2rem; */
  /* border-bottom: 5px solid rgba(255, 255, 255, 0) !important;
  border-bottom-width: 1%;
  color: #f5f5f5 !important;
  font-size: 1rem; */
  color: rgba(255, 255, 255, 0.938) !important;
}

.nav-link-data:hover {
  border-color: rgba(255, 255, 255, 0)!important;
  /* border-color: rgba(255, 255, 255, 0) !important;
  border-bottom: 5px solid rgb(255, 255, 255) !important;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: border-bottom-width 0.5s;
  -webkit-transition: border-bottom-width 0.5s;
  color: white !important; */
}

.top-nav-active {
  /* border-bottom: 5px solid rgb(255, 255, 255) !important; */
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: border-bottom-width 0.5s;
  -webkit-transition: border-bottom-width 0.5s;
  background-color: rgb(235, 235, 235) !important;
  color: rgb(85, 173, 224) !important;
}

.second-nav {
  background-color: rgb(219, 219, 219);
  padding: 0.2rem 0rem;
  background: linear-gradient(#e6e6e6, #c1c1c1);
  margin-top: 0rem;
}

.language-select-btn {
  height: 1.6rem;
  font-size: 0.7rem;
  min-width: 5rem;
}

#language-select {
  max-height: 15rem;
  min-width: 5rem;
  font-size: 0.8rem;
  overflow: auto;
}

.nav-heddin {
  display: none;
  margin-top: -3rem;
  transition: margin-top 0.5s;
  -webkit-transition: margin-top 0.5s;
  /* Safari */
}

.login-link:hover {
  text-decoration: none;
  border-bottom: 1px solid white;
}