@charset "utf-8";

/* CSS Document */

body, .table {
    font: 12px/150% 'Microsoft Yahei', Arial, Verdana, "\5b8b\4f53";
}

h1, h2, h3, h4, h5, h6, button, input, optgroup, select, textarea, label, a, .panel-heading {
    font-family: inherit;
}

h3, h4, h5 {
    font-weight: 400;
}

li {
    list-style-type: none;
    padding: 0;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "";
}

.success-bg {
    background-color: #5cb85c;
    color: #ffffff;
}

.agile-list li.success-element {
    border-left: 3px solid #5cb85c;
}

.agile-list li.info-element {
    border-left: 3px solid #23c6c8;;
}

/*bootstrap 修改	*/
a {
    color: #676A6C;
}

input {
    outline: none
}

.badge {
    min-width: 8px;
    padding: 3px 5px;
    font-size: 8px;
    font-family: 'Arial', serif;
    top: 6px;
    position: absolute;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #1AB394;
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #1AB394;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #FFF;
}

.nav-tabs > li > a {
    color: #555555;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #1ab394;
}

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #1ab394;
    border-color: #1ab394;
}

.radio-success input[type="radio"] + label::after {
    background-color: #1ab394;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #1ab394;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #1ab394;
}

.label {
    color: #FFF;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 10px;
    text-shadow: none;
}

.label-a {
    color: #FFF;
    font-family: inherit;
    font-size: 10px;
    font-weight: normal;
    padding: 0 6px;
    text-shadow: none;
}

.label-b {
    margin-top: -10px;
    line-height: 20px;
    font-size: 14px;
}

.label-c {
    padding: 0 7px;
    margin-right: 5px;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    border-radius: 3px;
}

.inmodal .modal-header-a {
    padding: 15px 10px;
}

.inmodal .modal-title-a {
    font-size: 20px;
}

.inmodal .table > tbody > tr > td {
    padding: 5px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 3px 10px;
    margin-bottom: 3px;
    font-family: inherit;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.project-list table tr td {
    padding: 8px;
}

.label-success, .badge-success {
    background-color: #5cb85c;
}

.label-border {
    color: #676A6C;
    background-color: #FAFAFB;
    line-height: 30px;
}

.label-border-success {
    border-left: 3px solid;
    border-color: #5cb85c;
    color: #676A6C;
    background-color: #FAFAFB;
    line-height: 30px;

}

.label-border-info {
    border-left: 3px solid;
    border-color: #23c6c8;
    color: #676A6C;
    background-color: #FAFAFB;
    line-height: 30px;
}

.label-border-warning {
    border-left: 3px solid;
    border-color: #f8ac59;
    color: #676A6C;
    background-color: #FAFAFB;
    line-height: 30px;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.label-gray, .badge-gray {
    background-color: #ccc;
    color: #FFFFFF;
}

.progress-bar-success {
    background-color: #1ab394;
}

.file-drop-zone-title {
    color: #D8D8D8;
    font-size: 120px;
    padding: 45px 10px;
}

.text-primary {
    color: #1ab394;
}

.text-success {
    color: #3c763d;
}

.timeline-item .date .checkbox {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8;
}

.checkbox {
    margin-right: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
       /*  margin-top: 10%; */
    }
}

@media (min-width: 768px) {
    .modal-dialog-a {
        margin-top: 5%;
    }
}

.panel-body {
    padding: 0;
    margin-top: -2px;
}

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
    background-image: -webkit-linear-gradient(top, #23C6C8, #23C6C8);
}

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-image: -webkit-linear-gradient(top, #23C6C8, #23C6C8);
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
    background-image: -webkit-linear-gradient(top, #f8ac59, #f8ac59);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #FCFCFC;
}

.timeline-item .dateNew {
    text-align: right;
    position: relative;
    padding-top: 30px;
}

.timeline-item .dateNew p {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8;
}

.timeline-item .contentNew {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
}

.well {
    padding: 10px 19px;
}

.btn-title {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#ffffff 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#ffffff 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#ffffff 20%, #ffffff 80%);
    background-image: linear-gradient(#ffffff 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('plugins/chosen/chosen-sprite.png') no-repeat 0 6px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px;
}

.modal-body {
    padding: 0px;
}

.wrapper{
    padding: 0 10px;
}
.form-control-a {
    padding: 0 6px;
    font-size: 12px;
}

/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: inherit;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "同 意";
    padding-left: 10px;
    background-color: #1ab394;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "不同意";
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.ibox-tools a {
    color: #FFF;
}

.small-list li {
    padding: 5px;
}

/*布局*/
.wrapper-content {
    padding-top: 8px;
    padding-bottom: 10px;
}

/*.hr-line-dashed {margin: -5px 0 10px 0;}*/
.m-t-xxl {
    margin-top: 50px;
}

.i-t-a {
    border-top: 1px dashed #e7eaec;
}

.checkbox-border {
    padding: 5px 10px 5px 30px;
    border: #E7EAEC 1px solid;
    border-radius: 3px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin: 0 10px 10px 0;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
}

.personnel > .checkbox-inline {
    margin-bottom: 10px;
}

.radio-border {
    padding: 5px 10px 5px 10px;
    border: #E7EAEC 1px solid;
    border-radius: 3px;
}

.radio-border input {
    margin-right: 3px;
}

#distributed h4, #warning-rules h4 {
    color: #676A6C;
}

#distributed label, #warning-rules label {
    margin-left: 0;
    color: #676A6C;
}

#indentation-ico {
    position: absolute;
    right: -10px;
}

