﻿@import url(vendor/reset.css);
@import url(vendor/bootstrap.css);
@import url(vendor/skin.css);
html, body {
  width: 100%; }

body {
  font-family: Microsoft JhengHei; }
  body a:hover, body a:focus {
    text-decoration: none !important; }
    body .background-top {
        background-image: linear-gradient(to right,rgb(217,217,217), rgb(217,217,217));
        height: 50%;
        width: 100%;
        position: absolute;
    }
    body .background-down {
        background-image: linear-gradient(to bottom, rgb(242,242,242), rgb(242,242,242));
        height: 50%;
        width: 100%;
        position: absolute;
        bottom: 0px;
    }
  body .container {
    height: 100%;
    position: absolute;
    margin: 0 auto;
    width: 100%; }
.container .login {
    position: relative;
    background-color: #00bab5;
    left: 0;
    top: calc(50% - 223px);
    border-radius: 25px;
    border: 2px solid rgba(255,255,255,.3);
    padding: 70px 75px 36px 0px;
    width: 450px;
    margin: 0 auto;
    color: white;
}
    body .container .slideshow-bg {
        position: absolute;
        left: 0;
        top: calc(50% - 275px);
        background: url(../../images/login-bg.jpg) no-repeat center center;
        background-size: cover;
        padding-bottom: 30px;
        padding-right: 75px;
        width: 100%;
        margin: 0 auto;
        height: 430px;
    }
.input-group {
    border: 1px solid rgba(255,255,255,1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 9px;
}

.input-group-addon {
    background-color: transparent;
    border: none;
    font-size: 27px;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}

.form-control {
    background-color: transparent;
    border: none;
    color: #fff;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.form-control.input-lg {
    font-size: 14px;
}

body .container .login .input-data {
    margin: 0 auto;
    margin-top: 50px;
}
body .container .login .logo {
    position: relative;
    left: 185px;
    top: -17px;
    background: url(../../images/logo.png) no-repeat left center;
    background-size: contain;
    width: 425px;
    height: 62px;
}
        body .container .login .system-name {
            position: absolute;
            left: 61px;
            top: 56px;
            width: 350px;
            height: 35px;
        }
      body .container .login form {
        width: 530px; }
.container .login .system-name p {
    position: relative;
    font-size: 28px;
    color: white;
    margin-bottom: 0px;
    top: 78px;
    left: 62px;
    font-weight: bold;
}
body .container .login .btn-area {
    text-align: center;
    margin-top: 9px;
}
body .container .login .button {
    width: 386px;
    height: 43px;
    font-size: 16px;
    color: white;
    border-left: 0px;
    background: rgb(127, 127, 127);
    border: none;
    margin-top: 28px;
    font-family: Microsoft JhengHei;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.g-recaptcha {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    max-width: 380px;
}

body .container .login .button:hover {
    background-color: rgb(64, 64, 64);
}
      body .container .login .input-data {
        font-size: 15px;
        color: #006B92;
        font-weight: bold; }
        body .container .login .input-data tbody td {
            padding-bottom: 5px;
            padding-right: 0;
            font-size: 20px;
            vertical-align: middle;
            position: relative;
            color: white;
        }
          body .container .login .input-data tbody td .btn-group {
            padding-bottom: 8px;
            padding-top: 7px; }
            body .container .login .input-data tbody td .btn-group .btn {
              background: white; }
              body .container .login .input-data tbody td .btn-group .btn.btn-color:hover {
                background: white; }
            body .container .login .input-data tbody td .btn-group .dropdown-toggle {
              background: white;
              margin-top: 0px; }
              body .container .login .input-data tbody td .btn-group .dropdown-toggle.btn-color:hover {
                background: white; }
        body .container .login .input-data tbody input {
            height: 35px;
            margin-top: 0;
            margin-bottom: 0;
            width: 312px;
            background: white;
            border: none;
            color: black;
            border-radius: 0 5px 5px 0;
            padding-right: 8px;
        }
        body .container .login .input-data tbody #CaptchaInputText {
            border-radius: 5px;
            width: 230px;
            position: absolute;
            top: 0px;
            background: white;
            color: black;
            left: 0px;
        }
        body .container .login .input-data tbody #CaptchaImage {
            height: 43px;
            position: absolute;
            right: 0px;
            top: 0px;
        }
        body .container .login .input-data tbody td a {
            width: 28px;
            height: 28px;
            background-image: url(/Content/images/replace.png);
            background-size: 100%;
            background-repeat: no-repeat;
            display: block !important;
            position: absolute;
            right: -33px;
            bottom: calc(50% - 14px);
        }

body .container .login .captcha {
    width: 213px;
    height: 40px;
    object-fit: contain;
    border-radius: 3px;
    background-color: #fafafa;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #d6d6d6;
    margin-bottom: 10px;
    margin-top: 9px;
    padding: 17px;
    padding-right: 0px;
    background: lightgray;
}
        body .container .login .captcha input[type="checkbox"] {
          width: 30px;
          height: 30px; }
        body .container .login .captcha img {
          margin-top: -20px;
          margin-left: 10px; }
        body .container .login .captcha label {
          display: inline;
          font-size: 13px; }
        body .container .login .captcha .captcha-right {
          float: right;
          margin: 0;
          height: 0px;
          width: 67px;
          margin-top: 10px;
          margin-right: 10px; }
          body .container .login .captcha .captcha-right li {
            height: 20px;
            list-style: none; }
          body .container .login .captcha .captcha-right .recaptcha-picture {
            padding-left: 10px;
            margin-bottom: 7px; }
          body .container .login .captcha .captcha-right .privacy {
            margin-bottom: 10px; }
body .container .login .remember-account {
    margin-left: 75px;
    margin-top: 21px;
    display: inline-block;
}
    body .container .login .remember-account input {
        width: 26px;
        margin-top: -1px;
        height: 26px;
        border: 1px solid white !important;
        margin-right: 0px;
    }

    body .container .login .remember-account span {
        margin: 2px 8px 0px 8px;
        display: inline-block;
        font-size: 16px;
    }
        .ui-datepicker-trigger {
            margin-left: 5px;
            cursor: pointer;
        }
@media screen and (max-width: 500px) {
  body .container .login .input-data tbody td {
    display: block; }

  body .container .login {
    padding-right: 0px;
    width: 94%; }

  body .container .login .logo {
    left: 90px;
    width: 320px;
    position: static;
    margin: 0 auto;
    margin-top: 24px; }
  body .container .login form {
    width: 528px; }
  body .container .login .logo p {
    position: static;
    margin-left: 49px;
    text-align: center;
    padding-top: 7px; }

  body .container .login .btn-area {
    text-align: center; }

  body .container .login .button {
    position: static; }

  body .container .login .input-data {
    margin: 0 auto;
    margin-top: 80px; }

  body .container .login .remember-account {
    margin-left: 23px; } }
html, body {
  height: 100%;
  width: 100%; }

body {
  font-family: Microsoft JhengHei; }
  body a:hover, body a:focus {
    text-decoration-line: inherit !important; }

.cms-page {
  background-color: lightgray;
  background-image: linear-gradient(to bottom, rgb(240, 240, 240), rgb(240, 240, 240)); }
    .cms-page .header {
        background: #00bab5;
        height: 78px;
    }
.content .left-panel.open .logo {
    background: url(../../images/logo.png) no-repeat center center;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 905;
    min-width: 204px;
    background-size: 70%;
    height: 70px;
    background-position-y: 30%;
    background-color: white;
}

.content .left-panel.open .system-name {
    left: 0px;
    top: 47px;
    position: absolute;
    width: 204px;
    height: 30px;
    background-color: white;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    border-bottom: 1px solid white;
    color: rgb(127, 127, 127);
    font-weight: 600;
    z-index: 906;
}

