/* Employee photo in profile page */
.photo .img-fluid {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(45, 52, 54, 0.08);
}

/* Smaller photos in tables/lists */
.img-fluid-thumbnail,
table .img-fluid {
    width: 100px;
    height: auto;
}

.centr-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-container { font-size: 10pt; }
.pie-chart-container { width: 30em; height: 40em; margin: auto }

.chart-row { display: flex; flex-wrap: wrap; margin-bottom: 2em }
.bar-chart-container { min-width: 300px; height: 40em; flex-grow: 1 }
.gantt-container { display: flex; min-height: 200px; }
.gantt-entity-list-container { padding-top: 63px; }
.gantt-chart-container { flex-grow: 1 }
.gantt-entity-list-container ul { list-style-type: none; text-align: right; }
.gantt-entity-list-container li { height: 52px; + margin-bottom: 5px; }
.gantt-time-span { width: 4em; display: inline-block; }