﻿/*html, body, table, td, .table, b, i, .btn, input, span, textarea {
    font-size: 16px !important;
}
*/
.display-none {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.text-azure {
    color: #2288B4;
}

.pwoff.pwoff.pwoff.pwoff.pwoff.pwoff.pwoff.pwoff.pwoff {
    background-color: white;
    color: black;
}

/* surveyjs 按鈕置中 */
.sv-action-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}
.sv_nav_btn.sv_nav_btn.sv_nav_btn.sv_nav_btn.sv_nav_btn.sv_nav_btn {
    font-size: larger;
}

.weleader-header {
    font-size: 18px !important;
}

body {
    font-family: 'Noto Sans TC', serif;
    background-color: white;
    overflow-x: hidden;
}

:focus {
    outline: 0px;
}

.auth-main:after {
    /*background: url(../../../lib/assets/images/auth_bg.jpg) no-repeat top left fixed;*/
    background: url(https://weleaderdbs.blob.core.windows.net/images/IndexBG.png?sp=r&st=2022-04-14T08:25:46Z&se=2032-04-14T16:25:46Z&spr=https&sv=2020-08-04&sr=b&sig=isxqbIrbM0XsEAFaO4FymuSpd71YPGWk0eCGbjbJoXk%3D);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.validation-summary-errors {
    margin-bottom: 20px;
}

.theme-blue:before, .theme-blue:after {
    background: white;
}

.theme-blue #wrapper:before, .theme-blue #wrapper:after {
    background: white;
}

.navbar-fixed-top .navbar-right {
    width: calc(100% - 300px)
}

.mobiscroll-datetime {
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .navbar-fixed-top .navbar-right {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 992px) {
    .navbar-fixed-top .navbar-right {
        width: calc(100% - 160px);
    }
}

@media screen and (max-width: 768px) {
    .navbar-fixed-top .navbar-right {
        width: calc(100% - 160px);
    }
}

.navbar-nav .icon-menu {
    padding: 5px 10px;
}

.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #6ec4db;
    border-color: #6ec4db;
    color: #fff;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #6ec4db;
    border-color: #6ec4db;
    color: #fff;
}

/* width */
::-webkit-scrollbar {
    width: 18px;
    height: 18px;
}

body::-webkit-scrollbar {
    width: 18px;
    height: 18px;
}

/* Track */
/*::-webkit-scrollbar-track {
        background: #f1f1f1;
    }*/

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6ec4db;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #6ec4db;
    }

/*Chrome and Safari*/
.wrapper::-webkit-scrollbar {
    display: none;
}

#left-sidebar {
    background-color: white;
    margin-top: 41px;
    width: 230px;
}

#main-content {
    margin-top: 41px;
}

table thead {
    background-color: #f4f7f6;
}