.content .left-panel .system-name {
    right: 0px;
    top: 46px;
    position: absolute;
    width: 42px;
    height: 35px;
    background-color: white;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    border-bottom: 1px solid white;
    color: transparent;
    font-weight: 600;
}

    .cms-page .header .system-name p {
        position: absolute;
        font-size: 23px;
        margin-bottom: 0px;
        bottom: 8px;
        left: 50px;
        font-weight: bold;
        color: white;
    }

    .cms-page .header .user-name {
        position: absolute;
        right: 50px;
        top: 35px;
        color: white;
    }
    .cms-page .header .btn-group {
      float: right;
      padding-right: 20px;
      padding-top: 17px; }
      .cms-page .header .btn-group .btn-color {
        outline: none; }
      .cms-page .header .btn-group ul {
        left: -53px; }
        .cms-page .header .btn-group ul li {
            cursor: pointer;
        }
        .cms-page .header .btn-group ul a:hover {
          background: #7c736a; }
  .cms-page .content {
    background-color: lightgray;
    margin: 35px 0px 0px 233px;
    overflow: hidden;
    min-height: 90vh;
    background: white;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    padding-top: 4px;
    border-top-left-radius: 10px; }
    .cms-page .content .left-panel {
        min-width: 204px;
        max-width: 204px;
        position: absolute;
        top: 0;
        left: -158px;
        z-index: 904;
        padding-top: 78px;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        height: 100%;
        background: rgb(127, 127, 127);
    }
      .cms-page .content .left-panel.open {
        left: 0; }

        /*.cms-page .content .left-panel > ul{
            margin-top: 11px !important;
        }*/

        .cms-page .content .left-panel .menu-switch {
            position: absolute;
            width: 65px;
            z-index: -1;
            cursor: pointer;
            top: 0;
            left: 200px;
            height: 78px;
            font-size: 20px;
            color: white;
        }
            .cms-page .content .left-panel .menu-switch:hover {
                background: lightgray;
                color: black;
            }

            .cms-page .content .left-panel .menu-switch i {
                font-size: 29px;
                top: 21px;
                left: 20px;                
                position: absolute;
            }

.content .left-panel .logo {
    background: url(../../images/logo.png) no-repeat center center;
    right: 0;
    top: 0;
    position: absolute;
    width: 42px;
    height: 70px;
    background-color: white;
    background-size: 80%;
}

    .cms-page .content .left-panel .menu-switch.small {
        left: 200px;
    }

.cms-page .content .left-panel > ul > li:hover
{
    background-color: white;
    color: black;
}

.cms-page .content .left-panel ul li i {
    color: rgb(248, 161, 90);
    margin-right: -9px;
}

    .cms-page .content .left-panel ul li a span b {
        font-weight: 400;
        display: none;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

    .cms-page .content .left-panel ul li ul.slidedown, .cms-page .content .left-panel ul li ul.slideup {
        position: absolute;
        left: 200px;
        top: 0;
        display: none;
        min-width: 200px;
        /*background: #464646;*/
    }

    .cms-page .content .left-panel.open ul li ul.slidedown, .cms-page .content .left-panel.open ul li ul.slideup {
        position: relative;
        left: 0;
        display: block;
        background: none;
        border: none;
    }

        .cms-page .content .left-panel.open ul li ul.slidedown li {
            /*background: #464646;*/
        }

            .cms-page .content .left-panel.open ul li ul.slidedown li:hover a:before {
                border: 2px solid #464646;
            }

    .cms-page .content .left-panel ul li:hover ul.slidedown, .cms-page .content .left-panel ul li:hover ul.slideup {
        display: block;
        max-height: 800px;
    }

    .cms-page .content .left-panel.open ul li:hover ul.slideup {
        max-height: 0;
    }

    .cms-page .content .left-panel.open ul li:hover ul.slidedown {
        max-height: 800px;
    }

    .cms-page .content .left-panel ul {
        margin: 0;
    }

        .cms-page .content .left-panel ul li {
            position: relative;
            min-width: 172px;
        }
            .cms-page .content .left-panel ul li a {
                line-height: normal;
                font-size: 14px;
                padding: 12px 25px 12px 17px;
                color: white;
                display: block;
                font-weight: 400;
                text-decoration: none !important;
                position: relative;
                background: rgb(127, 127, 127);
                transition: all 0.5s ease;
                cursor: pointer;
            }

            .cms-page .content .left-panel ul li > .focus-color {
                background: rgb(64, 64, 64);
            }

            .cms-page .content .left-panel ul li ul li a:before {
                position: relative;
                left: -14px;
                top: 1px;
                content: '';
                width: 10px;
                height: 10px;
                border-radius: 50px;
                border: 2px solid black;
                display: inline-block;
            }

    .cms-page .content .left-panel.open ul li a span b {
        display: inline-block;
    }

    .cms-page .content .left-panel ul li a span i.fa-angle-left {
        display: none;
    }

    .cms-page .content .left-panel ul li a .menu-title-color {
        /*background: yellow;*/
        width: 6px;
        height: 15px;
        margin-right: 10px;
        float: left;
        margin-top: 2px;
    }
.cms-page .content .left-panel ul li a:hover {
    background: rgb(64, 64, 64);
}
.cms-page .content .left-panel ul li a:active {
    background: rgb(64, 64, 64);
}
        .cms-page .content .left-panel ul li .slideup {
          -webkit-transition: all .5s ease;
          -ms-transition: all .5s ease;
          transition: all .5s ease; }
        .cms-page .content .left-panel ul li .slideup, .cms-page .content .left-panel ul li .slidedown {
          max-height: 0;
          overflow-y: hidden; }
        .cms-page .content .left-panel ul li .slidedown {
          max-height: 800px;
          -webkit-transition: all 1s ease;
          -ms-transition: all 1s ease;
          transition: all 1s ease;
          transition-delay: .3s; }
.cms-page .content .left-panel ul li ul {
    background: white;
    cursor: pointer;
    border: 1px solid rgb(0,200,195);
}
          .cms-page .content .left-panel ul li ul.open {
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease; }

.cms-page .content .left-panel.open ul li ul li {
    padding: 0px 0px 0px 25px;
}

    .cms-page .content .left-panel ul li ul li {
        padding: 0px 0px 0px 17px;
        border-left: 3px solid rgb(0, 200, 195);
        transition: all 0.3s ease;
        max-width: 223px;
        background-color: white;
    }
        .cms-page .content .left-panel ul li ul li:hover {
            /*background: #E5F0F4;*/
            color: rgb(0, 200, 195);
        }
            .cms-page .content .left-panel ul li ul li:hover a {
                color: rgb(0, 200, 195);
            }
                .cms-page .content .left-panel ul li ul li a {
                    padding: 12px 19px 12px 17px;
                    color: black;
                    background: transparent;
                    transition: initial;
                }
              .cms-page .content .left-panel ul li ul li a:hover {
                background: transparent; }

    .cms-page .content .left-panel ul li a span {
        display: block;
        text-align: right;
    }

        .cms-page .content .left-panel ul li a span .i-wrapper {
            width: 28px;
            margin-left: -15px;
            display: inline-block;            
        }

    .cms-page .content .left-panel.open ul li a span i.fa-angle-left.down {
        transform: rotate(-90deg);
    }

        .cms-page .content .left-panel.open ul li a span {
            display: inline-block;
            text-align: left;
        }

        .cms-page .content .left-panel.open ul li a span i.fa-angle-left {
            position: absolute;
            right: 12px;
            top: 16px;
            margin-right: 0;
            display: inline-block;
            width: auto;
        }

    .cms-page .content .left-panel.open ul li ul.slidedown li a {
        position: relative;
    }
        .cms-page .content .left-panel.open ul li ul li a:before{
            position: absolute;
            left: -10px;
            top: 15px;
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50px;
            border: 2px solid black;
        }

.cms-page .content .left-panel ul li ul .focus-color {
    color: rgb(0, 200, 195);
    /*background: #E5F0F4 !important;*/
}
    .cms-page .content .left-panel ul li ul .focus-color a {
        color: rgb(0, 200, 195);
    }
    .cms-page .content .right-area {
      height: 97%;
      position: relative;
      background: white;
      margin: 24px 0px 0px 30px;
      margin: 0 auto;
      margin-top: 13px;
      width: 95%; }
      .cms-page .content .right-area button,
      .cms-page .content .right-area select,
      .cms-page .content .right-area textarea {
        font-family: Microsoft JhengHei !important; }
      .cms-page .content .right-area .right-area-content {
        height: 100%; }
        .cms-page .content .right-area .right-area-content > div {
            overflow-y: auto;
        }
      .cms-page .content .right-area .right-area-content .search td input {
          margin-right: 10px;
      }
        .cms-page .content .right-area form {
            margin:0px;
        }
            .cms-page .content .right-area form .tool-bar {
                margin-top: 10px;
            }
      .cms-page .content .right-area .list-class {
        right: 40px;
        top: 26px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 28px;
        margin-bottom: 15px; }
        .cms-page .content .right-area .list-class span {
          color: #e46c0a; }
      .cms-page .content .right-area .query-area {
        margin-top: 28px; }
        .cms-page .content .right-area .query-area div {
          max-width: 1024px; }
            .cms-page .content .right-area .query-area div label {
                margin-bottom: 14px;
                margin-right: 5px;
                display: inline-block;
                position: relative;
                width: 400px;
                cursor: default;
            }
            .cms-page .content .right-area .query-area div label span {
                color: black;
                width: 100px;
                display: inline-block;
                text-align: right;
                margin-right: 10px;
            }
            .cms-page .content .right-area .query-area div label select {
                width: 220px;
                position: absolute;
                left: 110px;
                top: -5px;
            }
            .cms-page .content .right-area .query-area div label input {
                margin: 0;
                position: absolute;
                left: 110px;
                top: -5px;
            }
            .cms-page .content .right-area .query-area div label .ui-datepicker-trigger {
                position: absolute;
                right: 76px;
            }

        #T4U-Table .T4U-table-button button {
            position: relative;
            top: -5px;
            left: -5px;
            margin-top: 7px;
            margin-left: 5px;
            background: none;
            color: dimgray;
            font-weight: bold;
            border: none;
            padding: 5px 10px;
            border-radius: 20px;
            word-break: keep-all;
            outline: none;
            font-size: 15px;
        }

        .cms-page .content .right-area .change-list {
            background: #17375e;
            color: white;
            margin-top: -5px;
            margin-left: 13px;
            border: none;
            border-radius: 5px;
            padding: 5px 10px;
        }
      .cms-page .content .right-area .list-detial {
        margin-top: -3px;
        padding-right: 10px;
        text-align: left; }
.cms-page .content .right-area #T4U-Table input[type="button"].btnCopy,
.cms-page .content .right-area .file-uploaded input[type="button"] {
    min-width: 58px;
    height: 31px;
    color: white;
    border: none;
    background: rgb(0,190,185);
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    outline: none;
    border-radius: 5px;
    transition: all 0.2s ease;
}
      .cms-page .content .right-area .fixed-table-height{
            height: 500px;
            display: inline-block;
            overflow: hidden;
      }
      .cms-page .content .right-area .table {
        margin-top: 5px;
        table-layout: fixed;
        width: auto;}
        .cms-page .content .right-area .table thead {
          background: lightgray; }
        .cms-page .content .right-area .table thead th.allowSort{
            cursor: pointer;
            vertical-align: middle;
        }
        .cms-page .content .right-area .table thead th.allowSort i {
            position: absolute;
            top: calc(50% - 7px);
            right: 0px;
            color: #7a80dd;
        }
            .cms-page .content .right-area .table thead th.allowSort > div {
                position: relative;
            }

            .cms-page .content .right-area .table thead th > div > span {
                word-break: break-all;
            }

            .cms-page .content .right-area .table thead th.allowSort > div > span {
                max-width: calc(100% - 8px);
                display: block;
            }
        .cms-page .content .right-area .table thead th.allowSort i.fa-chevron-down, .cms-page .content .right-area .table thead th.allowSort i.fa-chevron-up {
            margin-right: 5px;
        }
        .cms-page .content .right-area #T4U-Table tr{
            display: block;
        }
          .cms-page .content .right-area .table thead tr th {
            text-align: center;
            vertical-align: middle;
          }
          .cms-page .content .right-area #T4U-Table tbody{
            display: block;
            overflow: hidden;
            overflow-y: auto;
            width: 100%;
          }
        .cms-page .content .right-area .table tbody > tr {
          cursor: default; }
