﻿.gj-checkbox-md input[type="checkbox"]:checked + span:after {
    top: 0px;
}

.gj-grid-md tfoot tr[data-role='cl_SummaryRow'] th {
    padding-right: 18px;
    font-size: 13px;
    color: rgba(0,0,0,.87);
}

.gj-grid > tbody > tr > td > div {
    overflow: visible;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.gj-grid-md thead tr th div[data-role='title'] {
    display: inline;
}

.gj-grid-md thead tr th div[data-role='sorticon'] {
    color: #1987BC;
    display: inline;
    margin-left: 5px;
}

.gj-grid-md td:first-of-type, .gj-grid-md th:first-of-type {
    padding-left: 10px;
}

.gj-grid-md tbody tr {
    height: 30px;
}

.gj-grid-md th {
    line-height: 20px;
    height: 30px;
    padding: 5px 5px;
}

.gj-grid-md td {
    height: 30px;
    padding: 5px 5px;
}

.gj-grid-md tfoot tr[data-role='cl_SummaryRow'] th {
    padding-right: 5px;
}

.gj-calendar {
    z-index: 10000;
}

.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon {
    top: 5px;
}

.gj-timepicker-bootstrap [role="right-icon"] button {
    border: 1px solid #ced4da;
}

    .gj-timepicker-bootstrap [role="right-icon"] button .gj-icon {
        top: 5px;
    }

.cl_FixedRowHeader {
    background-color: #dbdbdb;
}
