﻿@import url(vendor/reset.css);
@import url(vendor/bootstrap.css);
@import url(vendor/skin.css);
html, body {
  width: 100%; }

.data_style::-webkit-input-placeholder {
    color: #c7d6d6 !important; 
    font-size:14px !important;
}
.data_style:-ms-input-placeholder{
    color: #c7d6d6 !important; 
    font-size:14px !important;
}
.data_style::-moz-placeholder {
    color: #c7d6d6 !important; 
    font-size:14px !important;
}
.data_style:-moz-placeholder{
    color: #c7d6d6 !important; 
    font-size:14px !important;
}

body {
  font-family: Microsoft JhengHei; }
  body a:hover, body a:focus {
    text-decoration: none !important; }
  body .background-top {
    height: 37%;
    width: 100%;
    position: absolute; }
  body .background-down {
    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(83, 83, 83, 0.9);
    left: 0;
    top: calc(50% - 225px);
    border-radius: 5px;
    border: 2px solid #00e3c6;
    width: 400px;
    margin: 0 auto;
    height: 450px;
    color: white;
}
    body .container .slideshow-bg {
       position: absolute;
        left: 0;
        top: calc(50% - 275px);
        background-size: cover;
        padding-bottom: 30px;
        width: 100%;
        margin: 0 auto;
        height: 530px;
    }
    body .container .mainvisual-slidearea{
	width: 100%;
    min-height: 500px;
}
    body .container .mainvisual-slidearea .slides{
	    width: 100%;
        height: 100%;
        transform-origin: bottom left;
    }
    body .container .mainvisual-slidearea .slides .slide{
	    position: absolute;
        z-index: 1;
        opacity: 0;
        transition: all 2s linear;
	    width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    body .container .mainvisual-slidearea .slides .slide.current{
	    opacity: 1;
    }
    body .container .login-bg {
        position: relative;
        left: 0;
        top: calc(50% - 267px);
        width: 500px;
        margin: 0 auto;
        color: white;
        height: 545px;
        background: #89898999;
        z-index: 1000;
    }
.input-group {
    border: 1px solid #47fffb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 9px;
    position:relative;
}

.input-group .password_eye{
    background-image: url(/Content/images/eye01.png);
    background-size: cover;
    position: absolute;
    right: 11px;
    top: 13px;
    width: 24px;
    z-index: 20;
    height: 19px;
    cursor: pointer;
}
.input-group .password_eye.password_open_eye{
    background-image: url(/Content/images/eye02.png);
    background-size: cover;
}

.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: 40px 37px 0px 37px;
}
    body .container .login .logo {
        position: absolute;
        left: 80px;
        top: -231px;
        background: url(../../images/login_logo.png) no-repeat left center;
        background-size: contain;
        width: 61%;
        height: 35%;
    }
    body .container .login .logo_font {
        text-align: center;
        font-weight: bold;
        padding-top: 50px;
    }
    body .container .login .logo_font p:first-child{
        font-size: 26px;
    }
    body .container .login .logo_font p:nth-child(2){
        font-size: 15px;
    }
    body .container .login .footer_font {
        position: absolute;
        bottom: 16px;
        left: 161px;
        font-size: 15px;
    }
        body .container .login .system-name {
            position: absolute;
            left: 71px;
            top: 56px;
            width: 350px;
            height: 35px;
        }
      body .container .login form {
        width: 530px; }
.container .login .system-name p {
    position: absolute;
    font-size: 28px;
    color: white;
    margin-bottom: 0px;
    bottom: 5px;
    left: 109px;
    font-weight: bold;
}
body .container .login .btn-area {
    margin-top: 20px;
    margin-left: 37px;
}
body .container .login .button {
    width: 325px;
    height: 43px;
    font-size: 16px;
    color: white;
    border-left: 0px;
    background: #f39800;
    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);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s , color 9999s ease-out 0s , font-size 9999s ease-out 0s
}

.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-bg .footer_font {
        position: absolute;
        bottom: 13px;
        left: 160px;
        font-size: 15px;
        text-shadow: 1px 1px black;
    }
    body .container .login .button:hover {
        background-color: #333333;
    }
      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: 260px;
            background: #535353;
            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;
          float: right;
          width: 130px;
          position: absolute;
          left: 185px;
        }
        body .container .login .input-data tbody #CaptchaInputText {
            width: 140px;
            position: absolute;
            bottom: 178px;
            background: white;
            color: black;
        }
        body .container .login .validation-summary-errors {
            margin-top: 85px !important;
            width: 400px;
        }
        body .container .login .captcha {
            height: 50px;
        }
        body .container .login .captcha label {
          display: inline;
          font-size: 13px; }
        body .container .login .captcha .captcha-right {
          float: right;
          margin: 0;
          height: 0px;
          width: 67px;
          margin-top: 10px;
          margin-right: 10px; }
          body .container .login .captcha .captcha-right li {
            height: 20px;
            list-style: none; }
          body .container .login .captcha .captcha-right .recaptcha-picture {
            padding-left: 10px;
            margin-bottom: 7px; }
          body .container .login .captcha .captcha-right .privacy {
            margin-bottom: 10px; }
body .container .login .remember-account {
    margin-left: 37px;
    margin-top: 44px;
}
        body .container .login .remember-account input {
          width: 22px;
          margin-top: -1px;
          height: 30px;
          cursor: pointer;
        }
        body .container .login .remember-account span {
          margin-left: 8px; }
        .ui-datepicker-trigger {
           
            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: 40px 37px 0px 37px;
       }

  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: rgb(255, 255, 255);
        height: 110px;
    }
    .cms-page .header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.content .left-panel.open .logo {
    background: url(../../images/logo.png) no-repeat center center;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 905;
    min-width: 200px;
    background-size: 59%;
    height: 70px;
    background-color: white;
    padding-top: 30px;
    display: none;
}

.content .left-panel.open .system-name {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 160px;
    height: 100px;
    background-color: white;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    border-bottom: 1px solid white;
    color: rgb(72, 165, 234);
    font-weight: 600;
    z-index: 906;
    padding: 0px 30px;
    background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    background-image: linear-gradient(135deg,#e5e5e5,#e5e5e5),linear-gradient(90deg,rgb(8, 188, 184),rgba(8, 188, 184, 0),rgb(8, 188, 184));
    border-bottom: 10px transparent solid;
}
    .content .left-panel.open .system-name p {
        margin-top: 28px;
        color: black;
        line-height: initial;
    }
.content .left-panel .system-name {
    height: 110px !important;
    right: 0px;
    top: 0px;
    position: absolute;
    width: 62px;
    height: 35px;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    color: black;
    font-weight: 600;
}
    .content .left-panel .system-name p {
        z-index: 10;
        width: auto;
        display: block;
        position: absolute;
        right: -390px;
        top: 33px;
        color: white;
        text-shadow: -1px -1px 4px black;
        font-size: 26px;
    }
    .content .left-panel.open .system-name p {
        z-index: 10;
        width: auto;
        display: block;
        position: absolute;
        right: -390px;
        top: 5px;
        color: white;
        text-shadow: 1px 1px 4px black;
        font-size: 26px;
    }

    .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 {
        font-family: Microsoft JhengHei !important;
        position: absolute;
        right: 50px;
        top: 60px;
        color: black;
        font-size: 14px;
        font-weight: bold;
        background: white;
        padding: 5px 15px;
        border-radius: 15px;
        display: flex;
        align-items: center; }
    .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 233px;
    /*overflow: hidden;*/
    min-height: 90vh;
    background: white;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    padding-top: 4px;
    border-radius: 10px;
  }
    .cms-page .content .left-panel {
        min-width: 220px;
        position: absolute;
        top: 0;
        left: -158px;
        z-index: 904;
        padding-top: 100px;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        height: 100%;
        background: #7f7f7f;
    }
      .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: 120px;
        }
            .cms-page .content .left-panel .menu-switch:hover {
                background: lightgray;
                color: black;
            }

            .cms-page .content .left-panel .menu-switch i {
                font-size: 29px;
                top: 21px;
                left: 20px;                
                position: absolute;
            }

.content .left-panel .logo {
    background: url(../../images/logo.png) no-repeat center center;
    right: 0;
    top: 0;
    position: absolute;
    width: 42px;
    height: 70px;
    background-color: #e5e5e5;
    background-size: 80%;
    z-index: 100;
    display: none;
}
.content .left-panel.open .logo {
    z-index:-1;   
}

    .cms-page .content .left-panel .menu-switch.small {
        left: 146px;
        width: 54px;
        top: 110px;
    }

.cms-page .content .left-panel > ul > li:hover
{
    /*background-color: white;
    color: black;*/
}