.cms-page .content .right-area .table tbody td {
    word-break: break-all;
    padding: 2px 8px;
    vertical-align: middle;
}
          /*.cms-page .content .right-area .table tbody > tr:hover td {
            background: #d9ebf5 !important; }*/
          .cms-page .content .right-area .table tbody > tr{
            background: #ececec; }
          .cms-page .content .right-area .table tbody > tr:nth-child(even) {
            background: white; }
            .cms-page .content .right-area .table tbody > tr img.fit {
                display: block;
                max-width: 500px;
            }
            .cms-page .content .right-area .table tbody > tr img.fit.w150 {
                display: block;
                max-width: 150px;
            }
      .cms-page .content .right-area label span {
        color: #0070c0; }
      .cms-page .content .right-area label select {
        margin-bottom: 0px;
        width: 120px; }
.cms-page .content .right-area .tool-bar button,
.cms-page .content .right-area .filter-result .Func-btn button,
.cms-page .content .right-area .filter-result .func-btn button {
    min-width: 58px;
    height: 31px;
    color: white;
    border: none;
    background: rgb(0,200,195);
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 3px;
    margin-top: 10px;
    outline: none;
    border-radius: 3px;
    transition: all 0.2s ease;
}

            .cms-page .content .right-area .tool-bar button i
            {
                margin-right: 5px;
                font-size: 12px;
                font-weight: normal;
            }

    .cms-page .content .right-area .tool-bar button:hover {
        background: rgb(0, 160, 155);
        color: white;
    }
      .cms-page .content .right-area .list-name {
        font-size: 20px;
        margin-bottom: 20px;
        margin-left: -16px; }
      .cms-page .content .right-area .filter-list {
        min-width: 245px;
        /*width: 28%;*/
        height: 95%;
        float: left; }
        .cms-page .content .right-area .filter-list .menu-tree-mobile {
          display: none; }
        .cms-page .content .right-area .filter-list .menu-tree {
          width: 750px;
          background: rgba(225, 225, 225, 1);
          float: left;
          margin-top: 11px; }
        .cms-page .content .right-area .filter-list .menu-tree ul li ul li span {
            display: block;
            text-indent: -15px;
            padding-left: 14px;
        }
          .cms-page .content .right-area .filter-list .menu-tree span,
          .cms-page .content .right-area .filter-list .menu-tree li {
            color: #733c3a;
            font-size: 14px;
            cursor: pointer;
            margin-top: 5px;
            z-index: 1;
            position: relative;
          }
          
        .cms-page .content .right-area .filter-list .menu-tree li.selected > a > span::after{
                content: '';
                display: block;
                width: 750px;
                background: white;
                z-index: -1;
                position: absolute;
                height: 108%;
                right: 0;
                top: -2px;
          }
		  .cms-page .content .right-area .filter-list .menu-tree li.no-selected > a >  span::after{
              display: none;
          }
          .cms-page .content .right-area .filter-list .menu-tree li span{
              display: block;
              text-indent: -15px;
              padding-left: 14px;
          }
          .cms-page .content .right-area .filter-list .menu-tree span i, .cms-page .content .right-area .filter-list .menu-tree li i {
              margin-left: 19px;
          }
            .cms-page .content .right-area .filter-list .menu-tree li span.focus-color::after{
                display: block !important;
                content: '';
                width: 750px;
                border: 1px solid brown;
                z-index: -1;
                position: absolute;
                height: 108%;
                right: 0;
                top: -2px;
            }
            .cms-page .content .right-area .filter-list .menu-tree li.tree-root span.focus-color::after {
                left: -72px;
            }
            .cms-page .content .right-area .filter-list .menu-tree span:active,
            .cms-page .content .right-area .filter-list .menu-tree span.active,
            .cms-page .content .right-area .filter-list .menu-tree li:active {
              color: #77933c; }
            .cms-page .content .right-area .filter-list .menu-tree span i,
            .cms-page .content .right-area .filter-list .menu-tree li i {
              margin-right: 5px; }
            .cms-page .content .right-area .filter-list .menu-tree ul li ul i {
                margin-left: 19px;
            }
          .cms-page .content .right-area .filter-list .menu-tree .focus-color {
            color: green !important;
            font-weight: bolder;}
          .cms-page .content .right-area .filter-list .menu-tree .tree-title {
            background-image: linear-gradient(to right, #8f7b7a, #bfa6a5);
            text-align: center;
            font-size: 20px;
            color: white;
            border-radius: 7px;
            padding: 10px 0px; }
          .cms-page .content .right-area .filter-list .menu-tree .tree-root {
            margin-left: -12px;
            cursor: default; }
            .cms-page .content .right-area .filter-list .menu-tree .tree-root span {
              margin-left: 10px;
              color: blue;
              display: inline;
              /*cursor: default !important;*/ }
          .cms-page .content .right-area .filter-list .menu-tree ul .no-selected > a > span {
            color: darkgray; }
          .cms-page .content .right-area .filter-list .menu-tree ul li.no-selected  {
            color: darkgray; }
      .cms-page .content .right-area .filter-result {
        height: 95%;
        display: none; }
        .cms-page .content .right-area .filter-result .Func-btn button {
            min-width: 58px;
            height: 31px;
            color: black;
            border: none;
            background: #E5F0F4;
            padding-left: 10px;
            padding-right: 10px;
            margin-right: 3px;
            margin-top: 10px;
            outline: none;
            border-radius: 3px;
            transition: all 0.2s ease;
        }

            .cms-page .content .right-area .filter-result .Func-btn button:hover {
                background: darkblue;
                color: white;
            }
        .cms-page .content .right-area .filter-result .page-set-color {
          background: #fac090;
          float: left;
          height: 19px;
          width: 7px;
          margin-right: 5px; }
        .cms-page .content .right-area .index-teach{
            position: relative;
            display: contents;
        }
        /*IE HACK，避免點擊不到選單的分類篩選*/
        @media screen\0 { 
            .cms-page .content .right-area .index-teach{
                display: inline;
            }
        }
        .cms-page .content .right-area .index-teach .teach-border{
            position: relative;
            background: url("../../images/teach_border.png") no-repeat;
            width: 715px;
            height: 240px;
            left: 0;
            top: 5vh;
            background-size: 100%;
        }
        .cms-page .content .right-area .index-teach p{
            color: #28bef2;
            top: 20%;
            left: 52%;
            width: 70%;
            line-height: 35px;
            text-align: left;
            transform: translate(-50%, 0%) !important;
            font-size: 26px;
            position: absolute;
        }
        .cms-page .content .right-area .filter-result .filter-content {
          position: relative;
          float: left;
          padding: 15px;
          border: 1px solid #c3d69b;
          margin-top: 10px;
          height: 86%;
          width: 70%;
          padding-bottom: 64px; }
        .cms-page .content .right-area .filter-list .back-classification p{
          margin-left: 10px;
          margin-bottom: 3px;
          cursor: pointer;}
        .cms-page .content .right-area .filter-list .back-classification span {
            color: rgb(79,98,40); }
          .cms-page .content .right-area .filter-result .filter-content span {
            font-size: 17px; }
          .cms-page .content .right-area .filter-result .filter-content #currentPageURL{
              display: none;
          }
          .cms-page .content .right-area .filter-result .filter-content #currentPageURL span{
              font-size: 14px;
              padding-left: 6px;
          }
        .cms-page .content .right-area .filter-result .filter-content #currentPageURL button {
            background: green;
            border: 1px solid green;
            border-radius: 6px;
            color: white;
            margin: 0px 2px 5px 7px;
        }
          .cms-page .content .right-area .filter-result .filter-content .used-instruction {
            color: #28bef2;
            margin: 10px 0px; }
            .cms-page .content .right-area .filter-result .filter-content .used-instruction p {
              margin: 0;
              font-size: 15px; }
          .cms-page .content .right-area .filter-result .filter-content .url-area {
            display: none;
            position: relative; }
            .cms-page .content .right-area .filter-result .filter-content .url-area input[type="text"] {
              width: 250px; }
            .cms-page .content .right-area .filter-result .filter-content .url-area input[type="checkbox"] {
              width: 20px;
              height: 20px;
              margin-right: 7px;
              margin-top: -2px; }
            .cms-page .content .right-area .filter-result .filter-content .url-area label {
              display: inline-block;
              position: absolute;
              left: 2px;
              bottom: -33px;
              font-size: 15px; }
          .cms-page .content .right-area .filter-result .filter-content .func-btn button {
            background: #17375e;
            color: white;
            margin: 4px 0px 12px 11px; }
          .cms-page .content .right-area .filter-result .filter-content .Store-btn {
            display: none;
            position: absolute;
            bottom: 9px;
            right: 8px;
            float: right;
            background: #d7e4bd;
            padding: 5px;
            border: 2px solid #c3d69b; }
            .cms-page .content .right-area .filter-result .filter-content .Store-btn button {
              background: darkgreen;
              color: white;
              margin: 3px 5px;
              border: none;
              border-radius: 5px;
              padding: 5px 10px; }
          .cms-page .content .right-area .filter-result .filter-content .func-btn {
            display: none; }
          .cms-page .content .right-area .filter-result .filter-content #page-content {
            display: none;
            border: 1px solid lightgray;
            overflow: auto;
          }
          .cms-page .content .right-area .filter-result .filter-content #page-content tr {
              cursor: default !important;
          }
          .cms-page .content .right-area .filter-result .filter-content .bootstrap-select {
            margin-top: -14px;
          }

.hidden-menu .content {
  margin-left: 70px; }

.menu-tree > ul > li > ul,
.menu-tree > ul > li > ul > li > ul,
.menu-tree > ul > li > ul > li > ul > li > ul{
    display: none;
}

.form-inline label:last-child {
    margin-left: 88px;
    display: block;
    margin-top: 3px;
}

#popups .modal-body table tr td .form-inline input[type="radio"] {
    margin-left: 0px;
}

.menu-tree > ul > li ul.open {
  display: block;
  margin-left: 30px; }
.bring-text {
    border: none;
    background: rgb(0,176,80);
    color: white;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 10px;
    text-shadow: inherit;
}
#popups .modal-body table tr td .add-link {
	border: none;
	background: #00b050;
	color: white;
	border-radius: 5px;
	padding: 4px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
    width: auto;
}
.related {
	border: 1px solid black;
	padding: 5px 10px;
	border-radius: 10px;
	width: 85%;
	display: inline-block;
	position: relative;
    margin-bottom: 10px;
}
#popups .modal-body table tr td .related input[type="text"] {
	width: 80%;
}

#popups .modal-body table tr td .radio.inline {
    padding-left: 0px;
    margin-left: -7px;
}

#popups .modal-body table tr td .related div {
    margin: 5px 0px;
}
#popups .modal-body table tr td .required {
    display: block !important;
}
.related div label {
	width: 60px;
	display: inline-block;
	text-align: center;
}
#popups .modal-body table tr td .del-file,
#popups .modal-body table tr td .del-link {
	background: rgb(149,55,53);
	border: none;
	color: white;
	border-radius: 5px;
	padding: 4px 10px;
	position: absolute;
	right: -57px;
	top: 50%;
	transform: translateY(-50%);
    width: auto;
}
#popups .modal-body table tr td .del-file.del-img {
    position: static;
    margin-top: 23px;
}
#popups .modal-body {
  padding: 15px 30px; }

