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

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

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

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

.statistics-downloader-error {
    margin-right: 7%;
    margin-left: 4%;
    font-size: 17px;
    color: #ef3e36;
}

.statistics-downloader-pending {
    margin-right: 7%;
    margin-left: 2%;
    font-size: 17px;
}

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

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

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

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

.statistics-title-category {
    color: rgb(37, 170, 225);
    display: inline-block;
    margin: 20px 0 0px 10px;
}

.statistics-criteria-item > md-select {
    margin: 10px;
}

.statistics-criteria-item {
    margin-bottom: 10px;
}

.statistics-error-message {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
}

.statistics-criteria-checkbox {
    margin-bottom: 8px;
}

.stat-selector-datepicker-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0px 0 0px 10px;
}

.stat-selector-datepicker {
    height: 30px;
    margin: 0px 16px;
}
.statistics-downloader-error.col12-error-icon {
    margin-right: 4%;
    margin-left: 1%;
}

.statistics-downloader-pending.col12-pending-icon {
    margin-right: 3%;
    margin-left: 1%;
}

.inputForIppPatient {
    margin-left: 10px;
    margin-bottom: -15px;
}
