﻿@import url(vendor/reset.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(0,103,212), rgb(0,66,140));
    height: 37%;
    width: 100%;
    position: absolute; }
  body .background-down {
    background-image: linear-gradient(to bottom, white, #e0e0e0);
    height: 63%;
    width: 100%;
    position: absolute;
    bottom: 0px; }
  body .container {
    height: 100%;
    position: absolute;
    margin: 0 auto;
    width: 100%; }
.container .login {
    position: relative;
    background-color: rgba(0,0,0,0.8);
    left: 0;
    top: calc(50% - 252px);
    border-radius: 5px;
    border: 2px solid rgba(255,255,255,.3);
    padding-bottom: 65px;
    padding-right: 75px;
    width: 450px;
    margin: 0 auto;
    color: white;
}
body .container .slideshow-bg {
    position: absolute;
    left: 0;
    background: url(../../images/login_new_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 0px;
    padding-right: 75px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.input-group {
    border: 1px solid rgba(255,255,255,0.5);
    -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: 13px;
}
body .container .logo {
    position: absolute;
    top: 0px;
    background: url(../../images/newLogo.png) no-repeat center center;
    background-size: contain;
    height: 13%;
    width: 50%;
    left: 25%;
    z-index: 200;
}
    body .container .login .logo {
        display: none;
        position: absolute;
    left: -25%;
        top: -250px;
    background: url(../../images/newLogo.png) no-repeat center center;
    background-size: auto;
    width: 150%;
        height: 35%;
    }
        body .container .login .system-name {
            position: absolute;
            left: initial;
            top: 56px;
            width: 100%;
            height: 35px;
        }
      body .container .login form {
        width: 530px; }
.container .login .system-name p {
    font-size: 24px;
    color: white;
    margin-bottom: 0px;
    bottom: 5px;
    left: 109px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    text-align: center;
    position:initial !important;
}
.container .login .system-name span {
    font-size: 24px;
    color: red;
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    position: initial !important;
    width: 100%;
    display: block;
    margin-top: 5px;
}
body .container .login .btn-area {
    text-align: center;
    margin-top: 14px;
}
body .container .login .button {
    width: 386px;
    height: 43px;
    font-size: 16px;
    color: white;
    border-left: 0px;
    background: #008be9;
    border: none;
    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);
}

    .btn-group {
        margin-left: 9px;
    }
    .btn-group > .btn:first-child {
        width: 90px;
        font-size: 14px;
        border-right-color: transparent;
        color: black;
    }

    .btn-group .btn.dropdown-toggle {
        border-left-color: transparent;
        margin-left: -2px;
        height: 30px;
        width: 100%;
        border: none;
        background: none;
        padding-left: 0px;
    }
.bootstrap-select.btn-group .dropdown-menu li a {
    text-align: left;
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
    height: 29px !important;
    margin-top: 1px;
}

    .btn-group.open .btn.dropdown-toggle .caret{
        margin-top: 7px;
    }

.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: #004177;
    }
      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;
          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: rgba(0, 0, 0, 0.6);
            border: none;
            color: white;
            border-radius: 8px;
        }

/*
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: 6px 77px 0px 75px;
            position: relative;
            cursor: default;
            width: fit-content;
        }
        body .container .login .remember-account input {
          width: 22px;
          margin-top: -1px;
          height: 30px;
          cursor: pointer;
        }
        body .container .login .remember-account span {
          margin-left: 0px; }
        body .container .login .remember-account .language {
              margin-top: 132px;
              cursor: default;
        }
        body .container .login .remember-account div select {
            width: 140px;
            margin-bottom: 3px;
            margin-left: 9px;
            visibility: hidden;
            position: absolute;
            z-index: -1;
            pointer-events: none;        
        }
        .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: 39px;
    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;
    cursor: pointer;
  }

  body .container .login .input-data {
    margin: 0 auto;
    margin-top: 146px; }

  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, #f0f2f8, #f0f2f8); 
  padding-bottom: 50px;
}
    .cms-page .header {
        background: url(../../images/banner.jpg) no-repeat top right;
        height: 150px;
        background-size: contain;
        padding-left: 270px;
    }
.content .left-panel.open .logo {
    background: url(../../images/new_Logo3.jpg) no-repeat center 20px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 905;
    min-width: 260px;
    background-size: initial;
    height: 120px;
    background-color: white;
    padding-top: 30px;
    background-size: 80%;
}

.content .left-panel.open .system-name {
    top: 101px;
    position: absolute;
    width: 260px;
    height: auto;
    background-color: white;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    border-bottom: 1px solid white;
    color: rgb(72, 165, 234);
    font-weight: 600;
    z-index: 906;
    padding-left: 10px;
    margin-top: 7px;
}

.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: rgb(0,66,140);
    font-weight: 600;
}
.content .left-panel.active.open .system-name p{
    overflow: auto;
    white-space: initial;
    margin: 0px;
}
    .content .left-panel.active.open .system-name p span {
        display: block;
        margin-top: 4px;
        color: black;
        font-size: 15px;
    }
.content .left-panel.active .system-name p{
    overflow: hidden;
    white-space: nowrap;
}
.content .left-panel.active .system-name p span{
    display: none;
}

    .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: 30px;
    top: 116px;
    /*color: rgb(170, 170, 170);*/
}
.cms-page .header .test-site {
    position: absolute;
    left: 280px;
    top: 80px;
    color: red;
    font-weight: bold;
    font-size: 80px;
}

    .cms-page .header .user-name select {
        margin: 0px 110px 0px 0px;
        width: fit-content;
        font-size: 14px !important;
    }

    .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 35px 0px 303px;
    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-radius: 10px;
  }
    .cms-page .content .left-panel {
        min-width: 200px;
        position: absolute;
        top: 0;
        left: -158px;
        z-index: 904;
        padding-top: 100px;
        height: 100%;
        background: rgb(72, 165, 234);
    }
      .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: 500;
            cursor: pointer;
            height: 70px;
            font-size: 20px;
            color: white;
            top: 150px;
        }
            .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/new_Logo3.jpg) 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: 146px;
        width: 55px;
    }

.cms-page .content .left-panel > ul > li:hover
{
    /*background-color: white;
    color: black;*/
}

.cms-page .content .left-panel ul li i {
    /*color: #fff;*/
    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: auto;
    }

    .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;
        border: none;
        background-color: rgb(72, 165, 234);
    }

        .cms-page .content .left-panel.open ul li ul.slidedown li {
            background: rgb(72, 165, 234);
            width: 235px;
        }
        .cms-page .content .left-panel.open ul li ul.slideup li {
            background: rgb(72, 165, 234);
            width: 235px;
        }

            /*.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;
        overflow: hidden;
    }

    .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.open .menu {
        padding-right: 10px;
    }
    .cms-page .content .left-panel .menu {
        padding-right: 0px;
        padding-top: 120px;
        background: rgb(72, 165, 234);
    }

        .cms-page .content .left-panel.active.open ul li {
            position: relative;
            width: 250px;
            background: rgb(72, 165, 234);
    border-radius: 0px 50px 50px 0px !important;
        }
        .cms-page .content .left-panel.active ul li {
            position: relative;
            width: auto;
            background: rgb(72, 165, 234);
            border-radius: 0px !important;
        }
        .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(72, 165, 234);
            transition: all 0.5s ease;
            cursor: pointer;
        }
        .cms-page .content .left-panel > ul > li > a:hover {
            background: rgb(240, 242, 248) !important;
            border-radius: 0px 50px 50px 0px;
            color: rgb(72, 165, 234)
        }
                .cms-page .content .left-panel ul li #system-manager:active {
                    background: rgb(72, 165, 234);
                }
                /*.cms-page .content .left-panel.open ul li ul.slidedown li a:active {
                    background: rgb(240, 242, 248);
                     border-radius: 0px 50px 50px 0px; 
                }*/
            /*.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 .menu li a:hover {
    /*background: rgb(240, 242, 248) !important;
            border-radius: 0px 50px 50px 0px; }*/
}
          .cms-page .content .left-panel ul li a:active {
            /*background: black;*/ }
        .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: 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;
}
          .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(72, 165, 234);*/
        transition: all 0.3s ease;
        max-width: 223px;
        background-color: white;
    }
            .cms-page .content .left-panel ul li ul li:hover {
                background: rgb(240, 242, 248) !important;
            }

              .cms-page .content .left-panel ul li ul li:hover a {
                color: rgb(72, 165, 234);
              }
                .cms-page .content .left-panel ul li ul li a {
                    padding: 12px 19px 12px 17px;
                    color: white;
                    background: transparent;
                    transition: initial;
                }
              .cms-page .content .left-panel ul li ul li a:hover {
                 }

    .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: white;
    background: rgb(144, 208, 255) !important;
    border-radius: 0px 50px 50px 0px;
    }
            .cms-page .content .left-panel ul li ul .focus-color a {
              color: white; }
    .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-x: auto;
      }
      .cms-page .content .right-area .right-area-content .search td input {
          margin-right: 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: 0px; }
        .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;
            }
            .cms-page .content .right-area .query-area .query_form_group label {
                margin-bottom: 5px;
                margin-right: 30px;
                display: inline-block;
                position: relative;
                width: auto !important;
            }
                .cms-page .content .right-area .query-area div label select {
                    width: 220px;
                    position: absolute;
                    left: 100px;
                    top: -5px;
                }
            .cms-page .content .right-area .query-area .query_form_group label input[type="checkbox"] {
                margin: 0;
                position: initial;
                color: black;
                margin-right: 10px;
            }
            .cms-page .content .right-area .query-area div label input {
            
            }

            .cms-page .content .right-area .general-button {
                width: auto;
                height: 35px;
                margin-left: 10px;
                border-radius: 5px;
                color: white;
                border: none;
                background: linear-gradient(#4eb2fc,#3c99de) !important;
                padding: 0px 20px;
            }
            .cms-page .content .right-area .change-filter {
                display: flex;
                align-items: center;
                width: fit-content;
                float: left;
                margin: 0px;
            }

        #T4U-Table .T4U-table-button button {
            position: relative;
            top: -5px;
            left: -5px;
            margin-top: 7px;
            margin-left: 5px;
            background: none;
            color: #3399ff;
            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 {
        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: darkgreen;
            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: 20px;
        table-layout: fixed;
        width: auto;}
        .cms-page .content .right-area .table thead,
        #popups .modal-body #formAdd .table thead,
        #popups2 .modal-body #formAdd .table thead {
            background: rgb(240,240,240);
        }
        .cms-page .content .right-area .table thead th.allowSort{
            cursor: pointer;}
        .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 .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 {
                position: absolute;
                top: calc(50% - 7px);
                right: 0px;
                color: #7a80dd;
            }
        .cms-page .content .right-area #T4U-Table tr ,
        #popups .modal-body #formAdd #T4U-Table tr {
            display: block;
        }
          .cms-page .content .right-area .table thead tr th {
            text-align: center;
            vertical-align: middle;
            word-break: break-all;
          }
          .cms-page .content .right-area #T4U-Table tbody{
            display: block;
            overflow-x: hidden;
            overflow-y: auto;
            max-height: 350px;
            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 , 
          #popups .modal-body #formAdd .table tbody > tr{
            background: rgb(251,251,251); }
          .cms-page .content .right-area .table tbody > tr:nth-child(even) ,
          #popups .modal-body #formAdd .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: green; }
      .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: 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 .tool-bar button i
            {
                margin-right: 5px;
                font-size: 12px;
                font-weight: normal;
            }

            .cms-page .content .right-area .tool-bar button:hover {
                /*background: darkblue;
                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 .back-classification {
            margin-top: 45px;
        }
        .cms-page .content .right-area .filter-list .menu-tree-mobile {
          display: none; }
        .cms-page .content .right-area .filter-list .menu-tree {
          width: 392px;
          background: #d5eefe;
          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: #4782d0;
            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: 220px;
                background: #d5eefe;
                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;
              color:#4782d0;
          }
            .cms-page .content .right-area .filter-list .menu-tree li span.focus-color::after{
                display: block !important;
                content: '';
                width: 392px;
                /*border: 1px solid brown;*/
                z-index: -1;
                position: absolute;
                height: 108%;
                right: 0;
                top: -2px;
                background: #eeeeee !important;
            }
            .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: #d07747 !important;
            font-weight: bolder;}
            .cms-page .content .right-area .filter-list .menu-tree .focus-color i {
                color: #d07747 !important;
            }
          .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: black;
              display: inline;
              /*cursor: default !important;*/ }
          .cms-page .content .right-area .filter-list .menu-tree ul .no-selected > a > span , 
          .cms-page .content .right-area .filter-list .menu-tree ul .no-selected > a > span > i {
            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;
        position: relative;
        min-height: 35px;
      }
        .cms-page .content .right-area .filter-result > div {
            min-height: 35px;
            margin-top: 20px;
        }
        .cms-page .content .right-area .filter-result > div > div{
            width: max-content;
            position: absolute;
            top: 7px;
        }
        .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: 23%;
            top: 5vh;
            background-size: 100%;
        }
        .cms-page .content .right-area .index-teach p{
            color: #28bef2;
            top: 11%;
            left: 50%;
            width: 83%;
            line-height: 30px;
            text-align: left;
            transform: translate(-50%, 0%) !important;
            font-size: 20px;
            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: 20px;
            margin-bottom: 3px;
            cursor: pointer;
            width: max-content;
            display: inline-block;
        }
        .cms-page .content .right-area .filter-list .back-classification span {
            color: rgba(64, 64, 71, 0.59); }
          .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 {
  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, #popups2 .modal-body {
  padding: 15px; 
    overflow: inherit;
}

