.statistics-downloader {
    padding: 10px 20px;
    cursor: pointer;
}

.statistics-downloader-disabled {
    padding: 10px 20px;
    font-style: italic;
    color: #888;
    cursor: not-allowed;
}

.statistics-downloader:hover {
    background-color: #dcf4fe;
}

.statistics-downloader-img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.modal-data-container.modal-statistics {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
	max-height: calc(100vh - 100px);
  	overflow: auto;
}

.statistics-downloader-in-progress {
    float: right;
    padding-top: 1px;
}

.statistics-downloader-error {
    float: right;
    color: #ef3e36;
    padding-top: 1px;
}

.statistics-criteria {
    background-color: #fafafa;
    padding:0px 10px;
    font-size:0.8em;
}

.statistics-criteria md-input-container {
    margin-bottom:3px;
}
