input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background: rgb(235, 235, 228);
}

.Dateinput.disabled {
    background: url(../images/icon_calendar.png) no-repeat 97% rgb(235, 235, 228);
}

.checkbox-input.disabled {
    background-color:rgb(235, 235, 228);
}

.table-design .table tbody > tr > td {
    vertical-align: middle;
    border: 1px solid #ddd;
}

.ulradiocheck tbody > tr > td {
    text-align: left;
}

.table-design input, .table-design select, .table-design textarea {
    padding: 5px 6px;
    border: 1px solid #ccc;
    color: #000;
    line-height: initial;
}

.table-design .btn {
    padding: 10px 45px
}

.table-design .btn-small {
    padding: 6px 12px;
}

.table-design .table-bordered {
    border: none
}

.table-design .bottom-operate input, .table-design .bottom-operate select, .table-design .bottom-operate textarea {
    width: auto !important
}

.select2-container {
    width: 100% !important;
}

.note {
    text-align: left;
    padding: 0 2.5%;
}

.view-input {
    text-align: left;
    width: 100%;
    border: 0px !important;
    outline: none;
    box-shadow: none;
    background: none;
}

.table-design .table > caption + thead > tr:first-child > td {
    border-top: 1px solid #7a7676;
}

.table-design .table th, .table-design .table td {
    padding: 10px;
}

.listctrl-table > thead > tr:last-of-type, .listctrl-table > thead > tr:last-of-type {
    background-color: #f3f3f3;
    height: 40px;
    font-size: 14px;
}

.listctrl-table > thead > tr span button {
    background: #18A9E4;
    border: 1px solid #0291C9;
    border-radius: 3px;
    padding: 6px 14px;
}

.listctrl-table > thead > tr span button:hover, .listctrl-table > thead > tr span button:focus, .listctrl-table > thead > tr span button:active {
    background: #18A9E4;
}

.listctrl-table > tbody > tr > td a {
    color: red
}

.listctrl-table > tbody > tr > td {
    padding: 7px 15px;
}

input[type="radio"]:focus, .radio input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus {
    outline: none;
}

input[type="checkbox"], .checkbox input[type="checkbox"] {
    position: relative;
    border: none;
    margin-bottom: -4px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-left: 5px;
}

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -2px;
    margin-bottom: 0px;
    margin-right: 5px;
    border: 2px solid #515f73;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 2px;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: relative;
    margin-right: 10px;
    margin-left: 8px;
    vertical-align: top;
    border: none;
    background-color: #0000;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.radio.radio-success input[type="radio"]:before, .radio-inline.radio-success input[type="radio"]:before {
    background-color: #3ec396;
}

input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
    position: absolute;
    background-color: #313a46;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before, input[type="radio"]:after, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    margin-top: -2px;
}

input[type="radio"]:checked:after, .radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
    border-color: #313a46;
}

input[type="radio"]:after, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
    position: relative;
    border: 2px solid #515f73;
}

.radio label, .radio-inline label, .checkbox label, .checkbox-inline label {
    padding-left: 0;
    line-height: 30px;
}

.radio.radio-success input[type="radio"]:before, .radio-inline.radio-success input[type="radio"]:before {
    background-color: #3ec396;
    left: auto;
}

.radio.radio-success input[type="radio"]:checked:after, .radio-inline.radio-success input[type="radio"]:checked:after {
    border-color: #3ec396;
}

input[type="radio"]:checked:before, .radio input[type="radio"]:checked:before, .radio-inline input[type="radio"]:checked:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    /* transform: scale(0.5); */
}

.checkbox.checkbox-success input[type="checkbox"]:checked:after, .checkbox-inline.checkbox-success input[type="checkbox"]:checked:after {
    background-color: #3ec396;
    border-color: #3ec396;
}

.radio-label, .checkbox-label {
    margin: 0px 10px 0 0;
    display: inline-block;
    font-family: MicrosoftYaHei;
    color: #000000;
    font-weight: inherit
}

