﻿body {
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
    color: #000000;
}

.form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-width: 3px 1px 1px;
    table-layout: fixed
}

    .form .formTitle {
        position: relative;
        left: 0px;
        text-align: right;
        white-space: nowrap;
        font-weight: normal;
        width: 90px;
        padding-right: 10px;
    }

    .form .formTitleCCPC {
        position: relative;
        left: 0px;
        text-align: right;
        white-space: nowrap;
        font-weight: normal;
        width: 180px;
        padding-right: 10px;
    }

    .form .formTitle font {
        color: red;
        position: absolute;
        right: 0px;
    }

    .form .formTitleCCPC font {
        color: red;
        position: absolute;
        right: 0px;
    }

    .form .formTitle-top {
        vertical-align: top;
        padding-top: 4px;
    }

    .form .formTitleCCPC-top {
        vertical-align: top;
        padding-top: 4px;
    }

    .form .formValue {
        position: relative;
        padding: 5px;
        width: auto;
    }

        .form .formValue select {
            padding: 4px;
            padding-left: 4px;
        }

.form-control {
    color: #000;
    border-radius: 0px;
    font-size: 9pt;
    height: 28px;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-right: 0px;
    padding-left: 5px;
    resize: none;
}

.input-wdatepicker {
    background: url(../img/datepicker_icon.png) right 0 no-repeat #FFF;
}

.input-multitable {
    background: url(../img/multitable.png) right 0 no-repeat #FFF;
}

    .form-control:focus {
        border-color: #337ab7;
        box-shadow: none;
    }

.form div.active {
    border-color: #337ab7;
    box-shadow: none;
}

.form textarea.form-control {
    padding-top: 5px;
}

textarea.form-control {
    padding-top: 5px;
}

.form-control[disabled], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
    cursor: default;
    opacity: 0.6;
}

.form-control[readonly], fieldset[readonly] .form-control {
    background-color: #fff;
    cursor: default
}

.form .control-button {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ccc;
    float: left;
    height: 28px;
    line-height: 27px;
    text-align: center;
    border-left: none;
    cursor: pointer;
    background: #ddd
}

    .form .control-button:hover {
        opacity: 0.8;
    }

