﻿
/*input {

width:120px;
}*/

.Container {
    width: 100%;
    margin: 0px;
    padding: 10px;
}

    .Container .fitem {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        border: solid;
        width: 250px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .Container .label {
        text-align: right;
        float: left;
        width: 70px;
        font-weight: 500;
        padding-top: 3px;
        padding-bottom: 3px;
        overflow: hidden;
    }

    .Container .control {
        width: 150px;
        float: left;
    }

.Clear {
    clear: both;
}



/*外层容器单排45px*/
.Searchfitem {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 206px;
}
/*窗口页面分配权限Ul*/
.fitAssignPer {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 130px;
}


.lbl {
    text-align: right;
    height: 40px;
    line-height: 40px;
}

.val {
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.sealbl {
    text-align: right;
}

.seaval {
    text-align: left;
}



.searchTable td {
    width: 210px;
}

.searchTable tr {
    height: 23px;
}

.searchTable input {
    width: 120px;
}

.required-frame,
.textbox.required-frame,
.combo.required-frame,
input[required],
textarea[required],
select[required],
input[data-options*="required:true"],
textarea[data-options*="required:true"],
select[data-options*="required:true"],
input[data-options*="required: true"],
textarea[data-options*="required: true"],
select[data-options*="required: true"] {
    border-color: #ff8b8b !important;
    background-color: #fff3f3 !important;
}

input.required-frame,
textarea.required-frame,
select.required-frame,
input[required],
textarea[required],
select[required] {
    border: 1px solid #ff8b8b !important;
    background-color: #fff3f3 !important;
}