.cms-page .content .left-panel ul li i {
    color: #f8a15b;
    margin-right: 15px;
}
.cms-page .content .left-panel .small li i {
    margin-right: -1px;
}
    .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 .small li ul.slidedown , .cms-page .content .left-panel .small li ul.slideup {
        border: 1px solid #b1aaaa;
        border-left: none;
        background: white;
        left: 201px;
        min-width: 160px;
        padding: 5px 10px 5px 0px ;
        
    }

    .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: #7f7f7f;
    }

        .cms-page .content .left-panel.open ul li ul.slidedown li {
            background: #7f7f7f;
            width: 170px;
        }

            /*.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 .menu {
    padding-top: 70px;
    background: #7f7f7f;
    }

        .cms-page .content .left-panel ul li {
            position: relative;
            width: 180px;
            background: #7f7f7f;
        }
        .cms-page .content .left-panel .small li {
            width:auto !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;
            transition: all 0.5s ease;
            cursor: pointer;
        }
        .cms-page .content .left-panel.open .slideup li a {
            background: #7f7f7f !important;
        }
        .cms-page .content .left-panel ul li .slideup .focus-color {
            color: #4e4e4e !important;
            background: #c1fffe !important;
            border-radius: 0px 50px 50px 0px;
            width: 155px;
        }
        .cms-page .content .left-panel ul li .slideup .focus-color a {
            background: #c1fffe !important;
            border-radius: 0px 50px 50px 0px;
        }
        .cms-page .content .left-panel ul li .slideup li{
            margin:0px;
            background: #7f7f7f !important;
            transition: none;
        }
        .cms-page .content .left-panel > ul > li > a:hover {
            background: #5e5d59 !important;
            border-radius: 0px 50px 50px 0px;
            color: white;
        }
                .cms-page .content .left-panel ul li #system-manager:active {
                    background: white;
                }
                /*.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;
            font-size: 16px;
    }

    .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 {
      
    }
          .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.open ul li ul.slidedown li:hover {
                background: #85e0de !important;
               border-radius: 0px 50px 50px 0px; }

              .cms-page .content .left-panel .small li ul li:hover{
                background: #85e0de !important;
                border-radius: 0px 50px 50px 0px;
              }  
              .cms-page .content .left-panel .small li ul li:hover a{
                color: white;
              }  

              .cms-page .content .left-panel ul li ul li:hover a {
                color: white;
              }
                .cms-page .content .left-panel .small li ul li a {
                    padding: 12px 19px 12px 17px;
                    color: white;
                    background: transparent;
                    transition: initial;
                    border-radius: 0px 50px 50px 0px;
                }
              .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 .small li a {
        padding: 12px 8px 12px 17px;
    }
    .cms-page .content .left-panel .small li a .icon_circle::before {
        right: 7px;
    }
    .cms-page .content .left-panel .small li ul li .icon_circle::before {
        left: 9px;
    }
        .cms-page .content .left-panel ul li a span .i-wrapper {
            width: 28px;
            margin-left: -15px;
            display: inline-block;   
            text-align: center;         
        }

    .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;
            color: #f8a15b;
        }

    .cms-page .content .left-panel.open ul li ul.slidedown li a {
        position: relative;
        padding-left: 40px;
        padding-right: 0px;
    }
    .cms-page .content .left-panel.open ul li ul.slideup li a {
        padding-left: 25px;
    }
        /*.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 .small li ul li {
        width: 150px !important;
        background: #7f7f7f !important;
        border-radius: 0px 50px 50px 0px;
        color: white;
        margin-bottom: 1px;
    }

    .cms-page .content .left-panel ul li ul .focus-color {
    color: #4e4e4e !important;
    background: #c1fffe !important; 
    border-radius: 0px 50px 50px 0px;
    }
            .cms-page .content .left-panel ul li ul .focus-color a {
              color: #4e4e4e; }
    .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 .select-selected {
                    border: none !important;
                    padding-left: 0px !important;
                    font-size:16px;
                }
                .select-items div {
                    border-color: rgba(0, 0, 0, 0.1) !important;
                    border-top-color: transparent;
                    font-size:16px;
                }
                .select-items div:first-child {
                    border-top-color: rgba(0, 0, 0, 0.1) !important;
                }
                .cms-page .content .right-area .query-area .select-selected:hover {
                    border-bottom: none !important;
                }
            .cms-page .content .right-area .query-area .query_form_group label input[type="checkbox"] {
                margin: 0;
                position: initial;
                color: black;
                margin-right: 10px;
                margin-top: -3px;
            }
            .cms-page .content .right-area .query-area div label input {
            
            }

        #T4U-Table .T4U-table-button button {
            position: relative;
            top: -5px;
            left: -5px;
            margin-top: 7px;
            margin-left: 5px;
            background: none;
            color: dimgray;
            font-weight: bold;
            border: none;
            padding: 5px 10px;
            border-radius: 20px;
            word-break: keep-all;
            outline: none;
            font-size: 15px;
        }
        #T4U-Table .T4U-table-button button i:hover {
            color:#46b6b4;
        }
        .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;
        border: 1px solid #dddddd !important;
      }
        .cms-page .content .right-area .table thead ,
        #popups .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 #T4U-Table tr ,
        #popups .modal-body #formAdd #T4U-Table tr {
            display: block;
        }
          .cms-page .content .right-area .table thead tr th {
            text-align: center;
            font-size: 14px;
          }
          .cms-page .content .right-area #T4U-Table tbody{
            display: block;
            overflow: 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: 8px;
    vertical-align: middle;
    height: 37px;
}
          .cms-page .content .right-area .table tbody > tr:hover td {
            background: #e3f3f4 !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 .tab_area{
                margin-top: 40px;
            }

            .cms-page .content .right-area .tab_area > div:first-child {
                float:left;
                font-size: 16px;
                letter-spacing: 1px;
                margin-top: 5px
            }

            .cms-page .content .right-area .tab_area #myIndexTab.nav-tabs{
                border-bottom: 5px solid #e5e5e5;
                margin-left: 122px;
                width: 1178px;
            }

            .cms-page .content .right-area .tab_area #myIndexTab.nav-tabs li a{
                padding: 5px 10px 5px 12px;
                border: 1px solid #0077ac;
                border-bottom: none;
                min-width: 74px;
                text-align: center;
                font-size: 17px;
                color: #0077ac;
                margin-right: 4px;
                letter-spacing: 4px;
            }

            .cms-page .content .right-area .tab_area #myIndexTab.nav-tabs li:hover a {
                background: linear-gradient(#008cca,#0075a9) !important;
                color: white;
            }

            .cms-page .content .right-area .tab_area #myIndexTab.nav-tabs li.active a{
                background: linear-gradient(#008cca,#0075a9) !important;
                color: white;
            }

            .cms-page .content .right-area .tab_area #myIndexTabContent{
                margin: 18px 0px 40px 122px;
                width: 1178px;
            }

            .cms-page .content .right-area .tab_area #myIndexTabContent .tab-pane button{
                padding: 5px 12px;
                text-align: center;
                font-size: 16px;
                background: linear-gradient(#008cca,#0075a9) !important;
                color: white;
                margin-right: 10px;
                border-radius: 5px;
                box-shadow: none;
                border: none;
                margin-bottom: 10px;
            }

      .cms-page .content .right-area .list-name {
        font-size: 20px;
        margin-bottom: 20px;
        margin-left: -16px; }
      .cms-page .content .right-area .filter-list {
        min-width: 245px;
        /*width: 28%;*/
        height: 95%;
        float: left; }
        .cms-page .content .right-area .filter-list .menu-tree-mobile {
          display: none; }
        .cms-page .content .right-area .filter-list .menu-tree {
          width: 220px;
          background: rgba(225, 225, 225, 1);
          float: left;
          margin-top: 11px; }
        .cms-page .content .right-area .filter-list .menu-tree ul li ul li span {
            display: block;
            text-indent: -15px;
            padding-left: 14px;
        }
          .cms-page .content .right-area .filter-list .menu-tree span,
          .cms-page .content .right-area .filter-list .menu-tree li {
            color: #733c3a;
            font-size: 14px;
            cursor: pointer;
            margin-top: 5px;
            z-index: 1;
            position: relative;
          }
          
        .cms-page .content .right-area .filter-list .menu-tree li.selected > a > span::after{
                content: '';
                display: block;
                width: 220px;
                background: white;
                z-index: -1;
                position: absolute;
                height: 108%;
                right: 0;
                top: -2px;
          }
		  .cms-page .content .right-area .filter-list .menu-tree li.no-selected > a >  span::after{
              display: none;
          }
          .cms-page .content .right-area .filter-list .menu-tree li span{
              display: block;
              text-indent: -15px;
              padding-left: 14px;
          }
          .cms-page .content .right-area .filter-list .menu-tree span i, .cms-page .content .right-area .filter-list .menu-tree li i {
              margin-left: 19px;
          }
            .cms-page .content .right-area .filter-list .menu-tree li span.focus-color::after{
                display: block !important;
                content: '';
                width: 220px;
                border: 1px solid brown;
                z-index: -1;
                position: absolute;
                height: 108%;
                right: 0;
                top: -2px;
            }
            .cms-page .content .right-area .filter-list .menu-tree li.tree-root span.focus-color::after {
                left: -72px;
            }
            .cms-page .content .right-area .filter-list .menu-tree span:active,
            .cms-page .content .right-area .filter-list .menu-tree span.active,
            .cms-page .content .right-area .filter-list .menu-tree li:active {
              color: #77933c; }
            .cms-page .content .right-area .filter-list .menu-tree span i,
            .cms-page .content .right-area .filter-list .menu-tree li i {
              margin-right: 5px; }
            .cms-page .content .right-area .filter-list .menu-tree ul li ul i {
                margin-left: 19px;
            }
          .cms-page .content .right-area .filter-list .menu-tree .focus-color {
            color: green !important;
            font-weight: bolder;}
          .cms-page .content .right-area .filter-list .menu-tree .tree-title {
            background-image: linear-gradient(to right, #8f7b7a, #bfa6a5);
            text-align: center;
            font-size: 20px;
            color: white;
            border-radius: 7px;
            padding: 10px 0px; }
          .cms-page .content .right-area .filter-list .menu-tree .tree-root {
            margin-left: -12px;
            cursor: default; }
            .cms-page .content .right-area .filter-list .menu-tree .tree-root span {
              margin-left: 10px;
              color: blue;
              display: inline;
              /*cursor: default !important;*/ }
          .cms-page .content .right-area .filter-list .menu-tree ul .no-selected > a > span {
            color: darkgray; }
          .cms-page .content .right-area .filter-list .menu-tree ul li.no-selected  {
            color: darkgray; }
      .cms-page .content .right-area .filter-result {
        height: 95%;
        display: none; }
        .cms-page .content .right-area .filter-result .Func-btn button {
            min-width: 58px;
            height: 31px;
            color: black;
            border: none;
            background: #E5F0F4;
            padding-left: 10px;
            padding-right: 10px;
            margin-right: 3px;
            margin-top: 10px;
            outline: none;
            border-radius: 3px;
            transition: all 0.2s ease;
        }

            .cms-page .content .right-area .filter-result .Func-btn button:hover {
                background: darkblue;
                color: white;
            }
        .cms-page .content .right-area .filter-result .page-set-color {
          background: #fac090;
          float: left;
          height: 19px;
          width: 7px;
          margin-right: 5px; }
        .cms-page .content .right-area .index-teach{
            position: relative;
            display: contents;
        }
        .cms-page .content .right-area .change-filter .change-text{
            color: gray;
            margin-left: 20px;
            font-size: 18px;
            font-weight: bold;
            vertical-align: middle;
        }
        .cms-page .content .right-area .change-filter .general-button{
            margin: 0 22px;
        }
        .relation-table .relation-box{
            background: rgb(237,237,237);
            width: 100%;
            margin-top: 15px;
            border-radius: 10px;
            box-sizing: border-box;
            padding: 10px 15px;
            position: relative;
        }
        .relation-table .relation-box .tool-button{
            position: absolute;
            right: 4px;
            top: -8px;
            font-size: 21px;
        }
        .relation-table .relation-box .tool-button i {
            margin: 0 3px;
            cursor: pointer;
        }
        .relation-table .relation-box h5{
            color: darkslateblue;
            font-size: 15px;
            font-weight: bold;
        }
        /*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: 10px;
          margin-bottom: 3px;
          cursor: pointer;}
        .cms-page .content .right-area .filter-list .back-classification span {
            color: rgb(79,98,40); }
          .cms-page .content .right-area .filter-result .filter-content span {
            font-size: 17px; }
          .cms-page .content .right-area .filter-result .filter-content #currentPageURL{
              display: none;
          }
          .cms-page .content .right-area .filter-result .filter-content #currentPageURL span{
              font-size: 14px;
              padding-left: 6px;
          }
        .cms-page .content .right-area .filter-result .filter-content #currentPageURL button {
            background: green;
            border: 1px solid green;
            border-radius: 6px;
            color: white;
            margin: 0px 2px 5px 7px;
        }
          .cms-page .content .right-area .filter-result .filter-content .used-instruction {
            color: #28bef2;
            margin: 10px 0px; }
            .cms-page .content .right-area .filter-result .filter-content .used-instruction p {
              margin: 0;
              font-size: 15px; }
          .cms-page .content .right-area .filter-result .filter-content .url-area {
            display: none;
            position: relative; }
            .cms-page .content .right-area .filter-result .filter-content .url-area input[type="text"] {
              width: 250px; }
            .cms-page .content .right-area .filter-result .filter-content .url-area input[type="checkbox"] {
              width: 20px;
              height: 20px;
              margin-right: 7px;
              margin-top: -2px; }
            .cms-page .content .right-area .filter-result .filter-content .url-area label {
              display: inline-block;
              position: absolute;
              left: 2px;
              bottom: -33px;
              font-size: 15px; }
          .cms-page .content .right-area .filter-result .filter-content .func-btn button {
            background: #17375e;
            color: white;
            margin: 4px 0px 12px 11px; }
          .cms-page .content .right-area .filter-result .filter-content .Store-btn {
            display: none;
            position: absolute;
            bottom: 9px;
            right: 8px;
            float: right;
            background: #d7e4bd;
            padding: 5px;
            border: 2px solid #c3d69b; }
            .cms-page .content .right-area .filter-result .filter-content .Store-btn button {
              background: darkgreen;
              color: white;
              margin: 3px 5px;
              border: none;
              border-radius: 5px;
              padding: 5px 10px; }
          .cms-page .content .right-area .filter-result .filter-content .func-btn {
            display: none; }
          .cms-page .content .right-area .filter-result .filter-content #page-content {
            display: none;
            border: 1px solid lightgray;
            overflow: auto;
          }
          .cms-page .content .right-area .filter-result .filter-content #page-content tr {
              cursor: default !important;
          }
          .cms-page .content .right-area .filter-result .filter-content .bootstrap-select {
            margin-top: -14px;
          }

.hidden-menu .content {
  margin-left: 70px; }

.menu-tree > ul > li > ul,
.menu-tree > ul > li > ul > li > ul {
  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 {
	padding: 5px 0px;
	border-radius: 10px;
	width: 85%;
	display: block;
	position: relative;
    margin-bottom: 10px;
}
.related button {
    border-radius:99em;
    background: red;
    color: white;
    border: 0px;
    box-shadow: none;
    width: 20px !important;
    height: 20px;
}

#popups .nav-tabs {
    margin-bottom: 30px;
    border-bottom: none;
    display: block;
    position: relative;
    white-space: nowrap;
    border-bottom: 3px solid rgb(216,216,216);
}

#popups .nav-tabs li {
    width: 200px;
    border-bottom: 3px solid rgb(216,216,216);
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: -3px;
    /*float: initial;
    margin: 0px -2px;*/
}

#popups .nav-tabs li a {
    color: rgb(200,200,200);
    border: none !important;
    text-align: center;
    padding: 8px 0px;
}

