@font-face {
    font-family: 'dincondensedcregular';
    src: url('/Other/ehr/RedseaPlatform/skins/style/fonts/dincondensed-webfont.woff2') format('woff2'),
    url('/Other/ehr/RedseaPlatform/skins/style/fonts/dincondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'd-din';
    src: url('/Other/ehr/RedseaPlatform/skins/style/fonts/D-DIN/D-DIN-Bold.woff2') format('woff2'),
    url('/Other/ehr/RedseaPlatform/skins/style/fonts/D-DIN/D-DIN-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*所有div 滚动条样式修改*/
div::-webkit-scrollbar {background-color: #f2f4f5;width:10px;height:10px;}
div::-webkit-scrollbar-thumb {background: #cfd1d3;border-radius: 10px;}
div::-webkit-scrollbar-thumb:hover {background: #a8a8a8;}
section::-webkit-scrollbar {background-color: #f2f4f5;width:10px;height:10px;}
section::-webkit-scrollbar-thumb {background: #cfd1d3;border-radius: 10px;}
section::-webkit-scrollbar-thumb:hover {background: #a8a8a8;}
ul::-webkit-scrollbar {background-color: #f2f4f5;width:10px;height:10px;}
ul::-webkit-scrollbar-thumb {background: #cfd1d3;border-radius: 10px;}
ul::-webkit-scrollbar-thumb:hover {background: #a8a8a8;}

/*标准色*/
/*主色*/
/*标题文字*/
/*鼠标划过链接　颜色*/
/*鼠标划过按钮背景　颜色*/
/*辅色*/
/*状态色*/
/*字号*/
/*宽度*/
/*圆角*/
/*背景色*/
/*列表*/
/*表单*/
/*组件重写-----------------------------------------------------*/
/*select2 100% 宽度 高度跟bootstrap 文本框一至*/
.selet2-100 .select2-container {
    width: 100% !important;
}

.selet2-100 .select2-container .select2-selection--single {
    height: 34px;
    border-color: #ccc;
}

.selet2-100 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.selet2-100 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

div[class$="-tools"] .input-group .input-group-addon:first-child {
    background-color: #F3F3F3;
    line-height: 1;
    border-color: #eaedf1;
}

div[class$="-tools"] .input-group .select2-container--default .select2-selection--single {
    border-radius: 0px 4px 4px 0px;
    border-color: #B6B6B6;
}

div[class$="-tools"] .input-group .select2-container .select2-selection--single {
    height: 30px;
    border-color: #eaedf1;
    border-radius: 0px;
}

div[class$="-tools"] .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

div[class$="-tools"] .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

/*bootstrap disabled 背景色*/
.RedSea .form-control[readonly] {
   background-color: #F5F7FA;
   border-color: #E4E7ED !important;
   color: #666;
}

.RedSea input.date.form-control[readonly] {
    background-color: #F5F7FA !important;
}


.RedSea input.date.form-control[readonly][readtype="show"],
.RedSea input.date.form-control[readonly][readtype="hidden"],
.RedSea input.date.form-control[readonly][readtype="required"],
.RedSea input.date.form-control[readonly][readtype="hideRequired"] {
    background-color: #fff !important;
    pointer-events: all;
}

.RedSea .form-control::-webkit-input-placeholder {
    color: #c0c4cc;
    font-size: 13px;
 }

 .RedSea .form-control::-moz-placeholder {
    color: #c0c4cc;
    font-size: 13px;
  }

  .RedSea .form-control::-ms-input-placeholder {
    color: #c0c4cc;
    font-size: 13px;
 }


.RedSea input.form-control {
    border: 1px solid #ddd;
    font-size: 13px;
}


.RedSea .input-sm {
    font-size: 13px;
    
}
.input-sm,
.form-control  {
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
}

/*对common.css 文件的复写-------------------------*/
.RedSea table.table {
    margin-bottom:0px;
    border-collapse:separate;
}

.RedSea table.table thead {
    background-color: #f8f8f8;
    background-image: none;
    background-repeat: repeat;
    border: none;
    filter: none;
}

.padding_5px,
.RedSea .padding_5px{padding: 5px;}
.color_999,
.RedSea .color_999{color: #999999;}

table.table-auto > tbody > tr > td .btn {
    visibility: hidden;
}

table.table-auto > tbody > tr:hover > td .btn {
    visibility:visible;
}

/*订单页面*/
.RedSea .labelText {
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    background: #f3f4f6;
}

.RedSea .c-table {
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 10px;
}

.RedSea .mr10 {
    margin-right: 10px;
}

.RedSea .mr5 {
    margin-right: 5px;
}

.RedSea .a-table tr {
    height: 34px;
}

.RedSea .cust-info-detail {
    margin-top: 5px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 435px;
}

.RedSea .cust-contacter-group .edit {
    display: none;
}

.RedSea .cust-contacter-group:hover .edit {
    display: block;
}

.RedSea .cust-business-group .edit {
    display: none;
}

.RedSea .cust-business-group:hover .edit {
    display: block;
}

.RedSea .info-title {
    border-bottom: solid 2px #e1e5ec;
    height: 40px;
    margin-bottom: 10px;
}
.text-center .form-title>h3{
    font-size: 24px;
}
/*.RedSea .info-title > p {*/
/*    margin-bottom: 0px;*/
/*    display: block;*/
/*    width: 200px;*/
/*    font-size: 15px;*/
/*    float: left;*/
/*    color: #464e63;*/
/*    line-height: 40px;*/
/*    font-weight: bold;*/
/*    padding-left: 10px;*/
/*    border: none;*/
/*}*/

/*.RedSea .info-title > p i {*/
/*    margin-right: 10px;*/
/*    font-size: 24px;*/
/*    vertical-align: middle;*/
/*}*/

/*.RedSea .info-title > em {*/
/*    display: block;*/
/*    margin-left: 200px;*/
/*}*/

.info-title .RedSea-Title-tabs .nav-tabs {
    border: none;
}
.hr-roster-list{height:100%;display: flex;flex-direction: column;}
    /* tab选项卡新风格 */
.redsea-table-list { background-color: #f2f4f5; height: 100%; display: flex;flex-direction: column;}
.redsea-table-list .table-title {font-size: 16px;padding: 15px 20px 0 20px;color: #3D3D3D;margin-bottom: -5px;font-weight: bold;}
.redsea-table-list .table-title i { display: inline-block; margin-right: 10px; width: 24px; height: 24px; text-align: center; color: #fff; line-height: 24px; background-color: #4E8AF9; border-radius: 5px;}
.redsea-table-list .panel-body{ border-radius: 5px; }
.redsea-table-list .page-block { padding: 10px 0!important;}
.redsea-table-list .table-tabs {display: flex;border-bottom: 0;height: 70px;padding: 10px 15px;margin-top: 5px;}
.redsea-table-list .navheader {border-bottom: 0;height: auto;padding: 10px 20px!important;margin: 15px 0 10px!important;border-radius: 10px!important;}
.redsea-table-list .tab-pane .navheader {border-bottom: 0;height: auto;padding: 0px!important;border-radius: 0px!important;}
.redsea-table-list .table-tabs .nav-tabs {border-bottom: none;background-color: #fff;width: 100%;border-radius: 10px;}
.redsea-table-list .table-tabs a {border: none;margin: 0;padding: 15px 10px;margin: 0 10px;color: #333333;}
.redsea-table-list .table-tabs a:link { color: #333333; }
.redsea-table-list .table-tabs a:hover,
.redsea-table-list .table-tabs a:hover span { background: none;  color: #4E8AF9}
.redsea-table-list .table-tabs li.active a,
.redsea-table-list .table-tabs li.active a span{ border: none; position:relative;  color: #4E8AF9 }
.redsea-table-list .table-tabs li.active a:hover { font-weight: 400; color: #4E8AF9}
.redsea-table-list .table-tabs li.active a:after {display: block;content: "";height: 3px;width: 100%;position: absolute;bottom: 0;border-radius: 3px;background-color:#4E8AF9;;margin-left: -2px;width: calc(100% - 16px);}
.redsea-table-list .tab-info span{ margin-left: 10px; color: #666666; /*font-family: 'd-din';*/}
.redsea-table-list .tab-content { height: calc(100% - 70px); flex:1;overflow: hidden; padding: 0 15px 10px 15px;}
.redsea-table-list .table-title + div + .tab-content {height: calc(100% - 80px);}
.redsea-table-list .tab-content .tab-pane { background-color: #fff; border-radius: 10px; height: 100%;}
.redsea-table-list .hrm-right-page-body { height: 100%; overflow: hidden;}
.redsea-table-list .table-content {height: calc(100% - 92px); flex: 1; overflow: hidden; background-color: #fff;padding: 15px 20px 10px 20px;border-radius: 10px;}
.redsea-table-list .tab-pane .table-content { padding: 0; border-radius: 0; height: calc(100% - 64px);}
.redsea-table-list .table-content .fixed-table-content{ clear: both;top: 0px;left: 0px;visibility: visible;height: calc(100% - 45px);}
/*.redsea-table-list .table-content.has-common-search  .pageblock { margin-top: 44px;}*/
.redsea-table-list .table-content.has-common-search  .fixed-table-content { height: calc(100% - 56px);}
.redsea-table-list .tab-pane .table-content .fixed-table-content{ height: calc(100% - 54px); }
.redsea-table-list .table-tabs .nav-tabs .table-title { float: left; padding-top: 13px;}
.redsea-table-list.tabs-card .tab-pane .navheader { padding-top: 5px!important;}
.redsea-table-list.tabs-card .table-tabs {display: flex;height: 100px;padding: 0px 15px 0 15px;margin-top: 5px;}
.redsea-table-list.tabs-card .table-tabs .nav-tabs {border-bottom: none;background-color: transparent;}
.redsea-table-list.tabs-card .table-title { display: block!important;}
.redsea-table-list.tabs-card .table-tabs .nav-tabs .table-title { display: none!important;}
.redsea-table-list.tabs-card .tab-content {height: calc(100% - 110px);}
.redsea-table-list.tabs-card .table-title + div + .tab-content {height: calc(100% - 144px);}
.table-tabs .card-tab-info:before {display: inline-block;content: "";width: 4px; border-radius: 5px; background-color: #4988fdcf;height: 14px;margin-bottom: -2px;margin-right: 5px;}
.redsea-table-list .table-tabs .nav-tabs .card-tab-info { display: none;}
.redsea-table-list.tabs-card .tab-info { display: none;}
.redsea-table-list.tabs-card .nav-tabs{display: flex;width: 100%;border-bottom: none;height: 100%;}
.redsea-table-list.tabs-card .nav-tabs li{flex-shrink: 1;flex-grow: 1;width: 100%;border: 1px solid #ececec;margin: 10px 10px 10px 0px;border-radius: 10px;background-color: #ffffff;height: 80px}
.redsea-table-list.tabs-card .nav-tabs li:last-child{margin-right: 0px;}
.redsea-table-list.tabs-card .nav-tabs li a { border: none; font-family: 'd-din'; font-weight: 400;height: 100%;border: none !important;}
.redsea-table-list.tabs-card .nav-tabs li a:focus,
.redsea-table-list.tabs-card .nav-tabs li a:hover {
    border: none;
}
.redsea-table-list.tabs-card .nav-tabs li:hover {border: 1px solid #4e8af996;}
.redsea-table-list.tabs-card .nav-tabs li.active .tab-info { color: #4E8AF9; }
.redsea-table-list.tabs-card .nav-tabs li.active .tab-info span{ color: #4988fd; }
.redsea-table-list.tabs-card .nav-tabs li.active {border: 2px solid #4e8af996;box-shadow: 0 0 10px #4e8af94a;}
.redsea-table-list.tabs-card .table-tabs li.active a:after { display: none;}
.redsea-table-list.tabs-card .nav-tabs .card-tab-info { font-size: 14px; color: #666666; display: block;}
.redsea-table-list.tabs-card .nav-tabs li .tab-info p { padding-left: 0}
.redsea-table-list.tabs-card .nav-tabs .card-tab-info span{font-size: 28px;color: #333;font-weight: bold; margin-right: 5px;}
.redsea-table-list.tabs-card .nav-tabs a:hover,.tabs-card .nav-tabs li.active a { background:none; border: none;}

.rs-page-container.main-layout .navheader {
    padding-top: 0;
}
.rs-page-container.main-layout .hrm-right-page-body {
    padding: 0;
}
.rs-page-container.main-layout .list-table-content {
  height: calc(100vh - 221px);
}
.rs-page-container.main-layout .pageblock .page-block {
    padding-bottom: 0;
}
.rs-page-container.main-layout .data-list .vxe-toolbar {
    padding-top: 0;
}

.RedSea .info-title > p.line-2px {
    border-bottom: solid 2px #00a0f0;
    width: auto;
    padding-right: 20px;
}

/*花名册*/
.RedSea .table-view,
.table-view{
    border: none;
    border-top: 1px solid #E8E9EB;
    border-left: 1px solid #E8E9EB;
    margin-bottom:15px;
}

.RedSea .table-view td {
    padding: 5px;
    height: 40px;
}

.RedSea .table-view td:first-child {
    text-align: right;
    color: #666;
    font-size: 13px;
}

.RedSea .table-view .title {
    text-align: right;
    color: #666;
    font-size: 13px;
}

.RedSea .modal-body .table-view td:first-child {
    text-align: right;
    color: #666;
    font-size: 13px;
}

.RedSea .modal-body .table-view .title {
    text-align: right;
    color: #666;
    font-size: 13px;
}

.RedSea .modal-header h4 {
    font-size: 18px;
}

.RedSea .red1 {
    color: #FF3B30;
}

.RedSea table.table-auto:after {
    width: auto;
}

.RedSea table.table-center {
    text-align: center;
}

.RedSea table.table thead .sorting,
.RedSea table.table thead .sorting_asc,
.RedSea table.table thead .sorting_desc,
.RedSea table.table thead .sorting_asc_disabled,
.RedSea table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

.RedSea table.table thead .sorting {
    background: url('/RedseaPlatform/skins/images/sort_both.png') no-repeat center right;
    background-color: #F8F8F9;
    padding-right: 20px;
}

.RedSea table.table thead .sorting_asc {
    background: url('/RedseaPlatform/skins/images/sort_asc.png') no-repeat center right;
    background-color: #F8F8F9;
    padding-right: 20px;
}

.RedSea table.table thead .sorting_desc {
    background: url('/RedseaPlatform/skins/images/sort_desc.png') no-repeat center right;
    background-color: #F8F8F9;
    padding-right: 20px;
}

.RedSea table.table thead .sorting_asc_disabled {
    background: url('/RedseaPlatform/skins/images/sort_asc_disabled.png') no-repeat center right;
    background-color: #F8F8F9;
    padding-right: 20px;
}

.RedSea table.table thead .sorting_desc_disabled {
    background: url('/RedseaPlatform/skins/images/sort_desc_disabled.png') no-repeat center right;
    background-color: #F8F8F9;
    padding-right: 20px;
}

.RedSea table.dataTable th:active {
    outline: none;
}

.RedSea .table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 3px 10px;
    height: 44px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
}

/*表格编辑样式*/
.RedSea .table-edit {
    margin-top: 0px;
}

.RedSea .table-edit td {
    padding: 5px 5px 5px 10px;
}

.RedSea .table-edit tr:first-child td {
    padding-top: 15px;
}

.RedSea .table-edit .left {
    text-align: left;
    color: #555555;
}

.RedSea .table-edit .right {
    text-align: right;
    color: #555555;
    font-size: 13px;
}

.RedSea .table-edit .ws input,
.table-edit .ws select,
.table-edit .ws textarea {
    width: 150px;
}

.RedSea .table-edit .wm input,
.table-edit .wm select,
.table-edit .wm textarea {
    width: 250px;
}

.RedSea .table-edit .wl input,
.table-edit .wl select,
.table-edit .wl textarea {
    width: 350px;
}

/*高度*/
.RedSea .table-edit .hs input,
.table-edit .hs select,
.table-edit .hs textarea {
    height: 50px;
}

.RedSea .table-edit .hm input,
.table-edit .hm select,
.table-edit .hm textarea {
    height: 100px;
}

.RedSea .table-edit .hl input,
.table-edit .hl select,
.table-edit .hl textarea {
    height: 150px;
}

.RedSea .table-block {
    background: #f9f9f9;
    border: 1px solid #cccccc;
}
.RedSea .table-block > div{
    color: #666!important;
}

.RedSea .table-edit .table-btn {
    height: 60px;
    line-height: 60px;
}

.RedSea .table-edit .table-btn .btn {
    margin-right: 10px;
}

.RedSea .table-edit .col-xs-1,
.col-xs-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-xs-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-xs-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-xs-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-xs-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-xs-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-xs-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-xs-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-xs-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-xs-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-xs-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-xs-12,
.col-md-12,
.col-lg-12 {
    padding: 0;
}

.pd-10 {
    padding: 10px;
}
.pd-10-20 {
    padding: 10px 20px;
}
.pdl-10 {
    padding-left: 10px;
}

.pdl-20 {
    padding-left: 20px;
}

.pdr-10 {
    padding-right: 10px;
}

.pdr-20 {
    padding-right: 20px;
}

.pd-20 {
    padding: 20px;
}

.pdl-20 {
    padding-left: 20px;
}

.pdr-20 {
    padding-right: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.mgl-10 {
    margin-left: 10px;
}

.mgr-10 {
    margin-right: 10px;
}

.mgt-5 {
    margin-top: 5px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgl-20 {
    margin-left: 20px;
}

.mgr-20 {
    margin-right: 20px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

.cursor {
    cursor: pointer;
}

/*老的字体*/
.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.number0 {
    color: #999;
    font-weight: 600;
}

.number1 {
    color: #f00;
    font-weight: 600;
}

.number2 {
    color: #dad80a;
    font-weight: 600;
}

.number3 {
    color: #f47a55;
    font-weight: 600;
}

.number4 {
    color: #f7af49;
    font-weight: 600;
}

.number5 {
    color: #093;
    font-weight: 600;
}

.number6 {
    color: #BC52EA;
    font-weight: 600;
}

.number7 {
    color: #9AD430;
    font-weight: 600;
}

.number8 {
    color: #818CFF;
    font-weight: 600;
}

.number9 {
    color: #71C89E;
    font-weight: 600;
}

.number10 {
    color: #F14747;
    font-weight: 600;
}

.number11 {
    color: #81CBF8;
    font-weight: 600;
}

.forum-badge {
    background: none repeat scroll 0 0 #f9f9f7;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #aaaaaa;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}

.forum-badge-default {
    background: none repeat scroll 0 0 #777;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}

.forum-badge-primary {
    background: none repeat scroll 0 0 #337ab7;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}

.forum-badge-success {
    background: none repeat scroll 0 0 #5cb85c;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}

.forum-badge-info {
    background: none repeat scroll 0 0 #5bc0de;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}

.forum-badge-warning {
    background: none repeat scroll 0 0 #f0ad4e;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}

.forum-badge-danger {
    background: none repeat scroll 0 0 #d9534f;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}

.circle-default {
    background-color: #777;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    color: #fff;
    border-radius: 50%;
}

.circle-primary {
    background-color: #337ab7;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    color: #fff;
    border-radius: 50%;
}

.circle-success {
    background-color: #5cb85c;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    color: #fff;
    border-radius: 50%;
}

.circle-info {
    background-color: #5bc0de;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    color: #fff;
    border-radius: 50%;
}

.circle-warning {
    background-color: #f0ad4e;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    color: #fff;
    border-radius: 50%;
}

.circle-danger {
    background-color: #d9534f;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    color: #fff;
    border-radius: 50%;
}

.circle-kong-default {
    border: 1px solid #777;
    color: #777;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}

.circle-kong-primary {
    border: 1px solid #337ab7;
    color: #337ab7;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}

.circle-kong-success {
    border: 1px solid #5cb85c;
    color: #5cb85c;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}

.circle-kong-info {
    border: 1px solid #5bc0de;
    color: #5bc0de;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    width: auto;
    height: auto;
    min-width: 22px;
    min-height: 20px;
    font-size: 13px;
}

.circle-kong-warning {
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}

.circle-kong-danger {
    border: 1px solid #d9534f;
    color: #d9534f;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}

.title-T-01 {
    font-size: 16px;
    font-weight: bold;
    color: #464e63;
}

.title-T-01 i {
    margin-right: 10px !important;
    font-size: 24px;
    vertical-align: sub;
}

.title-T-02 {
    padding: 5px;
    border: solid 1px #eee;
    font-size: 16px;
    font-weight: bold;
    color: #464e63;
}

.title-T-02 i {
    margin-right: 10px !important;
    font-size: 24px;
    vertical-align: sub;
}

.title-T-03 {
    font-size: 16px;
    font-weight: bold;
    color: #464e63;
    border-bottom: solid 1px #ccc;
}

.title-T-03 i {
    margin-right: 10px !important;
    font-size: 24px;
    vertical-align: sub;
}

.title-T-03 em {
    padding: 4px 10px !important;
    display: inline-block !important;
    border-bottom: solid 2px #00a0f0;
    margin-bottom: -1px !important;
}

.title-T-04 {
    font-weight: bold;
    border-bottom: solid 1px #f2f4f5;
    color: #00a0f0;
    font-size: 14px;
    padding: 5px;
}

.title-T-05 {
    font-weight: bold;
    border-bottom: solid 1px #d4d4d4;
    font-size: 14px;
    padding: 5px;
    color: #333333;
}

.nav-T2 {
    height: 40px;
    border-bottom: solid 2px #e7e7e7;
    padding-left: 0px;
}

.nav-T2 ul li {
    display: inline-block;
    line-height: 38px;
    padding: 0px 20px;
}

.nav-T2 ul li.active {
    border-bottom: solid 2px #009ada;
}

.nav-T2 ul li.active a {
    color: #494949;
    font-weight: bold;
}

.nav-T2 ul li a {
    color: #828282;
}

.nav-T2 ul li:hover a {
    color: #494949;
    font-weight: bold;
}

.nav-T1 ul {
    text-align: left;
    padding-left: 20px !important;
    display: block;
    border-bottom: solid 1px #dddddd;
    vertical-align: bottom;
}

.nav-T1 ul li {
    cursor: pointer;
    margin-bottom: -1px;
    vertical-align: bottom;
    height: 38px;
    display: inline-block;
    background-color: #f3f3f3;
    padding: 0px 20px !important;
    margin-top: 6px;
    line-height: 38px;
    margin-right: -4px;
    border: solid 1px #eeeeee;
    border-bottom-color: #ddd;
}

.nav-T1 ul li:hover {
    background-color: #fff;
}

.nav-T1 ul li a {
    color: #838383;
}

.nav-T1 ul li:hover a {
    color: #119ed4;
}

.nav-T1 ul li.active {
    height: 44px;
    line-height: 44px;
    padding-top: 0px;
    border: solid 1px #dddddd;
    border-bottom: solid 1px #fff;
    background-color: #fff;
}

.nav-T1 ul li.active a {
    color: #119ed4;
}

/*红海命名空间------------------------------------------------*/
.text-gray-01 {
    color: #222;
}

.text-gray-02 {
    color: #333;
}

.text-gray-03 {
    color: #555;
}

.text-gray-04 {
    color: #777;
}

.text-gray-05 {
    color: #aaa;
}

.text-gray-06 {
    color: #eee;
}

.text-color-01 {
    color: #337ab7;
}

.text-color-02 {
    color: #5cb85c;
}

.text-color-03 {
    color: #5bc0de;
}

.text-color-04 {
    color: #f0ad4e;
}

.text-color-05 {
    color: #d9534f;
}

.RedSea {
    font-family: LarkEmojiFont,LarkChineseQuote,-apple-system,BlinkMacSystemFont,Helvetica Neue,Tahoma,PingFang SC,Microsoft Yahei,Arial,Hiragino Sans GB,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji;
}

.bodybg {
    background: #f3f4f6;
}

.RedSea a {
    text-decoration: none;
    cursor: pointer;
    color: #4e8af9;
}
.RedSea a:link{
    color: #4e8af9;
}
.RedSea .dropdown-menu a:link{
    color:#333
}
.RedSea a:hover {
    color: #eb9316;
}
.newIndex2-desktop-L2 ul li a{color:#5983cb!important}

.newIndex2-desktop-L2 a:focus{
    outline:none;
}

.RedSea h1,
.RedSea h2,
.RedSea h3,
.RedSea h4,
.RedSea h5,
.RedSea h6 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}


.RedSea dl,
.RedSea dt,
.RedSea dd,
.RedSea ul,
.RedSea li,
.RedSea em,
.RedSea s,
.RedSea i,
.RedSea b
{
    padding: 0px;
    margin: 0px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    list-style: none;
}
/*富文本编辑器删除线显示*/
.RedSea .new-editor .editor-content s,.RedSea .Process-approval-B .remark s {text-decoration:line-through}

.RedSea .edui-container b{
    font-weight: bold ;
}
.RedSea .edui-container i{
    font-style:italic;
}

.RedSea dl,
.RedSea dt,
.RedSea dd {
    display: block;
}

/*区域背景*/
.RedSea-Body-1 {
    background-color: #ffffff;
}

.RedSea-Body-2 {
    background-color: none;
}

.RedSea-Body-3 {
    padding: 20px;
    overflow-y: hidden;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    margin: 20px auto;
    box-shadow: -2px -2px 7px #cccccc;
    width: 990px;
}

.RedSea-Body-4 {
    padding: 20px;
    overflow-y: hidden;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    margin: 20px auto;
    width: 990px;
}

/*线框按钮*/
.RedSea .but-border {
    border-color: #E1E5EC;
    color: #606266;
    background-color: #ffffff;
}

.RedSea .but-border:hover {
    border-color: #C6E2FF;
    color: #409EFF;
    background-color: #ECF5FF;
}

/*实体按钮*/
.RedSea .but-Block {
    border-color: #00a0f0;
    color: #ffffff;
    background-color: #00a0f0;
}

.RedSea .but-Block:hover {
    border-color: #0b6f8d;
    color: #ffffff;
    background-color: #0b6f8d;
}

/*性别图标色*/
.RedSea .icon-xingzuonan {
    font-size: 20px;
    color: #5388ff;
}

.RedSea .icon-xingzuonv {
    font-size: 20px;
    color: #ec433a;
}

/*列表标题1*/
.RedSea-Title-1 {
    height: 45px;
    padding: 5px;
    padding-left: 0px;
    /*min-width: @list-min-width;*/
    width: 100%;
    background-color: #ffffff;
}

.RedSea-Title-1-text {
    width: auto;
    font-size: 15px;
    float: left;
    color: #464e63;
    line-height: 30px;
    font-weight: normal;
}

.RedSea-Title-1-text .glyphicon {
    font-size: 16px;
    margin-top: -4px;
}

.RedSea-Title-1-text > span {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

.RedSea-Title-1-tools {
    float: left;
    margin-left: 20px;
}

/*列表标题2*/
.RedSea-Title-2 {
    height: 85px;
    padding: 10px;
    min-width: 1000px;
    background-color: #ffffff;
}

.RedSea-Title-2-tools {
    height: 30px;
}

/*列表标题2 拼音列表*/
.RedSea-Title-2-pyLink {
    margin-top: 10px;
}

.RedSea-Title-2-pyLink > span {
    color: #00a0f0;
    margin-right: 10px;
}

.RedSea-Title-2-pyLink > a {
    border: #ebebeb solid 1px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    font-size: 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5px;
    text-decoration: none;
    font-style: normal;
}

.RedSea-Title-2-pyLink > a:hover {
    background-color: #00a0f0;
    border-color: #00a0f0;
    color: #ffffff;
}

.RedSea-Title-2-pyLink > a.pyLink-sel {
    color: #00a0f0;
}

.RedSea-Title-2-pyLink > a:hover.pyLink-sel {
    color: #ffffff;
}

/*列表标题3*/
.RedSea-Title-tabs .nav-tabs li {
    margin-bottom: -1px;
}

.RedSea-Title-tabs .nav-tabs li a {
    font-size: 14px;
    color: #333;
    font-weight:500;
}
.RedSea-Title-tabs .nav-tabs li .num{ display:inline-block; font-weight:normal; font-size:12px; height:18px; line-height:16px; border-radius:10px; background:#e7505a; color:#fff; margin-left:5px; padding:0 8px;}
.RedSea-Title-tabs .nav-tabs li a:hover {
    color: #555;
}

.RedSea-Title-tabs .nav-tabs li.active a {
   color: #4e8af9;
   font-weight: 500;
   outline: none;
}

.RedSea-Title-3 {
    min-width: 1000px;
    background-color: #ffffff;
}


.RedSea-Title-3-text {
    width: 180px;
    font-size: 15px;
    float: left;
    color: #464e63;
    line-height: 35px;
    font-weight: bold;
    padding-left: 10px;
}

.RedSea-Title-3-text > span {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

.RedSea-Title-3-tools {
    height: 40px;
}

/*li--列表隔行换色*/
.RedSea-list-striped > li:nth-child(odd) {
    background-color: #f9f9f9;
}

/*列表表格1*/
.RedSea-list-1 {
    /*min-width: @list-min-width;*/
    width: 100%;
}

.hr-staff-info-content .hr-staff-info-content-R .RedSea-list-1{
    width: 100%;
}
.hr-staff-info-content .hr-staff-info-content-R .RedSea-list-1.RedSea-list-1-overflowAuto .hr-module-div table{
    table-layout: auto !important;
}

.RedSea-list-1 table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: separate;
}

.list-table-content table th,
.list-table-content table td {
    text-align: left;
}

.list-table-content table tr th:nth-child(1),
.list-table-content table tr th:nth-child(2),
.list-table-content table tr td:nth-child(1),
.list-table-content table tr td:nth-child(2){
    text-align: center;
}

.list-table-content table tr td[field="operat"] {
    text-align: center;
    min-width:140px;
}

.list-table-content table tr td[field="operat"] .datagrid-cell {
    width:100%;
}

.list-table-content table tr td[field="operat"] .datagrid-cell span:first-child {
    margin:0 auto;
}

.RedSea-list-1 table .old-list-thead tr th:nth-child(1),
.RedSea-list-1 table .old-list-thead tr th:nth-child(2),
.RedSea-list-1 table .old-list-tbody tr td:nth-child(1),
.RedSea-list-1 table .old-list-tbody tr td:nth-child(2){
    text-align: left;
}

.RedSea-list-1 table.table th {
    font-size: 13px;
    color: #464e63;
    font-weight: normal;
}

.RedSea-list-1 table.table td {
    height: 44px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.RedSea-list-1 table.table td.acur{ background: #eaf6fe;}
.RedSea-list-1 table.table tr .editbut button {
    visibility: hidden;
}

.RedSea-list-1 table.table tr:hover .editbut button {
    visibility: visible;
}

.RedSea-list-1 .table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.RedSea-list-1 table > tbody > tr:hover {
    background-color: #F5F7FA;
}

/*列表表格2*/
.RedSea-list-2 {
    min-width: 1000px;
}

.RedSea-list-2 > ul > li {
    box-sizing: border-box;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 5px;
    padding: 10px;
}

.RedSea-list-2 > ul > li:hover {
    background-color: #f9f9f9;
}

.RedSea-list-2 > ul > li dl dt {
    width: 90px;
    float: left;
}

.RedSea-list-2 > ul > li dl dt em {
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 25px;
    border: solid 1px #ebebeb;
    border-radius: 50%;
}

.RedSea-list-2 > ul > li dl dt em img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.RedSea-list-2 > ul > li dl dt i {
    display: block;
    float: left;
    width: 20px;
    padding-top: 15px;
}

.RedSea-list-2 > ul > li dl dd {
    margin-left: 95px;
    position: relative;
    overflow: hidden;
}

.RedSea-list-2 > ul > li dl dd h1 {
    margin-top: 5px;
    color: #333333;
}

.RedSea-list-2 > ul > li dl dd h1 span {
    margin-right: 10px;
    font-weight: bold;
}

.RedSea-list-2 > ul > li dl dd h1 .color-main {
    color: #00a0f0;
}

.RedSea-list-2 > ul > li dl dd h2 {
    margin-top: 10px;
    color: #555555;
    font-size: 12px;
}

.RedSea-list-2 > ul > li dl dd h2 span {
    margin-right: 10px;
}

.RedSea-list-2 > ul > li dl dd h2 span i {
    font-size: 14px;
    color: #dddddd;
    margin-right: 10px;
}

.RedSea-list-2 > ul > li dl dd h3 {
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
}

.RedSea-list-2 > ul > li:hover dl dd h3 {
    display: block;
}

/*列表表格3*/
.RedSea-list-3 {
    min-width: 1000px;
}

.RedSea-list-3 > ul > li {
    box-sizing: border-box;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 5px;
    padding: 10px;
}

.RedSea-list-3 > ul > li:hover {
    background-color: #f9f9f9;
}

.RedSea-list-3 > ul > li dl dt {
    width: 50px;
    float: left;
    margin-left: 5px;
}

.RedSea-list-3 > ul > li dl dt em {
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    display: block;
    width: 50px;
    height: 50px;
    border: solid 1px #ebebeb;
    border-radius: 50%;
}

.RedSea-list-3 > ul > li dl dt em img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.RedSea-list-3 > ul > li dl dt span {
    margin-top: 6px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #00a0f0;
}

.RedSea-list-3 > ul > li dl dd {
    margin-left: 65px;
    position: relative;
    overflow: hidden;
}

.RedSea-list-3 > ul > li dl dd h1 {
    margin-top: 15px;
    color: #333333;
}

.RedSea-list-3 > ul > li dl dd h1 i {
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    border: solid 1px #ebebeb;
}

.RedSea-list-3 > ul > li dl dd h1 span {
    margin-right: 10px;
    font-weight: bold;
}

.RedSea-list-3 > ul > li dl dd h1 .color-main {
    color: #00a0f0;
}

.RedSea-list-3 > ul > li dl dd h2 {
    margin-top: 15px;
    color: #555555;
    font-size: 12px;
}

.RedSea-list-3 > ul > li dl dd h2 span {
    margin-right: 10px;
}

.RedSea-list-3 > ul > li dl dd h2 span i {
    font-size: 14px;
    color: #dddddd;
    margin-right: 10px;
}

.RedSea-list-3 > ul > li dl dd h3 {
    position: absolute;
    right: 10px;
    top: 25px;
    display: none;
}

.RedSea-list-3 > ul > li:hover dl dd h3 {
    display: block;
}

/*列表表格4*/
.RedSea-list-Division {
    background-color: #f3f4f6;
    height: 5px;
    margin: 10px -10px 0px -10px;
}

.RedSea-list-4 ul {
    padding: 0px 10px;
}

.RedSea-list-4 ul li.linoline {
    border-bottom: solid 2px #464e63;
    padding-bottom: 0px;
    margin: 20px 0px 5px 0px;
}

.RedSea-list-4 ul li {
    border-bottom: solid 1px #f3f4f6;
    overflow: hidden;
    padding: 0px 5px;
}

.RedSea-list-4 ul li h1 {
    color: #464e63;
    font-size: 15px;
    padding: 5px;
}

.RedSea-list-4 ul li h2 {
    line-height: 36px;
    width: 70%;
    box-sizing: border-box;
    float: left;
}

.RedSea-list-4 ul li h2 i {
    width: 36px;
    float: left;
}

.RedSea-list-4 ul li h2 em {
    width: 36px;
    float: left;
    line-height: 36px;
}

.RedSea-list-4 ul li h2 .icon-mail {
    color: #eb9316;
}

.RedSea-list-4 ul li h2 .icon-mailopen {
    color: #dddddd;
}

.RedSea-list-4 ul li h2 b {
    width: 80px;
    float: left;
    color: #555555;
}

.RedSea-list-4 ul li h2 s {
    float: left;
    color: #dddddd;
}

.RedSea-list-4 ul li h2 s a {
    color: #dddddd;
}

.RedSea-list-4 ul li h2 s a:hover {
    color: #464e63;
}

.RedSea-list-4 ul li h3 {
    line-height: 36px;
    width: 30%;
    box-sizing: border-box;
    float: right;
}

.RedSea-list-4 ul li h3 b {
    width: 80px;
    float: right;
    text-align: right;
    color: #464e63;
}

.RedSea-list-4 ul li h3 s {
    width: 150px;
    float: right;
    text-align: right;
    color: #dddddd;
}

/*列表表格5*/
.RedSea-list-5 {
    overflow: hidden;
}

.RedSea-list-5 .RedSea-list-5-t {
    border-bottom: #cccccc solid 1px;
    line-height: 30px;
}

.RedSea-list-5 .RedSea-list-5-t > span {
    border-bottom: #00a0f0 solid 1px;
    line-height: 30px;
    display: inline-block;
}

.RedSea-list-5-col4 > li {
    width: 25%;
}

.RedSea-list-5-col2 > li {
    width: 50%;
}

.RedSea-list-5 ul {
    margin-top: 20px;
    margin-right: -20px;
    margin-bottom: -20px;
    overflow: hidden;
}

.RedSea-list-5 ul li {
    float: left;
    padding: 10px 20px 0px 0px;
}

.RedSea-list-5 ul li > dl {
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding-bottom: 10px;
    position: relative;
}

.RedSea-list-5 ul li > dl h1 span {
    font-weight: bold;
}

.RedSea-list-5 ul li > dl:hover {
    border-color: #6895E2;
}

.RedSea-list-5 ul li > dl > h1 {
    margin-bottom: 5px;
    color: #555;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
    background-color: #f9f9f9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.RedSea-list-5 ul li > dl > h1 i {
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #555;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.RedSea-list-5 ul li > dl > h2 {
    min-height: 60px;
    font-size: 12px;
    color: #708090;
    padding: 0 10px;
}

.RedSea-list-5 ul li > dl > h3 {
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.RedSea-list-5 ul li > dl > h3 .btn-group {
    float: right;
}

.RedSea-list-5 .color-1 {
    color: #245580;
    border-color: #245580;
}

.RedSea-list-5 .color-2 {
    color: #3e8f3e;
    border-color: #3e8f3e;
}

.RedSea-list-5 .color-3 {
    color: #2aabd2;
    border-color: #2aabd2;
}

.RedSea-list-5 .color-4 {
    color: #eb9316;
    border-color: #eb9316;
}

/*列表表格6*/
.RedSea-list-6 {
    overflow: hidden;
}

.RedSea-list-6 ul li {
    width: 260px;
    float: left;
    overflow: hidden;
    min-height: 24px;
    padding: 10px 0px;
}

.RedSea-list-6 ul li dl {
    cursor: pointer;
    margin-right: 20px;
    background-color: #ffffff;
    border-radius: 3px;
}

.RedSea-list-6 ul li dl:hover {
    box-shadow: 5px 5px 7px #cccccc;
}

.RedSea-list-6 ul li a:hover {
    color: #555555;
}

.RedSea-list-6 ul li a {
    color: #555555;
}

.RedSea-list-6 ul li dl dt {
    padding: 20px 10px 10px 10px;
}

.RedSea-list-6 ul li dl dt em {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 110px;
}

.RedSea-list-6 ul li dl dt em span {
    position: absolute;
    top: 0px;
    display: block;
    text-align: center;
    line-height: 110px;
    width: 110px;
}

.RedSea-list-6 ul li dl dt s {
    text-align: center;
    display: block;
    padding-top: 5px;
}

.RedSea-list-6 ul li dl dd {
    background-color: #00a0f0;
    padding: 10px;
    min-height: 60px;
    border-radius: 0px 0px 3px 3px;
}

.RedSea-list-6 ul li dl dd i {
    width: 40px;
    float: left;
    display: block;
}

.RedSea-list-6 ul li dl dd s {
    width: 40px;
    float: right;
    display: block;
}

.RedSea-list-6 ul li dl dd em {
    margin: 0px 45px 0px 45px;
    display: block;
    padding-top: 18px;
}

.RedSea-list-6 ul li dl dd em .progress {
    height: 4px;
}

.RedSea-list-6 ul li dl dd i span,
.RedSea-list-6 ul li dl dd s span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

/*列表表格7*/
.RedSea-list-7 li {
    display: block;
}

.RedSea-list-7 li dl {
    display: block;
    position: relative;
}

.RedSea-list-7 li dt {
    padding: 10px;
    text-align: right;
    display: block;
    width: 100px;
    float: left;
    border-right: solid 1px #00a0f0;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.RedSea-list-7 li dt em {
    position: relative;
    display: block;
}

.RedSea-list-7 li dt span {
    color: #00a0f0;
    margin-right: 10px;
}

.RedSea-list-7 li dt i {
    position: absolute;
    top: 0px;
    right: -17px;
    color: #00a0f0;
}

.RedSea-list-7 li dd {
    display: block;
    margin-left: 120px;
    overflow: hidden;
}

.RedSea-list-7 li dd h1 {
    display: block;
    padding: 0px;
    background-color: #ffffff;
}

.RedSea-list-7 li dd h1 span {
    display: block;
    width: 80px;
    height: 60px;
    float: left;
    background-color: #cccccc;
}

.RedSea-list-7 li dd h1 span i {
    display: block;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    font-size: 18px;
}

.RedSea-list-7 li dd h1 span b {
    display: block;
    text-align: center;
    color: #ffffff;
}

.RedSea-list-7 li dd h1 em {
    display: block;
    margin-left: 80px;
    border-bottom: solid 1px #f3f4f6;
    padding: 10px;
    line-height: 35px;
    font-size: 18px;
}

.RedSea-list-7 li dd h1 em a {
    float: right;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #00a0f0;
    line-height: 24px;
    padding: 0px 10px;
    margin-top: 5px;
}

.RedSea-list-7 li dd h2 {
    display: block;
    padding: 0px;
    margin-bottom: 30px;
    position: relative;
}

.RedSea-list-7 li dd h2 span {
    display: block;
    width: 80px;
    float: left;
    background-color: #ebebeb;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.RedSea-list-7 li dd h2 em {
    display: block;
    margin-left: 80px;
    padding: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

.RedSea-list-7 li dd h2 em s {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
    color: #555555;
    line-height: 30px;
}

.RedSea-list-7 li dd h2 em i {
    margin-right: 5px;
}

.RedSea-list-7 li h3 {
    text-align: center;
    padding: 5px;
    margin: 10px;
    width: 190px;
    border-radius: 5px;
    background-color: #cccccc;
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
}

.RedSea-list-8-l {
    min-height: 500px;
    width: 200px;
    float: left;
    background-color: #ffffff;
    padding: 10px;
}

.RedSea-list-8-r {
    min-height: 500px;
    margin-left: 210px;
    background-color: #ffffff;
    padding: 10px;
}

.RedSea-list-8-l li em {
    margin-left: 10px;
}

.RedSea-list-8-l li {
    border-bottom: dotted 1px #f3f4f6;
    padding: 5px;
    cursor: pointer;
}

.RedSea-list-8-r li {
    border-bottom: dotted 1px #f3f4f6;
    padding: 5px;
}

.RedSea-list-9 {
    background-color: #fff;
    padding: 10px;
}

.RedSea-list-9 ul {
    display: block;
}

.RedSea-list-9 ul li {
    display: block;
    width: 33.33%;
    float: left;
}

.RedSea-list-9 ul li dl {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 3px;
    border: solid 1px #aec1d8;
    min-height: 145px;
}

.RedSea-list-9 ul li dl dt {
    display: block;
    width: 100px;
    float: left;
}

.RedSea-list-9 ul li dl dt img {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 10px;
}

.RedSea-list-9 ul li dl dt span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.RedSea-list-9 ul li dl dd {
    display: block;
    margin-left: 110px;
}

.RedSea-list-9 ul li dl dd h1 {
    display: block;
    color: #333;
    font-size: 14px;
}

.RedSea-list-9 ul li dl dd h2 {
    display: block;
    color: #333;
    font-size: 12px;
    margin-top: 13px;
}

.RedSea-list-9 ul li dl dd h3 {
    display: block;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
}

.RedSea-list-9 ul li dl dd h4 {
    display: block;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
}

.RedSea-list-9 ul li dl dd h5 {
    display: block;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}

.RedSea-list-9 ul li dl dd h5 a {
    margin-left: 10px;
    display: none;
}

.RedSea-list-9 ul li dl:hover dd h5 a {
    display: inline-block;
}

.redcheck {
    display: none;
    top: -8px;
    left: -8px;
    position: absolute;
    color: #36c6d3;
    border: solid 2px #36c6d3;
    background-color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

.redcheck input {
    display: none;
}

/*列表foot1*/
.RedSea-Foot-1 {
    /*min-width: @list-min-width;*/
    width: 100%;
}

/*分页1*/
.RedSea-page-1 {
    text-align: center;
    color: #333333;
    background-color: #ffffff;
    padding: 10px;
}

.RedSea-page-1 dt {
    display: inline-block;
    vertical-align: top;
}

.RedSea-page-1 dt a {
    border-radius: 3px;
    padding: 2px;
    display: inline-block;
    border: #00a0f0 solid 1px;
    margin-right: 10px;
    min-width: 26px;
    font-size: 14px;
    line-height: 24px;
}

.RedSea-page-1 dt a:first-child,
.RedSea-page-1 dt a:last-child {
    padding-left: 10px;
    padding-right: 10px;
}

.RedSea-page-1 dt a:first-child span {
    margin-right: 5px;
}

.RedSea-page-1 dt a:last-child span {
    margin-left: 5px;
}

.RedSea-page-1 dt a:hover {
    background-color: #00a0f0;
    color: #ffffff;
}

.RedSea-page-1 dd {
    display: inline-block;
    vertical-align: top;
}

.RedSea-page-1 dd:nth-child(3) span {
    line-height: 30px;
}

/*分页2*/
.RedSea-page-2 {
    color: #333333;
    background-color: #ffffff;
    padding: 10px;
}

.RedSea-page-2 dt {
    display: inline-block;
    vertical-align: top;
}

.RedSea-page-2 dt nav {
    height: 30px;
}

.RedSea-page-2 dt a {
    padding: 2px;
    display: inline-block;
    min-width: 26px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.RedSea-page-2 dt a:hover {
    background-color: #fff;
}

.RedSea-page-2 dd {
    display: inline-block;
    vertical-align: top;
}

.RedSea-page-2 dd:nth-child(3) span {
    line-height: 30px;
}

.RedSea-page-2 .pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius:0px;
}

.RedSea-page-2 .pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*左边菜单1*/
.RedSea-row-l {
    width: 180px;
    float: left;
}

.RedSea-row-r {
    margin-left: 190px;
}




/*填写页面*/
.RedSea-form .dropdown .btn {
    border: none;
    box-shadow: none;
    width: 100%;
}

.RedSea-form .dropdown span.caret {
    color: #00a0f0;
}

.RedSea-form .date-style span {
    width: 80px;
    display: inline-block;
}

.RedSea-form .date-style i {
    width: 70px;
    display: inline-block;
    border-left: dashed 1px #cccccc;
    padding-left: 5px;
}

.RedSea-form .date-style a {
    color: #dddddd;
}

.RedSea-form .date-style a:hover {
    color: #eb9316;
}

.RedSea-form .date-style a:nth-child(1) {
    width: 80px;
    display: inline-block;
}

.RedSea-form .date-style a:nth-child(2) {
    width: 70px;
    display: inline-block;
    border-left: dashed 1px #cccccc;
    padding-left: 5px;
}

.RedSea-form-total {
    text-align: right;
    padding-right: 10px !important;
}

.RedSea-w700px {
    width: 700px;
}

.RedSea-form-seltap input[type="text"] {
    line-height: 20px;
    width: 100%;
    border: none;
    box-shadow: none;
}

.RedSea-form-seltap dt {
    width: 90px;
    float: left;
    line-height: 30px;
}

.RedSea-form-seltap dd {
    margin-left: 100px;
    line-height: 30px;
}

.RedSea-form-seltap dd em:nth-child(1) span {
    display: inline-block;
    padding: 2px 10px;
    line-height: 20px;
    background-color: #00a0f0;
    color: #ffffff;
    border-radius: 10px;
    margin-right: 5px;
}

.RedSea-form-seltap dd em:nth-child(1) span i {
    margin-left: 5px;
    cursor: pointer;
}

.RedSea-form-seltap dd em:nth-child(2) a {
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
}

.RedSea-form-seltap dd em:nth-child(2) a i {
    margin-right: 5px;
}

.RedSea-form-seltap dd h1 a {
    line-height: 30px;
    color: #555555;
}

.RedSea-form-seltap dd h1 a i {
    margin-right: 5px;
    color: #00a0f0;
}

/*表一*/
.RedSea-form-1 {
    background-color: #ffffff;
}

.RedSea-form-1-tt {
    color: #464e63;
    font-size: 15px;
}

.RedSea-form-1-bd > table {
    width: 100%;
    box-sizing: border-box;
}

.RedSea-form-1-bd > table > thead > tr > th,
.RedSea-form-1-bd > table > tbody > tr > td {
    line-height: 30px;
    padding: 4px 10px;
}

.RedSea-form-1-bd > table > thead > tr > th {
    background-color: #f3f3f3;
}

.RedSea-form-1-ft {
    min-height: 30px;
}

.RedSea-form-1-bd > table > thead > tr > td button {
    line-height: 10px;
}

.RedSea-form-1-bd.Operation {
    text-align: center;
}

/*详情页面1*/
.RedSea-detail-1 {
    padding: 20px;
    overflow: hidden;
}

.RedSea-detail-1-tt {
    font-size: 24px;
    color: #555555;
    text-align: center;
    overflow: hidden;
}

.RedSea-detail-1-bd {
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
    overflow: hidden;
    min-height: 300px;
    font-weight: 600;
    line-height: 24px;
}

.RedSea-detail-1-ti {
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
    overflow: hidden;
    font-weight: 600;
    line-height: 24px;
}

.RedSea-detail-1-ti p {
    text-align: right;
    margin-bottom: 0px;
}

.RedSea-detail-1-fe {
    border-bottom: #f3f4f6 solid 1px;
    padding-bottom: 5px;
}

.RedSea-detail-1-fe a {
    color: #555555;
    margin-right: 10px;
}

.RedSea-detail-1-fe a i {
    margin-right: 5px;
}

.RedSea-detail-1-au {
    text-align: right;
    color: #9e9e9e;
    margin: 5px 0px;
}

.RedSea-detail-1-au em {
    float: left;
}

.RedSea-detail-1-au em span {
    margin-right: 10px;
}

.RedSea-detail-1-au em span i {
    margin-right: 5px;
}

/*详情页面2*/
.RedSea-detail-2 {
    overflow: hidden;
}

.RedSea-detail-2 b {
    font-weight: bold;
}

.RedSea-detail-2-TT {
    overflow: hidden;
}

.RedSea-detail-2-TL {
    width: 50%;
    float: left;
}

.RedSea-detail-2-TL li {
    text-align: left;
}

.RedSea-detail-2-TR li {
    text-align: right;
}

.RedSea-detail-2-TR li:nth-child(2) {
    color: #00a0f0;
    padding: 10px 0px;
}

.RedSea-detail-2-TR li:nth-child(6) {
    padding: 10px 0px;
}

.RedSea-detail-2-TR {
    width: 50%;
    float: right;
}

.RedSea-detail-2-TF {
    text-align: right;
    margin-top: 10px;
}

.RedSea-detail-2-TF2 {
    margin-top: 10px;
}

.RedSea-detail-2-TF2 span {
    display: block;
    padding: 10px;
    border: #ebebeb solid 1px;
    background-color: #f3f4f6;
    border-radius: 5px;
    line-height: 50px;
}

/*详情页面3*/
.RedSea-detail-3 {
    overflow: hidden;
}

.RedSea-detail-3-db1 {
    overflow: hidden;
}

.RedSea-detail-3-db1-L {
    width: 180px;
    float: left;
}

.RedSea-detail-3-db1-L img {
    width: 90px;
    height: 112px;
}

.RedSea-detail-3-db1-L em,
.RedSea-detail-3-db1-L span {
    display: block;
    text-align: center;
}

.RedSea-detail-3-db1-R {
    width: 280px;
    float: right;
}

.RedSea-detail-3-db1-R table {
    font-size: 12px;
}

.RedSea-detail-3-db1-R table font {
    color: red;
}

.RedSea-detail-3-db1-C {
    margin: 0px 280px 0px 190px;
}

.RedSea-detail-3-db1-C-chart {
    min-height: 200px;
}

.RedSea-detail-3-db1-C-form {
    width: 360px;
    margin: 0 auto;
    margin-top: -30px;
}

.RedSea-detail-3-db1-C-form em:nth-child(1) s {
    margin-right: 10px;
}

.RedSea-detail-3-db1-C-form em:nth-child(2) button {
    margin-right: 10px;
}

/*详情页面4*/
.td-style-1 td:first-child {
    background-color: #fff !important;
    text-align: center !important;
}

.td-style-1 th {
    background: #f4f2f2;
    padding: 5px;
}

.td-style-1 th,
.td-style-1 td {
    text-align: center;
}

/*回复列表1*/
.RedSea-Reply-1 {
    padding: 20px;
}

.RedSea-Reply-1-tt {
    border-bottom: #f3f4f6 solid 1px;
    height: 30px;
}

.RedSea-Reply-1-tt span {
    float: left;
    border-bottom: #00a0f0 solid 2px;
    line-height: 28px;
    padding: 0px 10px;
}

.RedSea-Reply-1-bd li {
    overflow: hidden;
    margin-top: 10px;
    border-bottom: #f3f4f6 solid 1px;
    padding-bottom: 10px;
}

.RedSea-Reply-1-bd li dt {
    width: 56px;
    float: left;
}

.RedSea-Reply-1-bd li dt img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-left: 5px;
}

.RedSea-Reply-1-bd li dd {
    margin-left: 70px;
}

.RedSea-Reply-1-bd li dd h1 span {
    margin-right: 10px;
    font-weight: 600;
}

.RedSea-Reply-1-bd li dd h1 em {
    color: #555555;
}

.RedSea-Reply-1-bd li dd h1 b {
    display: inline-block;
    background-color: #c12e2a;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 3px;
    padding: 2px 8px;
}

.RedSea-Reply-1-bd li dd h2 {
    margin-top: 6px;
}

.RedSea-Reply-1-form {
    margin-top: 20px;
}

.RedSea-Reply-1-form-1 textarea {
    width: 100%;
    background-color: #f3f4f6;
    border: none;
    box-shadow: none;
    padding: 10px;
    border-radius: 5px;
}

.RedSea-Reply-1-form-2 {
    text-align: right;
    margin-top: 10px;
}

.RedSea-Reply-1-form-2 button {
    margin-left: 10px;
}

.RedSea-Reply-1-form-3,
.RedSea-Reply-1-form-4,
.RedSea-Reply-1-form-5 {
    border: #f3f4f6 solid 1px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-radius: 5px;
}

.RedSea-Reply-1-form-5 dl dd s {
    margin-right: 10px;
}

/*任务标签*/
.RedSea-task-label .state-lable {
    padding: 0px 5px;
    background-color: #2aabd2;
    border-radius: 5px;
    color: #ffffff;
}

.RedSea-task-label {
    padding: 10px;
}

.RedSea-task-label > ul > li {
    list-style: none;
    background-color: #555555;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 10px;
    width: 260px;
    margin-right: 30px;
    display: inline-block;
}

.RedSea-task-label > ul > li .task-phase-title .icon-chahao {
    font-size: 22px;
    cursor: pointer;
}

.RedSea-task-label > ul > li .add-task-phase {
    cursor: pointer;
    display: inline;
}

.RedSea-task-label > ul > li .phase-title {
    width: 200px;
}

.RedSea-task-label > ul > li .rename {
    font-size: 18px;
    cursor: pointer;
}

.RedSea-task-label > ul > li .add-task-con {
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    padding: 10px;
}

.RedSea-task-label > ul > li .add-task-con textarea {
    width: 100%;
}

.RedSea-task-label > ul > li .RedSea-form-seltap dd {
    display: inline;
    margin-left: 0px;
}

.RedSea-task-label > ul > li .comlepte-task ul li {
    list-style: none;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.RedSea-task-label > ul > li .comlepte-task > ul > li > div:first-child {
    width: 45px;
    text-align: center;
    padding-top: 3px;
}

.RedSea-task-label > ul > li .comlepte-task > ul > li > div:first-child img {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.RedSea-task-label > ul > li .comlepte-task > ul > li .c-task-r {
    width: 180px;
}

.RedSea-task-label > ul > li .comlepte-task > ul > li .c-task-r .time {
    color: #555555;
}

/*文件管理列表*/
.RedSea-file-m-list .action-bar {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px 10px;
}

.RedSea-file-m-list .list-con {
    background-color: #ffffff;
    padding: 10px 0;
}

.RedSea-file-m-list .list-con .list-con-title {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding: 0 10px 10px 15px;
}

.RedSea-file-m-list .list-con .list-con-table > table > thead > tr > th,
.RedSea-file-m-list .list-con .list-con-table > table > tbody > tr > td {
    padding: 10px 0px;
}

.RedSea-file-m-list .list-con .list-con-table > table > thead > tr > th:first-child,
.RedSea-file-m-list .list-con .list-con-table > table > tbody > tr > td:first-child {
    padding-left: 15px;
}

.RedSea-file-m-list .list-con .list-con-table > table > thead > tr > th .th-span {
    color: #cccccc;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

/*右边弹出窗口*/
.RedSea-right-win {
    position: fixed;
    top: 0px;
    right: 2000px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.RedSea-right-win-in {
    right: 0px;
}

.RedSea-right-win-tt {
    position: relative;
    min-height: 50px;
    border-bottom: #f3f4f6 solid 1px;
}

.RedSea-right-win-tt > i {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.RedSea-right-win-tt > dl > dt {
    width: 300px;
    float: left;
}

.RedSea-right-win-tt > dl > dt > em {
    line-height: 50px;
    padding-left: 15px;
    font-size: 18px;
    letter-spacing: 2px;
}

.RedSea-right-win-tt > dl > dt > em span i {
    margin-right: 10px;
}

.RedSea-right-win-tt > dl > dd {
    margin-left: 310px;
}

.RedSea-right-win-tt > dl > dd > em a {
    color: #9e9e9e;
    display: inline-block;
    margin-right: 10px;
    line-height: 48px;
    margin-top: 2px;
    padding: 0px 10px;
    text-align: center;
}

.RedSea-right-win-tt > dl > dd > em a:hover {
    border-bottom: #00a0f0 solid 2px;
    line-height: 46px;
    color: #00a0f0;
}

.RedSea-right-win-tt > dl > dd > em .RedSea-right-win-tt-sel {
    border-bottom: #00a0f0 solid 2px;
    line-height: 46px;
    color: #00a0f0;
}

.RedSea-right-win-bd {
    padding: 10px;
    margin-bottom: 100px;
}

.RedSea-right-win-fd {
    margin-bottom: 100px;
}

/*index1----------------------------*/
.RedSea-index1-navbar {
    min-height: 50px;
    background-color: #00a0f0;
    text-align: center;
}

.RedSea-index1-navbar a {
    color: #ffffff;
    line-height: 50px;
    font-size: 16px;
    margin: 0px 20px;
}

.RedSea-index1-navbar a:hover {
    color: #ffffff;
}

.RedSea-index1-sidebar {
    width: 190px;
    float: left;
    min-height: 600px;
    overflow: hidden;
    background-color: #f3f4f6;
    border-right: #ebebeb solid 1px;
}

.RedSea-index1-main-content {
    margin-left: 190px;
}

.RedSea-index1-breadcrumbs {
    position: relative;
    z-index: auto;
    border-bottom: 1px solid #ebebeb;
    background-color: #f3f4f6;
    min-height: 41px;
    line-height: 40px;
}

.RedSea-index1-page-content {
    min-height: 550px;
    padding: 10px;
}

/*左边菜单*/
.RedSea-index1-sidebar > ul > li {
    border-bottom: #ebebeb solid 1px;
    display: block;
    position: relative;
}

.RedSea-index1-sidebar > ul > li > a {
    color: #555555;
    line-height: 40px;
    display: block;
    padding: 0px 10px;
}

.RedSea-index1-sidebar > ul > li > a > i {
    font-size: 16px;
    margin-right: 10px;
}

.RedSea-index1-sidebar > ul > li > ul {
    display: none;
}

.RedSea-index1-sidebar > ul > li > ul > li {
    position: relative;
    background-color: #ffffff;
    border-bottom: #f3f4f6 dotted 1px;
}

.RedSea-index1-sidebar > ul > li > ul > li > a {
    border-left: #f3f4f6 dotted 1px;
    color: #555555;
    line-height: 40px;
    display: block;
    padding: 0px 10px;
    margin-left: 15px;
}

.RedSea-index1-sidebar > ul > li > ul > li > a > i {
    position: absolute;
    left: 13px;
    line-height: 40px;
}

.RedSea-index1-sidebar > ul > li > ul > li > a:first-child {
    border-bottom: none;
}

.RedSea-index1-sidebar > ul > li .open {
    display: block;
}

.RedSea-index1-sidebar li a b {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 40px;
    font-size: 40px;
    color: #00a0f0;
}

.RedSea-index1-sidebar li a s {
    position: absolute;
    top: 0px;
    right: 18px;
    line-height: 40px;
    font-size: 16px;
    color: #555555;
}

.RedSea-index1-sidebar .active > b {
    display: block;
}

/*面包屑*/
.RedSea-index1-breadcrumbs dt {
    float: left;
    padding-left: 20px;
}

.RedSea-index1-breadcrumbs dt span {
    font-size: 18px;
    margin-right: 5px;
}

.RedSea-index1-breadcrumbs dd span {
    font-size: 14px;
    margin-right: 10px;
    color: #dddddd;
    margin-left: 10px;
}

.RedSea-index1-breadcrumbs dd s {
    line-height: 40px;
    color: #555555;
}

.RedSea-index1-breadcrumbs a {
    line-height: 40px;
}

/*工作流页面*/
.RedSea-work-tools {
    background-color: #ffffff;
    min-width: 1100px;
    border-bottom: 1px solid #ddd;
    height: 50px;
}


.RedSea-work-tools > ul > li > span {
    width: 18;
    height: 28px;
    display: inline-block;
    color: #464e63;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    margin: 3px 3px 3px 3px;
}


.RedSea-work-bd .RedSea-list-5 ul li > dl > h2 {
    min-height: 40px;
}

.RedSea-work-tools{border-bottom:1px solid #eee;}
.RedSea-work-tools > ul > li {font-size: 13px; display: block; float: left;color: #464e63;position: relative;margin-right:30px;cursor: pointer}
.RedSea-work-tools > ul > li>a{color: #333;line-height: 50px}
.RedSea-work-tools > ul > .active::before,.RedSea-work-tools > ul > li:hover::before{content: "";position: absolute;bottom: 1px;left:0px;right: 0px;border-bottom:solid 2px #4e8af9}
.RedSea-work-tools > ul > li.active a,.RedSea-work-tools > ul > li:hover a,.RedSea-work-tools > ul > .active span{color: #4e8af9;font-weight: bold;}
.RedSea-work-tools > ul > li:hover span{color: #39f;}
.red-point{position: relative;}
.red-point::before{content: " ";border: 4px solid red;border-radius:50%;position: absolute;z-index: 1000;right: 0%;margin-right: -5px;margin-top: 3px;}
.hover-menu ul{position: absolute;top: 50px; right: -24px;background-color: white;display: none;border: 1px solid #ddd;z-index: 999;width: 120px;text-align: center;border-radius: 3px;}
.hover-menu ul li{padding:4px 4px}
.hover-menu ul li:hover{background-color:#00A0F0;cursor:pointer;color:white;}

.RedSea-work-bd .RedSea-Title-1 {
    padding: 0px;
    height: 30px;
}

.RedSea-work-bd .RedSea-list-5-t {
    margin: 0px -20px;
}

.RedSea-work-Body-1 {
    margin-bottom: 5px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    min-width: 1100px;
}

.RedSea-work-list-t {
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: solid 1px #ebebeb;
    line-height: 35px;
}

.RedSea-work-list-t span {
    margin-right: 5px;
    margin-left: 10px;
}

.RedSea-work-bd .RedSea-list-5 ul li > dl > h1 {
    font-weight: normal;
}

.RedSea-work-bd .RedSea-list-5 ul li > dl > h2 {
    color: #708090;
    min-height: 80px;
    line-height: 20px;
    text-indent: 25px;
}

.status-normal {
    color: #5cb85c;
}

.status-warning {
    color: #f0ad4e;
}

.status-danger {
    color: #d9534f;
}

.select2-results__options li {
    padding: 2px 5px;
}

.select2-results__options span i {
    color: #eb9316;
    float: right;
    font-size: 12px;
}

/*弹出框*/
.RedSea-pop2 {
    background-color: #ffffff;
    overflow: hidden;
    border: solid 1px #bed7ee;
}

.RedSea-pop2 .RedSea-pop2-tt {
    position: relative;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 10px;
}

.RedSea-pop2-tt .icon-chahao {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}

.RedSea-pop2-tt span {
    font-size: 18px;
    color: #464e63;
}

.RedSea-pop2-tt span i {
    font-size: 24px;
    margin-right: 10px;
}

.RedSea-pop2-bd td {
    padding: 4px;
}

.RedSea-pop2-bd select {
    min-width: 250px;
}

table td.title {
    color: #666;
    font-size: 13px;
    text-align: right;
}

/*头像组件*/
.RedSea-plus-userPhoto li {
    width: 50%;
    float: left;
    padding-bottom: 10px;
}

.RedSea-plus-userPhoto li dl {
    display: block;
    margin-right: 10px;
    min-height: 82px;
    border: solid 1px #eee;
    border-radius: 5px;
    background-color: #fff;
}

.RedSea-plus-userPhoto li dt {
    width: 65px;
    float: left;
}

.RedSea-plus-userPhoto li dt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin: 17px 0px 0px 12px;
}

.RedSea-plus-userPhoto li dd {
    margin-left: 70px;
    padding: 8px;
}

.RedSea-plus-userPhoto li dd h1 {
    display: block;
}

.RedSea-plus-userPhoto li dd h1 span {
    color: #494949;
    font-weight: bold;
}

.RedSea-plus-userPhoto .icon-xingzuonan {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    line-height: 16px;
    text-align: center;
    background-color: #66dfe8;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.RedSea-plus-userPhoto .icon-xingzuonv {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    line-height: 16px;
    text-align: center;
    background-color: #ffa2c6;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.RedSea-plus-userPhoto li dd h1 b {
    color: #9f9f9f;
}

.RedSea-plus-userPhoto li dd h2 {
    display: block;
    line-height: 32px;
}

.RedSea-plus-userPhoto li dd h2 u {
    text-decoration: none;
    font-size: 14px;
    color: #bbb;
}

.RedSea-plus-userPhoto li dd h3 {
    display: block;
}

.RedSea-plus-userPhoto li dd h3 a {
    display: inline-block;
    border: solid 1px #eee;
    background-color: #fbf9e4;
    padding: 2px 2px;
    border-radius: 3px;
    margin-right: 5px;
    color: #474431;
    position: relative;
}

.RedSea-plus-userPhoto li dd h3 a.stay {
    background-color: #fff;
}

.RedSea-plus-userPhoto li dl dd h1 a {
    color: #2d8db7;
    font-weight: normal;
}

/*表格查看样式*/
.table-new-view tbody tr td {
    border: 0;
}

.table-new-view tr td.title {
    text-align: right;
}

.email-bd {
    position: relative;
    min-height: 400px;
    background-color: #f5f6f8;
}

.email-L {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 300px;
    background-color: #fff;
}

.email-C {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 310px;
    background-color: red;
}

.email-L-T {
    background-color: #d8e0ed;
}

.email-L-T dl {
    display: block;
    padding: 10px 5px;
}

.email-L-T dt {
    text-align: center;
    display: block;
    width: 74px;
    float: left;
    color: #424752;
}

.email-L-T dt span {
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
}

.email-L-T dd {
    display: block;
    margin-left: 76px;
}

.email-but {
    display: block;
    width: 100%;
    background-color: #d8e0ed;
    border: none;
    text-align: left;
}

.email-but i {
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
}

.email-but .caret {
    font-size: 18px;
}

.email-bd .dropdown-menu li {
    cursor: pointer;
}

/*vwork修改全局样式*/
.input-radius {
    border-radius: 4px !important;
}

.btn-sm-new {
    padding: 7px 16px 5px 16px;
    font-size: 12px;
}

.RedSea .form-control[disabled] {
    background-color: #F5F7FA;
    border-color: #E4E7ED !important;
    color: #666;
    opacity: 1;
    -webkit-text-fill-color: #666;
    box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: none;
}

/*日期*/
input.date {
    /* background-color: #FFF !important; */
    background-image: url(/RedseaPlatform/skins/style/image/date.png);
    background-repeat: no-repeat;
    background-position: right;
}

.label-aaa {
    background-color: #aaa;
    font-weight: normal;
}


/* .RedSea .form-control[disabled] + span.input-group-addon {
    background-color: #fff;
    border: none;
} */


.RedSea .no-data {
    margin-top: 40px;
    text-align: center;
    color: #dddddd;
    font-size: 80px;
    display: block;
    width: 100%;
}
.RedSea .hrm-indexbox-bd-B .no-data{
    position: absolute;
}

.RedSea .no-data-large {
    margin-top: 40px;
    text-align: center;
    color: #dddddd;
    font-size: 120px;
    display: block;
    width: 100%;
}

.modal .modal-content {
    border-radius: 8px;
}






/*按钮样式  无圆角*/
.btn-xs-noradius {
    border-radius: 2px;
    padding: 2px 6px;
    border: 1px solid #708090;
    color: #333;
    background-color: #fff;
    font-size: 12px;
}

.btn-xs-noradius:hover {
    color: #fff;
    background-color: #009ad7;
    border: 1px solid #007aaa;
}

.btn-sm-noradius {
    border-radius: 2px;
    padding: 4px 8px;
    border: 1px solid #708090;
    color: #333;
    background-color: #fff;
    font-size: 14px;
}

.btn-sm-noradius:hover {
    color: #fff;
    background-color: #009ad7;
    border: 1px solid #007aaa;
}

/*流程列表01*/
.process-list-01 ul {
    margin-top: 10px;
    display: block;
}

.process-list-01 ul li {
    display: block;
    width: 50%;
    float: left;
}

.process-list-01 ul li dl:hover {
    background-color: #f8f8f8;
    cursor: pointer;
    border-radius: 3px;
}

.process-list-01 ul li dl {
    display: block;
    padding: 10px;
    min-height: 100px;
}

.process-list-01 ul li dl dt {
    display: block;
    width: 80px;
    float: left;
}

.process-list-01 ul li dl dt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

.process-list-01 ul li dl dt span {
    display: block;
    font-size: 12px;
    color: #555;
    text-align: center;
    line-height: 28px;
}

.process-list-01 ul li dl dd {
    display: block;
    margin-left: 90px;
}

.process-list-01 ul li dl dd h4 {
    position: relative;
}

.process-list-01 ul li dl dd h4 a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.process-list-01 ul li dl dd h4 a:hover {
    color: #6895e2;
}

.process-list-01 ul li dl dd h4 span {
    position: absolute;
    right: 5px;
    color: #a4b2c3;
    font-size: 12px;
}

.process-list-01 ul li dl dd h5 {
    position: relative;
    margin-top: 10px;
}

.process-list-01 ul li dl dd h5 b {
    color: #6895e2;
    font-size: 14px;
}

.process-list-01 ul li dl dd h5 span {
    position: absolute;
    right: 5px;
    color: #a4b2c3;
    font-size: 12px;
}

.process-list-01 ul li dl dd h6 {
    position: relative;
    display: block;
    margin-top: 10px;
}

.process-list-01 ul li dl dd h6 b {
    color: #708090;
    vertical-align: middle;
    margin-left: -10px;
}

.process-list-01 ul li dl dd h6 b i {
    color: #3baeff;
    vertical-align: middle;
    font-size: 30px;
    line-height: 20px;
}

.process-list-01 ul li dl dd h6 a {
    float: right;
    margin-left: 10px;
    display: none;
    font-size: 12px;
}

.process-list-01 ul li dl dd h6 span {
    padding-left: 10px;
    color: #708090;
}

.process-list-01 ul li dl:hover dd h6 a {
    display: block;
}

.process-list-01 ul li dl dd h6 b i.per-pint-01 {
    color: #3baeff;
}

.process-list-01 ul li dl dd h6 b i.per-pint-02 {
    color: #ff7060;
}

.process-list-01 ul li dl dd h6 b i.per-pint-03 {
    color: #00a84d;
}

.modal-backdrop.in {
    opacity: .3;
}

/*碎片标题*/
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.nav-T2 {
    position: relative;
}

.nav-T2-L {
    width: 76px;
    float: left;
    line-height: 38px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: solid 2px #6895e2;
}

.nav-T2-R {
    margin-left: 110px;
}

.nav-T2-R li a {
    font-size: 12px;
}

.nav-T2-bt {
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 12px;
}

.nav-T2-bt:hover {
    background-color: #fff;
}

.nav-T2-bt2 {
    position: absolute;
    top: 10px;
    right: 60px;
    font-size: 12px;
}

.RedSea .hrsoft-i-list-01 > li {
    border-bottom: none;
}

.RedSea .hrsoft-i-list-01 > li a i {
    margin-right: 5px;
    color: #6895e2;
}

.RedSea .hrsoft-i-list-01 > li b {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #999988;
}

.drag_cols .hrsoft-i-sd-list-b {
    min-height: 200px;
}

.info-alert {
    z-index: 9999;
    position: fixed;
    top: 80px;
    width: 240px;
    right: 50px;
    border-radius: 5px;
    border: solid 1px #dad1cd;
    background-color: #fff4eb;
    padding: 10px 20px 10px 10px;
}

.info-alert i {
    position: absolute;
    right: 5px;
    top: 12px;
    cursor: pointer;
    font-size: 12px;
}

.info-alert b {
    color: #fc923f;
}

/*下拉菜单带图标*/
.dropdown-icon-line {
    position: absolute;
    left: 30px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background-color: #eee;
}

.dropdown-icon-line ~ li a {
    padding-left: 8px !important;
}

.dropdown-icon-line ~ li a i {
    display: inline-block;
    width: 16px;
    margin-right: 14px;
    text-align: center;
    color: #888;
}

.dropdown-icon-line ~ .divider {
    margin: 0px;
}

table tr .editbut a.btn {
    visibility: hidden;
    color: #555;
}

table tr:hover .editbut a.btn {
    visibility: visible;
    color: #555;
}

.RedSea .search-block select {
    width: 195px;
    display: inline-block;
}

.RedSea .search-block span.search-title {
    display: inline-block;
    width: 85px;
    text-align: right;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.RedSea .search-block input {
    width: 173px;
    display: inline-block;
}

.RedSea .search-block > div {
    float: left;
    padding: 5px;
    color: #888;
    height: 45px;
}

.RedSea .clearfix.default {
    padding-left: 10px;
    display: none;
    border: none;
    background-color: #fff;
    border: 1px solid #eee;
    font-size: 12px;
    padding: 5px;
}
.RedSea .RedSea-list-1{
    overflow:auto;
}

.datagrid-row-selected{
    background: none !important;
}
.redsea-table-row-selected {
    background-color: #fff3e0 !important;
}
/*
.alert-success,.alert-info,.alert-warning,.alert-danger{background-color: rgba(0,0,0,.5);border:solid 1px rgba(0,0,0,.5);color: #fff;font-size: 14px;text-align: center;}
.alert-success i,.alert-info i,.alert-warning i,.alert-danger i{margin-right: 10px;font-size: 20px;}
*/

/*---------------------------以下为新样式更改-----------------------*/
/*Bootstrap 按钮描述*/
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border:none;
    border-bottom: 1px solid #E8E9EB;
    border-right: 1px solid #E8E9EB;
}



.table-bordered{
    border:none;
    border-top: 1px solid #E8E9EB;
    border-left: 1px solid #E8E9EB;
}
.table td,
.table th,
.table-view td,
.table-view th{
    border:none;
    border-bottom: 1px solid #E8E9EB;
    border-right: 1px solid #E8E9EB;
}


.RedSea .table> thead > tr > th{
    background-color: #f5f7fa ;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    height: 44px;
    line-height: 24px;
}
.sticky-title> thead > tr > th{
    position: sticky;top: 0px;z-index:1
}
.RedSea .table  td{
    font-size: 13px;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
}
.table-hover>tbody>tr:hover {
    background-color: #F9FBFC;
}
/*模态框重新描述*/
.modal .modal-content .modal-header{position: relative;background-color: transparent;}
.modal .modal-content .modal-header h4 {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.modal .modal-content .modal-header .close {
    top: 14px !important;
    right: 16px;
    position: absolute;
    font-size: 28px;
    /* color: #909399; */
    color: #999;
    opacity: 1;
    font-weight: 400;
}
.modal .modal-content .modal-header .close:focus,
.modal .modal-content .modal-header .close:hover {  color: #4e8af9;}
.modal .modal-dialog .modal-content, .modal .modal-dialog .modal-content{
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    box-sizing: border-box;
}
.modal .modal-content .modal-header
{
    padding: 16px 20px 10px !important;
    border-bottom: none !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.modal .modal-content .modal-body{padding: 15px;}
.modal .modal-dialog .modal-footer{
    padding: 14px 20px 14px !important;
    position: relative;
    z-index: 10;
    border-top: none;
}

/*按钮样式*/

.btn{border-radius: 5px;outline: none;}
.btn span{}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px;
}
.btn-group-sm>.btn, .btn-sm{border-radius: 5px;height: 32px}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{height: 32px}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{height: 32px}

.dropdown .btn{border-radius: 5;}
.dropdown-menu{top:100%;border-radius:0px;border:none}
.table .dropdown-menu{border-radius:0px;border:none}

.dropdown-menu>li>a{padding: 10px;font-size: 12px;}
#indexMenuList.dropdown-menu>li>a>i{margin-right: 10px;color: #aaa; font-size: 14px;width: 14px; display: inline-block;}


.btn-primary {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
}
.btn-primary:hover {
    color: #fff;
    background-color: #66B1FF;
    border-color: #66B1FF;
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #66B1FF;
    border-color: #66B1FF;
}






.btn-success {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
}
.btn-success:hover {
    color: #fff;
    background-color: #66B1FF;
    border-color: #66B1FF;
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #66B1FF;
    border-color: #66B1FF;
}

.btn-info {
    color: #606266;
    background-color: #ffffff;
    border-color: #E1E5EC;
}

.btn-info.focus,
.btn-info:focus {
    color: #606266;
    background-color: #ffffff;
    border-color: #E1E5EC;
}

.btn-info:hover {
    color: #409EFF;
    background-color: #ECF5FF;
    border-color: #C6E2FF;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #606266;
    background-color: #ffffff;
    border-color: #E1E5EC;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #606266;
    background-color: #ffffff;
    border-color: #E1E5EC;
}

.btn-default {
    color: #606266;
    background-color: #ffffff;
    border-color: #E1E5EC;
}

.btn-default.focus,
.btn-default:focus {
    color: #3399ff;
    background-color: #eaf6fe;
    border-color: #eaedf1;
}

.btn-default:hover {
    color: #409EFF;
    background-color: #ECF5FF;
    border-color: #C6E2FF;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #3399ff;
    background-color: #eaf6fe;
    border-color: #eaedf1;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #409EFF;
    background-color: #ECF5FF;
    border-color: #C6E2FF;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999;
}


.input-group{}
.input-group .input-group-addon{border-radius: 0px;background-color: #F5F7FA;border-color: #E1E5EC;}
.searchpanel .input-group .input-group-addon{font-size:12px;}
.input-group .form-control,.form-control{border-radius: 5px;box-shadow: none;border:solid 1px #E1E5EC !important;}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
    border-radius: 0px;
}

select.input-sm {height: 32px;line-height: 32px;}

.form-control {color: #666;}
.RedSea-index2-head-S  select{border-bottom-left-radius: 3px;border-top-left-radius: 3px;border:none !important;}
.RedSea .input-group .form-control[readonly]{border-radius: 3px;box-shadow: none;}
.RedSea input.form-control[type=text]{border-radius: 5px;box-shadow: none;border:solid 1px #eaedf1;height: 32px}
.RedSea input.form-control[inputtype][readonly]{background-color: #fff;}
/* .RedSea .input-group  input.form-control[type=text]{border-radius: 0px;} */
.RedSea .input-group .form-control{border-radius: 3px;box-shadow: none;border:solid 1px #eaedf1}
.RedSea .input-group .input-group-addon + .form-control{border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
.RedSea .select2-container--default .select2-selection--single{border-radius: 5px;border:solid 1px #eaedf1;height:32px}
/*.navheader .select2-container--default .select2-selection--single{height: 28px;}*/
.RedSea .select2-container--default .select2-selection--multiple{border-radius: 5px;border:solid 1px #E1E5EC !important;height: 32px}
.RedSea  .input-group .select2-container--default .select2-selection--single{border-radius: 0px;}
.RedSea  .input-group .select2-container--default .select2-selection--multiple{border-radius: 0px;}

.RedSea .select2-selection__rendered{min-height: 26px;}
.select2-selection--single:focus{outline: none !important;}

.RedSea .navheader{border-radius: 0px;border:none;padding: 15px 0px;height: auto}
.RedSea .navheader::after{content: "";clear:both;display: block;}
.RedSea .navheader-clear::after{content: "";clear:both;display: block;}
.RedSea .navheader.navheader-top0{padding-top: 0px}
.RedSea .navheader.navheader-top5{padding-top: 5px}
.RedSea .navheader.navheader-top10{padding-top: 10px}
.RedSea .pd-10.RedSea-Body-1 .RedSea-Title-1.navheader{padding-top: 5px;}
.RedSea .RedSea-Title-1.navheader{position: relative}


.RedSea .RedSea-Title-1-text>span{border: none;position: relative;margin-top: -4px;height: 16px;}
.RedSea .RedSea-Title-1-text.roster_title_span>span {margin-top: 0px;}
.RedSea .RedSea-Title-1-text>span:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    height: 16px;
    border-radius: 10px;
    width: 3px;
    background: #4e8af9;
}
.RedSea .navheader table tr.theight td:first-child>span{border-left: solid 3px #3399ff;height: 20px;padding-right:5px}
.RedSea .navheader table tr.theight td:first-child>span:before{content:"";}



.RedSea .fixed-middle{left: 10px;}
.RedSea .fixed-bottom{left: 10px;}

.select-sub-div{margin: 0px !important;padding: 0px 10px !important;width: auto !important;border-right: solid 1px #eee;}

.RedSea .ztree li span.button.ico_open{
    position: relative;
    content:"";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAa0lEQVQ4jWNgGGjACGP8P217gIGBwR5J7iEDA4MBg8mhDzg1MzIysOAxXJ6BgeE9wxk7XPKODAwMB/AZwMDAwNDIYHKoAUP0jN0BGJOQAQkMZ+wcsIgbEGuAPBTjBEwEDCAIRg0YDAYMPAAAHQYPEngGcGQAAAAASUVORK5CYII=);

}
.RedSea .ztree li span.button.ico_open:before {
    content:"";

}

.RedSea .ztree li span.button.ico_close{
    position: relative;
    content:"";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAa0lEQVQ4jWNgGGjACGP8P217gIGBwR5J7iEDA4MBg8mhDzg1MzIysOAxXJ6BgeE9wxk7XPKODAwMB/AZwMDAwNDIYHKoAUP0jN0BGJOQAQkMZ+wcsIgbEGuAPBTjBEwEDCAIRg0YDAYMPAAAHQYPEngGcGQAAAAASUVORK5CYII=);

}
.RedSea .ztree li span.button.ico_close:before {
    content:"";

}

.RedSea .ztree li span.button.roots_open{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAeklEQVQ4je2PMQ2AMBBFX1GAFCTUQBFQFpaiAwnMsHSBmYABJFRKHZSFJtCEMMLAWy653H93Bz/vI9JGPy4F0AK10crH/jCtHeCaqrTn+SwVGK0c4IFtmNb8CFtAAvPjBSGEuNECBeCOKo1WXohr5FaQSGR8JxX8fIEdQTUkGmrgNGQAAAAASUVORK5CYII=);
}
.RedSea .ztree li span.button.center_open{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAeklEQVQ4je2PMQ2AMBBFX1GAFCTUQBFQFpaiAwnMsHSBmYABJFRKHZSFJtCEMMLAWy653H93Bz/vI9JGPy4F0AK10crH/jCtHeCaqrTn+SwVGK0c4IFtmNb8CFtAAvPjBSGEuNECBeCOKo1WXohr5FaQSGR8JxX8fIEdQTUkGmrgNGQAAAAASUVORK5CYII=);

}
.RedSea .ztree li span.button.bottom_open{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAeklEQVQ4je2PMQ2AMBBFX1GAFCTUQBFQFpaiAwnMsHSBmYABJFRKHZSFJtCEMMLAWy653H93Bz/vI9JGPy4F0AK10crH/jCtHeCaqrTn+SwVGK0c4IFtmNb8CFtAAvPjBSGEuNECBeCOKo1WXohr5FaQSGR8JxX8fIEdQTUkGmrgNGQAAAAASUVORK5CYII=);

}
.RedSea .ztree li span.button.root_open{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAeklEQVQ4je2PMQ2AMBBFX1GAFCTUQBFQFpaiAwnMsHSBmYABJFRKHZSFJtCEMMLAWy653H93Bz/vI9JGPy4F0AK10crH/jCtHeCaqrTn+SwVGK0c4IFtmNb8CFtAAvPjBSGEuNECBeCOKo1WXohr5FaQSGR8JxX8fIEdQTUkGmrgNGQAAAAASUVORK5CYII=);

}


.RedSea .ztree li span.button.roots_close{
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAf0lEQVQ4je2PvRVEYBBFL0cBSvlK0AAFkEhsHeogkVAADShhS9gSdPAES2bmHGI3nfc38GLSjXPoxjmVhCRTFzsZNbD205J6RZF1kEQ/LQMQgOxTFdvdBTRlXgNfYLU0bsAxP3gaM+Awn83ZkwXDaW7K/PJ/gMQJaIGfZ375swPBuCO88rwQpgAAAABJRU5ErkJggg==)

}
.RedSea .ztree li span.button.center_close{
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAf0lEQVQ4je2PvRVEYBBFL0cBSvlK0AAFkEhsHeogkVAADShhS9gSdPAES2bmHGI3nfc38GLSjXPoxjmVhCRTFzsZNbD205J6RZF1kEQ/LQMQgOxTFdvdBTRlXgNfYLU0bsAxP3gaM+Awn83ZkwXDaW7K/PJ/gMQJaIGfZ375swPBuCO88rwQpgAAAABJRU5ErkJggg==)
}
.RedSea .ztree li span.button.bottom_close{
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAf0lEQVQ4je2PvRVEYBBFL0cBSvlK0AAFkEhsHeogkVAADShhS9gSdPAES2bmHGI3nfc38GLSjXPoxjmVhCRTFzsZNbD205J6RZF1kEQ/LQMQgOxTFdvdBTRlXgNfYLU0bsAxP3gaM+Awn83ZkwXDaW7K/PJ/gMQJaIGfZ375swPBuCO88rwQpgAAAABJRU5ErkJggg==)

}
.RedSea .ztree li span.button.root_close{
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAf0lEQVQ4je2PvRVEYBBFL0cBSvlK0AAFkEhsHeogkVAADShhS9gSdPAES2bmHGI3nfc38GLSjXPoxjmVhCRTFzsZNbD205J6RZF1kEQ/LQMQgOxTFdvdBTRlXgNfYLU0bsAxP3gaM+Awn83ZkwXDaW7K/PJ/gMQJaIGfZ375swPBuCO88rwQpgAAAABJRU5ErkJggg==)

}

.RedSea .ztree li span.button.ico_docu{
    background-position: 0px -1px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAa0lEQVQ4jWNgGGjACGP8P217gIGBwR5J7iEDA4MBg8mhDzg1MzIysOAxXJ6BgeE9wxk7XPKODAwMB/AZwMDAwNDIYHKoAUP0jN0BGJOQAQkMZ+wcsIgbEGuAPBTjBEwEDCAIRg0YDAYMPAAAHQYPEngGcGQAAAAASUVORK5CYII=);

}
.RedSea .ztree li span.button.ico_docu:before{
    content: "";
}

.RedSea .ztree li span.button.center_docu{
    background-image: none;
}
.RedSea .ztree li ul.line{
    background-image: none;
}
.RedSea .ztree li span.button.bottom_docu{
    background-image: none;
}
.RedSea .ztree li,.RedSea .ztree li{
    padding: 2px;
}


.RedSea .ztree li span.button.roots_docu{
    background-image: none;
}
.RedSea .fixed-top{height: 44px;}
.RedSea .fixed-middle{top:60px}

/*右侧自定义列表按钮样式优化*/
.commonUserDefine{
    position: fixed;
    z-index: 999;
    layout-flow: vertical-ideographic;
    direction: ltr;
    width: 25px;
    right: 0px;
    top: 150px;
    background: #fff;
    color: #fff;
    text-align: center;
    writing-mode: lr-tb;
    border: 1px solid #e7e1e1;
    border-radius: 2px;
}
.commonUserDefine li{
    border-bottom: 2px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color:#00a0f0
}
.commonUserDefine li:hover{
    background:#00a0f0;
    color:#fff!important;
}

.browser-compatible-tips{
    position: absolute; z-index:10; height: 30px;top:64px; background-color: #fdf0f1d9; color: #ff5555;
    width: 100%; font-size: 12px; line-height: 30px; border-bottom: 1px solid #ffb2b2; text-align: center;
}
.browser-compatible-tips .close{ position: absolute; top: 7px; right: 10px; width: 14px; height: 14px; text-align: center;color: #ff5656; opacity: 1;filter:alpha(opacity=100); font-size: 14px; font-weight: 100;
}
.browser-compatible-tips .close:hover{ color: red; }



.redsea-tag{cursor: pointer;position: relative;display: inline-block;min-width: 70px;text-align: center;line-height: 22px;padding:0px 10px;border-radius: 15px;font-size: 12px;background-color: #f0f3f6;border:solid 1px #d2d9e3;box-sizing: border-box}
.redsea-tag-auto{min-width: auto}
.redsea-tag[data-label-type=processing]{background-color: #eef4ff;border-color: #eef4ff;color: #4E8AF9;border-width: 0px;}
.redsea-tag[data-label-type=success]{background-color: #eaf8ee;border-color: #eaf8ee;color: #2CB250;border-width: 0px;}
.redsea-tag[data-label-type=default]{background-color: #f0f3f6;border-color: #f0f3f6;color: #67809F;border-width: 0px;}
.redsea-tag[data-label-type=warning]{background-color: #fff6e8;border-color: #fff6e8;color: #FFA415;border-width: 0px;}
.redsea-tag[data-label-type=error]{background-color: #feecec;border-color: #feecec;color: #EC4141;border-width: 0px;}
.redsea-tag[data-label-type=info]{background-color: #eaf9ff;border-color: #eaf9ff;color: #2dbcff;border-width: 0px;}
.redsea-tag[data-label-type=violet]{background-color: #faf1fe;border-color: #faf1fe;color: #9b5de8;border-width: 0px;}

.redsea-tag[data-label-type=processing][data-label-color=light]{background-color: #eef4ff;border-color: #cadcfe;color: #666666;border-width: 1px;}
.redsea-tag[data-label-type=success][data-label-color=light]{background-color: #eaf8ee;border-color: #c0e8cb;color: #666666;border-width: 1px;}
.redsea-tag[data-label-type=default][data-label-color=light]{background-color: #f0f3f6;border-color: #d2d9e3;color: #666666;border-width: 1px;}
.redsea-tag[data-label-type=warning][data-label-color=light]{background-color: #fff6e8;border-color: #ffe4b9;color: #666666;border-width: 1px;}
.redsea-tag[data-label-type=error][data-label-color=light]{background-color: #feecec;border-color: #fac6c6;color: #666666;border-width: 1px;}
.redsea-tag[data-label-type=info][data-label-color=light]{background-color: #eaf9ff;border-color: #2dbcff;color: #2dbcff;border-width: 1px;}
.redsea-tag[data-label-type=violet][data-label-color=light]{background-color: #faf1fe;border-color: #9b5de8;color: #9b5de8;border-width: 1px;}

.redsea-tag[data-label-type=processing][data-label-color=default]{background-color: #cadcfe;border-color: #eef4ff;color: #4E8AF9;border-width: 0px;}
.redsea-tag[data-label-type=success][data-label-color=default]{background-color: #c0e8cb;border-color: #eaf8ee;color: #2CB250;border-width: 0px;}
.redsea-tag[data-label-type=default][data-label-color=default]{background-color: #d2d9e3;border-color: #f0f3f6;color: #67809F;border-width: 0px;}
.redsea-tag[data-label-type=warning][data-label-color=default]{background-color: #ffe4b9;border-color: #fff6e8;color: #FFA415;border-width: 0px;}
.redsea-tag[data-label-type=error][data-label-color=default]{background-color: #fac6c6;border-color: #feecec;color: #EC4141;border-width: 0px;}
.redsea-tag[data-label-type=info][data-label-color=default]{background-color: #eaf9ff;border-color: #eaf9ff;color: #2dbcff;border-width: 0px;}
.redsea-tag[data-label-type=violet][data-label-color=default]{background-color: #faf1fe;border-color: #faf1fe;color: #9b5de8;border-width: 0px;}

.redsea-tag[data-label-type=processing][data-label-color=bright]{background-color: #4e8af9;border-color: #4e8af9;color: #ffffff;border-width: 0px;}
.redsea-tag[data-label-type=success][data-label-color=bright]{background-color: #2cb250;border-color: #2cb250;color: #ffffff;border-width: 0px;}
.redsea-tag[data-label-type=default][data-label-color=bright]{background-color: #67809f;border-color: #67809f;color: #ffffff;border-width: 0px;}
.redsea-tag[data-label-type=warning][data-label-color=bright]{background-color: #ffa415;border-color: #ffa415;color: #ffffff;border-width: 0px;}
.redsea-tag[data-label-type=error][data-label-color=bright]{background-color: #ec4141;border-color: #ec4141;color: #ffffff;border-width: 0px;}
.redsea-tag[data-label-type=info][data-label-color=bright]{background-color: #2dbcff;border-color: #2dbcff;color: #ffffff;border-width: 0px;}
.redsea-tag[data-label-type=violet][data-label-color=bright]{background-color: #9b5de8;border-color: #9b5de8;color: #ffffff;border-width: 0px;}
.redsea-tag[data-show-icon=true]{padding-left: 30px;}
.redsea-tag[data-show-icon=true]::before{content: "";position: absolute;top:3px;left: 10px;display: inline-block;width: 16px;height: 16px;margin-right: 5px;background-repeat: no-repeat;background-position: center center;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzRFOEFGOTt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTk5LjIsMTIuM2MtNDguMiwwLTg3LjUsMzkuMy04Ny41LDg3LjVzMzkuMyw4Ny41LDg3LjUsODcuNXM4Ny41LTM5LjMsODcuNS04Ny41UzE0Ny40LDEyLjMsOTkuMiwxMi4zeg0KCSBNOTkuMiwxNzIuOGMtNDAuMiwwLTcyLjktMzIuNy03Mi45LTcyLjlTNTksMjYuOSw5OS4yLDI2LjlzNzIuOSwzMi43LDcyLjksNzIuOVMxMzkuNCwxNzIuOCw5OS4yLDE3Mi44eiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzMi4yLDczLjlWNjIuOWMzLjktMC4xLDcuMS0zLjMsNy4xLTcuM2MwLTQtMy4zLTcuMy03LjMtNy4zSDY3LjNjLTQsMC03LjMsMy4zLTcuMyw3LjNjMCw0LDMuMiw3LjIsNy4xLDcuMw0KCXYxMS4xYzAsMTAuMyw0LjgsMTkuNCwxMi4yLDI1LjRjLTcuNCw2LTEyLjIsMTUuMS0xMi4yLDI1LjR2MTEuMWMtMy45LDAuMS03LjEsMy4zLTcuMSw3LjNjMCw0LDMuMyw3LjMsNy4zLDcuM0gxMzINCgljNCwwLDcuMy0zLjMsNy4zLTcuM2MwLTQtMy4yLTcuMi03LjEtNy4zdi0xMS4xYzAtMTAuMy00LjgtMTkuNC0xMi4yLTI1LjRDMTI3LjUsOTMuNCwxMzIuMiw4NC4yLDEzMi4yLDczLjl6IE04MS42LDYyLjloMzZ2MTEuMQ0KCWMwLDkuOS04LjEsMTgtMTgsMThzLTE4LTguMS0xOC0xOEw4MS42LDYyLjlMODEuNiw2Mi45eiBNMTE3LjYsMTM1LjhoLTM2di0xMS4xYzAtOS45LDguMS0xOCwxOC0xOHMxOCw4LjEsMTgsMThMMTE3LjYsMTM1LjgNCglMMTE3LjYsMTM1Ljh6Ii8+DQo8L3N2Zz4NCg==);}

.redsea-tag[data-label-type=processing][data-show-icon=true]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzRFOEFGOTt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTk5LjIsMTIuM2MtNDguMiwwLTg3LjUsMzkuMy04Ny41LDg3LjVzMzkuMyw4Ny41LDg3LjUsODcuNXM4Ny41LTM5LjMsODcuNS04Ny41UzE0Ny40LDEyLjMsOTkuMiwxMi4zeg0KCSBNOTkuMiwxNzIuOGMtNDAuMiwwLTcyLjktMzIuNy03Mi45LTcyLjlTNTksMjYuOSw5OS4yLDI2LjlzNzIuOSwzMi43LDcyLjksNzIuOVMxMzkuNCwxNzIuOCw5OS4yLDE3Mi44eiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzMi4yLDczLjlWNjIuOWMzLjktMC4xLDcuMS0zLjMsNy4xLTcuM2MwLTQtMy4zLTcuMy03LjMtNy4zSDY3LjNjLTQsMC03LjMsMy4zLTcuMyw3LjNjMCw0LDMuMiw3LjIsNy4xLDcuMw0KCXYxMS4xYzAsMTAuMyw0LjgsMTkuNCwxMi4yLDI1LjRjLTcuNCw2LTEyLjIsMTUuMS0xMi4yLDI1LjR2MTEuMWMtMy45LDAuMS03LjEsMy4zLTcuMSw3LjNjMCw0LDMuMyw3LjMsNy4zLDcuM0gxMzINCgljNCwwLDcuMy0zLjMsNy4zLTcuM2MwLTQtMy4yLTcuMi03LjEtNy4zdi0xMS4xYzAtMTAuMy00LjgtMTkuNC0xMi4yLTI1LjRDMTI3LjUsOTMuNCwxMzIuMiw4NC4yLDEzMi4yLDczLjl6IE04MS42LDYyLjloMzZ2MTEuMQ0KCWMwLDkuOS04LjEsMTgtMTgsMThzLTE4LTguMS0xOC0xOEw4MS42LDYyLjlMODEuNiw2Mi45eiBNMTE3LjYsMTM1LjhoLTM2di0xMS4xYzAtOS45LDguMS0xOCwxOC0xOHMxOCw4LjEsMTgsMThMMTE3LjYsMTM1LjgNCglMMTE3LjYsMTM1Ljh6Ii8+DQo8L3N2Zz4NCg==);}
.redsea-tag[data-label-type=success][data-show-icon=true]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzJDQjI1MDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMCwyMDBDNDQuOSwyMDAsMCwxNTUuMSwwLDEwMFM0NC45LDAsMTAwLDBzMTAwLDQ0LjksMTAwLDEwMFMxNTUuMSwyMDAsMTAwLDIwMHogTTEwMCwyMA0KCWMtNDQuMSwwLTgwLDM1LjktODAsODBzMzUuOSw4MCw4MCw4MHM4MC0zNS45LDgwLTgwUzE0NC4xLDIwLDEwMCwyMHoiLz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03Mi45LDEzNy4xbC0yMC0yMGMtMy44LTQtMy43LTEwLjMsMC4yLTE0LjFjMy45LTMuNywxMC0zLjcsMTMuOSwwTDgwLDExNS45bDUyLjktNTIuOQ0KCWM0LTMuOCwxMC4zLTMuNywxNC4xLDAuMmMzLjcsMy45LDMuNywxMCwwLDEzLjlsLTYwLDYwQzgzLjIsMTQxLDc2LjgsMTQxLDcyLjksMTM3LjFDNzIuOSwxMzcuMSw3Mi45LDEzNy4xLDcyLjksMTM3LjFMNzIuOSwxMzcuMXoNCgkiLz4NCjwvc3ZnPg0K);}
.redsea-tag[data-label-type=default][data-show-icon=true]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzY3ODA5Rjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzMi44LDc3LjdjMC0xOC4xLTE0LjctMzIuOC0zMi44LTMyLjhTNjcuMSw1OS42LDY3LjEsNzcuN2MwLDUsNC4xLDkuMSw5LjEsOS4xYzUsMCw5LjEtNC4xLDkuMS05LjENCgljMC04LDYuNS0xNC42LDE0LjYtMTQuNnMxNC42LDYuNSwxNC42LDE0LjZjMCw1LjItMi44LDEwLTcuMywxMi42Yy0wLjQsMC4yLTAuOCwwLjUtMS4yLDAuOGwtMC4xLDBjLTkuNCw2LTE1LjIsMTYuNi0xNS4yLDI3LjYNCgljMCwwLjcsMCwxLjYsMC4zLDIuN2MxLDQuMSw0LjcsNi45LDguOCw2LjljMC44LDAsMS41LTAuMSwyLjItMC4zYzQuMy0xLjEsNy4yLTUuMiw2LjktOS42di0wLjFjMC4xLTUsMi45LTkuNyw3LjItMTIuMmwwLjEtMC4xDQoJYzAuMi0wLjEsMC4zLTAuMiwwLjUtMC4zbDAsMGMwLDAsMC4xLTAuMSwwLjItMC4xYzAuMSwwLDAuMi0wLjEsMC4yLTAuMmwwLjEsMEMxMjYuOSw5OS42LDEzMi44LDg4LjksMTMyLjgsNzcuN0wxMzIuOCw3Ny43eg0KCSBNOTkuOSwxMzMuOGMtNS45LDAtMTAuNiw0LjgtMTAuNiwxMC42YzAsMy44LDIsNy4zLDUuMyw5LjJjMS42LDAuOSwzLjQsMS40LDUuMywxLjRzMy43LTAuNSw1LjMtMS40YzMuMy0xLjksNS4zLTUuNCw1LjMtOS4yDQoJQzExMC42LDEzOC42LDEwNS44LDEzMy44LDk5LjksMTMzLjh6Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcwLjcsMjkuM2MtOS4yLTkuMi0xOS45LTE2LjQtMzEuOC0yMS40QzEyNi42LDIuNiwxMTMuNSwwLDEwMCwwUzczLjQsMi42LDYxLjEsNy45DQoJYy0xMS45LDUtMjIuNiwxMi4yLTMxLjgsMjEuNGMtOS4yLDkuMi0xNi40LDE5LjktMjEuNCwzMS44QzIuNiw3My40LDAsODYuNSwwLDEwMHMyLjYsMjYuNiw3LjksMzguOWM1LDExLjksMTIuMiwyMi42LDIxLjQsMzEuOA0KCXMxOS45LDE2LjQsMzEuOCwyMS40YzEyLjMsNS4yLDI1LjQsNy45LDM4LjksNy45czI2LjYtMi42LDM4LjktNy45YzExLjktNSwyMi42LTEyLjIsMzEuOC0yMS40czE2LjQtMTkuOSwyMS40LTMxLjgNCgljNS4yLTEyLjMsNy45LTI1LjQsNy45LTM4LjlzLTIuNi0yNi42LTcuOS0zOC45QzE4Ny4xLDQ5LjIsMTc5LjgsMzguNSwxNzAuNywyOS4zTDE3MC43LDI5LjN6IE0xODAuOSwxMDANCgljMCw0NC42LTM2LjMsODAuOS04MC45LDgwLjljLTQ0LjYsMC04MC45LTM2LjMtODAuOS04MC45YzAtNDQuNiwzNi4zLTgwLjksODAuOS04MC45QzE0NC42LDE5LjEsMTgwLjksNTUuMywxODAuOSwxMDB6Ii8+DQo8L3N2Zz4NCg==);}
.redsea-tag[data-label-type=warning][data-show-icon=true]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAxIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAxIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGQTQxNTt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5OC4yLDE2Ni4zbC04NS0xNDVjLTcuNS0xMi41LTE4LjgtMTIuNS0yNSwwbC04NSwxNDVjLTcuNSwxMi41LTEuMiwyMS4zLDEyLjUsMjEuM2gxNjguOA0KCUMxOTkuNSwxODcuNSwyMDQuNSwxNzcuNSwxOTguMiwxNjYuM3ogTTEwMC43LDM3LjVsNzcuNSwxMzEuM2gtMTU1TDEwMC43LDM3LjV6Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTAuNyw4MS4zaDE4LjdWMTI1SDkwLjdDOTAuNywxMjUsOTAuNyw4MS4zLDkwLjcsODEuM3ogTTkwLjcsMTM3LjVoMTguN3YxOC44SDkwLjcNCglDOTAuNywxNTYuMyw5MC43LDEzNy41LDkwLjcsMTM3LjV6Ii8+DQo8L3N2Zz4NCg==);}
.redsea-tag[data-label-type=error][data-show-icon=true]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0VDNDE0MTt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMCwyMGM0NC4xLDAsODAsMzUuOSw4MCw4MHMtMzUuOSw4MC04MCw4MHMtODAtMzUuOS04MC04MFM1NS45LDIwLDEwMCwyMCBNMTAwLDBDNDQuOCwwLDAsNDQuOCwwLDEwMA0KCXM0NC44LDEwMCwxMDAsMTAwczEwMC00NC44LDEwMC0xMDBTMTU1LjIsMCwxMDAsMHoiLz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNDIuNCwxNDIuNGMtMy45LDMuOS0xMC4yLDMuOS0xNC4yLDBMNTcuNiw3MS43Yy0zLjktMy45LTMuOS0xMC4yLDAtMTQuMnMxMC4yLTMuOSwxNC4yLDBsNzAuNyw3MC43DQoJQzE0Ni4zLDEzMi4yLDE0Ni4zLDEzOC41LDE0Mi40LDE0Mi40eiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0Mi40LDU3LjZjMy45LDMuOSwzLjksMTAuMiwwLDE0LjJsLTcwLjcsNzAuN2MtMy45LDMuOS0xMC4yLDMuOS0xNC4yLDBjLTMuOS0zLjktMy45LTEwLjIsMC0xNC4ybDcwLjctNzAuNw0KCUMxMzIuMiw1My43LDEzOC41LDUzLjcsMTQyLjQsNTcuNnoiLz4NCjwvc3ZnPg0K);}

.redsea-tag[data-label-type=processing][data-show-icon=true][data-label-color=bright]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTk5LjIsMTIuM2MtNDguMiwwLTg3LjUsMzkuMy04Ny41LDg3LjVzMzkuMyw4Ny41LDg3LjUsODcuNXM4Ny41LTM5LjMsODcuNS04Ny41UzE0Ny40LDEyLjMsOTkuMiwxMi4zeg0KCSBNOTkuMiwxNzIuOGMtNDAuMiwwLTcyLjktMzIuNy03Mi45LTcyLjlTNTksMjYuOSw5OS4yLDI2LjlzNzIuOSwzMi43LDcyLjksNzIuOVMxMzkuNCwxNzIuOCw5OS4yLDE3Mi44eiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzMi4yLDczLjlWNjIuOWMzLjktMC4xLDcuMS0zLjMsNy4xLTcuM2MwLTQtMy4zLTcuMy03LjMtNy4zSDY3LjNjLTQsMC03LjMsMy4zLTcuMyw3LjNjMCw0LDMuMiw3LjIsNy4xLDcuMw0KCXYxMS4xYzAsMTAuMyw0LjgsMTkuNCwxMi4yLDI1LjRjLTcuNCw2LTEyLjIsMTUuMS0xMi4yLDI1LjR2MTEuMWMtMy45LDAuMS03LjEsMy4zLTcuMSw3LjNjMCw0LDMuMyw3LjMsNy4zLDcuM0gxMzINCgljNCwwLDcuMy0zLjMsNy4zLTcuM2MwLTQtMy4yLTcuMi03LjEtNy4zdi0xMS4xYzAtMTAuMy00LjgtMTkuNC0xMi4yLTI1LjRDMTI3LjUsOTMuNCwxMzIuMiw4NC4yLDEzMi4yLDczLjl6IE04MS42LDYyLjloMzZ2MTEuMQ0KCWMwLDkuOS04LjEsMTgtMTgsMThzLTE4LTguMS0xOC0xOEw4MS42LDYyLjlMODEuNiw2Mi45eiBNMTE3LjYsMTM1LjhoLTM2di0xMS4xYzAtOS45LDguMS0xOCwxOC0xOHMxOCw4LjEsMTgsMThMMTE3LjYsMTM1LjgNCglMMTE3LjYsMTM1Ljh6Ii8+DQo8L3N2Zz4NCg==);}
.redsea-tag[data-label-type=success][data-show-icon=true][data-label-color=bright]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMCwyMDBDNDQuOSwyMDAsMCwxNTUuMSwwLDEwMFM0NC45LDAsMTAwLDBzMTAwLDQ0LjksMTAwLDEwMFMxNTUuMSwyMDAsMTAwLDIwMHogTTEwMCwyMA0KCWMtNDQuMSwwLTgwLDM1LjktODAsODBzMzUuOSw4MCw4MCw4MHM4MC0zNS45LDgwLTgwUzE0NC4xLDIwLDEwMCwyMHoiLz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03Mi45LDEzNy4xbC0yMC0yMGMtMy44LTQtMy43LTEwLjMsMC4yLTE0LjFjMy45LTMuNywxMC0zLjcsMTMuOSwwTDgwLDExNS45bDUyLjktNTIuOQ0KCWM0LTMuOCwxMC4zLTMuNywxNC4xLDAuMmMzLjcsMy45LDMuNywxMCwwLDEzLjlsLTYwLDYwQzgzLjIsMTQxLDc2LjgsMTQxLDcyLjksMTM3LjFDNzIuOSwxMzcuMSw3Mi45LDEzNy4xLDcyLjksMTM3LjFMNzIuOSwxMzcuMXoNCgkiLz4NCjwvc3ZnPg0K);}
.redsea-tag[data-label-type=default][data-show-icon=true][data-label-color=bright]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzMi44LDc3LjdjMC0xOC4xLTE0LjctMzIuOC0zMi44LTMyLjhTNjcuMSw1OS42LDY3LjEsNzcuN2MwLDUsNC4xLDkuMSw5LjEsOS4xYzUsMCw5LjEtNC4xLDkuMS05LjENCgljMC04LDYuNS0xNC42LDE0LjYtMTQuNnMxNC42LDYuNSwxNC42LDE0LjZjMCw1LjItMi44LDEwLTcuMywxMi42Yy0wLjQsMC4yLTAuOCwwLjUtMS4yLDAuOGwtMC4xLDBjLTkuNCw2LTE1LjIsMTYuNi0xNS4yLDI3LjYNCgljMCwwLjcsMCwxLjYsMC4zLDIuN2MxLDQuMSw0LjcsNi45LDguOCw2LjljMC44LDAsMS41LTAuMSwyLjItMC4zYzQuMy0xLjEsNy4yLTUuMiw2LjktOS42di0wLjFjMC4xLTUsMi45LTkuNyw3LjItMTIuMmwwLjEtMC4xDQoJYzAuMi0wLjEsMC4zLTAuMiwwLjUtMC4zbDAsMGMwLDAsMC4xLTAuMSwwLjItMC4xYzAuMSwwLDAuMi0wLjEsMC4yLTAuMmwwLjEsMEMxMjYuOSw5OS42LDEzMi44LDg4LjksMTMyLjgsNzcuN0wxMzIuOCw3Ny43eg0KCSBNOTkuOSwxMzMuOGMtNS45LDAtMTAuNiw0LjgtMTAuNiwxMC42YzAsMy44LDIsNy4zLDUuMyw5LjJjMS42LDAuOSwzLjQsMS40LDUuMywxLjRzMy43LTAuNSw1LjMtMS40YzMuMy0xLjksNS4zLTUuNCw1LjMtOS4yDQoJQzExMC42LDEzOC42LDEwNS44LDEzMy44LDk5LjksMTMzLjh6Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcwLjcsMjkuM2MtOS4yLTkuMi0xOS45LTE2LjQtMzEuOC0yMS40QzEyNi42LDIuNiwxMTMuNSwwLDEwMCwwUzczLjQsMi42LDYxLjEsNy45DQoJYy0xMS45LDUtMjIuNiwxMi4yLTMxLjgsMjEuNGMtOS4yLDkuMi0xNi40LDE5LjktMjEuNCwzMS44QzIuNiw3My40LDAsODYuNSwwLDEwMHMyLjYsMjYuNiw3LjksMzguOWM1LDExLjksMTIuMiwyMi42LDIxLjQsMzEuOA0KCXMxOS45LDE2LjQsMzEuOCwyMS40YzEyLjMsNS4yLDI1LjQsNy45LDM4LjksNy45czI2LjYtMi42LDM4LjktNy45YzExLjktNSwyMi42LTEyLjIsMzEuOC0yMS40czE2LjQtMTkuOSwyMS40LTMxLjgNCgljNS4yLTEyLjMsNy45LTI1LjQsNy45LTM4LjlzLTIuNi0yNi42LTcuOS0zOC45QzE4Ny4xLDQ5LjIsMTc5LjgsMzguNSwxNzAuNywyOS4zTDE3MC43LDI5LjN6IE0xODAuOSwxMDANCgljMCw0NC42LTM2LjMsODAuOS04MC45LDgwLjljLTQ0LjYsMC04MC45LTM2LjMtODAuOS04MC45YzAtNDQuNiwzNi4zLTgwLjksODAuOS04MC45QzE0NC42LDE5LjEsMTgwLjksNTUuMywxODAuOSwxMDB6Ii8+DQo8L3N2Zz4NCg==);}
.redsea-tag[data-label-type=warning][data-show-icon=true][data-label-color=bright]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAxIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAxIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5OC4yLDE2Ni4zbC04NS0xNDVjLTcuNS0xMi41LTE4LjgtMTIuNS0yNSwwbC04NSwxNDVjLTcuNSwxMi41LTEuMiwyMS4zLDEyLjUsMjEuM2gxNjguOA0KCUMxOTkuNSwxODcuNSwyMDQuNSwxNzcuNSwxOTguMiwxNjYuM3ogTTEwMC43LDM3LjVsNzcuNSwxMzEuM2gtMTU1TDEwMC43LDM3LjV6Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTAuNyw4MS4zaDE4LjdWMTI1SDkwLjdDOTAuNywxMjUsOTAuNyw4MS4zLDkwLjcsODEuM3ogTTkwLjcsMTM3LjVoMTguN3YxOC44SDkwLjcNCglDOTAuNywxNTYuMyw5MC43LDEzNy41LDkwLjcsMTM3LjV6Ii8+DQo8L3N2Zz4NCg==);}
.redsea-tag[data-label-type=error][data-show-icon=true][data-label-color=bright]::before{background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAwIDIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMCwyMGM0NC4xLDAsODAsMzUuOSw4MCw4MHMtMzUuOSw4MC04MCw4MHMtODAtMzUuOS04MC04MFM1NS45LDIwLDEwMCwyMCBNMTAwLDBDNDQuOCwwLDAsNDQuOCwwLDEwMA0KCXM0NC44LDEwMCwxMDAsMTAwczEwMC00NC44LDEwMC0xMDBTMTU1LjIsMCwxMDAsMHoiLz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNDIuNCwxNDIuNGMtMy45LDMuOS0xMC4yLDMuOS0xNC4yLDBMNTcuNiw3MS43Yy0zLjktMy45LTMuOS0xMC4yLDAtMTQuMnMxMC4yLTMuOSwxNC4yLDBsNzAuNyw3MC43DQoJQzE0Ni4zLDEzMi4yLDE0Ni4zLDEzOC41LDE0Mi40LDE0Mi40eiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0Mi40LDU3LjZjMy45LDMuOSwzLjksMTAuMiwwLDE0LjJsLTcwLjcsNzAuN2MtMy45LDMuOS0xMC4yLDMuOS0xNC4yLDBjLTMuOS0zLjktMy45LTEwLjIsMC0xNC4ybDcwLjctNzAuNw0KCUMxMzIuMiw1My43LDEzOC41LDUzLjcsMTQyLjQsNTcuNnoiLz4NCjwvc3ZnPg0K);}
.redsea-tag[data-label-type=hide]{display: none}
.redsea-tag i{position: relative;left: 5px;font-size: 12px;}
.redsea-tag i:hover{opacity: .5;}

.redsea-tag-yes{color: #58c274;}
.redsea-tag-no{color:#ccc }

.assembly-tools{background-color: #fff;}
.assembly-tools-form{padding: 15px 0px;}
.assembly-tools-form-top0{padding-top: 0px;}
.assembly-tools-form-top5{padding-top: 5px;}
.assembly-tools-form-top10{padding-top: 10px;}
.assembly-tools-form::after{content: "";clear:both;display: block;}
.assembly-tools-more{padding: 10px;border-top:solid 1px #eee;display: none;}
.assembly-tools-more::after{content: "";clear:both;display: block;}

.list-table-content{
    /*height: calc(100vh - 224px);*/
}
.list-table-content-scroll{overflow-y: auto;}
.list-table-content + .pageblock{position: relative;}
.list-table-content>.table,.list-table-content>.table>thead>tr{position: relative;}
.list-table-content>.table>thead>tr>th{z-index: 99;position: sticky;top:-1px;background-color:  #f5f7fa; white-space: nowrap; }
.list-table-content>.table>tbody td{white-space: nowrap;}
.list-table-content>.table.no-sticky>thead>tr>th{position:relative;}
.list-table-content>.table>thead>tr>th:before{content: "";position: absolute;bottom: -1px;left: 0px;right: 0px;border-bottom:solid 1px #E8E9EB;}
.list-table-content{}

.list-table-content .progress{position: relative;display: inline-block;vertical-align:middle;height: 18px;border-radius: 15px;margin-bottom: 0px;background-color: #ddd}
.list-table-content .progress .sr-only{position: absolute;left:10px;height: auto;width: auto;clip: auto;height: 18px;line-height: 22px;color: #fff}

/*列表下拉菜单*/
.list-tools-link-btn,
a.list-tools-link-btn,
.RedSea a.list-tools-link-btn{cursor: pointer;display: inline-block;border-radius:2px;text-align: center;height: 24px;line-height: 24px;padding: 0px 5px;color: #4e8af9;}
.list-tools-icon-btn,
a.list-tools-icon-btn,
.RedSea a.list-tools-icon-btn,
.RedSea .datagrid-body a.list-tools-icon-btn{cursor: pointer;display: inline-block;border-radius:2px;text-decoration: none;text-align: center;height: 24px;width: 24px;line-height: 24px;padding: 0px 5px;margin: 0px 2px;color: #9f9f9f;font-size: 12px}
.list-tools-link-btn:hover{color: #4e8af9;background-color: #e5eefe}
.list-tools-icon-btn:hover{color: #4e8af9;background-color: #e5eefe}
a.list-tools-link-btn:hover,
a.list-tools-icon-btn:hover,
.RedSea .datagrid-body  a.list-tools-icon-btn:hover{color: #4e8af9;background-color: #e5eefe;text-decoration: none;}
.list-tools-link-btn>i{position: relative;color: #a6c4fc}
.list-tools-icon-btn>i{position: relative;left:-1px}
.list-tools-menu{position: relative;}
.list-tools-menu:hover ul{display: block;}
.list-tools-menu ul{display: none;padding: 5px;position: fixed;z-index: 9999;min-width: 130px}
.list-tools-menu ul:before{z-index: 10000;content:"";position: absolute;top:0px;bottom: 5px;left:5px;right: 5px;border:solid 1px #eff1f5;box-shadow: 3px 3px 3px #eff1f5;background-color: #fff;}
.list-tools-menu ul li{position: relative;z-index: 10001;text-align: left;padding:0px 15px;}
.list-tools-menu ul li:hover{background-color:#eaedf1 ;}
.list-tools-menu ul li a,
.RedSea .list-tools-menu ul li a,
.RedSea .datagrid-body .list-tools-menu ul li a{color: #333;width: 100%;height: 100%;line-height: 34px;display: inline-block;}
.list-tools-menu ul li a:hover{color: #333;}





    /*间距调整新加样式*/
.hrm-bd-right-margin10{padding: 10px}
.hrm-bd-right-marginR20{margin-right: 20px}
.pd-10.RedSea-Body-1{padding-right: 20px}
.new-processList-box{border:solid 1px #eee;padding:10px }
.hrm-bd-right-pdR20 .RedSea-Body-1>.RedSea-Title-1{padding-left: 0px}

/*左右自使用布局 ie10 以上兼容*/
.flexLayout-body{}
.flexLayout-body-L{width:250px!important;float: left;padding: 5px}
.flexLayout-body-L .RedSea-Title-1-tools{float: none}
.flexLayout-body-R{margin-left: 220px;overflow: hidden}

.pt-home-body{position: relative;height: 100vh;padding: 15px 20px 0px 20px}
.pt-home-body-L{position: absolute;top:20px;left: 15px;bottom: 0px;width: 200px;}
.pt-home-body-R{height:calc(100vh - 20px);margin-left: 210px}
.pt-tree-box{position: absolute;top: 0px;bottom: 0px;left: 0px;width: 200px;background-color: #fff;padding-top: 10px;z-index: 999}
.pt-tree-box:hover{width: auto}
.pt-tree-box ul.ztree{height: calc(100% - 50px);overflow-x: hidden;overflow-y: auto;}
.pt-tree-box ul.ztree::-webkit-scrollbar-thumb {width: 6px;height: 6px;border-radius: 6px;}
.pt-tree-box ul.ztree::-webkit-scrollbar {width: 6px;height: 6px;border-radius: 6px;}
.scroll-min::-webkit-scrollbar-thumb {width: 6px;height: 6px;border-radius: 6px;}
.scroll-min::-webkit-scrollbar {width: 6px;height: 6px;}
.rMenu{z-index: 10000}
/*!* IE10+ *!
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flexLayout-body{display: flex;}
    .flexLayout-body-L{float:none;flex-shrink: 0;flex-basis:auto;}
    .flexLayout-body-R{margin-left: 0px;overflow: hidden;flex-grow: 1;flex-shrink: 1;flex-basis:auto;}
    .flexLayout-body-L #reportIndexTree{width: auto !important;}
    .flexLayout-body-L .input-group-sm > .form-control{line-height: 20px}

}
!* Chrome *!
@media screen and (-webkit-min-device-pixel-ratio:0){
    .flexLayout-body{display: flex;}
    .flexLayout-body-L{float:none;flex-shrink: 0;}
    .flexLayout-body-R{margin-left: 0px;overflow: hidden;flex-grow: 1;flex-shrink: 1;}
    .flexLayout-body-L #reportIndexTree{width: auto !important;}
}
!* Firefox *!
@-moz-document url-prefix() {
    .flexLayout-body{display: flex;}
    .flexLayout-body-L{float:none;flex-shrink: 0;}
    .flexLayout-body-R{margin-left: 0px;overflow: hidden;flex-grow: 1;flex-shrink: 1;}
    .flexLayout-body-L #reportIndexTree{width: auto !important;}

}*/
.pageblock i,.pageblock s,.pageblock b{font-weight: normal;font-style: normal;text-decoration: none}
.pageblock .page-block{
    padding:10px ;
}
.pageblock .pageNum{padding: 0px;}
.pageblock .pageNum li{
    margin-right: 13px;
    padding: 0px;
    border: none;
    overflow: auto;
}
.pageblock .pagination>li>a, .pageblock .pagination>li>span{
    position: relative;
    top:-2px;
    float: none;
    border-radius: 2px;
    border:none;
    font-size: 12px;
    color: #606266;
}
.pageblock .pagination>li.disabled>a, .pageblock .pagination>li.disabled>span{
    color: #BFBFBF;
}
.pageblock .pagination>li:hover>a, .pageblock .pagination>li:hover>span{
    color: #78BBFF;
    background-color: transparent;
}
.pageblock .pagination>li.disabled:hover>a, .pageblock .pagination>li.disabled:hover>span{
    color: #BFBFBF;
}
.pageblock .page-next,.pageblock .page-last{position: relative;left:85px}
.pageblock .page-item{display: inline-block}
.pageblock  .custom-no-item{position: relative;left:-78px}
.pageblock  .custom-no{text-align:center;width: 39px;height:30px;line-height: 30px;border:solid 1px #E1E5EC;border-radius: 5px;font-size: 14px;color:#666;font-weight: 500;}
.pageblock  .custom-no:hover,.pageblock .custom-no:focus-visible{outline: none;border-color:#78BBFF }
.pageblock  .page-size-item{position: relative;margin-left: 2px;}
.pageblock .pageSize+.select2-container--default{position: relative;}
.pageblock .pageSize+.select2-container--default .select2-selection--single{border:solid 1px #E1E5EC;border-radius: 5px;height: 30px;}
.pageblock .pageSize+.select2-container--default .select2-selection--single .select2-selection__rendered{height: 30px;line-height: 30px;font-size: 14px;color: #666}
.pageblock .pageSize{border-radius: 5px;outline: 0;margin: 0;height: 30px;line-height:30px;color: #666;border: 1px solid #E1E5EC;background-color: #fff;font-size: 14px;box-shadow: none;font-weight: 500;padding: 0 5px;}

.pageblock .page-total{font-size: 14px;color: #666;margin-left: 5px;font-weight: 500;}
.pageblock  .page-count{font-size: 14px;color: #666;padding-left: 5px;font-weight: 500;}
.pageblock .select2-selection__clear{display: none}
.custom-btns{font-size: 0px;padding-left: 10px}
.custom-btns.custom-btns-RF{position: absolute;top:15px;right: 5px}
.custom-btns .custom-btn{cursor: pointer;margin: 0px 5px;font-size: 12px;display: inline-block;width: 28px;height: 28px;line-height: 28px;text-align: center;border:1px solid #E1E5EC;border-radius:50%;color: #606266}
.custom-btns .custom-btn:hover{color: #39f}
.custom-btns .custom-btn:focus{border-color: #409eff; box-shadow: 0 0 0.25em 0 #409eff;}
.custom-btns .custom-btn i{line-height: 28px;font-size: 12px}
.custom-btns-menu{display: inline-block;position: relative}
.custom-btns-menu-ibtn{line-height: 28px;font-size: 12px}
.custom-btns-menu-box{display: none;position: absolute;top:28px;right: 0px;z-index: 99999;}
.custom-btns-menu-box-in{min-width: 150px;border:solid 1px #dddd;padding: 5px;background-color: #fff;margin-top: 5px}
.custom-btns-menu:hover .custom-btns-menu-box{display: block}
.custom-btns-menu-box-li{display: block;padding: 5px;cursor: pointer}
.custom-btns-menu-box-li:hover{background-color: #eee;}
.custom-btns-menu-box-li i{margin-right: 10px}
.custom-btns-menu-box-li span{font-size: 13px;}

.page-block [class*=vxe-icon--] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    direction: ltr;
    font-family: Verdana,Arial,Tahoma;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-block [class*=vxe-icon--].rotate45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-block [class*=vxe-icon--].rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-block [class*=vxe-icon--].rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-block .vxe-icon--arrow-bottom,
.page-block .vxe-icon--arrow-left,
.page-block .vxe-icon--arrow-right,
.page-block .vxe-icon--arrow-top {
    width: 1em;
    height: 1em;
    line-height: 1em
}

.page-block .vxe-icon--arrow-bottom:before,
.page-block .vxe-icon--arrow-left:before,
.page-block .vxe-icon--arrow-right:before,
.page-block .vxe-icon--arrow-top:before,
.page-block .vxe-icon--d-arrow-left:after,
.page-block .vxe-icon--d-arrow-left:before,
.page-block .vxe-icon--d-arrow-right:after,
.page-block .vxe-icon--d-arrow-right:before{
    content: "";
    position: absolute
}





.page-block .vxe-icon--arrow-bottom:before,
.page-block .vxe-icon--arrow-left:before,
.page-block .vxe-icon--arrow-right:before,
.page-block .vxe-icon--arrow-top:before {
    top: .4em;
    left: .14em;
    width: .7em;
    height: .7em;
    border-width: .15em;
    border-style: solid;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .15em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-block .vxe-icon--arrow-bottom:before {
    top: 0;
    left: .14em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.page-block .vxe-icon--arrow-left:before {
    top: .18em;
    left: .35em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.page-block .vxe-icon--arrow-right:before {
    top: .18em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-block .vxe-icon--d-arrow-left:before,
.page-block vxe-icon--d-arrow-right:before {
    left: .15em
}

.page-block .vxe-icon--d-arrow-left:after,
.page-block .vxe-icon--d-arrow-right:after {
    left: .58em
}

.page-block .vxe-icon--d-arrow-left:after,
.page-block .vxe-icon--d-arrow-left:before,
.page-block .vxe-icon--d-arrow-right:after,
.page-block .vxe-icon--d-arrow-right:before {
    top: .18em;
    width: .7em;
    height: .7em;
    border-width: .15em;
    border-style: solid;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-radius: .15em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-block .vxe-icon--d-arrow-right:after,
.page-block .vxe-icon--d-arrow-right:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.page-block .vxe-icon--d-arrow-right:before {
    left: -.25em
}

.page-block .vxe-icon--d-arrow-right:after {
    left: .18em
}

.file-popover-btn{
    padding: 0 8px;
    background-color: rgba(234, 237, 241, 1);
    border-radius: 30px;
    font-size: 12px;
    line-height: 24px;
    display: flex !important;
    align-items: center;
    color: rgb(102, 102, 102);
}
.file-popover-btn .icon-fujian{
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    
}
.file-popover-btn span{
    font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑, sans-serif;
    font-weight: 700;
    color: #4e8af9;
    display: inline-block;
    margin-left: 5px;
}

.file-popover{
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(225, 229, 236, 1);
    /* border-radius: 5px; */
    -moz-box-shadow: 0px 3px 5px rgba(225, 229, 236, 1);
    -webkit-box-shadow: 0px 3px 5px rgb(225 229 236);
    box-shadow: 0px 3px 5px rgb(225 229 236);
    width: 220px;
}
.file-popover.popover >.arrow{
    border-right-color: rgba(225, 229, 236, 1);
    border-left-color: rgba(225, 229, 236, 1);
}
.popover-content{
    padding: 5px 0;
}

.file-popover .file-popover-ul-wrap .file-item{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
}
.file-popover .file-popover-ul-wrap .file-item a{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    cursor: inherit;
}
.file-popover .file-popover-ul-wrap .file-item:hover{
    background-color: #f6f9fb;
}
.file-popover .file-popover-ul-wrap .file-item:hover a{
    color: #4e8af9;
}
.file-popover .file-popover-ul-wrap .file-item i{
    font-size: 12px;
    color: #4e8af9;
    margin-left: 5px;
    cursor: pointer
}
.file-popover .file-popover-ul-wrap .file-item a i{
    color: #666666;
    margin: 0 5px 0 0;
    vertical-align: middle;
    cursor: inherit;
}

/*配置化列表新样式*/
.staff-name-style{position: relative;display: inline-block;height: 24px;line-height: 24px;padding-left: 29px;padding-right: 10px;font-size: 14px;color: #000;}
a .staff-name-style{color: #4e98f9;font-size: 14px;}
.staff-name-style::before{content: attr(data-firstname);position: absolute;top:0px;left: 0px;display: flex;justify-content: center;align-items: center;width: 24px;height: 24px;border-radius: 50%;background-color: #4e8af9;color:#fff;font-size: 12px;font-weight: normal;}
a:hover .staff-name-style{color: #4e8af9;text-decoration:underline; }
.staff-name-style[title='undefined']{display: none}
tr:nth-of-type(1n) .staff-name-style::before{background: linear-gradient(#8cddcc,#1bbc9b)}
tr:nth-of-type(2n) .staff-name-style::before{background: linear-gradient(#a6c4fc,#4e8af9)}
tr:nth-of-type(3n) .staff-name-style::before{background: linear-gradient(#ccadf3,#9b5de8)}
tr:nth-of-type(4n) .staff-name-style::before{background: linear-gradient(#f59f9f,#ec4141)}
tr:nth-of-type(5n) .staff-name-style::before{background: linear-gradient(#ffd37f,#ffa800)}
tr:nth-of-type(6n) .staff-name-style::before{background: linear-gradient(#a8b4f0,#536be2)}
tr:nth-of-type(7n) .staff-name-style::before{background: linear-gradient(#ffb47f,#ff7410)}
tr:nth-of-type(8n) .staff-name-style::before{background: linear-gradient(#95d8a7,#2cb250)}
tr:nth-of-type(9n) .staff-name-style::before{background: linear-gradient(#95ddff,#2dbcff)}
tr:nth-of-type(10n) .staff-name-style::before{background: linear-gradient(#f7beee,#ef7ede)}
.roster-data-sex-1,
.roster-data-sex-2{padding: 0px 8px;height: 22px;line-height: 22px;border-radius: 30px;font-size: 12px;}
.roster-data-sex-1{background-color: #e6eeff;color: #4e8af9;}
.roster-data-sex-2{background-color: #ffe8ee;color: #fd6082;}
.roster-data-sex-1:before{content: "\e64f";margin-right: 2px;font-family: iconfont;font-size: 14px;}
.roster-data-sex-2:before{content: "\e651";margin-right: 2px;font-family: iconfont;font-size: 14px;}
.roster-data-org_full_path::before{content: "\e7bb";margin-right: 5px;font-family: iconfont;font-size: 14px;color: #ffad10;}
.roster-data-address::before{content: "\e77f";margin-right: 5px;font-family: iconfont;font-size: 14px;color: #a6c4fc;}

.wf-back-pageNewLayer-body{padding-top: 90px;}
.wf-back-pageNewLayer-body .wf-back-pageNewLayer-body{padding-top: 0px;}
.wf-back-pageNewLayer-head{display: flex;align-items: center;justify-content: space-between;z-index: 1104;position: fixed;top:0px;left:0px;right: 0px;height: 70px;background-color: #fff;box-shadow: 0px 3px 10px rgba(0,0,0,.1);}
.wf-back-pageNewLayer-head-L{}
.wf-back-pageNewLayer-head-L-title{padding: 0px 15px;font-size: 16px;color: #555;font-weight: bold}
.wf-back-pageNewLayer-head-L-participantName{position: relative;padding: 0px 15px;font-size: 16px;color: #555;font-weight: bold}
.wf-back-pageNewLayer-head-L-participantName::before{content: "";position: absolute;top:0px;bottom: 0px;left: 0px;border-right: solid 1px #e1e5ec;}
.wf-back-pageNewLayer-head-R{padding-right: 5px;}
.wf-back-pageNewLayer-head-R button {margin-right: 6px;}

.wf-left-menu{z-index: 1104;position: fixed;top:70px;bottom: 0px;left:0px;width: 300px;background-color: #fff;box-shadow: 4px 0px 10px rgba(240,240,240,.8);}
.toggle-tbFixed-left-btn {z-index: 4;position: fixed;left: 300px;top: 50%;width: 16px;border: 0px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;height: 62px;background-color: #fff;color: #666666;outline: none;box-shadow: 3px 0px 5px rgb(225 229 236);}
.toggle-tbFixed-right-btn {z-index: 4;position: fixed;left: 0px;top: 50%;width: 16px;border: 0px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;height: 62px;background-color: #fff;color: #666666;outline: none;box-shadow: 3px 0px 5px rgb(225 229 236);}
.toggle-tbFixed-left-btn .icon-caret-left::before{content: "";position: absolute;top:27px;bottom: 27px;left:3px;border-left: solid 2px #666;}
.toggle-tbFixed-left-btn .icon-caret-left::after{content: "";position: absolute;top:22px;bottom: 22px;left:8px;border-left: solid 2px #999;}
.toggle-tbFixed-right-btn .icon-caret-right::before{content: "";position: absolute;top:27px;bottom: 27px;left:8px;border-left: solid 2px #666;}
.toggle-tbFixed-right-btn .icon-caret-right::after{content: "";position: absolute;top:22px;bottom: 22px;left:3px;border-left: solid 2px #999;}
.wf-left-menu .RedSea-leftmenu-1{height: 100%;height: 100%;overflow-y: auto;}
.wf-left-menu .RedSea-leftmenu-1::-webkit-scrollbar{width: 6px;background-color: #fff;}
.wf-left-menu .RedSea-leftmenu-1::-webkit-scrollbar-thumb{width: 6px;background-color: #fff;border-radius: 6px;}
.wf-left-menu .RedSea-leftmenu-1:hover::-webkit-scrollbar{width: 6px;background-color: #eee;border-radius: 6px;}
.wf-left-menu .RedSea-leftmenu-1:hover::-webkit-scrollbar-thumb{width: 6px;background-color: #ddd;}

ul.stepUl {padding: 20px 20px 20px 45px;position: relative;}
.RedSea ul.stepUl{padding: 20px 20px 20px 45px;}
ul.stepUl::before{content: "";position: absolute;top:45px;bottom: 65px;left:23px;border-right:solid 1px #F4F6F8;}
.stepUl li{display: flex;align-items: center;position: relative;height: 80px;margin-bottom: 15px;border-radius: 5px;background: linear-gradient(45deg,#E1E5EC,#F4F6F8)}
.stepUl li .font-caret-up{position: absolute;top:0px;right: 10px;overflow: hidden;}
.stepUl li .font-caret-up .icon-caret-down{font-size: 100px;color: #f6f9fb;line-height: 30px;position: relative;top:-5px;}
.stepUl li .font-caret-bottom{display: none;}
.stepUl li .nums{position:absolute;top:30px;left: -34px;width: 24px;height: 24px;border:solid 4px #F4F6F8;border-radius: 50%;display: flex;justify-content: center;align-items: center;background-color: #E1E5EC;color: #bbb;font-weight: bold;font-size: 12px;}
.stepUl li.active,.stepUl li:hover{background: linear-gradient(45deg,#4E8AF9,#7DB3FF);}
.stepUl li.active .nums,.stepUl li:hover .nums{background-color: #4e8af9;border-color:#d3e2fe;color: #fff;}
.stepUl li.active .font-caret-up .icon-caret-down,.stepUl li:hover .font-caret-up .icon-caret-down{color: #619bfb;}
.stepUl li.active:hover{background: linear-gradient(90deg,#4E8AF9,#7DB3FF);}
.stepUl li .title-time{display: flex;flex-direction: column;justify-content: center;padding-left: 20px;color: #666;z-index: 1}
.stepUl li.active .title-time,.stepUl li:hover .title-time{color: #fff;}
.stepUl li .title-time h4{font-size: 16px;font-weight: bold;}
.stepUl li .title-time span{font-size: 14px;margin-top: 6px;}
.fixedBtn{
    background: #fff;
    position: fixed;
    bottom: 0px;
    width: 1000px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px -3px 5px rgba(240,240,240,.8);;
    z-index: 1000;
    left:402px;
    text-align: center;
    margin-top: 10px;
    /*max-width: 1000px !important;*/
}
a.resume-addition-btn{color: #409EFF;font-size: 14px;position: relative;top:10px;cursor: pointer;}
a.resume-addition-btn:hover{color: #4e8af9;}
a.resume-addition-btn span i{margin-right: 5px;}

input.el-radio__original[type=checkbox], input.el-radio__original[type=radio] {
    margin: 0px;
}

.zp-page-body{ display: flex; flex-direction: column; overflow: hidden; height: 100%; padding: 15px 20px; background-color: #F2F4F5; }
.zp-page-tools{height: 60px;border-radius: 10px;padding: 0px 20px;display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;background-color: #fff;box-shadow: 0px 3px 5px rgb(234 237 241);}
.zp-page-tools-L{display: flex;align-items: center;}
.zp-page-body .return-btn-wrap { display: flex; align-items: center }
.zp-page-body .return-btn { margin-right: 15px; font-size:14px; line-height: 14px; color: #666666; cursor: pointer; font-style: normal;padding-right: 15px; border-right: 1px solid #cccccc; }
.zp-page-body .return-btn i { font-size: 12px; }
.zp-page-body .return-btn em { font-style: normal;margin-left: 10px;font-size: 14px;color: #333333; }
.zp-page-body .return-btn:hover{color:#4e8af9;}
.zp-page-body .return-btn:hover em{color:#4e8af9;}
.zp-page-body .return-btn-wrap .title{ flex:1;overflow: hidden;font-size: 14px;color: #333333; font-weight: bold}
.zp-page-tools-Title{display: flex;align-items: center;}
.zp-page-tools-Title i{height: 16px;width: 3px;margin-right: 10px;border-radius: 10px;background-color:#4E8AF9}
.zp-page-tools-Title span{font-size: 16px;color: #333;font-weight: 400;}
.zp-page-tools-form{display: flex;align-items: center;margin-left: 40px}
.zp-page-tools-form-item{margin-right: 10px;}
.zp-page-tools-R{}
.zp-page-tools-R span{cursor: pointer}
.zp-page-tools-R span:hover{}
.zp-page-tools-R-btn{}
.zp-page-listField{}
.zp-page-listField-item{display: flex;align-items: center;height: 40px;border-bottom: dashed 1px #eee;}
.zp-page-listField-item-L{}
.zp-page-listField-item-R{margin-left: 15px;font-size: 12px;color: #555;}

.zp-page-tools-high{display: flex; flex-direction: column; border-radius: 10px;padding: 0px 20px;background-color: #fff;}
.zp-page-tools-high-item{display: inline-flex;flex-direction: column;padding: 15px; width: 25%}
.zp-page-tools-high-item-T{height: 26px;font-size: 12px;color:#999;}

.zp-page-tools-form2{}
.zp-page-tools-form2-item{display: flex;justify-content: space-between;margin-bottom: 15px;}
.zp-page-tools-form2-50{width: calc(50% - 20px);}
.zp-page-tools-form2-100{width: 100%}

.zp-page-list{flex: 1;border-radius: 10px;background-color: #fff;box-shadow: 0px 3px 5px rgb(234 237 241); padding: 0 15px; overflow: hidden}
.zp-page-list-box{height:calc(100% - 50px);overflow-y: auto;}
.zp-page-list-box::-webkit-scrollbar{width: 6px;height: 6px;background-color: transparent;border-radius: 6px;}
.zp-page-list-box::-webkit-scrollbar-thumb{width: 6px;height: 6px;background-color: transparent;border-radius: 6px;}
.zp-page-list-box:hover::-webkit-scrollbar-thumb{background-color: #ddd;}
.zp-page-list-page{display: flex;align-items: center;padding: 0px 20px;margin: 0px -20px;height: 50px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;background-color: #fff;}
.zp-page-list-page-item{display: flex;align-items: center;}

.zp-page-list-page-item input{text-align: center}
.zp-page-list-box{}
.zp-page-list-box table{width: 100%;}
.zp-page-list-box table th,.zp-page-list-box table td{height: 44px!important;align-items: center;padding: 0px 5px;}
.zp-page-list-box table th{z-index: 9;position: sticky;top:0px;text-align: left;font-size: 14px;color: #666!important;background-color: #fff;font-weight: normal;}
.zp-page-list-box table th::before,
.zp-page-list-box table th:before
{content: "";position: absolute;bottom: 0px;left: 0px;right: 0px;border-bottom: 1px dashed #e1e5ec;}

.zp-page-list-box table th.vxe-header--column::before{border: none;}
.zp-page-list-box table th .vxe-resizable.is--line {top:0;}
.zp-page-list-box table th.vxe-header--column {overflow: hidden;}
.zp-page-list-box table tbody tr:hover{background-color: #f6f9fb;}
.zp-page-list-box table td{border-bottom:dashed 1px #e1e5ec;text-align: left;font-size: 14px;color: #000;}
.zp-page-list-box table td.if_sys_default{}
.zp-page-list-box table td.if_sys_default i{color: #ccc;font-size: 12px;margin-right: 5px;margin-left: -17px}
.zp-page-list-box table td.operationColumn a i{font-size: 16px;}
.zp-page-list-box table td.operationColumn span i{font-size: 16px;}
.zp-page-list-box table td.operationColumn a{cursor:pointer;color: #8e8e93;margin-right: 10px;}
.zp-page-list-box table td.operationColumn a:hover{color: #4e8af9;}
.zp-page-list-box table td.operationColumn span{color: #ccc;margin-right: 10px;cursor: not-allowed;}
.dialog_form .rs-dialog-redStar::before{content: '*';color: #F56C6C;margin-right: 4px;}
.zp-page-block-list{margin-top: 10px;}
.zp-page-block-list-item{display: flex;justify-content: space-between;padding: 15px 10px;border-bottom: solid 1px #e1e5ec;}
.zp-page-block-list-item:hover{background-color: #f6f9fb;}
.zp-page-block-list-item-L{flex:1;}
.zp-page-block-list-item-R{flex:0 0 220px;display: flex;align-items: center;justify-content: flex-end;}
.zp-page-block-list-item-h1{}
.zp-page-block-list-item-h1 b{font-size: 16px;color: #333;}
.zp-page-block-list-item-h1 span{margin-left: 5px;}
.zp-page-block-list-item-h2{display: flex;flex-wrap: wrap;align-items: center;font-size: 14px;color: #999;margin-top: 1px;}
.zp-page-block-list-item-h2-item{position: relative;display: inline-flex;align-items: center;height: 28px;margin-right: 20px;padding: 0px 15px;margin-top: 5px;border-radius: 5px;background-color:#F2F4F5;}
.zp-page-block-list-item-h2-item::before{content: "\e65e";position: absolute;right: -18px;top:5px;font-family: redsea-icon;font-size: 12px;color:#ddd;}
.zp-page-block-list-item-h2-item:last-of-type::before{display: none;}
.zp-page-block-list-item-h2-item-span{position: relative;margin-right: 20px;font-size: 12px;color: #666;font-weight: 400;}
.zp-page-block-list-item-h2-item-span::before{content: "\e65e";position: absolute;right: -15px;top:0px;font-family: redsea-icon;font-size: 12px;color:#ddd;}
.zp-page-block-list-item-h2-item .zp-page-block-list-item-h2-item-span:last-of-type{margin-right: 0px;}
.zp-page-block-list-item-h2-item .zp-page-block-list-item-h2-item-span:last-of-type::before{display: none;}
.zp-page-block-list-item-h3{font-size: 13px;color: #999;margin-top: 10px;margin-bottom: 10px;}
.zp-page-block-list-item-R-box{display: flex;align-items: center}
.zp-page-block-list-item-R-box-item{margin-left: 15px;}
.zp-page-block-list-item-R-box i{display: inline-flex;align-items: center;justify-content: center;border-radius: 5px;font-size: 16px;cursor: pointer;color: #8E8E93;}
.zp-page-block-list-item:hover .zp-page-block-list-item-R-box i{background-color: #F2F4F5;}
.zp-page-block-list-item-R-box i:hover{color: #4E8AF9;}

.zp-process-edit-title{margin-bottom: 15px;}
.zp-process-edit-title i{margin-left: 5px;color: #ef4141;}
.zp-process-edit-form{margin-bottom: 15px;}
.zp-process-edit{}
.zp-process-edit-list{padding-right: 15px;}
.zp-process-edit-list-item{position: relative;display: flex;align-items: center;justify-content: space-between;border:solid 1px #e1e5ec;border-radius: 10px;padding: 0px 10px;height: 60px;margin-bottom: 15px;}
.zp-process-edit-list-item:hover{border:dashed 1px #4e98f9;}
.zp-process-edit-list-item:hover .zp-process-edit-list-item-delete{display: block;padding-left: 35px;position: absolute;right:-25px;top: 0px;bottom: 0px;}
.zp-process-edit-list-item-delete i{position: relative;color: #999;cursor: pointer;font-size: 20px;}
.zp-process-edit-list-item-delete i:hover{color: #4e98f9;}
.zp-process-edit-list-item-delete {display: none;}

.zp-process-edit-list-item-L{flex:1;display: flex;align-items: center;justify-content: space-between;}
.zp-process-edit-list-item-L-h1{flex:1;display: flex;align-items: center;}
.zp-process-edit-list-item-L-h1 i{color: #ccc;cursor: move;}
.zp-process-edit-list-item-L-h1 i:hover{color: #4e98f9;}
.zp-process-edit-list-item-L-h1 b{display: inline-flex;width: 40px;align-items: center;justify-content: center;font-family: dincondensedcregular;font-size: 24px;color: #4e98f9;}
.zp-process-edit-list-item-L-h1 span{font-size: 14px;color: #333;}
.zp-process-edit-list-item-L-h1 s{display: inline-flex;align-items: center;justify-content: center;width: 70px;height: 24px;margin-left: 10px;line-height: 24px;border-radius: 5px;font-size: 12px;}
.zp-process-edit-list-item-L-h1 s[data-type='1']{background-color: #f5effd;color: #9b5de8;}
.zp-process-edit-list-item-L-h1 s[data-type='2']{background-color: #fff1e8;color: #ff7410;}
.zp-process-edit-list-item-L-h1 s[data-type='3']{background-color: #eaf7ee;color: #2cb250;}
.zp-process-edit-list-item-L-h1 s[data-type='4']{background-color: #eef4fe;color: #4e8af9;}
.zp-process-edit-list-item-L-h2{flex:0 0 100px;}
.zp-process-edit-list-item-L-h2 span{color: #999;font-size: 12px;}
.zp-process-edit-list-item-R{flex:0 0 160px;display: block;width: 160px;text-align: right;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;;}
.zp-process-edit-list-item-R span{font-size: 12px;color: #4e98f9;padding-right: 10px;}
.zp-process-edit-list-item-R span:hover{color: #3786ef;cursor: pointer;}
.zp-process-edit-list-item-R s{font-size: 12px;color: #333;cursor: pointer;}
.zp-process-edit-list-item-R s:hover{color: #3786ef;}

.zp-process-edit-list-item-addUp,
.zp-process-edit-list-item-addDwon{cursor: pointer;display: none;position: absolute;left:calc(50% - 15px);width: 30px;height: 30px;line-height: 30px;border-radius: 50%;border:dashed 1px #4e98f9;text-align: center;color: #4e98f9;background-color: #fff;}
.zp-process-edit-list-item-addUp:hover,
.zp-process-edit-list-item-addDwon:hover{border:solid 1px #4e98f9;background-color: #4e98f9;color: #fff;}
.zp-process-edit-list-item:hover .zp-process-edit-list-item-addUp,
.zp-process-edit-list-item:hover .zp-process-edit-list-item-addDwon{display: block;}

.zp-process-edit-list-item[data-active='up'] .zp-process-edit-list-item-addUp{display: block;border:solid 1px #4e98f9;background-color: #4e98f9;color: #fff;}
.zp-process-edit-list-item[data-active='dwon'] .zp-process-edit-list-item-addDwon{display: block;border:solid 1px #4e98f9;background-color: #4e98f9;color: #fff;}
.zp-process-edit-list-item[data-active='up']{border:dashed 1px #4e98f9;}
.zp-process-edit-list-item[data-active='dwon']{border:dashed 1px #4e98f9;}
.zp-process-edit-list-item-addUp{top:-15px;text-align: center;}
.zp-process-edit-list-item-addDwon{bottom: -15px;text-align: center;}
.zp-process-edit-list-item-addUp i,
.zp-process-edit-list-item-addDwon i{display: inline-block;width: 28px;}
.zp-process-edit-list-item-popover-T{display: flex;align-items: center;justify-content: flex-end;}
.zp-process-edit-list-item-popover-T i{cursor: pointer;color: #999;}
.zp-process-edit-list-item-popover-T i:hover{color: #4e98f9;}
.zp-process-edit-list-item-popover-B{min-height: 40px;max-height: 300px;overflow-y: auto;overflow-x: hidden;}
.zp-process-edit-list-item-popover-B::-webkit-scrollbar-thumb{width: 6px;height: 6px;}
.zp-process-edit-list-item-popover-B::-webkit-scrollbar{width: 6px;height: 6px;}
.zp-process-edit-list-item-popover-B-item{cursor: pointer;display: flex;align-items: center;justify-content: space-between;padding: 0px 10px;margin: 0px -10px;height: 40px;}
.zp-process-edit-list-item-popover-B-item.selected{display: none;}
.zp-process-edit-list-item-popover-B-nodata{padding-top: 10px;text-align: center;font-size: 12px;color: #999;}
.zp-process-edit-list-item-popover-B-item:hover{background-color: #f6f9fb;}
.zp-process-edit-list-item-popover-B-item-L{font-size: 12px;color: #333;}
.zp-process-edit-list-item-popover-B-item-R{font-size: 12px;color: #999;}
.zp-process-edit-list-item-popover-F{margin-top: 5px;}
.zp-process-edit-list-item-popover-F span{cursor: pointer;display: flex;align-items: center;justify-content: center;border:dashed 1px #4e98f9;border-radius: 5px;height: 30px;color: #4e98f9;}
.zp-process-edit-list-item-popover-F span:hover{background-color: #4e98f9;color: #fff;border:solid 1px #4e98f9;}
.zp-process-edit-list-item-popover-F span i{margin-right: 5px;}
.evaluation-template-popup-list .el-radio__label{display: none;}
.evaluation-template-popup-foot{display: flex;justify-content: space-between;align-items: center;}
.evaluation-template-popup-foot-L{}
.evaluation-template-popup-foot-R{}
.nodata{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 200px;}
.nodata-img{width: 200px;height: 140px;background-repeat: no-repeat;background-position: center center;background-size: cover;background-image: url(/RedseaPlatform/skins/images/no-search-content.png)}
.nodata-span{font-size: 12px;color: #999;}
.scroll-Y-min{overflow-y: auto;}
.scroll-Y-min::-webkit-scrollbar{width: 6px;height: 6px;background-color: transparent;border-radius:6px;}
.scroll-Y-min::-webkit-scrollbar-thumb{width: 6px;height: 6px;background-color: transparent;border-radius:6px;}
.scroll-Y-min:hover::-webkit-scrollbar-thumb{background-color: #ddd;}
.exportCustomTable{}
table.exportCustomTable {width: 100%;}
table.exportCustomTable  th,
table.exportCustomTable  td{border:none;padding: 8px;position: relative;}
table.exportCustomTable  td label{cursor: pointer;display:flex;align-items: center;flex-wrap: wrap;height: 40px;width: 100%;padding: 0px 10px;}
table.exportCustomTable  td label input{display: none}
table.exportCustomTable  td label input ~ .exportCustomTable-b{content: "";position: absolute;top:8px;bottom: 8px;left:8px;right: 8px;border-radius:10px;background-color: #f2f4f5;border:solid 1px transparent}
table.exportCustomTable  td label input:checked ~ .exportCustomTable-b{background-color: #f2f4f5;border:solid 1px #4e98f9;}
table.exportCustomTable  td label input ~ .exportCustomTable-i{position: relative;z-index: 9;display: inline-flex;align-items: center;justify-content: center;margin-right: 10px;width: 16px;height: 16px;border-radius: 3px;border:solid 1px #ccc;font-size: 12px;}
table.exportCustomTable  td label input ~ .exportCustomTable-i::before{content: ""}
table.exportCustomTable  td label input:checked ~ .exportCustomTable-i{border:solid 1px #4e98f9;background-color:#4e98f9;color: #fff;}
table.exportCustomTable  td label input:checked ~ .exportCustomTable-i::before{content: "\e69f"}
table.exportCustomTable  td label input ~ .exportCustomTable-span{position: relative;max-width: 98px;z-index: 9;line-height: normal;font-size: 12px;font-weight: normal;color: #333;}
.hrm-bd-right-pdR20 {
    padding-left: 20px;
    padding-right: 20px;
}

    /*i18n样式*/
.i18n-lang [data-i18n]:not(.i18n),
.i18n-lang [data-i18n-attr]:not(.i18n),
.i18n-lang i18n,
.i18n-cloak {
    visibility: hidden !important;
}

.i18n-cloak.pageSize {
    visibility: visible !important;
}


#file_mainBlock_pop #file_mainBlock_pop_fileInput:focus {
    outline:none;
    outline-offset:0;
}

/*左右布局搜索条件 样式颜色类似vue组件*/
.RedSea_search_wrapper{display: flex;width: 100%;padding: 10px 20px; margin:0;}
.RedSea_search_condition{flex:1;overflow: hidden; margin-right: 30px; display: flex;flex-wrap: wrap;}
.RedSea_search_wrapper .input-group,.RedSea_search_wrapper .btn-group{margin: 5px 10px 5px 0;}
.RedSea_search_wrapper .input-group .input-group-addon:first-child{background-color: #f6f9fb !important;border-color: #e1e5ec !important;color:#666666 !important;border-radius: 5px 0 0 5px;}
.RedSea_search_wrapper .input-group .form-control, .RedSea_search_wrapper .form-control{border-color:#e1e5ec !important;}
.RedSea_search_wrapper .input-group .form-control:not(:first-child):not(:last-child), .RedSea_search_wrapper .input-group-addon:not(:first-child):not(:last-child),.RedSea_search_wrapper .input-group-btn:not(:first-child):not(:last-child){border-left: 0;border-right: 0;}
.RedSea_search_wrapper .btn{border-radius:5px; }
.RedSea_search_wrapper .btn span.glyphicon{font-size:12px;margin-right:5px;}
.RedSea_search_wrapper .but-border{border-color: #e1e5ec;color:#666666;}
.RedSea .but-border:hover{background-color: #4e8af9;border-color:#4e8af9; color:#ffffff;}
.RedSea_search_wrapper .btn-success{background-color: #ffffff;border-color:#e1e5ec; color:#666666;}
.RedSea_search_wrapper .btn-success:hover,.RedSea_search_wrapper .btn-success.active,.RedSea_search_wrapper .open>.dropdown-toggle.btn-success{border-color:#4e8af9; color:#4e8af9; background-color: #ffffff;}

/*原生标签table样式布局*/
.dotted_table_content table.table td{font-size: 14px; color: #606266;border: 1px dotted #e1e5ec;border-left: 0;border-right: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; height: 44px;}
.dotted_table_content table.table{border-collapse: collapse;border: 0;border-top: 1px solid #eaedf1;}
.dotted_table_content table.table thead tr th{ height: 50px;font-size: 14px; color: #606266;font-weight: 400; background-color: #ffffff !important;border: 1px solid #eaedf1;border-left: 0;border-right: 0;}
.dotted_table_content table.table thead .sorting_desc{background-color: #ffffff;}
.dotted_table_content .table-striped > tbody > tr:nth-child(odd){background-color: #ffffff;}
.dotted_table_content .table-striped>tbody>tr:nth-of-type(odd){background-color: #ffffff;}
.dotted_table_content table > tbody > tr:hover{background-color: #f6f9fb;}
.dotted_table_content .redsea-no-data{min-height: 200px; height:100%; width:100%; display:flex; flex-direction: column; align-items: center;justify-content: center; bottom:0;}
.dotted_table_content .emptyTBody{position:relative; height:192px;}
.dotted_table_content .emptyTBody .redsea-no-data{position:absolute;}
.dotted_table_content .redsea-no-data img{width:auto}
.dotted_table_content .redsea-no-data p{font-size: 14px; color:#666666}

/*原生按钮 button类radio组功能样式*/
.btn_radio_group_box{background-color: #f2f4f5;border-radius: 5px;font-size: 0; padding: 3px 5px;}
.btn_radio_group_box button.btn{font-size: 14px;color: #606266; display: inline-block; padding: 0 17px;line-height: 24px;text-align: center; background: none;border: 0;border-right: 1px solid #e1e5ec;height: 24px;}
.btn_radio_group_box button.btn:last-child{border:0;}
.btn_radio_group_box button.btn:active{box-shadow: none; color: inherit;}
.btn_radio_group_box button.btn:hover,.btn_radio_group_box button.btn.active{-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);  -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);background-color: #ffffff;}
.btn-group.btn_radio_group_box .btn+.btn, .btn-group.btn_radio_group_box .btn+.btn-group.btn_radio_group_box, .btn-group.btn_radio_group_box .btn-group.btn_radio_group_box+.btn, .btn-group.btn_radio_group_box .btn-group.btn_radio_group_box+.btn-group.btn_radio_group_box{margin:0;}
/*间距更改样式*/
.hrm-right-page-body{padding: 0px 15px;}
.hrm-right-page-body-t10{padding-top:10px;}
.hrm-right-page-body20{padding:20px;}
.RedSea .datagrid-view a.list-tools-link-btn{padding: 0px;}


/* 版本号显示弹窗的样式 */
.versions-info-layer {
    background: linear-gradient(to bottom, #d8e6fe, #fff);

}

.versions-info-layer .versions-info-content {
    text-align: center;
}

.versions-info-layer .versions-info-content img {
    width: 176px;
    margin-bottom: 40px;
    margin-top: 64px;
}

.versions-info-layer.layui-layer .layui-layer-title{
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  background: transparent;
}

.versions-info-layer .versions {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 124px;
}

.versions-info-layer .tips {
font-size: 14px;
color: #8E8E93;
font-weight: 400;
}

/* 保密级信息提示 */
.menu_authority-content .menu_authority-btns {
    position: absolute;
    display: none;
    z-index: 999;
    top: 10px;
    right: 0px;
    cursor: pointer;
    width: 32px;
    height: 117px;
    border-radius: 10px 0 0 10px;
    color: #fff;
    box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
    justify-content: center;
   }

   .menu_authority-content .menu_authority-btns i {
    font-size: 20px;
    padding-top:6px;
    height: 25px;
   }

   .menu_authority-content .menu_authority-btns span {
    position: relative;
    width: 13px;
   }

   .menu_authority-content .menu_authority-btns span:before {
     position: absolute;
     content:"";
     width: 10px;
     background: #fff;
     opacity: 0.6;
     height: 1px;
     top: -7px;
     left: 50%;
     transform: translateX(-50%);
   }

   .menu_authority-content .menu_authority-btns.green {
    display: flex;
    background: linear-gradient(180deg, #95D8A7 0%, #2CB250 100%);
   }

   .menu_authority-content .menu_authority-btns.blue  {
    display: flex;
    background: linear-gradient(180deg, #99B7FF 0%, #3370FF 100%);
   } 

   .menu_authority-content .menu_authority-btns.orange {
    display: flex;
    background: linear-gradient(180deg, #FFB987 0%, #FF7410 100%);
   }
   
   .menu_authority-content .menu_authority-btns.red {
    display: flex;
    background: linear-gradient(180deg, #F59F9F 0%, #EC4141 100%);
   }

   .el-popover.menu_authority_tip-popper {
    background: #FCE3E3;
    border: none;
   }

   .menu_authority_tip-popper.el-popper .popper__arrow {
    border-left-color:#FCE3E3 !important;
   }

   .menu_authority_tip-popper.el-popper .popper__arrow::after {
    border-left-color:#FCE3E3 !important;
   }

   .menu_authority_tip-popper .menu_authority_detail-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 10px;
   }
  
   .menu_authority_tip-popper .menu_authority_detail-header >span {
     font-size: 14px;
     font-weight: 700;
     color: #EC4141;
   }

   .menu_authority_tip-popper .menu_authority_detail-header >span i{
       color: #F06767;
       font-weight: 400;
       margin-right: 5px;
   }

   .menu_authority_tip-popper .menu_authority_detail-header .header-btn-delete {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    border-radius: 50%;
    background: rgba(236, 65, 65, 0.1);
   }

   .menu_authority_tip-popper .menu_authority_detail-header .header-btn-delete i {
    position: absolute;
    top: -8%;
    left: 8%;
    color: #333333;
    font-size: 12px;
    transform: scale(0.6);
   }

   .menu_authority_tip-popper .menu_authority-detail >p {
     color: #333333;
     line-height: 20px;
     font-size: 14px;
     font-weight: 400;
   }