/*通用样式*/

body, html, h1, h2, h3, h4, h5, h6, hr,
p, blockquote, dl, dt, dd, ul, ol,
li, pre, form, fieldset, legend, button,
input, textarea, th, td, pre, code {
    margin: 0;
    padding: 0;
    cursor: default;
    font-family:"Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}

html,
body {
    min-width: 1200px;
    box-sizing: border-box;
    height: 100%;
    font-size: 12px;
}

html {
    overflow-x: hidden;
}

body {
    /*background: #ECF6FD;*/
}

pre {
    font-family: "Microsoft Yahei", sans-serif;
}

em, i, span {
    font-style: normal;
    background-size: contain !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}


img {
    border: none;
}

input,
textarea,
button {
    outline: 0 none;
    cursor: pointer;
}

textarea {
    display:inline-block;
    border: 1px solid #EBEBEB;
    vertical-align: text-top;
    padding:8px;
    width:290px;
    max-width:360px;
    max-height: 105px;
    font-size: 12px;
}
textarea:hover{
    border: 1px solid #108ee9;
}

textarea:focus {
    box-shadow: 0 0 0 2px #CBEFFF;
    border: 1px solid #108ee9!important;
    color: #000 !important;
}

table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
}

tbody {
    /*display: table-row-group;*/
    vertical-align: middle;
    border-color: inherit;
}

table tbody tr {
    font-size: 12px;
}

table td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table td .icon-align {
    text-align: left;
    margin-left: 30px;
}

.box-wrap {
    /*height: 150px;*/
    background: #fff;
    border: 1px solid #e2e5e8;
    font-size: 12px;

}

.table-box {
    overflow-x: auto;
    overflow-y: hidden;
}

.wrap {
    height: 100%;
}

[class*="btn"] {
    cursor: pointer;
}

input {
    border: 0 none;
    vertical-align: middle;
    padding-left: 8px;
}

input.small {
    width: 55px !important;

}

input[type="text"],input[type="password"] {
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
}

input:hover {
    border: 1px solid #49a9ee;
}

input[type="text"]:focus,input[type="password"]:focus {
    box-shadow: 0 0 0 2px #CBEFFF;
    border: 1px solid #108ee9;
    color: #000 !important;
}