#popups .nav > li:hover {
    border-bottom: 3px solid #00c3be;
}

#popups .nav > li > a:hover {
    background-color: white;
    color: black !important;
}

#popups .nav-tabs .active a {
    color: black !important;
    border: none !important;
}

#popups .nav-tabs li.active {
    border-bottom: 3px solid #00c3be;
}

#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 30px; 
  overflow: hidden !important; 
}

#popups img.banner{
    min-height: 100px;
    display: block;
    max-width: 500px;
}
.modal {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%) !important;
    -ms-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important;
    margin: 0 auto !important;
}

#popups {
  min-width: 600px;
  overflow: auto; }
  #popups button,
  #popups select,
  #popups textarea {
    font-family: Microsoft JhengHei !important; }
  #popups .modal-dialog {
    position: static !important; }
    #popups .modal-header, #popups2 .modal-header {
        padding: 5px 15px;
        background: linear-gradient(to right,#00c8c3,#019490) !important;
    }
    #popups .modal-header h3 {
      font-size: 18px !important ;
      padding-left: 20px;
    }
    #popups .modal-header .close {
      margin-top: -33px;
      height: 30px;
      font-size: 37px;
      color: yellow;
      opacity: 1;
      outline: none; }
  #popups .modal-body {
    max-height: iniherit;
    overflow: iniherit; }
  #popups .modal-body .btn_button:hover, #popups2 .modal-body .btn_button:hover , .btn_button:hover{
       color: #00d9d4 !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;
    }
    #popups .modal-body #formAdd .independent_box, .sample-code .independent_box, .t4u-modal .modal-body .independent_box {
        width: 100% !important;
        position: relative;
        height: auto !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;
        bottom: 15px;
        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;
        bottom: 15px;
        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: 100px !important;
        position: absolute;
        left: 0;
    }
    #popups .modal-body #formAdd .box .query_value {
        padding-left: 115px !important;
        margin-top:0px !important;
    }
    #popups .modal-body #formAdd .box .query_value .radio_box {
        margin-bottom: 10px;
    }
    #popups .modal-body #formAdd .title , .t4u-modal .modal-body .title {
        margin-bottom: 10px;
    }
    .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 , #btn_add_authority_member:hover , .cms-page .content .right-area #btnSave:hover ,
    #popups .func_btn #btnSaveContent: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(#00d9d4,#00bcb8) !important;
            padding: 4px 25px;
    }
    #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 , #btn_add_authority_member , .cms-page .content .right-area #btnSave , 
    #popups .func_btn #btnSaveContent{
            width: auto;
            height: 35px;
            margin-left: 5px;
            border-radius: 5px;
            color: white;
            border: none;
            background: linear-gradient(#00d9d4,#00bcb8) !important;
            padding: 4px 25px;
    }
    #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(#00d9d4,#00bcb8) !important;
            margin: 30px 15px 0px 0px;
            padding: 4px 25px;
    }
    #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) ,
    #popups .modal-body #formAdd .box > div:nth-child(3) ,
    #popups2 .modal-body #formAdd .box > div:nth-child(2) ,
    #popups2 .modal-body .box > div:nth-child(2) , 
    .t4u-modal .modal-body .box > div:nth-child(2) ,
    .t4u-modal .modal-body .box > div:nth-child(3) {
            /*margin-top: 5px;*/
            /*padding: 0px 0px 5px 0px !important;*/
            border-bottom: 1px solid #d8d8d8;
            height: 30px;
            width: 100%;
            position: relative;
            display: inline-block;
            align-items: center;
    }

    #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 , .t4u-modal .modal-body .box {
            width:45%;
            height:70px;
            margin-top: 10px;
            display: inline-block;
    }

    #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: 96%;
    }
    #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: 10%;
            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;
    }
    #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 #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 , .t4u-modal .modal-body .box > div:first-child , .t4u-modal .modal-body .independent_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;
    }
    #popups .modal-body .textarea_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;
    }
    .sample-code .independent_box > div:nth-child(2) {
        border:none !important;
    }
    #formAdd .box > div:first-child > span , #formAdd .independent_box > div:first-child > span{
        color: red;
    }

     input[type=radio]:checked ~ .check {
            border: 2px solid #2da3c3;
        }
        .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;
        }
         input[type=radio]:checked ~ .check::before {
            background: #2da3c3;
        }
        .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 {
            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: 30px;
            padding-top: 0px !important;
       }
       .radio_name {
            margin-left: 10px; 
            margin-bottom: 0px; 
            font-size:16px;
            margin-right: 20px;
       }
       #popups .modal-body #formAdd div:nth-child(2) > div > input[type="radio"] , .t4u-modal .modal-body div > div > input[type="radio"]{
            cursor: pointer; 
            visibility: hidden;
            position:absolute;
       }
       .t4u-modal .modal-body .radio_value{
            border: none !important;
            margin-top: 5px;
       }
        #popups .modal-body #formAdd .radio_value {
            border: none !important;
            margin-top: 10px;
            min-height:0px;
            height:auto;
        }
        .t4u-modal .modal-body .checkbox_value , #popups .modal-body .checkbox_value_popups{
            border: none !important;
            margin-top: 5px;
            margin-bottom: 10px;
        }
       .t4u-modal .modal-body .checkbox_value label , #popups .modal-body .checkbox_value_popups label{ 
            padding: 0px 15px 10px 0px;
       }

       #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;
            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 #information table {
        border: 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 {
            border-left: 1px solid lightgray;
        }
        #popups .modal-body table tr td:first-child span {
          color: red;
          /*margin-right: 5px; 
          position:absolute;
          left: 15px;
          top: 17px;*/
        }
        #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);
            padding-right: 20px;
            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 {
            color: rgb(155,155,155);
            background: rgb(248,248,248) !important;
            width: auto;
            height: 35px;
            margin-left: 10px;
            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"] ,
        .t4u-modal .modal-body .box div:nth-child(2) input[type="text"] , .t4u-modal .modal-body .box div:nth-child(2) select ,
        .t4u-modal .modal-body .box div:nth-child(2) input[type="number"] , .t4u-modal .modal-body div input[type="text"]{
            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 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; }

  #popups2 {
  min-width: 600px;
  overflow: auto; }
  #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 #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"] ,
    .t4u-modal .modal-body div input[type="text"] , .t4u-modal .modal-body .box div:nth-child(2) select{
            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 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: linear-gradient(#00d9d4,#00bcb8) !important;
                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; }
  #popups .modal-body {
    max-height: none; }
    #popups .modal-body .add_account td input[type="text"],
    #popups .modal-body .add_account td select,
    #popups .modal-body .ip-whitelist td input[type="text"],
    #popups .modal-body .ip-whitelist td select,
    #popups .modal-body .authority_tree_view td input[type="text"],
    #popups .modal-body .authority_tree_view td select,
    #popups .modal-body .data_list_maintenance td input[type="text"],
    #popups .modal-body .data_list_maintenance td select {
      width: 135px;
      border: 1px solid lightblue; }
    #popups .modal-body .add_account td input[type="text"].email-address,
    #popups .modal-body .ip-whitelist td input[type="text"].email-address,
    #popups .modal-body .authority_tree_view td input[type="text"].email-address,
    #popups .modal-body .data_list_maintenance td input[type="text"].email-address {
      width: 210px; }
    #popups .modal-body .add_account td input[type="text"].postal-code,
    #popups .modal-body .ip-whitelist td input[type="text"].postal-code,
    #popups .modal-body .authority_tree_view td input[type="text"].postal-code,
    #popups .modal-body .data_list_maintenance td input[type="text"].postal-code {
      width: 50px; }
    #popups .modal-body .add_account td input[type="password"],
    #popups .modal-body .ip-whitelist td input[type="password"],
    #popups .modal-body .authority_tree_view td input[type="password"],
    #popups .modal-body .data_list_maintenance td input[type="password"] {
      width: 135px;
      border: 1px solid lightblue; }
    #popups .modal-body .add_account td select,
    #popups .modal-body .ip-whitelist td select,
    #popups .modal-body .authority_tree_view td select,
    #popups .modal-body .data_list_maintenance td select {
      width: 170px; }
    #popups .modal-body .add_account td input[type="radio"],
    #popups .modal-body .ip-whitelist td input[type="radio"],
    #popups .modal-body .authority_tree_view td input[type="radio"],
    #popups .modal-body .data_list_maintenance td input[type="radio"] {
      width: 1.4em;
      margin: 10px 8px !important;
      margin-bottom: 11px !important;
      height: 24px !important;
      margin-right: 5px !important; }

    #popups2 {
  width: auto; }
  #popups2 .modal-header {
    background-image: linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -moz-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -ms-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -o-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -webkit-linear-gradient(left, rgb(48, 96, 152), rgb(48, 96, 152)); }
    #popups2 .modal-header h3 {
      font-size: 18px;
      color: white; }
  #popups2 .modal-body {
    max-height: none; }
    #popups2 .modal-body .add_account td input[type="text"],
    #popups2 .modal-body .add_account td select,
    #popups2 .modal-body .ip-whitelist td input[type="text"],
    #popups2 .modal-body .ip-whitelist td select,
    #popups2 .modal-body .authority_tree_view td input[type="text"],
    #popups2 .modal-body .authority_tree_view td select,
    #popups2 .modal-body .data_list_maintenance td input[type="text"],
    #popups2 .modal-body .data_list_maintenance td select {
      width: 135px;
      border: 1px solid lightblue; }
    #popups2 .modal-body .add_account td input[type="text"].email-address,
    #popups2 .modal-body .ip-whitelist td input[type="text"].email-address,
    #popups2 .modal-body .authority_tree_view td input[type="text"].email-address,
    #popups2 .modal-body .data_list_maintenance td input[type="text"].email-address {
      width: 210px; }
    #popups2 .modal-body .add_account td input[type="text"].postal-code,
    #popups2 .modal-body .ip-whitelist td input[type="text"].postal-code,
    #popups2 .modal-body .authority_tree_view td input[type="text"].postal-code,
    #popups2 .modal-body .data_list_maintenance td input[type="text"].postal-code {
      width: 50px; }
    #popups2 .modal-body .add_account td input[type="password"],
    #popups2 .modal-body .ip-whitelist td input[type="password"],
    #popups2 .modal-body .authority_tree_view td input[type="password"],
    #popups2 .modal-body .data_list_maintenance td input[type="password"] {
      width: 135px;
      border: 1px solid lightblue; }
    #popups2 .modal-body .add_account td select,
    #popups2 .modal-body .ip-whitelist td select,
    #popups2 .modal-body .authority_tree_view td select,
    #popups2 .modal-body .data_list_maintenance td select {
      width: 170px; }
    #popups2 .modal-body .add_account td input[type="radio"],
    #popups2 .modal-body .ip-whitelist td input[type="radio"],
    #popups2 .modal-body .authority_tree_view td input[type="radio"],
    #popups2 .modal-body .data_list_maintenance td input[type="radio"] {
      width: 1.4em;
      margin: 10px 8px !important;
      margin-bottom: 11px !important;
      height: 24px !important;
      margin-right: 5px !important; }

