* {
    transition: background-color 300ms ease, color 300ms ease;
}

*:focus {
    background-color: rgba(20, 72, 221, .2);
    outline: none;
}


/*Home html, body {
    font-family: 'Noto Sans TC', "微軟正黑體", Microsoft JhengHei, Arial, helvetica;
}*/

.r1 {
    width: 85%;
    float: right;
    margin-top: 80px;
}

header {
    background-color: rgb(138, 193, 255);
    padding: .4rem 0 0;
}

header {
    background-color: rgba(247, 248, 249, 1);
    padding: .4rem 0 0;
    width: 100%;
    float: right;
}

.sidebar_title {
    display: block;
    font-size: 23px;
    background-color: rgb(0, 116, 211);
    color: rgb(255, 255, 255);
    text-align: left;
    align-items: center;
}

.ul-test01 {
    font-size: 20px;
    background-color: rgb(185, 224, 255);
    color: rgb(27, 0, 180);
    text-align: left;
    align-items: center;
}

.ul-test02 {
    display: block;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    color: rgb(70, 87, 180);
    text-align: left;
    align-items: center;
}

.header02 {
    background-color: rgba(169,169,169, 1);
    margin-top: 6%;
    width: 15%;
    float: left;
    height: 88%;
    position: absolute;
    position: fixed;
    top: 0;
    bottom: 0;
}

.menu {
    padding: .4rem 2rem;
}

header ul {
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.link-color {
    color: rgb(84, 46, 255);
}

header li a {
    border-radius: 5px;
    color: rgba(0, 0, 0, .5);
    display: block;
    height: 44px;
    text-decoration: none;
}

header li.menu-item a {
    border-radius: 5px;
    margin: 5px 0;
    height: 38px;
    line-height: 36px;
    padding: .4rem .65rem;
    text-align: center;
}

    header li.menu-item a:hover,
    header li.menu-item a:focus {
        background-color: rgba(20, 72, 221, .2);
        color: rgba(221, 72, 20, 1);
    }

header .logo {
    float: left;
    height: 44px;
    /*padding: .4rem .5rem;*/
}

header .menu-toggle {
    display: none;
    float: right;
    font-size: 2rem;
    font-weight: bold;
}

    header .menu-toggle button {
        background-color: rgba(20, 72, 221, .6);
        border: none;
        border-radius: 3px;
        color: rgba(255, 255, 255, 1);
        cursor: pointer;
        font: inherit;
        font-size: 1.3rem;
        height: 36px;
        padding: 0;
        margin: 11px 0;
        overflow: visible;
        width: 40px;
    }

        header .menu-toggle button:hover,
        header .menu-toggle button:focus {
            background-color: rgba(20, 72, 221, .8);
            color: rgba(255, 255, 255, .8);
        }

header .heroe {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1rem 1.75rem 1.75rem 1.75rem;
}

    header .heroe h1 {
        font-size: 2.5rem;
        font-weight: 500;
    }

    header .heroe h2 {
        font-size: 1.5rem;
        font-weight: 300;
    }

.header01 {
    background-color: rgba(138, 193, 255, 1);
    height: 12%;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 20px;
    text-align: right;
}

li.headertext {
    list-style: none;
    display: inline-block;
    display: inline;
}

body li a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    list-style: none;
}

section {
    margin: 0 auto;
    max-width: 1100px;
    padding: 2.5rem 1.75rem 3.5rem 1.75rem;
}

    section h1 {
        margin-bottom: 2.5rem;
    }

    section h2 {
        font-size: 120%;
        line-height: 2.5rem;
        padding-top: 1.5rem;
    }

    section pre {
        background-color: rgba(247, 248, 249, 1);
        border: 1px solid rgba(242, 242, 242, 1);
        display: block;
        font-size: .9rem;
        margin: 2rem 0;
        padding: 1rem 1.5rem;
        white-space: pre-wrap;
        word-break: break-all;
    }

    section code {
        display: block;
    }

    section a {
        color: rgba(20, 72, 221, 1);
    }

    section svg {
        margin-bottom: -5px;
        margin-right: 5px;
        width: 25px;
    }

.further {
    background-color: rgba(247, 248, 249, 1);
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    border-top: 1px solid rgba(242, 242, 242, 1);
}

    .further h2:first-of-type {
        padding-top: 0;
    }

.svg-stroke {
    fill: none;
    stroke: #000;
    stroke-width: 32px;
}
/*footer {
    position: sticky;
    top: 100%;
    background-color: rgba(83, 113, 212, 0.8);
    text-align: center;
}*/
footer .environment {
    color: rgb(255, 255, 255);
    padding: 2rem 1.75rem;
}

footer .copyrights {
    background-color: rgba(62, 62, 62, 1);
    color: rgba(200, 200, 200, 1);
    padding: .25rem 1.75rem;
}

