﻿
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/

.cursor-a {
    cursor: url('../images/icon/adjust.svg'), pointer;
}

.cursor-h {
    cursor: url('../images/icon/hand-paper.svg'), pointer;
}

.cursor-b {
    cursor: url('../images/icon/paint-brush.svg'), pointer;
}

.cursor-p {
    cursor: url('../images/icon/plus.svg') 10 10, pointer;
}

.cursor-s {
    cursor: url('../images/icon/search-plus.svg'), pointer;
}

.cursor-e {
    cursor: url('../images/icon/eraser-solid.svg'), pointer;
}

.cursor-w {
    cursor: url('../images/icon/wait.svg'), pointer;
}

.cursor-s-r {
    cursor: url('../images/icon/scalpel.svg'), pointer;
}

.cursor-s-p {
    cursor: url('../images/icon/scalpel-plus.svg'), pointer;
}

.cursor-s-m {
    cursor: url('../images/icon/scalpel-minus.svg'), pointer;
}

.cursor-s-mm {
    cursor: url('../images/icon/scalpel-mm.svg'), pointer;
}

.cursor-wand-r {
    cursor: url('../images/icon/wand.svg') 12 12, pointer;
}

.cursor-wand-p {
    cursor: url('../images/icon/wand-plus.svg') 12 12, pointer;
}

.cursor-wand-m {
    cursor: url('../images/icon/wand-minus.svg') 12 12, pointer;
}

/*-------------*/

.r-font {
    font-size: 1rem;
}

.m-auto {
    margin: 0 auto;
}

.text-blue {
    color: #6fbde2;
}

.text-white {
    color: #fff;
}

.text-yellow {
    color: yellow;
}

.text-dimgray {
    color: dimgray;
}

.border-b {
    border-bottom: 1px solid #ddd;
}

/*-------------*/

.m-a-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0,
.m-x-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-r-05 {
    margin-right: 0.5rem !important;
}