#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 , #popups2 , #popups3{
    min-width: 600px;
    overflow: inherit;
    background: none;
    padding-top: 35px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
/*#popups {
    z-index: 1050 !important;
}
#popups2 {
    z-index: 1060 !important;
}
#popups3 {
    z-index: 1070 !important;
}
p:nth-of-type(1) {
    z-index: 1040 !important;
}
p:nth-of-type(2) {
    z-index: 1055 !important;
}
p:nth-of-type(3) {
    z-index: 1065 !important;
}*/



#popups .modal-dialog , #popups2 .modal-dialog , #popups3 .modal-dialog{
    position: static !important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#popups .modal-header , #popups2 .modal-header , #popups3 .modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 17px solid white;
}

#popups .modal-header .close , #popups2 .modal-header .close , #popups3 .modal-header .close{
    margin-top: -30px;
    margin-right: -3px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: black;
    opacity: 1;
    outline: none;
    font-weight: normal;
    background: #f6f6f6;
    text-shadow: none;
    border-radius: 99em;
    position: relative;
}

#popups .modal-header .close .fa-times-circle , #popups2 .modal-header .close .fa-times-circle , #popups3 .modal-header .close .fa-times-circle{
    border:none;
    margin: 0px;
    font-size:30px;
    background: #757575 !important;
    color: #f6f6f6 !important;
    border-radius:99em;
}
#popups .modal-header .close .fa-times-circle:hover, #popups2 .modal-header .close .fa-times-circle:hover , #popups3 .modal-header .close .fa-times-circle:hover{
    border:none !important;
}

#popups .modal-header .close span , #popups2 .modal-header .close span , #popups3 .modal-header .close span {
    position: absolute;
    top: 3px;
    left: 5px;
    color: #757575;
}


  #popups button,
  #popups select,
  #popups textarea {
    font-family: Microsoft JhengHei !important; }
  #popups .modal-header , #popups2 .modal-header {
    padding: 5px 15px;
    background: linear-gradient(to right,#2b9de6,#0364b5) !important; }
    #popups .modal-header h3 {
      font-size: 18px !important ;
      padding-left: 20px;
    }
  #popups .modal-body {
    max-height: iniherit;
    overflow: iniherit; }
  #popups .modal-body .btn_button:hover, #popups2 .modal-body .btn_button:hover , .btn_button:hover{
       color: #48a5ea !important;
       background : rgb(248,248,248) !important;
    }
    #popups .modal-body .btn_color:hover {
        color: #48a5ea !important;
    }
    #popups .modal-body #formAdd .field_notice {
        margin-top: 15px;
        border-bottom: none !important;
        height: auto !important;
    }
    #popups .modal-body #formAdd .field_notice select ,
    #popups .modal-body #formAdd .field_notice input {
        border: 1px solid #94d6ff !important;
        margin-bottom: 0px;
        margin-left: 0px !important;
        min-height: 70px;
    }
    #popups .modal-body #formAdd .independent_box ,.sample-code .independent_box ,#popups2 .modal-body  .independent_box,
    {
       width: 95.4% !important;
        position:relative;
        height: auto !important;
        margin: 10px 2.3% 0px 2.3%;
    }
    #popups .modal-body #formAdd .text_box.independent_box {
        width: 95.4% !important;
        margin: 10px 2.3% 0px 2.3% !important;
    }
    #popups .modal-body .two_box ,.sample-code .two_box ,#popups2 .modal-body  .two_box{
        margin-right:45% !important;
    }
    #popups .modal-body #formAdd .independent_box .field_value{
        width: 45% !important;
        display: inline-block;
    }
    #popups .modal-body #formAdd .independent_box .radio_value{
        width: 87% !important;
    }
    #popups .modal-body #formAdd .independent_box #div_condition ul {
        margin: 0px;
    }
    #popups .modal-body #formAdd .independent_box #div_condition ul li{
        width: 40.5%;
        float: left;
        margin: 10px 15px 0px 15px;
        padding: 15px 25px;
        background: #c4e6ff;
        font-weight: bold;
        border-radius: 5px;
        position: relative;
    }
    #popups .modal-body #formAdd .independent_box #div_condition ul li .edit_span {
        width: 30px;
        height: 30px;   
        border-radius: 999em;
        background: white;
        position: absolute;
        right: 55px;
        top: calc(50% - 16px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a6d9fe;
    }
    #popups .modal-body #formAdd .independent_box #div_condition ul li .del_span {
        width: 30px;
        height: 30px;   
        border-radius: 999em;
        background: white;
        position: absolute;
        right: 15px;
        top: calc(50% - 16px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a6d9fe;
    }
    #popups .modal-body #formAdd .independent_box #div_condition ul li span .edit_condition ,
    #popups .modal-body #formAdd .independent_box #div_condition ul li span .del_condition {
        color: black;
        
    }
    #popups .modal-body #formAdd .query_name {
        width: fit-content;
        position: absolute;
        left: 0;
    }
    #popups .modal-body .title span , #popups2 .modal-body .title span{
        color: red;
    }

    #popups .modal-body #formAdd .box .query_value {
        padding-left: 120px !important;
        margin-top:0px !important;
    }
    #popups .modal-body #formAdd .box .query_value .radio_box {
        margin-bottom: 10px;
    }
    #popups .modal-body .title , #popups2 .modal-body .title{
        margin: 0px 2.3% 20px 2.3% !important;
    }
    .fill_info .text_box ,
    #popups .modal-body #formAdd .text_box{
        width: 45%;
        min-height: 70px;
        display: inline-block;
        padding: 0px;
        vertical-align: top;
        position: relative;
        margin-bottom: 30px;
    }
    .fill_info .text_box div:nth-child(odd) ,
    #popups .modal-body #formAdd .text_box div:nth-child(odd) , 
    #popups2 .modal-body .text_box div:nth-child(odd) {
        display: block;
        margin-bottom: 6px;
        font-family: Microsoft JhengHei !important;
        font-size: 14px;
        line-height: 1.33;
        text-align: left;
        color: rgba(64, 64, 71, 0.59);
        font-weight: bold;
    }
    .fill_info .text_box div:nth-child(even) ,
    #popups .modal-body #formAdd .text_box div:nth-child(even) ,
    #popups2 .modal-body .text_box div:nth-child(even) {
        margin-top: 5px;
        min-height: 100px;
        text-align: left;
        width: 100% !important;
        padding: 10px 0px 0px 10px;
        border: 1px solid #d8d8d8 !important;
    }
    #btnSave:hover, .join_condition:hover, .update_condition:hover, #btn_stage_add:hover, #btn_add_notification:hover, #btn_add_member:hover, #btnSaveStage:hover,
    #btnSaveFade:hover, #btn_query:hover, #btn_Save:hover, #btnSendCountersign:hover, #btnSendReturnToLegal:hover, btnSendRessign:hover, #btn_add_authority_member:hover, .cms-page .content .right-area #btnSave:hover,
    #popups .func_btn #btnSaveContent:hover, #btnSaveContractText:hover, #btnSortSave:hover, #btnYes:hover, #popups2 .modal-body #btnSendVendor:hover, #btnImportSave:hover, #btn_save_lock:hover, #popups2 .modal-body #btnSendDepartment:hover,
    #popups #btnSetSerialNumber:hover, #popups .func_btn #btnJoinEndorsement:hover {
        box-shadow: inset 0px 0px 12px 4px rgba(255, 255, 255, 0.5);
    }
    #popups .modal-body #btn_Save {
            width: auto;
            height: 35px;
            margin-left: 30px;
            border-radius: 5px;
            color: white;
            border: none;
            background: linear-gradient(#4eb2fc,#3c99de) !important;
            padding: 4px 25px;
             margin-right: 10px;
            text-shadow: inherit;
    }
    #popups .modal-body #btnSave, #popups2 .modal-body #btnSave, #popups2 .modal-body #btnSaveStage, #btnSaveFade, #popups .modal-body #btn_query,
    .cms-page .content .right-area .tool-bar #btnSave, #popups2 .func_btn #btnSendCountersign, #popups2 .func_btn #btnSendReturnToLegal, #popups2 .func_btn #btnSendRessign, #btn_add_authority_member, .cms-page .content .right-area #btnSave,
    #popups .func_btn #btnSaveContent, #popups2 .func_btn #btnSaveContractText, #btnSortSave, #btnYes, #popups2 .modal-body #btnSendVendor, #btnImportSave, #btn_save_lock, #popups2 .modal-body #btnSendDepartment,
    #btnSetSerialNumber, #popups .func_btn #btnJoinEndorsement {
        width: auto;
        height: 35px;
        margin-left: 30px;
        border-radius: 5px;
        color: white;
        border: none;
        background: linear-gradient(#4eb2fc,#3c99de) !important;
        padding: 4px 25px;
        margin-right: 10px;
        text-shadow: inherit;
    }
    #popups .modal-body .join_condition, #popups .modal-body .update_condition , #popups .modal-body #btn_stage_add , #btn_add_member , #btn_add_notification{
            width: auto;
            height: 35px;
            border-radius: 5px;
            color: white;
            border: none;
            background: linear-gradient(#4eb2fc,#3c99de) !important;
            margin: 30px 15px 0px 0px;
            padding: 4px 25px;
            margin-right: 10px;
            text-shadow: inherit;
    }
    #popups .modal-body #btn_stage_add {
            margin:0px !important;
    }
    #popups .modal-body .btn_color{
            background: white !important;
            color: rgb(155,155,155) !important;
            border: none;
            box-shadow:  none;
    }
    #table_contract_detail tr .data-table-title {
        width: 900px;
        color: rgb(72, 165, 234);
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
        padding: 20px 0px !important;
        border-bottom: 1px solid #ededed;
        border-left: none !important;
    }
    #table_contract_detail tr td:first-child {
        border-bottom: 1px solid #ededed;
        border-left: 1px solid #ededed;
        padding: 8px;
        width: 200px;
    }
    #table_contract_detail tr td:nth-child(2) {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding: 8px;
        width: 300px;
    }
    #table_contract_detail tr td .btn_contract_detail{
        border: none;
        background: none;
        color: dimgray;
        font-size: 18px;
    }

    #popups .modal-body #formAdd .div_detail .box ,
    #popups2 .modal-body #formAdd .div_detail .box {
            min-height: auto !important;
            margin-top: 15px;
            height: auto;
    }
    #popups .modal-body #formAdd .box > div:nth-child(2) ,
    #popups2 .modal-body #formAdd .box > div:nth-child(2) ,
    #popups2 .modal-body .box > div:nth-child(2) {
            margin-top: 5px;
            /*padding: 0px 0px 5px 0px !important;*/
            border-bottom: 1px solid #d8d8d8;
            height: 30px;
            min-height: auto;
            width: 100%;
            position: relative;
            word-break: break-word;
    }

    #popups .modal-body #formAdd .box > div:nth-child(2).radio_value {
        height: auto;
        min-height: 30px;
    }

    #popups .modal-body #formAdd .div_detail .box > div:nth-child(2) ,
    #popups2 .modal-body #formAdd .div_detail .box > div:nth-child(2){
            border: none;
            min-height: auto !important;
            height: auto;
    }
    #popups .modal-body .box > .div_talkrecord ,
    #popups2 .modal-body .box > .div_talkrecord {
            max-height: 300px !important;
            overflow: auto;
    }
    #popups2 .modal-body #formAdd .div_detail {
            padding: 30px;
    }

    #popups .modal-body #formAdd .box > .div_talkrecord > div , 
    #popups2 .modal-body .box > .div_talkrecord > div {
            display:block !important;
            position: relative;
            margin-bottom: 10px;
    }
    #popups .modal-body #formAdd .box > .div_talkrecord > div > div:first-child ,
    #popups2 .modal-body .box > .div_talkrecord > div > div:first-child{
            display:inline-block;
            width: 150px;
            left: 0px;
            position: absolute;
    }
    #popups .modal-body #formAdd .box > .div_talkrecord > div > div:nth-child(2) ,
    #popups2 .modal-body .box > .div_talkrecord > div > div:nth-child(2) {
            display:inline-flex;
            padding-left: 150px;
            align-items: center;
            max-width: 650px;
            word-break: break-all;
    }
    #popups .modal-body #formAdd .field_notice {
            border: none !important;
    }
    #popups .modal-body #formAdd .field_value select , #popups .modal-body #formAdd .field_value input[type="text"],
    #popups .modal-body #formAdd .field_value input[type="password"] ,#popups2 .modal-body #formAdd .field_value select , 
    #popups2 .modal-body #formAdd .field_value input[type="text"],#popups2 .modal-body #formAdd .field_value input[type="password"] {
            font-size: 16px;
            border:none !important;
            box-shadow: none;
    }
    #popups .modal-body #formAdd .field_value:hover{
            border-bottom: 1px solid #48a5ea; 
    }
    #popups .modal-body #formAdd .view_value:hover{
            border-bottom: 1px solid #d8d8d8 !important; 
    }
    #popups .modal-body #formAdd .independent_box  .independent_field {
            width:100% !important;
    }

    #popups .modal-body #formAdd .textarea_border {
            border:none !important;
            min-height: 0px;
            height: auto !important;
    }

    #popups .modal-body #formAdd .box ,#popups2 .modal-body .box {
            width:45%;
            height:auto;
            margin: 10px 2.3% 0px 2.3%;
            display: inline-block;
            vertical-align: top;
            min-height: 70px;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul{
            margin: 0px;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .tip {
            font-size: 16px;
            background: rgb(72, 165, 234);
            color: white;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .tip div{
            display: inline-block;
            background: #4db2fc;
            padding: 10px 17px;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .article_content {
            font-size: 16px;
            background: #f7f7f7;
            padding: 22px 17px;
            float: left;
            border-bottom: 20px solid white;
            position: relative;
            width: -webkit-fill-available;
            min-height: 100px;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .article_content .li_box {
            width: 45%;
            display: inline-block;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .article_content .right_box {
            width: 55%;
            display: inline-block;
            float: right;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .article_content .li_box .wingdings_2 {
            font-size:16px;
            font-family: Wingdings !important;
            color: black;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .article_content .icon_box {
            position: absolute;
            right: 5%;
            top: 35%;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .article_content .icon_box i{
            margin-left: 30px;
            font-size: 40px;
            margin-bottom: 20px;
            color: #3399ff;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .article_content .independent_box {
            width: 100% !important;
            margin:0px;
    }
    #popups .modal-body #formAdd .independent_box div #div_stage ul li .article_btn {
            float: left;
            background: #f7f7f7;
            width: 20%;
            height: 150px;
            display: flex;
            align-items: center;
            border-bottom: 20px solid white;
    }
    #popups .modal-body .div-query .btn_style i , #popups2 .modal-body .div-query .btn_style i , #popups3 .modal-body .div-query .btn_style i{
            margin-right: 5px;
    }
    /*#popups .modal-body #formAdd .right , #popups2 .modal-body .right {
            float: right;
    }*/
    /*#popups .modal-body #formAdd .textarea_box {
            margin-bottom: 70px !important;
    }*/
    
    #popups .modal-body #formAdd .box > div:first-child , #popups .modal-body #formAdd .independent_box > div:first-child ,
    #popups2 .modal-body #formAdd .box > div:first-child , #popups2 .modal-body #formAdd .independent_box > div:first-child ,
    #popups2 .modal-body .box > div:first-child{
            display: block;
            margin-bottom: 0px;
            font-family: Microsoft JhengHei !important;
            font-size: 14px;
            line-height: 1.33;
            text-align: left;
            color: rgba(64, 64, 71, 0.59);
            font-weight: bold;
            border:none !important;
            padding-left:0px;
    word-wrap:break-word;
    }

#popups .modal-body .files_box div .btn_filedownload {
    border: none;
    background: rgb(72, 165, 234);
    margin-top: 0px;
    min-width: 30px;
    height: 30px;
    padding-left: 0px;
    border-radius: 999em;
    padding: 0px;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: -35px;
    z-index: 10;
}

#popups .modal-body .files_box div .btn_filedownload a {
    color: white;
}

#popups .modal-body .files_box div input[type="file"] {
    width: 30px;
    height: 30px;
    border-radius: 999em;
    position: absolute;
    bottom: 0px;
    right: -35px;
    margin-left: 20px;
    filter: alpha(opacity:0);
    opacity: 0;
    cursor: pointer;
    margin-top: 0px;
    padding: 0px;
    z-index: 9;
    cursor: pointer;
}

#popups .modal-body .files_box div div {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    word-break: break-word;
}

#popups .modal-body .files_box div div p {
    background: #d4eeff;
    padding: 5px 8px;
    border-radius: 10px;
    color: #0069b2;
    display: inline-block;
    min-width: 139px;
    position: relative;
    cursor: pointer;
}

