﻿.main-top {
    background: #28a745;
    padding: 10px 0px;
}
/* our-link */
.our-link {
    float: left;
}

    .our-link ul li {
        display: inline-block;
        border-right: 1px solid #ffffff;
        padding: 0px 10px;
        line-height: 14px;
    }

    .our-link ul {
        line-height: 30px;
    }

        .our-link ul li a {
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
        }

            .our-link ul li a:hover {
                color: #b0b435;
            }

        .our-link ul li:last-child {
            border: none;
        }
/* nav */
nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030;
}

    nav.navbar.navbar-inverse ul.cart-list > li.total > .btn {
        border-bottom: solid 1px #222 !important;
    }

    nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right {
        color: #fff;
    }

    nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a, nav.navbar.navbar-inverse ul.nav > li > a {
        color: #eee;
    }

    nav.navbar.navbar-inverse ul.nav > li.dropdown > a {
        background-color: #222;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
        color: #999;
    }

    nav.navbar.navbar-inverse ul.nav .dropdown-menu h1, nav.navbar.navbar-inverse ul.nav .dropdown-menu h2, nav.navbar.navbar-inverse ul.nav .dropdown-menu h3, nav.navbar.navbar-inverse ul.nav .dropdown-menu h4, nav.navbar.navbar-inverse ul.nav .dropdown-menu h5, nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
        color: #fff;
    }

    nav.navbar.navbar-inverse .form-control {
        background-color: #333;
        border-color: #303030;
        color: #fff;
    }

    nav.navbar.navbar-inverse .attr-nav > ul > li > a {
        color: #eee;
    }

    nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu {
        background-color: #222;
        border-left: solid 1px #303030;
        border-bottom: solid 1px #303030;
        border-right: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.cart-list > li {
        border-bottom: solid 1px #303030;
        color: #eee;
    }

        nav.navbar.navbar-inverse ul.cart-list > li img {
            border: solid 1px #303030;
        }

        nav.navbar.navbar-inverse ul.cart-list > li.total {
            background-color: #333;
        }

    nav.navbar.navbar-inverse .share ul > li > a {
        background-color: #555;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
        border-right: solid 1px #303030;
    }

        nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a {
            border-bottom: solid 1px #303030;
        }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
        border-left: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover, nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus, nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a {
        background-color: #333 !important;
    }

nav.navbar-inverse.navbar-full ul.nav > li > a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

nav.navbar.bootsnav ul.nav > li > a {
    position: relative;
    font-weight: 700;
    /*font-size: 16px;*/
    color: #505050;
    text-transform: uppercase;
    padding: 15px;
}

nav.navbar.bootsnav ul.nav li.active > a {
    color: #1d7a57;
}

    nav.navbar.bootsnav ul.nav li.active > a:hover {
        color: #7ac3a7;
    }

nav.navbar.bootsnav ul.nav li > a:hover {
    color: #7ac3a7;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover {
    color: #7ac3a7;
}

/* 查詢狀態 */
.Opmode {
    display: inline-block;
    border-radius: .25rem;
    font-size: 1rem;
    font-weight: bold;
    color: yellow;
    background-color: black;
}
/*
    Table
*/
/* 置左對齊 */
.tdleft {
    text-align: left;
}

.tdtitle {
    border: 1px solid #fff;
    background-color: lightblue;
}

.tdcontent {
    border: 1px solid #fff;
    background-color: linen;
}

.tdcontent2 {
    border: 1px solid #aaa;
    background-color: linen;
    width: 50%;
}

.tdcontent3 {
    border: 1px solid #aaa;
    background-color: linen;
    width: 80%;
}

.tdcontent4 {
    border: 1px solid #aaa;
    background-color: linen;
    width: 100%;
}

.tdcontent5 {
    border: 1px solid #aaa;
    background-color: lightgoldenrodyellow;
}
/*
    下拉選擇
*/
.DropDownList {
    width: 205px;
}
#diagMenu .dropdown *,
#regHeader .dropdown * {
    font-weight: bold;
}
/*
    select Disabled
*/
select[disabled] {
    background: #ddd;
    color: black;
}
/*
    TextBox Disabled
*/
input[type="text"]:disabled {
    background: #e6e6e6;
    color: black;
}

button[type="button"]:disabled {
    background: #e6e6e6;
    color: black !important;
}

textarea:disabled {
    background: #e6e6e6;
    color: black !important;
}






