/*
* 该css文件用于重新定义全局样式
* 并且可覆盖style.css文件中样式
* 尽量不要使用 !important 来提高样式优先级
*/

.page-topbar .gohome span{
    display:inline-block;
    padding-right:15px;
    height:16px;
    line-height:16px;
    border-right:1px solid rgba(255, 255, 255, 0.5);
}
.page-topbar .gohome a{
    color: #fff;
}

.page-topbar .download-updata-list span {
    color: #fff;
}
.page-topbar .download-updata-list a{
    color: #fff;
}
.backwarmSytem a {
    color: #fff;
}

.page_footer{
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 9999;
    justify-content: center;
    width: 100%;
    background-color: #eaeaea;
    padding: 3px;
}

/* 定义高度 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.btn {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 19px;
    /* height: 34px; */
}

.btn.btn-sm {
    height: 22px;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 6px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tooltip-inner {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.box .box-content {
    padding: 30px;
}

section.box.noheader .content-body {
    border-top: 1px solid #e8e8e8;
    padding: 30px;
}

.datatable {
    border: 1px solid #E2E2E2;
    background: #fff;
    width: 100%;
    table-layout: fixed;
}

.datatable tbody tr.datatable_active{
    background-color: #fffeed !important;
}
.datatable tbody tr.datatable_in{
    background-color: #fffff6 !important;
}

.datatable th,
.datatable td {
    text-align: center;
    border: 1px solid #E2E2E2;
    padding: 5px 10px;
    height: 40px;
    line-height: 1.3em;
}

.datatable td {
    vertical-align: top;
}


.datatable th {
    font-weight: bold;
    background: #eee;
}

.datatable th .fa-stack {
    height:1.2em;
    line-height:1.2em;
}

.datatable th .fa-stack .icon-default{
    color: #777;
}


.datatable th .fa-stack .icon-secondary{
    color: #ccc;
}

.datatable th input[type="checkbox"]{
    margin:0;
}

.datatable tbody tr:nth-child(odd) {
    background: #fff
}

.datatable tbody tr:nth-child(even) {
    background: #fafafa;
}

.datatable tr.selected {
    background: #f1f9ff;
}

.datatable.noborder th,
.datatable.noborder td {
    text-align: left;
    border: 0px solid #E2E2E2;
    padding: 10px 10px;
    height: 40px;
}

.datatable.noborder tbody tr {
    border-top: 1px solid #e2e2e2;
}

.datatable span.main {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.datatable span.secondary {
    color: #999;
    font-size: 12px;
    display: inline-block;
}

.datatable span.secondary b{
    color: #535353;
}

.datatable span.main~span.secondary {
    line-height: 20px;
}

a{
    color: #4C81B2;
}


.msgShow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 180px;
}

.msgShow h4 {
    font-size: 14px !important;
    color: #999999 !important;
    font-weight: normal !important;
}

.msgShow .noresult {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_empty.png');
    background-size: cover;
}

.msgShow .fail {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_fail.png');
    background-size: cover;
}

.msgShow .lock {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_lock.png');
    background-size: cover;
}

.msgShow .fa {
    font-size: 40px;
    color: #ddd;
}

.msgShow * {
    margin-bottom: 20px;
}

.table_tbody .msgShow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    background-color: #fff;
}

.table_tbody .msgShow h4 {
    font-size: 14px !important;
    color: #999999 !important;
    font-weight: normal !important;
}

.table_tbody .msgShow .noresult {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_empty.png');
    background-size: cover;
}

.table_tbody .msgShow .fail {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_fail.png');
    background-size: cover;
}
.table_tbody .msgShow .load {
    width: 50px;
    height: 50px;
    background-image: url('../images/loading-gif-50x50.gif');
    background-size: cover;
}

.table_tbody .msgShow .lock {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_lock.png');
    background-size: cover;
}

.table_tbody .msgShow .fa {
    font-size: 40px;
    color: #ddd;
}

.table_tbody .msgShow * {
    margin-bottom: 20px;
}


.msgShow_td {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column;
    min-height: 200px; */
}

.msgShow_td h4 {
    font-size: 14px !important;
    color: #999999 !important;
    font-weight: normal !important;
}

.msgShow_td .noresult {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_empty.png');
    background-size: cover;
}

.msgShow_td .fail {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_fail.png');
    background-size: cover;
}

.msgShow_td .lock {
    width: 54px;
    height: 54px;
    background-image: url('../images/ico_lock.png');
    background-size: cover;
}

.msgShow_td .fa {
    font-size: 20px;
    color: #ddd;
}

.msgShow_td * {
    /* margin-bottom: 20px; */
}

table tbody .btn {
    margin-right: 5px;
}




/* 统一状态标签 */

.object-state {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.task-state {}

.task-state-1 {
    background-color: #BBBBBB;
    /* background-color: #888888; */
}

.task-state-2 {
    background-color: #33CC66;
    /* background-color: #5AC75E; */
}

.task-state-3 {
    background-color: #FF9966;
    /* background-color: #F9A133; */
}

.task-state-4 {
    background-color: #65B5CE;
}

.task-state-5 {
    background-color: #FF0000;
}

.task-state-reg1 {
    background-color: #BBBBBB;
    /* background-color: #888888; */
}

.task-state-reg2 {
    background-color: #33CC66;
    /* background-color: #5AC75E; */
}

.task-state-reg3 {
    background-color: #33CC66;
    /* background-color: #5AC75E; */
}

.task-state-reg4 {
    background-color: #33CC66;
    /* background-color: #5AC75E; */
}

.task-state-reg5 {
    background-color: #FF0000;
}

.task_inventory-state {}

.task_inventory-state-1 {
    background-color: #BBBBBB;
}

.task_inventory-state-2 {
    background-color: #FF9966;
}

.task_inventory-state-3 {
    background-color: #33CC66;
}

.task_inventory-state-4 {
    /* background-color: #E7495D; */
    background-color: #FF0000;

}
.task_inventory-state-8 {
    background-color: #33CC66;
    /* background-color: #70CE74; */
}
.task_inventory-state-9 {
    background-color: #FF0000;
}

.task_inventory-state {}

.task_inventory-state-9 {
    background-color: #33CC66;
}

.task_company-state-1 {
    background-color: #BBBBBB;
}

.task_company-state-2 {
    background-color: #BBBBBB;
}

.task_company-state-3 {
     background-color: #FF9966;
 }
.task_company-state-10 {
    background-color: #FF9966;
}

.task_company-state-4 {
    /* background-color: #E7495D; */
    background-color: #FF0000;

}
.task_company-state-8 {
    background-color: #33CC66;
    /* background-color: #70CE74; */
}
.task_company-state-9 {
    background-color: #FF0000;
}

.push_inventory-state {}

.push_inventory-state-0 {
    background-color: #BBBBBB;
    /* background-color: #C0C0C0; */
}

.push_inventory-state-1 {
    background-color: #BBBBBB;
    /* background-color: #C0C0C0; */
}

.push_inventory-state-2 {
    background-color: #BBBBBB;
    /* background-color: #C0C0C0; */
}

.push_inventory-state-3 {
    background-color: #FF9966;
    /* background-color: #FF9900; */
}

.push_inventory-state-5 {
    background-color: #FF9966;
    /* background-color: #FF9900; */
}

.push_inventory-state-4 {
    background-color: #666699;
    /* ? */
}

.push_inventory-state-6 {
    background-color: #FF0000;
}
.push_inventory-state-7 {
    /* background-color: #00FF00; */
    background-color: #33CC66;

}

.report-state {}

.report-state-1 {
    background-color: #BBBBBB;
    /* background-color: #cccccc; */
}

.report-state-2 {
    background-color: #FF9966;
    /* background-color: #F9A034; */
}

.report-state-3 {
    background-color: #779AE6;
}

.report-state-4 {
    background-color: #65B5CE;
}

.report-state-5 {
    background-color: #424F63;
}

.report-state-6 {
    background-color: #33CC66;
    /* background-color: #65CEA7; */
}

.company-state {}

.company-state-1 {
    background-color: #33CC66;
    /* background-color: #65CEA7; */
}

.company-state-2 {
    background-color: #BBBBBB;
    /* background-color: #888; */
}

.company-state-3 {
    background-color: #FC8675;
}

.company-state-4 {
    background-color: #424F63;
}

.user-state {}

.user-state-1 {
    background-color: #33CC66;
    /* background-color: #65CEA7; */
}

.user-state-2 {
    background-color: #BBBBBB;
    /* background-color: #888888; */
}

.user-state-3 {
    background-color: #FF9966;
    /* background-color: #FC8675; */
}

.inventory-state {}

.inventory-state-1 {
    background-color: #FBA673;
}

.inventory-state-2 {
    background-color: #FB7373;
}

.inventory-state-3 {
    background-color: #F06289;
}

.inventory-state-4 {
    background-color: #F9A034;
}

.inventory-state-5 {
    background-color: #65B5CE;
}

.inventory-state-6 {
    background-color: #BBBBBB;
    /* background-color: #888888; */
}

.inventory-state-7 {
    background-color: #FF0000;
    /* background-color: rgb(252, 43, 11); */
}



.system-loading,
.system-null,
.system-empty,
.system-exception {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    font-size: 14px;
    color: #999999;
}

.system-loading .icon,
.system-empty .icon,
.system-null .icon,
.system-exception .icon {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.system-loading .icon .fa {
    font-size: 40px;
    color: #ddd;
}

.system-null .icon,
.system-empty .icon {
    background: url(../images/ico_empty.png) no-repeat center 0;
    background-size: cover;
}

.system-exception .icon {
    background: url(../images/ico_fail.png) no-repeat center 0;
    background-size: cover;
}

.system-exception .icon .fa {
    display: none;
}



/* TODO logo 标题图片 */

.page-topbar .logo-area {
    background-image: none;
    background-color: transparent;
    background-size: 50px;
    background-position-x: 10px;
}

.page-topbar.sidebar_shift .logo-area{
    background-image: none;
}

.page-topbar .logo-area img{
    height: 35px;
    margin-top: 8px;
    margin-left: 10px;
    float: left;
}




/* TODO logo 标题文字 */

.page-topbar .logo-area h1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 5px;
    float: left;
}

@media (max-width: 767px) {
    .page-topbar.sidebar_shift .logo-area h1 {
        display: none;
    }
}

.sidebar_shift .logo-area h1 {
    /* display:none; */
    color: transparent;
}

.typeahead.dropdown-menu {
    overflow-x: auto;
    max-height: 200px;
}



/* 用户名下方操作区 start */

.dropdown-menu.profile.animated.fadeIn {
    left: initial;
    right: 0;
}

.page-topbar .dropdown-menu:after,
.page-topbar .dropdown-menu:before {
    left: initial;
    right: 10px;
}



/* 用户名下方操作区 end */

button:focus {
    outline-color: transparent;
}

h1.title {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    line-height: 26px;
    float: left;
    margin-right: 10px;
}

.page-button {
    text-align: right;
    position: relative;
    top: 15px;
    z-index: 10;
    float: right;
}
@media (max-width: 578px) {
    .page-button {
        top: -5px;
    }
}

.page-content {
    position: relative;
    margin-bottom: 50px;
    /* top: -36px; */
}

.nav.nav-tabs li {
    bottom: -1px;
    z-index: 2;
}

.tab-content {
    background: transparent;
}

.tooltipArea {
    border-top: 1px solid #eaeaea;
    padding: 5px 0;
    position: relative;
}

.title-box {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

label {
    margin-bottom: 0;
    font-weight: 400;
}

.action label {
    color: #999;
}

form.form-horizontal {
    margin-top: 10px;
}

form.form-horizontal label.control-label {
    padding-right: 0px;
    font-weight: 400;
}

form.form-horizontal .paddingleft0 {
    padding-left: 15px;
}

.bootstrap-tagsinput .label {
    padding: 3px 8px !important;
    line-height: 1.5 !important;
}


.margin0.marginLeftRight0 {
    margin-left: 0;
    margin-right: 0;
}

.title.smallTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

.color-red {
    color: red;
}

.companyInfo {
    line-height: 34px;
    text-align: right;
    float: right;
    white-space: nowrap;
}







/*sweet alert2*/

.swal2-container {
    z-index: 11050 !important;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    /*height: auto !important;*/
    overflow: initial !important;
}

.modal-footer .btn+.btn {
    margin-left: 6px;
}

.modal-open {
    overflow: initial !important;
}

.modal-backdrop {
    z-index: 2000;
}

.modal-open .modal {
    overflow: hidden !important;
}

h3.smallTitle {
    font-weight: bold;
    line-height: 21px;
    font-size: 16px;
    color: #333;
}

.test>*:not(i,
.icon-user) {
    border: 1px solid #D0021B !important;
}

.test>textarea {
    border: 1px solid #D0021B !important;
}

.test:after {
    content: attr(data-content) !important;
    color: #D0021B !important;
}

.uploadTest button {
    border: 1px solid #D0021B !important;
}

.uploadTest button:focus {
    outline: inherit !important;
}

.uploadTest:after {
    content: attr(data-content) !important;
    color: #D0021B !important;
}

.reportUploadTest button {
    border: 1px solid #D0021B !important;
}

.reportUploadTest button:focus {
    outline: inherit !important;
}

.reportUploadTest span {
    display: inline !important;
    color: #D0021B !important;
}

.form-inline .multiselect-native-select ul.multiselect-container.dropdown-menu label {
    display: block;
}


.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 50%) !important;
    /* Safari and Chrome */
}



/*sweetalert2弹出样式修改*/

.swal2-show {
    border-radius: 0 !important;
}

.swal2-title {
    font-weight: normal !important;
    font-size: 24px !important;
    color: #333333 !important;
}

.swal2-actions {
    margin: 1.25em auto 0.625em !important;
}

.swal2-confirm {
    font-size: 14px !important;
    background: #5D94C0 !important;
    padding: 6px 19px !important;
}

.swal2-confirm:hover {
    background: #4F7DA3 !important;
}

.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-cancel {
    font-size: 14px !important;
    background: #FFF !important;
    color: #333333 !important;
    border: 1px solid #CCCCCC !important;
    padding: 6px 19px !important;
}

.swal2-cancel:focus {
    box-shadow: none !important;
}

.swal2-close {
    outline: none !important;
}

.swal2-popup #swal2-content{
    color: #999;
    font-size: 14px;
    max-width: 472px;
}

