.dataView {
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
    font-size: 12px !important;
}

.dataView th {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;

    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;

    background-color: #efefef;
}

.dataView td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;

    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.gallery {
    padding:10px 10px 10px 10px;
    border:1px solid #d3d3d3;
    text-align:center;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
}

.gallery_active {
    padding:10px 10px 10px 10px;
    border:1px solid black;
    text-align:center;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
}

.inclinedHeadTable {
    border-collapse: collapse;
    margin-bottom: 8px;
}

.inclinedHeadTable th {
    height: 200px;
    white-space: nowrap;
    padding: 3px 4px 3px 4px;
}

.inclinedHeadTable th > div {
    -webkit-transform: translate(25px, 30px) rotate(315deg);
    -ms-transform: translate(25px, 30px) rotate(315deg);
    transform: translate(25px, 30px) rotate(315deg);
    width: 30px;
}

.inclinedHeadTable th > div > span {
    padding: 0px 20px 8px 5px;
    border-bottom: 1px solid #cccccc;
}

.inclinedHeadTable td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;

    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.studentFinderContainer {
    width: 100%;
    font-size: 1rem !important;
}

.studentFinderRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-top:10px;
}

.studentFinderColumn {
    display: flex;
    flex-direction: column;
}

.studentFinderBox {
    flex: 0 1 auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5rem;
}

.studentFinderAvatar {
    margin-bottom: 5px;
    background-color:hsl(0, 0%, 86%);
    border-radius: 75px;
}

.studentFinderBKG {
    border-radius: 12px;
    background-color: #fafafa;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.studentFinderInfo {
    background-color:  hsl(204, 86%, 53%);
    color: white;
    border-radius: 12px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