#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; 
}
.radio_value .required {
    display: block;
    margin-top: 0px;
}

.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%; }

  /*.table-bordered {
      border: none;
  }
  .table-bordered tr td:last-child {
      border-right: 1px solid #dddddd;
  }
  .table-bordered .required-text td,
  .table-bordered .required-text td:last-child {
      border: none;
  }*/

  .func_btn button {
    border: none;
    background: rgb(208,209,255) !important;
    color: black;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 10px;
    text-shadow: inherit;
  }
  .margin-left {
      margin-left: 20px;
  }
  .t4u-modal .func_btn.text-left {
      text-align: left;
  }
  .t4u-modal .func_btn.margin-top {
      margin-top: 10px;
  }
  .t4u-modal .modal-body table tr td .form-inline input[type="radio"] {
    margin-left: 0px;
}

/*.menu-tree > ul > li ul.open {
  display: block;
  margin-left: 30px; }*/
.menu-tree li ul.open {
  display: block;
  margin-left: 30px; }

.menu-tree li ul.hidden {
  display: none; }
.bring-text {
    border: none;
    background: rgb(0,176,80);
    color: white;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 10px;
    text-shadow: inherit;
}
.t4u-modal .modal-body table tr td .add-link {
    border: none;
    background: #00b050;
    color: white;
    border-radius: 50%;
    padding: 4px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
}
.related {
	padding: 5px 0px;
	border-radius: 10px;
	display: block;
    margin-bottom: 10px;
    width: 760px;
}
.related > div {
    position: relative; 
}
.related .fa-times-circle {
    background: white;
    color: red;
    border: 0px;
    font-size: 25px;
    position: absolute;
    right: -35px;
    top: calc(50% - 12.5px);
    cursor: pointer;
}
.t4u-modal .modal-body table tr td .related input[type="text"] {
	width: 80%;
}