.m-a-1 {
    margin: 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1,
.m-x-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2,
.m-x-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3 {
    margin: 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3,
.m-x-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/*-------------*/

.p-a-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0,
.p-x-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1,
.p-x-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2,
.p-x-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3 {
    padding: 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3,
.p-x-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*-------------*/

.rm-a-0 {
    margin: 0 !important;
}

.rm-t-0 {
    margin-top: 0 !important;
}

.rm-r-0 {
    margin-right: 0 !important;
}

.rm-b-0 {
    margin-bottom: 0 !important;
}

.rm-l-0,
.rm-x-0 {
    margin-left: 0 !important;
}

.rm-x-0 {
    margin-right: 0 !important;
}

.rm-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rm-a-1 {
    margin: 1rem !important;
}

.rm-t-1 {
    margin-top: 1rem !important;
}

.rm-r-1 {
    margin-right: 1rem !important;
}

.rm-b-1 {
    margin-bottom: 1rem !important;
}

.rm-l-1,
.rm-x-1 {
    margin-left: 1rem !important;
}

.rm-x-1 {
    margin-right: 1rem !important;
}

.rm-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.rm-a-2 {
    margin: 1.5rem !important;
}

.rm-t-2 {
    margin-top: 1.5rem !important;
}

.rm-r-2 {
    margin-right: 1.5rem !important;
}

.rm-b-2 {
    margin-bottom: 1.5rem !important;
}

.rm-l-2,
.rm-x-2 {
    margin-left: 1.5rem !important;
}

.rm-x-2 {
    margin-right: 1.5rem !important;
}

.rm-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.rm-a-3 {
    margin: 3rem !important;
}

.rm-t-3 {
    margin-top: 3rem !important;
}

.rm-r-3 {
    margin-right: 3rem !important;
}

.rm-b-3 {
    margin-bottom: 3rem !important;
}

.rm-l-3,
.rm-x-3 {
    margin-left: 3rem !important;
}

.rm-x-3 {
    margin-right: 3rem !important;
}

.rm-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.rp-a-0 {
    padding: 0 !important;
}

.rp-t-0 {
    padding-top: 0 !important;
}

.rp-r-0 {
    padding-right: 0 !important;
}

.rp-b-0 {
    padding-bottom: 0 !important;
}

.rp-l-0,
.rp-x-0 {
    padding-left: 0 !important;
}

.rp-x-0 {
    padding-right: 0 !important;
}

.rp-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.rp-a-1 {
    padding: 1rem !important;
}

.rp-t-1 {
    padding-top: 1rem !important;
}

.rp-r-1 {
    padding-right: 1rem !important;
}

.rp-b-1 {
    padding-bottom: 1rem !important;
}

.rp-l-1,
.rp-x-1 {
    padding-left: 1rem !important;
}

.rp-x-1 {
    padding-right: 1rem !important;
}

.rp-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.rp-a-2 {
    padding: 1.5rem !important;
}

.rp-t-2 {
    padding-top: 1.5rem !important;
}

.rp-r-2 {
    padding-right: 1.5rem !important;
}

.rp-b-2 {
    padding-bottom: 1.5rem !important;
}

.rp-l-2,
.rp-x-2 {
    padding-left: 1.5rem !important;
}

.rp-x-2 {
    padding-right: 1.5rem !important;
}

.rp-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.rp-a-3 {
    padding: 3rem !important;
}

.rp-t-3 {
    padding-top: 3rem !important;
}

.rp-r-3 {
    padding-right: 3rem !important;
}

.rp-b-3 {
    padding-bottom: 3rem !important;
}

.rp-l-3,
.rp-x-3 {
    padding-left: 3rem !important;
}

.rp-x-3 {
    padding-right: 3rem !important;
}

.rp-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/*------Margin left-------*/

.ml-0 {
    margin-left: 0px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

/*------Margin right-------*/

.mr-0 {
    margin-right: 0px;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

/*------Margin Top-------*/

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-52 {
    margin-top: 52px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-180 {
    margin-top: 180px;
}

/*------Margin Bottom-------*/

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-7-5 {
    margin-bottom: 7.5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-58 {
    margin-bottom: 58px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-83 {
    margin-bottom: 83px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

/*------Padding all-------*/

.p-60 {
    padding: 60px;
}

/*------Padding left-------*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

/*------Padding right-------*/

.pr-0 {
    padding-right: 0px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

/*------Padding Left Right-------*/

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.plr-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.plr-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.plr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.plr-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.plr-100 {
    padding-left: 100px;
    padding-right: 100px;
}

/*------Padding Top-------*/

.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-94 {
    padding-top: 94px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-140 {
    padding-top: 140px;
}

/*------Padding-------*/

.p-50 {
    padding: 50px;
}

.p-48 {
    padding: 48px;
}

.p-40 {
    padding: 40px;
}

.p-38 {
    padding: 38px;
}

/*------Padding Bottom-------*/

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-58 {
    padding-bottom: 58px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

/*------Padding  Top Bottom-------*/

.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-11 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.ptb-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.ptb-58 {
    padding-top: 58px;
    padding-bottom: 58px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-92 {
    padding-top: 92px;
    padding-bottom: 92px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-118 {
    padding-top: 118px;
    padding-bottom: 118px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.ptb-132 {
    padding-top: 132px;
    padding-bottom: 132px;
}

.ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ptb-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.ptb-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.ptb-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.ptb-240 {
    padding-top: 240px;
    padding-bottom: 240px;
}

.pr-lg-0 {
    padding-right: 0;
}

.border-bottom-1 {
    border-bottom: 1px solid #000;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text1 {
    font-size: 1rem;
}

.text2 {
    font-size: 2rem;
}

.text3 {
    font-size: 3rem;
}

.text4 {
    font-size: 4rem;
}

.text6 {
    font-size: 6rem;
}

.text12 {
    font-size: 12px;
}

.text14 {
    font-size: 14px;
}

.text15 {
    font-size: 15px;
}

.text16 {
    font-size: 16px;
}

.text18 {
    font-size: 18px;
}

.text22 {
    font-size: 22px;
}

.text24 {
    font-size: 24px;
}

.text26 {
    font-size: 26px;
}

.text28 {
    font-size: 28px;
}

.text32 {
    font-size: 32px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.pull-left,
.toolbarSectionButton {
    float: left;
}

/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/

body {
    /*font-family: "Microsoft JhengHei",Verdana;*/
    background-color: #000 !important;
    font-size: 16px !important;
}

html {
    background-color: #000 !important;
}


div.text-right.p-10 {
    background-color: #3e5975 !important;
    padding: 3px;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
}

select:disabled {
    background: #3c5d80;
    color: #FFF;
    border-color: #3c5d80;
}

.button-group {
    padding: 5px;
    min-height: 35px;
}

.nowrap {
    white-space: nowrap;
}


.dep {
    position: relative;
}


.header {
    background: #000;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 16px;
}

    .header .list-link {
        margin: 3px 0 0 10px;
        padding: 0 0 0 10px;
        border-left: 1px solid #44626f;
        color: #91b9cd;
    }

        .header .list-link:hover {
            color: #fff;
        }

    .header .dropdown-item:hover {
        background: #ddd;
    }


p {
    font-family: "Microsoft JhengHei",Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

span:hover:after {
    content: attr(showhints);
    position: absolute;
    margin: 0px auto;
    font-size: 10px !important;
    max-width: 100px;
    height: auto;
    text-align: left;
    background: #EDC200;
    color: #c82333;
    padding-bottom: 6px;
    padding-top: 6px;
    border-radius: 6px;
    z-index: 999;
    white-space: pre-line;
}

.navbar {
    padding: 0 1rem;
}

.navbar-brand {
    font-size: 16px;
    margin-bottom: 0px;
}

.fa-ge-logo {
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
}

    .fa-ge-logo:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/ge.png);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-position: center;
        background-size: contain;
        border-radius: 50%;
    }


.toolbarSectionButton {
    color: #20a5d6;
    text-align: center;
    cursor: pointer;
    padding: 0 7.5px;
}

    .toolbarSectionButton:focus {
        outline: none;
    }


.toolbarSection,
body.theme-tide .toolbarSection {
    border-bottom: 1px solid #44626f;
}

.roundedButtonGroup {
    position: relative;
    z-index: 0;
}

    .roundedButtonGroup .roundedButtonWrapper {
        cursor: pointer;
        display: inline-block;
        float: left;
        margin-left: -2px;
        text-decoration: none;
        text-align: center;
    }

        .roundedButtonGroup .roundedButtonWrapper.disabled {
            opacity: .5;
            cursor: not-allowed;
        }

        .roundedButtonGroup .roundedButtonWrapper .roundedButton {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 11px;
            font-weight: 500;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 25px;
            line-height: 25px;
            padding: 0 22px;
            position: relative;
            text-transform: uppercase;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            z-index: 1;
            background-color: #16202b;
        }

body.theme-tide .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    background-color: #16202b;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    background-color: #26333f;
    border: 2px solid #744b71;
    color: #9ccdf8;
}
body.theme-crickets .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    background-color: #2b141b;
    color: #8be7b5;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    background-color: #252228;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    background-color: #1d232a;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    background-color: #252228;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    background-color: #2b2e3f;
}

.roundedButtonGroup .roundedButtonWrapper .roundedButton,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    border: 2px solid #3c5d80;
    color: #91b9cd;
}


body.theme-crickets .roundedButtonGroup .roundedButtonWrapper .roundedButton,
body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper .roundedButton,
body.theme-mint .roundedButtonGroup .roundedButtonWrapper .roundedButton,
body.theme-overcast .roundedButtonGroup .roundedButtonWrapper .roundedButton,
body.theme-quartz .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    border: 2px solid #3c5d80;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    color: #fab797;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    color: #a7e9b3;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    color: #73f2fc;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper .roundedButton {
    color: #d7e8fe;
}

.roundedButtonGroup .roundedButtonWrapper .roundedButton svg,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    fill: #9ccef9;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    fill: #9acffd;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    fill: #92c2da;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    fill: #b5b5b5;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    fill: #a7e9b3;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    fill: #9cbecf;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    fill: #8ea2a4;
}

.roundedButtonGroup .roundedButtonWrapper .roundedButton svg,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    stroke: #9ccef9;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    stroke: #9acffd;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    stroke: #92c2da;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    stroke: #b5b5b5;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    stroke: #a7e9b3;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    stroke: #9cbecf;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper .roundedButton svg {
    stroke: #8ea2a4;
}

.toolbarSectionButton.active > .buttonLabel,
.toolbarSectionButton.active > .svgContainer,
.toolbarSectionButton:active > .buttonLabel,
.toolbarSectionButton:active > .svgContainer,
body.theme-tide .toolbarSectionButton.active > .buttonLabel,
body.theme-tide .toolbarSectionButton.active > .svgContainer,
body.theme-tide .toolbarSectionButton:active > .buttonLabel,
body.theme-tide .toolbarSectionButton:active > .svgContainer {
    color: #91b9cd
}

.toolbarSectionButton.active > .buttonLabel,
.toolbarSectionButton.active > .svgContainer,
.toolbarSectionButton:active > .buttonLabel,
.toolbarSectionButton:active > .svgContainer,
body.theme-tide .toolbarSectionButton.active > .buttonLabel,
body.theme-tide .toolbarSectionButton.active > .svgContainer,
body.theme-tide .toolbarSectionButton:active > .buttonLabel,
body.theme-tide .toolbarSectionButton:active > .svgContainer {
    color: #e1e1e1;
}

.toolbarSectionButton:hover > .buttonLabel,
.toolbarSectionButton:hover > .buttonLabel > i,
.toolbarSectionButton:hover > .svgContainer,
.toolbarSectionButton:hover > .svgContainer > i,
body.theme-crickets .toolbarSectionButton:hover > .buttonLabel,
body.theme-crickets .toolbarSectionButton:hover > .buttonLabel > i,
body.theme-honeycomb .toolbarSectionButton:hover > .buttonLabel,
body.theme-honeycomb .toolbarSectionButton:hover > .buttonLabel > i,
body.theme-mint .toolbarSectionButton:hover > .buttonLabel,
body.theme-mint .toolbarSectionButton:hover > .buttonLabel > i,
body.theme-overcast .toolbarSectionButton:hover > .buttonLabel,
body.theme-overcast .toolbarSectionButton:hover > .buttonLabel > i,
body.theme-quartz .toolbarSectionButton:hover > .buttonLabel,
body.theme-quartz .toolbarSectionButton:hover > .buttonLabel > i,
body.theme-tide .toolbarSectionButton:hover > .buttonLabel,
body.theme-tide .toolbarSectionButton:hover > .buttonLabel > i,
body.theme-tigerlily .toolbarSectionButton:hover > .buttonLabel,
body.theme-tigerlily .toolbarSectionButton:hover > .buttonLabel > i {
    color: #fff;
}

.roundedButtonGroup .roundedButtonWrapper .roundedButton i {
    line-height: 15px;
    font-size: 15px;
}

.roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    margin-top: 8px;
    color: #91b9cd;
}

.roundedButtonGroup .roundedButtonWrapper .bottomLabelForAddons {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    margin-top: 4px;
    color: #91b9cd;
}

body.theme-tide .roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    color: #91b9cd;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    color: #9ccdf8;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    color: #8be7b5;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    color: #fab797;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    color: #a7e9b3;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    color: #73f2fc;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    color: #d7e8fe;
}

.roundedButtonGroup .roundedButtonWrapper:first-child {
    margin-left: 0;
}

    .roundedButtonGroup .roundedButtonWrapper:first-child .roundedButton {
        -moz-border-bottom-left-radius: 25px;
        border-bottom-left-radius: 25px;
        -moz-border-top-left-radius: 25px;
        border-top-left-radius: 25px;
    }

.roundedButtonGroup .roundedButtonWrapper:last-child .roundedButton {
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
}

.roundedButtonGroup .roundedButtonWrapper:hover .roundedButton,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    color: #16202b;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    color: #26333f;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    color: #2b141b;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    color: #252228;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    color: #1d232a;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    color: #252228;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    color: #2b2e3f;
}

.roundedButtonGroup .roundedButtonWrapper:hover .roundedButton,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    background-color: #3e5975;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    background-color: #5b3a59;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton,
body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton,
body.theme-mint .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton,
body.theme-overcast .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton,
body.theme-quartz .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton {
    background-color: #344a61;
}

.roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    z-index: 2;
    background-color: #20a5d6;
}

body.theme-tide .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    background-color: #20a5d6;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    background-color: #fa8947;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    background-color: #d4c3c1;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    background-color: #cda56b;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    background-color: #31b166;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    background-color: #507d80;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    background-color: #7858ce;
}

.roundedButtonGroup .roundedButtonWrapper.active .roundedButton,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    border-color: #00a4d9;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    border-color: #ff8a3d;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    border-color: #d4aaa5;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    border-color: #ce9e59;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    border-color: #23b15d;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    border-color: #467c80;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    border-color: #6843cc;
}

.roundedButtonGroup .roundedButtonWrapper.active .roundedButton,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    color: #16202b;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    color: #26333f;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    color: #2b141b;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    color: #252228;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    color: #1d232a;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    color: #252228;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper.active .roundedButton {
    color: #2b2e3f;
}

.roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
.roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    fill: #16202b;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    fill: #26333f;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-crickets .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    fill: #2b141b;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    fill: #252228;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-mint .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    fill: #1d232a;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-overcast .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    fill: #252228;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-quartz .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    fill: #2b2e3f;
}

.roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
.roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-tide .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    stroke: #16202b;
}

