﻿/* LOADING */
.blockMsg {
    width: auto !important;
    border-width: 0px !important;
}
.font-icon-wrapper {
    border-width: 0px !important;
}

.blockPage .loader {
    box-shadow: none !important;
}

/* BUTTON */
.pull-left {
    float: left !important;
}

/* GRID */
.k-grid td.k-state-selected, .k-grid td.k-state-selected.k-state-focused, .k-grid tr.k-state-selected {
    background-color: #e0f3ff !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    /*border-width: 1px !important;*/
}

.k-grid tr td, .k-grid tr th {
    border-left-color: #e6e6e6 !important;
}

.k-grid-header .k-grid-header-wrap th.k-header {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

#gridData .k-grid-content {
    height: auto !important;
    min-height: 500px;
}

.k-grid td a {
    /*color: #3f6ad8 !important;
    text-decoration: underline !important;*/
    font-size: 16px !important;
}

.k-i-expand:before {
    color: #000 !important;
}

.k-grid-top {
    background-color: #fff !important;
}

.k-grid-header th.k-header > .k-link {
    padding: 0.75rem 0.75rem !important;
}

.k-grid .k-hierarchy-cell + td {
    border-left-width: 1px !important;
}
/* MODAL */
.modal {
    margin-left: 0px !important;
    left: 0% !important;
    width: 100% !important;
}

.modal-dialog .modal-full {
    width: 99%;
    max-width: none !important;
}

/* LOADING */
.blockPage {
    left: 50% !important;
    min-width: 150px;
    width: 30%;
    transform: translate(-50%, 0);
}

/* IMAGE */
.img-responsive {
    display: block !important;
    height: auto !important;
}

.img-responsive, .img-thumbnail, .table, label {
    max-width: 100% !important;
}

img {
    vertical-align: middle !important;
}

/* FORM */
.form-control {
    width: 100% !important;
    max-width: none !important;
}

/*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;
}

/*grid tệp đính kèm: Ẩn grid header */
#attachmentDashboard {
    margin-bottom: 10px;
}

    #attachmentDashboard .k-grid .k-header {
        display: none;
    }

    /*grid tệp đính kèm: Ẩn grid row line*/
    #attachmentDashboard .k-grid tr td {
        border-width: 0px;
        border-style: none;
    }

        /*grid tệp đính kèm: canh trái các nút*/
        #attachmentDashboard .k-grid tr td a {
            border-width: 0px;
            border-style: none;
        }

#popupProcessReader .k-window {
z-index: 10060 !important;
}