﻿:root {
    --primarycolor: #666666;
    --mdc-theme-primary: #666666;
}

send-card div table tr:last-child {
}

body {
    /* padding-top: 50px;*/
    padding-bottom: 20px;
}

.send-card {
    flex-direction: row !important;
    max-width: 1000px !important;
    margin: 0px auto !important;
    justify-content: space-between !important;
}

.flex-container h4 {
    margin: auto 0px;
}

.send-chip {
    background-color: #4E4376 !important;
    margin-right: 10px;
    color: #ffffff !important;
}

.desc-chip {
    margin-right: 10px;
}

@media print {
    .hidedesktop {
        display: none;
        width: 100%
    }

    footer {
        display: none;
    }

    header {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .interpretation {
        width: 100%;
    }

    .hidedesktop {
        display: block;
        width: 100%
    }

    .showdesktop {
        display: none;
        width: 100%
    }

    .send-report {
        width: 100% !important;
        height: 50px;
        cursor: pointer;
        justify-content: center;
        margin: 5px !important;
    }

    .send-documents {
        width: 100% !important;
        height: 150px;
        cursor: pointer;
        justify-content: center;
        margin: 5px !important;
        flex-direction: column;
        padding: 5px !important;
    }

    .send-buttons {
        flex-direction: column !important;
        max-width: 1000px !important;
        margin: 0px auto !important;
        justify-content: flex-start !important;
        overflow: scroll;
        padding: 15px 0px;
        max-height: 90px;
    }
}

.document-uploadedby {
    font-size: 10pt;
    text-align: center;
}

.document-title {
    font-size: 11pt;
    padding-bottom: 5px;
    padding-top: 5px;
}

.document-img {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    align-content: center;
    text-align: center;
    align-self: center;
    color: white;
    padding-top: 3px;
    background-color: #4E4376;
    display: inline-block;
}

@media screen and (min-width: 601px) {
    .hidedesktop {
        display: none;
        width: 100%
    }

    .showdesktop {
        display: block;
        width: 100%
    }

    .send-report {
        width: 230px;
        height: 50px;
        cursor: pointer;
        justify-content: center;
        margin: 5px !important;
    }

    .send-documents {
        width: 230px;
        height: 150px;
        cursor: pointer;
        justify-content: center;
        margin: 5px !important;
        flex-direction: column;
        padding: 5px !important;
    }

    .send-buttons {
        flex-direction: row !important;
        max-width: 1000px !important;
        margin: 0px auto !important;
        justify-content: flex-start !important;
        overflow: scroll;
        padding: 15px 0px;
        max-height: 90px;
    }
}

.grow {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
}

@media (min-width: 727px) {
    .send-title {
        flex-grow: 2;
        margin-left: 20px;
    }
}

@media print {
    footer {
        display: none !important;
    }
}

.navbar {
    /*border-top: thick solid #e91010;*/
    background: linear-gradient(to top,#ffffff 90%, #00478C 50%, #4E4376 100%) right top #fff no-repeat;
}

* {
    font-family: 'Roboto', sans-serif !important;
}

.navbar-inverse {
    background-color: #ffffff;
    color: #666666;
}

.btn-primary {
    background-color: #4E4376 !important;
    border: none;
}

    .btn-primary:hover {
        background-color: #00478C !important;
        border: none;
    }

.daterangepicker .start-date {
    background-color: #4E4376 !important;
    /*f8ebeb*/
}

.navbar-nav {
    flex-direction: row;
}

.daterangepicker .end-date {
    background-color: #4E4376 !important;
}

.daterangepicker td.in-range {
    background-color: #4e43763b !important;
}

a {
    color: #4E4376;
}

    a:hover {
        color: #00478C;
    }

.chipimg {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    margin: -15px -10px -10px -5px !important;
    padding: 2px;
}

.send-card div h5 {
    color: #00478C;
}

.tableimg {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: thin solid var(--primarycolor);
}

.floatThead-container {
    background-color: var(--primarycolor);
}

.mdc-chip-set .mdc-chip {
    border: thin solid rgba(0,0,0,.12);
}

.navbar-inverse .navbar-brand {
    color: #666666;
}

.form-inline .input-group > .form-control {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.pagination > li > a, .pagination > li > span {
    color: var(--primarycolor);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}

.dropdown-menu {
    border-radius: 10px;
}


.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.navbar-inverse .navbar-text {
    color: #666666;
}

.label-default {
    background-color: var(--primarycolor);
    border-radius: 50px;
    padding: 10px;
    font-weight: normal;
}

.daterangepicker .ranges li.active {
    background-color: #4E4376 !important
}

.SelectedChip {
    background-color: #4E4376 !important;
    color: white !important;
    /*border: thin solid var(--primarycolor);*/
}

.mdc-fab__icon img {
    width: 50px;
    padding: 10px;
}

.SelectedBoy {
    border: solid thin #00478C !important;
}

    .SelectedBoy img {
    }

    .SelectedBoy h4 {
    }

.vl {
    border-left: 2px solid var(--primarycolor);
}

.mdc-button {
    border-radius: 20px !important;
}

.navbar-inverse .navbar-nav li a:hover {
    color: var(--primarycolor);
}

.navbar-inverse .navbar-nav li a {
    color: #666666;
}

.navbar-inverse .navbar-toggle {
    border-color: var(--primarycolor);
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: var(--primarycolor);
    }
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding: 15px;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: var(--primarycolor);
}

.navbar-inverse .navbar-toggle:focus {
    background-color: var(--primarycolor);
}

    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #ffffff;
    }

.mdc-fab__label {
    font-size: large;
}

.mdc-card {
    border-radius: 15px !important;
    margin: 20px;
}

h5, h4, h3, h2, h1 {
    color: black;
}

.mdc-button {
    margin: 5px;
}

@media(max-width: 767px) {
    .navbar-text {
        position: relative;
        padding: 0px 15px;
    }

    .mdc-card {
        width: 80%;
    }
}

.Profile-img {
    height: 50%;
    width: 50%;
    border-radius: 100px;
    border: thin solid var(--primarycolor);
    align-self: center;
    margin: 10px;
}



.SubjectContainer {
    display: table;
    width: 75px;
    height: 75px;
    text-align: center;
    align-self: center;
    color: white;
    font-size: xx-large;
    border-radius: 37.5px;
    margin: 10px;
    overflow: hidden
}

.SubjectContent {
    display: table-cell;
    vertical-align: middle;
}

.Profile-title {
    width: 100%;
    text-align: center;
    font-size: 11pt;
}

@media(min-width: 768px) {
    .navbar-inverse .navbar-nav li a {
        padding-top: 17px;
    }
}

.btnDelete {
    color: #b00020 !important;
    border-color: #b00020 !important;
}

.mdc-select__selected-text {
    font-size: large !important;
    margin-top: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.navbar-brand {
    height: 40px;
    margin: 0px;
    width: 200px;
    margin-right: 10px;
}

.app-fab--absolute {
    position: fixed !important;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
}

@media(min-width: 1024px) {
    .app-fab--absolute {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}



/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.my-card-content {
    padding: 16px !important;
}

.mdc-card {
    margin-top: 20px;
}

.container {
    width: 100%;
    max-width: 100%;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */


.custom-dropdown {
    padding: 10px;
    border-radius: 10px;
    width: 400px;
    background-color: transparent;
}

.custom-dropdown-invalid {
    border-color: #b00020;
    color: #b00020;
}

.custom-textfield {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border-image: none;
    border: thin solid rgb(206, 206, 206);
    background-color: transparent;
}

label {
    font-weight: normal;
    font-size: larger;
}

@media screen and (max-width: 767px) {
    /* Hide captions */
    #default {
        width: 95% !important;
        left: 2.5% !important;
    }
}


#default {
    margin: auto;
    visibility: hidden;
    width: 65%;
    background-color: white;
    color: var(--primarycolor);
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 17.5%;
    top: 20%;
    font-size: 17px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

    #default.show {
        visibility: visible;
        -webkit-animation: defaultfadein 0.5s;
        animation: defaultfadein 0.5s;
    }

    #default.hide {
        visibility: hidden;
        -webkit-animation: defaultfadeout 0.5s;
        animation: defaultfadeout 0.5s;
    }

#defaultback {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(105,105,105,.65);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}

    #defaultback.show {
        visibility: visible;
        -webkit-animation: defaultfadein 0.5s;
        animation: defaultfadein 0.5s;
    }

    #defaultback.hide {
        visibility: hidden;
        -webkit-animation: defaultfadeout 0.5s;
        animation: defaultfadeout 0.5s;
    }

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: var(--primarycolor);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

