﻿@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;
}

.grd-box {
    margin-bottom: 25px;
}

.download-div {
    width: 65%;
    min-width: 550px !important;
    background: var(--soft-white);
    border: 3px solid var(--soft-white);
}

.download-provider-section1 {
    margin-left: 105px;
    margin-right: 105px;
    margin-bottom: 25px;
}

.download-provider-section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

    .download-provider-section .download-provider-panel {
        width: 65%;
        background: var(--soft-white);
        border-color: var(--soft-white);
    }

.download-provider-dropdown-cell {
    padding-top: 10px;
}

/*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;
    color: var(--soft-white);
}

    .modal-header h3 {
        color: var(--soft-white);
        font-weight: bold;
        margin-bottom: 0px;
    }

/*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);
}

/*Adds gradient to pager on table footer*/
.e-pager .e-currentitem.e-active {
    color: var(--soft-white) !important;
    background: var(--marine) !important;
    background-color: var(--marine) !important;
}

.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;
}

/*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);
    }

.soft-white-text, .e-grid .e-gridheader .e-icon {
    color: var(--soft-white) !important;
}

.e-toolbar > .e-horizontal .e-hover > a:before {
    color: var(--soft-white) !important;
}

.e-grid {
    color: var(--ink);
}

    .e-grid tr.e-hover .download-icon {
        filter: invert(1);
    }

#tblStatLogEvents_search .e-searchfind, #hospitalGrid .e-searchfind {
    padding-left: 5px;
}