#popups .modal-body .files_box .box-area {
    height: auto;
    overflow-x: auto;
    width: 100%;
    margin: 0px 0px;
    background-color: #f7fbff;
    border: solid 1px #a4caef !important;
    border-radius: 3px;
    max-height: 200px;
    padding: 0px !important;
    float: left;
    min-height: 60px;
    margin: 5px 0px !important;
    display: flex;
    align-items: center;
}

#popups .modal-body .files_box .box-area:hover {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%) inset;
}

#popups .modal-body .button.btn_fileupload {
    border: none;
    background: #0984BC !important;
    border-radius: 5px;
    padding: 3px 10px;
    color: white;
    float: right;
    position: absolute;
    top: -30px;
    right: 0px;
}

#popups .modal-body .fill_info .files_box div button.btn_fileupload {
    border: none;
    background: rgb(72, 165, 234) !important;
    margin-top: 0px;
    min-width: 30px;
    height: 30px;
    padding-left: 0px;
    border-radius: 999em;
    padding: 0px;
    color: white;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: -35px;
    z-index: 10;
    top: initial;
}

#popups .modal-body .files_box .box-area .no-file-text {
    display: block;
    float: left;
    width: 100%;
    color: #a6c6cc;
    font-size: 14px;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 1px;
}

#popups .modal-body .files_box table thead tr {
    background: #48A5EA;
    color: white;
}
#popups .modal-body .files_box table tbody tr {
    color: black;
}

#popups .modal-body .files_box table #tableTemp tr td,
#popups .modal-body .files_box table #tablePreview tr td {
    vertical-align: middle;
}

#popups .modal-body .files_box table tr td:first-child,
#popups .modal-body .files_box table tr th:first-child {
    width: 5% !important;
    text-align: center !important;
    padding-left: 0px;
}

#popups .modal-body .files_box table tr td:nth-child(3),
#popups .modal-body .files_box table tr th:nth-child(3) {
    width: 20% !important;
    text-align: center !important;
}

#popups .modal-body .files_box .table-add-link-disable {
    position: relative;
}

#popups .modal-body .files_box table tr td button {
    padding: 0px;
    font-size: 15px;
    margin: 0px 5px;
    background: #E5A03B;
    border: none;
    width: 31px;
    height: 32px;
    vertical-align: text-bottom;
    border-radius: 2px;
}

#popups .modal-body .files_box table tr td button a {
    color: white;
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popups .modal-body .files_box .table-add-link-disable > div {
    display: inline-block;
    padding-left: 25px !important;
    color: #333333;
}

#popups .modal-body .object_block {
    border-top: 2px solid #48a5ea;
    box-shadow: 0px 3px 8px rgba(99,99,99,0.7);
    margin: 20px 0px 20px 5px;
    padding: 20px 10px;
}

#popups .modal-body .object_block .btn_style#btn_add {
    vertical-align: top;
    margin-left: 0px;
}

    #popups .modal-body .object_block .description_area {
        color: rgb(72, 165, 234);
        font-size: 16px;
        font-weight: bold;
        margin: 14px 10px 0px 0px;
        display: inline-block;
        float: right;
    }

#popups .modal-body .object_block .p_area {
    margin: 20px 10px 0px 10px;
    border: 3px solid rgb(72, 165, 234);
    border-radius: 15px;
    position: relative;
    padding-top: 50px;
    background: white;
    padding-bottom: 10px;
    cursor: grab;
}

#popups .modal-body .object_block .p_area .del_area {
    color: rgb(72, 165, 234);
    position: absolute;
    font-size: 36px;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

