﻿
.report-info {
    text-align: center;
    margin-bottom: 8px;
}

.report-title {
    font-size: 18px;
    font-weight: 600;
    color: #1d3557;
}

.report-formname {
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
}

.report-dates {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
    margin-bottom: 5px;
}

.Fieldtblrpt {
    display: flex;
    text-align: center;
}

.fieldset-border {
    border: solid 1px #c2c2c2;
    padding: 0 10px 2px;
    margin-bottom: 5px;
    margin-top: 30px !important;
    padding-bottom: 6px;
}

.k-dropdown {
    width: 100% !important;
}

.nav-tabs {
    margin-top: 5px !important;
}

.no-records {
    text-align: center;
    font-size: 18px;
}

.pos-grid thead th {
    font-size: 14px !important;
}

.wrap-cell {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.exp-icon {
    color: blue;
    display: inline-block;
}

.exp-main {
    cursor: pointer;
}

    .exp-main.expanded .exp-icon {
        transform: rotate(90deg);
    }

#glLine tbody {
    color: #6a6e71;
    font-family: sans-serif;
    border: none;
}

/*overflow: hidden !important;
                    white-space: nowrap;*/
#glLine .k-grid-content:first-child {
    overflow-x: auto !important;
    top: 8px !important;
}

/* #glLine .k-grid-content table {
                        width: 100% !important;
                        overflow-y: hidden;
                    }*/

#glLine .k-grid-content thead {
    padding-bottom: 19px !important;
}

#glLine thead:first-child th {
    color: #6a6e71 !important;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid black !important;
    font-weight: bold;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    /*text-align: center;*/
    padding-left: 4px;
    margin: 0 -1px;
}

#glLine .k-grid-content:first-child tbody tr {
    color: #6a6e71 !important;
    /* line-height: 25px; */
    font-size: 13px;
    border-bottom: 1px solid #c1c1c1;
}

#glLine div, #glLine table, #glLine tbody, #glLine tr {
    outline: none !important;
}

#glLine tfoot tr td {
    background-color: transparent !important;
    border: none;
    border-top: 2px solid black !important;
    color: #478fce !important;
    padding-top: 10px;
}

#glLine .k-detail-cell {
    padding-left: 20px;
    overflow: auto;
    white-space: nowrap;
}

#glLine .k-grid-content tr td:first-child {
    padding-left: 17px;
}

#glLine {
    margin-top: 20px;
    /*     border: none !important; */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000 !important;
}

/*--START----CHILD GRID DESIGN--*/
.pos-child-grid thead tr th.k-header {
    font-size: 12px;
    font-weight: bold !important;
    font-family: sans-serif;
    color: #165b96 !important;
    padding-right: 6px !important;
    white-space: nowrap;
}

.pos-child-grid .k-grid-content tr td {
    padding-right: 2px !important;
    padding-left: 2px !important;
}
/*---END CHILD GRID DESIGN--*/
.right-text {
    text-align: right !important;
    /*color: #478fce !important;*/
    /*padding-right: 10px !important;*/
}

#glHeader {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}

    #glHeader tr td {
        padding: 0 9px;
    }

span.value-elem {
    color: #478fce;
    font-family: sans-serif;
}

span.value-namecol {
    font-family: sans-serif;
    font-size: 15px;
    padding-bottom: 10px;
}

#tblGLOutput {
    position: relative;
    top: -8px;
    left: -12px;
}

.report-footer-outer {
    border: none;
}

    .report-footer-outer td {
        font-size: 15px;
        font-weight: bold;
        font-family: sans-serif;
        padding-left: 10px;
    }

.print-header {
    text-align: center;
    margin: 12px auto;
}

    .print-header .org-name {
        font-size: 24px;
        font-weight: bold;
    }

    .print-header .org-adrs, .print-header .org-mob {
        font-size: 15px;
    }

    .print-header .print-name {
        font-size: 18px;
        font-weight: bold;
        font-family: sans-serif;
        text-decoration: underline;
    }

.pos-grid .k-grid-content tr td {
    /* padding: 9px 4px !important; */
    padding: 4px 4px !important;
    border: none;
    border-bottom: 1px solid #b3b2b2;
    /* line-height: 25px; */
    cursor: pointer;
    line-height: 18px !important;
}


#glLine .k-grid-content {
    height: 410px !important;
}
#imageOverlay {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    text-align: center;
}

#overlayImage {
    max-width: 90%;
    max-height: 90%;
    margin-top: 2%;
    cursor: pointer;
}

.view-details {
    cursor: pointer;
    color: #2563eb;
    font-size: 16px;
    transition: all 0.2s ease;
}

    .view-details:hover {
        color: #60A5FA;
        transform: scale(1.15);
        text-shadow: 0 0 5px rgba(96, 165, 250, 0.5);
    }