.ibox-heading {
    background-color: #FAFAFB;
    padding: 15px 20px 15px 20px;
}

label {
    font-weight: 400;
    padding-left: 5px;
}

.table-header a {
    color: #676A6C;
}

.table-header a:focus, .table-header a:hover {
    color: #676A6C;
}

.breadcrumb > .active {
    color: #1ab394;
}

.text-gray {
    color: #cccccc;
}

.text-success {
    color: #5cb85c;
}

.text-primary {
    color: #1ab394;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #1ab394;
    border-color: #1ab394;
}

.btn-success-a.disabled, .btn-success-a.disabled:hover, .btn-success-a.disabled:focus, .btn-success-a.disabled:active, .btn-success-a.disabled.active, .btn-success-a[disabled], .btn-success-a[disabled]:hover, .btn-success-a[disabled]:focus, .btn-success-a[disabled]:active, .btn-success-a.active[disabled], fieldset[disabled] .btn-success-a, fieldset[disabled] .btn-success-a:hover, fieldset[disabled] .btn-success-a:focus, fieldset[disabled] .btn-success-a:active, fieldset[disabled] .btn-success-a.active {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #FFFFFF;
}

.btn-info-a.disabled, .btn-info-a.disabled:hover, .btn-info-a.disabled:focus, .btn-info-a.disabled:active, .btn-info-a.disabled.active, .btn-info-a[disabled], .btn-info-a[disabled]:hover, .btn-info-a[disabled]:focus, .btn-info-a[disabled]:active, .btn-info-a.active[disabled], fieldset[disabled] .btn-info-a, fieldset[disabled] .btn-info-a:hover, fieldset[disabled] .btn-info-a:focus, fieldset[disabled] .btn-info-a:active, fieldset[disabled] .btn-info-a.active {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF;
}

.btn-white[disabled], .btn-white.active[disabled] {
    color: #000;
}

.table-xs > tbody > tr > td {
    padding-top: 4px;
    padding-bottom: 0;
}

.btn-success-a.disabled, .btn-success-a.disabled:hover, .btn-success-a.disabled:focus, .btn-success-a.disabled:active, .btn-success-a.disabled.active, .btn-success-a[disabled], .btn-success-a[disabled]:hover, .btn-success-a[disabled]:focus, .btn-success-a[disabled]:active, .btn-success-a.active[disabled], fieldset[disabled] .btn-success-a, fieldset[disabled] .btn-success-a:hover, fieldset[disabled] .btn-success-a:focus, fieldset[disabled] .btn-success-a:active, fieldset[disabled] .btn-success-a.active {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #FFFFFF;
}

