@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
/*font-family: 'Noto Sans SC', sans-serif;*/

body {
    font-family: 'Noto Sans SC', sans-serif;
}

.light-blue .fa-user {
    font-size: 40px;
}

.widget-auth .auth_resend {
    cursor: pointer;
    background: #cecece78;
    top: 1px;
    right: 1px;
    position: absolute;
    padding: 5px 8px 6px 10px;
}

.widget-auth .auth_resend b {
    padding-left: 2px;
}

.loginimg {
    top: 10px;
    display: block;
    margin: auto;
    position: relative;
}

.p-relative {
    position: relative;
}

.display_none, .dhide {
    display: none;
}

.dropdown-toggle:hover {
    text-decoration: none;
}

.clear_both {
    clear: both;
}

.margin_none {
    margin: 0px !important;
}

.padding_none {
    padding: 0 !important;
}

.pointer {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.bold {
    font-weight: bold;
}

.img-mw100 {
    max-width: 100%;
}

.text-lowercase { /*限制小寫*/
    text-transform: lowercase;
}

.text-uppercase { /*限制大寫*/
    text-transform: uppercase;
}

.e-show-text {
    display: none;
    padding: 3px 6px 3px 8px;
    position: absolute;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
}

.control-size20 {
    font-size: 20px;
}

.control-label2 {
    word-break: break-all;
    padding: 7px 0px 0px 0px;
    margin: 0px;
    color: #95AAB7;
}

@media (min-width: 768px) {
    /*.control-label2{
        padding: 7px 12px 0px 12px;
    }*/
}

.control-label3 {
    font-weight: bold;
    padding: 4px 0px 0px 0px;
    margin: 0px;
    color: #ea4335;
    word-break: break-all;
    text-align: left;
}

.control-label4 {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.control-label5 {
    vertical-align: top;
    position: relative;
    margin-top: 5px;
}

.control-label6 {
    word-break: break-all;
    vertical-align: top;
    position: relative;
    margin-top: 5px;
    color: #95AAB7;
}

.control-label7 {
    font-weight: bold;
    padding: 6px 0px 0px 0px;
    margin: 0px;
    color: #3388cc;
    word-break: break-all;
    text-align: left;
}

.control-label8 {
    padding: 0px;
    top: -6px;
    margin: 0px 0px 0px -30px;
    font-size: 30px;
    color: #ff9513;
}

.control-label8 .icon, .control-label9 .icon {
    cursor: pointer;
}

.control-label9 {
    position: absolute;
    margin: 1px 0px 0px -41px;
}

.control-label10 {
    padding: 4px 0px 0px 0px;
    margin: 0px;
}

.control-label11 {
    word-break: break-all;
    padding: 4px 0px 0px 0px;
    margin: 0px;
    color: #95AAB7;
}

.control-div {
    display: flex;
    margin-bottom: 6px;
}

.control-div i {
    font-size: 30px;
}

@media (max-width: 768px) {
    .control-div1 {
        clear: both;
    }
}

.contro1-p {
    text-align: left;
    margin: 3px 0px 0px 0px;
}

.control-span {
    position: relative;
}

.control-span1 {
    float: left;
    margin: 6px 10px 10px 0px;
}

.control-input {
    padding-right: 32px !important;
}

.control-textarea {
    padding: 6px 4px;
}

.fs20 {
    font-size: 20px;
}

.fs15 {
    font-size: 15px;
}

.width100 {
    width: 100%;
}

/*.dataTables_wrapper,*/
.table_List {
    overflow-x: auto;
    overflow-y: auto;
    height: calc(100vh - 242px);
}

.table_List th {
    white-space: nowrap;
}

#menu_content {
    margin-top: 10px;
}

#menu_content .content {
    margin: 10px 0px 10px 0px;
}

#menu_content .icon {
    cursor: pointer;
    padding: 0px 6px 0 6px;
    float: left;
    font-size: 30px;
}

#menu_content .menu_input1 {
    height: 30px;
    width: 150px;
}

#menu_content .menu_input2 {
    height: 28px;
    width: 50px;
}

#menu_content ul {
    list-style: none;
    border-left-style: dotted;
    border-width: 1px;
    clear: both;
    margin: 0px 0px 0px 20px;
}