.t4u-modal .modal-body table tr td .radio.inline {
    padding-left: 0;
    margin-right: 8px;
    min-width: 80px;
    white-space: nowrap;
}

.t4u-modal .modal-body .box.tr_small , #popups .modal-body #formAdd .box.tr_small{
    opacity: 0;
    position: absolute;
    top: -100%;
    transition: 1s ease;
    left: 0px;
    border: 1px solid #2da3c3;
    padding: 15px;
    min-width: 68% !important;
    width: auto !important;
    border-radius: 3px;
} 
.t4u-modal .modal-body .box.tr_small.opacity , #popups .modal-body #formAdd .box.tr_small.opacity{
    opacity: 1;
    position: relative;
    transition: 1s ease;
}
.hr_opacity {
    display:none;
}

.t4u-modal .modal-body table tr td .related div {
    margin: 5px 0px;
}
.t4u-modal .modal-body table tr td .required {
    /*display: block !important;*/
}
.related div label {
	width: 60px;
	display: inline-block;
	text-align: left;
    padding-right: 10px;
    cursor:default;
}
.related a {
    margin-top: 17px;
    position: absolute;
}
.t4u-modal .modal-body  .box .related div input[type="text"] {
    border-bottom: 1px solid #d8d8d8 !important;
    border-radius: 0px;
    width: 690px !important;
}
#popups .modal-body .box .related div input[type="text"] {
    border-bottom: 1px solid #d8d8d8 !important;
    border-radius: 0px;
    width: 80% !important;
}

.t4u-modal .modal-body table tr td .del-keyword,
.t4u-modal .modal-body table tr td .del-file,
.t4u-modal .modal-body table tr td .del-link {
    background: red;
    border: none;
    color: white;
    border-radius: 50%;
    padding: 4px 10px;
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    font-weight: bolder;
}
.t4u-modal .modal-body table tr td .del-file.del-img {
    position: static;
    margin-top: 23px;
}
.t4u-modal .modal-body {
  padding: 15px 30px; }

.t4u-modal 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;
}

.t4u-modal {
  min-width: 600px;
  overflow: auto; }
  .t4u-modal button,
  .t4u-modal select,
  .t4u-modal textarea {
    font-family: Microsoft JhengHei !important; }
  .t4u-modal .modal-dialog {
    position: static !important; }
  .t4u-modal .modal-header {
    padding: 5px 15px;
    background: #d7e4bd; }
    .t4u-modal .modal-header h3 {
      font-size: 18px; }
    .t4u-modal .modal-header .close {
        margin-top: -34px;
        line-height: 30px !important;
        font-size: 37px;
        color: white;
        opacity: 1;
        outline: none;
        text-shadow: 0 1px 0 white;
    }
  .t4u-modal .modal-body {
    max-height: iniherit;
    overflow: iniherit; }
    .t4u-modal .modal-body table {
      width: 90%; }
        .t4u-modal .modal-body table tr td {
            /*vertical-align: middle;*/
            text-align: left;
            padding-left: 20px;
            background: white;
            border-bottom: 1px solid lightgray;
            padding: 10px;
        }
        .t4u-modal .modal-body table tr td:first-child span {
          color: red;
          margin-right: 5px; 
          /*position:absolute;*/
          left: 15px;
          top: 17px;
        }
        .t4u-modal .modal-body table .row-title td{
            border: none;
            background: #68aec5;
            color: white;
            font-weight: bold;
        }
        .t4u-modal .modal-body table tr:first-child td:first-child span {
            top: 13px;
        }
        .t4u-modal .modal-body table tr td select {
          margin-bottom: 0px;
          border: 1px solid lightblue; }
        .t4u-modal .modal-body table tr td input {
            margin-bottom: 0px;
            /*width: calc(100% - 14px);*/
            border: 1px solid lightblue;
        }
        .t4u-modal .modal-body table tr td .width-shortest {
            width: 20%;
        }
        .t4u-modal .modal-body table tr td .width-short {
          width: 40%; }
        .t4u-modal .modal-body table tr td .width-middle {
          width: 60%; }
        .t4u-modal .modal-body table tr td input[type="file"] {
          border: none; }
        .t4u-modal .modal-body table tr td:first-child {
            width: 150px;
            padding-left: 0px;
            position: relative;
        }
        .t4u-modal .modal-body table tr td:nth-child(even) {
          margin-bottom: 13px; }
        .t4u-modal .modal-body table tr td input[type="radio"] {
          margin: -2px 8px;
          width: 1.4em;
          margin-bottom: 10px;
          height: 18px;
          margin-right: 4px;
          cursor:pointer; }
        .t4u-modal .modal-body table tr td .radio.inline input[type="radio"] {
          margin: 1px 2px 1px 0;
        }
        .t4u-modal .modal-body table tr td p {
          color: #7030a0;
          margin-top: 10px; }
        .t4u-modal .modal-body table tr td .required {
          /*margin-left: 3px;*/
          margin-top: 2px; }
        .t4u-modal .modal-body table tr td textarea {
          width: 95%; }
        .t4u-modal .modal-body table tr td .class-name {
          background: #dbeef4;
          border: none;
          border-radius: 5px;
          padding: 5px 10px; }
    .t4u-modal .modal-body .update_sure_window p span {
        color: red;
        margin-right: 5px;
        position: absolute;
        left: 10px;
        top: 18px;
    }
  .t4u-modal .modal-footer {
    margin: 0 auto;
    background: white; }

#add_account {
  top: 35px; }
  #add_account .modal-body table tr td {
    padding: 8px; }

