﻿/*Data Table Style*/
#main .e-grid .e-headercell, #main .e-grid .e-detailheadercell, #main .e-grid .e-icons {
    background: #500000;
    color: white;
}

#main .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
    color: black;
    opacity: 1;
    border: 1px solid #500000;
    border-radius: 0px;
}

#main .e-grid th.e-headercell[aria-sort=ascending] .e-headertext, #main .e-grid th.e-headercell[aria-sort=descending] .e-headertext, #main .e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv, #main .e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
    color: white;
}

#main .e-table {
    border: 1px solid #ddd;
}

#main .e-headercelldiv, #main .e-rowcell {
    text-align: center;
}

    #main .e-rowcell:first-child {
        background: #D6D3C4;
        font-weight: bold;
        text-align: center;
    }

#main .e-row:nth-child(even) {
    background: #d9d9d9;
}

#main .e-grid.e-responsive .e-rowcell, .e-grid.e-responsive .e-headercelldiv {
    word-break: break-word;
    white-space: break-spaces;
}

#main .e-pager div.e-icons.e-disable {
    color: black;
    background: #ccc;
}

#main .e-pager div.e-icons.e-pager-default {
    color: white;
}

#main .e-pager .e-currentitem {
    color: #500000;
    border-color: #500000;
}

#main .e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-pp):hover {
    background: #500000;
    color: white;
    border-color: #500000;
}

#main .e-grid .e-icons:not(.e-btn-icon):hover {
    color: #500000;
}

#main .e-pager .e-numericitem:hover {
    color: white;
}

#main .e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: #500000;
}

#main .e-grid .e-icons:not(.e-btn-icon):hover {
    color: #500000;
}

#main iframe {
    width: -webkit-fill-available;
}

#main .e-table button {
    margin: 2px;
    padding-top: 0rem;
    padding-right: 0.2rem;
    padding-bottom: 0rem;
    padding-left: 0.2rem;
    text-transform: uppercase;
}

/* Nav Button */

.search-link {
    text-align: end;
    margin: inherit;
}

.nvgt-btn-row {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 1em;
    margin-bottom: .5em;
}

.nvgt-btn {
    font-size: 1rem;
    margin-top: .25em;
    padding: 3px 10px;
    transition: 0.3s ease-in-out;
    border: 1px solid #500000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    color: #500000;
    border-radius: 5px;
}

    .nvgt-btn:hover, .nvgt-btn:active {
        background-color: #500000;
        color: #fff;
        text-decoration: none;
    }

    .nvgt-btn span {
        vertical-align: middle;
    }

.navigateLogo {
    margin-right: .25em;
    height: 1.75rem;
}

@media screen and (max-width: 991px) {
    .search-link {
        display: none;
    }

    .nvgt-btn {
        width: 25%;
        margin-top: 0;
    }

    .primary-btn-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
}

@media screen and (max-width: 728px) {
    .nvgt-btn {
        white-space: nowrap;
        width: auto;
    }
}

@media screen and (max-width: 378px) {
    .nvgt-btn {
        border: none;
    }

        .nvgt-btn:hover, .nvgt-btn:active {
            background-color: #ded8ca;
        }

        .nvgt-btn span {
            display: none;
        }

    .navigateLogo {
        height: 2.5rem;
    }
}
