/*标准色*/
/*主色*/
/*标题文字*/
/*鼠标划过链接　颜色*/
/*鼠标划过按钮背景　颜色*/
/*辅色*/
/*状态色*/
/*字号*/
/*宽度*/
/*圆角*/
/*背景色*/
/*列表*/
/*表单*/
/*组件重写-----------------------------------------------------*/
/*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: #ddd;
}

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: #ccc;
}

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: #FFFDFA;
    box-shadow: none;
    border-color: #cccccc;
}

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

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

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

table.table-auto > tbody > tr > td .btn {
    display: none;
}

table.table-auto > tbody > tr:hover > td .btn {
    display: inline;
}

/*订单页面*/
.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 1px #cccccc;
    height: 40px;
    margin-bottom: 10px;
}

.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;
}

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

/*花名册*/
.RedSea .table-view {
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

.RedSea .table-view td {
    padding: 5px;
    border: 1px solid #ececec;
    height: 40px;
}

.RedSea .table-view td:first-child {
    background: #fdfdfd;
    text-align: right;
    color: #708090;
}

.RedSea .table-view .title {
    background: #fdfdfd;
    text-align: right;
    color: #708090;
}

.RedSea .modal-body .table-view td:first-child {
    background: #fdfdfd;
    text-align: right;
    color: #708090;
}

.RedSea .modal-body .table-view .title {
    background: #fdfdfd;
    text-align: right;
    color: #708090;
}

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

.RedSea .red1 {
    color: #F00;
}

.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('/pos/skins/images/sort_both.png') no-repeat center right;
}

.RedSea table.table thead .sorting_asc {
    background: url('/pos/skins/images/sort_asc.png') no-repeat center right;
}

.RedSea table.table thead .sorting_desc {
    background: url('/pos/skins/images/sort_desc.png') no-repeat center right;
}

.RedSea table.table thead .sorting_asc_disabled {
    background: url('/pos/skins/images/sort_asc_disabled.png') no-repeat center right;
}

.RedSea table.table thead .sorting_desc_disabled {
    background: url('/pos/skins/images/sort_desc_disabled.png') no-repeat center right;
}

.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;
    height: 32px;
    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-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;
}

.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;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}

.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: 'Microsoft Yahei','arial','tahoma', 'Hiragino Sans GB', 'Hiragino Sans GB W3' ;
}

.bodybg {
    background: #f3f4f6;
}

.RedSea a {
    text-decoration: none;
    cursor: pointer;
    color: #00a0f0;
}

.RedSea a:hover {
    color: #eb9316;
}

.RedSea h1,
.RedSea h2,
.RedSea h3,
.RedSea h4,
.RedSea h5,
.RedSea h6 {
    padding: 0px;
    margin: 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 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: #00a0f0;
    color: #00a0f0;
    background-color: #ffffff;
}

.RedSea .but-border:hover {
    border-color: #00a0f0;
    color: #ffffff;
    background-color: #00a0f0;
}

/*实体按钮*/
.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: 50px;
    padding: 5px;
    /*min-width: @list-min-width;*/
    width: 100%;
    background-color: #ffffff;
    padding-top: 10px;
}

.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: -3px;
}

.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 {
    color: #555555;
}

.RedSea-Title-tabs .nav-tabs li a:hover {
    color: #00a0f0;
}

.RedSea-Title-tabs .nav-tabs li.active a {
    color: #00a0f0;
    outline: none;
}

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

.RedSea-Title-3-clear {
    height: 50px;
}

.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%;
}

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

.RedSea-list-1 table.table th,
.RedSea-list-1 table td {
    text-align: center;
}

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

.RedSea-list-1 table.table td {
    height: 30px;
    font-size: 13px;
    color: #464e63;
    line-height: 24px;
}

.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: #f9f9f9;
}