.btn-info-a.disabled, .btn-info-a.disabled:hover, .btn-info-a.disabled:focus, .btn-info-a.disabled:active, .btn-info-a.disabled.active, .btn-info-a[disabled], .btn-info-a[disabled]:hover, .btn-info-a[disabled]:focus, .btn-info-a[disabled]:active, .btn-info-a.active[disabled], fieldset[disabled] .btn-info-a, fieldset[disabled] .btn-info-a:hover, fieldset[disabled] .btn-info-a:focus, fieldset[disabled] .btn-info-a:active, fieldset[disabled] .btn-info-a.active {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF;
}

.btn-white[disabled], .btn-white.active[disabled] {
    color: #000;
}

.table-xs > tbody > tr > td {
    padding-top: 4px;
    padding-bottom: 0;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.cl {
    clear: both;
}

.p-t-n-xl {
    padding: 10px 0;
}

.m-l-none {
    margin-left: 0;
}

.m-r-none {
    margin-right: 0;
}

.m-t-23 {
    margin-top: 23px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.p-b-1 {
    padding-bottom: 1px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b {
    padding-bottom: 15px;
}

.p-b-md {
    padding-bottom: 20px;
}

.p-b-lg {
    padding-bottom: 30px;
}

.p-b-xl {
    padding-bottom: 40px;
}

.p-b-xxl {
    padding-bottom: 50px;
}

.p-b-xxxl {
    padding-bottom: 60px;
}

.p-n {
    padding: 0;
}

.p-t-n {
    padding-top: 0;
}

.p-t-1 {
    padding-top: 1px;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t {
    padding-top: 15px;
}

.p-t-md {
    padding-top: 20px;
}

.p-t-lg {
    padding-top: 30px;
}

.p-t-xl {
    padding-top: 40px;
}

.p-t-xxl {
    padding-top: 50px;
}

.p-t-xxxl {
    padding-top: 60px;
}

.p-r-none {
    padding-right: 0;
}

.p-b-none {
    padding-bottom: 0;
}

.p-l-none {
    padding-left: 0;
}

.p-r-sm {
    padding-right: 10px;
}

.btn-w-xl {
    min-width: 200px;
}

.dataTables_wrapper {
    padding-bottom: 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
}

.moreHidden {
    height: 26px;
    overflow: hidden;
}

.form-footer {
    margin-top: 0;
    margin-bottom: -15px;
    text-align: right;
}

.form-footer-a {
    margin-top: 0;
    text-align: right;
}

.btn-white:active, .btn-white.active {
    color: #1ab394;
}

.nav > li > a {
    font-weight: 400;
}

.m-w-69 {
    min-width: 69px;
}

/* 边框 三角*/

.dark-timeline .vertical-timeline-content-a, .dark-timeline.center-orientation .vertical-timeline-content-a {
    border: #ed5565 1px solid;
}

.dark-timeline.center-orientation .vertical-timeline-content-a:before {
    border-color: transparent transparent transparent #ed5565;
}

.dark-timeline .vertical-timeline-block-a:nth-child(2n) .vertical-timeline-content:before, .dark-timeline.center-orientation .vertical-timeline-block-a:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #ed5565 transparent transparent;
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content-a:before {
        border-color: transparent #ed5565 transparent transparent;
    }
}

/*滑块*/
.irs-single {
    background: #1AB394;
    font-family: inherit;
}

.irs-single:after {
    border-top-color: #1AB394;
}

#nestable-menu {
    padding: 0;
    margin: -5px 0 0 0;
}

.dd .checkbox {
    margin-top: 2px;
    margin-left: 5px;
    margin-bottom: 0;
}

/*表格*/
.table-responsive {
    min-height: .01%;
    word-break: keep-all;
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #E7E7E7;
}

.table {
    margin-bottom: 0;
}

/**/
.table-bordered {
    border: 2px solid #FFF;
}

.b-c-w {
    border-color: #FFF;
}

.sum-m {
    font-family: inherit;
    font-size: 13px;
}

.ibox-content h3.money {
    margin-top: -10px;
    margin-right: 15px;
}

.ibox-content h3.money span {
    color: #ed5565;
}

.table > tbody > tr > td {
    border-top: 1px dashed #e7eaec;
}

.table > tbody > tr > td {
    border-top: 1px dashed #e7eaec;
}

/*
.date-list .col-sm-3:nth-child(4n+1){ padding-left:0;}
.date-list .col-sm-3:nth-child(4n+4){ padding-right:0;}
*/

/*登录*/
.loginColumns {
    max-width: 400px;
    padding: 3% 20px 20px 20px;
}

@media screen and (max-width: 768px) {
    .loginColumns {
        padding-top: 10px;
    }
}

.gray-bg-dl {
    background: url("../img/landscape.jpg") no-repeat center center fixed;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/landscape.jpg', sizingMethod='scale')";
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/landscape.jpg', sizingMethod='scale')";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gray-bg-dl .ibox-content {
    margin: 0 auto;
    padding: 15px 20px 20px 20px;
    float: none;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
}

.logo-name {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: center;
}

.img-a {
    margin-left: 20px;
    margin-top: 10px;
    width: 80px;
}

.img-b {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    width: 30%;
}

.gray-bg-dl .form-group {
    margin-bottom: 15px;
}

#upload-title {
    color: #A1A1A2;
    font-size: 14px;
    margin-left: 12px;
    margin-top: -25px;
    z-index: 100;
    position: absolute;
}

.timeline-del {
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: #FFFFFF;
    margin-top: 40px;
    margin-left: -12px;
}

@media only screen and (min-width: 1170px) {
    .timeline-del {
        margin-top: 50px;
        left: 50%;
        margin-left: -25px;
    }
}

/*wizard*/

.form-horizontal .checkbox, .form-horizontal .checkbox-inline {
    padding-top: 10px;
}

.wizard > .content {
    height: 300px;

}

.wizard > .content > .body {
    width: 100%;
    padding: 0;
}

.chat-discussion {
    height: 300px;
    border: 1px solid #e7eaec;
}

.chat-message {
    padding: 5px 0;
}

.chat-discussion .chat-message.left .message {
    text-align: left;
    margin-left: 0;
}

.message {
    background-color: #fff;
    border: 1px solid #e7eaec;
    border-left: 3px solid #23c6c8;
    text-align: left;
    display: block;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
}
/*UI颜色规范开始*/
.btn_success{
    background: #1CB394 !important;
    box-shadow: 0px 4px 10px 0px rgba(97,128,160,0.4) !important;
    border-radius: 4px;
    color: #FFFFFF !important;
    text-shadow: 0px 4px 10px rgba(97,128,160,0.4) !important;
}
.btn_success:hover{
    background: rgba(28,179,148,0.9) !important;
    box-shadow: 0px 4px 10px 0px rgba(97,128,160,0.4) !important;
    border-radius: 4px;
    color: #FFFFFF !important;
}
.btn_success:active{
    background: #11A284 !important;
    box-shadow: 0px 4px 10px 0px rgba(97,128,160,0.4) !important;
    border-radius: 4px;
    color: #FFFFFF !important;
}
.btn_success.disabled,.btn_success:disabled{
    background: rgba(28, 179, 148, 0.25) !important;
    border-radius: 4px;
    color: #FFFFFF !important;
}
.btn_defult{
    border-radius: 4px;
    border: 1px solid #DCDFE6 !important;
    color: #424E5B !important;
}
.btn_defult:hover{
    border: 1px solid #1CB394 !important;
    color: #1CB394 !important;
}
.btn_defult:active{
    border: 1px solid #11A284 !important;
    color: #11A284 !important;
}
.btn_defult.disabled,.btn_defult:disabled{
    background: #FFFFFF !important;
    border-radius: 4px;
    border: 1px solid #EBECF0 !important;
    color: #C0C4CC !important;
}
.btn_info{
    background: #56A1EC !important;
    color:#FFFFFF !important;
}
.btn_info:hover{
background:rgba(86, 161, 236, .9) !important;
color: #FFFFFF !important;
}
.btn_info:active{
    background: #4194E8 !important;
    color: #FFFFFF !important;
}
.btn_info.disabled,.btn_info:disabled{
    background: rgba(86, 161, 236, .25) !important;
    color: #FFFFFF !important;
}
.btn_outline_success{
    border: 1px solid #1CB394 !important;
    color: #1CB394 !important;
}
.btn_outline_success:hover{
    background: #1CB394 !important;
    border: 1px solid #1CB394 !important;
    color: #FFFFFF !important;
}
.btn_outline_success:active{
    background: #11A284 !important;
    color: #FFFFFF !important;
}
.btn_outline_success:disabled,.btn_outline_success.disabled{
    border: 1px solid #EBECF0 !important;
    color: #C8CBD2 !important;
}
.btn_line_success{
    background: rgba(28,179,148,0.1) !important;
    box-shadow: 0px 4px 10px 0px rgba(97,128,160,0.4) !important;
    border-radius: 4px;
    border: 1px solid rgba(28,179,148,0.6) !important;
    color: #1CB394 !important;
    text-shadow: 0px 4px 10px rgba(97,128,160,0.4) !important;
}
.btn_line_success:hover{
    background: rgba(28,179,148,0.1) !important;
    box-shadow: 0px 4px 10px 0px rgba(97,128,160,0.4) !important;
    color: #1CB394 !important;
}
.btn_line_success:active{
    background: rgba(28,179,148,0.2) !important;
    box-shadow: 0px 4px 10px 0px rgba(97,128,160,0.4) !important;
    border-radius: 4px;
    border: 1px solid #1CB394 !important;
    color: #1CB394 !important;
}
.btn_line_success:disabled,.btn_line_success.disabled{
    background: #EBECF0 !important;
    border-radius: 4px;
    border: 1px solid #C0C4CC !important;
    color: #C0C4CC !important;
}
.btn_warning{
    border-radius: 2px;
    border: 1px solid #DCDFE6 !important;
    color: #F15A5A !important;
}
.btn_warning:hover{
    background: rgba(241,90,90,.9) !important;
    border-radius: 2px;
    color: #FFFFFF !important;
}
.btn_warning:active{
    background: #EC4747 !important;
    border-radius: 2px;
    color: #FFFFFF !important;
}
.btn_warning:disabled,.btn_warning.disabled{
    background: #FFFFFF !important;
    border-radius: 2px;
    border: 1px solid #EBECF0 !important;
    color: #C0C4CC !important;
}
.successColor{
    color: #1CB394 !important;
}
.warningColor{
    color: #F15A5A !important;
}
.successColor:hover{
    color: rgba(28, 179, 148, .9) !important;
}
.warningColor:hover{
    color: rgba(241, 90, 90, .9) !important;
}
.successColor:active{
    color: #11A284 !important;
}
.warningColor:active{
    color: #F15A5A !important;
}
.successColor:disabled,.successColor.disabled,.warningColor:disabled,.warningColor.disabled{
    color: #C0C4CC !important;
}
/*UI颜色规范结束*/
/*图形颜色*/
.ct-series-1 {
    background-color: #5cb85c;
}

.ct-series-2 {
    background-color: #23c6c8;
}

.ct-series-3 {
    background-color: #1ab394;
}

.ct-series-4 {
    background-color: #f8ac59;
}

.ct-series-5 {
    background-color: #C1232B;
}

.ct-series-6 {
    background-color: #B5C334;
}

.ct-series-7 {
    background-color: #FCCE10;
}

.ct-series-8 {
    background-color: #E87C25;
}

.ct-series-9 {
    background-color: #27727B;
}

.ct-series-10 {
    background-color: #FE8463;
}

.ct-series-11 {
    background-color: #9BCA63;
}

.ct-series-12 {
    background-color: #FAD860;
}

.ct-series-13 {
    background-color: #F3A43B;
}

.ct-series-14 {
    background-color: #60C0DD;
}

.ct-series-15 {
    background-color: #D7504B;
}

.ct-series-16 {
    background-color: #C6E579;
}

.ct-series-17 {
    background-color: #F4E001;
}

.ct-series-18 {
    background-color: #F0805A;
}

.ct-series-19 {
    background-color: #26C0C0;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
    stroke: #428bca;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
    fill: #428bca;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
    fill: #5cb85c;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
    fill: #5bc0de;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
    stroke: #f0ad4e;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
    fill: #f0ad4e;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
    stroke: #d9534f;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
    fill: #d9534f;
}

.piep {
    padding: 0 80px;
}

.pieppo {
    position: absolute;
    top: 14px;
    left: 37px;;
    font-size: smaller;
    color: #545454;
}

.pieppo-cr {
    position: relative;
    font-size: smaller;
    color: #545454;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.piebor {
    border: 1px solid #000000;
    padding: 1px;
}

.pieove {
    width: 4px;
    height: 0;
    border: 5px solid #1ab394;
    overflow: hidden
}

.forum-item-title {
    color: #1ab394;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.ct-line {
    fill: none;
    stroke-width: 2px;
}

.ct-point {
    stroke-width: 8px;
    stroke-linecap: round;
}

/*动画*/
.flip-a:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: "";
}

