﻿.redstart {
    color: red;
}

.inputselect {
    position: relative;
}

    .inputselect input[type=text] {
        padding-right: 18px;
    }

.input-label {
    line-height: 32px;
    vertical-align: middle;
    padding-left: 5px;
}

.layui-textarea {
    margin-bottom: 5px;
}

.layui-laydate-main {
    width: 372px;
}

.layui-form-select dl dd.layui-this {
    background-color: #1E9FFF !important;
}

.layui-btn {
    background-color: #1E9FFF !important;
    border-color: #1E9FFF !important;
}

.btn-primary {
    background-color: #1E9FFF !important;
    border-color: #1E9FFF !important;
}

.label-primary {
    background-color: #1E9FFF !important;
}

.formplaceholder {
}

.formbackgroud {
    background-color: white;
}

.jqgrid-select {
    height: 32px !important;
    width: 90%;
}

.ahoit-input-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 100%;
    line-height: 28px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}

.ui-th-column {
    text-align: center;
}

.layui-form-label {
    width: 100px;
}

.form-item .layui-input-block {
    margin-left: 100px;
}

.form-item {
    min-height: 37px;
}

    .form-item .layui-form-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 9px 5px;
    }


        .form-item .layui-form-label:hover {
            overflow: visible;
            z-index: 999;
        }

.ui-jqgrid tr.ui-search-toolbar select {
    border-color: #e6e6e6;
}

.eleTree-node-content-active {
    background-color: #1E9FFF !important;
    color: white;
    font-weight: bold;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #BDE1B0 !important;
}


input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999999;
    font-size: larger;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: larger;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: larger;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
    font-size: larger;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
    font-size: larger;
}

.dropdown-menu {
    left: auto !important;
    top: auto !important;
}

.ellipsis-text td {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.complete-text td {
    white-space: pre-line !important;
}

table.ui-jqgrid-btable select[lay-ignore] {
    height: 30px;
    -webkit-appearance: auto;
}
