﻿#exportWrapper {
    padding: 2rem;
}

#main-area {
    width: 100%;
}

#exportGrid .k-textbox {
    width: 100%;
}

#exportGrid .k-button {
    margin: 0 .16rem 0 0;
    background: #1b75bc;
    color: #ffffff;
    border: 1px solid #1b75bc;
    border-radius: 0 4px 4px 0;
}

#exportGrid .k-button .k-icon {
    display: initial !important;
}
/*
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
    top: 20px;
}

.ajs-message {
    background: #eeeeee;
    box-shadow: 0 4px 10px #0004;
}*/

.k-filtercell > span {
    padding-right: 0;
}

#daterange {
    display: flex;
    justify-content: space-between;
    position: absolute;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #ddd;
    background: #efefef;
    top: 0;
    left: 0;
    box-shadow: 0px 10px 30px -10px #0004;
    z-index: 2;
}

#daterange > * + * {
    margin-top: 1rem;
}

.filterRange > * + * {
    margin-left: .25rem;
}