.flip-a .item {
    height: 160px;
    float: left;
    perspective: 8000px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flip-a .item a {
    display: block;
    height: 160px;
    transition: all .5s;
    transform-style: preserve-3d;
}

.flip-a .item a div {
    height: 160px;
    margin: 0;
    transition: all .5s;
}

.flip-a .item a div:first-child {
    transform: translateZ(40px);
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -ms-transform: translateZ(40px);
    -o-transform: translateZ(40px);
}

.flip-a .item a div:last-child {
    transform: translateZ(40px) rotateX(-90deg);
    -webkit-transform: translateZ(40px) rotateX(-90deg);
    -moz-transform: translateZ(40px) rotateX(-90deg);
    -ms-transform: translateZ(40px) rotateX(-90deg);
    -o-transform: translateZ(40px) rotateX(-90deg);
    margin-top: -80px;
}

/* .flip-a .item:hover a {
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
} */

.flip-a .item:hover a div:last-child {
    margin-top: 0;
    transform: translateZ(0) rotateX(-90deg);
    -webkit-transform: translateZ(0) rotateX(-90deg);
    -moz-transform: translateZ(0) rotateX(-90deg);
    -ms-transform: translateZ(0) rotateX(-90deg);
    -o-transform: translateZ(0) rotateX(-90deg);
}

.ct-point {
    stroke-width: 8px;
    stroke-linecap: round;
}

/*动画*/
.flip-a:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: "";
}

