/* div, input, p, ul, li, textarea, main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
input, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bodyDiv {
    border: 1px solid #ddd;
    background-color: white;
    min-height: 200px;
    overflow: auto;
    text-align: left;
    color: #000 ";
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
/ / -webkit-box-shadow: inset 0 0 6 px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
/ / -webkit-box-shadow: inset 0 0 6 px rgba(0, 0, 0, 0.3);
    background-color: #d0d2d5;
}

.description, .float-box {
    position: fixed;
    background: #fff;
    padding: 5px 15px;
/ / border: 1 px solid #ddd;
    box-shadow: 1px 0 12px -1px hsla(0, 0%, 0%, .2);
    display: none;
    z-index: 999;
    min-width: 100px;
    max-width: 30%;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    display: none;
    font-size: 12px;
    color: #666666;
}

.paname {
    float: left;
    margin-left: 10px;
    clear: both;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width:50px;*/
    font-size: 14px;
    color: #333;
}

.outputPaname {
    float: left;
    /* margin-left: 10px;
    clear: both;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis; */
}

input.chk {
    float: left;
    clear: both;
    margin-left: 10px;
}

.icon-question {
    position: relative;
    background: url(../images/icon-question.png) no-repeat;
    background-size: contain;
}

.icon-delete, .icon-question, .icon-add, .icon-delete-disabled {
    margin-left: 5px;
    float: left;
    width: 14px;
    height: 14px;
    display: block;
}

.bodyData {
    display: block;
    width: 90% !important;
    font-size: 13px;
    max-height: 388px;
    min-height: 30px;
    overflow: auto;
    margin: 5px;
}

.icon-add {
    background: url(../images/icon-add.png) no-repeat;
    background-size: contain;
    margin-top: 5px;
    margin-left: 30px;
    clear: both;
    cursor: pointer;
}

.comboboxDiv {
    clear: both;
}

.defauleValue {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: #807C7C solid 1px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    /*max-width: 40%;*/
    white-space: nowrap;
    width: auto;
    background-color: transparent;
    font-size: 14px;
    font-family: "Huawei Sans", "方正兰亭黑简体";
}

.jsonCombobox {
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    font-family: "Huawei Sans", "方正兰亭黑简体";
}

