﻿@import "variables.css";

.download-container-1 {
    margin-left: 15px;
    margin-right: auto;
    margin-bottom: 25px;
}

.download-container-2 {
    width: 50%;
    min-width: 50%;
    max-width: 100%
}

.download-box {
    margin-left: 15px;
    margin-right: 15px;
}

.anch-select {
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
}

#dvDownloadSelectedFiles {
    float: right;
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
}

/*Style for modal headers and header text*/
.modal-header {
    background-color: var(--marine);
    padding: 9px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .modal-header h3 {
        color: #fff;
        font-weight: bold;
        margin-bottom: 0px;
    }

/*Style to make search icon on Download page look like a button*/
.e-searchitem.e-toolbaricons.e-disabletool.e-icon.e-searchfind {
    border-radius: 5px;
    padding-left: 0px;
    margin-left: 5px;
    background: var(--marine);
    color: var(--soft-white) !important;
}

    .e-searchitem.e-toolbaricons.e-disabletool.e-icon.e-searchfind:hover {
        background: var(--seastone);
    }

/*Adds gradient to header cells*/
.e-grid .e-headercell, .e-grid .e-grouptopleftcell {
    background: var(--marine);
    border: 1px solid var(--marine);
    font-weight: bold;
    color: var(--soft-white) !important;
}

tr.e-columnheader {
    background: var(--marine);
}

/*Adds orange hover to table rows*/
.e-grid tr.e-hover {
    background: var(--seastone) !important;
    color: var(--soft-white) !important;
}

/*Adds gradient to pager on table footer*/
.e-pager .e-currentitem.e-active {
    color: var(--soft-white) !important;
    background: var(--marine);
}

.e-grid .e-toolbar.e-toolbarspan .e-gridsearchbar {
    height: 25px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*Move search icon to right of table*/
.e-toolbar > .e-horizontal.e-ul {
    float: right;
    padding-right: 10px;
}

.e-grid {
    color: var(--ink);
} 

.e-grid tr.e-hover .download-icon {
    filter: invert(1);
}

.e-grid .e-gridheader .e-icon {
	color: var(--white) !important;
}