#popups .modal-body .object_block .p_area .sort_no {
    color: white;
    background: rgb(72, 165, 234);
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    top: 10px;
    left: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 99em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial';
}

    .sample-code .independent_box > div:nth-child(2) {
        border:none !important;
    }
    #formAdd .box > div:first-child > span , #formAdd .independent_box > div:first-child > span , #popups2 .modal-body .box > div:first-child > span{
        color: red;
    }

     input[type=radio]:checked ~ .check {
            border: 2px solid #48a5ea;
        }
        .check {
            display: block;
            border: 2px solid #AAAAAA;
            border-radius: 100%;
            height: 18px;
            width: 18px;
            position: absolute;
            top: -1px;
            left: 0px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }
        .cms-page .content .right-area label span {
            font-size: 16px;
        }
        .cms-page .content .right-area span span {
            color: green;
            font-size: 16px;
        }
         input[type=radio]:checked ~ .check::before {
            background: #48a5ea;
        }
        .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 14px;
            width: 14px;
            top: 2px;
            left: 2px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }
        .radio_label {
            margin: 0px 0px 0px 10px;
            height: 20px;
            top: -1px;
            left: 0px;
            z-index: 1000;
       }
       .radio_box {
            text-align: center;
            vertical-align: middle;
            display: inline-block;
            position: relative;
            width: fit-content;
            margin-right: 20px;
            padding-left: 20px;
            padding-top: 0px !important;
       }
       .radio_name {
            margin-left: 10px; 
            margin-bottom: 0px; 
            font-size:16px;
            margin-right: 20px;
       }
        input[type="radio"] {
            cursor: pointer; 
            visibility: hidden;
            position:absolute;
        }
       #popups .modal-body #formAdd div:nth-child(2) > div > input[type="radio"] {
            cursor: pointer; 
            visibility: hidden;
            position:absolute;
       }
       #popups1 .modal-body table tr td input[type="radio"], #popups2 .modal-body table tr td input[type="radio"], #popups3 .modal-body table tr td input[type="radio"] {
            cursor: pointer; 
            visibility: hidden;
            position:absolute;
       }
       #popups .modal-body #formAdd .radio_value {
            border: none !important;
            margin-top: 10px;
       }
       #popups .modal-body #formAdd .sub_title , #popups2 .modal-body #formAdd .sub_title , .sample-code .title , .sample-code .w100-percent .title{
            color: rgb(72, 165, 234) !important;
            font-size: 18px !important;
            font-weight: bold;
            margin: 15px 30px 15px 0px !important;
       }
       #popups .modal-body #formAdd .independent_box .checkbox_value , #popups2 .modal-body #formAdd .independent_box .checkbox_value{
            border: none !important;
            margin-top: 25px;
            width: 100% !important;
       }
        #popups .modal-body #formAdd .checkbox_value {
            border: none !important;
        }
       #popups .modal-body #formAdd .checkbox_value label {
            margin-bottom: 14px;
            margin-right: 20px;
            display: inline-block;
            position: relative;
            width: auto !important;
       }
       #popups2 .modal-body #formAdd .checkbox_value label {
            display: inline-block;
            position: relative;
            width: auto !important;
            margin-right: 30px;
       }
       #popups .modal-body .table > tbody > .current_level > td {
            background: #6db9ff !important;
            color: white;
       }
          
    #popups .modal-body table {
      min-width: 530px;
      border-left: 1px solid #dddddd;
    }
    #popups .modal-body #formAdd {
       margin: 20px !important;
    }
        #popups .modal-body table tr td {
            /*vertical-align: middle;*/
            text-align: left;
            padding-left: 20px;
            /*background: white;*/
            /*border-bottom: 1px solid lightgray;*/
            padding: 10px;
        }
        #popups .modal-body table tr td:first-child span {
          color: red;
          /*margin-right: 5px; 
          position:absolute;
          left: 15px;
          top: 17px;*/
        }
        #popups .modal-body table tr td:first-child div .btn_style {
            margin: 0px;
            width: max-content !important;
        }
        #popups .modal-body #formAdd > div > div > div:first-child > span , 
        #popups2 .modal-body #formAdd > div > div > div:first-child > span{
          color: red;
        }
        #popups .modal-body table tr:first-child td:first-child span {
            top: 13px;
        }
         #popups .modal-body .btn_button , #popups2 .modal-body .btn_button{
            color: rgb(155,155,155);
            border: none;
            padding-top: 6px;
            background: rgb(248,248,248) !important;
            width: auto;
            height: 35px;
            border-radius: 5px;
            background: rgb(248,248,248);
    }
        .btn_button , #btnNo{
            color: rgb(155,155,155);
            background: rgb(248,248,248) !important;
            width: auto;
            height: 35px;
            border-radius: 5px;
            border: none;
            padding: 4px 25px;
        }
        #popups .modal-body table tr td select {
          margin-bottom: 0px;
          width: calc(100% - 1px);
          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 .box div:nth-child(2) input[type="text"] , #popups .modal-body .box div:nth-child(2) select ,
        #popups .modal-body .box div:nth-child(2) input[type="password"] , #popups .modal-body .box div:nth-child(2) input[type="number"],
         #popups2 .modal-body .box div:nth-child(2) input[type="text"] , #popups2 .modal-body .box div:nth-child(2) select ,
        #popups2 .modal-body .box div:nth-child(2) input[type="password"] , #popups2 .modal-body .box div:nth-child(2) input[type="number"]{
            padding-left: 0px;
            padding-right: 0px;
            width: 100%;
            margin-bottom: 0px;
        }
        #popups2 .modal-body .field_value input[type="text"] , #popups2 .modal-body .field_value select ,
        #popups2 .modal-body .field_value input[type="password"] , #popups2 .modal-body .box div:nth-child(2) input[type="number"]{
            padding-left: 0px;
            padding-right: 0px;
            width: 100% !important;
        }
        #popups .modal-body #formAdd div textarea {
        min-height: 70px;
        width: 100%;
        margin-bottom: 0px;
    }
        #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;
        }
        #popups .modal-body table tr td:nth-child(even) {
          margin-bottom: 13px; }

#popups .modal-body #review_record table tr td:nth-child(even) {
    white-space: pre-wrap;
}
        #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;
          visibility: hidden;
          position: absolute;
        }
        #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 #formAdd tr td .required {
          position: absolute;
            top: 40px;
            left: 0px;
            z-index: 100;
        }

        #popups .modal-body table tr td textarea {
          width: 95%; }
        #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; }
#popups .error-text, #popups2 .error-text, #popups3 .error-text {
    zoom: 0.8;
    left: 5%;
    top: 20%;
}
  #popups2 {
  min-width: 600px;
  }
  #popups2 button,
  #popups2 select,
  #popups2 textarea {
    font-family: Microsoft JhengHei !important; }
  #popups2 .modal-dialog {
    position: static !important; }
  #popups2 .modal-header {
    padding: 5px 15px;
    background: #d7e4bd; }
    #popups2 .modal-header h3 {
      font-size: 18px; }
    /*#popups2 .modal-header .close {
      margin-top: -33px;
      height: 30px;
      font-size: 37px;
      color: yellow;
      opacity: 1;
      outline: none; }*/
  #popups2 .modal-body {
    max-height: iniherit;
    overflow: iniherit; }
  #popups2 .modal-body #formAdd .independent_box {
        width:100% !important;
        position:relative;
        height: auto !important;
    }
    #popups2 .modal-body #pdf #btn_close {
        float: right;
        border-style: none;
        background: no-repeat;
        color: #999999;
        margin: 10px;
        position: absolute;
        top: -45px;
        right: -7px;
    }
    #popups2 .modal-body #formAdd .independent_box .field_value{
        width: 45% !important;
    }
    #popups2 .modal-body #formAdd .independent_box .radio_value{
        width: 100% !important;
    }
	#popups2 .modal-body #formAdd .query_name {
        position: absolute;
        left: 0;
    }
    #popups2 .modal-body #formAdd .box .query_value {
        padding-left: 145px !important;
        margin-top:0px !important;
    }
    #popups2 .modal-body #formAdd .box .query_value .radio_box {
        margin-bottom: 10px;
    }
    #popups2 .modal-body #formAdd .title {
        margin-bottom: 10px;
    }
	#popups2 .modal-body #formAdd .field_value {
            margin-top: 0px;
            padding: 0px !important;
            border-bottom: 1px solid #d8d8d8;
            height: 30px;
            width: 100%;
            position: relative;
    }
    #popups2 .modal-body  div select , #popups2 .modal-body  div input[type="text"],
    #popups2 .modal-body  div input[type="password"] , #popups .modal-body div select , 
    #popups .modal-body #formAdd div input[type="text"] , #popups .modal-body #formAdd div input[type="password"] ,
    #popups .modal-body #formAdd div input[type="number"] , #popups2 .modal-body #formAdd div input[type="number"] {
            font-size: 16px;
            border:none !important;
            box-shadow: none;
    }
    #popups2 .modal-body #formAdd .field_value:hover{
            border-bottom: 1px solid #48a5ea ; 
    }
	#popups2 .modal-body #formAdd .box {
            width:45%;
            height:70px;
            margin-top: 10px;
            display: inline-block;
    }
    #popups2 .modal-body #formAdd .right {
            float: right;
    }
	#popups2 .modal-body #formAdd .field_name {
            display: block;
            margin-bottom: 0px;
            font-family: Microsoft JhengHei !important;
            font-size: 14px;
            line-height: 1.33;
            text-align: left;
            color: rgba(64, 64, 71, 0.59);
            font-weight: bold;
            border:none !important;
            padding-left:0px;
    }
	#popups2 .modal-body #formAdd .field_value div input[type="radio"] {
            cursor: pointer; 
            visibility: hidden;
            position:absolute;
    }
    #popups2 .modal-body #formAdd .radio_value {
            border: none !important;
            margin-top: 10px;
    }
	#popups2 .modal-body #formAdd {
            margin: 20px !important;
    }
    #popups2 .modal-body #formAdd input[type="checkbox"]{
            -webkit-appearance: none;
            vertical-align:middle;
            background:#fff;
            border:#999 solid 1px;
            border-radius: 3px;
            height: 20px;
            width: 20px;
            position: relative !important;
            margin: 0px 10px 0px 0px;
    }
    #popups2 .modal-body #formAdd input[type="checkbox"]:checked {
            background: rgb(72, 165, 234);
            border:rgb(72, 165, 234) solid 1px !important;
    }
        #popups2 .modal-body #formAdd input[type="checkbox"]:after {
            content: '';
            top: 3px;
            left: 3px;
            position: absolute;
            background: transparent;
            border: #fff solid 2px;
            border-top: none;
            border-right: none;
            height: 6px;
            width: 10px;
            transform: rotate(-45deg);
        }
    #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;
        }
        #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; }

#add_account {
  top: 35px; }
  #add_account .modal-body table tr td {
    padding: 8px; }

#popups .func_btn,
#popups2 .func_btn,
#main_banner_maintenance .func_btn {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
    /*#popups .func_btn button,
    #popups2 .func_btn button,
    #main_banner_maintenance .func_btn button {
        border: none;
        background: #E5F0F4 !important;
        color: black;
        border-radius: 3px;
        padding: 4px 25px;
        margin-right: 10px;
        text-shadow: inherit;
    }*/
  #popups .func_btn button:hover,
  #popups2 .func_btn button:hover,
  #main_banner_maintenance .func_btn button:hover {
    /*background: darkblue !important;
    color: white*/
  }
#popups .modal-footer,
#main_banner_maintenance .modal-footer {
  margin: 0 auto;
  background: white; }

.popover {
    min-width: 200px;
}

    .popover .popover-title {
        background: #282828 !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: #48a5ea;
                color: white;
                border-radius: 3px;
                padding: 4px 10px;
                transition: all 0.2s ease;
            }

                .popover .popover-content .popover-tool .popover-yes-button:hover {
                    box-shadow:inset 0px 0px 12px 4px rgba(255, 255, 255, 0.5);
                }

                .popover .popover-content .popover-tool .popover-no-button {
                    background: #E5F0F4;
                    color: black;
                    border-radius: 3px;
                    padding: 4px 10px;
                }