#popups img.banner{
    min-height: 100px;
    display: block;
    max-width: 500px;
}
.modal {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%) !important;
    -ms-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important;
    margin: 0 auto !important;
}

#popups {
  min-width: 600px;
    overflow: auto;
    top: 4%;
}
  #popups button,
  #popups select,
  #popups textarea {
    font-family: Microsoft JhengHei !important; }
  #popups .modal-dialog {
    position: static !important; }
  #popups .modal-header {
    padding: 5px 15px;
    background: rgb(0, 200, 195); }
    #popups .modal-header h3 {
      font-size: 18px; }
    #popups .modal-header .close {
      margin-top: -33px;
      height: 30px;
      font-size: 37px;
      color: white;
      opacity: 1;
      outline: none; }
  #popups .modal-body {
    max-height: iniherit;
    overflow: iniherit; }
    #popups .modal-body table {
        min-width: 530px;
        border: 1px solid white;
    }
        #popups .modal-body table tr td {
            /*vertical-align: middle;*/
            text-align: left;
            padding-left: 20px;
            background: white;
            border-bottom: 1px solid white;
            border-left: 1px solid white;
            padding: 10px;
            background: #f2f2f2;
        }
        #popups .modal-body table tr td:first-child span {
          color: red;
          margin-right: 5px; 
          /*position:absolute;*/
          left: 15px;
          top: 17px;
          /*margin-left: 3px;*/
        }
        #popups .modal-body table tr:first-child td:first-child span {
            top: 13px;
        }
        #popups .modal-body table tr td select {
          margin-bottom: 0px;
          border: 1px solid lightblue; }
        #popups .modal-body table tr td input {
            margin-bottom: 0px;
            /*width: calc(100% - 14px);*/
            border: 1px solid lightblue;
        }
        #popups .modal-body table tr td .width-shortest {
            width: 20%;
        }
        #popups .modal-body table tr td .width-short {
          width: 40%; }
        #popups .modal-body table tr td .width-middle {
          width: 60%; }
        #popups .modal-body table tr td input[type="file"] {
          border: none; }
        #popups .modal-body table tr td:first-child {
            width: 150px;
            padding-left: 30px;
            position: relative;
            background: #ebf1de;
            vertical-align: middle;
        }
        #popups .modal-body table tr td:nth-child(even) {
            margin-bottom: 13px;
            border-left: 1px solid white;
        }
        #popups .modal-body table tr td input[type="radio"] {
          margin: -2px 8px;
          width: 1.4em;
          margin-bottom: 10px;
          height: 18px;
          margin-right: 4px;
          cursor:pointer; }
        #popups .modal-body table tr td p {
          color: #7030a0;
          margin-top: 10px; }
        #popups .modal-body table tr td .required {
          /*margin-left: 3px;*/
          margin-top: 2px; }
        #popups .modal-body table tr td textarea {
            width: 100%;
            box-sizing: border-box;
            margin-bottom: 0px;
        }
        #popups .modal-body table tr td .class-name {
          background: #dbeef4;
          border: none;
          border-radius: 5px;
          padding: 5px 10px; }
    #popups .modal-body .update_sure_window p span {
        color: red;
        margin-right: 5px;
        position: absolute;
        left: 10px;
        top: 18px;
    }
  #popups .modal-footer {
    margin: 0 auto;
    background: white; }

  #popups2 {
  min-width: 600px;
    overflow: auto;
    top: 4%;
}
  #popups2 button,
  #popups2 select,
  #popups2 textarea {
    font-family: Microsoft JhengHei !important; }
  #popups2 .modal-dialog {
    position: static !important; }
  #popups2 .modal-header {
    padding: 5px 15px;
    background: rgb(0, 200, 195) !important; }
    #popups2 .modal-header h3 {
      font-size: 18px; }
    #popups2 .modal-header .close {
      margin-top: -33px;
      height: 30px;
      font-size: 37px;
      color: white;
      opacity: 1;
      outline: none; }
  #popups2 .modal-body {
    max-height: iniherit;
    overflow: iniherit; }
    #popups2 .modal-body table {
      min-width: 530px; }
        #popups2 .modal-body table tr td {
            /*vertical-align: middle;*/
            text-align: left;
            padding-left: 20px;
            background: white;
            border-bottom: 1px solid lightgray;
            padding: 10px;
        }
        #popups2 .modal-body table tr td:first-child span {
          color: red;
          margin-right: 5px; 
          position:absolute;
          left: 15px;
          top: 17px;
          margin-left: 3px;
        }
        #popups2 .modal-body table tr:first-child td:first-child span {
            top: 13px;
        }
        #popups2 .modal-body table tr td select {
          margin-bottom: 0px;
          width: calc(100% - 1px);
          border: 1px solid lightblue; }
        #popups2 .modal-body table tr td input {
            margin-bottom: 0px;
            /*width: calc(100% - 14px);*/
            border: 1px solid lightblue;
        }
        #popups2 .modal-body table tr td .width-shortest {
            width: 20%;
        }
        #popups2 .modal-body table tr td .width-short {
          width: 40%; }
        #popups2 .modal-body table tr td .width-middle {
          width: 60%; }
        #popups2 .modal-body table tr td input[type="file"] {
          border: none; }
        #popups2 .modal-body table tr td:first-child {
            width: 150px;
            padding-left: 30px;
            position: relative;
        }
        #popups2 .modal-body table tr td:nth-child(even) {
          margin-bottom: 13px; }
        #popups2 .modal-body table tr td input[type="radio"] {
          margin: -2px 8px;
          width: 1.4em;
          margin-bottom: 10px;
          height: 18px;
          margin-right: 4px;
          cursor:pointer; }
        #popups2 .modal-body table tr td p {
          color: #7030a0;
          margin-top: 10px; }
        #popups2 .modal-body table tr td .required {
          /*margin-left: 3px;*/
          margin-top: 2px; }
        #popups2 .modal-body table tr td textarea {
          width: 95%; }
        #popups2 .modal-body table tr td .class-name {
          background: #dbeef4;
          border: none;
          border-radius: 5px;
          padding: 5px 10px; }
    #popups2 .modal-body .update_sure_window p span {
        color: red;
        margin-right: 5px;
        position: absolute;
        left: 10px;
        top: 18px;
    }
  #popups2 .modal-footer {
    margin: 0 auto;
    background: white; }

#popups3 {
    min-width: 600px;
    overflow: auto;
    top: 4%;
}

    #popups3 button,
    #popups3 select,
    #popups3 textarea {
        font-family: Microsoft JhengHei !important;
    }

    #popups3 .modal-dialog {
        position: static !important;
    }

    #popups3 .modal-header {
        padding: 5px 15px;
        background: rgb(0, 200, 195) !important;
    }

        #popups3 .modal-header h3 {
            font-size: 18px;
        }

        #popups3 .modal-header .close {
            margin-top: -33px;
            height: 30px;
            font-size: 37px;
            color: white;
            opacity: 1;
            outline: none;
        }

    #popups3 .modal-body {
        max-height: iniherit;
        overflow: iniherit;
    }

        #popups3 .modal-body table {
            min-width: 530px;
        }

            #popups3 .modal-body table tr td {
                /*vertical-align: middle;*/
                text-align: left;
                padding-left: 20px;
                background: white;
                border-bottom: 1px solid lightgray;
                padding: 10px;
            }

                #popups3 .modal-body table tr td:first-child span {
                    color: red;
                    margin-right: 5px;
                    position: absolute;
                    left: 15px;
                    top: 17px;
                }

            #popups3 .modal-body table tr:first-child td:first-child span {
                top: 13px;
            }

            #popups3 .modal-body table tr td select {
                margin-bottom: 0px;
                width: calc(100% - 1px);
                border: 1px solid lightblue;
            }

            #popups3 .modal-body table tr td input {
                margin-bottom: 0px;
                /*width: calc(100% - 14px);*/
                border: 1px solid lightblue;
            }

            #popups3 .modal-body table tr td .width-shortest {
                width: 20%;
            }

            #popups3 .modal-body table tr td .width-short {
                width: 40%;
            }

            #popups3 .modal-body table tr td .width-middle {
                width: 60%;
            }

            #popups3 .modal-body table tr td input[type="file"] {
                border: none;
            }

            #popups3 .modal-body table tr td:first-child {
                width: 150px;
                padding-left: 30px;
                position: relative;
            }

            #popups3 .modal-body table tr td:nth-child(even) {
                margin-bottom: 13px;
            }

            #popups3 .modal-body table tr td input[type="radio"] {
                margin: -2px 8px;
                width: 1.4em;
                margin-bottom: 10px;
                height: 18px;
                margin-right: 4px;
                cursor: pointer;
            }

            #popups3 .modal-body table tr td p {
                color: #7030a0;
                margin-top: 10px;
            }

            #popups3 .modal-body table tr td .required {
                /*margin-left: 3px;*/
                margin-top: 2px;
            }

            #popups3 .modal-body table tr td textarea {
                width: 95%;
            }

            #popups3 .modal-body table tr td .class-name {
                background: #dbeef4;
                border: none;
                border-radius: 5px;
                padding: 5px 10px;
            }

        #popups3 .modal-body .update_sure_window p span {
            color: red;
            margin-right: 5px;
            position: absolute;
            left: 10px;
            top: 18px;
        }

    #popups3 .modal-footer {
        margin: 0 auto;
        background: white;
    }

#add_account {
  top: 35px; }
  #add_account .modal-body table tr td {
    padding: 8px; }

#popups .func_btn,
#popups2 .func_btn,
#popups3 .func_btn,
#main_banner_maintenance .func_btn {
  text-align: center;
    margin-top: 25px;
}
    #popups .func_btn button,
    #popups2 .func_btn button,
    #popups3 .func_btn button,
    #main_banner_maintenance .func_btn button {
        border: none;
        background: rgb(0, 200, 195) !important;
        color: white;
        padding: 10px 25px;
        font-size: 16px;
        font-weight: bold;
        margin: 0px 5px;
        text-shadow: inherit;
        border-radius: 5px;
    }
        #popups .func_btn button:hover,
        #popups2 .func_btn button:hover,
        #main_banner_maintenance .func_btn button:hover {
            background: rgb(0, 160, 155) !important;
        }
    #popups .func_btn button.button_cancel,
     #popups2 .func_btn button.button_cancel,
     #popups3 .func_btn button.button_cancel,
     #main_banner_maintenance .func_btn button.button_cancel {
         background: #b5b5b5 !important;
    }
    #popups .func_btn button.button_cancel:hover,
     #popups2 .func_btn button.button_cancel:hover,
     #popups3 .func_btn button.button_cancel:hover,
     #main_banner_maintenance .func_btn button.button_cancel:hover {
         background: #a3a3a3 !important;
    }
