﻿.navbar{background:#38c}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-nav .nav-link{
    padding:0 2em !important; color:#fff !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

body {
    line-height: 2.5em;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.sumary {
    border-bottom: solid 3px #ccc;
    padding: 1em 0;
}
.subtitle{
    color:#888
}
h1 {
    font-size: 1.4em; font-weight:bold
}

h2 {
    font-size: 1.2em;
    font-weight: bold
}

table {
    width: 100%
}

th, td {
    padding: 10px 5px;
}

th {
    width: 130px;
    text-align: right;
    font-weight: normal;
    color: #888;
}

input[type='text'], input[type='password'] {
    width: 80%;
    padding:1px 10px;
    border-radius: 4px;
    border: solid 1px #ccc
}
.links {
    width: 80%; margin:auto; text-align:right;
}
.links a{margin-left:2em; font-size:14px}

.btn {
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: auto;
    cursor: pointer;
    width: 60%
}
.btn:hover{color:#fff}

.box_wx {
    position: absolute;
    top: 0;
    left: 10%;
    padding: 1em;
    border: solid 2px #888;
    box-shadow: 2px 2px 8px #555;
    background: #fff;
    border-radius: 8px;
    display: none;
    text-align: center;
    z-index:1;
}