/**** 2021.02.19 調整index版面*****/
#tbNews {
    cursor: pointer;
}

    #tbNews tr:hover {
        background-color: #faf0e6;
    }

.navbar {
    position: fixed;
    z-index: 100;
    min-width: 100%;
    top: 0;
    left: 0;
    height: 64px;
    padding: 0;
}

.navbar-light {
    background-color: #dcf4ea;
    border-top: 2px #5cb699 solid;
}

    .navbar-light .navbar-brand {
        color: rgb(80, 80, 80);
    }

.container-fluid {
    margin-top: 30px;
}

#logo {
    padding: 12px 11px 16px 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 15%;
    margin-left: 10px;
    margin-right: 5px;
    box-shadow: #ccc 1.5px 1.5px 3px;
}

@media (max-width:550px) {
    .nav {
        background-color: #fff;
        margin-top: 6px;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        border-radius: 0 0 5pt 5pt;
    }

    .user {
        display: none;
    }

    .pic {
        width: 165px;
    }

    .but-body {
        line-height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-nav {
        background: #fff;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        border-radius: 0 0 5pt 5pt;
    }

    #con-body div a img {
        width: 100%;
    }
}

.btn {
    padding: 6px 12px;
}

.navbar-nav {
    flex-direction: unset;
}

#toolbar {
    background-color: #5cb699;
    position: relative;
    max-height: 40px;
    z-index: 4;
    top: 44px;
    padding: 0px 16px;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
    text-align: right;
}

    #toolbar a {
        color: #fff;
    }

        #toolbar a:hover {
            color: #dcf4ea;
        }

.fa-2x {
    font-size: 1.5rem;
}

.con-tit {
    vertical-align: middle;
    line-height: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: 10px;
}

#con-body {
    border-radius: 6px;
    vertical-align: middle;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
}

    #con-body a {
        color: #505050
    }

    #con-body ul li {
        line-height: 35px;
        border-bottom-width: inherit;
        color: #B6B823;
    }

        #con-body ul li > a:hover {
            color: #B6B823;
        }

.table-tit {
    text-align: center;
    font-weight: 600;
}

#news tr td {
    cursor: pointer;
}

#news tr:hover {
    background-color: #dcf4ea;
}

*

.but-tit {
    vertical-align: middle;
    line-height: 20px;
    color: #E88620;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    border-radius: 6px;
}

.but-body ul li {
    padding-bottom: 5px;
    border-bottom-width: inherit;
    color: #E88620;
}

.but-body a {
    color: #505050;
    font-weight: 600;
}

    .but-body a > div:hover {
        border: #E88620 .5px solid;
        padding: 3px;
        border-radius: 5px;
        background-color: #faf0e6;
    }

.pic {
    position: absolute;
    z-index: 1001;
    bottom: 22px;
    right: 0;
}

#footer {
    height: 25px;
    margin-bottom: 0rem;
    background-color: #5cb699;
    min-width: 100%;
    font-size: 0.85rem;
    color: #fff;
    text-align: center;
    line-height: 25px;
}




/*2023 ciao*/
body {
    font-size: 1.1rem !important;
}

.text-primary {
    color: royalblue !important;
}

.btn2 {
    font-weight: bolder;
    height: 30px;
    padding-top: 2px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    font-size: 1.05rem;
    white-space: nowrap;
}

    .btn2:hover {
        opacity: 0.75;
    }

.btn-tool {
    background: #eee;
    border: 1px solid #999;
    margin: 3px auto;
}

.btn-opt {
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background: #1a7482;
    height: 30px;
    padding: 7px 10px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.fa-caret-down:before {
    content: "..." !important;
}

#regContent #patientList {
    height: 200px;
    max-height: 200px;
    overflow-y: unset;
}

#regContent #left-side {
    width: 80%;
}

#regContent #right-side {
    width: 20%;
    padding: 0 10px;
}

#reg-opt {
    margin-top: 7px;
}

#right-side select {
    width: 70%;
}

#reg-search {
    margin-right: 30px;
}

@media (max-width: 1366px) {
    #regContent #left-side {
        width: 75%;
    }

    #regContent #right-side {
        width: 25%;
    }

    #regContent #patientList {
        max-height: 150px;
    }

    #right-side select {
        width: 65%;
    }
}