body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-tigerlily .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    stroke: #26333f;
}

body.theme-crickets .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-crickets .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    stroke: #2b141b;
}

body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-honeycomb .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    stroke: #252228;
}

body.theme-mint .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-mint .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    stroke: #1d232a;
}

body.theme-overcast .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-overcast .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    stroke: #252228;
}

body.theme-quartz .roundedButtonGroup .roundedButtonWrapper.active .roundedButton svg,
body.theme-quartz .roundedButtonGroup .roundedButtonWrapper:hover .roundedButton svg {
    stroke: #2b2e3f;
}


.table-dark th, .table-dark td, .table-dark thead th {
    vertical-align: middle;
}

.ui-widget.ui-widget-content ul {
    margin: 0;
    padding-left: 25px;
    line-height: 15px;
}

.ui-widget.ui-widget-content li {
    padding-bottom: 3px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #00a4d9;
    box-shadow: none;
}

.modality {
    width: 100px !important;
}

.scrollbar-rare-wind::-webkit-scrollbar {
    width: 12px;
    background-color: #203346;
}

.scrollbar-rare-wind::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3e5975), to(#3e5975));
    background-image: -webkit-linear-gradient(bottom, #3e5975 0%, #3e5975 100%);
    background-image: linear-gradient(to top, #3e5975 0%, #3e5975 100%);
}

.scrollbar-rare-wind::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #203346;
    border-radius: 10px;
}

/* The container */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containerRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
    background-color: #ccc;
}