th, td {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.table th {
    padding: 8px 5px 5px 5px;
    font-size: 20px !important;
}

.table td {
    padding: 8px 5px 5px 5px;
    font-size: 20px !important;
}

    .table td span {
        font-size: 20px !important;
    }

WoW-font-size {
    font-size: 20px !important;
}

.table:not(.dashboard-list):not(.dataTable) tbody th td, .table:not(.dashboard-list):not(.dataTable) tbody tr td {
    min-width: 200px;
}

.block-header {
    margin-top: 10px;
    margin-bottom: 5px;
}

.dd-handle, .dd2-content {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    background: #F8FAFF;
    border: 1px solid #DAE2EA;
    color: #7C9EB2;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

form label.required:before {
    color: red;
    content: " * ";
}

.field-required:before {
    color: red;
    content: " * ";
}

.entry-table {
    overflow-x: auto;
}

/* Start:Ajax Loading Spinner css*/
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* End:Ajax Loading Spinner css*/

.btn-info2, .btn-info2:focus {
    background-color: #95c6e5 !important;
    border-color: #95c6e5;
}

.btn-yellow, .btn-yellow:focus {
    background-color: #fee188 !important;
    border-color: #fee188;
}

.btn-grey, .btn-grey:focus {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
}

.btn-space {
    margin-right: 4px;
}

.wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

    .wizard-steps li {
        display: table-cell;
        text-align: center;
        width: 1%
    }

        .wizard-steps li .step {
            border: 5px solid #ced1d6;
            color: #546474;
            font-size: 15px;
            border-radius: 100%;
            background-color: #FFF;
            position: relative;
            z-index: 2;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 30px;
            text-align: center;
        }

        .wizard-steps li:before {
            display: block;
            content: "";
            width: 100%;
            height: 1px;
            font-size: 0;
            overflow: hidden;
            border-top: 4px solid #CED1D6;
            position: relative;
            top: 21px;
            z-index: 1;
        }

        .wizard-steps li:last-child:before {
            max-width: 50%;
            width: 50%
        }

        .wizard-steps li:first-child:before {
            max-width: 51%;
            left: 50%
        }

        .wizard-steps li.done:before, .wizard-steps li.complete:before, .wizard-steps li.done .step, .wizard-steps li.complete .step {
            border-color: #5293c4;
        }

        .wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
            border-color: red;
        }

        .wizard-steps li.complete .step {
            cursor: default;
            color: #FFF;
            -webkit-transition: transform ease 0.1s;
            transition: transform ease 0.1s;
        }

            .wizard-steps li.complete .step:before {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                line-height: 30px;
                text-align: center;
                border-radius: 100%;
                content: "\f00c";
                background-color: #FFF;
                z-index: 3;
                font-family: FontAwesome;
                font-size: 17px;
                color: #87ba21;
            }

        .wizard-steps li.complete:hover .step {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            border-color: #80afd4;
        }

        .wizard-steps li.complete:hover:before {
            border-color: #80afd4;
        }

        .wizard-steps li .title {
            display: block;
            margin-top: 4px;
            max-width: 100%;
            color: #949ea7;
            font-size: 14px;
            z-index: 104;
            text-align: center;
            table-layout: fixed;
            word-wrap: break-word;
        }

        .wizard-steps li.complete .title, .wizard-steps li.done .title {
            color: #2b3d53;
        }

        .wizard-steps li.complete .title, .wizard-steps li.active .title {
            color: red;
        }

.step-content {
    position: relative;
}

    .step-content .step-pane {
        display: none;
        min-height: 200px;
        padding: 4px 8px 12px;
    }

    .step-content .done {
        display: block;
    }

.wizard-actions {
    text-align: right;
}

@media only screen and (max-width:767px) {
    .wizard-steps li .step {
        width: 30px;
        height: 30px;
        line-height: 24px;
        border-width: 3px;
    }

    .wizard-steps li:before, .wizard-steps li:after {
        border-width: 3px;
    }

    .wizard-steps li.complete .step:before {
        line-height: 24px;
        font-size: 13px;
    }

    .wizard-steps li:before {
        top: 16px;
    }

    .step-content .step-pane {
        padding: 4px 4px 6px;
        min-height: 150px;
    }
}

@media (max-width: 1026px) {
    .hidden-1026 {
        display: none !important;
    }
}

.badge {
    font-family: inherit;
}

.list-style {
    padding-left: 0px;
    padding-right: 15px;
}

.list-item-style {
    border-left-width: 0px;
    border-right-width: 0px;
}

.pretty .state label:after, .pretty .state label:before {
    top: 0;
}

.appt-send {
    background: #c1e6f8 !important;
    color: black !important;
}

.appt-approval {
    background: red !important;
    color: white !important;
}
/* Selects any disabled <input> */
.disabled {
    background: #ccc;
}

.scorll-card {
    max-height: 300px;
    overflow-y: auto;
}

.toothPositionBtn {
    width: 56.15px;
}

.page-item.active .page-link {
    background-color: #6ec4db;
    border-color: #6ec4db;
}

.page-item.disabled .page-link {
    color: #6ed6db;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link:focus {
    box-shadow: none;
}

.pagination > li > a, .pagination > li > span {
    color: #6ec4db
}

.sidebar-nav .metismenu a {
    padding: 7px 10px;
}

.sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 20px;
}

.sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 25px;
}

.sidebar-nav .metismenu ul.collapse a:hover, .sidebar-nav .metismenu ul.collapse a:focus {
    color: #777;
}