#popups .modal-footer,
#main_banner_maintenance .modal-footer {
  margin: 0 auto;
  background: white; }

.popover {
    min-width: 200px;
}

    .popover .popover-title {
        background: rgb(0, 200, 195) !important;
        color: white !important;
        font-weight: bold !important;
        font-size: 15px;
    }

    .popover .popover-content {
        font-size: 14px;
    }

        .popover .popover-content .popover-tool {
            margin-top: 8px;
        }

            .popover .popover-content .popover-tool > div {
                display: inline-block;
                width: 30%;
                font-size: 14px;
                cursor: pointer;
                padding: 5px;
                margin: 5px;
            }

            .popover .popover-content .popover-tool .popover-yes-button {
                background: rgb(0, 200, 195);
                color: white;
                border-radius: 3px;
                padding: 4px 10px;
                transition: all 0.2s ease;
            }

                .popover .popover-content .popover-tool .popover-yes-button:hover {
                    background: rgb(0, 160, 155);
                    /*color: white;*/
                }

                .popover .popover-content .popover-tool .popover-no-button {
                    background: gray;
                    color: white;
                    border-radius: 3px;
                    padding: 4px 10px;
                }


#popups {
  width: auto; }
    #popups .modal-header {
        /*
    background-image: linear-gradient(to right, rgb(0, 96, 152), rgb(48, 96, 152));
    background-image: -moz-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -ms-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -o-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -webkit-linear-gradient(left, rgb(48, 96, 152), rgb(48, 96, 152)); 
            */
    }
          
        #popups .modal-header h3 {
      font-size: 18px;
      color: white; }
  #popups .modal-body {
    max-height: none; }
    #popups .modal-body .add_account td input[type="text"],
    #popups .modal-body .add_account td select,
    #popups .modal-body .ip-whitelist td input[type="text"],
    #popups .modal-body .ip-whitelist td select,
    #popups .modal-body .authority_tree_view td input[type="text"],
    #popups .modal-body .authority_tree_view td select,
    #popups .modal-body .data_list_maintenance td input[type="text"],
    #popups .modal-body .data_list_maintenance td select {
      width: 135px;
      border: 1px solid lightblue; }
    #popups .modal-body .add_account td input[type="text"].email-address,
    #popups .modal-body .ip-whitelist td input[type="text"].email-address,
    #popups .modal-body .authority_tree_view td input[type="text"].email-address,
    #popups .modal-body .data_list_maintenance td input[type="text"].email-address {
      width: 210px; }
    #popups .modal-body .add_account td input[type="text"].postal-code,
    #popups .modal-body .ip-whitelist td input[type="text"].postal-code,
    #popups .modal-body .authority_tree_view td input[type="text"].postal-code,
    #popups .modal-body .data_list_maintenance td input[type="text"].postal-code {
      width: 50px; }
    #popups .modal-body .add_account td input[type="password"],
    #popups .modal-body .ip-whitelist td input[type="password"],
    #popups .modal-body .authority_tree_view td input[type="password"],
    #popups .modal-body .data_list_maintenance td input[type="password"] {
      width: 135px;
      border: 1px solid lightblue; }
    #popups .modal-body .add_account td select,
    #popups .modal-body .ip-whitelist td select,
    #popups .modal-body .authority_tree_view td select,
    #popups .modal-body .data_list_maintenance td select {
      width: 170px; }
    #popups .modal-body .add_account td input[type="radio"],
    #popups .modal-body .ip-whitelist td input[type="radio"],
    #popups .modal-body .authority_tree_view td input[type="radio"],
    #popups .modal-body .data_list_maintenance td input[type="radio"] {
      width: 1.4em;
      margin: 10px 8px !important;
      margin-bottom: 11px !important;
      height: 24px !important;
      margin-right: 5px !important; }

    #popups2 {
  width: auto; }
  #popups2 .modal-header {
    background-image: linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -moz-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -ms-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -o-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -webkit-linear-gradient(left, rgb(48, 96, 152), rgb(48, 96, 152)); }
    #popups2 .modal-header h3 {
      font-size: 18px;
      color: white; }
  #popups2 .modal-body {
    max-height: none; }
    #popups2 .modal-body .add_account td input[type="text"],
    #popups2 .modal-body .add_account td select,
    #popups2 .modal-body .ip-whitelist td input[type="text"],
    #popups2 .modal-body .ip-whitelist td select,
    #popups2 .modal-body .authority_tree_view td input[type="text"],
    #popups2 .modal-body .authority_tree_view td select,
    #popups2 .modal-body .data_list_maintenance td input[type="text"],
    #popups2 .modal-body .data_list_maintenance td select {
      width: 135px;
      border: 1px solid lightblue; }
    #popups2 .modal-body .add_account td input[type="text"].email-address,
    #popups2 .modal-body .ip-whitelist td input[type="text"].email-address,
    #popups2 .modal-body .authority_tree_view td input[type="text"].email-address,
    #popups2 .modal-body .data_list_maintenance td input[type="text"].email-address {
      width: 210px; }
    #popups2 .modal-body .add_account td input[type="text"].postal-code,
    #popups2 .modal-body .ip-whitelist td input[type="text"].postal-code,
    #popups2 .modal-body .authority_tree_view td input[type="text"].postal-code,
    #popups2 .modal-body .data_list_maintenance td input[type="text"].postal-code {
      width: 50px; }
    #popups2 .modal-body .add_account td input[type="password"],
    #popups2 .modal-body .ip-whitelist td input[type="password"],
    #popups2 .modal-body .authority_tree_view td input[type="password"],
    #popups2 .modal-body .data_list_maintenance td input[type="password"] {
      width: 135px;
      border: 1px solid lightblue; }
    #popups2 .modal-body .add_account td select,
    #popups2 .modal-body .ip-whitelist td select,
    #popups2 .modal-body .authority_tree_view td select,
    #popups2 .modal-body .data_list_maintenance td select {
      width: 170px; }
    #popups2 .modal-body .add_account td input[type="radio"],
    #popups2 .modal-body .ip-whitelist td input[type="radio"],
    #popups2 .modal-body .authority_tree_view td input[type="radio"],
    #popups2 .modal-body .data_list_maintenance td input[type="radio"] {
      width: 1.4em;
      margin: 10px 8px !important;
      margin-bottom: 11px !important;
      height: 24px !important;
      margin-right: 5px !important; }

#popups3 {
    width: auto;
}

    #popups3 .modal-header {
        background-image: linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
        background-image: -moz-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
        background-image: -ms-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
        background-image: -o-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
        background-image: -webkit-linear-gradient(left, rgb(48, 96, 152), rgb(48, 96, 152));
    }

        #popups3 .modal-header h3 {
            font-size: 18px;
            color: white;
        }

    #popups3 .modal-body {
        max-height: none;
    }

        #popups3 .modal-body .add_account td input[type="text"],
        #popups3 .modal-body .add_account td select,
        #popups3 .modal-body .ip-whitelist td input[type="text"],
        #popups3 .modal-body .ip-whitelist td select,
        #popups3 .modal-body .authority_tree_view td input[type="text"],
        #popups3 .modal-body .authority_tree_view td select,
        #popups3 .modal-body .data_list_maintenance td input[type="text"],
        #popups3 .modal-body .data_list_maintenance td select {
            width: 135px;
            border: 1px solid lightblue;
        }

            #popups3 .modal-body .add_account td input[type="text"].email-address,
            #popups3 .modal-body .ip-whitelist td input[type="text"].email-address,
            #popups3 .modal-body .authority_tree_view td input[type="text"].email-address,
            #popups3 .modal-body .data_list_maintenance td input[type="text"].email-address {
                width: 210px;
            }

            #popups3 .modal-body .add_account td input[type="text"].postal-code,
            #popups3 .modal-body .ip-whitelist td input[type="text"].postal-code,
            #popups3 .modal-body .authority_tree_view td input[type="text"].postal-code,
            #popups3 .modal-body .data_list_maintenance td input[type="text"].postal-code {
                width: 50px;
            }

        #popups3 .modal-body .add_account td input[type="password"],
        #popups3 .modal-body .ip-whitelist td input[type="password"],
        #popups3 .modal-body .authority_tree_view td input[type="password"],
        #popups3 .modal-body .data_list_maintenance td input[type="password"] {
            width: 135px;
            border: 1px solid lightblue;
        }

        #popups3 .modal-body .add_account td select,
        #popups3 .modal-body .ip-whitelist td select,
        #popups3 .modal-body .authority_tree_view td select,
        #popups3 .modal-body .data_list_maintenance td select {
            width: 170px;
        }

        #popups3 .modal-body .add_account td input[type="radio"],
        #popups3 .modal-body .ip-whitelist td input[type="radio"],
        #popups3 .modal-body .authority_tree_view td input[type="radio"],
        #popups3 .modal-body .data_list_maintenance td input[type="radio"] {
            width: 1.4em;
            margin: 10px 8px !important;
            margin-bottom: 11px !important;
            height: 24px !important;
            margin-right: 5px !important;
        }

#sorting_menu .modal-body #sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 70%; }
  #sorting_menu .modal-body #sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    height: 18px;
    border: 1px solid black;
    border-radius: 5px;
    background: #dbeef4;
    font-size: 16px;
    margin-top: 5px; }
    #sorting_menu .modal-body #sortable li span {
      position: absolute;
      margin-left: -1.3em; }
    #sortable li {
      cursor:pointer;
      cursor: -webkit-grab; }