.containerRadio input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
    /*background-color: #20a5d6; 粉藍*/
    background-color: #20a5d6;
}

.containerRadio input ~ .checkmark .white {
    background-color: yellow;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
}

.containerRadio {
    display: inline !important;
}

/*------modal------*/

.modal-dialog {
    max-width: 80%;
}

.modal-body {
    height: calc(100vh - 150px);
    overflow:hidden;
    overflow-y: auto;
    background-color: #fff !important;
    font-size: small !important;
}

.modal-header {
    background-color: #91b9cd !important;
    color: white;
    height: 50px !important;
}

.modal-footer {
    background-color: #91b9cd !important;
    color: white;
    height: 40px !important;
}

/*
.modal-body input, button, select, optgroup, textarea {
    font-size: small !important;
    text-align: left !important;
}*/


button.close {
    background: #ccc;
    border: 0 none !important;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    margin: 1px !important;
    opacity: 1;
    text-align: start !important;
    text-shadow: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    vertical-align: text-top;
    border-radius: 3px;
    position: absolute;
    right: 16px;
    top: 18px;
    width: 20px;
    height: 20px;
}

    button.close span {
        font-size: 50px !important;
        position: absolute;
        right: 3px;
        top: -14px;
        width: 30px;
        height: 30px;
    }

