﻿@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);

body {
    background: #fdfcfb; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #c79081, #dfa579); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c79081, #dfa579); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    font-style: normal;
    margin: 0px auto;
    max-width: 80%;
}

.divbackground {
    background-color: #fff2d99e;
    border-radius: 10px;
    padding-bottom: 10px;
}

.divtitle {
    background: #d84848; /* fallback for old browsers */
    /*background-color: #de1818a6;*/
    border-bottom: 1.5px solid #ffb01d;
    border-radius: 10px 10px 0 0;
    color: white;
    font-weight: 100;
    letter-spacing: 1px;
    /*background: -webkit-linear-gradient(to right, #e53935, #e35d5b); /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #e53935, #e35d5b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    letter-spacing: 3px;
    padding: 8px;
    text-align: center;
}

.form-control {
    display: inline-block;
    margin-left: 10px;
    width: 95%;
}

.btn {
    border: 0px solid transparent;
    border-radius: .1rem;
    letter-spacing: 2px;
    padding: .375rem 1.5rem;
    box-shadow: 2px 2px 2px #49362863;
}

.btn-next {
    background: #fcad26;
    color: #fff;
    padding-left: 1.8rem;
    padding-right: 3rem;
}

.btn-next::after {
    background-color: #ffffff24;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 140%;
    font-size: 1.5rem;
    height: 99%;
    line-height: 1.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;

}

.btn-pre {
    background: #9f9e9e;
    color: #fff;
    padding-left: 3rem;
    padding-right: 1.8rem;
}

.btn-pre::after {
    background-color: #ffffff24;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 140%;
    font-size: 1.5rem;
    height: 99%;
    left: 0px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    width: 30px;
}

.btn-nor {
    background: #9f9e9e;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .btn-nor::after {
        background-color: #ffffff24;
        font-family: FontAwesome;
        font-size: 140%;
        font-size: 1.5rem;
        height: 99%;
        line-height: 1.5;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }

.namegroup { margin-bottom: 10px; }

.namegroup-label {
    margin-top: 8px;
    text-align: center;
    width: 100%;
}

.section {
    box-shadow: 1px 1px 2px #49362838;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.result {
    background-color: #ffe6ccad;
    /*border: 1px solid #5a5a5a0f;*/
    border-radius: 4px;
    margin: 10px;
    padding: 10px;
}

.detail { margin: 10px; }

.contant { padding: 10px; }

.transparent { background-color: transparent !important; }

.center { text-align: center; }

.loader {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    height: 100px;
    width: 100px;
}

/* Safari */

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }

    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }
}

/* Style the tab content */

.tabcontent {
    border: 0px solid #ccc;
    margin-top: 10px;
    padding: 6px 12px;
}

.lighter { color: #9b9b9b8c; }

.發動歲數內 {
    background-color: #ffe6ccad;
    border-radius: 4px;
    font-weight: 300;
    margin-bottom: 10px;
    /*border: 1px solid #5a5a5a0f;*/
    padding: 10px;
}

.發動歲數內 > ul { padding-left: 25px; }

.發動歲數內 > ul > li { margin-bottom: 5px; }

.發動歲數 {
    display: block;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 15px;
}


#result4 > hr { width: 95%; }

h2 { letter-spacing: 1px; }

.day { cursor: pointer; }

.day:hover {
    background-color: #d89e5494;
    cursor: pointer;
}