.icon-delete {
    background: url(../images/icon-close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.icon-delete-disabled {
    background: url(../images/icon-close-disabled.png) no-repeat;
    background-size: contain;
}

.keyCodeFlag {
    padding-left: 10px;
    clear: both;
    width: 100%;
}

.labelCls {
    /*text-transform: capitalize;*/
    font-size: 14px;
    color: #666;
    width: calc(30% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    /*margin-left:10px;*/
    margin-right: 5px;
    vertical-align: middle;
}

.labelCls:after {
    content: ":";
    padding-left: 2px;
}

.title {
    font-size: 16px;
    color: #262626;
}

.dialogTitle {
    text-transform: capitalize;
    font-size: 16px;
    color: #262626;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* .table{
    border-collapse:collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table tbody{
    display:block;
    height:310px;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
}

.table tbody::-webkit-scollbar {
    display:none;
}

.table thead, .table tbody tr {
    display:table!important;
    width:100%;
    table-layout:fixed;
}

.table thead {
    //width: calc(100% - 8px);
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 4px;
}

.table .head {
    height:30px;
    font-size:12px;
    color:#666666;
    font-weight:normal;
    border-top:1px solid #d6d8db;
}

.table .head th{
    font-weight:normal;
}
.table th, .table td {
    padding: 4px;
    text-align: left;
    border-top: 1px solid #ddd;
    padding-left:20px;
}

.table .trCls {
    height:35px;
    color:#262626;
    border-top:1px solid #e5e5e5;
}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#fafafa}
.table-striped>tbody>tr:last-child{border-bottom:1px solid #e5e5e5;} */
.required:before {
    content: "*";
    color: #e41f2b;
    vertical-align: middle;
    margin-right: 2px;
}

.blank {
    padding-left: 5px;
}

.icon-help {
    background: url(../images/icon-help.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 2px;
    vertical-align: text-bottom;
}

.icon-help:hover {
    background: url(../images/icon-help-hover.png) no-repeat;
}

.icon-blank {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    float: right;
}

.icon-help-topo {
    position: relative;
    background: url(../images/icon-help.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}

.icon-help-topo:hover {
    background: url(../images/icon-help-hover.png) no-repeat;
}

.icon-blank-topo {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
}

.icon-edit {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/project_edit.gif) no-repeat;
    background-size: contain;
}

.icon_detail, .icon_yaml {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/btn_detail.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.icon_detail:hover, .icon_yaml:hover {
    background: url(../images/btn_detail_hover.png) no-repeat;
}

.icon_showGuide {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/btn_display.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.icon_showGuide:hover {
    background: url(../images/btn_display_hover.png) no-repeat;
}

.icon_hideGuide {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/btn_hiding.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.icon_hideGuide:hover {
    background: url(../images/btn_hiding_hover.png) no-repeat;
}

.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e2e4e6;
}

.tabs li {
    display: table-cell;
    padding: 10px;
}

.tabs li.selected {
    border-bottom: 2px solid #e41f2b;
}

/*.tabs li:last-child {
    border-right:1px solid rgb(192,192,192);
}*/

.tabs li a {
    text-decoration: none;
    color: #262626;
    font-size: 16px;
}

.tabsMain {
    padding-top: 20px;
    width: 100%;
    max-height: 330px;
    overflow: auto;
}

.tabsContent {
    padding: 10px;
    display: table;
    width: 100%;
}

.topoSpan {
    /*text-transform:capitalize;*/
    color: #666666;
    font-size: 14px;
}

.topoSpan:after {
    content: ":";
}

.attributSpan {
    color: #666666;
    font-size: 14px;
}

.tabsContent div {
    display: table-row;
}

.tabsContent div span {
    display: table-cell;
    margin: 5px;
    /*text-transform:capitalize;*/
}

.tabsContent div span:after {
    content: ":";
}

.tabsContent div input {
    display: table-cell;
    margin: 5px;
}

.logoIcon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    display: block;
    background-image: url("../images/btn_logo.png");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    margin-left: 20px;
    height: 40px;
}

.logotitle {
    color: #E34A53;
    display: inline-block;
    margin-left: 18px;
    padding: 6px 8px;
    font-weight: bold;
}

.userinfo {
    display: inline-block;
    font-size: 14px;
}

.runStatus {
    display: inline-block;
    width: 70px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    background: rgb(235, 235, 235);
    margin-top: 7px;
    cursor: pointer;
    border: 1px solid white;
}

.runStatus:hover {
    background: #d0d2d5;
    border: 1px solid white;
}

.runStatusActive {
    display: inline-block;
    width: 70px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    background: #f5f5f5;
    margin-top: 7px;
    cursor: pointer;
    border: 1px solid #717171;
}

.model-btn {
    font-size: 14px;
    float: right;
    margin-right: 9%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 2px;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
    cursor: pointer;
}

.model-btn:hover {
    background-color: #ffedee;
    color: #e41f2b;
    border: 1px solid #ffc7cb;
}

.model-btn:active {
    border: 1px solid #e41f2b;
}

.btn_confirm {
    color: #fff;
    font-size: 14px;
    background-color: #e41f2b;
    border: 1px solid #e41f2b;
}

.btn_confirm:hover {
    background-color: #e8404b;
    color: #ffffff;
}

.btn_confirm:disabled {
    background-color: #bfbfbf;
    color: #ffffff;
    border: 1px solid #bfbfbf;
}

.btn_confirm:active {
    background-color: #c21a25;
    color: #ffffff;
}

.langIcon {
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    width: 30px;
    margin-left: 30px;
    margin-right: 20px;
}

.zh {
    background-image: url(../images/lan_zh.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.zh:hover {
    background-image: url(../images/lan_zh_hover.png);
}

.us {
    background-image: url(../images/lan_en.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.us:hover {
    background-image: url(../images/lan_en_hover.png);
}

.importXml {
    background: url(../images/btn_import.png) no-repeat;
    height: 16px;
    display: inline-block;
    width: 16px;
    cursor: pointer;
}

.importXml:hover {
    background: url(../images/btn_import_hover.png) no-repeat;
}

.btn_add {
    background: url(../images/btn_addline.png) no-repeat;
    margin-left: 4px;
    width: 16px;
    height: 16px;
}

.btn_add:hover {
    background: url(../images/btn_addline_hover.png) no-repeat;
}

.topoValue {
    font-size: 14px;
    color: #262626;
}

.topoInput {
    border: 1px solid #d0d2d5;
    padding: 5px;
    color: #262626;
    font-size: 14px;
}

.topoInput:focus {
    border: 1px solid #287cf2;
}

table.properties td {
    font-size: 14px;
    color: #666;
}

table.properties input {
    border: 1px solid #d0d2d5;
    padding: 5px;
    font-size: 14px;
}

.applyTmpl {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url(../images/btn_usemode.png) no-repeat center;
    cursor: pointer;
}

.applyTmpl:hover {
    background: url(../images/btn_usemode_hover.png) no-repeat center;
}

.checkTmpl {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url(../images/btn_review.png) no-repeat center;
    cursor: pointer;
}

.checkTmpl:hover {
    background: url(../images/btn_review_hover.png) no-repeat center;
}

.deleteTmpl {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url(../images/btn_delete.png) no-repeat center;
    cursor: pointer;
}

.deleteTmpl:hover {
    background: url(../images/btn_delete_hover.png) no-repeat center;
}

label.chkLabel {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url('../images/btn_checkbox.png') no-repeat top left;
    background-position: -16px 0;
    vertical-align: middle;
}

input[type='checkbox']:checked + .chkLabel {
    background: url('../images/btn_checkbox_checked.png') no-repeat top left;
    background-position: 0 0;
}

.marginTop20 {
    margin-top: 20px;
}

label.radioLabel {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url('../images/btn_radiobtn.png') no-repeat top left;
    background-position: -16px 0;
    vertical-align: middle;
}

input[type='radio']:checked + .radioLabel {
    background: url('../images/btn_radiobtn.png') no-repeat top left;
    background-position: 0 0;
}

.font14 {
    font-size: 14px;
    color: #262626;
}

.tip {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_tips.png) no-repeat center;
}

.upload {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: auto;
    background-color: #fff;
    border: solid 1px #d0d2d5;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #262626;
    text-decoration: none;
}

.upload:hover {
    color: #e41f2b;
    background-color: #ffedee;
    border: 1px solid #ffc7db;
}

.upload:active {
    color: #e41f2b;
    border: 1px solid #e41f2b;
    background-color: #ffedee;
}

.change {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    background-color: #fff;
    transform: translate(-300px, 0px) scale(4);
    height: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon-file {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url(../images/icon_file.png) no-repeat center;
}

a.detail-icon, a.detail-icon:hover, a.detail-icon:focus {
    color: #e41f2b;
}

.autoNewLine {
    word-break: break-all;
}

.fixed-table-pagination .page-list {
    display: none;
}