#popups {
  width: auto; }
  #popups .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)); }
    #popups .modal-header h3 {
      font-size: 18px;
      color: white;
      min-height: 30px;
    }
  #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;
      min-height: 30px;
    }
  #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 .modal-body {
    max-height: none; }

#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;
        margin: 0px 0px 10px 0px !important;
    }
    #popups .modal-body #formAdd #sortable li:nth-child(even) ,
    #popups2 .modal-body #formAdd #sortable li:nth-child(even){
        float: right; 
    }
    #popups .modal-body #formAdd #sortable li .draggable_area ,
    #popups2 .modal-body #formAdd #sortable li .draggable_area{
        min-height: 42px !important;
    }
    

#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: inherit; 
  margin-top: 3px;
}

.modal-open, .modal {
  overflow-x: hidden;
  overflow-y: auto; }

#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: 1023px) {
  .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) {

    body .container .slideshow-bg {
        background: url(../../images/login_moblie_bg.jpg) no-repeat center center;
        top: 0px !important;
        height: 100%;
    }
  .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: 1904;
        transition: all .5s ease-in-out;
    }

  .header .mobile-menu-toggle{
      display: block;
      float: left;
      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;
  }
  #popups .modal-body #formAdd tr td:first-child span{
      position: initial;
  }

}
html, body, div, 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 }
form {
    margin: 0px !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;
}

/* toast */
.custom-toast.show {
    opacity: 1;
    display: block;
}


.custom-toast {
    background: #48a5ea;
    min-height: 45px;
    min-width: 200px;
    position: fixed;
    border-left: 5px solid #ddd;
    z-index: 2000;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    display: none;
    top: 150px;
    left: calc(50% - 100px);
    color: white !important;
    border-radius: 0px 50px 50px 0px;
}

.custom-toast .close {
    margin-right: 15px;
    margin-top: 13px;
}

.custom-toast div {
    vertical-align: middle;
}

.custom-toast div button {
    color: white !important;
    opacity: unset !important;
}

.captcha > a, .captcha-inner > a {
    width: 28px;
    height: 28px;
    background-image: url(/Content/images/ic_refresh.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block !important;
    position: absolute;
    right: 0;
}
        #sform .query-area {
            max-width: 1200px;
        }
        #sform .query_form_group {
            display: inline-block;
            margin: 20px 40px 10px 20px;
            left: -20px;
            position: relative;
            border-bottom: 1px solid #d8d8d8;
            width: 280px;
            vertical-align: top;
        }
        #sform .query_form_group:hover {
            border-bottom: 1px solid #48a5ea !important;
        }
        #sform .two_grids {
            margin-right: 30% !important;
        }
        #sform .three_grids {
            width: 80% !important;
            border: none !important;
            padding-left: 115px;
        }
        #sform .three_grids:hover {
            border: none !important;
        }
        #sform .independent_field {
            margin-right: 65% !important;
        }

        #sform .query-area .query_form_group .query_name {
            font-size: 14px;
            color: rgba(64, 64, 71, 0.59) !important;
            display: inline-block;
            width: 100% !important;
            cursor: default;
        }
        #sform .query-area .three_grids .query_name {
            width: 105px !important;
            position: absolute;
            left: 0;
        }
        #sform .query-area .two_grids label {
            color: black;
        }
        #sform .query-area .three_grids label {
            color: black;
        }
        #sform .query-area .query_form_group input[type="text"] ,
        #sform .query-area .query_form_group input[type="number"]{
            border:none;
            padding-left: 0px;
            padding-right: 0px;
            width: 100%;
            /*height: 30px;*/
            font-size: 16px;
            margin-bottom: 5px;
        }
        #sform .query-area .two_grids input[type="text"] {
            width: 270px !important;
        }
        #sform .query-area .query_form_group select {
            border:none;
            padding-left: 0px;
            padding-right: 0px;
            width: 100%;
            height: 30px;
            font-size: 16px;
            margin-bottom: 4px;
        }
        #sform .query_title {
            color: rgb(72, 165, 234);
            font-size: 20px;
            font-weight: bold;
            margin-top: 30px;
        }
        #sform .field_name {
            display: block;
            margin-bottom: 0px;
            font-family: Microsoft JhengHei !important;
            font-size: 14px;
            line-height: 1.33;
            text-align: left;
            color: rgba(64, 64, 71, 0.59);
            font-weight: bold;
            border: none !important;
            padding-left: 0px;
        }
        #sform .query_form_group label .red {
            color: red;
            float:none;
        }
        #sform .query_form_group .required {
            color: red;
            position: absolute;
            bottom: -25px;
            left: 0px;
        }
       #sform .radio_value , .sample-code .radio_value , #sform .query_form_group.radio_value{
            border: none !important;
            margin-top: 25px;
        }
	    #sform .radio_value .radio_box , .sample-code .radio_value .radio_box{
            padding-left: 20px;
            margin-right: 0px;
            margin-top: 0px;
        }
        #sform .radio_value .radio_box .check , .sample-code .radio_value .radio_box .check{
            width: 18px !important;
            position: absolute !important;
        } 
	    #sform .radio_value .radio_box input[type="radio"] , .sample-code .radio_value .radio_box input[type="radio"]{
            cursor: pointer; 
            visibility: hidden;
            position:absolute;
        }
        #sform .query-area .files_box {
            width: 350px;
            min-height: 70px;
            margin-bottom: 30px;
            margin-right: 50px;
            display: inline-block;
            padding: 0px;
            vertical-align: top;
            position: relative;
        }
        #sform .query-area .box , .sample-code .box{
            width: 350px;
            min-height: 70px;
            margin-bottom: 30px;
            margin-right: 50px;
            display: inline-block;
            padding: 0px;
            vertical-align: top;
            position: relative;
        }
        #sform .query-area .box > div:nth-child(1) , .sample-code .box> div:nth-child(1){
           font-size: 14px;
            color: rgba(64, 64, 71, 0.59) !important;
            display: inline-block;
            width: 100% !important;
            cursor: default;
            margin-bottom: 5px;
            margin-right: 30px;
        }
        #sform .query-area .box > div:nth-child(2) , .sample-code .box> div:nth-child(2){
            margin-top: 5px;
            border-bottom: 1px solid #d8d8d8;
            height: 40px;
            width: 100%;
            position: relative;
        }
        #sform .query-area .files_box div:nth-child(1) {
            display: block;
            margin-bottom: 6px;
            font-family: Microsoft JhengHei !important;
            font-size: 14px;
            line-height: 1.33;
            text-align: left;
            color: rgba(64, 64, 71, 0.59);
            font-weight: bold;
        }
        #sform .query-area .files_box div:nth-child(2) {
            margin-top: 15px;
            min-height: 100px;
            text-align: left;
            padding: 10px 0px 0px 10px;
            border: 1px solid #d8d8d8;
        }

        .cms-page .content .right-area .contract_template table{
            width:100%;
            border-collapse:separate;
            font-family: Microsoft JhengHei !important;
        }
        .cms-page .content .right-area .contract_template{
            margin-top: 30px;
        }
        .cms-page .content .right-area .contract_template tr th {
            border-bottom: 1px solid rgba(243, 243, 243, 1);
            border-top: 1px solid rgba(243, 243, 243, 1);
            padding: 20px 20px 20px 35px;
            text-align:left;
            color: rgb(184,184,184);
            font-weight: bold;
        }
        .cms-page .content .right-area .contract_template tr td {
            padding: 20px 20px 20px 35px;
            vertical-align: middle;
        }
        .cms-page .content .right-area .contract_template tbody {
            background: rgb(247,247,247);
            margin-bottom:20px;
        }
        .cms-page .content .right-area .contract_template tbody::-webkit-scrollbar 
        { width: 0 !important }
        .cms-page .content .right-area .contract_template tbody tr {
            border-bottom: 5px solid white;
        }
        .cms-page .content .right-area .contract_template tr td label{
            cursor: pointer;
            margin-bottom:0px;
        }
        .cms-page .content .right-area .contract_template tr td div span{
            color:rgb(72, 165, 234);
            font-size: 18px;
        }
        .cms-page .content .right-area .contract_template tr td div .active {
            background: rgb(72, 165, 234) !important;
            border: 4px solid rgb(72, 165, 234) !important;
        }
        .cms-page .content .right-area .contract_template tr td img{
            cursor: pointer;
            padding: 15px 5px 5px 5px;
        }
        .btn_remove {
            border: none;
            color: gray;
            background-color: white;
            padding: 5px;
            vertical-align: middle;
        }
        #formAdd #btn_add_notification {
            margin-top: 10px !important;
            margin-right: 70% !important;
            width: auto;
        }
        .div_noticifation div {
            margin-top: 3px;
            /*display: inline-block;*/
            margin-right: 20px;
            float: left;
            width: auto;
        }
        .cms-page .content .right-area .tool-bar .btn_style,
        #popups div .btn_style, #formsubmit div .btn_style, .btn_style, #popups2 div .btn_style {
            width: auto;
            height: 35px;
            margin-left: 10px;
            border-radius: 5px;
            color: white;
            border: none;
            background: linear-gradient(#4eb2fc,#3c99de) !important;
            padding: 4px 25px;
            white-space: nowrap;
        }
        .cms-page .content .right-area .tool-bar .btn_style:disabled,
        #popups div .btn_style:disabled, #formsubmit div .btn_style:disabled,
        .btn_style:disabled, #popups2 div .btn_style:disabled {
            background: rgb(155,155,155) !important;
        }
        .cms-page .content .right-area .tool-bar .btn_style:disabled:hover, #popups div .btn_style:disabled:hover, .btn_style:disabled:hover {
            box-shadow: none !important;
            cursor: default;
        }
        #popups div #btn_merge_different {
            margin-bottom: 10px;
            margin-left: 0px;
        }
        .btn_style {
            width: auto;
            height: 35px;
            margin-left: 10px;
            border-radius: 5px;
            color: white;
            border: none;
            background: linear-gradient(#4eb2fc,#3c99de) !important;
            padding: 4px 25px !important;
        }
        .cms-page .content .right-area .tool-bar .btn_style:hover ,
        #popups div .btn_style:hover , .btn_style:hover{
            box-shadow:inset 0px 0px 12px 4px rgba(255, 255, 255, 0.5)!important;
        }
        .cms-page .content .right-area .tool-bar{
            margin: 20px 0px;
            width: 50%;
        }
