@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap');
html, body {
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #282828 #eeeeee;
    scrollbar-face-color: #282828;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    line-height: normal;
}
form {
    margin: 0;
}
select {
    font-size: 14px;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .2em .8em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 8px 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.mdm-container {
    overflow: hidden;
}
.index-container {
    min-height: 100%;
    margin-bottom: -23px;
}
.header-index-block {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 20px;
}
.header-search-block {
    position: absolute;
    padding-top: 10px;
    padding-right: 30px;
    top: 50px;
    right: 0;
    width: 20px;
}
.header-logo-block {
    padding: .2em 1.4em;
    float: left;
    width: 8.4em;
}
.header-logout-block {
    float: right;
    width: 150px;
    font-size: 12px;
}
.header-extension-block {
    margin: 0 100px;
}
.header-content {
    top: 0;
    width: 100%;
    height: fit-content;
    position: fixed;
    background-color: #ffffff;
    z-index: 5;
}
.index-row {
    padding-top: .5em;
    padding-left: 2em;
}
.index-logo-block {
    margin-top: 1.6em;
    margin-left: 2em;
}
.index-logout-block {
    float: left;
    font-size: .75em;
    color: #bbbbbb;
}
.link-home1 {
    width: 6.95em;
    height: 2.6em;
}
.assistant-block {
    float: right;
    padding-right: 2.35em;
    font-size: .75em;
}
.assistant-btn {
    color: #abaaaa;
    padding: 0 1em;
    border: 1px solid #abaaaa;
    border-radius: .6em;
}
.assistant-btn:hover {
    background: #171717;
}
.assistant-hide-btn {
    color: #666666;
    padding: 0 1em;
    border: 1px solid #666666;
    border-radius: .6em;
}
.assistant-hide-btn:hover {
    background: #171717;
}
.index-content {
    display: none;
    width: 265px;
    height: 100%;
    position: fixed;
    background-color: #282828;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    z-index: 6;
    scrollbar-width: thin;
    scrollbar-color: #282828 #eeeeee;
    scrollbar-face-color: #282828;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.index-shadow {
    box-shadow: 3px 3px 7px #777;
    z-index: 1;
}
.guide-content {
    position: fixed;
    right: 54;
    bottom: 80;
}
.guide-diag {
    min-width: 150px;
    max-width: 230px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 20px;
    background: #fcaf3e;
    color: #000000;
    vertical-align: middle;
    z-index: 5;
}
.guide-char {
    max-width: 52px;
    max-height: 52px;
    display: inline-block;
    z-index: 5;
    vertical-align: middle;
}
.guide-cancel {
    width: 14px;
    height: 14px;
    display: inline-block;
    z-index: 5;
    vertical-align: top;
}
.main-content {
    width: 100%;
    min-height: 100%;
    background-color: #eeeeee;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #282828 #eeeeee;
    scrollbar-face-color: #282828;
    -ms-overflow-style: -ms-autohiding-scrollbar;

}
.main-content:after {
    content: "";
    display: block;
    height: 23px;
    width: 100%;
}
.main-three-content {
    width: 100%;
    min-height: 100%;
    background-color: #eeeeee;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #282828 #eeeeee;
    scrollbar-face-color: #282828;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.filter-content {
    display: none;
    width: 20%;
    max-height: 100%;
    padding-top: 50px;
    position: fixed;
    overflow-y: auto;
    background-color: #eeeeee;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.content-padding {
    padding-left: 40px;
    padding-right: 40px;
}
.policy-table {
    width: 100%;
    border: 1px solid #bfbfbf;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #282828 #eeeeee;
    scrollbar-face-color: #282828;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media only screen and (min-width:1400px) {
    .btn-index { display: none; }
    .btn-search { display: none; }
    .filter-content { display: block; }
    .index-content { display: block; }
    .p-table { padding-left: 15%; padding-right: 20%; }
    .policy-table { width: 77%; }
    .content-padding { padding-left: 300px; padding-right: 40px; }
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
    .btn-index { display: none; }
    .index-content { display:block; }
    .p-table { padding-left: 15%; }
    .content-padding { padding-left: 300px; padding-right: 40px; }
}
.sidebar {
    transition: all.4s;
}
.sidebar.collapsed {
    display: block;
    width: 70%;
    transform: translateX(20%);
}
.sidebar-search {
    transition: all.4s;
}
.sidebar-search.collapsed {
    display: block;
    width: 220px;
    transform: translateX(-30%);
}
.footer-content {
    min-width: 100%;
    height: 20px;
    position: relative;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 12px;
    padding-top: 3px;
    z-index: 2;
    margin-top: -23px;
}
.menu-footer-content {
    min-width: 100%;
    height: 20px;
    position: relative;
    color: #eeeeee;
    background-color: #282828;
    font-size: 12px;
    padding-top: 3px;
    z-index: 2;
    margin-top: -23px;
}
@media only screen and (max-width:800px) {
    .header-logout-block { width: 20%;}
}
.wrapper {
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.title-divide {
    margin-left: -300px;
    color: #bfbfbf;
}
.settings-group {
    display: none;
    position: absolute;
    top: 110;
    left: 2.5em;
    z-index: 1;
}
.header-settings-group {
    display: none;
    position: absolute;
    top: 40;
    right: 60;
    z-index: 1;
}
.settings:hover .settings-group {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    min-width: 130px
}
.settings:hover .header-settings-group {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.button {
    min-width: 84px;
    background-color: #fafafa;
    border: none;
    color: #1c98d0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #1c98d0;
    color: #1c98d0;
    margin: 8px 0;
    cursor: pointer;
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.button:hover {
    background-color: #cccccc;
}
.button:active {
    border: 1px solid #999999;
    margin: 8px 0;
}
.button-main {
    min-width: 84px;
    background-color: #1c98d0;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #1c98d0;
    margin: 8px 0;
    cursor: pointer;
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.button-main:hover {
    background-color: #0380e8;
}
.button-main:active {
    border: 1px solid #034983;
}
.button-main:disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: default;
}
.button-action {
    display: inline-block;
    min-width: 84px;
    background-color: #1c98d0;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #1c98d0;
    margin: 8px 0;
    cursor: pointer;
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.button-action:hover {
    background-color: #0380e8;
}
.button-action:active {
    border: 1px solid #034983;
}
.button-action:disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: default;
}
.button-action-delete {
    min-width: 84px;
    background-color: #d84023;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #d84023;
    margin: 8px 0;
    cursor: pointer;
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.button-action-delete:hover {
    background-color: #c72f12;
}
.button-action-delete:active {
    border: 1px solid #a50d00;
}
.button-second {
    min-width: 84px;
    background-color: #a7c6c4;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #a7c6c4;
    margin: 8px 0;
    cursor: pointer;
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.button-second:hover {
    background-color: #b8d7d5;
}
.button-second:active {
    border: 1px solid #96b5b3;
}
.button-second:disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: default;
}
.button-delete {
    width: 18px;
    margin-left: 5px;
    margin-right: 66px;
    margin-bottom: 2px;
    vertical-align: middle;
    cursor: pointer;
}
.button-delete:hover {
    background-color: #000000;
    border-radius: 60px;
}
.online-icon {
    height: 0.8rem;
    align-items: center;
}
.input-text {
    min-width: 400px;
    padding: 7px 11px;
    margin: 8px 0;
    box-sizing: border-box;
}
.input-text-readonly {
    min-width: 400px;
    padding: 7px 11px;
    margin: 8px 0;
    box-sizing: border-box;
    background: silver;
}
.input-text-half {
    width: 198px;
    padding: 7px 11px;
    margin: 8px 0;
    box-sizing: border-box;
}
.input-text-without-width {
    padding: 7px 11px;
    margin: 8px 0;
    box-sizing: border-box;
}
.hint-text {
    display: none;
    font-size: 16px;
    transform: translate(0px, 0px);
    pointer-events: none;
}
.input-group:focus-within .hint-text{
    display: block;
    font-size: 12px;
    color: #1a73e8;
    transform: translate(0px, 0px);
}
.warn-mark {
    width: 6px;
}
.hide-object {
    width: 6px;
    display: none;
}
.index-function-item-12px {
    min-width: 200px;
    font-size: 12px;
    font-weight: normal;
    color: #222222;
    margin: 6px 0;
    padding: 5px 10px;
}
.index-function-item-12px:hover {
    color: #67C8FF;
    background-color: #eeeeee;
}
.index-title {
    font-size: .9em;
    font-weight: 500;
    margin-bottom: .9em;
}
.index-subject {
    color: #bbbbbb;
    padding-left: 2.3em;
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: .9em;
}
.index-subject:hover {
    color: #ffffff;
    background-color: #1c98d0;
}
.index-subject:hover .index-subject-arrow {
    color: #ffffff;
    background-color: #1c98d0;
}
.index-subject-arrow {
    color: #1c98d0;
}
.index-function-icon {
    width: 1.4em;
    height: 1.4em;
}
.index-function-item {
    font-size: .8em;
    font-weight: normal;
    color: #bbbbbb;
    padding: 8px 60px;
}
.index-function-item:hover {
    color: #ffffff;
    background-color: #1c98d0;
}
.index-function-item-select {
    color: #67C8FF;
}
.page-title {
    font-size: 1.8em;
    font-weight: 500;
    color: #221714;
}
.home-icon {
    width: 2.1em;
    height: 2.1em;
    margin-left: -130px;
}
.div-flow-text-one-line {
    padding-left: 50px;
    padding-right: 6px;
    margin-top: -30px;
    font-size: .85em;
    text-align: left;
}
.div-flow-text {
    padding-left: 50px;
    padding-right: 6px;
    margin-top: -35px;
    font-size: .85em;
    text-align: left;
}
.list-table {
    text-align: center;
    padding: 8px 8px;
}
.list-table-title {
    color: #666666;
    background-color: #eeeeee;
    font-weight: lighter;
    font-size: smaller;
    white-space: nowrap;
}
.list-table-even {
    font-size: 14px;
    color: #666666;
    background-color: #ece3f9;
}
.list-table-even:hover {
    background-color: #f5f5f5;
}
.list-table-odd {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    background-color: #ffffff;
}
.list-table-odd:hover {
    background-color: #f5f5f5;
}
.list-table-divide {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    background-color: #badafd;
}
.list-table-bg1 {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    background-color: #7dc3d0;
}
.list-table-bg2 {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    background-color: #e9b96e;
}
.list-table-bg3 {
    font-size: 14px;
    font-weight: normal;
    color: #282828;
    background-color: #eeeeee;
}
.padding-10px {
    padding: 10px 10px;
}
.filter-block {
    font-size: 12px;
}
.font-14px {
    font-size: 14px;
}
.page-text {
    width: 60px;
}
.page-btn {
    width: 18px;
    height: 18px;
    background-color: #1c98d0;
    border: none;
    color: #fafafa;
    padding: 1px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #1c98d0;
    cursor: pointer;
}
.page-btn:hover {
    background-color: #0380e8;
}
.page-btn:active {
    border: 1px solid #999999;
}
.page-btn:disabled {
    border: 1px solid #f6f6f6;
    background-color: #bfbfbf;
    color: #888888;
    cursor: default;
}
.style-textarea {
    min-width: 400px;
    min-height: 60px;
    padding: 7px 11px;
    margin: 8px 0;
    overflow: hidden;
}
.function-button {
    background-color: #1c98d0;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #1c98d0;
    margin: 4px 0;
    cursor: pointer;
}
.function-button:hover {
    border: 1px solid #034983;
}
.function-button:active {
    background-color: #0380e8;
}
.function-button:disabled {
    border: 1px solid #cccccc;
    background-color: #ececec;
    color: #888888;
    cursor: default;
}
.function-c-button {
    background-color: #ffffff;
    border: none;
    color: #1c98d0;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #1c98d0;
    margin: 4px 0;
    cursor: pointer;
}
.function-c-button:hover {
    border: 1px solid #aaaaaa;
}
.function-c-button:active {
    background-color: #dcdcdc;
}
.function-c-button:desabled {
    cursor: pointer;
}
.search-text-area {
    width: 150px;
    height: 27px;
    box-sizing: border-box;
}
.function-text {
    width: 200px;
    padding: 7px 11px;
    margin: 8px 0;
    box-sizing: border-box;
}
.function-textarea {
    min-width: 200px;
    min-height: 100px;
    padding: 7px 11px;
    margin: 8px 0;
    overflow: hidden;
}
.profile-textarea {
    min-width: 400px;
    min-height: 600px;
    padding: 7px 11px;
    margin: 8px 0;
    overflow: hidden;
}
.dropzone {
    border-radius: 15px;
    border: 1px dashed #bbbbbb;
    border-image: none;
}
.apk-upload-border {
    max-width: 500px;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    color: #999999;
    text-align: center;
}
.dz-file-preview {
    background: #cccccc;
    border-radius: 10px;
    border-image: none;
    margin: 10px 10px;
    padding: 5px 5px;
}
.dz-filename {
    font-size: 14px;
    background: #fcfcfc;
    padding: 2px 2px;
}
.dz-size {
    font-size: 14px;
    background: #fcfcfc;
    padding: 2px 2px;
}
.dz-upload { 
    display: block; 
    background-color: red; 
    height: 10px;
    width: 0%;
}
.select-full {
    width: 398px;
}
.select-half {
    width: 198px;
}
.select-2thirds {
    width: 265px;
}
.input-1third {
    min-width: 133px !important;
    max-width: 133px !important;
    border-radius: .5em;
    line-height: 1.3;
    padding: .4em 1.4em .2em .8em;
    box-sizing: border-box;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
}
.filter-select {
    width: 158px;
    height: 27px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#fafafa 100%);
}
.p-table {
    width: 100%;
    margin-bottom: 23px;
    text-align: center;
    border-collapse: collapse;
}
.profile-content {
    max-width: 80%;
    font-size: 14px;
    background: #cccccc;
    border: 1px solid #dddddd;
    margin-bottom: 23px;
}
.description {
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px 10px;
    border-radius: 20px;
    background: #fcaf3e;
}
.edit-textarea {
    min-width: 400px;
    min-height: 100px;
    padding: 7px 11px;
    margin: 8px 0;
}
.shadow {
    margin: 22px 0;
    box-shadow: 3px 3px 7px #777;
}
.report-detail {
    position: fixed;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    border: 1px solid #dddddd;
    background: #ffffff;
    overflow-x: auto;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.display-none {
    display: none;
}
.detail-x {
    position: fixed;
    top: 20%;
    left: 77%;
}
.display-hide {
    visibility: hidden;
}
.config-detail {
    position: fixed;
    top: 20%;
    left: 25%;
    max-width: 75%;
    max-height: 70%;
    border: 1px solid #dddddd;
    background: #ffffff;
    overflow-x: auto;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}
.config-delete-icon {
    width: 16px;
}
.no-underline {
    text-decoration: none;
}
.pointer-style {
    cursor: default;
}
.click-pointer {
    cursor: pointer;
}
.item-line-through {
    text-decoration: line-through;
}
.text-one-line {
    max-width: 300px;
    /*display: inline-block;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t-dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.dialog-content {
    width: 300px;
    height: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -90px;
    background-color: #ffffff;
    text-align: center;
}
.multi-group-selector {
    max-height: 100px;
}
.dialog-input-text {
    width: 200px;
    height: 26px;
    text-align: center;
    margin-bottom: 15px;
    background-image: linear-gradient(to bottom, #f0f0f0, #fafafa);
    border: 1px solid #aaaaaa;
    border-radius: 6px;
}
.dialog-input-text:read-only {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    border: 1px solid #ffffff;
}
.dialog-input-text:-moz-read-only {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    border: 1px solid #ffffff;
}
.div-flow {
    position: relative;
    width: 600px;
    height: 454px;
}
.div-flow-chart {
    width: 600px;
    height: 454px;
    margin-top: -454px;
}
.div-flow-btn {
    width: 180px;
    height: 50px;
    text-align: center;
    background-image: linear-gradient(to bottom, #ffffff, #fafafa);
    padding-top: 20px;
    font-size: 1em;
}
.div-flow-btn:hover {
    background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6);
}
.div-flow-btn:active {
    background-image: linear-gradient(to bottom, #dddddd, #f0f0f0);
}
.div-flow-left-side {
    margin-right: 350px;
}
.div-flow-right-side {
    margin-left: 350px;
}
.div-flow-gap {
    margin-top: 30px;
}
.div-flow-padding {
    margin-top: -10px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.div-flow-dot {
    width: 200px;
    height: 20px;
    margin-top: -22px;
    margin-left: -5px;
    -webkit-filter: drop-shadow(2px 1px 2px rgba(4, 0, 0, .65));
    filter: drop-shadow( 2px 1px 3px #040000a8);
}
.div-flow-dot1 {
    width: 200px;
    height: 20px;
    margin-top: -58px;
    margin-left: -5px;
    -webkit-filter: drop-shadow(2px 1px 2px rgba(4, 0, 0, .65));
    filter: drop-shadow( 2px 1px 3px #040000a8);
    vertical-align: top;
}
.roboto-font {
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.font-normal {
    font-weight: normal;
}
.font-lighter {
    font-weight: lighter;
}
.vertical-top {
    vertical-align: top;
}
.vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.div-vertical-center {
    display: table;
    height: 94%;
}
.background-add-icon {
    background: url(images/add_to_group2.png) no-repeat;
    background-position: 7px 7px;
    background-size: 10px 10px;
    padding-left: 20px;
}
.background-download-icon {
    background: url(images/download2.png) no-repeat;
    background-position: 5px 3px;
    background-size: 16px 16px;
    padding-left: 25px;
    padding-right: 10px;
}
.background-new-icon {
    background: url(images/+2.png) no-repeat;
    background-position: 7px 7px;
    background-size: 10px 10px;
    padding-left: 20px;
}
.background-icon-color-main {
    background-color: #1c98d0;
}
.background-icon-color-second {
    background-color: #a7c6c4;
}

::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #282828;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #282828;
}
input[type="text"] {
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
select {
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.border-buttom {
    height: 30px;
}
:not(table):not(select) {
    box-sizing: unset;
}
table {
    border-collapse: unset;
    caption-side: unset;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
table.checkbox-in-1st-col tbody tr td:first-child {
    width: 2em;
}
.warning-text {
    color: #d84023;
}

.btn-transparent {
    background: transparent;
}

i.caret-margin {
  margin-right: 8px;
}
.primary-color {
    color: #0380e8;
}
.secondary-color {
    color: #7d7c7c;
}
.my-float-right {
    display: inline-block;
    float: right;
}
.my-float-left {
    display: inline-block;
    float: left;
}
i.caret-margin {
    margin-right: 8px;
}
.card-header.active button i.fa-angle-up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
select[multiple] {
    background-image: unset;
}
select:not(:focus) option:checked {
    background-color: #86b7fe;
}
select:focus option:checked {
    background-color: #0380e8;
}
select.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.form-check-input:checked {
    background-color: #0380e8;
}
li.dropend:hover > .submenu { display: block; }
input.empty-border { border: 1px solid gray; }
input.non-empty-border { border: 1px solid green; }
input.invalid-border { border: 1px solid red; }