.swal2-popup #swal2-content .alert-force {
    color:#D0021B;
    margin-top:10px;
}
.swal2-popup #swal2-content .alert-force input.form-control {
    margin: 20px auto 0;
    width: 160px;
    text-align: center;
}



.assignPrompt {
    position: relative;
}

.assignPrompt::after {
    content: attr(prompt_content);
    display: inline-block;
    position: absolute;
    right: 0;
    color: #D0021B;
}



/* 进度条按钮样式 */

.async_progressBar {
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.async_progressBar>span[elhtml] {
    color: #fff;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.async_progressBar div[bar] {
    position: absolute;
    background-color: #5DB85D;
    /* width: 50%; */
    height: 100%;
    top: 0;
    left: 0;
}





/*数据导入导出*/

.import-container {
    position: relative;
    margin: -10px;
}

.import-container .uploader-dragtip {
    display: none;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    z-index: 100;
    text-shadow: 0 0 2px #fff;
    background: rgba(255, 255, 255, 0.5);
    border: 3px dashed #eee;
}

.import-container.uploader-isdragover .uploader-dragtip {
    display: block;
}

.import-container .uploader-dragtip-message {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    font-size: 24px;
    display: block;
    text-align: center;
    color: #aaa;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.import-container .uploader-browsebutton {
    clear: both;
    text-align: center;
    border: 1px dotted #ccc;
    padding: 10px 20px;
    cursor: pointer;
}

.import-container .uploader-browsebutton:hover {
    border-color: #aaa;
    background: #f8f8f8;
}

.import-container .uploader-filelist {
    position: relative;
    z-index: 2;
    min-height: 150px;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 10px;
}

.import-container .upload-file {
    clear: both;
    border-bottom: 1px dotted #ddd;
    padding: 2px 0;
    min-height: 30px;
}

.import-container .upload-file:last-child {
    border: none;
}

.import-container .upload-file-fname {
    float: left;
    font-weight: bold;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.import-container .upload-file-fsize {
    float: left;
    color: #909090;
    margin-left: 2px;
    font-size: 12px;
}

.import-container .upload-file-state {
    float: left;
    margin-left: 10px;
}

.import-container .upload-file-error {
    float: left;
    margin-left: 10px;
}

.import-container .upload-errormessage {
    font-size: 12px;
    color: #f00;
}

.import-container .upload-error-reason {
    display:none;
    clear:both;
    padding:5px;
    position:relative;
    top: 2px;
    max-height: 100px;
    /* overflow: auto; */
    color: #999;
    background:#f8eeee;
    font-size:12px;
    margin-bottom:5px;
    border:1px solid #f2c5c5;
    overflow-y: auto;
}
.import-container .upload-error-reason:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #f2c5c5;
    border-right: 1px solid #f2c5c5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    left: 10px;
    background: #f8eeee;
}
.import-container .upload-error-reason ul{
    margin:0;
    padding-left:20px;
}


.import-container .upload-file-success {
    float: left;
    margin-left: 10px;
}

.import-container .upload-successmessage {
    font-size: 12px;
    color: #5cb85c;
}

.import-container .upload-file-success .fa-check-circle {
    vertical-align: middle;
    margin-right: 2px;
}

.import-container .upload-file-percent {
    float: left;
    width: 80px;
    margin-left: 10px;
    margin-top: 4px;
    height: 16px;
    background: #eee;
    position: relative;
}

.import-container .fa-times-circle {
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
}

.import-container .fa-times-circle:hover {
    color: #c00;
}

.export-container .progress-percent,
.import-container .progress-percent {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.export-container .progress-bar .import-container .progress-bar {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 16px;
}

.export-container {
    position: relative;
    clear: both;
    min-height: 24px;
    width: 100%;
    padding: 0px 0 90px 0;
}

.export-container .download-label {
    text-align: center;
    /* float: left; */
    /* max-width: 300px; */
}

.export-container .download-percent {
    text-align: center;
    /* float: left; */
    width: 200px;
    margin-top: 15px;
    height: 16px;
    background: #eee;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.export-container .download-error {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    color: #f00;
}

.export-container .download-tip {
    color: #aaa;
    margin-left: 10px;
}

.export-container .download-success {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    color: #5cb85c;
}
.pover-footer button:first-child {
    margin-right: 6px;
}


.foldtable {
    border: 1px solid #E2E2E2;
    background: #fff;
    width: 100%;
    table-layout: fixed;
}
.table_tbody{
    position: relative;
}
.tbody_loading:after{
    display: block;
    position: absolute;
    content: url(../images/loading-gif-50x50.gif);
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding-top: 65px;
    background-color: #fff;
    text-align: center;
    top: 0;
    left: 0;
}

.foldtable div.childTable[data-level="2"] {
    overflow: scroll !important;
    max-height: 340px;
}
.foldtable div.childTable[data-level="3"] {
    overflow: scroll !important;
    max-height: 305px;
}

.foldtable tbody tr.foldtable_active{
    background-color: #fffeed !important;
}
.foldtable tbody tr.foldtable_in{
    background-color: #fffff6 !important;
}

.foldtable th,
.foldtable td {
    text-align: left;
    border: 1px solid #E2E2E2;
    padding: 5px 10px;
}

.foldtable td {
    vertical-align: top;
}


.foldtable th {
    font-weight: bold;
    background: #eee;
}

.foldtable th .fa-stack {
    height:1.2em;
    line-height:1.2em;
}

.foldtable th .fa-stack .icon-default{
    color: #777;
}


.foldtable th .fa-stack .icon-secondary{
    color: #ccc;
}

.foldtable th input[type="checkbox"]{
    margin:0;
}

.foldtable tr.selected {
    background: #f1f9ff;
}

.foldtable.noborder th,
.foldtable.noborder td {
    text-align: left;
    border: 0px solid #E2E2E2;
    padding: 10px 10px;
    height: 40px;
}

.foldtable.noborder tbody tr {
    border-top: 1px solid #e2e2e2;
}

.foldtable span.main {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.foldtable span.secondary {
    color: #999;
    font-size: 12px;
    display: inline-block;
}

.foldtable span.secondary b{
    color: #535353;
}

.foldtable span.main~span.secondary {
    line-height: 20px;
}
.foldtable tr td:first-child{
    border-left: 0;
}
.foldtable tr td:last-child{
    border-right: 0;
}
.foldtable table {
    border-left: 0;
    border-right: 0;
}
.foldtable div[data-level="1"]{
    margin-left: -1px;
}
.foldtable tr[data-level="1"] td{
    background-color: #fbf8e5;
}
.foldtable div tr[data-level="2"] td{
    background-color: #ecf6f5;
}
.foldtable div tr[data-level="3"] td{
    background-color: #f8f8f8;
}
.foldtable tr[total_tr] td{
    background-color: #F0FCE5;
    font-weight: bold;
}
.foldtable i[data-icon]{
    width: 10px;
}
.foldtable td[colspan]{
    padding: 0;
}
.foldtable div tr[data-level="2"] td.treeCon{
    padding-left: 35px;
}
.foldtable div tr[data-level="3"] td.treeCon{
    padding-left: 55px;
}
.foldtable div tr[data-level="4"] td.treeCon{
    padding-left: 75px;
}
.foldtable td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.foldtable th, .foldtable td{
    position: relative;
}
.foldtable .foldSearchBtn{
    position: absolute;
    bottom: -5px;
    right: 0px;
    color: #777;
    font-size: 17px;
}
.popover {
    z-index: 2000;
}
.tooltip {
    z-index: 2000;
}
a.td_remark, a.td_view{
    font-size: 12px;
}

/*
 * Container style
 */

 .ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}


/*
 * Scrollbar rail styles
 */

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}
.report-form .components .c_components .ps__rail-x {
    opacity: 1;
}
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}


