﻿/* LOADING */
.centeredScreen {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
}

.loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /*height: 100%;*/
    background-color: rgba(245, 245, 245, 0.6);
    z-index: 99999999999;
}

.sub-loading {
    position: relative;
    top: 0px;
    left: 0px;
    /*width: 100%;
                                                                                                                                    height: 100%;*/
    background-color: #fff;
    z-index: 99999999999;
}
/* LOADING */

.k-popup .k-list .k-item>.k-group{
    background:#217ebd !important;
}

.k-grid tr td {
    border-top-width: 0px !important;
    border-bottom-width: 1px !important;
    border-right-width: 1px !important;
}

.k-grid tr th {
    border-right-width: 1px !important;
}

.k-treelist .k-header {
    text-align: left !important;
}

.k-header {
    text-align: center !important;
    font-weight: bold !important;
}

.k-grid-header th.k-header {
    padding: 0.929em 0.6em 0.714em 0.6em !important;
}

.k-checkbox-label {
    vertical-align: middle !important;
}

.grid-text-center{
    text-align:center !important;
}

.k-grid-content {
    min-height: 360px !important;
}

.table {
    margin-bottom: 0px !important;
}

.k-grid-norecords-template {
    border-width: 0 !important;
}

#divDataContent .container {
    width: auto !important;
}

#reportViewer1 {
    height: 450px;
    font-family: 'segoe ui', 'ms sans serif';
    overflow: hidden;
    margin: 5px;
}

.text-danger {
    color: red !important;
    padding-left: 30px;
}

/*grid tệp đính kèm: Ẩn grid header */
#attachment {
    margin-bottom: 10px;
}

#attachment .k-grid .k-header {
    display: none;
}

/*grid tệp đính kèm: Ẩn grid row line*/
#attachment .k-grid tr td {
    border-width: 0px;
    border-style: none;
}

/*grid tệp đính kèm: canh trái các nút*/
#attachment .k-grid tr td a{
    border-width: 0px;
    border-style: none;
}

#attachment .btnTDK{
    padding-left: 10px;
}

#attachment .k-grid-content {
    min-height: auto !important;
}

/*#popupProcessReader .k-window{
    z-index:10060 !important;
}
*/

.row-high-light{
    color:red !important;
}

.row-warn{
    color:orange !important;
}

.jquery-notific8-notification {
    height: auto;
    max-height: 100px;
}

.k-window {
    z-index: 10000 !important;
}

.modal-overflow .modal-body {
    overflow-x: hidden !important;
}