.ml-auto, .mx-auto {
    margin-left: 20px !important;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
    float: none;
}

.dropdown-menu-right {
    right: -135px;
    left: auto;
}

li.nav-item img {
    right: 7px;
    top: 5px;
    position: absolute;
}

.styled-table {
    border-collapse: collapse;
    /*    margin: 25px 0;*/
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


/*  A-R1010 右鍵選單  */
.custom-context-menu {
    position: fixed;
    border: 1px solid #ccc;
    list-style: none;
    padding: 4px 0;
    border-radius: 4px;
    background-color: #91b9cd;
    box-shadow: 0px 2px 6px 2px #ddd;
    z-index: 99;
}

    .custom-context-menu.hidden {
        display: none;
    }

    .custom-context-menu li {
        padding: 8px 12px;
        border-bottom: 1px solid #f0f2f5;
        user-select: none;
        transition: all 0.1s;
    }

        .custom-context-menu li:last-child {
            border-bottom: none;
        }

        .custom-context-menu li:hover {
            cursor: pointer;
            background-color: #0170fe;
            color: #fff;
        }

        .custom-context-menu li:active {
            background-color: #f0f2f7;
        }


/* Menu */
.menu {
    position: fixed;
    width: 130px;
    padding: 2px;
    margin: 0;
    border: 1px solid #bbb;
    background: #eee;
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
    z-index: 100;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transform: translate(0, 15px) scale(.95);
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.menu-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.menu-btn {
    background: none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    width: 100%;
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 8px;
    border-radius: 3px;
}

    .menu-btn::-moz-focus-inner,
    .menu-btn::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.menu-text {
    margin-left: 25px;
}

    .menu-text.submenu {
        margin-left: 0px;
    }

.menu-btn .fa {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-item:hover > .menu-btn {
    color: #fff;
    outline: none;
    background-color: #2E3940;
    border: 1px solid #2E3940;
}

.menu-item.disabled {
    opacity: .5;
    pointer-events: none;
}

    .menu-item.disabled .menu-btn {
        cursor: default;
    }

.menu-separator {
    display: block;
    margin: 0px;
    height: 1px;
    border-bottom: 1px solid #9aa1a9;
    background-color: #2e3940;
}

.menu-item.submenu::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #808080;
}

.menu-item.submenu:hover::after {
    border-left-color: #fff;
}

.menu .menu {
    top: 4px;
    left: 99%;
}

.show-menu,
.menu-item:hover > .menu {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

.menu-item:hover > .menu {
    -webkit-transition-delay: 100ms;
    transition-delay: 300ms;
}

.menu-text.color-selected {
    color: #007bff;
}

.fa.color-selected {
    color: #007bff;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto !important;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #fff !important;
}

/* 這個會讓右下角標註畫面出現格線 (預設沒有格線)
    .table-dark th, .table-dark td {
    border: 1px solid #fff !important;
}*/

.page-list {
    line-height: 34px;
    margin-right: 5px;
    color: #fff;
}

div.loadingdiv {
    height: 100%;
    width: 100%;
    /*100%覆蓋網頁內容, 避免user在loading時進行其他操作*/
    position: fixed;
    z-index: 99;
    /*須大於網頁內容*/
    top: 0;
    left: 0;
    display: block;
    background: #000;
    opacity: 0.6;
    text-align: center;
}

    div.loadingdiv img {
        position: relative;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        margin-top: 50vh;
    }

.jq-toast-single {
    z-index: 999;
}

.valueAddRoundedButton {
    background-color: #203346;
    border-radius: 50%;
    width: 30px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    transform: translateX(13px);
    border: 2px solid #3c5d80;
    color: #91b9cd;
    cursor: pointer;
}

    .valueAddRoundedButton.vdt {
        transform: none;
    }

    .valueAddRoundedButton:hover {
        background-color: #3E5975;
        color: #16202b
    }

#fullScreenLoadingMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 102;
    justify-content: center;
    align-items: center;
    display: none;
}

#fullScreenLoading {
    position: fixed;
    width: 110px;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    #fullScreenLoading .item {
        width: 32%;
        height: 0;
        padding-top: 31%;
        margin-bottom: 3%;
        background-color: #004B97;
        animation: hideItem .8s infinite;
    }

        #fullScreenLoading .item:nth-child(1) {
            animation-delay: 0s;
        }

        #fullScreenLoading .item:nth-child(2) {
            animation-delay: 0.1s;
        }

        #fullScreenLoading .item:nth-child(3) {
            animation-delay: 0.2s;
        }

        #fullScreenLoading .item:nth-child(6) {
            animation-delay: 0.3s;
        }

        #fullScreenLoading .item:nth-child(9) {
            animation-delay: 0.4s;
        }

        #fullScreenLoading .item:nth-child(8) {
            animation-delay: 0.5s;
        }

        #fullScreenLoading .item:nth-child(7) {
            animation-delay: 0.6s;
        }

        #fullScreenLoading .item:nth-child(4) {
            animation-delay: 0.7s;
        }

        #fullScreenLoading .item:nth-child(5) {
            opacity: 0;
        }