#menu_content li {
    position: relative;
    margin: 10px 0px 0px 30px;
}

#menu_content li:before {
    content: "";
    position: absolute;
    border-top-style: dotted;
    border-width: 1px;
    width: 20px;
    top: 15px;
    left: -30px;
}

#menu_content .content a {
    display: inline-block;
    width: 30px;
    vertical-align: top;
    border: 1px solid #d0d0d0;
    height: 30px;
    text-decoration: none;
}

#menu_content .content a img {
    object-fit: contain;
    width: 28px;
    min-width: 25px;
    height: 28px;
}

#menu_content .content a img:after {
    content: "\f1c5" " " attr(alt);
    font-size: 18px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    display: block;
    position: relative;
    z-index: 2;
    top: -33px;
    background-color: #fff;
    padding: 1px 0px 0px 7px;
}

#menu_content .menu_list {
    margin-bottom: 116px;
}

.menu_btn {
    margin-bottom: 4px;
}

.Table_border {
    /*border-bottom: 2px solid rgba(149, 160, 255, 0.5);*/
    margin-top: 3px;
    background: #EFF3F8;
    /*background: rgba(234, 236, 255, 0.5);*/
    /*border: 2px solid rgba(149, 160, 255, 0.5);*/
    padding: 6px;
}

.form-horizontal .btn-close {
    text-align: center;
    margin-top: 15px;
}

.tables_chg {
    float: left;
    margin-right: 6px;
}

.tables_chg span {
    margin-right: 2px;
    font-size: 18px;
    color: #FFF;
}

.mu_divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .25);
}

.modal-demo {
    background-color: #FFF;
    width: 600px;
    border: 6px solid rgba(0, 20, 255, 0.7);
    border-radius: 10px;
    box-shadow: 0 8px 6px -6px black;
    text-align: left;
    display: none;
}

.modal-demo .title {
    padding: 10px 20px 15px 20px;
    line-height: 18px;
    font-size: 18px;
    border-bottom: #CCC solid 1px;
}

.modal-demo .contents {
    padding: 25px 25px 15px 25px;
}

.modal-demo .close {
    position: absolute;
    top: 6px;
    right: 12px;
    font-size: 30px;
}

.custombox-modal-container {
    padding-left: 15%;
}

.custombox-modal-newspaper {
    width: 70%
}

#mainTable tr td {
    white-space: nowrap;
    vertical-align: middle;
}

#mainTable input[type=checkbox] + .lb2 {
    top: 4px;
}

#mainTable .table-dateitme, .form-horizontal .table-dateitme {
    width: 100%;
    min-width: 85px;
    max-width: 145px;
}

.table-dateitme {
    background-color: #FFF !important;
}

.file-url {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.file-url2 {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.file-size50 {
    background-size: 50px;
}

.extra-fun {
    opacity: 0.7;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    font-size: 15px;
}

.extra-fun:hover {
    opacity: 1;
}

.extra-fun i {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.extra-div {
    padding: 0px;
    margin: 6px 0px 1px 0;
}

.extra-div .import-button {
    padding: 0px 8px 4px 10px;
}

@media (max-width: 768px) {
    .extra-div .import-button {
        margin: 0px 0px 5px 12px;
    }
}

#searchform .search-button {
    margin: 4px 0px 6px 26px;
}

#searchform .search-additem {
    margin: 4px 0px 6px 6px;
}

#searchform .search-cleandata {
    margin: 4px 0px 6px 6px;
}

#searchform .search_content input {
    padding: 3px 6px;
    width: 150px;
}

#searchform .search-border:nth-child(1) {
    margin-left: 14px;
    padding-bottom: 4px;
}

#searchform .search-border:nth-child(n+2) {
    padding: 4px 0px 4px 26px;
    border-top: 1px solid #abbac3;
}

#searchform .search-border i {
    cursor: pointer;
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 18px;
}

#searchform {
    margin-bottom: 22px;
}

#Page_Size, #table_name {
    height: 28px;
    margin: 0px;
    width: auto;
    display: inline-block;
}

.simple-search {
    margin-top: -2px;
    padding-right: 12px;
}

.tablesoption {
    margin-top: 10px;
}

.tablesoption label {
    vertical-align: middle;
}