#sform input[type="checkbox"] ,
#popups .modal-body #formAdd input[type="checkbox"],
.div-data table input[type="checkbox"]{
    -webkit-appearance: none;
    vertical-align:middle;
    background:#fff;
    border:#999 solid 1px;
    border-radius: 3px;
    height: 20px;
    width: 20px;
    position: relative !important;
}
#popups .modal-body #formAdd input[type="checkbox"] {
    margin: 0px 3px 0px 0px !important;
}
#sform input[type="checkbox"]:checked ,
#popups .modal-body #formAdd input[type="checkbox"]:checked ,
.div-data table input[type="checkbox"]:checked{
    background: rgb(72, 165, 234);
    border:rgb(72, 165, 234) solid 1px !important;
}
#sform input[type=checkbox]:checked::after ,
#popups .modal-body #formAdd input[type=checkbox]:checked::after ,
.div-data table input[type="checkbox"]::after{
    content: '';
    top: 3px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


 input:focus, textarea:focus, select:focus, button:focus{
    outline: none !important;
	box-shadow: none !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
}
.table-bordered {
    border-left: 1px solid #dddddd;
}
.table-bordered th, .table-bordered td {
    border-left: none !important;
}
.table th, .table td {
    border-top: 1px solid #ededed !important;
}
input,input:focus {
    box-shadow: 0 0 0px 1000px transparent inset !important;
}
textarea {
    box-sizing: border-box;
}
.y_circle {
    width: 20px;
    height: 20px;
    background-color: #fdc14c;
    border-radius: 99em;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    color: white;
}
.cms-page .content .right-area .right-area-content .description i {
    color: #3399ff;
    padding: 0px 5px;
    font-size: 15px;
}
#popups .modal-body #formAdd .y_circle, .cms-page .content .right-area .right-area-content > div .y_circle,
#popups2 .modal-body #formAdd .y_circle {
    width: 20px;
    height: 20px;
    background-color: #fdc14c;
    border-radius: 99em;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    color: white !important;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 0px !important;
}
.fa-check-circle, .fa-times-circle, .fa-question-circle {
    background: rgb(159, 206, 240);
    border-radius: 999em;
    border: 4px solid rgb(159, 206, 240);
    font-size: 37px;
    color: rgb(247,247,247);
    margin-top: 10px;
    margin-right: 4px;
    margin-left: 4px;
}
.fa-sign-in-alt {
    background: rgb(247,247,247);
    border-radius: 999em;
    border: 4px solid rgb(159, 206, 240);
    font-size: 23px;
    color: rgb(159, 206, 240);
    padding: 7px;
    margin-top: 10px;
    margin-right: 4px;
    margin-left: 4px;
}
.fa-check-circle:hover , .fa-times-circle:hover , .fa-question-circle:hover,
.fa-check-circle:focus , .fa-times-circle:focus , .fa-question-circle:focus{
    background: rgb(72, 165, 234) !important;
    border: 4px solid rgb(72, 165, 234) !important;
}
.fa-sign-in-alt:hover, .fa-sign-in-alt:focus {
    color: rgb(72, 165, 234) !important;
    border: 4px solid rgb(72, 165, 234) !important;
}
.cms-page .content .right-area .right-area-content .table_tooltip_one tbody > tr td ,
.cms-page .content .right-area .right-area-content .table_tooltip_two tbody > tr td {
    background-color: black !important;
}
.cms-page .content .right-area .right-area-content .table_tooltip_one tbody > tr:first-child td ,
.cms-page .content .right-area .right-area-content .table_tooltip_two tbody > tr:first-child td {
    text-align: center;
    width: 352px;
}
.cms-page .content .right-area .right-area-content .table_tooltip_one tbody > tr,
.cms-page .content .right-area .right-area-content .table_tooltip_two tbody > tr{
    display:table-row-group !important;
    background-color: black !important;
}
.cms-page .content .right-area .right-area-content .table_tooltip_one tbody ,
.cms-page .content .right-area .right-area-content .table_tooltip_two tbody {
    width: auto !important;
    max-width: initial;
    max-height: initial !important;
}
.table_tooltip_two tbody > tr td:nth-child(1) {
    width: 24px;
}
.table_tooltip_two tbody > tr td:nth-child(2) {
    width: 60px;
}
.table_tooltip_two tbody > tr td:nth-child(3) {
    width: 70px;
}
.table_tooltip_two tbody > tr td:nth-child(4) {
    width: 90px;
}
.table_tooltip_two tbody > tr td:nth-child(5) {
    width: 126px;
}
.table_tooltip_two tbody > tr td:nth-child(6) {
    width: 168px;
}
.table_tooltip_one tbody > tr td:nth-child(1) {
    width: 74px;
}
.table_tooltip_one tbody > tr td:nth-child(2) {
    width: 180px;
}
.table_tooltip_one tbody > tr td:nth-child(3) {
    width: 144px;
}
.tooltip-inner {
    max-width: initial;
     white-space:nowrap;
}
.ui-widget.ui-widget-content {
    z-index: 1500 !important; 
}
/*自動完成的css*/
.ui-combobox {
    position: relative;
    width: 100%;
}
/*自動完成的下拉選單小圖示*/
.ui-icon-triangle-1-s::after {
    border-color: #555555 transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 6px 3px 7px 3px;
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    right: 4px;
    top: 6px;
}
#ui-datepicker-div .ui-icon::after {
    display: none;
}
.ui-icon {
    position: absolute !important;
    right: 0px;
    top: 8px;
}
/*自動完成的欄位*/
.ui-combobox input {
    border: none !important;
    background: white;
}
.ui-widget.ui-widget-content {
    font-size: 16px;
    font-family: Microsoft JhengHei !important;
}

/*Confirm css*/
.div_confirm {
    min-height: 150px;
    width: 300px;
    left: calc(50% - 150px);
    display: block;
    top: 120px;
    z-index: 20000 !important;
    border: 1px solid #dddddd;
    color: #333333;
    background: white;
    border-radius: 4px;
    position: absolute;
}

.div_confirm_title {
    background: linear-gradient(to right,#2b9de6,#0364b5) !important;
    padding: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 17px solid white;
    line-height: 30px;
}

.div_confirm_content {
    padding: 15px;
}

.div_confirm_btn {
    text-align: center;
    margin-bottom: 10px;
}

.div_confirm_title span{
    color: white;
    font-size: 16px;
}

.div_confirm_overlay {
    background: #666666 50% 50% repeat ;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

/*Alert css*/
.div_alert {
    min-height: 150px;
    width: 300px;
    left: calc(50% - 150px);
    display: block;
    top: 120px;
    z-index: 20000 !important;
    border: 1px solid #dddddd;
    color: #333333;
    background: white;
    border-radius: 4px;
    position: fixed;
}

.div_alert_title {
    background: linear-gradient(to right,#2b9de6,#0364b5) !important;
    padding: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 17px solid white;
    line-height: 30px;
}

.div_alert_content {
    padding: 15px;
}

.div_alert_btn {
    text-align: center;
    margin-bottom: 10px;
}

.div_alert_title span {
    color: white;
    font-size: 16px;
}

.div_alert_overlay {
    background: #666666 50% 50% repeat;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}


#popups .modal-body #formAdd .fa-file {
    color: #203864;
    font-size: 24px;
    margin-right: 5px;
}
.simple-popup {
    display: none;
}
.simple-popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari <= 8.1 :-( */
    /* Bloody IE9 */
    transform: translate(-50%, -50%);
    max-height: 80% !important;
    height: 80% !important;
    max-width: 100%;
    z-index: 100002;
    padding: 30px 40px;
    -webkit-box-shadow: 2px 4px 15px 4px #b7b7b7;
    box-shadow: 2px 4px 15px 4px #b7b7b7;
    overflow: auto;
}

.simple-popup-content .close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    font-weight: 100;
}

.simple-popup-content .close::before {
    display: inline-block;
    text-align: center;
    content: "\00d7";
    font-size: 30px;
    color: #666666;
    width: 50px;
    line-height: 50px;
}

.simple-popup-content .close:hover {
    cursor: pointer;
}

.simple-popup-content .close:hover::before {
    color: grey;
}

.simple-popup-content h1.title {
    font-size: 2.1rem;
    font-weight: normal;
    margin: 0;
    margin-bottom: 18px;
}
/* 自動完成 start */
.ui-combobox .ui-widget.ui-widget-content {
    border: 1px solid rgb(72, 165, 234);
}
.ui-menu .ui-menu-item-wrapper {
    height: 57px;
    display: flex;
    align-items: center;
    /*color: #cbcbcb;*/
    padding: 0px !important;
    padding-left: 20px !important;
}
.ui-menu .ui-menu-item-wrapper:hover {
    background: #f1f1f1 !important;
    border-bottom:1px solid #f1f1f1 !important;
    border-top:1px solid #f1f1f1 !important;
    color: #323232 !important;
}
.ui-autocomplete {
    overflow-y: scroll;
    height: 320px;
    overflow-x: hidden;
}
/* 自動完成 end */
    #popups3 {
        width:auto !important;
        height:700px;
        text-align: center;
        background-color: white;
    }
    #table_contract_detail {
        margin: 30px;
    }
    #popups3 .modal-header{
        display:none;
    }
    #popups3 .modal-body {
        padding:0px;
        overflow-y: initial;
    }
    #popups3 .modal-body div {
    }
    #popups3 .modal-body div  #btn_close{
        border-style: none;
        background: no-repeat;
        color: #999999;
        font-size: 36px;
        margin: 10px;
        position: absolute;
        top: -30px;
        right: 0px;
    }
    .btn_view_char_record, .btn_view_reminder , .btn_merge_different , #btn_authority ,  .btn_view_cancel_authority , #btn_merge_version_different{
        margin-left: 0px !important;
    }
    #btn_merge_version_different {
        margin-bottom: 5px;
    }
    .div_button {
        margin: 0px 2.3% 10px 2.3% !important;
    }
    input[readonly] {
        background: white !important;
    }

#popups .modal-body .bootstrap-select.btn-group .dropdown-menu li.hidden,
#popups2 .modal-body .bootstrap-select.btn-group .dropdown-menu li.hidden {
    display: none;
}

    


