﻿.table-dbmua-item {
    padding-left:5px;
    padding-right:5px;
}
.table-dbmua table {
        height: 100%;
        width:100%
    }
    .table-dbmua th {
        border:1px solid #ddd;
        padding: 5px;
    }
    .table-dbmua td {
        border:1px solid #ddd;
        line-height: 35px;
    }
    .table-dbmua th:first-child, .table-dbmua td:first-child {
        width: 20%;
        text-align: center;
    }

    .table-dbmua th:nth-child(2), .table-dbmua td:nth-child(2) {
        width: 40%;
        text-align: center;
    }

    .table-dbmua th:nth-child(3), .table-dbmua td:nth-child(3) {
        width: 40%;
        text-align: center;
    }

.table-dbreal table {
        height: 100%;
        width:100%
    }

    .table-dbreal th {
        border:1px solid #ddd;
        padding: 5px;
    }
    .table-dbreal td {
        border:1px solid #ddd;
        line-height: 35px;
    }
    .table-dbreal th:first-child, .table-dbreal td:first-child {
        width: 10%;
        text-align: center;
    }

    .table-dbreal th:nth-child(2), .table-dbreal td:nth-child(2) {
        width: 30%;
        text-align: center;
    }

    .table-dbreal th:nth-child(3), .table-dbreal td:nth-child(3) {
        width: 30%;
        text-align: center;
    }
    .table-dbreal th:nth-child(4), .table-dbreal td:nth-child(4) {
        width: 30%;
        text-align: center;
    }

.lkh-input-noedit {
    width: calc(100% - 4px);
    border-radius: 5px;
    border: none;
    outline: none;
    height: 33px;
    text-align: center;
}
    .lkh-input-noedit input {
         pointer-events: none;
    }
.lkh-input {
    width: calc(100% - 4px);
    border-radius: 5px;
    border: 1px solid #c8c7cc;
    outline: none;
    height: 33px;
    text-align: center;
}

    .lkh-input:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        border: 1px solid rgba(81, 203, 238, 1);
        height: 31px;
    }
.table-khi-tuong-body input[disabled] {
    border:none;
    background:#fff;
}
.table-dlm-body input[disabled] {
    border:none;
    background:#fff;
}
.table-dlm-body {
        height: calc(100% - 50px);
    /*overflow-x: hidden;*/
    overflow-y: scroll;
}
.dlm-modalform {
    padding:5px;
    height: 300px;
    overflow-y: scroll;
}
    .dlm-modalform input {
        position:relative;
        top:3px;
        margin-right:5px;
    }

.main_detail_content_red {
    background-color: #f26d7d !important;
    border: none !important;
    color: #fff;
}


.main_detail_content_green {
    background-color: #0072bc !important;
    border: none !important;
    color: #fff;
}

.main_detail_content_yellow {
    background-color: #EAF36D !important;
    border: none !important;
    color: #000;
}

.main_detail_content_golden {
    background-color: #DAA520 !important;
    border: none !important;
    color: #000;
}

.main_detail_content_purple {
    background-color: #800080 !important;
    border: none !important;
    color: #fff;
}
.dbm-formcanhbao {
        text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.dbm-text-1 {
    font-weight:bold;
}
.dbm-text-2 {
    font-weight:bold;
    font-size:18px;
}
.lkh-form-action .k-datepicker {
    width:80% !important;
}
.dbm-halex {
    height: calc(100%);
}