﻿.form-item {
    position: relative;
    min-height: 0px;
    padding: 2px 0px 2px 100px;
}
.form-item-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    line-height: 38px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}
fieldset {
    padding: 0 0 0 15px;
    margin: 0;
    border: 1px solid silver;
    border-radius: 5px
}

legend {
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    border: 0;
    width: auto;
    margin-bottom: 10px
}
    .form-item-title > font {
        position: absolute;
        top: 0;
        right: 2px;
        color: red;
        font-family: SimSun;
    }
    font {
        color: red;
        font-family: SimSun;
        font-weight:bold;
    }
.form-item .checkbox, .form-item .radio {
    moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin-top: 6px;
    margin-bottom: initial;
}

    .form-item .checkbox input[type=checkbox], .form-item .radio input[type=radio] {
        margin-top: 3px;
        margin-left: -15px;
    }

.form-item-grid {
    padding: 10px 0 10px 40px;
    z-index: 0;
}

    .form-item-grid .jfgrid-layout {
        border: 1px solid #ddd;
    }

.input-underline {
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.select-underline {
    border-color: #fff !important;
    border-bottom: 1px solid #ccc !important;
}

.input-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 100%;
    line-height: 28px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}

.input-wdatepicker, .input-daterangepicker {
    background: url(../images/datepicker_icon.png) right 0 no-repeat #FFF;
}

.form-btnitem {
    padding-right: 80px;
}

.form-item-btn {
    position: absolute;
    top: 4px;
    right: 0;
    padding: 4px 8px;
}


.form-layout {
    position: relative;
    width: 100%;
    height: 100%;
}

.form-layout-top-bottom {
    padding-top: 44px;
}

.form-layout-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    width: 100%;
    padding: 5px;
}

.form-layout-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.form-layout-body-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 29px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #ccc;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    color: #676a6c;
}

.form-jfgrid-btns {
    position: absolute;
    height: 100%;
    line-height: 24px;
    top: 0;
    left: 0;
    padding-left: 5px;
}

    .form-jfgrid-btns .btn {
        padding: 1px 4px;
    }


.form-bottom-button {
    moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    position: absolute;
    height: 39px;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: right;
    padding: 5px 5px 0px 0px;
    border-top: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    background-color: #F8f8f8;
    z-index: 3;
}

    .form-bottom-button > .btn {
        padding: 3px 10px;
    }


.form-area > div {
    padding-right: 2px;
}

.form-tab a {
    moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer !important;
}

.sys_spec_text {
    padding-left: 15px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .sys_spec_text li {
        position: relative;
        outline: none;
        display: inline;
        float: left;
        height: 46px;
        position: relative;
        margin: 10px 10px 0px 0;
        outline: none;
    }

        .sys_spec_text li a {
            cursor: pointer;
            vertical-align: middle;
            text-align: center;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 39px;
            line-height: 38px;
            width: 100px;
            text-align: center;
            padding: 0px 0px;
            border: 1px solid #ccc;
            border-radius: 3px;
            background: #fff;
            display: inline-block;
            outline: none;
        }

            .sys_spec_text li a:hover {
                padding: 0 0px;
                text-decoration: none;
            }

        .sys_spec_text li.active a {
            color: #ff5d5b;
            border: 1px solid #ff5d5b;
            padding: 0 0px;
            background: url(/Content/images/selected_red.png) right top no-repeat;
        }


/*表单验证显示错误字段信息*/
.field-error {
    border-color: #ff5d48 !important;
}

.field-error-info {
    position: absolute;
    top: 8px;
    right: 3px;
    color: #ff5d48;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
}
.form-btnitem .field-error-info {
    right: 83px;
}
.select2-selection {
    border-radius: 0px !important;
    height: 32px !important;
}
.select2-selection--multiple {        
    margin-bottom:2px;
}
.cssUnUse {
    background-color: lightgray !important;
}
.modal-header {
    cursor: move;
}