html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #EEEEEE;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

img:hover {
    cursor: zoom-in;
}

.pointer {
    cursor: pointer;
}

.table {
    vertical-align: middle;
}

/*³æ«ö¶s*/
.btm-sg-DBlue {
    background-color: white;
    border: 2px solid #2b62d0;
    border-color: #2b62d0;
    color: #2b62d0;
    padding: 2px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 3px 3px #a5bbce;
}

body {
    /* border: solid 1px black; */

    box-sizing: border-box;
    /*font-family: '·L³n¥¿¶ÂÅé', Arial, Helvetica, sans-serif;*/
    font-weight: 500;
    font-size: 16px;
    color: #313131;
}

html,
body {
    margin: 0;
    padding: 0;
}

.login_title {
    display: inline-block;
    left: 2rem;
    top: 4rem;
    position: absolute;
}

.log_bg {
    position: relative;
}

.box1 {
    width: 40%;
    height: 100vh;
    background-color: white;
    float: right;
}

h1 {
    display: inline-block;
}

nav {
    background-color: #1D5B8E;
}

.login_context {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin: 2rem;
    margin-top: 10px;
    width: 50%;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
}

.form__field {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    outline: 0;
    font-size: 16px;
    color: #000;
    padding: 7px 0;
    background: transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

    .form__field::-webkit-input-placeholder {
        color: transparent;
    }

    .form__field:-ms-input-placeholder {
        color: transparent;
    }

    .form__field::-ms-input-placeholder {
        color: transparent;
    }

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 16px;
        font-weight: 600;
        cursor: text;
        top: 26px;
    }

.form__label {
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 1rem;
    color: #CCCCCC;
    font-weight: 600;
}

.form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-bottom: 2px solid #69aee6;
    border-image-slice: 2;
}

    .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        display: block;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        font-size: 1rem;
        color: #69aee6;
        font-weight: 700;
    }

.form__field:required, .form__field:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login_icon {
    margin-bottom: 20px;
}

.login.btn-primary {
    padding: 4px 110px !important;
    border-radius: 8px;
    background-color: #FFF795 !important;
    color: #19537B !important;
    border: 0 !important;
    margin-top: 1rem;
}

.btn.btn-primary {
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(99, 164, 249, 0.281) !important;
}

.btn-primary:hover {
    background-color: #3a8dd0 !important;
    color: #fff !important;
}

.title {
    color: #5077BF;
    font-weight: bold;
}

.effect-1 {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-bottom: 1px solid rgb(208, 208, 208);
    width: 100%;
}

.form__group {
    width: 100% !important;
    margin-left: 0;
}

.effect-17:focus {
    outline: none;
}

.effect-17 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #69aee6;
    transition: 0.4s;
}

.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

.effect-17 ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-17:focus ~ label,
.has-content.effect-17 ~ label {
    top: -16px;
    font-size: 12px;
    color: #69aee6;
    transition: 0.3s;
}

input[type="text"], input[type="password"] {
    font: 15px/24px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.effect-17 {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.form__group {
    float: left;
    width: 100% !important;
    margin: 40px 3px;
    position: relative;
}

    .form__group label {
        text-align: left;
    }

/* -------header--- */
.header_img {
    background-image: url(../images/header_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

    .header_img,
    .header_img > div {
        height: 7rem;
    }

.nav-link {
    color: #fff !important;
    left: 5rem;
    margin-right: 1rem;
}

.dropdown-item:hover {
    background-color: #fdf8bc80 !important;
    color: #1D5B8E !important;
}

.dropdown-item {
    border-bottom: 1px dashed #d7d7d7 !important;
}

.nav-link:hover {
    background-color: #FFF795;
    color: #1D5B8E !important;
    border-radius: 8px;
}

.nav-link {
    border-radius: 8px;
}

.btn-outline-success {
    background-color: #FFF795 !important;
    border-radius: 8px;
    border: 0;
    padding: 5px 22px !important;
    color: #1D5B8E !important;
}

.user_a {
    margin-right: 1rem;
    padding: 5px;
    color: #fff;
}

.navbar-toggler {
    color: rgba(84, 201, 255, 0.5) !important;
}

/* ---page---- */
.whiteboard {
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 16%);
    border-radius: 8px;
}

.formBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}

    .formBox.cmd {
        display: block;
    }

.btnGroup {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3px 0px;
}

    .btnGroup.index {
        justify-content: flex-start;
    }

@media screen and (min-width: 768px) {
    .btnGroup:not(.cmd) {
        justify-content: flex-end;
    }

    .btnGroup.index {
        justify-content: flex-start;
    }
}

.form-control_blue {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #a7a7a783;
}

.btn {
    cursor: pointer;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(239, 255, 91, 0.281) !important;
}

.btnBlue {
    cursor: pointer;
    border-radius: 4px;
    padding: 5px 22px;
    border: 0px;
    background-color: #2571AF;
    color: #fff;
    margin: 1px 1px;
}

    .btnBlue:hover {
        background-color: #3a8dd0;
        color: #fff;
    }

    .btnBlue.Selected {
        background-color: #004074;
    }

    .btnBlue.collapsed {
        background-color: #004074;
    }

    .btnBlue .IsError {
        font-weight: bold;
    }

.tableBox {
    padding: 0 1rem;
}

    .tableBox thead tr {
        background-color: #6bb0e8 !important;
        color: #fff;
    }

.table_color tr:nth-of-type(even) {
    background-color: #fff;
}

.table_color tr:nth-of-type(odd) {
    background-color: #bce1ff36;
}

.inputTable {
    width: 100%;
    display: inline-block;
    padding: 20px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .inputTable {
        width: calc(100% / 3);
    }
}

.inputTable.cmd {
    margin: auto;
}

.labelText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100px;
    text-align: right;
    color: #194e79;
    margin-right: 32px;
    white-space: nowrap;
}

.inputText {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #a7a7a783;
}

.form-check-input {
    margin-left: 32px;
}

/* --------page3------ */
.bg-indigo {
    background-color: #051d52 !important;
}

.bg-grey {
    background-color: #EEEEEE !important;
}

.white-title.table {
    color: #fff !important;
}

.border-primary-Blue {
    border-color: #49adff !important;
}

.table-hover tbody tr:hover td {
    background: aqua;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown a:focus {
    border-bottom: 2px dashed rgba(84, 201, 255, 0.5) !important;
}

.dropdown-submenu {
    margin-left: 12px;
    margin-top: 5px;
    position: static;
}

.nested-dropdown-menu li {
    position: relative;
}

@media (min-width: 992px) {
    .dropdown-menu > li:hover > .dropdown-submenu, .dropdown-submenu:hover {
        display: block;
    }

    .dropdown-submenu {
        position: absolute;
    }

        .dropdown-submenu, .dropdown-submenu[data-bs-popper] {
            left: 100%;
            margin-left: 0;
            margin-top: 0;
            top: -7px;
        }

            .dropdown-submenu.show {
                display: none;
            }
}