.t4u-modal .func_btn,
#main_banner_maintenance .func_btn {
  text-align: center;
  margin-top: 25px; }
    .t4u-modal .func_btn button,
    #main_banner_maintenance .func_btn button {
        border: none;
        background: #555555 !important;
        color: white;
        border-radius: 5px;
        padding: 4px 10px;
        margin-right: 10px;
        text-shadow: inherit;
        min-width: 100px;
    }
    .t4u-modal .func_btn button:hover,
    #main_banner_maintenance .func_btn button:hover {
        background: #9d1816 !important;
        color: white
    }
.t4u-modal .modal-footer,
#main_banner_maintenance .modal-footer {
  margin: 0 auto;
  background: white; }

.t4u-modal {
  width: auto; }
    .t4u-modal .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)); 
          */
        background: #555555;
    }
    .t4u-modal .modal-header h3 {
      font-size: 18px;
      color: white; }
  .t4u-modal .modal-body {
    max-height: none; }
    .t4u-modal .modal-body .add_account td input[type="text"],
    .t4u-modal .modal-body .add_account td select,
    .t4u-modal .modal-body .ip-whitelist td input[type="text"],
    .t4u-modal .modal-body .ip-whitelist td select,
    .t4u-modal .modal-body .authority_tree_view td input[type="text"],
    .t4u-modal .modal-body .authority_tree_view td select,
    .t4u-modal .modal-body .data_list_maintenance td input[type="text"],
    .t4u-modal .modal-body .data_list_maintenance td select {
      width: 135px;
      border: 1px solid lightblue; }
    .t4u-modal .modal-body .add_account td input[type="text"].email-address,
    .t4u-modal .modal-body .ip-whitelist td input[type="text"].email-address,
    .t4u-modal .modal-body .authority_tree_view td input[type="text"].email-address,
    .t4u-modal .modal-body .data_list_maintenance td input[type="text"].email-address {
      width: 210px; }
    .t4u-modal .modal-body .add_account td input[type="text"].postal-code,
    .t4u-modal .modal-body .ip-whitelist td input[type="text"].postal-code,
    .t4u-modal .modal-body .authority_tree_view td input[type="text"].postal-code,
    .t4u-modal .modal-body .data_list_maintenance td input[type="text"].postal-code {
      width: 50px; }
    .t4u-modal .modal-body .add_account td input[type="password"],
    .t4u-modal .modal-body .ip-whitelist td input[type="password"],
    .t4u-modal .modal-body .authority_tree_view td input[type="password"],
    .t4u-modal .modal-body .data_list_maintenance td input[type="password"] {
      width: 135px;
      border: 1px solid lightblue; }
    .t4u-modal .modal-body .add_account td select,
    .t4u-modal .modal-body .ip-whitelist td select,
    .t4u-modal .modal-body .authority_tree_view td select,
    .t4u-modal .modal-body .data_list_maintenance td select {
      width: 170px; }
    .t4u-modal .modal-body .add_account td input[type="radio"],
    .t4u-modal .modal-body .ip-whitelist td input[type="radio"],
    .t4u-modal .modal-body .authority_tree_view td input[type="radio"],
    .t4u-modal .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; }


@media screen and (max-width: 1150px) {
  .filter-result .filter-content textarea {
    height: 375px !important; }

  .menu-tree {
    display: none; }

  .filter-list label {
    float: left; }

  .menu-tree-mobile {
    display: block !important;
    float: left;
    margin-left: 15px; }

  .cms-page .content .right-area .filter-list {
    height: auto; }

  .cms-page .content .right-area .filter-result {
    overflow: inherit; }

  .cms-page .content .right-area .filter-result .Func-btn {
    display: inline-block; }

  .cms-page .content .right-area .filter-result .filter-content {
    height: 618px; } }
@media screen and (max-width: 900px) {
  #popups table {
    border: none; }
    #popups table tr td {
      border: none !important;
      display: block; }

  #popups .modal-body table tr td,
  #main_banner_maintenance .modal-body table tr td,
  #ip-whitelist .modal-body table tr td,
  #data_list_maintenance .modal-body table tr td {
    border: none !important;
    display: block;
    padding: 2px; }

  #add_account table,
  #ip-whitelist table {
    border: none; }

  #main_banner_maintenance .modal-body table tr td:first-child {
    width: auto; }

  #data_list_maintenance {
    top: 0; }
    #data_list_maintenance .modal-body table tr td .required {
      display: inline; }

  #main_banner_maintenance .modal-body table {
    min-width: inherit; }

  #main_banner_maintenance {
    top: 3%; }
    #main_banner_maintenance table {
      border: none; }

  .hidden-menu .content {
    margin-left: 40px; }

  .cms-page .content {
    margin-left: 0px !important; }

  .table-striped tbody > tr:nth-child(even) {
    background: white; }

  .cms-page .content .right-area .list-name {
    margin-left: 0px; } }
@media screen and (max-width: 800px) {
  #add_HTML_page {
    min-width: inherit; }

  #add_HTML_list {
    min-width: inherit; }
    #add_HTML_list table {
      width: 560px; } }
@media screen and (max-width: 680px) {
  .filter-result .filter-content textarea {
    height: 314px !important; }

  .cms-page .header .user-name {
    top: 66px;
    left: 29px;
    right: 0px;

  } }
@media screen and (max-width: 600px) {
  #popups .modal-body table, #main_banner_maintenance .modal-body table, #add_account .modal-body table, #data_list_maintenance .modal-body table, #ip-whitelist .modal-body table {
    min-width: inherit;
    width: 100%; }

  #add_account .modal-body table tr td {
    border: none !important;
    display: block;
    padding: 2px; }

  #popups,
  #list-choice-modal,
  #main_banner_maintenance,
  #add_account,
  #ip-whitelist,
  #authority_tree_view,
  #data_list_maintenance,
  #sorting_menu,
  #language_menu,
  #multi-language,
  #multi-language-edit {
    position: absolute;
    left: 0;
    margin-left: 0px;
    width: 100%;
    min-width: inherit; }

  #add_account {
    top: 0; }

  #sorting_menu .modal-body div,
  #sorting_menu .modal-body #sortable,
  #language_menu .modal-body div {
    width: 90%;
    max-width: 370px; }

  #add_HTML_page, #add_HTML_list {
    margin-left: 0px;
    left: 0; }

  #add_HTML_list {
    width: 100%; }

  #authority_tree_view .modal-body .treeView {
    margin: 0 auto;
    padding: 0; } }
@media screen and (max-width: 600px) {
  .cms-page .header .btn-group {
    position: relative;
    top: 45px; }

  .cms-page .content .right-area .list-class {
    position: inherit; } }
@media only screen and (max-width: 720px) {
  .cms-page .content .right-area .list-detial{
      width: auto !important;
  }
  .break-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .break-table, .break-table thead, .break-table tbody, .break-table th, .break-table td, .break-table tr {
    display: block; }

  .break-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .break-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ffffff; }

  .break-table td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    width: auto !important;
    min-height: 15px;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left !important; }

  .break-table td:before {
    content: attr(data-title); }

  .break-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #1a1a1a; } }
@media screen and (max-width: 480px) {
  .cms-page .content .right-area .filter-result .filter-content {
    height: 652px;
    margin-bottom: 10px; }

  .menu-tree-mobile {
    margin-left: 5px; }

    .cms-page .content .left-panel {
        left: 0;
        padding-top: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        top: 70px;
        z-index: 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 !important; }
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;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image:url("/Content/images/ui-icons_222222_256x240.png") !important;
}

.prompt {
    color: rgb(31,78,121);
}

.ui-autocomplete .ui-menu-item-wrapper{
    white-space: nowrap;
    word-break: keep-all;
}

#sform{
    margin-bottom: 0 !important;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline{
    margin-left: 0;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

input[type="checkbox"]{
    /*zoom: 1.5;*/
}
/* toast */
.custom-toast.show {
    opacity: 1;
    display: block;
    z-index:1500;
}


.custom-toast {
    background: linear-gradient(#00d9d4,#00bcb8) !important;
    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;
    margin-left: -100px;
    display: none;
    top: 150px;
    left: 1050px;
    color: white !important;
    border-radius: 0px 50px 50px 0px;
    z-index: -1;
}

.custom-toast .close {
    margin-right: 15px;
}

.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/replace.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block !important;
    position: absolute;
    right: 37px;
    bottom: 185px;
}
        #sform .query-area {
            max-width: 1024px;
        }
        #sform .query_title {
            color: white !important;
            font-size: 20px;
            font-weight: bold;
            margin-top: 30px;
            background:#00bcb8
        }