.tablesoption .table-input {
    margin: 0px !important;
    height: 25px;
    width: 100px;
}

.tablesoption select {
    width: 100px;
}

.tablesoption select[disabled] {
    background-color: #eee;
}

.tablesoption .table-header {
    font-size: 18px;
}

.tablesoption .close {
    position: absolute;
    top: 2px;
    right: 6px;
    cursor: pointer;
    font-size: 16px;
}

.tablesoption .button1 {
    top: initial !important;
    position: fixed;
    bottom: 1%;
    right: 92%;
}

.tablesoption .button2 {
    top: initial !important;
    position: fixed;
    bottom: 1%;
    right: 84%;
}

.control-height-1 {
    height: 34px;
}

.tablecrete span, .tablecrete1 span {
    font-size: 16px;
}

.tablecrete select {
    width: 168px;
    margin-left: 4px;
}

.tablecrete1 {
    /*padding-left: 119px;*/
}

.tablecrete1 .chk {
    width: 84px;
    display: inline-block;
}

#table_content_view .table {
    width: 100%;
}

.control-table1 {
    border: 1px #dedede solid;
    padding-bottom: 10px;
}

.control-table1:nth-last-child(n+2) {
    margin-bottom: 25px;
}

.control-table1 tr {
    height: 34px;
    vertical-align: middle;
    font-size: 13px;
    text-align: center;
}


.control-table1 tr th {
    vertical-align: middle;
    background: #525252;
    height: 34px;
    color: #fff;
    font-weight: bolder;
    font-size: 14px;
    text-align: left;
    border: none;
    padding-left: 10px;
}

.control-table1 tr td {
    word-break: break-all;
    border: 1px #dedede solid;
    text-align: left;
    padding-left: 10px;
}

.control-table1 .style {
    width: 20%;
    background: #efefef;
}

.control-table1 .style1 {
    color: #c00000;
}

.control-table1 .style2 {
    background: #efefef;
}

.form-group.view {
    margin: 2px;
    border: 1px #dedede solid;
    padding: 0px;
}

.form-group.view .view-label {
    margin: 0px;
    padding: 6px 12px 6px 0px;
    background: #525252;
    color: #FFF;
    text-align: right;
}

@media (max-width: 768px) {
    .form-group.view .view-label {
        padding: 6px;
        text-align: center;
    }
}

.form-group.view .vstyle {
    margin: 0px;
    word-break: break-all;
    text-align: left;
    overflow: auto;
}

.form-group.view .vstyle1, .color-blue {
    color: #3388cc;
}

.form-group.view .vstyle2, .color-red {
    color: #ea4335;
}

.form-group.view .vstyle3 {
    margin: 6px 0px;
    display: block;
    border: 2px solid #333;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ace-thumbnails .radio {
    padding: 0px;
    margin: 20px 10px 0 0;
    border: none;
}

@media (max-width: 480px) {
    .ace-thumbnails .radio {
        margin: 0px 5px 10px 0px;
    }
}

.ace-thumbnails .radio input[type="radio"] {
    width: 20px;
    height: 22px;
    margin: 0px;
    position: absolute;
}

@media (min-width: 768px) {
    .config-main {
        left: 16.667%;
    }
}

.config button {
    width: 100px;
}

.chg_language[disabled] {
    opacity: 0.7;
}

.contorl-top-2 {
    position: relative;
    top: 2px;
}

.contorl-hr {
    margin: 5px 0px;
    border-top: 1px solid #cccccc;
}

.col-ss-1, .col-ss-2 {
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px) {
    .col-ss-1 {
        width: 10.65%;
        float: left;
    }
}

@media (min-width: 1500px) {
    .col-ss-1 {
        width: 10.75%;
    }
}

@media (min-width: 2000px) {
    .col-ss-1 {
        width: 10.85%;
    }
}

@media (min-width: 768px) {
    .col-ss-2 {
        width: 16%;
        float: left;
    }
}

@media (min-width: 1500px) {
    .col-ss-2 {
        width: 16.2%;
    }
}

@media (min-width: 2000px) {
    .col-ss-2 {
        width: 16.4%;
    }
}

.dataTables_info {
    margin-left: 12px;
    float: left;
}

.dataTables_paginate .pagination {
    margin-right: 12px;
    float: right;
}

