.slim-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.slim-logo img {
    height: 60px;
    display: block;
    margin: 10px;
}

.signin-title-secondary {
    font-size: 1.3em;
    font-weight: 300;
    color: #000;
    text-align: center;
}
.signin-title-secondary > span {
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
    color: #000;
    display: block;
}

.signin-foot {
    border-top: dotted 1px #868BA1;
    color: #868BA1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 0.85em;
    padding-top: 10px;
}

.signin-type-text {
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.loading, .start-hidden {
    display: none;
}

.preview-pic {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 150px;
}

.preview-pic > img {
    width: 100%;
}

.preview-pic > span {
    font-size: 0.8em;
    margin-top: 10px;
    display: none;
}

.select2-container {
    width: 100% !important;
}

#points-view > .select2-container {
    width: 200px !important;
}

.form-status {
    font-weight: 600;
    text-transform: uppercase;
}

.table-wrapper, .form-layout {
    position: relative;
}

.tbl-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999999999999;
}

@media all and (max-width: 1023px){
    .table tbody td a {
        display: block;
        margin: 0px !important;
    }
}

.report-pic {
    display: block;
    position: relative;
    width: 150px;
}

.report-pic img {
    display: block;
    width: 100%;
}

.flex-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-labels > label.ckbox {
    display: block;
    width: 50%;
}

@media all and (max-width: 799px){
    .flex-labels > label.ckbox {
        width: 100%;
    }
}

.tbl-link {
    display: flex;
    flex-wrap: wrap;
}

.tbl-link > a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: dotted 1px #ccc;
    padding: 0px 5px;
}

.tbl-link > a:hover {
    border: solid 1px #000;
}

.tbl-link > a > i {
    margin-right: 5px;
}

.radio-choices {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 10px;
}

.house-colours {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    row-gap: 10px;
}

.house-colours > img {
    display: block;
    width: 100px;
}

.logo-house {
    display: block;
    position: relative;
    width: 70px;
}

.logo-house > img {
    display: block;
    width: 100%;
}

.fx-col {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.dashboard-markah {
    padding: 80px 30px 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

.dashboard-markah > .title {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.dashboard-markah > .title::after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #23BF08;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.dashboard-markah .mark-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 2px #ced4da;
    width: 150px;
    padding: 10px;
}

.dashboard-markah .mark-box > p {
    margin: 0px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.dashboard-markah .mark-box > img {
    display: block;
    width: 100%;
}

.dashboard-markah .mark-box > strong {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    display: none;
}

.dashboard-markah .mark-box > strong > .merit {
    font-size: 2em;
    color: #23BF08;
    display: block;
}

.dashboard-markah .mark-box > strong > .demerit {
    font-size: 0.7em;
    color: #dc3545;
    display: block;
}

.housemarks tbody tr {
    font-weight: bold;
}

.housemarks tbody tr td .tx-success {
    font-size: 1.5em;
}