@media (max-width: 1024px) {
    #reg-opt {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    #regContent #patientList {
        max-height: 150px;
    }

    .btn {
        padding-right: 4px;
        padding-left: 4px;
    }

    #right-side select {
        width: 60%;
    }

    .form-team {
        margin-right: 5px !important;
    }


    /*other*/
    .part1 {
        width: 25%;
    }

    .part2 {
        width: 72%;
    }

    .part3 {
        width: 50%;
    }

    .part4 {
        width: 50%;
    }

    .form-title {
        width: 50px;
    }

    .form-text input {
        width: 110px !important;
    }

    .form-text select {
        width: 110px !important;
    }
}

#regTool ul li a,
#diagTab li a,
#patientTab li a,
#ProcessTab li a,
#ICtab li a {
    background: #eee;
    border: 1px solid #ccc;
    color: #222;
    margin: auto 2px;
    font-weight: bolder;
    padding: 4px 6px;
}

    #regTool ul li a:hover,
    #diagTab li a:hover,
    #patientTab li a:hover,
    #ProcessTab li a:hover,
    #ICtab li a:hover {
        background: #66C0A5;
        color: #fff !important;
    }

    #regTool ul li a.active,
    #diagTab li a.active,
    #patientTab li a.active,
    #ProcessTab li a.active,
    #ICtab li a.active {
        border: 1px solid #1a7482;
        background: #1A7482;
        color: #fff !important;
    }

#regTool label {
    margin-bottom: 0;
}

.form-card {
    border-radius: 3px;
    padding: 6px 0;
    display: flex;
    align-items: center;
}

#typelist option {
    line-height: 1;
    font-size: 16px;
}

.form-control2 {
    height: 32px;
    border-color: #999;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 3px;
    font-size: 1rem;
}

.form-team {
    margin-right: 5px;
    padding-left: 2px;
}

@media(max-width: 1024px) {
    .form-team {
        padding-left: 0;
    }

    #ICtab li a {
        padding: 4px 0px;
    }
}
/*2025 ciao*/
.green-thead {
    color: white;
    background-color: #5cb699;
    position: sticky;
    top: 0;
}

/*other*/
.form-title {
    width: 100px;
    text-align: right;
}

.form-text {
    width: 130px;
}

.part1 {
    width: 28%;
    float: left;
}

.part2 {
    width: 70%;
}

.part3 {
    width: 50%;
    float: left;
}

.part4 {
    width: 50%;
}

/*滿版彈窗*/
.mod-full {
}

/*主功能選單*/

#t1 li, #t2 li, #t3 li, #t4 li, #t5 li, #t6 li, #t7 li {
    cursor: pointer;
    margin: 3px;
    border: 1px solid #fff;
    padding: 3px;
    background: #fff !important;
    color: #999;
    font-weight: 600;
}

    #t1 li a, #t2 li a, #t3 li a, #t4 li a, #t5 li a, #t6 li a, #t7 li a, #t1 li span, #t2 li span, #t3 li span, #t4 li span, #t5 li span, #t6 li span, #t7 li span {
        color: #000;
        /*font-weight: 600;*/
    }

        #t1 li span.menuexit, #t2 li span.menuexit, #t3 li span.menuexit, #t4 li span.menuexit, #t5 li span.menuexit, #t6 li span.menuexit, #t7 li span.menuexit {
            color: rgb(209, 0, 0);
        }

    #t1 li:hover, #t2 li:hover, #t3 li:hover, #t4 li:hover, #t5 li:hover, #t6 li:hover, #t7 li:hover {
        border: 1px solid #E88620;
        border-radius: 5px;
        background-color: #faf0e6 !important;
        font-weight: bolder;
    }

        #t1 li:hover a, #t2 li:hover a, #t3 li:hover a, #t4 li:hover a, #t5 li:hover a, #t6 li:hover a, #t7 li:hover a, #t1 li:hover span, #t2 li:hover span, #t3 li:hover span, #t4 li:hover span, #t5 li:hover span, #t6 li:hover span, #t7 li:hover span {
            font-weight: bolder;
        }

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

@media(max-width: 1480px) {
    #ever-modal1 .modal-content {
        max-height: 700px;
    }
}

#modalPDF .modal-full > .modal-content {
    max-height: 95vh;
}

