.iptsText {
    display: block;
    position: relative;
    height: 40px;
    line-height: 28px;
}

.iptsText *[title] {

}

.iptsText *[input] {

}

.iptsText input[readonly] {
    background-color: #f0f0f0;
    color: #999;
}

.iptsText *[inputval], .iptsText *[inputview] {
    /*width: 120px;*/
    line-height: 26px;
    height: 28px;
}

.iptsText *[unit] {
/*    float: left;*/
}

.iptsText *[hint] {
/*    float: left;*/
}

.iptsText *[hintline] {
/*    float: left;*/
    display: none;
}

.iptsSelect {
  
}


.iptsSelect *[input] {
    position: relative;
}


.iptsSelect *[input]:before {
    position: absolute;
    right: 8px;
    top: 10px;
    border: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    content: "";
    height: 0px;
    width: 0px;
}


.iptsEditor {
    overflow:hidden;
    height: auto;
    line-height: normal;
}

.iptsEditor *[inputval] {
    display: none;
}

.iptsNumber *[input] {
    /*position: relative;*/
    display: flex;
}

.iptsNumber *[inputval] {
    /* width: 80px;
    text-align: center; */
}


.iptsNumber *[btnadd],.iptsNumber *[btndec]{
    top: 3px;
    border: 1px solid #aaa;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
}

.iptsNumber *[btnadd]:active, .iptsNumber *[btndec]:active{
    background-color: #ccc;
}


/*.iptsNumber *[btnadd] {
    position: absolute;
    right: -30px;
}

.iptsNumber *[btndec] {
    position: absolute;
    left: 10px;
}*/

.iptsMTree {

}

.iptsMTree *[mtree] {
    position: fixed;
    z-index: 1000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 20%;
    background-color: #fff;
}

.iptsMTree *[pop] {
    display: none;
}

.iptsMTree *[pop] *[blank] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.9;
}

.iptsMTree *[mtree] *[title] {
    position: absolute;
    top: 0px;
    height: 30px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

.iptsMTree *[mtree] *[menu] {
    position: absolute;
    left: 0px;
    top: 30px;
    bottom: 0px;
    width: 35%;
    overflow-y: auto;
}

.iptsMTree *[mtree] *[submenu] {
    position: absolute;
    top: 30px;
    left: 35%;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.iptsMTree *[btn] {
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    padding: 0 5px 0 5px;
    border-radius: 3px;
    right: 4px;
    top: 4px;
}

.iptsMTree *[line] {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow-x:hidden;
}

.iptsPassword {

}

.iptsPassword *[input] {
    position: relative;
}

.iptsPassword *[change] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;

}

.iptsDate *[input] {
    position: relative;
}

.iptsDate *[input] *[show] {
    
}

.iptsCheck *[inputval] {
    display: none;
}