@charset "UTF-8";
* {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 18px;
}

html a,
body a {
    color: black;
}

html a:hover,
body a:hover {
    text-decoration: none;
}

.html::-webkit-scrollbar {
    width: 5px;
}

.html::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 20px;
}

.html::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
}

.wrapper {
    position: absolute;
    height: auto;
    min-height: 100%;
    width: 100%;
}


/***** 共用 Class 設定  *****/

.red-remind {
    color: red !important;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255, 255, 255, 0);
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgba(153, 153, 153, 0.5);
    border: 2px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255, 255, 255, 0);
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgba(51, 51, 51, 0.5);
    border: 1px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

.flatpickr-wrapper {
    width: 100%;
}

.step-title {
    border-bottom: 1px solid #c7c7c7;
    padding: 20px 0;
}

.step-title:first-child {
    padding-top: 0;
}

.step-title span:first-child {
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-right: 10px;
    border: 1px;
    border-radius: 5px;
    background-color: #ED8B00;
}

.word-keep {
    word-break: keep-all;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-noDrop {
    cursor: no-drop!important;
    background-color: #e9ecef!important;
}

.cancel-btn {
    color: white!important;
}

.white-space-pre-line {
    white-space: pre-wrap;
}

.nowPageColor {
    color: #000!important;
}


/***** 按鈕 *****/

.btn-sub {
    background-color: #5c80d1;
    border-color: #5c80d1;
    color: white;
}

.btn-sub:hover {
    background-color: #3266da;
    color: white;
}

.btn-green {
    background-color: #46c37b;
    color: white;
}

.btn-green:hover {
    background-color: #53ad79;
    color: white;
}

.btn-delete {
    background-color: #bb6262;
    color: white;
}

.btn-delete:hover {
    background-color: #cc5454;
    color: white;
}

.btn-operate {
    background-color: #0573b1;
    color: white;
}

.btn-operate:hover {
    background-color: #065582;
    color: white;
}

.btn-deepgreen {
    background-color: #009688;
    color: white;
}

.btn-deepgreen:hover {
    background-color: #05a797;
    color: white;
}

.btn-orange {
    background-color: #ED8B00;
    color: white;
}

.btn-disable {
    background-color: #a9a9a9;
    color: white;
}

.btn-disable:hover {
    background-color: #a9a9a9;
    color: white;
    cursor: not-allowed!important;
}

.i-disable {
    color: #a9a9a9;
    cursor: no-drop;
}


/***** 標籤 *****/

.Tag-NULL {
    background-color: white;
    color: black !important;
    border: 1px solid black;
    white-space: normal;
    word-break: keep-all;
}

.color-href {
    color: #007bff;
}


/***** search-area *****/

.search-area {
    background-color: #afacac3b;
    width: 100%;
    border-radius: 10px;
}


/***** dataTable *****/

.dataTable table {
    border: 1px solid #848282;
}

.dataTable td,
.dataTable th {
    border: 1px solid #848282;
}

.dataTable thead {
    background-color: #5E8AB4 !important;
    color: white;
}

.dataTable thead th {
    border-bottom: 1px solid #848282;
}

.dataTable tbody tr:hover {
    background-color: #d6d2d23b;
}

.dataTable tbody td .dropdown .dropdown-menu {
    position: absolute;
    will-change: transform;
    top: 5px !important;
    left: 0px;
    -webkit-transform: translate3d(-150px, 24px, 0px);
    transform: translate3d(-150px, 24px, 0px);
    padding: 10px 5px;
    -webkit-box-shadow: 4px 4px 12px 4px rgba(51, 51, 102, 0.5);
    box-shadow: 4px 4px 12px 4px rgba(51, 51, 102, 0.5);
}

.dataTable tbody td,
.dataTable tbody th {
    vertical-align: middle;
}

.dataTable .page-select-box {
    padding: 5px 0;
    font-size: 25px;
}

.dataTable .page-select-box li {
    margin: 0 10px;
}

.dataTable .page-select-box li a {
    border: none;
    color: #3e271c;
}

.dataTable .page-select-box li a:hover {
    color: #b77453;
}

.dataTable .page-select-box li a:active {
    -webkit-box-shadow: 1px 0px 4px 3px rgba(51, 51, 102, 0.5) inset;
    box-shadow: 1px 0px 4px 3px rgba(51, 51, 102, 0.5) inset;
}

.dataTable .page-count-select div {
    text-align: right;
}

.dataTable .page-count-select select {
    display: inline-block;
    width: 60px;
}

.dataTable-area .dataTables_paginate.paging_simple_numbers {
    text-align: center;
}

.dataTable-area div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
}

