body {
    overflow-y: scroll; /*  filter: grayscale(90%); */
}

/*************************************************** * Header ***************************************************/
.navbar {
    background: #222 !important;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
}

@media (min-width: 768px) {
    .navbar {
        position: sticky;
        top: 0;
        z-index: 1000;
    }
}

.navbar-brand {
    padding: 7px 0;
}
.navbar-brand img {
    margin-right: 8px;
}

.navbar-brand span {
    position: relative;
    top: 1px;
    font-weight: 500;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .icon-vip, .navbar-text .icon-vip {
    color: #00fa9a !important;
    margin-right: 3px;
}

.login {
    color: #FFF !important;
}

.login span {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-username {
    max-width: 490px;
    text-align: right;
}

.nav-username a {
    color: #86aeda !important;
}

/**************************************************** * .footer ****************************************************/
.footer {
    background-color: #333;
    font-size: 14px;
    color: white;
    padding: 25px 0;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    color: #b4a0ff;
    text-decoration: none;
}

.footer p {
    margin: 0;
}

/**************************************************** * .table-form ****************************************************/

.table-form {
    font-size: 14px;
}

.table-form th, .table-form td {
    padding: 0 0 18px 0;
}

.table-form th {
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
    word-break: keep-all;
    white-space: nowrap;
}

.table-form th:after {
    content: ":";
    position: relative;
    top: -.5px;
    margin: 0 8px 0 2px;
}

.table-form th.required:before {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.table-form td {
    position: relative;
}

.table-form .hr td {
    padding-bottom: 0;
}

.table-form .hr hr {
    margin-top: 0;
}

.table-form .form-control {
    display: inline-block;
    width: 20rem;
    border-radius: 2px;
}

.table-form .form-control:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, .25);
}

.table-form input.error {
    border-color: #ff7875;
}

.table-form input.error:focus {
    box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
    background: #FFF;
}

.table-form b {
    margin-left: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
}

.table-form i {
    font-style: normal;
    margin-left: 5px;
    color: #6c757d;
}

.table-form small {
    font-size: 12px;
    color: #ff4d4f !important;
    margin-left: 5px;
}

.table-form .table th, .table-form .table td {
    padding: 5px;
    vertical-align: middle;
}
/* highlight */

.highlight {
    color: red;
}


/* .alert-page */
.alert-page {
    position: fixed;
    top: 100px;
    z-index: 1000;
    width: 500px;
    box-shadow: 0 0 6px 6px #0000001f;
    margin-left: -250px;
    left: 50%;
    display: flex;
    padding: 15px;
}
.alert-page .iconfont {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
}
.alert-page p, .alert-page span {
    margin-bottom: 0;
}