@keyframes hideItem {
    100% {
        opacity: 0;
    }
}

.modal-body > p {
    font-weight: 500;
    font-size: 18px;
    color: #d7d7d7;
    margin-bottom: -0.8rem;
}

#modal-dialog {
    margin-top: 12%;
}

.modal-header {
    background-color: #000 !important;
    height: 5rem !important;
    border-bottom: 0px;
    border-radius: 0px;
}

.modal-header > a {
    position: absolute;
    margin: 3rem 0rem 1rem 3.5rem;
    font-size: 1rem;
    color: #6c757d !important;
}

.modal-content {
    min-height: 20rem; /*27*/
    max-height: 20rem;
    min-width: 31rem;
    max-width: 31rem; /*40*/
    position: fixed;
    border: 1px solid #fff;
    border-radius: inherit;
}

.modal-body {
    background-color: #000 !important;
    padding: 0px;
    height: calc(100% - 60px);
}

.modal-body > a {
    padding: 1px 1rem 0rem 8rem;
    float: right;
}

#adrresstext {
    font-size: 18px;
    font-weight: 400;
    color: #d7d7d7;
    text-align: initial;
    margin: -2.5rem 2rem 0rem -2rem;
}

.linkpath {
    margin: 0rem 4rem 1rem 2rem;
}

    .linkpath > a {
        color: #d7d7d7;
        font-size: 18px;
        font-weight: 500;
        margin-left: 0.5rem;
    }