.form-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/*20210129新增*/

.light-login {
    background: url(images/login-bg.jpg) no-repeat;
    background-size: cover;
}

.login-form-box {
    margin-top: 10%;
}

.login-container {
    margin: 0 auto 0 12%;
    width: 450px;
}

.widget-body {
    background-color: transparent;
}

.light-login .widget-box.login-box {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.login-layout .widget-box .widget-main {
    padding: 0;
    background: transparent;
}

.input-icon.input-icon-right > input {
    padding-left: 70px;
    padding-right: 24px;
    border-color: rgb(66 139 202 / 50%);
    border-radius: 25px !important;
    height: 50px;
    letter-spacing: 2px;
    font-size: 15px;
}

.input-icon.input-icon-right > .ace-icon {
    left: 20px;
    right: auto;
    bottom: 15px;
    width: 35px;
    height: 18px;
    font-size: 18px;
    padding: 0 15px 0 3px;
    border-right: 1px solid #2C7EEA;
    color: #2C7EEA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comp {
    color: #0c3973;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 1%;
    letter-spacing: 1px;
}

.login-submit {
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 25px;
    box-shadow: inset 3px 3px 4px #99c2ff !important;
    border: none;
    background: -moz-linear-gradient(-45deg, rgba(65, 128, 230, 1) 0%, rgba(0, 100, 221, 1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(65, 128, 230, 1) 0%, rgba(0, 100, 221, 1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(65, 128, 230, 1) 0%, rgba(0, 100, 221, 1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.login-submit:hover {
    box-shadow: inset 3px 3px 4px #153abb !important;
}

.action-buttons a {
    padding: 1px 32px;
}

.hide-block {
    pointer-events: none;
    opacity: 0.4;
}

.warning-left {
    font-weight: bolder;
    color: #ea4335;
    margin-right: 15px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.bg-white {
    background-color:white !important;
}

.label-checkbox {
    display: inline-block;
    padding: 5px 13px;
}


.recent_column {
    display: inline-block;
    width: 99px !important;
}
.recent_column label {
    text-align: left !important;
    font-weight: bold;
}

.p_column {
    display: inline-block;
    padding-right: 29px !important;
}
.p_column label {
    display: inline-block;
    text-align: left !important;
    font-weight: bold;
    width: auto !important;
    padding-right: 0 !important;
}
.p_column div {
    display: inline-block;
}

.p_bottom {
    display: flex;
    margin-top: -5px !important;
}
.p_bottom label {
    display: inline-block;
    text-align: left !important;
    font-weight: bold;
    width: auto !important;
    padding-right: 0 !important;
}
.p_bottom table {
    display: inline-block;
    padding-top: 5px !important;
    margin-left: -8px !important;
}
.p_bottom table td {
    padding: 0px 11px !important;
}

#report_payment .control-label5 {
    margin-right: 12px;
    margin-top: 0;
}

/**
Product Popup
 */


.loading-block {
    background: url('/assets/images/loading_icon.gif') no-repeat;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: 0;
    width: 100%;
    opacity: 0.1;
    pointer-events: none;
}

.ais-table {
    margin-bottom: 15px;
    overflow: scroll;
    position: relative;
}

.ais__header {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    z-index: 10;
}

.ais__body {
    font-size: 16px;
    color: #2b2e38;
    position: absolute;
    top: 42px;
    z-index: 1;
}

.ais__row {
    display: flex;
    position: absolute;
    cursor: default;
}

.ais__row {
    height: 32px;
}
.ais__header .ais__row {
    height: 42px;
}

.ais__cell {
    flex: 0 0 auto;
    border: 1px #7b7b7b solid !important;
}

.ais__header .ais__cell {
    text-align: center;
    background: #525252;
    padding: 8px;
}

.ais__body .ais__cell {
    text-align: left;
    padding: 4px 8px;
    background: white;
}

.ais__body .ais__cell .right {
    text-align: right;
}

.ais__body .ais__cell .center {
    text-align: center;
}

.ais-table .active .ais__cell {
    background: #FF0 !important;
}

.ais__bottom button{
    margin: 0px 6px;
    font-size: 16px;
}

.ais__bottom .select-counter {
    position: absolute;
    bottom: 16px;
    left: 19px;
    color: #0052da;
}