.select-box {
    position: relative;
}

    .select-box::after {
        content: "⌄";
        font-weight: bold;
        position: absolute;
        height: 100%;
        width: 1em;
        top: 0;
        right: 0;
        line-height: 1em;
    }

    .select-box .select-input {
        width: 100%;
        line-height: 20px;
        border: 1px solid #d6d6d6;
        margin: 0;
    }

        .select-box .select-input:not([disabled]) {
            cursor: pointer;
        }

    .select-box .options-box {
        width: 100%;
        position: absolute;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(2em * 9);
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        z-index: 9;
        padding: 0;
        list-style-type: none;
    }

        .select-box .options-box li {
            --h: 2em;
            cursor: pointer;
            color: rgba(34, 34, 34, 1);
            line-height: var(--h);
            height: var(--h);
            background: rgba(255, 255, 255, 1);
            padding: 0 0.5em;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .select-box .options-box li:hover {
                color: rgb(0, 0, 0);
                background: rgb(224, 224, 224);
            }

            .select-box .options-box li.active {
                background-color: rgba(247, 247, 247, 1);
                color: rgb(26, 118, 132)
            }

/*EVER-CSS整合CSS區塊*/

/* A */
.Alignitems-center,
.AlignItems-Center {
    align-items: center;
}
.AlignItems-FlexEnd {
    align-items: flex-end;
}

/* B */
.BackgroundColor-1A7482 {
    background-color: #1A7482;
}
.BackgroundColor-4BA1C2 {
    background-color: #4BA1C2;
}
.BackgroundColor-5cb699 {
    background: #5cb699;
}
.BackgroundColor-8CC0DE {
    background-color: #8CC0DE;
}
.BackgroundColor-7D9D9C {
    background-color: #7D9D9C;
}
.BackgroundColor-B08FB7 {
    background-color: #b08fb7;
}
.BackgroundColor-CCDDFF {
    background: #CCDDFF;
}
.BackgroundColor-CCEEBC {
    background-color: #CCEEBC;
}
.BackgroundColor-D4E2D4 {
    background-color: #D4E2D4;
}
.BackgroundColor-D8E6F8 {
    background: #d8e6f8
}
.BackgroundColor-DBC4F0 {
    background-color: #DBC4F0;
}
.bg-ddedf3,
.BackgroundColor-ddedf3 {
    background: #ddedf3;
}
.BackgroundColor-DDD8F8 {
    background: #ddd8f8;
}
.bg-e5f3ed,
.BackgroundColor-e5f3ed {
    background: #e5f3ed;
}
.bg-e6e3f0,
.BackgroundColor-e6e3f0 {
    background: #e6e3f0;
}
.BackgroundColor-E6FFCC {
    background-color: #e6ffcc;
}
.BackgroundColor-E89C40 {
    background-color: #e89c40;
}
.BackgroundColor-E995A9 {
    background-color: #e995a9;
}
.BackgroundColor-EEEEEE {
    background-color: #EEEEEE;
}
.BackgroundColor-F1F1F1 {
    background: #f1f1f1;
}
.BackgroundColor-FFDDAA {
    background: #FFDDAA;
}
.BackgroundColor-f3e7f5 {
    background: #f3e7f5;
}
.BackgroundColor-F3F2F2 {
    background-color: #f3f2f2;
}
.BackgroundColor-f3f3f3 {
    background: #f3f3f3
}
.bg-f7e7e7,
.BackgroundColor-f7e7e7 {
    background: #f7e7e7;
}
.BackgroundColor-F8D8DD {
    background: #f8d8dd;
}
.BackgroundColor-FAF0D7 {
    background-color: #FAF0D7;
}
.BackgroundColor-FFC107 {
    background-color: #ffc107;
}
.BackgroundColor-FFCACC {
    background-color: #FFCACC;
}
.BackgroundColor-FAFAD2 {
    background-color: #fafad2;
}
.BackgroundColor-FFD9C0 {
    background-color: #FFD9C0;
}
.BackgroundColor-FFECE7 {
    background-color: #ffece7;
}
.BackgroundColor-FFEEBB {
    background-color: #ffeebb;
}
.BackgroundColor-FFEECC {
    background-color: #FFEECC;
}
.BackgroundColor-FFECE7 {
    background-color: #ffece7;
}
.BackgroundColor-FFFFCC,
.BackgroundColor-Rgb255255204 {
    background-color: #FFFFCC;
}

.BackgroundColor-Gainsboro {
    background-color: Gainsboro
}
.BackgroundColor-Lemonchiffon {
    background: lemonchiffon
}
.bg-lightblue,
.BackgroundColor-Lightblue {
    background-color: lightblue;
}
.BackgroundColor-Lightyellow {
    background-color: lightyellow;
}
.BackgroundColor-Linen {
    background: linen;
}
.BackgroundColor-Rgb929292 {
    background-color: rgb(92, 92, 92);
}
.BackgroundColor-White {
    background-color: white;
}
.BackgroundColor-Yellow {
    background-color: yellow;
}
.BorderColor-CCCCCC {
    border-color: #ccc;
}
.Border-Groove {
    border: groove;
}
.Border-None {
    border: none;
}
.BorderRadius-3px {
    border-radius: 3px;
}
.BorderRadius-5px {
    border-radius: 5px;
}
.BorderStyle-Inset {
    border-style: inset;
}
.BorderStyle-Solid {
    border-style: solid;
}
.BorderWidth-1px {
    border-width: 1px;
}
.BorderWidth-2px {
    border-width: 2px;
}

/* C */
.Color-007bff {
    color: #007bff;
}
.color-1A7482,
.Color-1A7482 {
    color: #1A7482;
}
.Color-156a77 {
    color: #156a77;
}
.Color-5CB699 {
    color: #5cb699;
}
.Color-B08FB7 {
    color: #b08fb7;
}
.Color-Ea2935 {
    color: #ea2935;
}
.ColorBlack,
.Color-Black {
    color: black;
}
.ColorBlue,
.Color-Blue {
    color: blue;
}
.ColorBrown,
.Color-Brown {
    color: brown;
}
.Color-Coral {
    color: coral;
}
.ColorDarkblue,
.Color-Darkblue {
    color: darkblue;
}
.Color-DC3545 {
    color: #dc3545;
}
.Color-fff {
    color: #fff;
}
.ColorFuchsia,
.Color-Fuchsia {
    color: fuchsia
}
.ColorGreen,
.Color-Green {
    color: green;
}
.Color-Purple {
    color: purple;
}
.ColorRed,
.Color-Red {
    color: red;
}
.ColorWhite,
.Color-White {
    color: white;
}
.Cursor-Default {
    cursor: default;
}
.Cursor-Move {
    cursor: move;
}
.Cursor-Pointer {
    cursor: pointer;
}
/* D */
.Display-Flex {
    display: flex;
}
.Display-Grid {
    display: grid;
}
.Display-Inline {
    display: inline;
}
.Display-inline-block,
.Display-InlineBlock {
    display: inline-block;
}
/* 隱藏 */
.hidden,
.Display-None {
    display: none;
}

/* F */
.Flexdirection-column,
.FlexDirection-Column {
    flex-direction: column;
}
.FlexDirection-Unset {
    flex-direction: unset;
}
.FlexDirection-Row {
    flex-direction: row;
}
.Flexwrap-wrap,
.FlexWrap-Wrap {
    flex-wrap: wrap;
}
.Float-Right {
    float: right;
}
.FontFamily-標楷體 {
    font-family: 標楷體;
}
.FontSize-0_9rem {
    font-size: 0.9rem;
}
.FontSize-12,
.FontSize-12px {
    font-size: 12px;
}
.FontSize-14,
.FontSize-14px {
    font-size: 14px;
}
.FontSize-16px {
    font-size: 16px;
}
.FontSize-18px {
    font-size: 18px;
}
.FontSize-20px {
    font-size: 20px
}
.FontSize-22px {
    font-size: 22px
}
.FontSize-24,
.FontSize-24px {
    font-size: 24px;
}
.FontSize-1_25em {
    font-size: 1.25em;
}
.FontSize-1_5em {
    font-size: 1.5em;
}
.FontSize-1_75em {
    font-size: 1.75em;
}
.FontSize-2em {
    font-size: 2em;
}
.FontSize-0_8rem {
    font-size: 0.8rem;
}
.FontSize-1rem {
    font-size: 1rem;
}
.FontSize-1_05rem {
    font-size: 1.05rem;
}
.FontSize-1_2rem {
    font-size: 1.2rem;
}
.FontSize-1_25rem {
    font-size: 1.25rem;
}
.FontSize-1_3rem {
    font-size: 1.3rem;
}
.FontSize-1_6rem {
    font-size: 1.6rem;
}
.FontSize-Unset {
    font-size: unset;
}
.FontStyle-italic,
.FontStyle-Italic {
    font-style: italic;
}
.FontWeight-500 {
    font-weight: 500;
}
.FontWeight-600 {
    font-weight: 600;
}
.FontBlod,
.FontWeight-Bold {
    font-weight: bold;
}
.FontWeight-Bolder {
    font-weight: bolder;
}

/* H */
.Height-fitcontent,
.Height-FitContent {
    height: fit-content;
}
.Height-Auto {
    height: auto;
}
.Height-calc,
.Height-Calc2_25rem2px {
    height: calc(2.25rem + 2px);
}
.Height-Calc100vh40px40px {
    height: calc(100vh - 40px - 40px);
}
.Height-90 {
    height: 90%
}
.Height-100 {
    height: 100%;
}
.Height-1_5em {
    height: 1.5em;
}
.Height-9vh {
    height: 9vh;
}
.Height-10vh {
    height: 10vh;
}
.Height-14vh {
    height: 14vh;
}
.Height-15vh {
    height: 15vh;
}
.Height-16vh {
    height: 16vh;
}
.Height-18vh {
    height: 18vh;
}
.Height-19vh {
    height: 19vh;
}
.Height-25vh {
    height: 25vh;
}
.Height-27vh {
    height: 27vh;
}
.Height-28vh {
    height: 28vh;
}
.Height-30vh {
    height: 30vh;
}
.Height-32vh {
    height: 32vh;
}
.Height-38vh {
    height: 38vh;
}
.Height-40vh {
    height: 40vh;
}
.Height-45vh {
    height: 45vh;
}
.Height-55vh {
    height: 55vh;
}
.Height-60vh {
    height: 60vh;
}
.Height-65vh {
    height: 65vh;
}
.Height-70vh {
    height: 70vh;
}
.Height-72vh {
    height: 72vh;
}
.Height-74vh {
    height: 74vh;
}
.Height-75vh {
    height: 75vh;
}
.Height-80vh {
    height: 80vh;
}
.Height-85vh {
    height: 85vh
}
.Height-100vh {
    height: 100vh
}
.Height-10px {
    height: 10px;
}
.Height-25px {
    height: 25px;
}
.Height-30px {
    height: 30px;
}
.Height-40px {
    height: 40px;
}
.Height-130px {
    height: 130px;
}
.Height-150px {
    height: 150px;
}
.Height-200px {
    height: 200px;
}
.Height-250px {
    height: 250px;
}
.Height-300px {
    height: 300px;
}
.Height-325px {
    height: 325px;
}
.Height-350px {
    height: 350px;
}
.Height-400px {
    height: 400px;
}
.Height-450px {
    height: 450px;
}
.Height-500px {
    height: 500px;
}
.Height-1000px {
    height: 1000px;
}

/* J */
.Justifycontent-center,
.JustifyContent-Center {
    justify-content: center;
}
.JustifyContent-FlexEnd {
    justify-content: flex-end;
}
.JustifyContent-FlexStart {
    justify-content: flex-start;
}
.JustifyContent-SpaceAround {
    justify-content: space-around;
}
.JustifyContent-SpaceBetween {
    justify-content: space-between;
}
.JustifySelf-End {
    justify-self: end
}

/* L */
.Left-0 {
    left: 0;
}
.LineHeight-1rem {
    line-height: 1rem;
}
.Lineheight-1_8rem,
.LineHeight-1_8rem {
    line-height: 1.8rem;
}
.LineHeight-30px {
    line-height: 30px;
}

/* M */
.MarginBottom-0px {
    margin-bottom: 0px;
}
.MarginBottom-83px {
    margin-bottom: 83px;
}
.Marginleft-1px,
.MarginLeft-1px {
    margin-left: 1px;
}
.MarginLeft-5px {
    margin-left: 5px;
}
.MarginLeft-10px {
    margin-left: 10px;
}
.MarginLeft-14px {
    margin-left: 14px;
}
.MarginLeft-Auto {
    margin-left: auto;
}
.Margin-0Auto {
    margin: 0 auto;
}
.MarginTop-0 {
    margin-top: 0;
}
.MarginTop-0px {
    margin-top: 0px;
}
.MarginTop-10px {
    margin-top: 10px;
}
.MarginTop-12px {
    margin-top: 12px;
}
.MarginTop-15px {
    margin-top: 15px;
}
.MarginTop-40px {
    margin-top: 40px;
}
.MarginTop-1_5em {
    margin-top: 1.5em;
}
.MarginTop-Unset {
    margin-top: unset;
}
.MaxHeight-1_5em {
    max-height: 1.5em;
}
.MaxHeight-32px {
    max-height: 32px;
}
.MaxHeight-150px {
    max-height: 150px;
}
.MaxHeight-250px {
    max-height: 250px;
}
.MaxHeight-300px {
    max-height: 300px;
}
.MaxHeight-400px {
    max-height: 400px;
}
.MaxHeight-475px {
    max-height: 475px;
}
.MaxHeight-450px {
    max-height: 450px;
}
.MaxHeight-500px {
    max-height: 500px;
}
.MaxHeight-25vh {
    max-height: 25vh
}
.MaxHeight-60vh {
    max-height: 60vh
}
.MaxHeight-80vh {
    max-height: 80vh
}
.MaxHeight-87vh {
    max-height: 87vh
}
.MaxWidth-10 {
    max-width: 10%;
}
.MaxWidth-20 {
    max-width: 20%;
}
.MaxWidth-30 {
    max-width: 30%;
}
.MaxWidth-100 {
    max-width: 100%;
}
.MaxWidth-1_5em {
    max-width: 1.5em;
}
.MaxWidth-2em {
    max-width: 2em;
}
.MaxWidth-7em {
    max-width: 7em;
}
.MaxWidth-150px {
    max-width: 150px;
}
.MaxWidth-190px {
    max-width: 190px;
}
.MaxWidth-600px {
    max-width: 600px;
}
.MaxWidth-1000px {
    max-width: 1000px;
}
.MaxWidth-1080px {
    max-width: 1080px;
}
.MaxWidth-1280px {
    max-width: 1280px;
}
.MaxWidth-1440px {
    max-width: 1440px;
}
.MinHeight-60px {
    min-height: 60px;
}
.MinHeight-70px {
    min-height: 70px;
}
.MinHeight-85px {
    min-height: 85px;
}
.MinHeight-100px {
    min-height: 100px;
}
.MinHeight-135px {
    min-height: 135px;
}
.MinHeight-200px {
    min-height: 200px;
}
.MinHeight-250px {
    min-height: 250px;
}
.MinHeight-260px {
    min-height: 260px;
}
.MinHeight-300px {
    min-height: 300px;
}

.MinHeight-20rem {
    min-height: 20rem
}
.MinHeight-25vh {
    min-height: 25vh;
}
.MinWidth-4em {
    min-width: 4em;
}
.MinWidth-185px {
    min-width: 185px;
}
.MinWidth-25vh {
    min-width: 25vh;
}
.MinWidth-80vw {
    min-width: 80vw;
}
.MinWidth-90vw {
    min-width: 90vw;
}

/* O */
.Overflow-Auto {
    overflow: auto;
}
.Overflow-Hidden {
    overflow: hidden;
}
.OverflowX-Auto {
    overflow-x: auto;
}
.OverflowX-Hidden {
    overflow-x: hidden;
}
.OverflowX-Scroll {
    overflow-x: scroll
}
.OverflowY-Auto {
    overflow-y: auto;
}
.OverflowY-Hidden {
    overflow-y: hidden;
}
.OverflowY-Scroll {
    overflow-y: scroll;
}

/* P */
.Padding-0px {
    padding: 0px;
}
.Padding-2px {
    padding: 2px;
}
.Padding-5px {
    padding: 5px;
}
.PaddingLeft-2_5px {
    padding-left: 2.5px
}
.PaddingLeft-10px {
    padding-left: 10px;
}
.PaddingRight-10 {
    padding-right: 10%
}
.PaddingRight-3em {
    padding-right: 3em;
}
.PaddingRight-2_5px {
    padding-right: 2.5px
}
.PaddingTop-0 {
    padding-top: 0;
}
.Pointerevents-none,
.PointerEvents-None {
    pointer-events: none;
}
.Position-Absolute {
    position: absolute;
}
.Position-Relative {
    position: relative;
}
.Position-Sticky {
    position: sticky
}

/* R */
.Resize-None {
    resize: none;
}
.Right-0 {
    right: 0
}
.Right-35 {
    right: 35%;
}

/* T */
.TableLayout-Auto {
    table-layout: auto;
}
/*TableScroll*/
/*Chrome/Edage*/
.TableScrollbar-Display-None th::-webkit-scrollbar,
.TableScrollbar-Display-None td::-webkit-scrollbar {
    display: none;
}
/*IE*/
.TableScrollbar-Display-None th,
.TableScrollbar-Display-None td {
    -ms-overflow-style: none;
}
/*FrieFox*/
.TableScrollbar-Display-None th,
.TableScrollbar-Display-None td {
    scrollbar-width: none;
}
.TextAlign-Center {
    text-align: center;
}
.TextAlign-Justify {
    text-align: justify;
}
.TextAlign-Left {
    text-align: left;
}
.TextAlign-Right {
    text-align: right;
}
.TextDecoration-Underline {
    text-decoration: underline
}
.TextOverflow-Ellipsis {
    text-overflow: ellipsis
}
.Top-0 {
    top: 0;
}
.Top-10vh {
    top: 10vh;
}
.Transition-0_5s {
    transition: 0.5s;
}
/* V */
.VerticalAlign-Middle {
    vertical-align: middle;
}
.Visibility-Hidden {
    visibility: hidden;
}

/* W */
.WhiteSpace-Nowrap {
    white-space: nowrap;
}
.WhiteSpace-PreWrap {
    white-space: pre-wrap;
}
.Width-Auto {
    width: auto;
}
.Width-1 {
    width: 1%;
}
.Width-2 {
    width: 2%;
}
.Width-3 {
    width: 3%;
}
.Width-5 {
    width: 5%;
}
.Width-7 {
    width: 7%;
}
.Width-8 {
    width: 8%;
}
.Width-9 {
    width: 9%;
}
.Width-10 {
    width: 10%;
}
.Width-12 {
    width: 12%;
}
.Width-15 {
    width: 15%;
}
.Width-16 {
    width: 16%;
}
.Width-20 {
    width: 20%;
}
.Width-25 {
    width: 25%;
}
.Width-30 {
    width: 30%;
}
.Width-35 {
    width: 35%;
}
.Width-36 {
    width: 36%;
}
.Width-40 {
    width: 40%;
}
.Width-45 {
    width: 45%;
}
.Width-50 {
    width: 50%;
}
.Width-60 {
    width: 60%;
}
.Width-64 {
    width: 64%;
}
.Width-70 {
    width: 70%;
}
.Width-75 {
    width: 75%;
}
.Width-80 {
    width: 80%;
}
.Width-100 {
    width: 100%;
}
.Width-20px {
    width: 20px;
}
.Width-30px {
    width: 30px;
}
.Width-40px {
    width: 40px;
}
.Width-50px {
    width: 50px;
}
.Width-60px {
    width: 60px;
}
.Width-70px {
    width: 70px;
}
.Width-80px {
    width: 80px;
}
.Width-87px {
    width: 87px;
}
.Width-90px {
    width: 90px;
}
.Width-100px {
    width: 100px;
}
.Width-110px {
    width: 110px;
}
.Width-120px {
    width: 120px;
}
.Width-140px {
    width: 140px;
}
.Width-160px {
    width: 160px;
}
.Width-180px {
    width: 180px;
}
.Width-185px {
    width: 185px;
}
.Width-200px {
    width: 200px;
}
.Width-220px {
    width: 220px;
}
.Width-240px {
    width: 240px;
}
.Width-250px {
    width: 250px;
}
.Width-260px {
    width: 260px;
}
.Width-270px {
    width: 270px;
}
.Width-300px {
    width: 300px;
}
.Width-340px {
    width: 340px;
}
.Width-400px {
    width: 400px;
}
.Width-580px {
    width: 580px;
}
.Width-600px {
    width: 600px;
}
.Width-980px {
    width: 980px;
}
.Width-1000px {
    width: 1000px;
}
.Width-1280px {
    width: 1280px;
}
.Width-1_5em {
    width: 1.5em;
}
.Width-2em {
    width: 2em;
}
.Width-2_5em {
    width: 2.5em;
}
.Width-3em {
    width: 3em;
}
.Width-5em {
    width: 5em;
}
.Width-6em {
    width: 6em;
}
.Width-10em {
    width: 10em;
}
.Width-25em {
    width: 25em;
}
.Width-90vw {
    width: 90vw;
}
/* Z */
.ZIndex-1 {
    z-index: 1;
}
.ZIndex-2 {
    z-index: 2;
}