#list-choice-modal,
#sorting_menu,
#language_menu,
#multi-language,
#multi-language-edit {
  width: auto;
  min-width: 574px; }
  #list-choice-modal .modal-header,
  #sorting_menu .modal-header,
  #language_menu .modal-header,
  #multi-language .modal-header,
  #multi-language-edit .modal-header {
    padding: 5px 15px;
    background: #d7e4bd; }
    #list-choice-modal .modal-header h3,
    #sorting_menu .modal-header h3,
    #language_menu .modal-header h3,
    #multi-language .modal-header h3,
    #multi-language-edit .modal-header h3 {
      font-size: 18px; }
    #list-choice-modal .modal-header .close,
    #sorting_menu .modal-header .close,
    #language_menu .modal-header .close,
    #multi-language .modal-header .close,
    #multi-language-edit .modal-header .close {
      margin-top: -24px;
      font-size: 37px;
      color: black;
      opacity: 1;
      outline: none; }
  #list-choice-modal .modal-body,
  #sorting_menu .modal-body,
  #language_menu .modal-body,
  #multi-language .modal-body,
  #multi-language-edit .modal-body {
    max-height: none; }
    #list-choice-modal .modal-body div,
    #sorting_menu .modal-body div,
    #language_menu .modal-body div,
    #multi-language .modal-body div,
    #multi-language-edit .modal-body div {
      background: #dbeef4;
      border: 1px solid black;
      border-radius: 5px;
      padding: 8px 0px 8px 10px;
      font-size: 14px;
      margin-bottom: 5px;
      width: 361px; }
  #list-choice-modal .modal-footer,
  #sorting_menu .modal-footer,
  #language_menu .modal-footer,
  #multi-language .modal-footer,
  #multi-language-edit .modal-footer {
    margin: 0 auto;
    background: white; }
    #list-choice-modal .modal-footer .func_btn,
    #sorting_menu .modal-footer .func_btn,
    #language_menu .modal-footer .func_btn,
    #multi-language .modal-footer .func_btn,
    #multi-language-edit .modal-footer .func_btn {
      text-align: center; }
      #list-choice-modal .modal-footer .func_btn button,
      #sorting_menu .modal-footer .func_btn button,
      #language_menu .modal-footer .func_btn button,
      #multi-language .modal-footer .func_btn button,
      #multi-language-edit .modal-footer .func_btn button {
        border: none;
        background: green;
        color: white;
        border-radius: 5px;
        padding: 4px 10px;
        margin-right: 10px; }

#multi-language .modal-body div,
#multi-language-edit .modal-body div {
  background: white;
  border: none;
  padding-bottom: 0px;
  width: auto; }
  #multi-language .modal-body div input,
  #multi-language-edit .modal-body div input {
    width: 80%; }
  #multi-language .modal-body div p,
  #multi-language-edit .modal-body div p {
    font-size: 14px;
    color: gray; }
  #multi-language .modal-body div label,
  #multi-language-edit .modal-body div label {
    display: inline;
    cursor: default; }
  #multi-language .modal-body div a,
  #multi-language-edit .modal-body div a {
    cursor: pointer;
    font-size: 14px;
    display: block; }

#add_HTML_page,
#add_HTML_list {
  min-width: 660px;
  width: auto; }
  #add_HTML_page .modal-header,
  #add_HTML_list .modal-header {
    background: #d7e4bd;
    padding: 5px 15px; }
    #add_HTML_page .modal-header h3,
    #add_HTML_list .modal-header h3 {
      font-size: 18px; }
    #add_HTML_page .modal-header .close,
    #add_HTML_list .modal-header .close {
      margin-top: -24px;
      font-size: 37px;
      color: black;
      opacity: 1;
      outline: none; }
  #add_HTML_page .modal-body,
  #add_HTML_list .modal-body {
    max-height: none; }
    #add_HTML_page .modal-body p,
    #add_HTML_list .modal-body p {
      padding-left: 5px; }
      #add_HTML_page .modal-body p s
      span,
      #add_HTML_list .modal-body p s
      span {
        color: red; }
    #add_HTML_page .modal-body div,
    #add_HTML_list .modal-body div {
      background: #dbeef4;
      font-size: 18px;
      margin-bottom: 5px; }
      #add_HTML_page .modal-body div table,
      #add_HTML_list .modal-body div table {
        width: 100%; }
        #add_HTML_page .modal-body div table tr td,
        #add_HTML_list .modal-body div table tr td {
          vertical-align: middle;
          width: 75%;
          padding: 5px;
          font-size: 14px;
          border-bottom: 1px solid lightgray; }
          #add_HTML_page .modal-body div table tr td:first-child,
          #add_HTML_list .modal-body div table tr td:first-child {
            width: 25%;
            padding-left: 5px; }
          #add_HTML_page .modal-body div table tr td input[type="text"],
          #add_HTML_list .modal-body div table tr td input[type="text"] {
            margin-top: 10px;
            margin: 3px;
            margin-left: 8px;
            width: 60%;
            border: 1px solid lightblue; }
          #add_HTML_page .modal-body div table tr td button,
          #add_HTML_list .modal-body div table tr td button {
            margin: 10px;
            padding: 5px 18px;
            border-radius: 10px;
            outline: none;
            font-weight: bold;
            font-family: Microsoft JhengHei; }
          #add_HTML_page .modal-body div table tr td .pc-copy,
          #add_HTML_list .modal-body div table tr td .pc-copy {
            background: #a4dcec;
            padding: 5px 18px;
            border-radius: 10px;
            border: 1px solid #b8eefc;
            box-shadow: 1px 2px grey; }
          #add_HTML_page .modal-body div table tr td .edit-pc-page,
          #add_HTML_list .modal-body div table tr td .edit-pc-page {
            background: #fdeada;
            color: black;
            border: none;
            border-radius: inherit;
            margin-bottom: 0px;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
            border: 1px solid orange;
            border-bottom: 0px; }
            #add_HTML_page .modal-body div table tr td .edit-pc-page.active,
            #add_HTML_list .modal-body div table tr td .edit-pc-page.active {
              background: #ffbe8f;
              color: white; }
          #add_HTML_page .modal-body div table tr td .edit-mobile-page,
          #add_HTML_list .modal-body div table tr td .edit-mobile-page {
            background: #fdeada;
            color: black;
            border: none;
            border-radius: inherit;
            margin-bottom: 0px;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
            border: 1px solid orange;
            border-bottom: 0px; }
            #add_HTML_page .modal-body div table tr td .edit-mobile-page.active,
            #add_HTML_list .modal-body div table tr td .edit-mobile-page.active {
              background: #ffbe8f;
              color: white; }
          #add_HTML_page .modal-body div table tr td hr,
          #add_HTML_list .modal-body div table tr td hr {
            margin: 0px;
            border: none;
            border-top: 3px solid #ffbe8f;
            margin: 0px -5px 5px -6px; }
          #add_HTML_page .modal-body div table tr td span,
          #add_HTML_list .modal-body div table tr td span {
            color: red; }
          #add_HTML_page .modal-body div table tr td textarea,
          #add_HTML_list .modal-body div table tr td textarea {
            height: 200px;
            width: 95%;
            border: 1px solid lightblue; }
  #add_HTML_page .modal-footer,
  #add_HTML_list .modal-footer {
    margin: 0 auto;
    background: white; }
    #add_HTML_page .modal-footer .func_btn,
    #add_HTML_list .modal-footer .func_btn {
      text-align: center; }
      #add_HTML_page .modal-footer .func_btn button,
      #add_HTML_list .modal-footer .func_btn button {
        border: none;
        background: green;
        color: white;
        border-radius: 5px;
        padding: 4px 10px;
        margin-right: 10px; }

.data_list_maintenance .title {
  width: 300px !important; }
.data_list_maintenance .add-link {
  background: #a6a6a6;
  color: white;
  border: none; }
.data_list_maintenance span {
  color: inherit !important; }
.data_list_maintenance .required {
  color: red !important; }
.data_list_maintenance .modal-footer {
  margin: 0 auto;
  background: white; }
  .data_list_maintenance .modal-footer .func_btn {
    text-align: center; }
    .data_list_maintenance .modal-footer .func_btn button {
      border: none;
      background: #4f6228;
      color: white;
      border-radius: 5px;
      padding: 4px 10px;
      margin-right: 10px; }

#main_banner_maintenance .modal-body .required-font {
  padding-left: 15px; }
#main_banner_maintenance .modal-body table {
  min-width: 630px; }
  #main_banner_maintenance .modal-body table tbody tr td input[type="text"] {
    margin: 10px 0px; }
  #main_banner_maintenance .modal-body table tbody tr td label input {
    margin-left: 0px !important; }
  #main_banner_maintenance .modal-body table tbody tr td label label {
    display: inline; }
    #main_banner_maintenance .modal-body table tbody tr td label label input {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-top: -2px; }
  #main_banner_maintenance .modal-body table tbody tr td label .outside-link {
    width: 49%; }
  #main_banner_maintenance .modal-body table tbody tr td label .inner-link {
    width: 68%; }

.treeView .expanded {
    padding-left: 15px; }
.treeView .expanded input[type="checkbox"] {
      width: 24px;
      height: 24px; }
.treeView .expanded label {
      display: inline;
      position: relative;
      top: 3px;
      left: 5px;
      font-size: 14px; }
.treeView .expanded li {
      margin-top: 3px; }

#list-choice-modal {
  max-width: 684px; }
  #list-choice-modal .modal-body div {
    background: white;
    border: none; }
  #list-choice-modal .modal-body .choice-list-page {
    display: block;
    width: 90%; }
    #list-choice-modal .modal-body .choice-list-page h3 {
      text-align: center; }
    #list-choice-modal .modal-body .choice-list-page .list-options {
      margin-top: 50px;
      margin: 0 auto;
      width: 80%;
      overflow: hidden; }
      #list-choice-modal .modal-body .choice-list-page .list-options label {
        float: left;
        font-size: 17px;
        margin: 5px 20px; }
        #list-choice-modal .modal-body .choice-list-page .list-options label input[type="radio"] {
          width: 25px;
          height: 25px;
          margin-top: -2px;
          margin-right: 5px; }
.set-banner-img {
    max-width: 479px;
    margin-top: 5px;
}
.required {
  color: red !important;
  display: inline !important; }

.modal-open, .modal {
  overflow-x: hidden;
  overflow-y: auto; }

button, input, a, label, span {
    outline: none !important;
}

#ip-whitelist .modal-body table tr td {
  width: 50%; }
  #ip-whitelist .modal-body table tr td:first-child {
    width: 100px; }
  #ip-whitelist .modal-body table tr td span {
    color: inherit;
    display: block; }
  #ip-whitelist .modal-body table tr td input[type="text"] {
    width: 80%; }