/*列表表格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;
}

.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-leftmenu-1 ul {
    border: solid 1px #f3f4f6;
}

.RedSea-leftmenu-1 li {
    overflow-y: hidden;
}

.RedSea-leftmenu-1 li h1 {
    border-bottom: solid 1px #f3f4f6;
    line-height: 40px;
    cursor: pointer;
}

.RedSea-leftmenu-1 li h1 span {
    width: 30px;
    float: left;
    display: block;
    line-height: 40px;
    text-align: center;
}

.RedSea-leftmenu-1 li h1 b {
    margin: 0px 30px 0px 30px;
    display: block;
    line-height: 40px;
    text-align: center;
}

.RedSea-leftmenu-1 li h1 i {
    width: 30px;
    float: right;
    display: block;
    line-height: 40px;
    text-align: center;
}

.RedSea-leftmenu-1 li h2 a {
    position: relative;
    display: block;
    padding: 5px;
    padding: 10px;
    color: #555555;
    border-bottom: dotted 1px #f3f4f6;
}

.RedSea-leftmenu-1 li h2 a:hover {
    background-color: #f9f9f9;
    color: #555555;
}

.RedSea-leftmenu-1 li h2 a.lm-active {
    background-color: #f9f9f9;
    color: #555555;
}

.RedSea-leftmenu-1 li h2 a:last-child {
    margin-bottom: 0px;
}

.RedSea-leftmenu-1 li h2 a span {
    margin-right: 10px;
    margin-left: 5px;
}

.RedSea-leftmenu-1 li h2 a i {
    font-size: 12px;
    position: absolute;
    right: 10px;
    background-color: #eb9316;
    color: #ffffff;
    border-radius: 5px;
    min-width: 30px;
    text-align: center;
    padding: 2px 2px;
}

/*填写页面*/
.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 {
    border: 1px solid #a0a0a0;
    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 {
    padding-left: 10px;
    min-height: 36px;
    border: solid 1px #ebebeb;
    border-bottom: none;
    background-color: #ffffff;
    min-width: 1100px;
}

.RedSea-work-tools > ul > li {
    padding-right: 10px;
    margin-right: 20px;
    min-height: 30px;
    display: block;
    float: left;
    color: #464e63;
    position: relative;
}

.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-tools > ul > li:hover {
    border-bottom: solid 2px #eb9316;
}

.RedSea-work-tools > ul > li:hover a {
    color: #eb9316;
}

.RedSea-work-tools > ul > li:hover span {
    color: #eb9316;
}

.RedSea-work-tools > ul > .active {
    border-bottom: solid 2px #eb9316;
}

.RedSea-work-tools > ul > .active a {
    color: #eb9316;
}

.RedSea-work-tools > ul > .active span {
    color: #eb9316;
}

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

.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;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    min-width: 1100px;
}

.RedSea-work-list-t {
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0px -10px;
    border-bottom: solid 1px #ebebeb;
    margin-top: -10px;
    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: #777;
    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;
}

.navheader {
    height: 43px;
    padding-right: 5px;
    padding-left: 20px;
    border: solid 1px #eee;
    margin-bottom: 5px;
    padding-top: 4px;
}

.RedSea .form-control[disabled] {
    background-color: #FFFDFA;
    box-shadow: none;
    border: 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(../../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 .no-data-large {
    margin-top: 40px;
    text-align: center;
    color: #dddddd;
    font-size: 120px;
    display: block;
    width: 100%;
}

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

.modal .modal-content .modal-header {
    background-color: #f8f8f8 !important;
    color: #333 !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-color: #ececec;
    padding: 12px;
}

.modal .modal-content .modal-header h4 {
    font-size: 15px;
}

.modal .modal-content .modal-header .close {
    opacity: 1;
    color: #333;
}

.modal .modal-content .modal-header .close:focus,
.close:hover {
    opacity: 1;
}

.modal .modal-content .modal-footer {
    height: 42px;
    padding: 5px 15px !important;
    background-color: #f7f8f9;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

/*按钮样式  无圆角*/
.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: 80px;
    text-align: right;
    padding-right: 10px;
}

.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;
}
/* 
.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;}
*/