.pointer {
    cursor: pointer;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

/* 兼容ie浏览器 */

.clearfix {
    zoom: 1;
}

.tab span {
    cursor: pointer;
}

input.width{
    width: 45px;
    height:24px;
}

/*20171113*/
ul, ol {
    margin: 0;
    padding: 0;
}
.bg-success {
    background: #3BDD1A;
}
.bg-fail {
    background: #FD645C;
}

/*链接*/
.link-text {
    color: #108ee9;
    font-size: 15px;
    cursor: pointer;
}

.link-text:hover {
    text-decoration: underline;
}

/*文字按钮*/
[class*="text-btn"] {
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0 24px;
    text-align: center;
    font-size: 12px;
    border-radius: 40px;
    font-weight: normal;
    border-color: transparent;
}

[class*="text-btn"]:hover {
    border-color: transparent;
}

/*蓝--主色*/
.text-btn-primary {
    background: #108ee9;
    border: 1px solid #108ee9;
    color: #FFF;
}

.text-btn-primary:hover {
    background: #49a9ee;
}

.text-btn-primary:active {
    background: #0e77ca;
}
/*白--取消*/
.text-btn-normal {
    background: #FFF;
    border: 1px solid #ADE6FF;
    color: #108ee9;
}

.text-btn-normal:hover {
    border-color: #49a9ee;
}

.text-btn-normal:active {
    border-color: #0e77ca;
}
/*灰--禁用*/
.text-btn-disabled {
    background: #D6D6D6;
    color: #ACACAC;
    cursor: default;
}
/*绿--通过*/
.text-btn-pass {
    background: #8EDE87;
    border: 1px solid #8EDE87;
    color: #FFF;
}
/*红--拒绝*/
.text-btn-deny {
    background: #F06666;
    border: 1px solid #F06666;
    color: #FFF;
}

/*图标文字按钮*/
[class*="icon-btn"] {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #108ee9;
    border-radius: 100px;
    color: #FFFFFF;
    padding-left: 27px;
    padding-right: 10px;
    vertical-align: middle;
    background-size: 15px !important;
    cursor: pointer;
}

/*添加*/
.icon-btn-add {
    background: url("../images/add.png") #108ee9 no-repeat 7px center;
}
/*上一步*/
.icon-btn-previous {
    background-color: #FFFFFF !important;
    border: 1px solid #108ee9;
    color: #108ee9 !important;
}
/*下一步*/
.icon-btn-next {

}
/*搜索按钮*/
.icon-btn-search {
    background: url(../images/search.png) #108ee9 no-repeat 7px center;
}

/*分析按钮*/
.icon-btn-analysis {
    background: url(../images/analysis.png) #108ee9 no-repeat 7px center;
}

/*设置超时阀值按钮*/
.icon-btn-passtime {
    background: url(../images/passtime.png) #108ee9 no-repeat 7px center;
}





/*圆形图标按钮*/
[class*="circle-btn"] {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.circle-btn-add {
    background: url("../images/addaddadd.png") no-repeat center;
}

.circle-btn-minus {
    background: url("../images/rm-normal.png") no-repeat center;
}

.circle-btn-edit {
    background: url("../images/write.png") no-repeat center;
}

.circle-btn-delete {
    background: url("../images/derl.png") no-repeat center;
}

.circle-btn-proview {
    background: url("../images/proview.png") no-repeat center;
}
.circle-btn-disproview {
    background: url("../images/disProview.png") no-repeat center;
}

.circle-btn-edit2 {
    background: url("../images/xiugai.png") no-repeat center;
    background-size: 19px !important;
}
.circle-btn-disedit2 {
    background: url("../images/disxiugai.png") no-repeat center;
    background-size: 19px !important;
}

.circle-btn-commit {
    background: url("../images/commit.png") no-repeat center;
}
.circle-btn-discommit {
    background: url("../images/discommit.png") no-repeat center;
    background-size: 21px !important;
}

.circle-btn-download {
    background: url("../images/approvedown.png") no-repeat center;
}

.circle-btn-refuse {
    background: url("../images/remove-normal.png") no-repeat center;
}
.circle-btn-disrefuse {
    background: url("../images/disRefuse.png") no-repeat center;
}
.circle-btn-terminate {
    background: url("../images/terminate.png") no-repeat center;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;
    opacity: 1;
    font-size: 12px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf;
    opacity: 1;
    font-size: 12px;
}

input:-ms-input-placeholder {
    color: #dfdfdf;
    opacity: 1;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #dfdfdf;
    opacity: 1;
    font-size: 12px;
}
.disselectLi{
    color: #cccccc;
}

.search-area .date-com {
    min-width: 185px;
    height: 24px;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    display: inline-block;
    margin-left: 12px;
    line-height: 26px;
    position: relative;
    padding-left: 14px;
    margin-right: 10px;
    /*padding-right: 14px;*/
    background: url("../images/Date-Time.png") #FFFFFF no-repeat right center;
    background-size: 20px;
}

.search-area .date-com:hover {
    border-color: #108ee9;
}

.search-area .date-com.active {
    box-shadow: 0 0 0 2px #CBEFFF;
    border-color: #108ee9;
}

body > .header-after {
    height: 0;
}

/*form*/
.input-text {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 20px;
    text-indent: 5px;
    font-size: 14px;
    font-family: "Microsoft Yahei", serif;
    color: #108ee9;
    padding-bottom: 4px;
}

.input-text[disabled=disabled] {
    border-bottom: 1px solid #ccc;
}
.disinput{
    background: #CCCCCC;
    color: #333333;
}

.input-text-s1 {
    height: 30px;
    width: 150px;
    border-radius: 2px;
    border: 1px solid #EBEBEB;
    padding-left: 5px;
}

.input-noborder{
    background: transparent;
    border:none;
    border-bottom: 1px solid #CCCCCC;
}
.input-noborder:hover{
    border:none;
    border-bottom: 1px solid #CCCCCC;
}

.textarea {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    padding: 10px;
    resize: none;
    font-size: 12px;
    font-family: "Microsoft Yahei", serif;
}

.textarea:hover,
.textarea:focus {
    border-color: #108ee9;
}

.textarea[disabled=disabled] {
    border-bottom: 1px solid #ccc;
}

.radio {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images/radio.png');
    cursor: pointer;
}

.radio.disabled {
    background: url('../images/radio-disabled.png');
    cursor: default;
}

.radio.checked {
    background: url('../images/radio-checked.png');
}

.radio.checked.disabled {
    background: url('../images/radio-checked-disabled.png');
}

.checkbox {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    background: url('../images/unchecked.png') no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

.checkbox.checked {
    background: url('../images/checked.png') no-repeat;
}

.checkbox.disabled {
    background: url('../images/unchecked-disable.png');
    cursor: default;
}

.checkbox.disabled.checked {
    background: url('../images/checked-disable.png');
}

.checkbox-s1 {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    background: url('../images/checkbox.png');
    cursor: pointer;
}

.checkbox-s1.checked {
    background: url('../images/checkbox-checked.png');
}

.table-wrap {
    border: 1px solid #c5ced6;
}

.table {
    width: 100%;
    position: relative;
}

.table thead tr {
    background: #F9FBFD;
}

.table td {
    height: 35px;
    border-right: 1px solid #c5ced6;
}

.table td:last-child {
    border-right: none;
}

.table tbody tr:nth-child(even) {
    background: #f5f9fc;
}

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

.table tbody tr.active {
    background: #108ee9;
    color: #fff;
}

.table tbody tr.active:hover {
    color: #202020;
}

.table tbody tr:hover {
    background: #ECF7FC;
}
.table tbody tr:hover .ctd_inactive{
    background: #ECF7FC !important;
}
.table tfoot td {
    height: 37px;
    background: #fff;
    border-top: 1px solid #c5ced6;
}


/*
.box-wrap {
    height: 150px;
    background: #fff;
    border: 1px solid #e2e5e8;
}
*/

.select {
    display: inline-block;
    position: relative;
    min-width: 100px;
    max-width: 200px;
    height: 26px;
    line-height: 30px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #EBEBEB;
    cursor: default;
}

.select .arrow {
    position: absolute;
    width: 0;
    height: 0;
    top: 12px;
    right: 9px;
    border-top: 5px solid #cecece;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.select .arrow-top {
    position: absolute;
    width: 0;
    height: 0;
    top: 1px;
    right: 9px;
    z-index: 7;
    border-bottom: 5px solid #cecece;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.select .arrow-bottom {
    position: absolute;
    width: 0;
    height: 0;
    top: 15px;
    right: 9px;
    border: 4px solid #cecece;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

/*.select:hover,
.select.active {
    border-color: #108ee9;
}*/

.select:hover .arrow,
.select.active .arrow {
    border-top: 5px solid #108ee9;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.select:hover .arrow-bottom,
.select:hover .arrow-top,
.select.active .arrow-bottom,
.select.active .top {
    position: absolute;
    width: 0;
    height: 0;
    top: 15px;
    right: 9px;
    border: 4px solid #108ee9;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.select:hover .arrow-top,
.select.active .top {
    top: 7px;
    border: 5px solid #108ee9;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.select.disabled,
.select.disabled:hover {
    border-color: #ccc;
    color: #ccc;
}

.select.disabled .arrow,
.select.disabled:hover .arrow {
    border: 5px solid #ccc;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.select .select-list-wrap {
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 3001;
    min-width: 100%;
    /*如果下拉列表中的字段很长，请在CSS中自定义设置.select-list-wrap的宽度*/
    padding: 6px 0;
    background: #fefefe;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.28);
}

.select.active .select-list-wrap {
    display: none;
}

.select.select-up .select-list-wrap {
    top: auto;
    bottom: 31px;
    border-radius: 4px 4px 0 0;
}

.select .select-val {
    padding-left: 10px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 26px;
}

.select .select-list {
    max-height: 400px;
    max-width: 200px;
    overflow: auto;
}

.select .select-list li {

    font-size: 12px;
    padding-left: 8px;
    height: 24px;
    line-height: 24px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.select .select-list li:hover {
    background: #F7F7F7 no-repeat 13px center;
    color: #38B7FC;
}

.select .select-list li.active {
    /*background-image: url('../images/right.png');
    background-repeat: no-repeat;
    background-position: 13px center;*/
    background-color: #F7F7F7;
    color: #38B7FC;
}

.select .select-list li.active:hover {
    /*background-image: url('../images/right-hover.png');*/
}

.select-s1 {
    display: inline-block;
    position: relative;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background: #3f4b58;
    cursor: default;
}

.select-s1 .arrow {
    position: absolute;
    width: 0;
    height: 0;
    top: 12px;
    right: 9px;
    border: 5px solid transparent;
    border-top-color: #108ee9;
}

.select-s1:hover,
.select-s1.active {
    background: #2d3740;
}

.select-s1 .select-list-wrap {
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 3001;
    min-width: 100%;
    /*如果下拉列表中的字段很长，请在CSS中自定义设置.select-list-wrap的宽度*/
    padding: 6px 0;
    background: #2d3740;
    border-radius: 0 0 4px 4px;
    /*box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.28);*/
}

.select-s1.active .select-list-wrap {
    display: block;
}

.select-s1 .select-val {
    padding-left: 10px;
    height: 30px;
    overflow: hidden;
}

.select-s1 .select-list li {
    padding-left: 32px;
    height: 34px;
    line-height: 34px;
    color: #77848D;
}

.select-s1 .select-list li:hover {
    background: #108ee9 no-repeat 13px center;
    color: #fff;
}

.select-s1 .select-list li.active {
    background: url('../images/right.png') no-repeat 13px center;
}

.select-s1 .select-list li.active:hover {
    background-image: url('../images/right-hover.png');
}

/*select2禁用样式*/
.disSelect2 span{
    background-color: #f5f5f5;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    margin-right: 5px;
    padding: 6px 10px;
    color: #333333;
}

.switch {
    display: inline-block;
    width: 80px;
    height: 30px;
}

.switch.switch-on {
    background: url('../images/switch-on.png');
}

.switch.switch-off {
    background: url('../images/switch-off.png');
}

.icon-details-fixed {
    position: fixed;
    top: 118px;
    right: 20px;
    z-index: 9999;
}

.icon-details-fixed .details-tip-fixed {
    display: none;
    position: absolute;
    top: -10px;
    right: 30px;
    z-index: 3000;
    width: 170px;
    padding: 7px 10px;
    border-radius: 4px;
    background: rgba(76, 90, 104, 0.8);
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.icon-details-fixed .details-tip-fixed i {
    position: absolute;
    top: 12px;
    right: -16px;
    width: 0;
    height: 0;
    border: 8px solid rgba(76, 90, 104, 0.8);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.icon-details-fixed:hover .details-tip-fixed {
    display: block;
}

.icon-details-fixed.icon-details-fixed-s1 {
    top: 158px;
}

.icon-details {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/details.png');
}

.icon-details:hover {
    background: url('../images/details-hover.png');
}

.icon-info {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/info.png') no-repeat;
    cursor: pointer;
}

.icon-info:hover {
    background: url('../images/info-hover.png');
}

/*base*/
.ba-none {
    display: none;
}

.ba-tl {
    text-align: left;
}

.ba-tr {
    text-align: right;
}

.ba-tc {
    text-align: center;
}

.ba-fl {
    float: left;
}

.ba-fr {
    float: right;
}

.ba-both {
    clear: both;
}

.ba-clearfix {
    zoom: 1;
}

.ba-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    overflow: hidden;
}

.ba-mt-2 {
    margin-top: 2px;
}

.ba-mt-5 {
    margin-top: 5px;
}

.ba-mt-10 {
    margin-top: 10px;
}

.ba-mt-15 {
    margin-top: 15px;
}

.ba-mt-20 {
    margin-top: 20px;
}

.ba-mt-25 {
    margin-top: 25px;
}

.ba-mt-30 {
    margin-top: 30px;
}

.ba-mt-35 {
    margin-top: 35px;
}

.ba-mt-40 {
    margin-top: 40px;
}

.ba-mt-50 {
    margin-top: 50px;
}

.ba-mt-90 {
    margin-top: 90px;
}

.ba-mr-5 {
    margin-right: 5px;
}

.ba-mr-10 {
    margin-right: 10px;
}

.ba-mr-15 {
    margin-right: 15px;
}

.ba-mr-20 {
    margin-right: 20px;
}

.ba-mr-40 {
    margin-right: 40px;
}

.ba-mr-60 {
    margin-right: 60px;
}

.ba-mb-5 {
    margin-bottom: 5px;
}

.ba-mb-10 {
    margin-bottom: 10px;
}

.ba-mb-15 {
    margin-bottom: 15px;
}

.ba-mb-20 {
    margin-bottom: 20px;
}

.ba-ml-5 {
    margin-left: 5px;
}

.ba-ml-10 {
    margin-left: 10px;
}

.ba-ml-15 {
    margin-left: 15px;
}

.ba-ml-20 {
    margin-left: 20px;
}

.ba-ml-30 {
    margin-left: 30px;
}

.ba-ml-40 {
    margin-left: 40px;
}

.ba-ml-80 {
    margin-left: 80px;
}


/*下拉框*/

/*
<div class="select-box">
    <div class="select-wrap">
        <i></i>
        <i></i>
        <span>所有项目</span>
        <div>
            <ul>
                <li>项目1</li>
                <li>项目2</li>
                <li>项目3</li>
            </ul>
        </div>
    </div>
</div>

*/
.select-box {
    width: 220px;
    display: inline-block;
    height: 32px;
    font-size: 12px;
}

.select-box.width {
    width: 55px;
}

.select-box.width179 {
    width: 179px;
}
.select-box.width87 {
    width: 87px;
}
.select-box.widthAuto {
    width: auto;
    padding:0 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.select-box.width144 {
    width: 144px;
}
.select-box.width144 .select2-container{
    /*margin-top: 10px !important;*/
    margin-top: 0px;
    padding-left: 0px;
    height: 30px;
}
.select-box.width144 .select2-container span{
    height: auto;
}
.select-box.width144 .select2-container .select2-search--inline .select2-search__field{
    width: 148px;
}
.select-box.width144 .select2-container--default .select2-selection--multiple{
    width: 144px;
    padding-left: 0px;
    height: 26px;
    min-height: 26px;
    overflow: hidden;
    overflow-y: scroll;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
}
.select-box.width144 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    line-height: 12px;
}
.select-box.width144.select-box.width144 .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    width: auto;
    padding: 2px 8px;
    height: 32px;
}

.select-box span {
    color: #000000;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-box .selectboxInline{
    width: 84%;
}

.select-box .select-wrap {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.select-box .nonPosition{
    position: static;
}


.select-box .select-wrap:hover {
    border-color: #108ee9;
}

.select-box .select-wrap.active {
    box-shadow: 0 0 0 2px #CBEFFF;
    border-color: #108ee9;
    z-index: 6999;
}

.select-box .select-wrap.active > div {
    display: block;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
}

.select-box .select-wrap > span {
    padding-left: 8px

}

.select-box .select-wrap > div {
    box-shadow: 0 0 4px 0 rgba(107, 136, 162, 0.30);
    border-radius: 4px;
    /*margin-top: 4px;*/
    display: none;
    overflow: hidden;
    /* position: relative;
     left: 0;
     right: 0;
     z-index: 9999;*/
}

.select-box .select-wrap ul {
    background-color: #fff;
}

.select-box .select-wrap ul > li {
    padding-left: 8px;
    /*height: 24px;*/
    line-height: 24px;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-box .select-wrap ul > li:hover {
    background-color: #F7F7F7;
    color: #38B7FC;
}

.select-box .select-wrap i:first-child {
    top: 30%;
    background: url("../images/Triangle2Copy3.png") no-repeat center;
    background-size: contain;
}

.select-box .select-wrap i:nth-child(2) {
    top: 50%;
    background: url("../images/Triangle2Copy5.png") no-repeat center;
    background-size: contain;
}

.select-box .select-wrap i {
    width: 7px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 10px;
}

/* 输入框+按钮 */
/*
<div class="search-area">
<div class="search">
<input class="" type="text" name="" placeholder="请输入检索内容">
<span>搜索</span>
</div>
</div>
*/
.search {
    width: 260px;
    float: right;
}

.search input {
    height: 26px;
    box-sizing: border-box;
}

.search input:first-child {
    border: 1px solid #EBEBEB;
    width: 180px;
    border-radius: 5px;
    padding-left: 16px;
    background-color: #fff;

}

.search input:first-child.width {
    width: 240px;
}

.search input:first-child:hover {
    border-color: #108ee9;
}

.search input:first-child:focus {
    border-color: #108ee9;
    box-shadow: 0 0 0 2px #CBEFFF;
}

.search span:nth-child(2) {
    width: 66px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #108ee9;
    border-radius: 100px;
    color: #FFFFFF;
    padding-left: 27px;
    vertical-align: middle;
    background: url("../images/search.png") #108ee9 no-repeat 7px center;
    background-size: 20% !important;
    cursor: pointer;
}

/*title*/
/*
    <p class="com-title">
         <span>{{subParName}}<i>></i></span>
         {{subComName}}
    </p>
    */


.breadcrumb {
    line-height: 30px;
    height: 30px;
    width: 98%;
    margin-left: 2%;
    margin-top: 14px;
    /*border-bottom: 1px solid #E6EEF4;*/
}
.breadcrumb .in{
    background-color: #212741;
}
.breadcrumb > ul > li {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    line-height: 20px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.breadcrumb ul li:last-child{
    color: rgba(0,0,0,0.65);
}
.breadcrumb > ul > li.disabled {
    /*color: #ACACAC;*/
    cursor: default;
}
.breadcrumb > ul > li:not(:first-child):before {
    content: "/";
    color: rgba(0,0,0,0.45);
    font-family: NotoSansSC-Regular;
    margin-right: 10px;
}



/*同比环比,年月日*/
/*
<div class="com-compare">
    <div class="left">
        <span class="active">环比</span>
        <span>同比</span>
    </div>
    <div class="right">
        <span>时</span>
        <span>日</span>
        <span>周</span>
        <span class="active">月</span>
    </div>
</div>

*/
.com-compare {
    display: inline-block;
    vertical-align: middle;
}

.com-compare .left {
    padding-left: 8px;
    /*padding-top: 8px;*/
    float: left;
}

.com-compare span {
    box-sizing: border-box;
    height: 22px;
}

.com-compare .left span {
    height: 24px;
    width: 39px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 2px 0 0 2px;
    float: left;
}

.com-compare span.active {
    color: #1EA3DD;
    border: 1px solid #108ee9;
}

.com-compare .right {
    display: none;
    /* width: 104px; */
    height: 24px;
    line-height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    float: right;
    /*margin-top: 8px;*/
    margin-right: 8px;
    margin-left: 20px;
}

.com-compare .right span {
    display: inline-block;
    float: left;
    height: 24px;
    width: 22px;
    line-height: 24px;
    text-align: center;
    border: 1px solid transparent;
}

.com-compare .right span.active {
    color: #180000;
    border: 1px solid #108ee9;
}

iframe {
    margin-top: 4px;
    width: 214px !important;
}

.com-compare input {
    margin-left: 10px;
}

/*时间插件*/
/*<div class="date-com" id="errorlog-date-range">2013-04-14 至 2013-04-21</div>*/
.com-date-plu {
    display: inline-block;
}

.com-date-plu .date-com {
    margin-left: 13px;
    width: 160px;
}

.com-date-plu .date-com:hover {
    border-color: #108ee9;
}

.com-date-plu .date-com {
    /* width: 337px; */
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    /* float: left; */
    display: inline-block;
    margin-left: 35px;
    line-height: 26px;
    /* text-align: center; */
    position: relative;
    padding-left: 14px;
    margin-right: 10px;
    padding-right: 14px;
    vertical-align: middle;
}

/*table*/

/*

<div class="splitResultTab">
        <div class="  com-table">
            <table>
                <thead>
                <tr>
                    <td>IP</td>
                    <td>告警指标</td>
                    <td>告警值</td>
                    <td>告警值</td>
                    <td>操作</td>
                </tr>
                </thead>
                <tbody>
                <tr>
                    <td>192.168.1.255</td>
                    <td>CUP利用率</td>
                    <td>CUP利用率</td>
                    <td>90%</td>
                    <td>
                        <i></i>
                        <i></i>
                    </td>
                </tr>
                <tr>
                    <td>192.168.1.255</td>
                    <td>CUP利用率</td>
                    <td>CUP利用率</td>
                    <td>90%</td>
                    <td>
                        <i></i>
                        <i></i>
                    </td>
                </tr>
                <tr>
                    <td>192.168.1.255</td>
                    <td>wwwwwwwww@wwwwwwww.www</td>
                    <td>90%</td>
                    <td>90%</td>
                    <td>
                        <i></i>
                        <i></i>
                    </td>
                </tr>
                <tr>
                    <td>192.168.1.255</td>
                    <td>.www</td>
                    <td>.www</td>
                    <td>90%</td>
                    <td>
                        <i></i>
                        <i></i>
                    </td>
                </tr>
                <tr>
                    <td>192.168.1.255</td>
                    <td>192.168.1.255</td>
                    <td>CUP利用率</td>
                    <td>90%</td>
                    <td>
                        <i></i>
                        <i></i>
                    </td>
                </tr>

                </tbody>
            </table>
        </div>
    </div>



*/
table tbody tr:hover {
    background: #ECF7FC !important;
}
.com-table table {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E2E5E9;
}

.com-table table thead tr {
    background-color: #DFE6ED;
}


.com-table table th {
    padding: 4px 0;
}
.com-table table thead td {
    padding: 9px 0;
}
.com-table table td{
    padding: 7px 4px;
}

.com-table table td:not(:last-child),
.com-table table th:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.com-table table tr:nth-child(even) {
    background-color: #F6F9FD;
}

.com-table table td:last-child i {
    margin-right: 5px;
}
.com-table table td:last-child i:last-child{
    margin-right: 0;
}


/*tabs*/
/*

<div class="tab">
            <div class="tab-tittle">
                <span class="">Redis</span>
                <span class="active">Tomcat</span>
                <span class="">操作系统</span>
            </div>

        </div>

*/
.tab .tab-tittle {
    padding-bottom: 14px;
    border-bottom: 1px solid #C1CAD3;
    margin-bottom: 18px;
    width: 100%;
}
.tab .tab-title span {
    display: inline-block;
    padding: 0 20px 0 20px;
    line-height: 44px;
    /*border-bottom: 1px solid transparent;*/
    font-size: 12px;
    color: #77848D;
    margin-bottom: -15px;
}

.tab .tab-title span.active {
    border-bottom:3px solid #5ABAE4;
    color: #5ABAE4;
}
.tab .tab-tittle span.active {
    border-bottom:3px solid #5ABAE4;
    color: #5ABAE4;
}
a:hover,
.sub-nav-wrap li:hover,
.pointer{
    cursor:pointer;
}

.uppertriangle {
    background: url("../images/Triangle2Copy3.png") no-repeat center ;
}
.downtriangle {
    background: url("../images/Triangle2Copy5.png") no-repeat center ;
}

/*
<div class="blue-box">
    cmsiexec /qn /i idc_windows32_agent_online.msi
</div>
*/
.blue-box {
    background-color: #F0FBFF;
    border: 1px solid #108ee9;
    border-radius: 2px;
    color: #10465E;
    line-height: 12px;
    height: 39px;
    line-height:39px;
    padding-left: 9px;
}

/*局部loading遮罩*/
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    /*background-image: url(../images/loading.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-size:3% ;*/
    /*background-position: center center;*/
}

.color-blue {color: #00b3ee}

/*进度条样式开始*/
.progress{
    width: 800px;
    margin: auto;
    margin-bottom: 60px;
}
.progress ul {
    width: 100%;
    margin: 0 auto;
}

.progress li {
    float: left;
    border: 1px solid #108ee9;
    height: 0;
    width:100px;
    position: relative;
    top: 15px;
}

.progress .fir,
.progress .sec,
.progress .thr,
.progress .fou
{
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}

.progress ul li {
    background-color: #D4D4D4;
    border: 1px solid transparent;
    height: inherit!important;
}

.progress .po1.active {
    background-color: #108ee9;
}

.progress .po2.active {
    background-color: #108ee9;
}
.progress .po3.active {
    background-color: #108ee9;
}
.progress .po4.active {
    background-color: #108ee9;
}

.progress span {
    width: 50px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: -26px;
    top: 36px;

    font-size: 12px;
    color: #000000;
}
/*进度条样式结束*/


/*<ul class="progressBar">*/
/*<li class="item progressBarActive">*/
/*1<span>安装AGENT</span>*/
/*</li>*/
/*<li class="lines progressBarActive"></li> <li class="lines"></li>*/
/*<li class="item ">*/
/*2<span>中间件</span>*/
/*</li>*/
/*<li class="lines"></li><li class="line"></li>*/
/*<li class="item">*/
/*3<span>告警规则</span>*/
/*</li>*/
/*<li class="lines"></li><li class="lines"></li>*/
/*<li class="item">*/
/*4<span>通知规则</span>*/
/*</li>*/
/*</ul>*/

.addpro .temp-select-icon {
    background-size: 20px !important;
    margin-top: 3px;
}
.select-box .select-wrap.disactive{
    border-color: #EBEBEB;
    background: #EBEBEB;
    z-index: 12;

}
.select-box .select-wrap.disactive:hover {
    border-color: #EBEBEB;
}

/*选项卡*/
.tab{padding: 0; margin: 0;  border-bottom:1px solid #C1CAD3; height: 33px; }
.tab li {
    list-style: none;
    line-height: 20px;
    /*width: 82px;*/
    float: left;
    color: #77848D;
    text-align: center;
    position: relative;
    line-height: 15px;
    cursor: pointer;
}

.tab li.active {
    list-style: none;
    width: 82px;
    float: left;
    color: #108ee9;
    text-align: center;
    position: relative;
    border-bottom: #108ee9 solid 2px;
}

/*tips提示*/
.header-after {
    /*position: relative;*/
    left: 0;
    top: 0;
}

.header-after > div {
    position: fixed;
    /*border: 1px solid #CFEFDF;*/
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%);
    top: 40px;
    z-index: 10000;
    box-shadow: 5px 5px 5px #acacac;
    /*display: none;*/
}

.header-after > div > div {
    padding-left: 60px;
    box-sizing: border-box;
}

.header-after .close-tips {
    display: none;
}

.header-after .close-tips,
.header-after .assist-tips {
    width: 380px;
    min-height: 105px;
}

.header-after .base-tips {
    width: 336px;
    height: 36px;
    line-height: 36px;
}

.header-after > div > div {
    width: 100%;
    min-height: 105px;
    background-color: #EBF8F2;
    display: none;
}

.header-after .close-tips > div i {
    float: right;
    margin-top: 14px;
    margin-right: 14px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url("../images/close-normal.png") no-repeat center;
    cursor: pointer;
}

.header-after .close-tips > div i.active {
    background-image: url("../images/close-down.png");
}

/*.header-after .close-tips > div i:hover{
    background-image: url("../images/close-hover.png");
}*/
.header-after .close-tips > div i.active {
    background-image: url("../images/close-down.png");
}

.header-after > div > div div:nth-child(2) {
    padding-top: 21px;
    font-size: 14px;
    color: #313131;
    position: relative;
    margin-right: 40px;
}

.header-after > div > div div:nth-child(3) {
    color: #575D59;
}

.header-after > div > div div:nth-child(2):before {
    content: '';
    display: inline-block;
    height: 22px;
    width: 22px;
    position: absolute;
    left: -40px;
    top: 21px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: 22px;
}

.header-after .close-tips .success-tips div:nth-child(2):before {
    background-image: url("../images/success big@2x.png");
}

.header-after .close-tips .info-tips div:nth-child(2):before {
    background-image: url("../images/info big@2x.png");
}

.header-after .close-tips .warning-tips div:nth-child(2):before {
    background-image: url("../images/warning big@2x.png");
}

.header-after .close-tips .error-tips div:nth-child(2):before {
    /*background-image: url("../images/error big@2x.png");*/
    background-image: url("../images/warning-big@2x.png");
}

.header-after .success-tips {
    background-color: #EBF8F2;
    border: 1px solid #D5F2E4;
}

.header-after .info-tips {
    background-color: #ECF6FD;
    border: 1px solid #D4E7F6;
}

.header-after .warning-tips {
    background-color: #FFFAEB;
    border: 1px solid #FCF4D2;
}

.header-after .error-tips {
    background-color: #FEF0EF;
    border: 1px solid #F7D8DA;
}

.header-after > div > div div:last-child {
    margin-top: 12px;
    margin-bottom: 10px;
    width: 80%;
}

.paging {
    float: left;
    height: 26px;
    width: 100%;
}
.paging .left-text{
    float: left;
    font-size: 12px;
    color: #757575;
}
.paging .right-pafing{
    float: right;
    margin-right: -14px;
}
.cloud-icon{
    display: inline-block;
    width: 47px;
    height:20px ;
}
.idc{
    background: url("../images/IDC-type.png") no-repeat center;
}
.aws{
    background: url("../images/AWS-type.png") no-repeat center;
}
.qingcloud{
    background: url("../images/qingCloud-type.png") no-repeat center;
}
.aliyun{
    background: url("../images/ali2.png") no-repeat center;
}
.azure{
    background: url("../images/winicon.png") no-repeat center;
}
/*输入框错误样式*/
.wrongInfo {
    box-shadow: 0 0 0 2px #ffbdbd;
    border: 1px solid #FF0000 !important;
    color: #000 !important;
}

/*监控span下一步按钮背景致灰*/
.disspan{
    background: #cccccc !important;
}

/* 白色带图标btn */
.white-btn{
    padding: 4px 15px;
    display: inline-block;
    border: 1px solid #CDCDCD;
    line-height: 20px;
    border-radius: 4px;
    margin-left: 5px;
}
.white-btn i{
    width: 14px;
    margin-right: 10px;
    display: block;
    float: left;
    height: 12px;
    margin-top: 4px;
}
.white-btn.a-one i{
    background: url(../images/rscServBtn4_1.png) no-repeat;
}
.white-btn.a-two i{
    background: url(../images/active1_modify.png) no-repeat;
}
.white-btn.a-three i{
    background: url(../images/active1_delete.png) no-repeat;
}
.white-btn.a-four i{
    background: url(../images/active1_associate.png) no-repeat;
}
.add-startTypeCheck.checkbox{
    width: 17px;
    top: 2px;
    margin-left: 70px;
}

.Wdate {
    background: #fff url("../images/data-icon.png") no-repeat right !important;
    background-position: 95% !important;
}

input[type="file"]:focus,input[type="file"]:hover{
    border: none;
    box-shadow: none;
}