@media screen and (max-width: 1150px) {
  .filter-result .filter-content textarea {
    height: 375px !important; }

  .menu-tree {
    display: none; }

  .filter-list label {
    float: left; }

  .menu-tree-mobile {
    display: block !important;
    float: left;
    margin-left: 15px; }

  .cms-page .content .right-area .filter-list {
    height: auto; }

  .cms-page .content .right-area .filter-result {
    overflow: inherit; }

  .cms-page .content .right-area .filter-result .Func-btn {
    display: inline-block; }

  .cms-page .content .right-area .filter-result .filter-content {
    height: 618px; } }
@media screen and (max-width: 900px) {
  #popups table {
    border: none; }
    #popups table tr td {
      border: none !important;
      display: block; }

  #popups .modal-body table tr td,
  #main_banner_maintenance .modal-body table tr td,
  #ip-whitelist .modal-body table tr td,
  #data_list_maintenance .modal-body table tr td {
    border: none !important;
    display: block;
    padding: 2px; }

  #add_account table,
  #ip-whitelist table {
    border: none; }

  #main_banner_maintenance .modal-body table tr td:first-child {
    width: auto; }

  #data_list_maintenance {
    top: 0; }
    #data_list_maintenance .modal-body table tr td .required {
      display: inline; }

  #main_banner_maintenance .modal-body table {
    min-width: inherit; }

  #main_banner_maintenance {
    top: 3%; }
    #main_banner_maintenance table {
      border: none; }

  .hidden-menu .content {
    margin-left: 40px; }

  .cms-page .content {
    margin-left: 0px !important; }

  .table-striped tbody > tr:nth-child(even) {
    background: white; }

  .cms-page .content .right-area .list-name {
    margin-left: 0px; } }
@media screen and (max-width: 800px) {
  #add_HTML_page {
    min-width: inherit; }

  #add_HTML_list {
    min-width: inherit; }
    #add_HTML_list table {
      width: 560px; } }
@media screen and (max-width: 680px) {
  .filter-result .filter-content textarea {
    height: 314px !important; }

  .cms-page .header .user-name {
    top: 66px;
    left: 29px;
    right: 0px; } }
@media screen and (max-width: 600px) {
  #popups .modal-body table, #main_banner_maintenance .modal-body table, #add_account .modal-body table, #data_list_maintenance .modal-body table, #ip-whitelist .modal-body table {
    min-width: inherit;
    width: 100%; }

  #add_account .modal-body table tr td {
    border: none !important;
    display: block;
    padding: 2px; }

  #popups,
  #list-choice-modal,
  #main_banner_maintenance,
  #add_account,
  #ip-whitelist,
  #authority_tree_view,
  #data_list_maintenance,
  #sorting_menu,
  #language_menu,
  #multi-language,
  #multi-language-edit {
    position: absolute;
    left: 0;
    margin-left: 0px;
    width: 100%;
    min-width: inherit; }

  #add_account {
    top: 0; }

  #sorting_menu .modal-body div,
  #sorting_menu .modal-body #sortable,
  #language_menu .modal-body div {
    width: 90%;
    max-width: 370px; }

  #add_HTML_page, #add_HTML_list {
    margin-left: 0px;
    left: 0; }

  #add_HTML_list {
    width: 100%; }

  #authority_tree_view .modal-body .treeView {
    margin: 0 auto;
    padding: 0; } }
@media screen and (max-width: 600px) {
  .cms-page .header .btn-group {
    position: relative;
    top: 45px; }

  .cms-page .content .right-area .list-class {
    position: inherit; } }
@media only screen and (max-width: 720px) {
  .cms-page .content .right-area .list-detial{
      width: auto !important;
  }
  .break-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .break-table, .break-table thead, .break-table tbody, .break-table th, .break-table td, .break-table tr {
    display: block; }

  .break-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .break-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ffffff; }

  .break-table td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    width: auto !important;
    min-height: 15px;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left !important; }

  .break-table td:before {
    content: attr(data-title); }

  .break-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #1a1a1a; } }
@media screen and (max-width: 480px) {
  .cms-page .content .right-area .filter-result .filter-content {
    height: 652px;
    margin-bottom: 10px; }

  .menu-tree-mobile {
    margin-left: 5px; }

    .cms-page .content .left-panel {
        left: 0;
        padding-top: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        top: 70px;
        z-index: 904;
        transition: all .5s ease-in-out;
    }

  .cms-page .content .left-panel.open{
      top:92px;
      height: 100%;
  }
  .header .mobile-menu-toggle{
      display: block;
      float: right;
      font-size: 30px;
      margin: 14px;
      position: relative;
      z-index: 100;
  }
  .cms-page .content .left-panel > ul > li > a:hover{
      background: rgb(0,66,140) !important;
  }
  #popups .modal-body table tr td:first-child{
      padding-left: 0;
  }
  #popups .modal-body table tr td:first-child span{
      position: static;
  }

}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, output, ruby, section, time, mark, audio, video {
  font-family: Microsoft JhengHei !important; }

/*# sourceMappingURL=back.css.map */
.ui-widget-header .ui-icon{
    background-image: url(../../images/ui-icons_ffffff_256x240.png) !important;
}
/*ie 拿掉下拉選單鍵頭多出來的邊框*/
select::-ms-expand {
    border: 0;
    background: white;
}

.mobile-menu-toggle{
    display: none;
    cursor: pointer;
}
*{
    -webkit-tap-highlight-color: transparent;
}

/* 2020/10/28 Daniel 新版UI樣式*/

/* radio自定義樣式 start */
.box_radio {
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px 0px 0px;
    position: relative;
}
.box_radio > span {
    display: block;
}
.box_radio > span > span {
    color: red;
}
.box_radio > label {
    display: inline-block;
    align-items: center;
    position: relative;
    margin: 0px 20px 0px 10px;
}
.box_radio input[type="radio"]{
    cursor: pointer;
    visibility: hidden;
    position: absolute;
}
    .box_radio .radio_label {
        z-index: 1;
        text-align: left;
        font-size: 14px;
        color: #303030;
        padding-left: 30px;
        height: 31px;
        display: flex;
        align-items: center;
    }
    .box_radio .check {
        position: absolute;
        left: 0px;
        top: 4px;
        display: block;
        border: 2px solid #9b9b9b;
        border-radius: 100%;
        height: 18px;
        width: 18px;
        z-index: 5;
        cursor: pointer;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        background: white;
    }
    .box_radio .check::before {
        display: block;
        content: '';
        border-radius: 100%;
        height: 14px;
        width: 14px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        border: 2px solid white;
    }
.box_radio input[type=radio]:checked ~ .check::before{
    background: #13b5b1;
}
/* radio自定義樣式 end */

/* checkbox自定義樣式 start */

input[type="checkbox"] {
  -webkit-appearance: none;
  vertical-align: middle;
  background: #fff;
  border: #13b5b1 solid 1px !important;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  position: relative;
  cursor: pointer;
  margin: 0px 15px 0px 0px;
  outline: none !important;
}

input[type="checkbox"]:checked {
  background: #13b5b1;
  border: #13b5b1 solid 1px !important;
}

input[type="checkbox"]:checked::after {
  content: '';
  top: 6px;
  left: 6px;
  position: absolute;
  background: transparent;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 6px;
  width: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.box_checkbox {
    display: inline-block;
    height: 43px;
}

.box_checkbox label{
  margin: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  vertical-align: middle;
  background: #fff;
  border: #13b5b1 solid 1px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  position: relative;
  cursor: pointer;
  margin: 0px 15px 0px 0px;
  outline: none;
}

.box_checkbox input[type="checkbox"]:checked {
  background: #13b5b1;
  border: #13b5b1 solid 1px !important;
}

.box_checkbox input[type="checkbox"]:checked::after {
  content: '';
  top: 6px;
  left: 6px;
  position: absolute;
  background: transparent;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 6px;
  width: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box_checkbox span {
  font-size: 18px;
}
/* checkbox自定義樣式 end */

/* input text自定義樣式 start */
.box_input {
    margin: 0px 35px 20px 35px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 72px);
}

.box_input.fill_width {
    width: calc(100% - 72px);
}

.box_input > span{
    display: block;
    margin-bottom: 8px;
}

.box_input > span > span{
    color: red;
}

.box_input input[type="text"]:disabled {
    cursor: default;
}

.box_input > .behind {
    display: inline-block;
    margin: 0px;
    font-size: 18px;
    height: 23px;
    vertical-align: top;
    padding: 10px 0px 10px 10px;
}

.box_input input{
    font-size: 18px;
    height: 21px;
    margin: 0px;
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #70aabf;
}

.box_input input:disabled{
    background: #c9c9c9;
}

/* input text自定義樣式 end */

/* select自定義樣式 start */
.box_select {
    margin: 0px 35px 20px 35px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 72px);
}

.box_select.fill_width {
    width: calc(100% - 72px);
}

.box_select > span{
    display: block;
    margin-bottom: 8px;
}

.box_select > span > span{
    color: red;
}

.box_select > .behind {
    display: inline-block;
    margin: 0px;
    font-size: 18px;
    height: 23px;
    vertical-align: top;
    padding: 10px 0px 10px 10px;
}

.box_select select{
    font-size: 18px;
    height: 43px;
    margin: 0px;
    width: calc(100% - 20px);
    padding: 0px 10px;
    border: 1px solid #70aabf;
}

/* input text自定義樣式 end */

/* input file自定義樣式 start */

.box_file {
    margin: 0px 35px 20px 35px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 72px);
}

.box_file > span{
    display: block;
    margin-bottom: 8px;
}

.box_file > span > span{
    color: red;
}

.box_file > div{
    height: 265px;
    border: 1px solid #70aabf;
    border-radius: 5px;
    padding: 20px;
    overflow: auto;
}

.box_file > div > label{
    background: #ea8c4a;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    align-items: center;
    padding: 10px 23px;
    display: block;
    width: 64px;
    height: 20px;
}

.box_file > div input[type="file"]{
   opacity: 0;
   visibility: hidden;
   overflow: hidden;
}

/* input text自定義樣式 end */

/* textarea 自定義樣式 start */

.box_textarea {
    margin: 0px 35px 20px 35px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 72px);
}

.box_textarea > span{
    display: block;
    margin-bottom: 8px;
}

.box_textarea > span > span{
    color: red;
}

