﻿.redstart {
    color: red;
    font-weight: bold;
}

.layui-laydate-main {
    width: 372px;
}

.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%;
    display: initial !important;
}

.ahoit-input-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 100%;
    line-height: 28px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-weight:bold;
}

.ui-th-column {
    text-align: center;
}

.form-item .layui-input-block {
    margin-left: 80px;
}

.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;
            font-weight: bold;
        }

.inputselect {
    position: relative;
}

    .inputselect input[type=text][readonly] {
        background-color: white !important;
        cursor: pointer !important;
    }

.layui-tab {
    margin: 0;
}

.jqgridNotEdit tr.jqgrow td {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input.numeric{
    text-align:right;
}

.ui-jqgrid input[type=checkbox][lay-ignore] {
    display: initial !important;
}

.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: lightgreen!important;
}