:root {
    --black-green-color: #007D7B;
    --green-color: #3F8850;
    --primary-color: #27B148;
    --button-color: #52CC6F;
    --more-green-color: #58A55C;
    --big-button-color: #5DBB73;
    --table-border-color:#7ee697;
    --confirm-color: #77d78d;
    --little-green-color: #DDFAE4;
    --white-color: #FFFFFF;
    --button-hover-color: #f1f1f1;
    --dis-back-color: #F8F8F8;
    --table-line-color: #ededed;
    --placehold-color: #E0E3EA;
    --light-btn-color:#f5f5f5;
    --select-border-color: #DCE0E7;
    --scroll-focus-color: #d3d0d0;
    --border-color: #DBDBDB;
    --line-color: #bbbbbb;
    --btn-eval-color: #A7ABB0;
    --eval-color: #999999;
    --little-gray-color: #888888;
    --gray-color: #666666;
    --gray-black-color: #505559;
    --eval-text-color: #41464C;
    --black-color: #363636;
    --gray-tips-color: #333333;
    --select-label: #101010;
    --blue-color: #022555;
    --orange-tips-color: #FF9959;
    --tips-color: #ff6200;
    --danger-label: #ff6c6c;
    --danger-tips-color: #FF2525;
    --blue-tips-color: #7AB8FB;
    --blue-main-color: #3291F8;
}
::-webkit-scrollbar {
    width: 7px; /* 隐藏水平滚动条 */
    height: 7px; /* 隐藏垂直滚动条 */
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 10px;
}

/* 滚动条按钮（上下箭头） */
::-webkit-scrollbar-button {
    display: none;
}

a {
    color: #3280D5;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.color_blue {
    color: #3291F8
}
.color_gray {
    color: rgba(80, 85, 89, 1);
}
.clear-row-col .row, .clear-row-col .col, .modal .row, .modal .col {
    margin: 0;
    padding: 0;
}
.wrapper::-webkit-scrollbar {
    width: 0px; /* 设置滚动条宽度 */
}
.content-wrapper {
    background-color: #f7f8fa;
    display: flex;flex-direction: column;
}
.content-wrapper .content {
    padding: 0;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.content-wrapper .content .content-view {
    margin: 6px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.bg-white {
    background: #ffffff;
}
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 61px;
}
.navbar-nav>.user-menu>.dropdown-menu {
    width: 100%;
}
.content-head {
    border-radius: 4px 4px 0 0 ;
    background-color: #f9f9f9;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    font-weight: bold;
    text-align: left;
    line-height: 50px;
    border-bottom: 1px solid rgba(187, 187, 187, 0.41);
}
.content-head .tips {
    color: rgba(50, 145, 248, 1);
    font-size: 13px;
    margin-left: 10px;
    font-weight: 400;
}
.content-body {
    background: #ffffff;
    flex: 1;
    border-radius: 4px;
}
.content-body .config-head {
    padding: 15px 10px 0 10px;
    /*overflow: hidden; */
    display: flex;
}
.config-head .config-head-start {
    flex: 1;
}
.content-body .config-head.show {
    display: flex !important;
}
.content-body .config-head .config-head-end {
    margin-left: 10px;
}
.content-body .flex_header_form {
    padding: 15px 10px 0 10px;
}
.content-body .do_thing {
    padding: 15px 15px 0 0;
    height: 55px;
    transition: 1s all;
    border: none;
    margin-bottom: 5px;
}
.content-body .do_thing.show {
    height: 190px;
    /*border-bottom: 1px solid rgba(237, 241, 242, 1);*/
}
.config-head .form-group {
    display: flex;
    align-items: center;
}

.config-head .form-group label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    color: rgba(51, 51, 51, 1);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    max-width: 85px;
    box-sizing: border-box;
    padding-left: 10px;
    min-width: 85px;
}
.no-label-config-head .form-group>input, .no-label-config-head .form-group>div,.no-label-config-head .form-group>select,.no-label-config-head .form-group>.custom-select  {
    width: 100%;
}
.config-head .input-group {
    margin: 0 0 15px 0;
}
.config-head .input-group .input-group-btn {
    width: 75px;
    min-width: 75px;
    max-width: 75px;    margin-left: 15px;
}
.config-head .input-group .label-select {
    border: none;
    padding: 0;
    height: 30px;
    font-size: 13px;
    width: unset;
    text-align: center;
    color: rgb(51, 51, 51);
}
.config-head .control {
    display: flex;
    font-size: 13px;
    flex: 1;
}
.config-head .control button{
    color: #ffffff;
    margin-right: 8px;
    line-height: 28px;
    white-space: nowrap;
    display: flex
}
.config-head .control button:last-child {
    margin-right: 0;
}
/*新增*/
.config-head .control a{
    display: flex;
    color: #ffffff;
    line-height: 28px;
    white-space: nowrap;
    height: 30px;
    margin-right: 8px;
}
.config-head .control img {
    display: flex;
    width: 19px;
    height: 19px;
    margin: auto 3px auto 0px;
}
.config-head .form-group>input,.config-head .form-group>select, .config-head .input-group>input {
    background: #ffffff;
    border-radius: 4px;
    /*border: 1px solid rgba(187, 187, 187, 1);*/
}
.radius-4 {
    border-radius: 4px !important;
}
.config-head .form-group input,.config-head .input-group input,  .config-head .form-group button {
    padding: 0 8px;
    height: 30px;
}
.config-head .form-group select {
    padding: 4px 8px;
    height: 30px;
}
.form-group .checkbox_control {
    height: 34px;
}
.config-head .form-group .checkbox_control {
    height: 30px;
}
/*.form-group .checkbox_control.bootstrap-select .dropdown-toggle .caret,.form-group .open.checkbox_control.bootstrap-select .dropdown-toggle .caret {*/
/*    transform: rotate(180deg) !important;*/
/*}*/
/*.config-head .form-group .checkbox_control.bootstrap-select .dropdown-toggle .caret,.config-head .form-group .open.checkbox_control.bootstrap-select .dropdown-toggle .caret {*/
/*    transform: rotate(0deg) !important;*/
/*}*/
.form-group .bootstrap-select.checkbox_control .dropdown-toggle .caret {
    right: 5px;
}
.config-head .form-group .checkbox_control .btn-default {
    height: 30px;
    line-height: 28px;
}
.form-group .checkbox_control .btn-default {
    background: #ffffff;
    border-color: #d2d6de;
    border-radius: 4px;
    height: 34px;
    line-height: 22px;
}
.form-group .checkbox_control.disabled .btn-default.disabled {
     background: #eee;
     border-color: #d2d6de;
    opacity: 1;
 }