.flip-a .item {
    height: 160px;
    float: left;
    perspective: 8000px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flip-a .item a {
    display: block;
    height: 160px;
    transition: all .5s;
    transform-style: preserve-3d;
}

.flip-a .item a div {
    height: 160px;
    margin: 0;
    transition: all .5s;
}

.flip-a .item a div:first-child {
    transform: translateZ(40px);
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -ms-transform: translateZ(40px);
    -o-transform: translateZ(40px);
}

.flip-a .item a div:last-child {
    transform: translateZ(40px) rotateX(-90deg);
    -webkit-transform: translateZ(40px) rotateX(-90deg);
    -moz-transform: translateZ(40px) rotateX(-90deg);
    -ms-transform: translateZ(40px) rotateX(-90deg);
    -o-transform: translateZ(40px) rotateX(-90deg);
    margin-top: -80px;
}

.flip-a .item:hover a {
	transition: all .5s linear .2s;
    transform: rotateX(90deg);
     -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
}

.flip-a .item:hover a div:last-child {
    margin-top: 0;
    transform: translateZ(0) rotateX(-90deg);
    -webkit-transform: translateZ(0) rotateX(-90deg);
    -moz-transform: translateZ(0) rotateX(-90deg);
    -ms-transform: translateZ(0) rotateX(-90deg);
    -o-transform: translateZ(0) rotateX(-90deg);
}

/* 二期 */

.form-horizontal .checkbox-box {
    padding: 5px 0 4px;
    margin-left: 10px;
    margin-right: 19px;
}

span.label {
    padding: .2em .6em .3em
}

.photo {
    border: 0;
    position: relative;
}

.photo-box {
    width: 100%;
    float: left;
}

.title-text {
    text-align: center;
    color: #333;
}

.photo .icon {
    height: 240px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    background: #FFFFFF no-repeat center center;
}

.ibox-content1 {
    background-color: #ffffff;
    color: inherit;
    padding: 10px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    clear: both;
}

.icon-photo {
    width: 100%;
    max-height: 200px;
    margin: 0;
    padding: 0;
}

.photo .photo-name {
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e7eaec;
    text-align: center;
    font-size: 14px;

}

.text-box {
    float: left;
    width: 33%;
    padding: 10px 0 0;
    text-align: center;
}

.backgroundLine {
    background: url(../img/backgroundLine.gif) no-repeat center right;
}

.f-s-12 {
    font-size: 12px;
}

.form-horizontal .btn-3 {
    margin-right: -10px;
    margin-left: -10px;

}

.btn-3-l {
    padding: 8px 0 0 15px;
}

.btn-3-c {
    padding: 8px 8px 0 8px;
}

.btn-3-r {
    padding: 8px 15px 0 0;
}

.btn-2 {
    min-height: 110px;
}

.form-group.m-b-none.btn-2 > .col-md-6:nth-child(2n-1) {
    padding: 0 4px 0 15px;
}

.form-group.m-b-none.btn-2 > .col-md-6:nth-child(2n) {
    padding: 0 15px 0 4px;
}

.btn-success.btn-outline {
    color: #676A6C;
}

.title-box {
    position: relative;
    text-align: center;
    color: inherit;
    margin-bottom: 0;
    padding: 6px 0 2px 0;
    line-height: 28px;
    min-height: 28px;
    border-radius: 5px 5px 0 0;
}

.title-box h5 {
    font-size: 14px;
}

.title-box-r {
    position: absolute;
    right: 15px;
}

.float-e-margins.mouse {
    border: 1px solid #E7EAEC;
}

.float-e-margins.mouse:hover {
    border: 1px solid #40B6C2;
}

.float-e-margins .btn, .float-e-margins .alert {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.alert-df {
    padding: 5px;
    margin-bottom: 0;
    text-align: center;
}

.btn-w-sm {
    min-width: 100px;
}

.text-box1 h2, .text-box1 h4 {
    padding: 3px 0;
}

.text-box1 small {
    line-height: 26px;
}

.text-box1 .icon1 {
    height: 250px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    background: #FFFFFF no-repeat center center;
}

.text-box1 dl {
    margin-bottom: 0;
}

.text-box1 .dl-ho-new dt {
    width: 80px;
    font-weight: normal;
    margin: 5px 0;
    font-size: 14px;
}

.text-box1 .dl-ho-new dd {
    margin-left: 85px;
    line-height: 30px;
    font-size: 14px;
}

.text-box1 .dl-ho-new1 dt {
    width: 80px;
    font-weight: normal;
    line-height: 30px;
    margin: 5px -20px;
    font-size: 14px;
}

.text-box1 .dl-ho-new1 dd {
    margin-left: 65px;
    line-height: 40px;
    font-size: 14px;
}

.text-box1 .dl-ho-new2 dt {
    width: 100%;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
    margin: 5px 0;
    font-size: 14px;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.tabs-container .panel-body-m {
    margin: 0 0 10px 0;
    padding: 20px;
}

.table-new td {
    height: 45px;

}

.m-auto {
    margin: auto;
}

.list-unstyled li {

    cursor: pointer;
}

.list-unstyled .active {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.table-bordered-new {
    border: 1px solid #EBEBEB;
}

.table-bordered-new > thead > tr > th, .table-bordered-new > tbody > tr > th, .table-bordered-new > tfoot > tr > th, .table-bordered-new > thead > tr > td, .table-bordered-new > tbody > tr > td, .table-bordered-new > tfoot > tr > td {
    border: 1px solid #e7e7e7;
}

.table-bordered-new > thead > tr > th, .table-bordered-new > thead > tr > td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}

.label-success-n1, .badge-success-n1 {
    background-color: #5BB95C;
    color: #FFFFFF;
}

.label-danger-n1, .badge-danger-n1 {
    background-color: #F72B44;
    color: #FFFFFF;
}

.label-warning-n1, .badge-warning-n1 {
    background-color: #F5A623;
    color: #FFFFFF;
}

.label-info-n1, .badge-info-n1 {
    background-color: #4A90E2;
    color: #FFFFFF;
}

.alert-text {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    font-size: 10px;
}

.text-success {
    color: #5BB95C;
}

.text-danger {
    color: #F72B44;
}

.text-warning {
    color: #F5A623;
}

.text-disabled {
    color: #cccccc;
}

.text-info {
    color: #4A90E2;
}

.ibox-content-1 {
    background-color: #ffffff;
    padding: 5px 5px 5px 10px;
}

.ibox-content-1 h2 {
    color: #e4393c;
    font-weight: 500;
    font-size: 20px;
    margin: 6px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.ibox-content-1 h5 {
    color: #666666;
    margin: 7px 0;
    font-size: 12px;
    font-family: Arial, Verdana, 宋体;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.ibox-content-1 p {
    display: -moz-inline-box;
    display: inline-block;
    font-family: Arial, Verdana, 宋体;
    min-width: 55px;
    margin: 1px 0 3px;
    font-size: 12px;
    color: #A7A7A7;
}

.ibox-content-1 p span {
    color: #005aa0;
    font-family: verdana;
    font-weight: 700;
}

.ibox-content-2 {
    background-color: #ffffff;
    color: inherit;
    padding: 0;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 0 0;
    text-align: center
}

.col-box {
    float: left;
    width: 234px;
    margin-right: 10px;
    margin-bottom: 0;

}

.footer-box {
    background: none repeat scroll 0 0 white;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    margin-bottom: 50px;
}

.ibox-box {
    margin-bottom: 100px;
}

.btn-group-1 {
    width: 224px;
    margin: 11px 0 15px 10px;

}

.btn-4 {
    padding: 3px 4px;
    margin-top: -3px;
    font-size: 10px;
    width: 72px;
}

.btn.btn-4.btn-outline.btn-success, .btn.btn-4.btn-outline.btn-warning, .btn.btn-4.btn-outline.btn-danger {
    border-color: #dddddd;
    border-right-color: transparent;
}

.btn.btn-4.btn-outline.btn-default {
    border-color: #dddddd;
}

span.label1 {
    margin-top: 5px;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    border-radius: .25em;
    padding: 3px 5px;
}

.btn-outline {
    color: #999999;
}


/*全局样式*/

/*flex 布局*/

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex.column {
    flex-direction: column;
}
.flex.col-center{
    align-items: center;
}
.flex.start{
    justify-content: flex-start;
}
.flex.end{
    justify-content: flex-end;
}


._mask{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 3000;
    width: 100%;
    height: 100vh;
}
._microapp {
    border: none;
    position: fixed;
    z-index: 3001;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    background-color: transparent;
}

/* 多语言国际化设置 --- begin*/

.translate_wrapper{
  position:fixed;
  z-index:2021;
  top:10px;
  right:190px;
  font-size:16px;
}

.translate_wrapper.active{
  background:#fff; 
  border-radius:4px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 4px 1px rgb(0 0 0 / 9%);
}

.current_lang{
  cursor:pointer;
  text-transform:uppercase;
  overflow:hidden;
}

.lang{
    padding:8px 10px;
}

.lang.selected{
  display:none;
}

.lang img, 
.lang span.lang-txt{
  display:inline-block;
  margin-left:5px;
  vertical-align:middle;
  color: #444444;
}

.lang span.lang-txt{
   position:relative;
  top:-1px;
  font-weight:700;
}

.lang img{
  width:20px;
  margin-left:0;
}

.lang span span{
  color:#999;
  font-weight:400;
}

.lang span.fa{
  font-size:12px;
  position:relative;
  top:-1px;
  margin-left:3px;
}


/*more lang*/
.more_lang{
  transform:translateY(-20px);
  opacity:0;
  cursor:pointer;
  display:none;
   -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-moz-transition:    all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-o-transition:      all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-ms-transition:     all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	transition:         all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}

.translate_wrapper.active .more_lang{
  display:block; 
}

.more_lang.active{
  opacity:1;
   transform:translateY(-0px);
}

.more_lang .lang:hover{
  background:#309ed7;
  color:#fff;
}

.more_lang .lang:hover span{
  color:#fff;
}

/* 多语言国际化设置 --- end*/