.form .input-button {
    border: none;
    right: 8px;
    top: 50%;
    width: 12px;
    height: 16px;
    margin-top: -12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.form .wdate-datepicker {
    background: url(../images/datepicker_icon.png) right 0 no-repeat #FFF;
}

.form .input-box {
    position: absolute;
    right: 11px;
    top: 9px;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
}

.form .input-success {
    position: absolute;
    right: 11px;
    top: 8px;
    color: #468847;
    font-size: 16px;
    cursor: default;
}

.form .input-warning {
    position: absolute;
    right: 11px;
    top: 9px;
    color: #C09853;
    font-size: 16px;
    cursor: default;
}

.form .input-error {
    position: absolute;
    right: 11px;
    top: 9px;
    color: #B94A48;
    font-size: 16px;
    cursor: default;
}

.ui-select[disabled], fieldset[disabled] .ui-select {
    background-color: #eee;
    opacity: 1;
    cursor: default;
    background-image: none;
    opacity: 0.6;
}

.ui-select {
    cursor: pointer;
    outline: 0;
    width: auto;
    height: 28px;
    line-height: 26px;
    position: relative;
}

.ui-select-focus {
    border-color: #337ab7;
}

.ui-select .ui-select-text {
    box-shadow: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 28px;
    line-height: 26px;
}

.ui-select-option {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: none;
    position: absolute;
    left: 0px;
    top: 28px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 9999;
}

    .ui-select-option .ui-select-option-content {
        overflow-y: auto;
    }

    .ui-select-option li {
        min-height: 26px;
        line-height: 26px;
        overflow: hidden;
        cursor: pointer;
    }

        .ui-select-option li.on {
            background-color: #eee;
        }

        .ui-select-option li.liactive {
            background-color: #337ab7;
            color: #fff;
        }

.ui-select-option-search {
    position: relative;
}

    .ui-select-option-search .form-control {
        box-shadow: none;
        border-color: #ccc;
        border: none;
        border-top: 1px solid #ccc;
        height: 25px;
        margin: 0px;
    }

    .ui-select-option-search .input-query {
        position: absolute;
        right: 4px;
        top: 1px;
        color: #ccc;
        font-size: 16px;
    }

.ui-select-option-content ul {
    padding: 0;
}


.ui-select[disabled], fieldset[disabled] .ui-select {
    background-color: #eee;
    opacity: 1;
    cursor: default;
    background-image: none;
    opacity: 0.6;
}

.ui-select {
    cursor: pointer;
    outline: 0;
    width: auto;
    height: 28px;
    line-height: 26px;
    position: relative;
    background: #fff url(../images/a2.png) no-repeat right center;
}

.ui-select-focus {
    border-color: #337ab7;
}

.ui-select .ui-select-text {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 28px;
    line-height: 26px;
}

.ui-select-option {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: none;
    position: absolute;
    left: 0px;
    top: 28px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 9999;
}

    .ui-select-option .ui-select-option-content {
        overflow-y: auto;
    }

    .ui-select-option li {
        min-height: 26px;
        line-height: 26px;
        overflow: hidden;
        cursor: pointer;
    }

        .ui-select-option li.on {
            background-color: #eee;
        }

        .ui-select-option li.liactive {
            background-color: #337ab7;
            color: #fff;
        }

.ui-select-option-search {
    position: relative;
}

    .ui-select-option-search .form-control {
        box-shadow: none;
        border-color: #ccc;
        border: none;
        border-top: 1px solid #ccc;
        height: 25px;
        margin: 0px;
    }

    .ui-select-option-search .input-query {
        position: absolute;
        right: 4px;
        top: 1px;
        color: #ccc;
        font-size: 16px;
    }

.ui-underline .ui-select-text {
    box-shadow: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
    height: 25px;
}

.ui-filter {
    cursor: pointer;
    outline: 0;
    width: auto;
    height: 29px;
    line-height: 28px;
    position: relative;
}

    .ui-filter .ui-filter-text {
        border-radius: 4px;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        -khtml-user-select: none;
        user-select: none;
        border: 1px solid #ccc;
        padding-left: 5px;
        height: 29px;
        line-height: 27px;
        position: relative;
        z-index: 100;
        background: #fff url(../images/a2.png) no-repeat right center;
    }

        .ui-filter .ui-filter-text.active {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    .ui-filter .ui-filter-list {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden;
        padding: 20px;
        padding-top: 15px;
        padding-bottom: 10px;
        width: 100%;
        display: none;
        left: 0px;
        top: 28px;
        background-color: #fff;
        overflow-y: auto;
        border: 1px solid #ccc;
        position: absolute;
        z-index: 99;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .ui-filter .ui-filter-list .ui-filter-list-bottom {
            overflow: hidden;
            zoom: 1;
            margin-top: 10px;
            height: 30px;
            float: right;
        }

        .ui-filter .ui-filter-list .formTitle {
            text-align: left;
            white-space: nowrap;
            font-weight: normal;
            width: 65px;
        }

.ui-option-list {
    width: 100%;
}

    .ui-option-list li {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        cursor: pointer;
        padding-left: 5px;
    }

        .ui-option-list li.on {
            background-color: #eee;
        }

        .ui-option-list li.liactive {
            background-color: #337ab7;
            color: #fff;
        }

.panel-Title {
    border-color: #c5c5c5;
    background-color: #fff;
    color: #666;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-left: 9px;
}

.ui-layout .panel-Title {
    border-color: #c5c5c5;
    background-color: #fff;
    color: #666;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-left: 9px;
}

.ui-layout .west-Panel {
    margin-left: 10px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px;
}

.ui-layout .east-Panel {
    margin-right: 10px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px;
}

.ui-layout .center-Panel {
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

    .ui-layout .center-Panel .titlePanel {
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .ui-layout .center-Panel .ui-widget-content {
        border: none;
        border-top: 1px solid #ccc;
    }

.ui-icon-seek-next {
    display: block;
    height: 20px;
    line-height: 18px;
    width: 22px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #666666;
    padding-left: 2px;
}

.ui-icon-seek-prev {
    display: block;
    height: 20px;
    line-height: 18px;
    width: 22px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #666666;
    padding-right: 3px;
}

.ui-icon-seek-end {
    display: block;
    height: 20px;
    line-height: 18px;
    width: 22px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    color: #666666;
}

.ui-icon-seek-first {
    display: block;
    height: 20px;
    line-height: 18px;
    width: 22px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    color: #666666;
}

    .ui-icon-seek-next:hover, .ui-icon-seek-prev:hover, .ui-icon-seek-end:hover, .ui-icon-seek-first:hover {
        background-color: #F5F5F5;
    }