#snackbarerror {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

    #snackbarerror.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-webkit-keyframes defaultfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes defaultfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes defaultfadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes defaultfadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fsDialogCloseButton {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    position: relative;
    border: 0;
    cursor: pointer;
    height: 25px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 25px;
    z-index: 1;
}

    .fsDialogCloseButton::before {
        height: 24px;
        left: 12px;
        top: 0px;
        width: 3px;
        background: #1c1c1c;
        content: '';
    }

    .fsDialogCloseButton::after {
        height: 3px;
        left: 2px;
        top: 11px;
        width: 24px;
        background: #1c1c1c;
        content: '';
    }

    .fsElementBannerExit::after, .fsDialogCloseButton::after, .fsElementBannerExit::before, .fsDialogCloseButton::before {
        border-radius: 2px;
        content: '';
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

*:after *:before {
    box-sizing: border-box;
    pointer-events: none;
}


.fsDialogCloseButton:hover::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fsDialogCloseButton:hover::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fsDialogCloseButton:focus {
    outline-offset: -4px
}

.fsDialogCloseButton::after, .fsDialogCloseButton::before {
    background: #1c1c1c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}


@media screen and (max-width: 767px) {
    /* Hide captions */
    .tooltipinfo .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 100%; /* To the right of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent var(--primarycolor);
    }

    .tooltipinfo .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: var(--primarycolor);
        color: #fff;
        text-align: center;
        border-radius: 15px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -100px;
        right: 105%;
        margin-left: 0px;
        margin-right: 5px;
        word-break: break-word;
    }
}

.printtable th {
    padding: 5px;
}

.printtable td {
    padding: 5px;
}

.tooltipinfo {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    border: none !important;
}

@media screen and (min-width: 768px) {
    .tooltipinfo .tooltiptext::after {
        content: " ";
        position: absolute;
        bottom: 100%; /* At the top of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #98ccfd transparent;
    }

    .tooltipinfo .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: var(--primarycolor);
        color: #fff;
        text-align: center;
        border-radius: 15px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -150px;
        word-break: break-word;
        margin-top: 5px;
    }
}

.tooltipinfo:hover .tooltiptext {
    visibility: visible;
}

.ql-toolbar.ql-snow {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.ql-container.ql-snow {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#commendationtable thead {
    background-color: white !important;
}

th a {
    background-color: #00478C !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[type=search] {
    border-radius: 20px;
    border: thin solid var(--primarycolor);
    margin: 10px;
    width: 240px;
}

.dynatable-per-page {
    display: none;
}

.daterangepicker {
    border-radius: 20px !important;
}

    .daterangepicker .ranges li {
        border-radius: 20px;
    }

.dynatable-active-page {
    background: var(--primarycolor) !important;
    border-radius: 20px !important;
}

.daterangepicker.opensright:before {
    left: 20px !important;
}

.daterangepicker:before {
    left: 20px !important;
}

.daterangepicker.opensright:after {
    left: 21px !important;
}

.daterangepicker .drp-buttons .btn {
    border-radius: 20px !important;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }
}

.mynav_navbar {
    overflow: hidden;
    background-color: #333;
}



    .mynav_navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }



.mynav_dropdown {
    float: left;
    overflow: hidden;
}



    .mynav_dropdown .mynav_dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        border-radius: 20px;
        background-color: white;
    }



    .mynav_navbar a:hover, .mynav_dropdown:hover .mynav_dropbtn {
        background-color: #8080802e;
    }



.mynav_dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 20px;
}



    .mynav_dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px !important;
        text-decoration: none;
        display: block;
        text-align: left;
        border-radius: 20px
    }



        .mynav_dropdown-content a:hover {
            background-color: #ddd;
            border-radius: 20px
        }



.mynav_dropdown:hover .mynav_dropdown-content {
    display: block;
    border-radius: 20px
}

/*Checkmark animation:*/
.circle-loader {
    margin-bottom: 3.5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    margin: 10px auto;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

    .checkmark.draw:after {
        animation-duration: 800ms;
        animation-timing-function: ease;
        animation-name: checkmark;
        transform: scaleX(-1) rotate(135deg);
    }

    .checkmark:after {
        opacity: 1;
        height: 3.5em;
        width: 1.75em;
        transform-origin: left top;
        border-right: 3px solid #5cb85c;
        border-top: 3px solid #5cb85c;
        content: '';
        left: 1.75em;
        top: 3.5em;
        position: absolute;
    }

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

#ul-example {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: -10px;
    margin-left: 0px;
    margin-right: 0px;
}

.span4 {
    width: 260px;
    height: 140px;
    padding: 5px;
}

.span5 {
    width: 260px;
    height: 180px;
    padding: 5px;
}

.tab {
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
    background-color: #f3f3f3;
    border-radius: 20px;
    justify-content: space-evenly;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        width: 50%;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #00478C;
            color: white;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: inherit;
            color: #00478C;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    animation: fadeEffect 1s;
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    border-radius: 20px !important;
    border: none !important;
}

.modal-header {
    border-radius: 20px !important;
    border: none !important;
}

.tox-statusbar__branding {
    display: none !important;
}

.mdc-card {
    background-color: #f3f3f3 !important;
    border: 1px solid #4E4376;
}


.imgerror {
    width: 7em;
    height: 7em;
    margin: auto;
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: 3;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.imgerror:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/*House Styles*/
.SC {
    border: thin solid #0070FA;
}

    .SC h5 {
        color: #0070FA;
    }

.JH {
    border: thin solid #A10DFF;
}

    .JH h5 {
        color: #A10DFF;
    }

.PH {
    border: thin solid #552988;
}

    .PH h5 {
        color: #552988;
    }

.HS {
    border: thin solid #FF0000;
}

    .HS h5 {
        color: #FF0000;
    }

.PS {
    border: thin solid #007DFA;
}

    .PS h5 {
        color: #007DFA;
    }

.FH {
    border: thin solid #FF7800;
}

    .FH h5 {
        color: #FF7800;
    }

.MH {
    border: thin solid #005710;
}

    .MH h5 {
        color: #005710;
    }

.WH {
    border: thin solid #00048C;
}

    .WH h5 {
        color: #00048C;
    }

.SH {
    border: thin solid #FF00FF;
}

    .SH h5 {
        color: #FF00FF;
    }

.WW {
    border: thin solid #00940D;
}

    .WW h5 {
        color: #00940D;
    }

.CH {
    border: thin solid #005710;
}

    .CH h5 {
        color: #005710;
    }

.OH {
    border: thin solid #A10067;
}

    .OH h5 {
        color: #A10067;
    }

.tutor-card {
    width: 200px;
    height: 100px;
    padding: 10px;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    cursor: pointer;
}

    .tutor-card h5 {
        align-self: center;
        margin: auto;
    }

.reportText div p {
    font-size: 1rem !important;
}

.card-list {
    width: 32.5%;
    text-align: center;
    background: #ecebeb;
    border-radius: 20px;
    padding: 5px;
    border: #4e4376 1px solid;
    margin: 1px;
}

.banner {
    width: 100%;
    padding: 10px;
}

.column {
    padding: 10px;
}

.columncontainer {
}

@media (max-width: 780px) {

    .column {
        width: 100%;
    }
}


@media (min-width: 781px) {

    .column {
        width: 50%;
    }
}
.highlightdiv {
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    background-color: #f3f3f3;
    margin-top: 5px;
}

.mdc-button {
    /*background-color: var(--primarycolor);    color: white !important;     */
    border-radius: 20px !important;
}

.Profile-title {
    font-size: 15pt;
    color: #4e4376;
}

.Profile-text {
    font-size: 13pt;
    color: #00478c;
    text-align: center;
}

.pagebreakhere {
    page-break-before: always;
}

@media print {
    .hidedesktop {
        display: none;
        width: 100%;
    }

    footer {
        display: none;
    }

    header {
        display: none;
    }
}