.box_textarea textarea {
    border: 1px solid #70aabf;
    overflow: auto;
    padding: 17px;
    font-size: 18px;
    height: 128px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* textarea 自定義樣式 end */

/* box_date 民國年月日樣式製作 start */

.box_date {
    margin: 0px 35px 20px 35px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 72px);
}
.box_date.fill_width {
    width: calc(100% - 72px);
}
.box_date > span{
    display: block;
    margin-bottom: 8px;
}

.box_date > span > span{
    color: red;
}

.box_date > div{
    display: flex;
    align-items: center;
    /*padding: 0px 13px;*/
    font-size: 14px;
}

.box_date select {
    font-size: 18px;
    height: 43px;
    border: 1px solid #70aabf;
    width: 140px;
    margin: 0px 25px 0px 10px ;
}

/*.box_date > div select:first-child{
    margin: 0px 10px;
}*/

.box_date .age {
    margin: 0px;
    font-size: 18px;
    height: 23px;
    vertical-align: top;
    padding: 10px 0px 10px 30px;
    text-align: center;
}

.box_date .age input[type="text"] {
    font-size: 18px;
    height: 21px;
    margin: 0px;
    padding: 10px;
    width: 90px;
    border: none;
    box-shadow: none;
    cursor: default;
}

.box_date_interval {
    margin: 0px 35px 20px 35px;
    display: flex;
    align-items: center;
    width: calc(100% - 72px);
}
.box_date_interval > .box_date {
    display: inline-block;
    margin: 0px;
    min-width: 290px;
    width: auto;
}
.box_date_interval > .box_date > span {
    display: block;
    margin-bottom: 8px;
}
.box_date_interval > .box_date > span > span{
    color: red;
}
.box_date_interval > .box_date input[type="text"] {
    font-size: 20px;
    font-weight: bold;
    height: 21px;
    margin: 0px;
    width: 184px;
    padding: 10px;
    border: 1px solid #70aabf;
}
.box_date_interval > .box_date img {
    margin: 0px 25px 0px 10px;
}

/* box_date 民國年月日樣式製作 end */

/* 各種title類型樣式製作 start */

.box_title {
    font-size: 20px;
    font-weight: bold;
    height: 55px;
    margin: 15px 0px 25px 0px;
    background: #ebf1de;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_title.rostering {
    font-size: 24px;
    color: #494949;
    border-top: 1px solid #a0a0a0;
    margin: 15px 35px 25px 35px;
    padding-top: 30px;
    align-items:flex-start;
    background: white;
}

/* 各種title類型樣式製作 end */

/* box_area 可新增刪除資料的區塊 css start */

.box_area {
    margin: 0px 35px 20px 35px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 72px);
}

.box_area > span{
    display: block;
    margin-bottom: 8px;
}

.box_area > span > span{
    color: red;
}

.box_area .data_block {
    border: 1px solid #70aabf;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 25px 17px 0px 17px;
    height: 153px;
}

.box_area .data_block ul {
    margin: 0px;
}

.box_area .data_block ul li {
    font-size: 18px;
    background: #f29c9f;
    display: block;
    float: left;
    width: 140px;
    padding: 8px 25px;
    border-radius: 45px;
    color: white;
    margin: 0px 8px 15px 8px 
}
.box_area .data_block ul li.li_fixed {
    font-size: 18px;
    background: #b7dee8;    
    display: block;
    float: left;
    width: 140px;
    padding: 8px 25px;
    border-radius: 45px;
    color: #595959;
    margin: 0px 8px 15px 8px 
}
.box_area .data_block ul li i{
    float: right;
    cursor: pointer;
}

.box_area .btn_block {
    text-align: right;
    margin-top: 13px;
}

.box_area .btn_block button {
    border: none;
    padding: 12px 23px;
    background: #45a3ca;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

/* box_area 可新增刪除資料的區塊 css end */


/*Confirm css*/
.div_confirm {
    min-height: 150px;
    width: 300px;
    left: calc(50% - 150px);
    display: block;
    top: 250px;
    z-index: 20000 !important;
    border: 1px solid #dddddd;
    color: #333333;
    background: white;
    border-radius: 4px;
    position: fixed;
}

.div_confirm_title {
    background: #00bab5;
    padding: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 2px;
    line-height: 30px;
    text-align: center;
}

.div_confirm_content {
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.div_confirm_btn {
    text-align: center;
    margin-top: 10px;
}

.div_confirm_btn .btn_style {
    padding: 5px 25px;
    font-size: 14px;
    box-shadow: none;
    border: none;
    background-color: #8f82bc;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
}

.div_confirm_btn .btn_button {
    padding: 5px 25px;
    font-size: 14px;
    box-shadow: none;
    border: none;
    background-color: #a3a3a3;
    color: white;
    border-radius: 5px;
}

.div_confirm_title span {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.div_confirm_overlay {
    background: #666666 50% 50% repeat;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

/* alert 視窗製作 */

.div_alert {
    z-index: 20000 !important;
    border: 1px solid #dddddd;
    color: #333333;
    background: white;
    border-radius: 10px;
    position: fixed;
    width: 440px;
    padding: 15px;
    left: calc(50% - 176px) !important;
}

.div_alert_title {
    margin: 0px auto;
    text-align: center;
}

.div_alert_title span {
    background: rgb(0, 200, 195);
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    margin: -15px -15px 0px -15px;
    /* padding-bottom: 35px; */
    padding: 15px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 10px solid;
}

.div_alert_content {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    max-height: 65vh;
    overflow: auto;
    padding: 5px 0px;
}

.div_alert_btn {
    text-align: center;
}

.div_alert_btn .btn_style {
    padding: 5px 25px;
    font-size: 14px;
    box-shadow: none;
    border: none;
    background-color: #8f82bc;
    color: white;
    border-radius: 5px;
}

.div_alert_overlay {
    background: #424242 50% 50% repeat;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

/* alert 視窗製作 */

/* 前端UI start */
#frontScreen {
    margin: 0px auto;
    padding: 100px 0px;
    width: auto;
    height: auto;
    min-width: 99vw;
    min-height: calc(100vh - 200px);
    background: #808080;
}

    #frontScreen .header {
        padding: 5px 15px;
        background: rgb(0, 200, 195);
        text-align: center;
        font-size: 18px;
        background: #c4bd97;
        color: white;
        margin: 0px auto;
        width: 800px;
        line-height: 30px;
        font-weight: bold;
        border-radius: 6px 6px 0px 0px;
    }

    #frontScreen .body {
        padding: 30px 15px;
        margin: 0px auto;
        background: white;
        width: 800px;
        border-radius: 0px 0px 6px 6px;
    }

    #frontScreen table {
        width: 100%;
        border: none;
    }

    #frontScreen table tr td {
        text-align: left;
        padding-left: 20px;
        background: white;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        padding: 10px;
    }

    #frontScreen table tr td:first-child span {
        color: red;
        margin-right: 5px;
    }

    #frontScreen table tr td:first-child {
        width: 150px;
        padding-left: 30px;
        position: relative;
        background: #ebf1de;
    }

    #frontScreen table tr td:nth-child(even) {
        margin-bottom: 13px;
        background: #f2f2f2;
        border-left: 1px solid white;
    }

    #frontScreen table tr td input {
        margin-bottom: 0px;
        border: 1px solid #7f7f7f;
    }

    #frontScreen table tr td .required {
        display: block !important;
    }

    #frontScreen #titleTable tr:last-child td {
        background: transparent;
        padding-left: 15px;
    }

    #frontScreen #titleTable tr:last-child td button {
        border: none;
        background: #026fc1 !important;
        color: white;
        padding: 6px 15px;
        font-size: 16px;
        font-weight: bold;
        text-shadow: inherit;
        border-radius: 5px;
        line-height: initial;
        font-size: 14px;
    }

    #frontScreen .tablePartGroup tr td input[type="number"] {
        width: 50px;
        text-align: center;
        padding: 4px 0px 4px 14px;
    }

    #frontScreen table tr td input[type="checkbox"] {
        margin: 0px;
    }

    #frontScreen .tablePartGroup button {
        float: right;
        border: none;
        background: #1f497d !important;
        color: white;
        padding: 4px 15px;
        font-size: 16px;
        font-weight: bold;
        margin: 0px 5px;
        text-shadow: inherit;
        border-radius: 5px;
        line-height: initial;
        font-size: 14px;
    }

    #frontScreen .tablePartGroup tbody tr td:first-child {
        padding: 10px 30px
    }

    #frontScreen .tablePartGroup thead tr td div {
        display: inline-block;
        margin-top: 4px;
        margin-right: 20px;
    }

    #frontScreen .tablePartGroup thead tr td .error_message {
        display: none;
    }

    #frontScreen .tablePartGroup thead tr td .colorRed {
        color: red;
        display: inline-block;
    }

    #frontScreen .tablePartGroup tbody tr td:first-child {
        width: 10%;
    }

    #frontScreen .tablePartGroup tbody tr td:nth-child(2) {
        width: 18%;
    }

    #frontScreen .tablePartGroup tbody tr td:nth-child(3) {
        width: 26%;
    }

    #frontScreen .tablePartGroup tbody tr td:nth-child(4) {
        width: 16%;
    }

    #frontScreen .tablePartGroup tbody tr td:nth-child(5) {
        width: 16%;
    }

    #frontScreen .tablePartGroup tbody tr td:nth-child(6) {
        width: 10%;
    }

    #frontScreen .tablePartGroup:nth-child(2n) tr td {
        background: #c6d9f1 !important;
    }

    #frontScreen .tablePartGroup:nth-child(2n-1) tr td {
        background: #f2dcdb !important;
    }

    #frontScreen .func_btn {
        text-align: center;
        margin-top: 25px;
    }

    #frontScreen .func_btn button {
        border: none;
        background: rgb(0, 200, 195) !important;
        color: white;
        padding: 10px 25px;
        font-size: 16px;
        font-weight: bold;
        margin: 0px 5px;
        text-shadow: inherit;
        border-radius: 5px;
    }

    #frontScreen .func_btn button.btn_hide {
        display: none;
    }

    #frontScreen button.btn_disable {
        pointer-events: none;
    }

    #frontScreen .func_btn button:hover {
        background: rgb(0, 160, 155) !important;
    }

    #frontScreen .func_btn button.button_cancel {
        background: #b5b5b5 !important;
    }

    #frontScreen .func_btn button.button_cancel:hover {
        background: #a3a3a3 !important;
    }
    #frontScreen input[type="checkbox"][disabled] {
        background: #999999 !important;
        cursor: not-allowed;
    }


/* 前端UI end */