@media (max-width: 1300px) {
    #popups .modal-body #formAdd #sortable li .draggable_area ,
    #popups2 .modal-body #formAdd #sortable li .draggable_area {
        min-height: 62px !important;
    }
}
@media (max-width: 1023px) {
    /* header start*/
    .cms-page .header {
        height: 55px;
        padding-left: 0px;
    }

        .cms-page .header .user-name {
            top: 31px;
        }
    /* header end*/
    /* 登入頁 start */
    .g-recaptcha > div {
        width: 0px !important;
        height: 78px;
        transform: scale(0.72);
    }

    body .container .login {
        width: 83% !important;
        min-height: 486px;
        padding-bottom: 0px;
    }

        body .container .login form {
            width: auto !important;
        }

    #CaptchaInputText {
        width: calc(100% - 24px) !important;
        border-radius: 8px;
    }
    body .container .login .captcha #CaptchaImage {
        right: initial;
        left: -10px;
        top: 77px;
        width: 190px;
    }
    .input-data tr td .captcha a {
        top: 57px;
        right: 17px;
    }

        body .container .login .input-data tbody input {
            width: 190px !important;
        }

    body .container .login .input-data tbody td .captcha {
        padding-bottom: 65px;
        padding-top: 0px;
    }

    .container .login .system-name p {
        left: 16px;
    }

    body .container .login .input-data {
        margin-top: 144px;
    }

    body .container .login .remember-account {
        width: 257px;
        margin: 0 auto;
        position: relative;
    }

    body .container .login .button {
        width: 257px !important;
        height: 40px;
        margin-bottom: 25px;
    }

    body .container .login .remember-account .language {
        position: absolute;
        bottom: 11px;
    }

    .cms-page .content .right-area .table tbody td {
        min-height: 20px;
    }

    .cms-page .content .right-area .table tbody > tr:hover td {
        background: rgb(251,251,251) !important;
    }

    body .container .slideshow-bg {
        padding-right: 0px;
        top: calc(50% - 231px);
    }

    .container .login {
        top: calc(50% - 243px);
    }

    body .container .login .system-name {
        width: 257px !important;
        left: calc(50% - 128.5px);
        top: 25px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*登入頁 end*/
    /*左側選單 start*/
    .cms-page .content .left-panel.active {
        display: none !important;
    }

    .cms-page .content .left-panel.open {
        top: 55px;
        min-height: 100%;
        height: auto;
        display: block;
    }

    .cms-page .content .left-panel .menu-switch {
        display:none;
    }

    .content .left-panel.open .logo {
        display: none;
    }

    .content .left-panel.open .system-name {
        display: none;
    }

    .cms-page .content .left-panel .menu {
        padding-top: 0px;
        margin-top: 0px !important;
    }

    .cms-page .content .left-panel {
        width: 100%;
        top: 55px;
    }

    .header .mobile-menu-toggle {
        display: block;
        float: left;
        font-size: 30px;
        margin: 14px;
        position: relative;
        z-index: 100;
    }

    .cms-page .header .user-name {
        right: 12px;
        left: auto;
    }

    .cms-page .content .left-panel > ul > li > a:hover {
        background: rgb(72, 165, 234) !important;
        color: white;
        border-radius: 0px 50px 50px 0px;
    }

    .cms-page .content .left-panel ul li {
        width: 100%;
    }

    .cms-page .content .left-panel.open ul li ul.slidedown li , .cms-page .content .left-panel.open ul li ul.slideup li {
        width: 93%;
        max-width: initial;
    }

    .cms-page .content .left-panel ul li a span i.fa-angle-left {
        display: initial;
        position: absolute;
        right: 12px;
        top: 16px;
        margin-right: 0;
        display: inline-block;
        width: auto;
    }

    .cms-page .content .left-panel ul li a span b {
        display: inline-block;
    }

    .cms-page .content .left-panel ul li a span {
        text-align: initial;
    }

    .content .left-panel .logo {
        display: none;
    }

    .content .left-panel .system-name {
        display: none;
    }
    /*左側選單 end*/
    .To-do-list {
        max-width: 400px;
        min-width: auto !important;
        margin: 0px;
        padding: 0px;
    }

        .To-do-list table {
            min-width: auto !important;
            border: none !important;
        }

        .To-do-list #T4U-Table tr {
            /*width: 100% !important;*/
        }

        .To-do-list #T4U-Table tbody {
            width: 100% !important;
        }

        .To-do-list .break-table td:before {
            top: 2px;
        }

    .cms-page .content .right-area .tool-bar .btn_style{
        margin-left: 0px;
        margin-right: 0px;
        width: 250px !important;
    }

    #popups {
        width: 95% !important;
        min-width: initial !important;
        overflow-x: hidden;
    }

        #popups .modal-body #formAdd .box {
            width: 100% !important;
            float: none;
        }

        #popups .func_btn {
            text-align: center;
            margin-bottom: 0px;
        }

        #popups .modal-body {
            padding: 0px 0px 20px 0px;
        }

            #popups .modal-body .btn_button {
                margin-left: 0px;
            }

    .cms-page .content {
        margin: 10px !important;
        padding: 10px !important;
    }

    #sform .query_form_group {
        width: 100%;
    }

    .cms-page .content .right-area .tool-bar {
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #popups .modal-body #formAdd #sortable li:nth-child(even), #popups2 .modal-body #formAdd #sortable li:nth-child(even) {
        float:initial;
    }

    .table-bordered td div {
        text-align: left !important;
        width: auto !important;
    }

    .cms-page .content .right-area .query-area .query_form_group label {
        margin-right: 20px;
    }

    #sform .three_grids {
        width: 68% !important;
    }

    .cms-page .content .right-area .right-area-content > div {
        overflow-x: hidden !important;
    }

    #popups .modal-body #formAdd .box > div:nth-child(2) {
        width: 100% !important;
    }

    #popups .modal-body #formAdd .box .query_value {
        max-width: 70%;
    }

    #popups .modal-body #formAdd .independent_box #div_condition ul li {
        width: 83%;
        margin: 10px 0px 0px 0px;
    }

        /*#popups .modal-body #formAdd .independent_box #div_condition ul li .edit_span {
            top: -15px;
            bottom: auto;
        }

        #popups .modal-body #formAdd .independent_box #div_condition ul li .del_span {
            top: -15px;
            bottom: auto;
        }*/

    #popups .modal-body #formAdd .box .field_time input[type="text"] {
        width: 49% !important;
    }

    .div_noticifation div {
        margin-right: 0px !important;
    }

    #formAdd .box #btn_add_notification {
        margin-right: 0px !important;
    }

    #val_f_start_time {
        width: 38% !important;
    }

    #sortable li {
        width: 94% !important;
    }

    #popups .modal-body .table > tbody > tr > td {
        border-top: 1px solid lightgray !important;
    }

    #popups .modal-body .table > tbody > tr > td:first-child {
        border-top: none !important;
    }

    #popups .modal-body #formAdd div textarea {
        width: 100% !important;
    }

    .fill_info .files_box {
        width: 100% !important;
        float: none;
    }

    #popups .modal-body #formAdd .box, .fill_info .files_box {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .fill_info .files_box, .fill_info .text_box, #popups .modal-body #formAdd .text_box {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #popups .modal-body table tr td:nth-child(even) {
        margin-bottom: 0px;
    }

    #popups2 {
        width: 95% !important;
        min-width: initial !important;
    }

    #popups2 .modal-body .box {
        width: 100% !important;
        float: none !important;
        margin: 20px 0px 0px 0px !important;
    }

    .func_btn #btnCancel, #btn_countersign, #btn_reject, #btn_approve, .func_btn .btn_style {
        padding: 4px 0px !important;
        margin-left: 0px !important;
        margin-bottom: 5px;
        width: 250px !important;
    }

    #popups .modal-body #btnSave, #popups2 .modal-body #btnSaveStage, #btnSaveFade, #popups .modal-body #btn_query, .cms-page .content .right-area .tool-bar #btnSave, #popups2 .func_btn #btnSendCountersign, #popups2 .func_btn #btnSendReturnToLegal, #popups2 .func_btn #btnSendRessign, #btn_add_authority_member, .cms-page .content .right-area #btnSave, #popups .func_btn #btnSaveContent, #popups2 .func_btn #btnSaveContractText, #btnSortSave, #popups2 .modal-body #btnSendVendor, #btnImportSave {
        margin: 0px 0px 5px 0px !important;
        width: 250px !important;
        padding: 4px 0px !important;
    }
    #btnYes {
        margin-left:0px;
    }

    #formAdd #btn_add_notification {
        margin-bottom: 10px !important;
    }

    #popups .modal-body #formAdd .independent_box, .sample-code .independent_box, #popups2 .modal-body .independent_box {
        margin: 0px;
    }

    #popups2 .modal-body #formAdd .text_box div:nth-child(even) {
        width: calc(100% - 20px) !important;
    }

    #popups .div_button , #popups2 .div_button {
       margin: 0px 0px 20px 0px !important;
       
    }

    #popups .modal-body .title, #popups2 .modal-body .title {
        margin: 0px !important;
    }

    .custom-toast {
        margin-left: 0px;
        left: calc(50% - 100px);
    }

    #popups2 .func_btn {
        text-align: center;
        margin-bottom: 0px;
    }

    #popups2 .modal-body {
        padding: 0px 0px 20px 0px;
    }

    #popups2 .modal-body .btn_button {
        margin-left: 0px;
    }

    #popups2 .modal-body .box > div:nth-child(2) {
        width: 100% !important;
    }

    #popups2 .modal-body .box .query_value {
        max-width: 70%;
    }

    #popups2 .modal-body .independent_box #div_condition ul li {
        width: 83%;
        margin: 10px 0px 0px 0px;
    }

    #popups2 .modal-body .independent_box #div_condition ul li .edit_span {
        top: -15px;
        bottom: auto;
    }

    #popups2 .modal-body .independent_box #div_condition ul li .del_span {
        top: -15px;
        bottom: auto;
    }

    #popups2 .modal-body .box .field_time input[type="text"] {
        width: 49% !important;
    }

    #popups2 .modal-body div textarea {
        width: 100%;
    }

    #popups2 .modal-body table {
        min-width: initial;
    }

    #popups2 .modal-body table tr td:first-child {
        padding-left: 10px !important;
    }

    #popups2 .modal-body table tr td:nth-child(even) {
        margin-bottom: 0px !important; 
    }

    #td_authority p {
        width: 100% !important;
        float: none !important;
    }

    .table_remind , #table_diff{
        margin: 10px !important;
        margin-top: 40px !important;
    }

    .div_detail > div > div > div {
        display: block;
    }

    #popups2 .modal-body #formAdd .div_detail {
        padding: 0px;
    }
    #popups .modal-body #formAdd .div_detail .box > div:nth-child(2), #popups2 .modal-body #formAdd .div_detail .box > div:nth-child(2) {
        overflow-x: hidden;
    }
    #popups .modal-body #formAdd .box > .div_talkrecord > div > div:first-child, #popups2 .modal-body .box > .div_talkrecord > div > div:first-child {
        width: 120px;
    }
    #popups .modal-body #formAdd .box > .div_talkrecord > div > div:nth-child(2), #popups2 .modal-body .box > .div_talkrecord > div > div:nth-child(2) {
        padding-left: 120px;
        word-break: break-all;
    }
    .div_separate {
        width: 100% !important;
    }
    .div_middle {
        display: none !important;
    }
    a {
        cursor: pointer;
    }
}

@media (max-width: 1023px) {
    .func_btn #btnCancel, #btn_countersign, #btn_reject, #btn_approve, .func_btn .btn_style {
        padding: 4px 0px !important;
        margin-left: 0px !important;
        margin-bottom: 5px;
        width: 250px !important;
    }

    #popups .modal-body table {
        border-left: none;
    }

    #popups .modal-body .break-table tr td:before {
        top: 10px;
    }

    #popups .modal-body .break-table .current_level td:before {
        color: white;
    }

    #popups .modal-body .table > tbody > tr > td {
        padding-left: 35% !important;
    }

    .title_left_btn {
        left: -23px;
    }

    .title_right_btn {
        right: -23px;
    }

    .nav-tabs li {
        width: 100%;
        margin: 0px -3.5px 0px 0px;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
    }

    .noBreak {
        break-inside: avoid;
    }

    .noPrint {
        display: none;
    }

    .files_box div button {
        display: none !important;
    }

    .files_box > div:nth-child(even), .text_box div:nth-child(even), .text_box div:nth-child(even) {
        border: none !important;
        padding: 0px !important;
        width: 100% !important;
    }

    .box > div:nth-child(even) {
        word-break: break-all;
    }

    .printArea .box {
        width: 22%;
        vertical-align: top;
        margin-right: 5px;
        margin-left: 5px;
        display: inline-block;
        min-height: 30px;
        height: auto;
        margin-bottom: 10px;
    }

    .printArea .files_box {
        width: 22% !important;
        vertical-align: top;
        margin-right: 5px !important;
        margin-left: 5px !important;
        min-height: 70px;
        display: inline-block;
        padding: 0px;
        vertical-align: top;
        position: relative;
        margin-bottom: 10px;
    }

    .box.two_box {
        width: calc(46% + 18px) !important;
        word-break: break-word;
    }

    table tr td:nth-child(even) {
        white-space: pre-wrap;
    }
}

@page {
    size: A4 portrait;
    margin-top: 3cm;
}

#html_prink .box {
    width: 20%;
    vertical-align: top;
    margin-right: 9px;
    margin-left: 9px;
    display: inline-block;
}

#html_prink #print {
    display: none;
}