.radio-radio, .checkbox-checkbox {
    display: none
}

.checkbox-input,
.radio-input {
    background-color: #fff;
    border: 2px solid #666666;
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 16px;
    line-height: 1
}

.checkbox-input {
    border-radius: 0;
    height: 17px;
    width: 17px;
}

.radio-radio:checked + .radio-input {
    border: 1px solid #146db5;;
}

.radio-radio:checked + .radio-input:after {
    background-color: #146db5;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 2px;
    width: 10px
}

.checkbox-checkbox:checked + .checkbox-input:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
    padding: 2px;
    margin-left: -2px;
}

.checkbox-checkbox.radio-input, .checkbox-checkbox:checked + .checkbox-checkbox.checkbox-input:after {
    border-radius: 0
}

.radio-label .checked {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 10px;
    background: url('../images/radiocheck.png') no-repeat;
}

.radio-label .unchecked {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 10px;
    background: url('../images/radiouncheck.png') no-repeat;
}

.checkbox-label .checked {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 10px;
    background: url('../images/checked.png') no-repeat;
}

.checkbox-label .unchecked {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 10px;
    background: url('../images/uncheck.png') no-repeat;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0;
    padding-right: 10px;
}

.form-check-inline {
    display: inline-block;
    margin-right: .75rem;
}

.img-box {
    background: #F9F9F9;
}

.img-box .img-input {
    background: #fff;
}

.img-box .img-text p {
    margin-bottom: 0;
}

.img-box .img-text {
    width: 160px;
    padding-left: 20px;
    float: left;
    word-wrap: break-word;
    font-size: 15px;
    color: #000000;
    line-height: 26px;
    position: relative;
}

.img-box .img-text div button {
    background: #18A9E4;
    border: 1px solid #0291C9;
    border-radius: 3px;
    padding: 5px 24px;
    position: absolute;
    bottom: 0;
}

/*文件上传样式*/
.footable-row-detail-inner {
    display: table;
}

.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em;
}

.footable-row-detail-name {
    display: table-cell;
    font-weight: 500;
    padding-right: 1em;
    padding-bottom: 5px;
    width: 10%;
}

.footable-row-detail-value {
    display: table-cell;
    width: 85%;
}

.footable-row-detail-value .file-box {
    margin-bottom: 0;
}

.table .file-box {
    text-align: left;
    position: relative
}

.table .file-box ul li .file {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    margin-right: 10px;
}

.table .file-box .pull-right {
    position: absolute;
    top: 10px;
    right: 5px;
}

.file-box {
    /*margin-bottom: 50px;*/
}

.file-box h5 {
    color: #4A4A4A;
    margin-bottom: 8px;
}

.file-box h5 a {
    color: #514d6a;
    line-height: 24px;
}

.file-box .more a {
    background: #18A9E4;
    border: 1px solid #0291C9;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
}

.file-box .more a i.fa {
    font-size: 15px;
    line-height: 26px;
    padding-left: 2px;
}

.file-box ul {
    padding-left: 0
}

.file-box ul li {
    background: #F9F9F9;
    padding-left: 10px;
    padding-bottom: 3px;
    position: relative;
}

.file-box ul li .file {
    padding: 12px 0px;
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
}

.file-box ul li .file img {
    padding-right: 10px;
}

.file-box ul li .file span {
    color: #000;
}

.file-box .file .pull-right a {
    padding-right: 10px;
}

.file-box .file .pull-right a:first-of-type {
    color: red;
}

.pull-error {
    padding-left: 20px;
    background: url(../images/warning.png) no-repeat left center;
    color: red;
    float: left;
}

.error {
    padding-left: 20px;
    margin-bottom: 15px;
    background: url('../images/warning.png') no-repeat left center;
    color: red;
    display: none;
}

.error a {
    color: red;
}

.test_box {
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    outline: 0;
    width: 250px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-modify: read-write-plaintext-only;
}