.form-group .checkbox_control .btn-default:focus {
    border-color: #3c8dbc;
    box-shadow: none;
    outline: none !important;
}
.btn-group .btn-default:active:focus {
    outline: none !important;
}
.btn-blue {
    background-color: rgba(50, 145, 248, 1);
    color: #ffffff;
    padding: 4px 10px;
    box-sizing: border-box;
    border: 1px solid rgba(50, 145, 248, 1) !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn-middle {
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    min-width: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: unset !important;
}
.btn-middle>img {
    margin: auto 2px auto 0;
}
.btn-large {
    padding: 6px 10px;
    height: 34px;    min-width: 60px;
    box-sizing: border-box;
}
.select-middle {
    padding: 4px 10px;
    height: 30px;
    box-sizing: border-box;
}
.select-large {
    padding: 6px 10px;
    height: 34px;
    box-sizing: border-box;
}
.input-middle {
    padding: 4px 10px;
    height: 30px;
    border-radius: 4px;
    box-sizing: border-box;
}
.input-large {
    padding: 6px 10px;
    height: 34px;
    border-radius: 4px;
    box-sizing: border-box;
}
.btn-large img {
    margin-right: 6px;
}
.btn-blue:hover {
    box-shadow: inset 1px 1px 10px 5px #1384fd !important;
}
.btn-orange {
    background-color: #FF9959;
    color: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #FF9959 !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn-orange:hover {
    box-shadow: inset 1px 1px 10px 5px #ff8941 !important;
}
.btn-sky {
    color: #ffffff;
    padding: 4px 2px;
    box-sizing: border-box;
    border: 1px solid rgba(184, 217, 253, 1) !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: rgba(184, 217, 253, 1);
}

.btn-sky:hover {
    box-shadow: inset 1px 1px 10px 5px #96c8fd !important;
}
.btn-green {
    background-color: rgba(82, 204, 111, 1);
    color: #ffffff !important;
    padding: 0 10px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(82, 204, 111, 1) !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn-green img {
    margin: auto 3px auto 0;
}
.btn-green:hover {
    box-shadow: inset 1px 1px 10px 5px rgb(78, 194, 105) !important;
}
.back_btn {
    background-color: #E5FAFF;
    color: #00C7FF !important;
    padding: 0 10px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #E5FAFF !important;
    box-shadow: none !important;
    outline: none !important;
    height: 30px;
    align-items: center;
    display: flex;
    line-height: 1;
}
.back_btn img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.back_btn:hover {
    background-color: #d9f4fa;
}
.content-body .tag-list {
    padding: 0 10px;
    display: flex;
}
.content-body .tag-list button img {
    width: 16px;
    height: 16px;
    margin: auto 3px auto 0px;
}
.btn-size {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-radius: 4px;
}
.tag-list .btn-size {
    margin-right: 14px;
    line-height: 1;
}
.tag-list .btn-size:last-child {
    margin-right: 0;
}
.tag-list .btn-size img {
    margin-right: 8px;
}
.btn-size:hover {
    opacity: 0.8;
}
.line-green {
    color: #52cc6f !important;
    background-color: #eefcf1;
    border: 1px solid #7EE697;
    box-shadow: none;
    outline: none !important;
}

.line-red {
    color: #FF2525 !important;
    background-color: #ffe9e9;
    border: 1px solid #FFB3B3;
    box-shadow: none;
    outline: none !important;
}

.line-orange {
    color: #FF6200 !important;
    background-color: #ffefe5;
    border: 1px solid #FFC9A6;
    box-shadow: none;
    outline: none !important;
}

.line-green {
    color: #136B84 !important;
    background-color: #e7f0f2;
    border: 1px solid rgba(19, 107, 132, 0.52);
    box-shadow: none;
    outline: none !important;
}

.line-popular {
    color: #A411D1 !important;
    background-color: #f7e9fb;
    border: 1px solid rgba(196, 101, 226, 0.52);
    box-shadow: none;
    outline: none !important;
}
.line-gray {
    color: #505559 !important;
    background-color: #edf1f2;
    border: 1px solid #C2C7CC;
    box-shadow: none;
    outline: none !important;
}
.line-blue {
    color: #3291F8 !important;
    background-color: #ebf4ff;
    border: 1px solid #7AB8FB;
    box-shadow: none;
    outline: none !important;
}
.line-light {
    color: rgba(80, 85, 89, 1) !important;;
    background-color: #edf1f2;
    box-shadow: none;
    outline: none !important;
    border: 1px solid rgba(194, 199, 204, 1);
}
.line-white {
    color: rgba(80, 85, 89, 1) !important;;
    background-color: #ffffff;
    box-shadow: none;
    outline: none !important;
    border: 1px solid rgba(194, 199, 204, 1);
}
.line-blue:hover,.line-light:hover,.line-gray:hover,.line-popular:hover,.line-orange:hover,.line-orange:hover,.line-red:hover,.line-green:hover {
    opacity: 0.8;
}
.flex-right {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.data-table {
    padding: 15px;
}
.data-table .static-table {
    padding: 0;
}
.static-table {
    padding: 15px 10px;
    width: 100%;
}
.static-table table thead tr th {
    background: #f8f8f8;
    border-bottom: 1px solid #ededed;
    padding: 12px 20px;
    font-weight: 400;
    white-space: nowrap;
}

.static-table table tbody tr td {
    padding: 12px 20px;
    background: #ffffff;
    border-bottom: 1px solid #ededed;
    white-space: nowrap;
}
.label_line {
    background-color: rgba(235, 244, 255, 1);
    color: rgba(50, 145, 248, 1) !important;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid rgba(184, 217, 253, 1);
    display: inline-block;
    line-height: 1;
    padding: 5px;
    border-radius: 2px;
}
.label_line_red {
    background-color: rgba(255, 233, 233, 1);
    color: rgba(255, 37, 37, 1) !important;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid rgba(255, 179, 179, 1);
    display: inline-block;
    line-height: 1;
    padding: 5px;
    border-radius: 2px;
}
.label_btn_line {
    background-color: rgba(235, 244, 255, 1);
    color: rgba(50, 145, 248, 1) !important;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid rgba(184, 217, 253, 1);
    display: inline-block;
    line-height: 1;    margin-right: 16px;
    outline: none !important;
}
.label_white_line {
    background-color: rgb(255, 255, 255);
    color: rgba(50, 145, 248, 1) !important;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #7AB8FB;
    display: inline-block;
    line-height: 1;
    margin-right: 16px;
    outline: none !important;
}
.label_white_line:hover,.label_btn_line:hover,.label_line_red:hover,.label_line:hover {
    opacity: 0.8;
}
.btn-trans {
    border-radius: 4px;
    background-color: rgba(219, 219, 219, 0.15);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(248, 248, 248, 0.4);
    font-size: 13px;
    padding: 3px 7px;
    display: inline-flex;
    vertical-align: top !important;
    outline: none !important;
}
.btn-trans img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.static-table .btn-trans {
    margin:2px 0;
    margin-right: 8px;
}
.static-table .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none;
}
.btn-trans:hover, .label_white_line:hover, .label_line:hover {
    opacity: 0.8;
}
.flex-height {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}
.static-pagination {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.static-pagination .pagination {
    margin: 0 15px;
}
.static-pagination .pagination li a {
    border-radius: 2px;
    background-color: rgba(240, 242, 245, 1);
    height: 30px;
    padding: 0 11px;
    margin: 5px;
    display: flex;
    align-items: center;
    border: none    ;
}
.static-pagination .pagination .active a {
    border-radius: 2px 2px 2px 2px;
    background-color: rgba(25, 137, 250, 1);
}
.pagination-link {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
}
.pagination-link .input {
    margin-left: 30px;
}
.pagination-link .page {
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    border: 1px solid rgba(220, 223, 230, 1);
    width: 47px;
    height: 28px;
    margin: 0 3px;
}
.config-head .show-head img {
    transform: rotate(180deg);
    transition: 1s all;
}
.config-head.show .show-head img {
    transform: rotate(360deg);
}

.left-table {
    font-size: 13px;
    line-height: unset;
}
.left-table table {
    width: 100%;
}
.left-table table tr td,.left-table table tr th {
    border: 1px solid #e4e4e4;
    padding: 9px;
}
.left-table table tr th {
    background: #f3f3f3;
    width: 130px;
    color: #505559;
    font-weight: 400;
}
.public-table table {
    width: 100%;
}
.public-table table tr td {
    border: 1px solid #e4e4e4;
}
.public-table table tr th {
    border: 1px solid #e4e4e4;
    padding: 4px 8px;
    font-weight: 400;
}
.public-table table tr input[type="text"] {
    width: 100%;
    border: 0;
    height: 35px;
    padding: 3px 15px;
}
.public-table table tr select {
    width: 100%;
    height: 35px;
    border: 0;
}
.public-table table tr textarea {
    max-width: 100%;
    width: 100%;
    border: none;
    min-height: 50px;
    outline: none;
    padding: 6px 15px;
}
.must:before {
    content: "*";
    width: 5px;
    height: 5px;
    color: rgba(255, 37, 37, 1);
    position: absolute;
    left: 20px;
    top: 14px;
}
.must-end:after {
    content: "*";
    width: 5px;
    margin: 10px 5px 0 8px;
    height: 5px;
    color: rgba(255, 37, 37, 1);
}
.must-w:after {
    content: "*";
    width: 5px;
    margin: 7px 5px 0 8px;
    height: 5px;
    color: transparent;
}
.mo-wrap {
    white-space: nowrap;
    flex-wrap: nowrap;
}
.download-label {
    padding: 15px 0;
    font-size: 13px;
    color: #505559;
    display: flex;
    align-items: center;
}
.download-label a {
    color: #3291F8;
}
.label-context .title {
    color: #101010;
    font-size: 14px;
}

.step-progress {
    position: relative;
    width: 100%;
    padding: 15px;
}

.step {
    display: flex;
}
.step-progress .step:not(:last-child){
    padding-bottom: 20px;
}
.step-marker {
    width: 30px;
    height: 30px;
    background-color: #bbb;
    border-radius: 50%;
}


.step-content {
    padding-left: 10px;
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    width: 100%;
    position: relative;
}
.step-content::after {
    content: '';
    position: absolute;
    background-color: rgba(15, 119, 232, 0.32);
    width: 2px;
    left: -9px;
    top: 18px;
    bottom: -20px;
    transform: translateX(-50%);
}
.step-progress .step.active .step-content::after {
    background-color: rgba(15, 119, 232, 0.79) !important;
}
.step:last-child .step-content::after {
    display: none;
}
.step-progress .step-marker {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(15, 119, 232, 0.32);
}
.step-progress .step-marker img {
    width: 12px;
    height: 12px;
}
.step-progress .step.active .step-marker {
    background-color: rgba(15, 119, 232, 1);
}
.step-content .class-context {
    border: 1px solid rgba(187, 187, 187, 0.37);
    margin-top: 8px;
    padding: 7px 12px;
}
.flex-align {
    display: flex;
    align-items: center;
}

.flex-align-start {
    display: flex;
    align-items: flex-start;
}
.flex-align-start label {
    line-height: 1;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}
.flex-align-start input {
    margin-top: 0;
}
.no-margin {
    margin: 0;
}
.shadow-top {
    padding: 15px 15px 30px;
}
.p-no-b-15 {
    padding: 15px 15px 0 15px;
}
.flex-align label {
    padding:0 5px;
}
.btn-submit {
    border-radius: 4px;
    background-color: rgba(15, 119, 232, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    border: 1px solid rgba(50, 145, 248, 1);
    outline: none !important;
    box-sizing: border-box;
    padding: 0 20px;
    letter-spacing: 1px;
    height: 30px;
    line-height: 28px;
}
.btn-submit:hover {
    box-shadow: inset 0px 2px 6px 0px rgb(11, 110, 217) !important;
}
.btn-submit:visited,.btn-submit:active {
    color: #e3e6ea !important;
    box-shadow: 0px 2px 6px 0px rgba(51, 51, 51, 0.15)!important;
}
.btn-cancel {
    border-radius: 4px;
    background-color: rgb(255, 255, 255) !important;
    color: rgba(80, 85, 89, 1)!important;;
    text-align: center;
    border: 1px solid rgba(225, 227, 230, 1);;
    outline: none !important;
    box-sizing: border-box;
    padding: 0 20px;
    letter-spacing: 1px;
    height: 30px;
    line-height: 28px;
}
.btn-cancel:hover {
    box-shadow: inset 0px 2px 6px 0px rgb(232, 232, 232) !important;
}
.btn-cancel:visited,.btn-cancel:active {
    color: rgb(121, 121, 121) !important;
    box-shadow: 0px 2px 6px 0px rgba(51, 51, 51, 0.15)!important;
}


.btn-submit1 {
    border-radius: 4px;
    background-color: #3280D5 !important;
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    border: 1px solid #3280D5;
    outline: none !important;
    box-sizing: border-box;
    padding: 0px 20px;
    letter-spacing: 1px;
    height: 30px;
    letter-spacing: 1px;
    line-height: 28px;
}
.btn-submit1:hover {
    box-shadow: inset 0px 2px 6px 0px #2f79cb !important;
}
.btn-submit1:visited,.btn-submit1:active {
    color: #e3e6ea !important;
    box-shadow: inset 0px 2px 6px 0px rgba(51, 51, 51, 0.15)!important;
}

.btn-cancel1 {
    border-radius: 4px;
    background-color: rgba(237, 241, 242, 1) !important;
    color: #505559 !important;
    text-align: center;
    border: 1px solid rgba(237, 241, 242, 1);
    outline: none !important;
    box-sizing: border-box;
    padding: 0px 20px;
    letter-spacing: 1px;
    height: 30px;
    line-height: 28px;

}
.btn-cancel1:hover {
    box-shadow: inset 0px 2px 6px 0px rgb(225, 229, 231) !important;
}
.btn-cancel1:visited,.btn-cancel1:active {
    color: #505559 !important;
    box-shadow:inset 0px 2px 6px 0px rgb(216, 220, 222) !important;
}

.label-textarea {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 227, 230, 1);
    padding: 6px 12px;
    font-size: 12px;
    min-height: 60px;
    outline: none !important;
}
.color-orange {
    color: rgba(255, 98, 0, 1) !important;
}
.color-red {
    color: #FF7272 !important;
}
.color-popular {
    color: rgba(164, 17, 209, 1) !important;
}
.color-blue {
    color: rgba(32, 115, 190, 1) !important;
}
.color-green {
    color: #27B148 !important;
}
.color-sky {
    color: rgba(44, 163, 169, 1) !important;
}
.input-group-self {
    margin-right: 15px !important;
}
.input-group-self input {
    border: 1px solid rgba(187, 187, 187, 1) !important;
    border-right: 0 !important;
}
.input-group-self .input-group-addon {
    border: 1px solid rgba(187, 187, 187, 1) !important;
    border-left: 0 !important;;
    border-radius: 0 4px 4px 0;
}
.no-label-config-head .form-group {
    margin-right: 14px;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.config-body {

}
.p-15 {
    padding: 15px !important;
}
.pv-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}

.switch{
    width: 40px;
    height: 24px;
    position: relative;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    box-sizing: border-box;
}
.switch-input{
    display: none;
}
.switch-span{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    transition: 0.3s linear;
}
.switch-span:after{
    content: '';
    width: 18px;
    height: 18px;
    border: 6px solid #ffffff;
    background: #ffffff;
    border-radius: 11px;
    position: absolute;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0 ,0.2);
}
.switch-input:checked + .switch-span{
    background-color: #3291f8;
}
.switch-input:checked + .switch-span:after{
    transform: translateX(26px);
    border: 6px solid white;
    left: -8px;
    background: #ffffff;
}
.static-table table.dataTable.no-footer {
    border-bottom: none;
}
.modal_control {
    display: flex;
    padding-bottom: 30px;
}
.down_text {
    text-align: left;
    width: 135px;
}
.down_text div {
    margin-top: 8px;
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}
.dialog-view .modal-dialog {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.DTFC_Blocker {
    background: #f8f8f8;
}
.message-view {
    border-radius: 4px;
    background-color: rgba(235, 244, 255, 1);
    color: rgba(50, 145, 248, 1);
    font-size: 13px;
    height: 30px;
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0 15px;
    padding-left: 15px;
}
.blue-first table tr td:first-child {
    color: rgba(50, 145, 248, 1);
    cursor: pointer;
}
.blue-second table tr td:nth-child(2) {
    color: rgba(50, 145, 248, 1);
    cursor: pointer;
}
.content-body .head-bottom {
    padding: 25px 15px 5px 5px;
}
.static-table.all-center table tr th,.static-table.all-center table tr td{
    text-align: center;
}
.middle-table table {
    font-size: 12px;
}
.middle-table table thead tr th {
    padding: 5px;
}
.self_table.middle-table table thead tr th {
    padding: 10px 5px;
}
.middle-table table tbody tr td {
    padding: 9px;
}
.self_table.middle-table table tbody tr td {
    padding: 15px 9px;
}
.self_table.middle-table table {
    font-size: 13px;
}
.self_table.middle-table table tr th:nth-child(2),.self_table.middle-table table tr td:nth-child(2) {
    white-space: pre-wrap;
}

.static-table .pid {
    color: #3291F8;
    text-decoration: underline #3291F8;
}
.static-table .disabled td {
    color: #999999 !important;
}
.size-13 table tr td, .size-13 table tr th {
    font-size: 13px;
}

.btn-tag-eval {
    display: none;
}
.form-modal .form-group {
    margin: 7px 0;
    display: flex;
}
.form-modal .form-group .control-label {
    padding: 6px 15px 0 15px;
    font-weight: 400;
    display: flex;
    height: 35px;
    justify-content: flex-end;
    min-width: 100px;
    max-width: 100px;
}
.form-modal .form-group .checkbox {
    height: 35px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.form-modal .form-group .checkbox label {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 13px;
}
.form-modal .form-group .checkbox label>input[type=radio] {
    margin: 0 5px 0 0;
}
.form-modal .form-group .checkbox label>input[type=checkbox] {
    margin: 0 5px 0 0;
    position: unset;
    width: 14px;
    height: 14px;
}
.form-modal .form-desc {
    display: flex;
}
.form-modal .form-desc .control-label {
    min-width: 100px;
}
.form-modal .form-desc .desc-tips {
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
    margin-bottom: 5px;
}
.static-tab {
    display: flex;
    align-items: center;
    padding: 13px 0;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}
.static-tab div {
    display: flex;
}
.static-tab .label {
    color: rgba(51, 51, 51, 1);
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px;
}
.static-tab div a {
    background-color: rgba(80, 85, 89, 0.06);
    color: rgba(16, 16, 16, 1);
    border: 1px solid rgba(187, 187, 187, 0.3);
    height: 30px;
    min-width: 128px;
    line-height: 28px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.static-tab div a.active {
    background-color: rgba(50, 128, 213, 1);
    color: rgba(237, 241, 242, 1);
}
.static-tab div a:first-child {
    border-radius:  4px 0px 0px 4px ;
}
.static-tab div a:last-child {
    border-radius: 0px 4px 4px 0px;
}
.modal-header .modal-title {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}

.nav-step {
    display: flex;
    width: 100%;
}
.nav-step .step {
    height: 42px;
    background-color: rgba(80, 85, 89, 0.15);
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 400;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-step .step.active {
    background-color: rgba(75, 142, 215, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}
.bt-callout-info {
    border-left: 3px solid rgba(50, 145, 248, 1);
    padding-left: 8px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.modal-context {
    padding: 15px 45px;
}
.step-footer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0 35px;
}
.large-save {
    width: 100%;
    padding: 8px;
}
.desc-text {
    color: #505559;
    font-size: 12px;
    margin-top: 3px;
    padding: 0 15px;
}
.eval-text {
    color: #999999;
    font-size: 12px;
    margin-top: 11px;
    padding: 0 15px;
}
.li-eval-text {
    color: #B8BCC5;
    font-size: 12px;
    margin-top: 11px;
}
.step-btn {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(59, 147, 242, 1) !important;
    font-size: 14px;

    border: 1px solid rgba(50, 145, 248, 1);
    border-radius: 4px;
    min-width: 80px;
    text-align: center;
    margin: 0 15px;
    padding: 9px;
    cursor: pointer;
    outline: none!important;
}
.step-btn5 {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(59, 147, 242, 1) !important;
    font-size: 14px;

    border: 1px solid rgba(50, 145, 248, 1);
    border-radius: 4px;
    min-width: 80px;
    text-align: center;
    margin: 0 15px;
    padding: 6px 12px;
    cursor: pointer;
    outline: none!important;
}
.step-btn1 {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(59, 147, 242, 1) !important;
    font-size: 14px;

    border: 1px solid rgba(50, 145, 248, 1);
    border-radius: 4px;
    min-width: 80px;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    outline: none!important;
}
.step-btn2 {
    border-radius: 4px;
    background-color: rgba(235, 244, 255, 1);
    color: rgba(50, 145, 248, 1) !important;
    border: 1px solid rgba(122, 184, 251, 1);
    font-size: 14px;

    padding: 6px 15px;
    display: inline;
    height: 30px;
    margin-left: 16px;
    outline: none!important;
}
.step-btn1 img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.dashed-btn {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(50, 145, 248, 1) !important;
    font-size: 14px;
    padding: 0 8px;
    border: 1px dashed rgba(50, 145, 248, 1);
    outline: none!important;
}
.dashed-btn:hover,.step-btn1:hover,.step-btn2:hover,.step-btn5:hover,.step-btn:hover {
    opacity: 0.8;
}
.icp_work_info_wrap .nav-step div{
    cursor: pointer; /* 显示点击光标 */
}
.flex-end {
    justify-content: flex-end;
}
.down-card {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
}
.down-card .down-btn {
    display: flex;
    align-items: center;
}

.down-card .down-btn button {
    margin-left: 20px;
}

.modal.in .center-modal {
    margin-top: 200px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.center-modal .modal-header {
    border-bottom: 0;
}
.center-modal .modal-footer {
    border-top: 0;
    padding-top: 0;
}
.self-label label {
    font-weight: 400;
    margin-top: 10px;
}
.self-label-padding label{
    padding: 7px 0 7px 25px;
    margin: 0px;
}
.eval-desc {
    color: rgba(80, 85, 89, 1);
    font-size: 12px;
}
.flex-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.label-list {
    flex: 1;
    display: flex;
    align-items: center;
}
.label-view {
    flex: 1;
    display: flex;
    overflow-x: auto;
}
.label-view div{
    white-space: nowrap; /* 强制单行显示 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */    padding: 5px;

}
.label-view div.active{
    border-bottom: 1px solid rgba(50, 145, 248, 1);
}
.check-self .check{
    margin: 5px 0;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.check-self .check input {
    margin: 0;
    margin-right: 6px;
}
.down-view {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.down-view .text {
    color: rgba(80, 85, 89, 1);
    font-size: 14px;
}
.tab-content {
    flex: 1;
    display: flex;
}
.modal_lg {
    width: 900px;
    margin: 10vh auto 0;
}
.modal_md {
    width: 600px;
    margin: 10vh auto 0;
}
.modal_sm {
    width: 450px;
    margin: 15vh auto 0;
}
.three-orange table tr:nth-child(-n+3) td:first-child {
    color: #FF6200;
}
.mo_view a,.mo_view div{
    display: flex;
    width: 100%;
    justify-content: center;
}
.mo_view a:not(:last-child),.mo_view div:not(:last-child) {
    border-right: 1px solid rgba(187, 187, 187, 1);;
}
.width_unset {
    width: unset !important;
}

.static-tab .set_width {
    width: 75px;
    padding: 0 0 0 10px;
}
.table-scroll {
    overflow: auto;
    height: 500px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
.middle-table {
    min-width: 100%;
    width: 100%;
    max-width: 2200px;
}
#htmlContent {
    position: fixed;
    right: -10000px;
    font-family: SimSun, 宋体, Arial, sans-serif;
    top: 0;
    background: #ffffff;
}
#htmlContent .title {
    padding: 5px 10px 0 5px;
}
#htmlContent label {
    font-weight: 400;
}
.step .head-status {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /*align-items: baseline;*/
}
.step .head-status span {
    color: rgba(39, 177, 72, 1);
    font-size: 12px;
}
.step .head-status span.red_span{
    color: rgb(199, 28, 28);
    font-size: 12px;
}

.message-self-class {
    background-color: rgba(255, 255, 255, 1);
    /*background-color: #DDFAE4 !important;*/
    color: rgba(16, 16, 16, 1);
    border-radius: 4px;
    text-align: center;
    border: 1px solid rgba(187, 187, 187, 1);
}
.message-self-class .layui-layer-content {
    padding: 15px;
}

.confirm-self-custom-class{
    width: 400px;
    text-align: center;
}
.confirm-self-custom-class .layui-layer-title {
    display: none;
}
.confirm-self-custom-class .layui-layer-content {
    padding: 45px 20px 20px !important;
}
.confirm-self-custom-class .layui-layer-btn {
    text-align: center !important;
    padding-bottom: 30px !important;
}
.confirm-self-custom-class .layui-layer-btn .layui-layer-btn0 {
    border-radius: 2px;
    background-color: rgba(255, 37, 37, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 14px;
    text-align: center;
    border: none;
    padding: 5px 26px;
    height: unset;
    line-height: unset;
}
.confirm-self-custom-class .layui-layer-btn .layui-layer-btn1 {
    border-radius: 2px;
    background-color: rgba(237, 241, 242, 1) !important;
    color: rgba(80, 85, 89, 1)!important;
    font-size: 14px;
    text-align: center;
    border: none;
    padding: 5px 26px;
    height: unset;
    line-height: unset;
}
.add_style1 {
    padding: 3px;
}
.check-modal-view {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin:0px;
}
.check-modal-view label {
    display: flex;
}
.check-modal-view label input {
    margin: 0 5px 0 0;
}
.DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner{
    overflow: hidden !important;
}
.DTFC_RightWrapper .DTFC_RightBodyWrapper .DTFC_RightBodyLiner{
    overflow: hidden !important;
}

.flex_pre {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
}
.flex_pre .img_pre {
    width: 370px;
    height: 348px;
}
.flex_pre .text_pre {
    color: rgba(80, 85, 89, 1);
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}

.btn_white {
    background-color: #ffffff;
    color: #444;
    border-color: #ddd;
    min-width: 70px;
    padding: 0 !important;
    margin-right: 10px;
    box-shadow: none;
    outline: none !important;
    line-height: 29px;
    display: block;
    text-align: center;
}
.btn_white.active {
    background-color: rgba(184, 217, 253, 1);
    color: rgba(19, 98, 186, 1);
    border: 1px solid rgb(161 194 235);
    box-shadow: none;
    outline: none !important;
}
.btn_white.active:hover {
    background-color: rgb(203 226 250);
    color: rgb(8 95 193);
    border: 1px solid rgb(146 186 235);
}
.btn_white.active:focus {
    background-color: rgb(196 225 255);
    color: rgb(4 105 218);
    border: 1px solid rgb(124 175 238);
    box-shadow: 0 0 3px -2px #0469da;
}
.flex_header_form {
    display: flex;
    flex-wrap: wrap;
}
.flex_header_form .form-control {
    min-width: 200px;
    margin-right: 10px;
}
.flex_header_form .start_header {
    display: flex;
}
.flex_header_form .center_body {
    flex: 1;
}
.flex_header_form .end_footer {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.flex_header_form .start_header .form-group label {
     padding-left: 0px;
}
.banner_static {
    height: 40px;
    background-color: rgba(221, 250, 228, 0.66);
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    box-shadow: 0px 2px 6px 0px rgba(194, 199, 204, 0.4);
    border: 1px solid rgba(221, 250, 228, 1);
    margin: 10px;
    display: flex;
    padding: 5px;
    line-height: 30px;
}
.config-head-end-middle {
    display: none;
}
@media (max-width: 991px) {
.flex_header_form .end_footer {
    justify-content: flex-end;
}
.flex_header_form.config-head .form-group {
    flex-wrap: wrap;
}
.flex_header_form .start_header {
    flex-wrap: wrap;
}
.flex_header_form .start_header .form-group {
    width: 100%;
}
.flex_header_form .start_header .form-group .form-control {
    width: 100%;
    margin-right: 0;
}
.flex_header_form .start_header .form-group .form-control[name="date_range_picker"] {
    flex: 1;
}
.no-label-config-head .form-group.middle_margin {
    margin-right: 0;
}
.start_header .form-group .now_view {
    display: none;
}
.content-body .max_header_wrap {
    flex-wrap: nowrap;
}
}

@media (max-width: 1199px) {
    .content-body .do_thing.show {
        height: auto;
    }
    .config-head .input-group .input-group-btn, .config-head .form-group label {
        width: 25%;
    }
    .no-label-config-head .form-group>input, .no-label-config-head .form-group>div,.no-label-config-head .form-group>select,.no-label-config-head .form-group>.custom-select  {
        width: 100%;
    }
    .btn-tag {
        display: none;
    }
    .btn-tag-eval {
        display: block;
    }
    .self-tab {
        overflow-x: auto;
        padding: 13px 15px;
    }
    .self-tab .label {
        display: none;
    }
    .content-body .do_thing {
        height: auto;
    }
    .place_col {
        display: none !important;
    }

    .config-head .config-head-end {
        display: none;
    }
    .config-head-end-middle {
        display: flex;
    }
}
.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}

@media (max-width: 991px) {
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    right: 0%;
}
.config-head .input-group .input-group-btn, .config-head .form-group label {
    width: 12%;
}
.no-label-config-head .form-group>input, .no-label-config-head .form-group>div,.no-label-config-head .form-group>select,.no-label-config-head .form-group>.custom-select  {
    width: 100%;
}
}

@media (max-width: 768px) {
.no-label-config-head .form-group {
    margin-right: 0px;
}
}


.con_self {
width: 880px;
/*height: 1257px;*/
font-size: 18px;
padding: 30px 30px 0px 30px;
box-sizing: border-box;
line-height: 1.4;
}
.con_self .title {
font-size: 28px;
font-weight: bold;
text-align: center;
margin: 10px;
}
.con_self .under {
text-decoration: underline;
font-size: 21px;
}
.con_self table tr td {
border: 1px solid #535353;
padding: 10px;
text-align: left;
}
.con_self table tr td label {
    display: inline-flex;
}
.con_self .info {
display: flex;
width: 100%;
justify-content: space-between;
padding: 0 25px;
box-sizing: border-box;
}
.con_self .info .label_con span {
margin-left: 10px;
}
.con_self label input {
    width: 20px;
    height: 16px;
    margin: auto 10px auto 5px;
}
.con_self label {
    margin: 0;
    line-height: 1;
    vertical-align: middle;
    margin-left: 10px;
}


.view_self_add .label-list {
font-size: 14px;
}
.view_self_add .label-view {
font-size: 14px;
}
.view_self_add .under {
font-size: 16px;
}
.view_self_add .check-self {
padding: 5px 15px;
}
.view_self_add .down-view {
padding: 5px 15px;
justify-content: flex-end;
}
.view_self_add .check-self .check input {
width: 16px;
height: 16px;
}

/*msg*/
.self_alert {
    position: fixed;
    top: -100px; /* 初始位置在页面顶部之外 */
    left: 50%; /* 水平居中 */
    transform: translateX(-50%); /* 水平居中 */
    width: 300px; /* 宽度 */
    transition: top 0.5s ease-in-out; /* 过渡动画 */
    z-index: 9999; /* 确保警告框在其他内容之上 */
    padding: 1rem; /* 内边距 */
    border-radius: 4px;
    display: flex !important;
    align-items: center;
}
.self_alert.alert-success {
    color: rgba(82, 204, 111, 1) !important;
    background-color: #f5fdf7 !important;
    border: 1px solid rgba(221, 250, 228, 1) !important;
    background-image: unset !important;
}
.self_alert.alert-error {
    color: rgba(255, 37, 37, 1) !important;
    background-image: unset !important;
    background-color: #fff8f8 !important;
    text-align: center !important;
    border: 1px solid rgba(255, 179, 179, 1) !important;
}
.self_alert.alert-warn {
    color: rgba(255, 98, 0, 1) !important;
    background-color: #fffaf7 !important;
    border: 1px solid rgba(255, 201, 166, 1) !important;
    background-image: unset !important;
}
.self_alert img {
    width: 24px;
    height: 24px;
    margin: 0 5px;
}
.self_alert.show {
    top: 50px; /* 滑入后的位置 */
}

.handle_self_img {
    width: 14px;
    height: 14px;
    margin: 0 8px 3px 0;
    transition: all 0.5s;
    display: inline-block;
}
.very-middle .clickable.collapsed .handle_self_img {
    transform: rotate(0deg);
}
.very-middle .clickable[aria-expanded="true"] .handle_self_img {
    transform: rotate(90deg);
}
.very-middle .static-table.very-middle table tbody tr td {
    vertical-align: middle;
}
.very-middle .switch {
    display: block;
    margin: 0;
}

.pt-0 {
    padding-top: 0;
}

.pv-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.link_list {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 14px;
}
.link_list a {
    font-size: 13px;
    color: rgba(80, 85, 89, 1);
    text-decoration: underline;
}

.self_menu .dropdown-menu>li>a {
    padding: 8px 20px;
}
.form-control-a{
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    display: flex;
    align-items: center;
}

textarea.form-control {
    min-height: 80px;
    height: auto;
}

.modal-body .btn {
    font-size: 13px;
}
.label_radio_view label {
    line-height: 1;
    display: flex;
    align-items: center;
}
.label_radio_view input {
    margin: 0 7px 0 0;
}
.btn img.loading {
    animation: spin 5s linear infinite;
    width: 16px;
    height: 16px;
}
@keyframes spin {
    from {
        transform: rotate(0deg); /* 初始角度为0 */
    }
    to {
        transform: rotate(360deg); /* 最终角度为360 */
    }
}
/*上传按钮*/
/* 定义进度条的样式 */
#progress-container {
    width: 220px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    height: 13px;
    bottom: -12px;
    margin: 0 3px;
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
    display: flex;
}
#progress-bar {
    width: 0;
    height: 8px;
    border-radius: 15px;
    background-color: #3291F8;
}
.step-content .head-status span{
    width: 300px;
    text-align: end;

}

.in_card_no_nth {
    padding: 0 5px 10px !important;
}
.content-body .tag-view-list {
    padding: 0 15px 15px;
}
.start_header .form-group .label_title {
    justify-content: flex-start;
    padding-left: 0;
    width: unset;
    min-width: unset;
    padding-right: 15px;
}

.back_off {
    border-radius: 4px;
    background-color: rgba(229, 250, 255, 1);
    color: rgba(0, 199, 255, 1) !important;
    outline: none !important;
    padding: 0px 10px !important;
    height: 30px;
    line-height: 28px;
}
.back_off img {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-right: 5px;
}
.start_header .form-group .now_view {
    justify-content: center;
    padding: 0;
}
.tag-view-show {
    padding: 0 10px 10px !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.middle-header-view.config-head .form-group label {
    max-width: 75px;
    padding-left: 10px;
    min-width: 75px;
}
.form-control[name="date_range_picker"] {
    font-size: 13px;
}
.first_checkbox table tr th:first-child,.first_checkbox table tr td:first-child {
    padding: 12px;
}


.text_modal_down {
    padding: 10px 10px 0;
}
.text_modal_down .text_title {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}
.text_modal_down .text_cont {
    padding: 9px 20px;
}
.text_modal_down .text_cont .text_tab {
    border-bottom: 1px solid #dbdbdb;
}
.text_modal_down .text_tab{
    display: flex;
}
.text_modal_down .text_tab .text_item {
    flex: 1;
    padding: 6px;
}
.text_modal_down .text_tab .text_item a{
    color: #3291f8;
}
.text_modal_down .text_tab .text_item a:hover{
    color: #75b6fc;
}
.content .static-pagination {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    width: 100%;
    justify-content: space-between;
}
.pagination-link .page {
    border: none;
    min-width: unset;
    max-width: unset;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.box-footer {
    border-top: 0;
    padding-top: 0;
}
.down_load_view {
    align-items: center;
}
.down_load_view>a {
    margin-bottom: 5px !important;
}


.new_files_view {
    align-items: unset;
    padding-bottom: 5px;
    margin-left: 45px;
}
.new_files_view .download-label {
    align-items: unset;
    line-height: 20px;
}
.new_files_view .download-label .link_list a {
    line-height: 20px;
}

.input-eyes {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -12px;
}
.input-eyes.eyes-close {
    width: 17px;
    height: 17px;
    top: 50%;
    margin-top: -9px;
    right: 27px;
}
.middle-checkbox.tree-view {
    font-size: 12px;
}