hr {
    margin: 5px 0px;
    border: 0;
    border-top: 3px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}
        #sform fieldset {
                border: 1px solid #00bcb8;
        }
        #sform .query_form_group {
            display: inline-block;
            margin: 20px 40px 10px 20px;
            left: -20px;
            position: relative;
            border-bottom: 1px solid #d8d8d8;
            width: 270px;
            height: 60px;
            vertical-align: top;
        }
        #sform .query_form_group:hover {
            border-bottom: 1px solid #00bcb8 !important;
        }
        #sform .two_grids {
            margin-right: 30% !important;
        }
        #sform .three_grids , .t4u-modal .modal-body .three_grids {
            width: 80% !important;
            border: none !important;
            padding-left: 115px;
            height: auto;
        }
        #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: 85px !important;
            position: absolute;
            left: 0;
            margin-top: 6px;
        }
        #sform .query-area .two_grids label {
            color: black;
        }
        #sform .query-area .three_grids label {
            color: black;
        }
        #sform .query-area .three_grids .radio {
            font-size: 16px;
        }
        #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{
            border: none !important;
            margin-top: 25px;
        }
	    #sform .radio_value .radio_box , .sample-code .radio_value .radio_box{
            padding-left: 35px;
            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;
        }

        #table_diff span {
            width: 460px;
            word-break: break-all;
        }

        .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: 500px !important;
        }
        .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(#00d9d4,#00bcb8) !important;
            padding: 0px 20px;
        }
        #popups div #btn_merge_different {
            margin-bottom: 10px;
            margin-left: 0px;
        }
        .btn_style , .cms-page .content .right-area .filter-result .Func-btn .btn_style {
            width: auto;
            height: 35px;
            margin-left: 10px;
            border-radius: 5px;
            color: white;
            border: none;
            background: linear-gradient(#00d9d4,#00bcb8) !important;
            padding: 0px 25px;
        }
        .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-top: 20px;
            width: 50%;
        }
#sform input[type="checkbox"] ,
#popups .modal-body #formAdd input[type="checkbox"],
.div-data table input[type="checkbox"] ,
.t4u-modal .modal-body input[type="checkbox"],
#T4U-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 , .t4u-modal .modal-body input[type="checkbox"]:checked,
#T4U-Table input[type="checkbox"]:checked{
    background: #2da3c3;
    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 , .t4u-modal .modal-body input[type=checkbox]:checked::after,
#T4U-Table input[type=checkbox]:checked::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 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;
}
#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: 44px;
    color: rgb(247,247,247);
    margin-top: 20px;
    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: 32px;
    color: rgb(159, 206, 240);
    padding: 7px;
    margin-top: 20px;
    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: 36px;
}
.table_tooltip_two tbody > tr td:nth-child(3) {
    width: 36px;
}
.table_tooltip_two tbody > tr td:nth-child(4) {
    width: 36px;
}
.table_tooltip_two tbody > tr td:nth-child(5) {
    width: 48px;
}
.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;
}
.ui-widget.ui-widget-content {
    z-index: 1400 !important;
}
/*自動完成的css*/
.ui-combobox {
    position: relative;
    width: 100%;
}
/*自動完成的下拉選單小圖示*/
.ui-icon::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;
    z-index: -1;
}
.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: 200px;
    width: 250px;
    left: calc(50vw - 125px);
    display: block;
    top: 200px;
    z-index: 20000 !important;
    border: 1px solid #dddddd;
    color: #333333;
    background: white;
    border-radius: 4px;
    position: fixed;
}

.div_confirm_title {
    padding: 25px 0px 15px 0px;
    font-size: 20px;
    text-align: center;
    color: #00c3be;
    font-weight: bold;
}

.div_confirm_content {
    padding: 10px 25px 30px 25px;
    font-size: 18px;
    color: #6e6e6e;
    line-height: 30px;
    text-align: center;
}

.div_confirm_btn {
    text-align: center;
    margin-bottom: 25px;
}

.div_confirm_btn .btn_style {
    background: #00c3be !important;
    font-size: 18px;
    min-width: 85px;
    height: 40px;
    margin-left: 25px;
}

.div_confirm_btn .btn_button {
    background: white !important;
    color: #00c3be !important;
    border: 2px solid #00c3be !important;
    font-size: 18px;
    min-width: 85px;
    height: 40px;
    margin-left: 0px;
}

.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;
}

#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%;
    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;
    }
    .icon_circle::before {
        width:6px;
        height:6px;
        color: white;
        border:3px solid #f8a15b;
        border-radius: 99em;
        content: " ";
        position: absolute;
        top: 16px;
        left: 34px;
        margin-right: 5px;
    }




@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 screen and (max-width: 1800px) {
    body.login  {
        zoom: 0.9;
    }
}
@media screen and (max-width: 1700px) {
    body.login  {
        zoom: 0.8;
    }
}
@media screen and (max-width: 1500px) {
    body.login  {
        zoom: 0.8;
    }
}
@media screen and (max-width: 1366px) {
    body.login  {
        zoom: 0.7;
    }
}
@media screen and (max-width: 1200px) {
    body.login  {
        zoom: 0.6;
    }
}
@media screen and (max-width: 1024px) {
    body.login  {
        zoom: 0.5;
    }
}
@media (max-width: 1023px) {
    /* header start*/
    .cms-page .header {
        height: 55px;
    }

        .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: 506px;
        padding-bottom: 0px;
    }
        body .container .login form {
            width: auto !important;
        }

        body .container .login .input-data tbody input {
            width: 206px !important;
        }

    .container .login .system-name p {
        left: 16px;
    }

    body .container .login .input-data {
        margin-top: 122px;
    }

    body .container .login .remember-account {
        margin-left: 13px;
    }

    body .container .login .button {
        width: 273px;
    }

    .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% - 255px);
    }

    body .container .login .system-name {
        width: 185px !important;
        left: 49px;
    }
    /*登入頁 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: #5e5d59 !important;
        color: white;
        border-radius: 0px 50px 50px 0px;
    }
    /*.cms-page .content .left-panel ul li a: {
        background: #f0f2f8 !important;
        color: #00bab6 !important;
        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 {
        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: 10px;
    }
    .cms-page .content .right-area .tool-bar .btn_style_2 {
        padding: 0px 20px !important;
    }

    #popups {
        width: 95% !important;
        min-width: initial !important;
    }

        #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: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .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%;
    }

    .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;
    }

    #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;
    }
}

div.tool-bar span.y_circle {
    width: 20px;
    height: 20px;
    background-color: #fdc14c;
    border-radius: 99em;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    color: white !important;
    vertical-align: middle;
}


.unit-album-popup .tool-bar {
    position:relative;
    margin-left:-10px;
}
#popups div .unit-album-popup .tool-bar.unit-album-function-tab button.btn_style.active {
    background: linear-gradient(#f8a15b,#f87f1d) !important;
}
.unit-album-popup .tool-bar .total-file-size {
    position: absolute;
    right: 0;
    top: 10px;
}
.unit-album-popup  .unit-album-div{
    display:none;
}
.unit-album-popup .unit-album-div.active{
    display:block;
}
    .unit-album-popup .query-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
    justify-content: space-between;
}
.unit-album-popup .query-area .filter-area {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 15px 0;
    
}
.unit-album-popup .query-area .filter-area .box {
    width: 300px !important;
    padding-right:10px;
    display:inline-flex !important;
    align-items:center !important;
    height:auto !important;
}
.unit-album-popup .query-area .filter-area .box div:first-child{
    width:50px;
}
.unit-album-popup .query-area .filter-area .box:first-child div:nth-child(2) {
    height: 35px !important;
}
.unit-album-popup .query-area .filter-area .func_btn {
    margin: !important;
}
.unit-album-popup .query-area .filter-area .func_btn button {
    width: auto;
    height: 35px;
    margin-left: 5px;
    border-radius: 5px;
    color: white;
    border: none;
    background: linear-gradient(#00d9d4,#00bcb8) !important;
    padding: 4px 25px;
}
.unit-album-popup .unit-album-list .list-items{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

.unit-album-popup .unit-album-list .album-item {
    width: calc(100% / 5 - 20px);
    margin:10px;
}
.unit-album-popup .unit-album-list .album-item .img{
    height:120px;
    text-align: center;
    display: flex;
}
.unit-album-popup .unit-album-list .album-item .img iframe {
    width:100%;
    height: 120px;
}
.unit-album-popup .unit-album-list .album-item .img .album-tooltip {
    position: absolute;
    /*left:calc(-125px + 80px) ;*/
    /*top: -230px;*/
    margin-left: -50px;
    /*margin-top: -23%;*/
    background: rgba(0,0,0,0.8);
    display: none;
    font-size:14px;
    color:#fff;
    padding:10px;
    width: 240px;
    text-align: left;
}
.unit-album-popup .unit-album-list .album-item:first-child {
    
}
.unit-album-popup .unit-album-list .album-item .img .album-tooltip .tooltip-share{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}
.unit-album-popup .unit-album-list .album-item .img .album-tooltip .tooltip-share span{
    display: inline-block; 
}
.unit-album-popup .unit-album-list .album-item .img .album-tooltip .tooltip-share span:nth-child(1){
    width:88px;
}
.unit-album-popup .unit-album-list .album-item .img .album-tooltip .tooltip-share span:nth-child(2) {
    width: calc(100% - 88px);
}
.unit-album-popup .unit-album-list .album-item .img .album-tooltip:before{
    content:'';
    position:absolute;
    left:calc(50% - 5px);
    bottom:-10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}
    .unit-album-popup .unit-album-list .album-item .img:hover .album-tooltip {
        display: block;
    }