.dataTable-area .page-item.active .page-link {
    background-color: #3e271c;
}


/***** Modal *****/

.modal select {
    background-color: #efefef;
}


/* flatpickr */

input.day-choose {
    background-color: white!important;
}

[v-cloak] {
    display: none;
}


/***** Width *****/

.w-65 {
    width: 65%;
}

.w-35 {
    width: 35%;
}


/*# sourceMappingURL=cover.css.map */


/***** Switch 按鈕 *****/

.switchBox *:before,
.switchBox *:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

.switchBox .mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
}


/* Switch starts here */

.switchBox .rocker {
    display: inline-block;
    position: relative;
    /*
    SIZE OF SWITCH
    ==============
    All sizes are in em - therefore
    changing the font-size here
    will change the size of the switch.
    See .rocker-small below as example.
    */
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 4em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
}

.switchBox .rocker-small {
    font-size: 0.35em;
    /* Sizes the switch */
}

.switchBox .rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
}

.switchBox .rocker input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switchBox .switch-left,
.switchBox .switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
}

.switchBox .switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
}

.switchBox .switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: #bd5757;
    color: #fff;
}

.switchBox .switch-left::before,
.switchBox .switch-right::before {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
    background-color: #ccc;
    transform: skewY(-65deg);
}

.switchBox .switch-left::before {
    left: -0.4em;
}

.switchBox .switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
}

.switchBox .switchBox__input:checked+.switch-left {
    background-color: #0084d0;
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
}

.switchBox .switchBox__input:checked+.switch-left::before {
    background-color: transparent;
    width: 3.0833em;
}

.switchBox .switchBox__input:checked+.switch-left+.switch-right {
    background-color: #ddd;
    color: #888;
    bottom: 0.4em;
    right: 0.8em;
    height: 2.4em;
    width: 2.75em;
    transform: rotate(-15deg) skewX(-15deg);
}

.switchBox .switchBox__input:checked+.switch-left+.switch-right::before {
    background-color: #ccc;
}


/* Keyboard Users */

.switchBox .switchBox__input:focus+.switch-left {
    color: #333;
}

.switchBox .switchBox__input:checked:focus+.switch-left {
    color: #fff;
}

.switchBox .switchBox__input:focus+.switch-left+.switch-right {
    color: #fff;
}

.switchBox .switchBox__input:checked:focus+.switch-left+.switch-right {
    color: #333;
}


/***** stepBox(進度條) *****/

.stepBox {
    border-bottom: 1px solid #c7c7c7;
    padding: 20px 0;
}

.stepBox .stepItem {
    margin-right: 80px;
}

.stepBox .stepItem:last-child {
    margin-right: 0;
}

.stepBox .stepItem .stepItem__icon::after {
    content: '';
    position: absolute;
    width: 145px;
    height: 5px;
    top: 15px;
    background-color: #c7c7c7;
}

.stepBox .stepItem:last-child .stepItem__icon::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
}

.stepBox .stepItem .stepItem__icon.stepItemIconActive::after {
    background-color: #ED8B00;
}


/* step 的 1.2.3.4 */

.stepBox .stepItem .stepItem__icon .stepItem__iconSpan {
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    border: 1px;
    border-radius: 5px;
    background-color: #b9b9b9;
}


/* 目前停留的 step */

.stepBox .stepItem .stepItem__icon .stepItem__iconSpan.stepItemIconSpanActive {
    background-color: #ED8B00;
}


/* step 的 底方說明文字 */

.stepBox .stepItem .stepItem__span {
    color: #b9b9b9;
}


/* 目前停留的底方說明文字 css */

.stepBox .stepItem .stepItem__span.stepItemSpanActive {
    color: #ED8B00;
}