﻿.table-second > thead > tr > th {
    border: 1px solid #0066d1;
    background: #0066d1;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}

.bottom-margin{
    padding-bottom:57px;
}

.promo_btn {
    display: block;
    grid-template-columns: initial;
    float: initial;
    text-align: right;
    margin-top: initial;
    max-width: 100%;
}

.padding-footer {
    padding-bottom: 55px;
}

#sideMenuListID i {
    margin-right: 10px;
    font-size:25px;
}

.reg-check {
    right: -20px;
    position: absolute;
    top: 10px;
}

.default-green {
    color: green;
}

.default-red {
    color: red;
}

.reg-check-relative{
    position:relative;
}

.bottom-balance {
    grid-template-columns: repeat(4,1fr);
}

#popupAnnounceHeadID {
    color: white;
}

.ac-box i {
    max-width: 35px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
    font-size: 35px;
}

.ac-box img {
    filter:grayscale(1);
}

/*.annuuce-wrapper{
    display:flex;
}*/

.marquee {
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
    text-shadow: #000 1px 1px 0;
    font-family: Tahoma, Arial, sans-serif;
    display: inline-block;
    width: 100%;
}

.marquee {
    display: inline-block;
    min-width: 100%;
    -webkit-animation: marquee 30s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.accept-field {
    font-size: 13px;
    color: #636363;
    margin: 15px;
}

.logo-word {
    color: mediumblue;
    font-weight: 700;
}

.contact-customize{
    padding: 25px;
}

#indexAftLoginList img{
    width: 40%;
}

#indexAftLoginList .indexFontColor {
    color: blue;
}