.sidebar-nav .metismenu .menu-item-selected, .sidebar-nav .metismenu .menu-item-selected:hover, .sidebar-nav .metismenu .menu-item-selected:focus, .sidebar-nav .metismenu .menu-item-selected:active {
    background-color: #6ec4db;
    color: #f4f7f6 !important;
}

    .sidebar-nav .metismenu .menu-item-selected i, .sidebar-nav .metismenu .menu-item-selected i:hover, .sidebar-nav .metismenu .menu-item-selected i:focus, .sidebar-nav .metismenu .menu-item-selected i:active {
        background-color: #6ec4db;
        color: #f4f7f6 !important;
    }

.sidebar-nav .metismenu > li i {
    margin-right: 5px;
    top: 0px;
}

.p-b-5, .navbar-nav ul.user-menu.menu-icon > li > a, .sidebar-nav .metismenu > li {
    padding-bottom: 0px;
}

.c-tab-row > .c-tab-columns > .card {
    margin-top: 15px;
}

a:hover, a:focus {
    color: white;
}

.navbar-nav ul.user-menu.menu-icon > li > a {
    color: #5A5A5A;
}

.nav-tabs-new2 > li > a {
    padding: 0px 10px 0px 10px;
}

.tab-content {
    padding: 0px;
}

.table-custom.table thead th {
    border-top: 0;
    background-color: #6ec4db;
    color: white;
    vertical-align: middle;
}

.table-custom.table.dataTable > thead .sorting:before,
.table-custom.table.dataTable > thead .sorting:after,
.table-custom.table.dataTable > thead .sorting_asc:before,
.table-custom.table.dataTable > thead .sorting_asc:after,
.table-custom.table.dataTable > thead .sorting_desc:before,
.table-custom.table.dataTable > thead .sorting_desc:after,
.table-custom.table.dataTable > thead .sorting_asc_disabled:before,
.table-custom.table.dataTable > thead .sorting_asc_disabled:after,
.table-custom.table.dataTable > thead .sorting_desc_disabled:before,
.table-custom.table.dataTable > thead .sorting_desc_disabled:after {
    top: 50%;
    transform: translate(0%, -50%);
    display: inline-table;
}

.theme-blue ::selection {
    color: #fff;
    background: #6ec4db
}

.theme-blue .page-loader-wrapper {
    background: #6ec4db
}

.theme-blue #left-sidebar .nav-tabs .nav-link.active {
    color: #6ec4db
}

.theme-blue:before, .theme-blue:after {
    background: #6ec4db
}

.theme-blue #wrapper:before, .theme-blue #wrapper:after {
    background: #6ec4db
}

.theme-blue .sidebar-nav .metismenu > li.active > a {
    border-left-color: #6ec4db
}

.theme-blue .navbar-nav ul.menu-icon {
    background: #6ec4db
}

.theme-blue .fancy-checkbox input[type="checkbox"]:checked + span:before {
    background: #6ec4db;
    border-color: #6ec4db;
    color: white;
}

.theme-blue .chat-widget li.right .chat-info {
    background: #6ec4db;
    color: #fff
}

    .theme-blue .chat-widget li.right .chat-info:before {
        border-left: 10px solid #6ec4db
    }

.theme-blue .fc .fc-view-container .fc-view.fc-basic-view > table > thead tr th.fc-widget-header {
    background: #6ec4db;
    border-color: #6ec4db;
    color: #fff
}

.theme-blue .blog-page .single_post .footer .stats li a:hover {
    color: #6ec4db
}

.theme-blue .auth-main .btn-primary {
    background: #6ec4db;
    border-color: #6ec4db
}

.theme-blue .sidebar-nav .metismenu > li i {
    color: #6ec4db
}

.theme-blue .right_chat li a:hover .media-object {
    border-color: #6ec4db
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #6ec4db;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
    color: white;
}

.navbar-nav .icon-menu .notification-dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    right: 7px;
    background-color: #efb730
}

.icon-bell:before {
    content: "\e027";
    color: white;
}

.fa-th-large:before {
    content: "\f009";
    color: white;
}

.fa-globe:before {
    content: "\f0ac";
    color: white;
}

.fa-list-alt:before {
    content: "\f022";
    color: white;
}