.line-input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    outline: none;
    box-shadow: none;
}

.area-line {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    line-height: 36px;
    overflow: auto;
    box-shadow: none;
    outline: medium;
}

.area-line:focus,
.line-input:focus {
    border-bottom: 2px solid #00C364;
}


/*form错误提示*/
.field-error {
    background: #fde5dd !important;
    padding: 8px;
    margin: 15px;
}

.form-horizontal .field-error {
    background: inherit !important;
    margin: 0;
    padding: 0;
}

.errMsg {
    display: block;
    clear: both;
    padding: 5px 0 0 5px;
    color: #df0000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: -5px;
    text-align: left;
}

.form-group .field-error, .form-group.field-error {
    background: #fff !important;
}


.field-error .Dateinput, .field-error .pickDate {
    background: #fff;
}

.text-danger {
    color: #FF6C60;
}


/*数据打印页面*/
body.formdata-view-edit {
    background: #eff0f4
}

.formdata-view-edit .container {
    background: #FFF;
    padding: 25px 15px;
}

/*checkbox和radio的内容*/
.div_table_radio_question {
    clear: both;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 15px;
    color: #333333;
    text-align: left;
}

.div_table_radio_question ul {
    clear: both;
    padding-left: 0;
    margin-bottom: 0;
}

.ulradiocheck li {
    line-height: 10px;
    position: relative;
}

.ulradiocheck li label {
    display: inline-block;
    vertical-align: middle;
}

.ulradiocheck .view-checkbox {
    font-size: 20px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.ulradiocheck li input {
    width: auto;
    border: none;
    border-bottom: 1px solid #DDD;
    padding: 6px 6px 6px
}

.ulradiocheck li div {
    width: 100%;
}

.ulradiocheck .checktowrite {
    width: 600px;
}

.ulradiocheck li .line-checktowrite {
    border-bottom: 1px solid #DDD;
    min-height: 15px;
    width: 500px;
}

.div_table_radio_question li {
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}

.ulradioview li {
    margin-bottom: 10px;
}

.table-design .select2 {
    width: 95% !important
}

.table-design .select2-selection__rendered {
    text-align: left;
}

/*气泡提示*/
.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    z-index: auto;
    cursor: pointer;
}

.formError .formErrorContent {
    font-size: 14px;
    line-height: 20px;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    z-index: auto;
    color: #fff;
    min-width: 170px;
    max-width: 400px;
    font-family: tahoma;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: auto;
}

.viewdata {
    padding: 6px 8px;
    color: #000;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    min-height: 36px;
}

.nowrap {
    word-wrap: break-word;
    word-break: break-all;
}

.pre-wrap {
    white-space: pre-wrap;
}

/*帮助提醒*/
/*图标*/
.status-icon {
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 5px;
    cursor: pointer;
}

.icon-success {
    background: url(../images/icon/ic_succeed.png) no-repeat center;
}

.icon-edit {
    background: url(../images/icon/ic_edit.png) no-repeat center;
}

.icon-failed {
    background: url(../images/icon/ic_failed.png) no-repeat center;
}

.icon-progress {
    background: url(../images/icon/ic_progress.png) no-repeat center;
}

.icon-project {
    background: url(../images/icon/ic_project.png) no-repeat center;
}

.icon-retrial {
    background: url(../images/icon/ic_retrial.png) no-repeat center;
}

.icon-return {
    background: url(../images/icon/ic_return.png) no-repeat center;
}

.icon-review {
    background: url(../images/icon/ic_review.png) no-repeat center;
}

.icon-help {
    background: url(../images/icon_help.png) no-repeat center;
}

.line-input {
    border-bottom: 1px solid #2f2a2a;
    padding: 0px 30px;
}


.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    text-align: center;
}

.dataTable thead th {
    background-color: #ededed;
    border: 1px solid #ddd;
}

.listctrl-laydate .input-group-addon {
    cursor: pointer;
}