html,
body {
  background-color: #f5f7f9;
}

#nav-ucenter {
  display: list-item;
}

.header-area {
  position: relative;
  height: auto;
}

.header-area .main-nav {
  border-radius: 0 !important;
}

/* IN FULL HEADER */
@media (min-width: 768px) {
  .header-area.header-sticky {
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
    border-bottom: 1px solid #d4dadf;
  }

  .header-area .main-nav {
    box-shadow: 0 0 0 #000;
  }

  .header-area .main-nav .logo {
    margin-left: 0;
  }

  .header-area .main-nav .nav {
    margin-right: 0;
  }
}

#nav-ucenter a {
  color: #2890c8;
  border-bottom: 2px solid #2890c8;
}

.container.ucenter {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.9rem;
  overflow: auto;
  position: relative;
}

.account-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #d4dadf;
  font-size: 14px;
  padding: 6px 0;
  z-index: 1;
}

.account-header a.logo,
h4.subtitle {
  color: #000;
  font-size: 24px;
  line-height: 40px;
}

.account-header a.logo {
  background: #fff url(../img/rbuc-icon.svg) no-repeat 0 0;
  background-size: 40px;
  padding-left: 48px;
  display: inline-block;
}

h4.subtitle {
  line-height: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

h4.subtitle > a {
  float: right;
  font-size: 15px;
}

.account-header a.dropdown-toggle {
  cursor: pointer;
  color: rgb(111, 139, 164);
}

.account-header a.dropdown-toggle > span {
  display: inline-block;
  line-height: 20px;
}

.account-header .dropdown-menu {
  font-size: 14px;
}

.account-header .dropdown-menu a.text-muted {
  font-style: italic;
  color: #777;
}

.snlist a.active {
  color: #2890c8;
}

.snlist a.active::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #2890c8;
  float: right;
  margin-top: 7px;
}

.quick-tab {
  margin: 10px 0;
  margin-bottom: 35px;
}

.quick-tab,
.quick-tab a {
  text-align: center;
}

.quick-tab a {
  display: inline-block;
  width: 150px;
  color: #6c757d;
}

.quick-tab a > i {
  display: block;
  font-size: 48px;
  height: 60px;
  overflow: hidden;
}

.quick-tab a > i.fa-envelope-o {
  font-size: 52px;
  transform: translateY(-4px);
}

.quick-tab a:hover {
  color: #2890c8;
  font-weight: bold;
}

.card.info-card {
  border: 0 none;
  border-radius: 10px;
  margin-bottom: 30px;
}

.card.info-card:last-child {
  margin-bottom: 15px;
}

.card.info-card .card-body {
  padding: 40px 48px;
  font-size: 15px;
}

.info-card .icon {
  font-size: 48px;
  color: #2890c8;
}

.info-card .card-body-inner {
  padding-top: 20px;
}

.info-card .card-body-inner p.text-muted {
  margin: 20px 0;
}

dl.dl-horizontal {
  line-height: 2.6;
}

dl.dl-horizontal > dt {
  float: left;
  width: 180px;
  text-align: right;
  clear: both;
}

dl.dl-horizontal > dd {
  margin-left: 200px;
}

.card.info-card.message .card-body {
  padding: 30px;
}

.card.info-card .detail {
  display: none;
}

.card.info-card .detail.show {
  display: block;
}

.card.info-card .detail .badge {
  font-weight: normal;
  font-style: normal;
  transform: translateY(-1px);
  padding-top: 1px;
}

/* login */

.card.auth {
  font-size: 14px;
  margin-bottom: 70px;
  border-radius: 10px;
}

.card.auth .card-body {
  border-radius: 10px;
}

.card.auth .btn.btn-primary {
  padding: 8px;
}

.card.auth .form-control {
  padding: 8px 12px;
  height: auto;
}

.card.auth .form-group {
  margin-bottom: 1.3rem;
}

.card.auth .alert-warning,
.card.auth .alert-success {
  display: none;
  font-size: 14px;
  border: 0 none;
  padding: 12px 15px;
}

.card.auth .alert-warning.show,
.card.auth .alert-success.show {
  display: block;
}

.card.auth h3 {
  margin-bottom: 13px;
  font-size: 28px;
  border-left: 9px solid #4285f4;
  padding-left: 15px;
  line-height: 1;
}

.card.info-card.settings {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .header-area.header-sticky {
    box-shadow: none;
  }
}

.form-group.vcode {
  position: relative;
}

.form-group.vcode input {
  width: 68%;
}

.form-group.vcode button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
}

.modal-body > .alert-warning {
  margin: 0 15px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  border: 0 none;
  padding: 12px 15px;
  display: none;
}

.modal-body > .alert-warning.show {
  display: block;
}

.modal-body > form {
  padding: 15px;
}

.detail ul.styled {
  padding-left: 18px;
}

.detail ul.styled li {
  list-style: square;
}

.detail a[target]:hover,
.modal-body a[target]:hover {
  text-decoration: underline !important;
}

.bindIp em {
  font-style: normal;
  margin-right: 6px;
  background-color: rgb(245, 247, 249);
  padding: 3px 4px;
  border-radius: 2px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
}

.J_hasAuth .table th {
  border-top: 0 none;
  padding-top: 0;
}

.J_hasAuth .table {
  border-bottom: 1px solid #dee2e6;
}

.J_hasAuth .table th,
.J_hasAuth .table td {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.text-disabled {
  cursor: not-allowed;
}