@media (max-width: 629px) {
    header ul {
        padding: 0;
    }

    header .menu-toggle {
        padding: 0 1rem;
    }

    header .menu-item {
        background-color: rgba(244, 245, 246, 1);
        border-top: 1px solid rgba(242, 242, 242, 1);
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    header .menu-toggle {
        display: block;
    }

    header .hidden {
        display: none;
    }

    header li.menu-item a {
        background-color: rgba(20, 72, 221, .1);
    }

        header li.menu-item a:hover,
        header li.menu-item a:focus {
            background-color: rgba(20, 72, 221, .7);
            color: rgba(255, 255, 255, .8);
        }
}





.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin: left -15px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    margin-top: 0.5rem;
    margin-left: 0.25rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    flex: 1 1 auto;
    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
}



.all-div {
    max-width: 90%;
    display: block;
}

.form-label {
    padding: 0 15px;
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}

.form-second {
    max-width: 100%;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
}


.section01 {
    margin-top: 20%;
    width: 100%;
    background-color: rgb(242, 245, 250, 1);
}

.headtitle {
    width: 150%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ccd3e0;
    border-radius: 0;
    color: #73818f;
}

.headtitle-item + .headtitle-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #73818f;
    content: "/";
}

.title-color {
    color: #73818f;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 微軟正黑體, "Microsoft JhengHei", Arial, helvetica;*/
}

.card_title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    min-height: 40px;
    line-height: 150%;
}

.card-header {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
}

.table_title {
    position: relative;
    max-width: 200px;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    background-color: #20a8d8;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-left: 1.5em;
    border-radius: 0.25rem;
}

.ES_table {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    /**/
    min-width: 0;
    word-wrap: break-word;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    /*
        background-color:#fff;
        */
    border-collapse: collapse;
    border-radius: 0.25rem;
    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
}


.table01 {
    width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 2px;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
}

.table02 {
    width: 600px;
    position: relative;
    display: flex;
    background-color: #fff;
    background-clip: border-box;
    min-width: 0;
    border-radius: 2px;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
}

.account_table {
    max-width: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 2px;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
}


.table-responsive {
    position: relative;
    width: 100%;
    overflow-x: auto;
    margin: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #efefef;
}

tbody th {
    color: block;
    background-color: rgb(239,239,239);
    width: 138px;
    text-align: right;
    margin-right: 10%;
}

tbody td {
    color: block;
    background-color: white;
    width: 384px;
}

table th {
    background: #efefef;
}

.all-div {
    max-width: 90%;
}


.text-danger {
    color: red;
}

.material_input {
    width: 100%;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #5c6873;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #5c6873;
    outline: none
}

.check_input {
    margin-left: 1.25rem;
}

.logo_name_input {
    width: 95%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #5c6873;
}

select {
    font-size: 1rem;
    width: 95%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

.submit {
    display: inline-block;
    font-weight: 0.5rem;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}

.btn {
    font-size: .8rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin-right: 0.25rem;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}

.btn-secondary {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3;
}

.tn-danger {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b;
}

.btn-success {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74;
}

.btn-sm {
    font-size: .8rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-outline-primary {
    color: #20a8d8;
    background-color: transparent;
    background-image: none;
    border-color: #20a8d8;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-group {
    margin: 0 1rem .5rem 0;
    display: flex;
    width: 100%;
}

.form-password {
    margin: 0 1rem .5rem 0;
    display: flex;
    width: 95%;
    display: inline-block;
    line-height: 1.5;
    color: #5c6873;
   
}


.form-group-02 {
    margin: 0 1rem .5rem 0;
    width: 99%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5;
    color: #5c6873;
    resize: none;
    outline: none;
}


.form-control {
    height: calc(2.0625rem +2px);
    width: 99%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5;
    color: #5c6873;
    resize: none;
    outline: none;
}

.form-control-100 {
    height: calc(2.0625rem +2px);
    width: 80%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5;
    color: #5c6873;
    resize: none;
    outline: none;
}


.over-text{
    color: red;
}

.form-control_2 {
    width: auto;
    padding: 0.375rem 0.75rem;
    margin: 0.5rem 0 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5;
    color: #5c6873;
    resize: none;
    outline: none;
}

.form-control_3 {
    max-width: 600px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5;
    color: #5c6873;
    resize: none;
    outline: none;
}

.flip {
    max-width: 200px;
    margin: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
    text-align: center;
    background: #5c6873;
    cursor: pointer;
    color: #fff;
}

.form-div-none {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.slider {
    background-color: #337ab7;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    border-radius: 34px;
}

.table {
    border-collapse: collapse;
    border-spacing: 2px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media screen and (max-width:1080px) {
    .inv_add_footer_2box {
        flex-direction: column;
        display: flex;
    }
}

.left-show {
    width: 100%;
    margin: 0 0 10px 0;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.fas {
    font-weight: 900;
    display: inline-block;
    text-rendering: auto;
    font-variant: normal;
    line-height: 1;
}

.fa-minus {
    content: "\f067";
}


.th-padding-15 {
    padding-top: 15px !important;
}

.div-right{
    float:right;
}