/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}


/* MS supports */

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.notfound {
    width: 400px;
    margin-left: -200px;
    margin-top: -140px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}

.notfound .icon {
    margin: 0 auto;
    background: url(../../public/core/images/404.png) no-repeat center center;
    background-size: cover;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

.exception {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    font-size: 14px;
    color: #999999;
}

.exception .icon {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    background: url(../../public/core/images/ico_fail.png) no-repeat center 0;
    background-size: cover;
}

.nodata {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    font-size: 14px;
    color: #999999;
}

.nodata .icon {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    background: url(../../public/core/images/ico_empty.png) no-repeat center 0;
    background-size: cover;
}

.mobile-code {
    position: relative;
}
@media (max-width: 767px) {
    .page-topbar .quick-area .info-menu .mobile-code {
        position: absolute;
        top: 0px;
        left: 55px;
    }
}
.mobile-code a {
    font-size: 14px;
    color: #ffffff;
    position: relative;
}
.mobile-code:hover .mobile_code_box {
    display: block;
}
.mobile-code a * {
    vertical-align: middle;
}
.mobile-code a i {
    font-size: 18px;
    margin-right: 3px;
}
.mobile_code_box {
    display: none;
    width: 190px;
    height: 190px;
    position: absolute;
    top: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}
.mobile_code_box:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 17px;
    top: -10px;
    border-top: 0 solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 7px solid transparent;
}
.track_content{
    min-height: 100px;
}
.track_width{
    width: 60%;
}
.track_content table{
    border: 1px solid #E2E2E2;
    background: #fff;
    width: 100%;
    table-layout: fixed;
}
.track_content .foldSearchBtn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #777;
    font-size: 17px;
}
.track_content table th{
    position: relative;
}

.track_content table tbody {
    display: block;
}

.track_content table thead,
.track_content tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.track_content tbody tr td {
    vertical-align: middle;
}
.rightbtn{
    right: 20px;
    position: absolute;
    top: 28px;
}
.btn.selected{
    outline: none;
    height: 26px;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 6px;
    cursor: pointer;
}
.btn.selected .option{
    border: 1px solid #cccccc;
    height: 30px;
}
.btn.selected:focus{
    outline: 1px solid #ccc;
}
select .op{
    background:#add2f9;
}

/* loadding */
.fill_loadding {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
    color: #fff;
}

