div.card-reports {
    font-size: 16px;
}
div.card > div.card-title-reports {
    background-image: url("../../shared/assets/img/menu_reports.svg");
    font-size: 20px;
}
.card-separator-reports {
    text-indent: 10px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-color: #efefef;
}
div.reports-item {
    display: table;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
    min-height: 50px;
}
div.reports-item .unread {
    font-weight: bold;
}
div.reports-item .reports-subtext {
    font-style: italic;
    font-weight: normal;
    color: #888;
}
div.reports-item div.important-indicator {
    position: absolute;
    z-index: 5;
    width: 15px;
    margin-left: 25px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 18px;
}
div.reports-item div.important-indicator > .circle {
    border-radius: 50%;
	width: 15px;
	height: 15px;
    background-color: rgb(251, 175, 59); /* @tertiary */
}
div.reports-item div.important-indicator.read > .circle {
    background-color: #dedede;
}


div.reports-item > div {
    display: table-cell;
    vertical-align: middle;
}
div.reports-item > div:nth-child(2) {
    width:100%;
}
div.reports-read-indicator > img {
    width: 30px;
    height:30px;
    margin-left: 5px;
    margin-right: 10px;
}
div.reports-detail-button {
    width: 75px;
    text-align: right;
}
div.reports-detail-button i.fa {
    margin-right: 15px;
    font-size: 24px;
}
div.patient-reports {
    text-align: left;
}

.reports-item .fa-user {
    color: #9800D8;
    margin-right: 4px;
    font-size: 13px;
}

.upload-report-container{
    margin: 1.5em 0;
}

.patient-reports-uploader{
    display: flex;
    justify-content: flex-end;
    margin-top: -24px;
    margin-bottom: 1em;
}


.import-report-max-size{
    display: flex;
    justify-content: center;
    margin-top: 0.2em;
    font-style: italic;
    font-size: 14px;
    color: grey;
}

.import-report-file-input{
    width: 55%;
    margin: 0 auto;
}

.import-report-item-container{
    width: 80%;
    margin: 0 auto;
}

.import-report-item-label{
    margin-right: 1em;
}

.import-report-item-input-container{
    width: 80%
}

.button-upload-report{
    padding: 0.3em;
    width: 10%;
    border-radius: 0.5em;
    min-width: 5%;
    min-height: 5%;
}

.button-upload-report-icon{
    font-size: 1.7em;
}

.import-report-file-error{
    color: red;
    text-align: center;
    font-size: 14px;
}