/*推播通知背景色*/
.navbar-nav ul.notifications {
    background: #fff;
    width: 500px
}

.navbar-nav .dropdown-menu {
    padding: 10px;
    border: none;
}

.media .media-body {
    color: #666;
    font-size: 14px
}

.user-account .dropdown .dropdown-menu {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    padding: 0px;
    background: white;
}

    .user-account .dropdown .dropdown-menu a:hover {
        color: #6ec4db;
        border-radius: .55rem;
    }

.breadcrumb {
    padding: 0px;
}

.breadcrumb-item a {
    color: #6ec4db;
}

.card .body {
    padding: 10px;
}
/*表格Lable的文字，根據螢幕大小調整對齊方式*/
.txtalign {
    text-align: right;
}

@media (max-width: 1025px) {
    .txtalign {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .txtalign {
        text-align: right;
    }
}

@media (max-width: 414px) {
    .txtalign {
        text-align: left;
    }
}

.wizard > .steps .current a {
    background: #6ec4db;
    color: #fff;
    cursor: default;
}

.wizard > .actions a:hover, .wizard > .actions a:active {
    background: #6ec4db;
}

.wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #6ec4db;
}

.wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #6ec4db;
}

.wizard > .steps .done a {
    background: #6ec4db;
    opacity: 0.7;
}

.wizard > .actions a {
    background: #6ec4db;
    padding: 10px;
    border-radius: unset;
}

.wizard > .actions .disabled a {
    margin-left: 0px;
}

.wizard > .steps .done a {
    color: #fff;
}

.wizard > .steps .error a {
    background: #de4848;
}

.Info-header {
    width: 100%;
    display: block;
    border-bottom: 2px solid #6ec4db;
    color: #6ec4db;
    font-size: larger;
}

.sidebar-nav .metismenu li.active > a {
    background-color: #f1f1f1;
}

.validation-summary-errors ul {
    margin-bottom: 0px;
}

.c-tab-pane {
    padding-top: 10px;
}

/*radio, checkbox style from ace*/
input[type=checkbox].ace:checked, input[type=radio].ace:checked, input[type=checkbox].ace:focus, input[type=radio].ace:focus {
    outline: none !important;
}

input[type=checkbox].ace, input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl {
        position: relative;
        display: inline-block;
        margin: 0;
        line-height: 20px;
        min-height: 18px;
        min-width: 18px;
        font-weight: normal;
        cursor: pointer;
        margin-right: 10px;
    }

        input[type=radio].ace + .lbl::before {
            border-radius: 100%;
            font-size: 10px;
            font-family: FontAwesome;
            text-shadow: 0 0 1px #32a3ce;
            line-height: 15px;
            height: 17px;
            min-width: 17px;
        }

        input[type=checkbox].ace + .lbl::before, input[type=radio].ace + .lbl::before {
            cursor: pointer;
            font-family: fontAwesome;
            font-weight: normal;
            font-size: 12px;
            color: #53D76A;
            content: "\a0";
            background-color: #FAFAFA;
            border: 1px solid #c8c8c8;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
            border-radius: 8px;
            display: inline-block;
            text-align: center;
            height: 18px;
            line-height: 16px;
            min-width: 18px;
            margin-right: 1px;
            position: relative;
            top: -1px;
        }

    input[type=radio].ace:checked + .lbl::before {
        content: "\f111";
    }

.btn-control {
    margin-top: 10px;
}

.vertical-line {
    margin: 0px 5px 0px 5px;
    border-left: 1px solid rgba(0,0,0,.1);
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

/*.select2-selection__rendered {
    line-height: 31px !important;
}*/

.select2-container .select2-selection--single {
    height: 35px !important;
}

/*.select2-container .select2-selection--multiple {
    height: 35px !important;
}*/

.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #c1c0c0;
}

/*Quill Custom CSS*/
.quill-editor-container {
    height: 500px !important;
}

/* /*浮動+置中 按鈕*/
.fixed-center {
    width: 400px; /*寬度*/
    position: fixed; /*固定位置定位*/
    bottom: 20px; /*距離下方的位置*/
    left: 50%; /*距離左方的位置*/
    margin-left: -200px; /*左方邊界*/
}