.box > div:first-child,
.files_box > div:first-child {
    display: block;
    margin-bottom: 0px;
    font-family: Microsoft JhengHei !important;
    font-size: 14px;
    line-height: 1.33;
    text-align: left;
    color: rgba(64, 64, 71, 0.59);
    font-weight: bold;
    border: none !important;
    padding-left: 0px;
}
.box > div:nth-child(2) ,
.files_box > div:nth-child(2){
    margin-top: 5px;
    width: 100%;
    position: relative;
    min-height: 20px;
    height: auto;
    border-bottom: none;
}
#popups .modal-body #formAdd .text_box div:nth-child(even) {
    margin-top: 5px;
    min-height: 60px;
    text-align: left;
    padding: 7px 7px 0px 7px !important;
    border: 1px solid #d8d8d8 !important;
    width: calc(100% - 50px) !important;
    position: relative;
    min-height: 60px !important;
}

#print {
    display: none;
}

#popups .modal-body #print {
    display: block;
}

.box_riskquestion .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    overflow: initial;
    white-space: break-spaces;
}
.box_riskquestion .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    float: initial;
}
.box_riskquestion .btn-group .btn.dropdown-toggle {
    height: auto;
}
.box_riskquestion .btn-group.open .btn.dropdown-toggle {
    height: auto !important;
}
#basic_information .object_block,
#contract_basic_information .object_block {
    border-top: 2px solid #48a5ea;
    box-shadow: 0px 3px 8px rgba(99,99,99,0.7);
    margin: 20px 0px 20px 5px;
    padding: 20px 10px;
}
.fill_info .files_box div div {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    word-break: break-word;
}

    .fill_info .files_box div div p {
        background: #d4eeff;
        padding: 5px 8px;
        border-radius: 10px;
        color: #0069b2;
        display: inline-block;
        min-width: 139px;
        position: relative;
        cursor: pointer;
    }

#popups .modal-body #formAdd div textarea {
    resize: none;
}

.fill_info .files_box div div p a:nth-child(1) {
    padding-right: 20px;
    display: inline-block;
}

.fill_info .files_box div div p a:nth-child(2) {
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
}
#btn_list_more {
    border-radius: 5px;
    color: white;
    border: none;
    background: linear-gradient(#4eb2fc,#3c99de) !important;
}

#review_record table tr th:first-child,
#review_record table tr td:first-child {
    width: 100px;
}

#review_record table tr th:nth-child(3),
#review_record table tr td:nth-child(3) {
    width: 100px;
}

#popups .modal-body #review_record table tr td:nth-child(3) i {
    font-size: 22px;
    color: #1976d2;
    margin-right: 8px;
}

#review_record table tr td:nth-child(3) > div > div i {
    display: block !important;
}

#review_record table tr td:nth-child(3) > div:first-child {
    margin-bottom: 10px;
}

#review_record table tr td:nth-child(3) > div {
    display: flex;
    margin-bottom: 5px;
}

#review_record table tr td:nth-child(3) > div > div {
    position: relative;
}

#review_record table tr td:nth-child(3) > div > div > div {
    position: absolute;
    width: 350px;
    background: white;
    border: 2px solid #222222;
    border-radius: 10px;
    padding: 5px;
    display: block;
    left: 24px;
    top: -27px;
    z-index: 20001;
    font-size: 16px;
}

#review_record table tr td:nth-child(3) > div > div > div .btn_style {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

#review_record table tr td:nth-child(3) > div > div > div .btn_style a {
    display: flex;
    align-items: center;
    color: white;
}

#review_record table tr td:nth-child(3) > div > div > div .btn_style i {
    color: white !important;
}

#review_record table tr td:nth-child(3) > div > div > div > div {
    display: flex;
    margin-top: 10px;
}

#review_record table tr th:nth-child(4),
#review_record table tr td:nth-child(4) {
    width: 60px;
}

#review_record table tr th:nth-child(5),
#review_record table tr td:nth-child(5) {
    width: 45px;
}

#review_record table tr th:nth-child(6),
#review_record table tr td:nth-child(6) {
    width: 80px;
}

.fa-file-word {
    color: #1976d2 !important;
}
.fa-file-pdf {
    color: #f20f00 !important;
}

@media print {
    #review_record {
        opacity: 1 !important;
    }
    #review_record table tr th:first-child , 
    #review_record table tr td:first-child {
        width: 100px;    
    }
    #review_record table tr th:nth-child(3) ,
    #review_record table tr td:nth-child(3) {
        width: 60px;    
    }
    #review_record table tr th:nth-child(4),
    #review_record table tr td:nth-child(4) {
        width: 70px;
    }

    #review_record table tr th:nth-child(5),
    #review_record table tr td:nth-child(5) {
        width: 60px;
    }

    #review_record table tr th:nth-child(6),
    #review_record table tr td:nth-child(6) {
        width: 80px;
    }
    .printArea .object_block {
        border-top: none;
        box-shadow: none;
        margin: 0px;
        padding: 0px;
    }
}


.fill_info .files_box table {
    margin-top: 5px;
    margin-bottom: 0px;
}

.fill_info .files_box table thead tr {
    background: #48A5EA;
    color: white;
}

.fill_info .files_box table tbody tr {
    background: #48A5EA;
    color: black;
}
/*
.fill_info .files_box table thead th {
    background: #48A5EA;
    color: black;
}*/

.fill_info .files_box table tr th,
.fill_info .files_box table tr td {
    border-right: 1px solid white !important;
    vertical-align: middle !important;
}

.fill_info .files_box table tr td {
    font-weight: normal !important;
}

.fill_info .files_box table tr th:first-child,
.fill_info .files_box table tr td:first-child {
    width: 5% !important;
    text-align: center !important;
}

.fill_info .files_box table tr th:nth-child(2),
.fill_info .files_box table tr td:nth-child(2) {
    width: 30%;
}

.fill_info .files_box table tr th:nth-child(4),
.fill_info .files_box table tr td:nth-child(4) {
    width: 10%;
    text-align: center !important;
}

.fill_info .files_box table tr td button {
    padding: 0px;
    font-size: 15px;
    margin: 0px 5px;
    background: #E5A03B;
    border: none;
    width: 31px;
    height: 32px;
    vertical-align: text-bottom;
    border-radius: 2px;
}

.fill_info .files_box table tr td button a {
    color: white;
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-icon-size {
    font-size: 3em;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#modify_record tr th:nth-child(2), #modify_record tr td:nth-child(2),
#modify_record tr th:nth-child(3), #modify_record tr td:nth-child(3) {
    width: 30%;
    word-break: break-all;
}

.hide-it {
    opacity:0;
}

.table-sticky-wrapper {
    width: 100%;
    height: 26vh; /*外框的高度*/
    overflow: auto;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    border-radius: 5px;
}

.table-remind {
    width: 100%;
    max-height: 640px;
    overflow: auto;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    border-radius: 5px;
}

#div_right_file_name{
    text-align:left;
}

    #div_right_file_name > div {
        display: inline-block;
        width: 80%;
    }

        #div_right_file_name > div > span {
            font-size: 15.35px;
            font-weight: bold;
            overflow: hidden;
            word-break: break-all;
            height: 16px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            height: 23px;
        }

.div_right_file_name > a {
    margin-left: auto;
    margin-top: -6px;
    float: right;
    width: auto;
    height: auto;
    border-radius: 5px;
    color: white;
    border: none;
    background: linear-gradient(#4eb2fc,#3c99de) !important;
    padding: 4px 20px;
    white-space: nowrap;
}

#div_left_file_name {
    text-align: left;
}

    #div_left_file_name > div {
        display: inline-block;
        width: 80%;
    }

        #div_left_file_name > div > span {
            font-size: 15.35px;
            font-weight: bold;
            overflow: hidden;
            word-break: break-all;
            height: 16px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            height: 23px;
        }

.div_left_file_name > a {
    margin-left: auto;
    margin-top: -6px;
    float: right;
    width: auto;
    height: auto;
    border-radius: 5px;
    color: white;
    border: none;
    background: linear-gradient(#4eb2fc,#3c99de) !important;
    padding: 4px 20px;
    white-space: nowrap;
}

#popups .modal-body .div_separate .box {
    min-height: auto !important;
}

table.table-sticky {
    table-layout: fixed;
    min-width: 100% !important;
    width: auto;
    overflow: unset !important;
    margin-bottom: 0px;
    border: none !important;
}

.table-sticky th {
    position: sticky;
    word-break: keep-all;
    background: #fff
}

.table-sticky td {
    border-right: 1px solid #ddd;
    text-align: right
}

.table-sticky thead tr th:first-of-type {
    left: 0; /*sticky要用 上下左右定位*/
    z-index: 3;
    border-right: 0;
    box-shadow: -2px -1px 0 inset #ddd
}

.table-sticky thead tr th {
    top: 0; /*sticky要用 上下左右定位*/
    background: #f7f7f7;
    vertical-align: top;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    box-shadow: 0 -1px 0 inset #ddd;
    z-index: 2;
}
/*sticky要用 上下左右定位*/
.table-sticky tbody th {
    left: 0; /*定位用*/
    z-index: 2; /*遮蓋表格內容的圖層層級設定*/
    box-shadow: -2px 0 0 inset #ddd; /*內框線*/
}

.table-sticky .card-header {
    background: #f7f7f7
}

.table-sticky td a {
    float: left
}
/*為了按鈕設定的，刪除不影響*/
.table-sticky th a {
    display: inline-block
}
/*為了按鈕設定的，刪除不影響*/

/*表格做記號：群組底色*/
table [data-group="0"], table tr[data-group="0"] > th {
    background: #ffffff !important;
}

table [data-group="1"], table tr[data-group="1"] > th {
    background: #F5F6F7 !important;
}

/*基本css用class定義*/
.m-left5 {
    margin-left: 5px;
}

.w900 {
    width: 900px;
}

.div_comparsion_desc{
    margin-top: 5px;
}

.div_comparsion_restrictions{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.fill_info div.description-upload-comparison {
    width: 450px;
    height: 180px;
    text-align: center;
    color: rgb(166,166,166);
    border: 1px solid rgb(216,216,216);
    margin: 20px 0px 20px 0px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

body .container .login .input-data tbody input#captchaInput {
    width: 220px;
    border: 1px solid #c7c7c7;
    color: white;
    font-size: 16px;
    margin-right: 10px;
}

#popups .modal-body #formAdd .fa-file,
#popups .modal-body #formAdd .fa-file-word,
#popups .modal-body #formAdd .fa-file-pdf {
    color: #203864;
    font-size: 24px;
    margin-right: 5px;
    position: absolute;
    top: calc(50% - 12px);
}

#popups .modal-body #formAdd .object_block .fa-file,
#popups .modal-body #formAdd .object_block .fa-file-word,
#popups .modal-body #formAdd .object_block .fa-file-pdf {
    position: initial;
}

#popups .modal-body .query_title, #popups .modal-body .fill_info .query_title {
    color: rgb(72, 165, 234);
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    position: relative;
    line-height: normal;
    padding-right: 35px;
}

#popups .modal-body .files_box {
    margin: 10px 2.3% 0px 2.3%;
}

.files_box > div:first-child {
    display: flex;
    align-items: center;
    margin-top: 0px !important;
}

.files_box > div:nth-child(2) {
    margin-bottom: 30px;
}

.fill_info .files_box, .fill_info .text_box {
    width: 23% !important;
    vertical-align: top;
    margin-right: 9px !important;
    margin-left: 9px !important;
    min-height: 70px;
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
}

#Contract_open_preview {
    cursor: pointer;
}

#popups .modal-body #formAdd .independent_box, .sample-code .independent_box, #popups2 .modal-body .independent_box {
    width: 95.4% !important;
    position: relative;
    height: auto !important;
    margin: 10px 2.3% 0px 2.3%;
}