.unit-album-popup .unit-album-list .album-item .img a{
    display:block;
    width:100%;
    height:120px;
}
.unit-album-popup .unit-album-list .album-item .img img {
    max-width: 100%;
    max-height: 120px;
}
.unit-album-popup .unit-album-list .album-item .info .desc-function {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.unit-album-popup .unit-album-list .album-item .info .desc-function .desc {
    width: calc(100% - 60px);
    position: relative;
}
.unit-album-popup .unit-album-list .album-item .info .desc-function .desc .tooltip{
    max-width: 125px;
}
.unit-album-popup .unit-album-list .album-item .info .desc-function .desc .tooltip .tooltip-inner {
    word-break:break-all;
}
.unit-album-popup .unit-album-list .album-item .info .desc-function .desc b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}
.unit-album-popup .unit-album-list .album-item .info .desc-function .function {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.unit-album-popup .unit-album-list .album-item .info .desc-function .function {
    width: 60px;
    display: inline-flex;
}
.unit-album-popup .unit-album-list .album-item .info .desc-function .function button {
    position: relative;
    background: none;
    color: dimgray;
    font-weight: bold;
    border: none;
    padding: 5px 0px;
    border-radius: 20px;
    word-break: keep-all;
    outline: none;
    font-size: 15px;
    width: 30px
}
    .unit-album-popup .unit-album-list .album-item .info .function button:hover {
        color: #00bcb8;
    }

    .unit-album-popup .unit-album-list .album-item .info .function {
        display: inline-flex;
        align-items: center
    }

    .unit-album-popup .unit-album-list .album-item .info .function {
        width: 60px;
        display: inline-flex;
    }

    .unit-album-popup .unit-album-list .album-item .info .function button {
        position: relative;
        background: none;
        color: dimgray;
        font-weight: bold;
        border: none;
        padding: 5px 0px;
        border-radius: 20px;
        word-break: keep-all;
        outline: none;
        font-size: 15px;
        width: 30px
    }

    .unit-album-popup .unit-album-list .album-item .info .desc-function .function button:hover {
        color: #00bcb8;
    }

.unit-album-popup .unit-album-list .album-item .info .checkbox-select{
    display:none;
}
.unit-album-popup .unit-album-list.checkbox-select-active .album-item .info .checkbox-select {
    display:block;
}
.unit-album-popup .unit-album-list.checkbox-select-active .album-item .info .desc-function {
    display: none;
}
.unit-album-popup .unit-album-list .select-all {
    margin-top: 20px;
    display: none;
}
.unit-album-popup .unit-album-list.checkbox-select-active .select-all {
    display: block;
}
.unit-album-popup .checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    height: 20px;
}
.unit-album-popup .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.unit-album-popup .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #00bcb8;
}

.unit-album-popup .checkbox-container:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #00bcb8;
}
.unit-album-popup .checkbox-container b {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}
.unit-album-popup .checkbox-container input:checked ~ .checkmark {
    background-color: #00bcb8;
}
.unit-album-popup .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.unit-album-popup .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.unit-album-popup .checkbox-container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.unit-album-popup .box.remove-bottom-line div{
    border-bottom: none !important;
}
.unit-album-popup .blue-border {
    border: 1px solid #00bcb8;
    padding:15px;
    margin:10px 0;
}
.unit-album-popup #function-upload #dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #e7e7e7;
    border-radius:5px;
    height:150px;   
}
.unit-album-popup #function-upload .choice-file {
    margin-top: 15px;
}
.unit-album-popup #function-upload .choice-file button{
    margin-left:0;
    margin-right:15px;
}
.unit-album-popup .blue-border .remind{
    margin-top:10px;
}
.unit-album-popup  .box {
   height:auto;
}
.unit-album-popup .div_file.related {
    width: 830px !important;
    margin-bottom: 20px;
}
.unit-album-popup .box.remove-bottom-line div.div_file.related {
    border-bottom: 1px solid #333 !important;
}
.unit-album-popup .div_file.related .radio_box label.check {
    width: 18px;
    padding-right: 0;
}
.unit-album-popup .div_file.related .radio_box label.radio_label{
    width:auto;
}
#popups .modal-body #formAdd .unit-album-popup .div_file.related .box {
    display: inline-flex ;
    height: auto;
    width:48%;
}
#popups .modal-body #formAdd .unit-album-popup .div_file.related .box div.desc {
    width: 80px;
}
    #popups .modal-body #formAdd .unit-album-popup .div_file.related .box div.keyin {
        width: calc(100% - 80px);
        border-bottom: 1px solid #d8d8d8 !important;
        position: relative;
    }
#popups .modal-body #formAdd .unit-album-popup .div_file.related .box-outer{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#popups .modal-body #formAdd .unit-album-popup .div_file.related .box div.keyin .radio_box {
    margin-right: 5px;
}
#popups .modal-body #formAdd .unit-album-popup .div_file.related .box.remove-bottom-line .keyin {
    border-bottom: none !important;
}
#popups .modal-body #formAdd .unit-album-popup .div_file.related .box.remove-bottom-line .radio_value.keyin{
    margin-top:0;
    padding-left:10px;
}
#popups .modal-body #formAdd .unit-album-popup .func_btn.add-marin-top{
    margin-top:50px;
}
.unit-album-popup .box.box-upload div:nth-child(2) {
    height: auto !important;
}

.popup-div {
    display: none;
}
.popup-div.active{
   display: flex;
}
#popup-file-info-div {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1040;
    align-items: flex-start;
    justify-content: center;
}
#popup-file-info-div .popup-file-outer {
    width: 850px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

#popup-file-info-div .popup-file-outer .popup-file-header{
    padding: 5px 15px;
    background: linear-gradient(to right,#00c8c3,#019490) !important;
}
#popup-file-info-div .popup-file-outer .popup-file-header h3{
    color:#fff;
    font-size: 18px !important;
    padding-left: 20px;
    margin:0;
}
#popup-file-info-div .popup-file-outer .popup-file-header .close {
    margin-top: -38px;
    height: 30px;
    font-size: 37px;
    color: yellow;
    opacity: 1;
    outline: none;
}
#popup-file-info-div .popup-file-outer .popup-file-body{
    padding: 15px 30px;
}
#popup-file-info-div .popup-file-outer .popup-file-body .box {
    width: 45%;
    display: inline-block;
}
#popup-file-info-div .popup-file-outer .popup-file-body .box.right {
    float: right;
}
#popup-file-info-div .popup-file-outer .popup-file-body .box.remove-bottom-line div{
    border-bottom:none;
}
.unit-album-popup .query-area .filter-area .custom-select:hover .select-items {
    display: block !important;
    overflow-x: hidden;
}
.unit-album-popup .query-area .filter-area .custom-select:hover .select-items div:first-child {
    width: 100%;
}
.unit-album-popup .query-area .func_btn {
    margin: 25px !important;
}
.mfp-wrap.mfp-img-popup .mfp-title {
    margin-top: 15px;
}
.mfp-bg {
    z-index: 1052 !important;
}
.mfp-wrap {
    z-index: 1053 !important;
}
.magnificPopup-gallery-outer{
    position:relative;
}
.magnificPopup-gallery {
    overflow: hidden;
    overflow-y: auto;
    max-height: 330px;  
}
.mfp-close {
    cursor: pointer !important;
    font-size: 50px !important;
}
.unit-album-popup .func_btn{
    margin:10px 0 !important;
}

.t4u-modal .modal-body .box.checkbox_box {
    height: 30px !important;
    display: flex;
    position: relative;
    align-items: center;
}

.t4u-modal .modal-body .box.checkbox_box > div:first-child {
    padding-left: 30px;
    padding-top: 3px;
}

.t4u-modal .modal-body .box.checkbox_box > div:nth-child(2) {
    position: absolute;
    top: 0px;
}