﻿
.classcode-search-grid.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F1F9FC;
}

.classcode-search-grid.table-striped tbody tr:nth-of-type(even) {
    background-color: #FFFFFF;
}

.classcode-search-grid.table td, .classcode-search-grid.table th {
    border: 0px !important;
}
    .classcode-search-grid.table th {
        padding:10px 1em;
    }

    .classcode-search-grid .grid-header {
        background-color: #F1F9FC;
        border-color: #F1F9FC;
        border-top-color: #91BFE3;
        border-bottom-color: #91BFE3;
        border-width: 1px;
        border-style: Solid;
        white-space: nowrap;
    }

    .classcode-search-grid .grid-header.grid-header--hide-top-border {
        border-top-color: #F1F9FC;
        background-color: #F1F9FC;
    }


.table th {
    font-family: Zurich Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    color: #2167AE !important;
}


.modal-search-grid {
    border-width: 0px;
}

.modal-search-grid .e-grid {
    background-color: #fff;
    border-radius:8px;
}
    .modal-search-grid .e-gridheader {
        border-top-width: 0px;
    }

.modal-search-grid .e-grid .e-gridheader {
    overflow: unset;
}

.modal-search-grid .e-grid .e-gridcontent {
    overflow: unset;
    width: 100%;
    max-width: 100%;
}

.modal-search-grid .e-headercell {
    border-width: 0 0 0 0px;
    background-color: #FFFFFF;
    height: 20px;
    /*background: #dae5f4;*/
}

/*  Define the background color for all the ODD background rows  */
.modal-search-grid table > tbody > tr:nth-of-type(even) {
    background: #F1F9FC;
}

.modal-search-grid table > tbody > tr:nth-of-type(odd) {
    background: #FFFFFF;
}

.modal-search-grid .e-celldata {
    height: 18px;
    padding: 0 .5em;
    white-space: nowrap;
    text-align: left;
    border-width: 0 0 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #23366F;
}

.modal-search-grid .e-headercelldiv {
    font-size: 14px;
    color: #2167AE;
    padding-bottom: 6px;
    padding-top: 12px;
}


.modal-search-grid > .e-gridcontent {
    overflow-x: auto;
    border-radius: 0 0 8px 8px;
}

.modal-search-grid .e-gridheader .e-table {
    margin-bottom: 0;
    margin-top: 10px;
}

.modal-search-grid .e-table > tbody > tr > td {
    border-bottom: 1px solid #91BFE3;
    padding: 7px !important;
    padding-left: 9.8px !important;
}

.modal-search-grid.md .e-table > tbody > tr > td {
    padding: 28px 7px !important;
    padding-left: 9.8px !important;
}

.modal-search-grid .e-headercell-hover {
    padding: 0 !important;
}

    

    .modal-search-grid .e-pagerstatusbar {
        height:1px !important;
    }

    .detail-grid.hide-detail-indentcell > div.e-gridcontent > div > table > colgroup > col:nth-child(1) {
        width: 0 !important;
    }

.detail-grid.hide-detail-indentcell > div.e-gridheader > div > table > colgroup > col:nth-child(1) {
    width: 0 !important;
}

.detail-grid.hide-detail-header #detailGrid > div.e-gridheader {
    display: none;
}

.detail-grid.hide-detail-header td {
    color: #23366F;
}

.detail-grid.hide-detail-header #detailGrid > div.e-gridcontent {
    border-top: 1px solid #91BFE3;
}

.detail-grid.hide-detail-header #detailGrid > div.e-gridcontent {
    overflow: auto;
}

.detail-grid.hide-detail-header #detailGrid > div.e-gridcontent .e-table {
    margin-bottom: 0;
}

.detail-grid.hide-detail-header #detailGrid > div.e-gridcontent .parent td {
    border-bottom: 1px solid #91BFE3 !important;
}

.detail-grid.hide-detail-header #detailGrid > div.e-gridcontent .parent:last-child td {
    border-bottom: 0 !important;
}

.detail-grid.hide-detail-header .e-gridheader .e-table {
    border-bottom: 0 !important;
    margin-bottom: 0;
}

.detail-grid.hide-detail-header .e-gridheader .e-table th {
    background-color: #F1F9FC;
    border-top-color: #F1F9FC;
    padding: 2px 8px;
}

.detail-grid.hide-detail-header .e-gridheader {
    border-radius: 0 !important;
    border-top-color: #91BFE3 !important;
}

.simple-grid.e-grid .e-headercell, .simple-grid.e-grid .e-grouptopleftcell {
    background-color: #F1F9FC;
}
.simple-grid .e-gridheader .e-table .e-columnheader, .simple-grid.e-grid .e-gridheader {
    border-radius: 0;
}

.simple-grid.e-grid .e-alt_row {
    background-color: #F1F9FC;
}

.simple-grid.e-grid .e-gridheader {
    color:#2167AE;
}
.simple-grid.e-grid td.e-active, .simple-grid.e-grid .e-form-titlebar {
   background:none;
   color:#000;
}

.simple-grid .e-gridheader.e-scrollcss {
    background-color: #F1F9FC;
}

.simple-grid table.e-table {
    margin-bottom: 0;
}

.simple-grid .e-headercontent.e-hscrollcss {
    border-right-color: #F1F9FC;
}
.e-grid .cell-tooltip {
    overflow:hidden;
    text-overflow:ellipsis;
}

@media (max-width: 576px) {
    .grid-col-sm-6 {
        width: 600px;
    }
}

@media (min-width: 576px) {

    .grid-col-sm-6 {
        width: 100%;
    }
}