img.logo-img {
    margin-left: 1rem;
}

#localimg {
    width: 2rem;
    height: 2rem;
    margin: -1rem 1rem 1rem 3rem;
}

#homeimg {
    width: 2rem;
    height: 2rem;
    margin: 1rem 0rem 1rem 1rem;
}

.aboutinfo {
    width: 12rem;
    /* margin-left: 118rem;
                                                                    opacity: 0;*/
    margin-top: -1rem;
}

.modal-body::-webkit-scrollbar {
    display: none;
}

#copyrighttext {
    font-size: 16px !important;
    color: #d7d7d7;
    text-align: center;
    transform: translateY(-3px);
}

.underline {
    background-color: #000;
    color: #6c757d;
    padding: 0 1rem 1rem 1rem;
    margin-top: -1.3rem
}

.modal-footer {
    background-color: #000 !important;
}

button#close-btn {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 500;
    left: 20px;
    right: 20px;
    border: none;
}

button#mybtn {
    margin-bottom: 2rem;
}

body::-webkit-scrollbar {
    display: none;
}

.projectlink {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.link_section {
    display: flex;
    gap: 20px;
    margin: auto;
    justify-content: center;
    color: #fff;
}


.address-section {
    display: flex;
    align-items: center;
    gap: 25px;
    transform: translate(32px,11px);
}

.address-icon {
    width: 50px;
    height: 0px;
}

#addresstext {
    color: #d7d7d7;
    font-size: 18px;
    font-weight: 500;
    margin-left: 0.5rem;
    width: 320px;
}