.cm-btn , .cm-btn-dark ,.cm-btn-disabled{
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background: #5cbcec;
    cursor: pointer;
    padding: 0 12px;
    line-height: 26px;
    outline: none;
    border: none;
    display: inline-block;
    *display: inline;
    zoom:1;

    min-width: 36px;
    text-align: center;
}

button.cm-btn , button.cm-btn-dark ,button.cm-btn-disabled{
    min-width: 60px;
}

.cm-btn:hover {
    background: #00ADEF;
    color: #ffffff;
    text-decoration: none;
}

.cm-btn-dark {
    background: #3396c8 ;
}

.cm-btn-disabled{
    background: #AAAAAA !important;
    cursor: not-allowed;
}

/*普通的按钮组*/
.cm-btn-group{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.cm-btn-group .cm-btn , .cm-btn-group .cm-btn-dark , .cm-btn-group .cm-btn-disabled{
    margin-right: 10px;
}

/*应用于页面外部的按钮组*/
.cm-btn-group-out{
    margin: 30px 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.cm-btn-group-out .cm-btn{
    background-color: #3396c8;
}

.cm-btn-group-out .cm-btn:hover{
    background-color: #32A6DF;
}

.cm-btn-group-out .cm-btn , .cm-btn-group-out .cm-btn-dark , .cm-btn-group-out .cm-btn-disabled{
    margin-right: 20px;
}

.cm-btn-switch{
    display: inline-block;
    cursor: pointer;
}

.cm-link-button {
    color: #00adef;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
.cm-step {
    font-family: "宋体";
    font-size: 14px;
    color: #999999;
}

.cm-step, .cm-step div {
    height: 45px;
    border: none;
    margin: 0;
    padding: 0;
}

.cm-step-item {
    float: left;
    line-height: 45px;
    cursor: pointer;
}

.cm-step-item-disable {
    cursor: default;
}

.cm-step-item-left {
    float: left;
    width: 10px;
    background: url("../images/step_gray.png");
}

.cm-step-item-right {
    width: 10px;
    float: left;
    background: url("../images/step_gray.png") -390px 0 no-repeat;
}

.cm-step-item-middle {
    width: 100px;
    float: left;
    background: url("../images/step_gray.png") -10px 0 no-repeat;
    text-align: center;
}

.cm-step-item-next {
    cursor: default;
    float: left;
    background: url("../images/step_next.png") center center no-repeat;
}

.cm-step-item-cur .cm-step-item-left, .cm-step-item-cur .cm-step-item-middle, .cm-step-item-cur .cm-step-item-right {
    background-image: url("../images/step_green.png") ;
    color: #FFF ;
}


.cm-step-theme-small{
    height: auto;
}
.cm-step-theme-small  div {
    height: 32px;
}
.cm-step-theme-small .cm-step-item-left{
    display: none;
}
.cm-step-theme-small .cm-step-item-right{
    display: none;
}

.cm-step-theme-small .cm-step-item-middle{
    position: relative;
}

.cm-step-theme-small .cm-step-item-icon{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: #CCCCCC;
    margin: 0 auto;
}

.cm-step-theme-small .cm-step-item-text{
    display: block;
    position: absolute;
    top: 44px;
    left: -75px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    width: 200px;
    font-family: "Microsoft YaHei";
}
.cm-step-theme-small .cm-step-item-cur .cm-step-item-middle .cm-step-item-text{
    color: #000 ;
}
.cm-step-theme-small .cm-step-item-middle{
    background: none;
}
.cm-step-theme-small .cm-step-item-next{
    background-image: none;
    background-color: #E7E7E7;
    height: 2px;
    margin-top: 16px;
}
.cm-step-theme-small .cm-step-item-next .cm-step-item-process{
    height: 2px;
    background-color: #77BE1A;
    display: block;
    width: 0;
}

.cm-step-theme-small .cm-step-item-cur .cm-step-item-icon{
    background-color: #77BE1A;
}
.cm-step-theme-small .cm-step-item-passed  .cm-step-item-icon{
    background-color: #77BE1A;
}




.cm-step-line2 .cm-step-item{
    float:right;
}
.cm-step-line .cm-step-item-next2{
    display:none;
}
.cm-step-line.cm-step-line2  .cm-step-item-next.cm-step-item-next2{
    display:block;
}
.cm-step-line2 .cm-step-item-next{
    display:none;
}
.cm-step-theme-small div {
    height:auto;
}
.cm-step-theme-small div.cm-step2-line{
    position: absolute;
    width: 2px;
    background-color: #E7E7E7;
    height: 20px;
    top: -29px;
}
.cm-step-theme-small div.cm-step2-line1{
    right: 27px;
}

.cm-step-theme-small div.cm-step2-line0{
    left: 27px;
}
.cm-table {
    border-spacing: 0;
    border-top: none;
    border-left:none !important;
    border-collapse: collapse;
}

.table td {
    border-right: 1px #F2F2F2 solid;
    border-bottom: 1px #F2F2F2 solid;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px 0 5px;
}

.table th {
    border-top-width: 0;
    border-right: 1px solid #fff;
}

.table th:last-child{
    border-right-width: 0;
}

.cm-table-cur {
    background-color: #FAFAFA !important;
}

.cm-table thead tr {
    border-width: 0;
}

.cm-table select {
    color: #808080;
    height: 22px;
    border-color: #DDD;
}

.cm-table input {
    border: 1px #DDDDDD solid;
    padding-left: 5px;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
}
.cm-table input.checkbox{
    border: none !important;
}
.cm-table-header0 th {
    background-color: #F0F0F0;
}

.cm-table-header1 th {
    background-color: #AFE9FD;
}

.cm-table-header2 th {
    background-color: #C2EFFF;
}

.cm-table-header3 th {
    background-color: #D5F6FF;
}

.cm-table-header4 th {
    background-color: #E3F9FF;
}

.cm-table-header5 th {
    background-color: #f4fcff;
}

.cm-table-theme-pop {
    border-collapse: collapse;
}

.cm-table-theme-pop .cm-table-header0 {
    border-left: 1px #ffffff solid;
    border-top: none;
}

.cm-table-theme-pop th:first-child {
    border-left: 1px #cfd8e7 solid;
}

.cm-table-theme-pop th:last-child {
    border-right: 1px #cfd8e7 solid;
}

.cm-table-theme-pop th {
    border-top: none;
    background: #cfd8e7;
}

.cm-table-theme-pop  .cm-tbody .cm-table-tr:hover {
    background-color: #F0F1F6 !important;
}

.cm-table-theme-pop .cm-tbody .cm-table-td {
    border-right: 1px #b3b3b3 solid;
    border-left: 1px #b3b3b3 solid;
    border-bottom: 1px #b3b3b3 solid;
}

.cm-table-root{
    overflow: hidden;
    border:1px solid #F0F0F0;
}

.cm-table-theme-pop.cm-table-root{
    border: 1px solid #CFD8E7;
}

/*IE8不支持last-child伪类，只好在js里面做判断增加此类*/
.cm-tbody .cm-table-td:first-child {
    border-left: none !important;
}

.cm-tbody .cm-table-td:last-child {
    border-right:none !important;
}

/*IE8不支持last-child伪类，只好在js里面做判断增加此类*/
.cm-tbody .cm-table-td.last-cell{
    border-right:none !important;
}

.cm-table-checked-row{
    background-color: #e7f2fa !important;
}

/*固定的表头*/
.cm-table-header-fixed{
}

/*滚动的表体*/
.cm-table-body-scroll{
    overflow: auto;
}

.cm-table-select{
    position: relative;
    width: 90%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

.cm-table-text{
    width: 100px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.cm-table-select select{
    position:absolute ;
    top: 4px;
    left: 0;
    width:100% !important;
    padding: 2px;
}

.cm-table select:focus {
    min-width: 100%;
    width:auto !important;
}

.cm-table .cm-table-sort{
    background: url(../images/table_sort_no.gif) no-repeat center right ;
    cursor: pointer;
}

.cm-table .cm-table-sort.desc{
    background-image: url(../images/table_sort_desc.gif) ;
}

.cm-table .cm-table-sort.asc{
    background-image: url(../images/table_sort_asc.gif) ;
}

.cm-table-search{
    display: none;
    margin-bottom: 10px;
}

.cm-table-pagination{
    margin-top: 10px;
    display: none;
}

.cm-table .cm-operation.cm-icon{
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.cm-table .cm-operation.setting{
    cursor: pointer;
    background-image: url(../images/icon_set.png) ;
}
.cm-table .cm-operation.move-up{
    cursor: pointer;
    background: url(../images/icons.png?34) no-repeat -96px 0;
}
.cm-table .cm-operation.move-down{
    cursor: pointer;
    background: url(../images/icons.png?34) no-repeat -112px 0;
}

.cm-table .cm-operation.link-button{
    cursor: pointer;
    line-height: 16px;
    text-decoration: underline;
    color: #00adef;
}
.cm-table-button{
    display: block;
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 26px;
    cursor: pointer;
    background: url(../images/icon_set.png) no-repeat 0 5px;
}

.cm-table-notable{
    padding: 20px;
    border: 1px solid #EEEEEE;
}

.cm-table .cm-table-invalid{
    border-color: red !important;
}

.cm-table .cm-table-radio{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_radio_unchecked.png") 0 0 no-repeat;
}

.cm-table .cm-table-radio-checked{
    background-image: url("../images/icon_radio_checked.png");
}


/*固定表格列*/
.cm-table-container-wrapper{
    position: relative;
    height: auto;
    z-index: 10;
}

/*.cm-table-container{*/
    /*position: absolute;*/
    /*z-index: 10;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.cm-table-container-1{
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    /*color: #fe0030;*/
    overflow-x: hidden;
    overflow-y: hidden;
}

.cm-table-container-1 .cm-tbody .cm-table-td{
    border-right: 1px #F2F2F2 solid !important;
}

.cm-table-container-1 .cm-table-root {
    overflow: hidden;
    border-left: none !important;
    border-bottom: none !important;
}

.cm-table-container-1 .cm-table-body-scroll {
    overflow: hidden;
}

.cm-table-container-1 .cm-table-theme-pop .cm-tbody .cm-table-td{
    border-right: 1px #b3b3b3 solid !important;
}


/*合计表格*/

.cm-sumTable-container-wrapper{
    position: relative;
    height: auto;
}

.cm-sumtable-container .cm-table-body-scroll{
    overflow: hidden;
}
.cm-sumtable-container-1{
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    /*color: #fe0030;*/
    overflow-x: hidden;
    overflow-y: hidden;
}

.cm-sumtable-container-1 .cm-tbody .cm-table-td{
    border-right: 1px #F2F2F2 solid !important;
}

.cm-sumtable-container-1 .cm-table-root {
    overflow: hidden;
    border-left: none !important;
    border-bottom: none !important;
}

.cm-sumtable-container-1 .cm-table-body-scroll {
    overflow: hidden;
}

.cm-sumtable-container-1 .cm-table-theme-pop .cm-tbody .cm-table-td{
    border-right: 1px #b3b3b3 solid !important;
}


.cm-table-theme-pop .cm-table-header0 {
    border-left:none !important;
    border-top: none;
}

.cm-tbody tr.frozen-hover{
    background-color:#FAFAFA;
}
.cm-table-theme-pop .cm-tbody tr.frozen-hover {
    background-color: #FAFAFA;
}

.cm-table .input-invalid{
    border-color: red;
}
.cm-no-data{
    height: 28px;
    width: 100px;
    position: absolute;
    line-height: 28px;
    bottom: 4px;
    left: 50px;
    z-index: 109;
    display: none;
}
table th .cm-table-cell{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    position: relative;
    cursor: default;
}
.cm-window{
    display: none;
    width: 100%;
    height: 100%;
}
.cm-window .popup_mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

.cm-window .popup_window {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 20px #333;
    display: none;
}

.cm-window h3.popup_title {
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #515151;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    position: relative;
    cursor: move;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.cm-window .cm-window-move{
    cursor: move;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.cm-window .popClose {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../images/btn_close.png) 0 0 no-repeat;
    overflow: hidden;
    top: 5px;
    right: 5px;
}

.cm-window .popClose:hover{
    background: url(../images/ico_cancel.png) 0 0 no-repeat;
}

.cm-window .popup_con {
    padding: 10px 0 0 0;
}

.cm-window .popup_btn {
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 30px;
}

.cm-window .popup_btn a {
    display: inline-block;
    height: 28px;
    min-width: 54px;
    margin: 0 10px;
    line-height: 24px;
    padding: 0 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background: #3296C8
}

.cm-window .popup_btn a:hover {
    background: #2C85AF;
    color: #fff;
    text-decoration: none;
}
.cm-window .popup_window_proxy{
    border: 2px #000cff dotted;
    display: none;
    position: fixed;
    cursor: move;
}

.popup_window_content{
    padding: 10px 24px;
    background: #f0f3f8;
    margin: 10px;
}

.cm-window .popup_title{
    position: relative;
    z-index: 1;
}

.cm-window .popup_title span{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.cm-window-title-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.cm-mask{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
}
/*loadingBar*/
.cm-loadingbar-under {
    position: relative;
}

.cm-loadingbar {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
}

.cm-loadingbar .loading-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    cursor: wait;
}

.cm-progress-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: wait;
}
.cm-loadingbar .loading-image {
    width: 16px;
    height: 16px;
    background: #fff url(../images/loadingimage.gif) 10% 50% no-repeat;
}

.cm-loadingbar .loading-mask-dark{
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
    -moz-opacity: 0.6 !important;
    -khtml-opacity: 0.6 !important;
}

.cm-loadingbar .cm-progress-bar{
    width: 360px;
    vertical-align: middle;
    height: 8px;
    margin: 0 auto;
    background-color: #FFF;
}

.cm-loadingbar .cm-progress-value {
    width: 0;
    height: 100%;
    background-color: #00A0E9;
}

.cm-loadingbar .cm-progress-top{
    height: 200px;
}

.cm-loadingbar .cm-progress-text{
    text-align: center;
    color: #d2d2d2;
    line-height: 30px;
    font-family: "SimSun";
}

.cm-loadingbar .cm-progress-text span{
    padding-right: 10px;
}

.cm-loadingbar .cm-progress-exception{
    text-align: center;
    color: #ff0032;
    line-height: 30px;
    font-family: "SimSun";
}

.cm-loading {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.cm-loading img{
}
.cm-fileUploadDisplay{
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;

}

.cm-fileUploadDisplay span{
    float: left;
    overflow: hidden;
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-color: #FFF;
    text-indent: 9px;
    white-space:nowrap;
}

.cm-fileUploadDisplay button{
    float: right;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-top: 0px;
    outline: none;
    border-width: 0;
    padding: 0 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background: #5cbcec;
}

.cm-fileUploadDisplay button:hover{
    background: #00ADEF;
}
.cm-fileUploadWrap:hover button{
    background: #00ADEF;
}

.cm-fileUploadWrap {
    height: 30px;
    width: 214px;
    overflow: hidden;
    position: relative;
}

.cm-fileUpload{
    filter:alpha(opacity=0);
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}
.cm-fileUpload-input{
    height: 24px !important;
    border: 1px solid #cdcdcd;
}

.cm-fileShowInput{
    width: 74px;
    margin: 0 auto;
}
/*
* 与布局相关的css定义
*/
#tmsBody{
    margin-bottom: 10px;
}

.tms-container{
    cursor: wait;
    visibility: hidden;
}

.layout-row{
    margin:0 0 10px 0;
}

.layout-container{
    border: 1px #cac8c9 solid;
    background: #fff;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(8, 1, 3, 0.273);
}

.layout-container .page-title{

}

.layout-form tr.layout-row{
    border-bottom: 10px solid transparent;
    margin: 0;
}
.layout-form tr.layout-row>th{
    border-right: 10px solid transparent;
    text-align: left;
    vertical-align: top;
}

.layout-form .control{
    display: inline-block;
    margin-right: 10px;
}

.layout-form .control select{
}

.layout-form .layout-title{
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
}

.cm-required{
    display: inline-block;
    color: #ff0204;
    line-height: 30px;
    font-weight: normal;
    font-family: '宋体';
}

.cm-label{
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-indent: 25px;
    margin-right: 10px;
}

.cm-label input[type="checkbox"]{
    position: absolute;
    top: 5px;
    left: 0;
}




input.cm-validator-error-input,textarea.cm-validator-error-input,select.cm-validator-error-input{
    border: 1px solid red !important;
}

.cm-validator-error,.cm-validator-tips{
    position: absolute;
    background-color: #FFF;
    line-height: 30px;
    border-radius: 4px;
    font-weight: normal;
    border: 1px solid #C9C9C9;
    box-shadow: 0 0 7px #ABABAB;
    text-indent: 0;
}

.cm-validator-error{
    color: red;
}

.cm-validator-error span,.cm-validator-tips span{
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    max-width: 500px;
}

.cm-validator-error b,.cm-validator-tips b{
    position: absolute;
    width: 15px;
    height: 18px;
    left: 22px;
    bottom: -18px;
    background: url("../images/tooltip_validate.gif") no-repeat 0 0;
    display: block;
}
.cm-interceptor-msg{

}

.cm-interceptor-content{

}

.cm-interceptor-detail{
    display: none;
    height: 200px;
    width: 200px;
    margin-top: 10px;
}


.cm-interceptor-more{
    color: #2D86B3;
    text-decoration: underline;
}
span.cm-placeholder{
    position: absolute;
    cursor: text;
    z-index: 1;
    color:#a9a9a9;
    line-height:26px;
    margin: 4px 0 0 5px;
    padding-left:5px;
    font-size:12px;
    vertical-align:middle;
    /*background-color: #fff;*/
    text-align: left;
}

.cm-select-field{
    width: 400px;
    height: 231px;
}

.cm-select-field .leftMsg,.cm-select-field .rightMsg{
    line-height: 30px;
}

.cm-select-field select{
    width: 100%;
    height: 200px;
    border: 1px solid #CCCCCC;
}

.cm-select-field select option{
    padding: 5px 0 5px 5px;
}
.cm-select-field-left{
    float: left;
    width: 150px;
}


.cm-select-field-right{
    float: left;
    width: 150px;
}
.cm-select-field-remove{
    float: left;
    width: 60px;
    margin-top: 70px;
    /*height: 10px;*/
}

.cm-select-field-remove span{
    display: block;
    width: 20px;
    height: 16px;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer;
}

.cm-select-2-right1{
    background: url("../images/remove_all_to_right.png");
}

.cm-select-2-right2{
    background: url("../images/remove_one_to_right.png");
}

.cm-select-2-left1{
    background: url("../images/remove_one_to_left.png");
}

.cm-select-2-left2{
    background: url("../images/remove_all_to_left.png");
}


.cm-select-field-sort{
    float: left;
    width: 16px;
    margin-left: 20px;
    margin-top: 95px;
}

.cm-select-field-sort span{
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}

.cm-select-2-up{
    background: url(../images/icons.png?34) no-repeat;
    background-position: -96px 0;
}

.cm-select-2-down{
    background: url(../images/icons.png?34) no-repeat;
    background-position: -112px 0;
}
.cm-header_qrDialog{
    position: absolute;
    width: 400px;
    height: 414px;
    z-index: 10000;
    background: none !important;
}

.cm-header_qrDialog_msg{

}

.cm-header_newDialog_m{

}

.cm-header_newDialog_t{
    text-align: center;
    font-size: 16px;
    font-family: 微软雅黑;
    color: #000;
}

.cm-header_newDialog_m .device-logo{
    margin: 0 auto;
    width: 350px;
    height: 85px;
    margin-top: 20px;
}

.cm-header_newDialog_m .device-logo div{
    float: left;
    text-align: center;
    /*margin-right: 64px;*/
}
.cm-header_newDialog_m .device-logo span{
    font-size: 14px;
}


.cm-header_newDialog_qrcode{
    width: 250px;
    height: 250px;
    background-position: -23px -27px;
    margin: 0 auto;
}