.theme-bg {
    background-image: url("../images/contactus/theme_bg.png");
    border-radius: 0px 30px 0px 30px;
}

.theme-bg2 {
    background-image: url("../images/contactus/theme_bg.png");
    border-top: 1px solid #515151;
    border-bottom: 1px solid #515151;
    background-color: #C5C5C5;
    text-align: center;
    height: 60px;
    font-size: 18px;
    margin: 5px;
}

a .theme-bg2 {
    color: #020202;
}

.jump:hover {
    animation: jump 1s linear 0s infinite;
}

@keyframes jump {
    0% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(-20px);
    }
    40% {
        transform: translateY(0px);
    }
    60% {
        transform: translateY(-20px);
    }
    80% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}


/*----------------------stakeholder子頁面樣式 股東 供應商...等等------------------------*/

.code {
    background-image: url("../images/contactus/theme_bg.png");
    background-color: #E6E6E6;
    font-family: Arial;
    font-style: oblique;
    color: #AAAAAA;
    font-size: 20px;
    padding: 2px 10px;
    width: 100px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}

.theme-required {
    /*            background-color: #FF5D5D;*/
    color: #ffffff;
    background-image: url("../images/contactus/theme_bg.png");
    background-color: #FF5D5D;
    /*            border: #FF5D5D 1px solid;*/
    font-size: 14px;
    text-align: center;
    padding: 2px 10px;
    border-radius: 20px;
    margin-left: 10px;
    height: 25px;
}

.theme-btn {
    background-image: url("../images/contactus/theme_bg.png");
    background-color: #FBAA32;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    transition: .5s all;
    /*            width: 156px;*/
    cursor: pointer;
}

.theme-btn:hover {
    background-color: #039EE2;
    color: #ffffff;
    transition: .5s all;
}

.null-item {
    color: #E1E1E1 !important;
    /*            background-color: red;*/
}

.select-item {
    color: #333333!important;
}

.list-ul {
    list-style: none;
    margin-left: -40px;
}

.list-ul li {
    height: auto;
    color: #444444;
    padding-top: 10px;
    padding-left: 20px;
}

.list-ul li::before {
    content: " ▍";
    /*    content:"\25AA";*/
    color: #f19149;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: 0px;
    margin-left: -20px;
}