@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');

.select-wrapper>label.mdb-main-label.active{
    color: #757575;
}
.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
    }
    .table-wrapper-scroll-y {
    display: block;
    }
.readonly{
    pointer-events: none;
}
ul.dropdown-content {
    margin-top: 9px;
}
hr.mt-4.mb-5 {
    width: 100%;
}
nav ul.custom-scrollbar{
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
ul.custom-scrollbar::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}
.formatted-text {
    white-space: pre-wrap;
}
.commentcontent {
    padding-top: 0;
    margin-top: 0px!important;
}
.commentcontent .step-content {
    background-color: #fafaff;
}
#qrstyle{
    width: 200px;
    display: block;
}
.btn{
    box-shadow: none;
}
.slim .collapsible-header strong {
    margin-left: 0 !important;
    font-size: 0.6em;
}

.needs-validation .md-form label {
     left: .0rem;
}

.table-responsive {
    overflow-x: hidden;
}
.comment-title{
    padding: 0.2 1.5em !important;
}
.comment-select{
    margin-bottom: 0em !important;
}

.comment-content{
    padding: 0.40rem !important;
}
.assignment-row input, .assignment-row select,
.assignment-row .select-wrapper input.select-dropdown {
    font-size: 12px;
}

.badge-fw {
    text-align: center;
}
.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}
.assignment-date{
    height: 1.82em !important;
}

img#report-logo {
    max-height: 2em;
}
#report-card{
    margin-bottom: 0!important;
}
#report-hr{
    margin-top: 0!important;
}

/* Reporting test piece */

.page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.page-header {
    position: fixed;
    top: 0mm;
    width: 100%;
}

.page {
    page-break-after: always;
    -webkit-print-color-adjust: exact !important;
}
@page {
    margin-top: 0mm;
    margin-bottom: 20mm;
}

@media print {
    thead {display: table-header-group;}
    tfoot {display: table-footer-group;}
    #print-btn {display: none;}
    body {margin: 0;}
    header {display: none;}
    span.badge {
        box-shadow: none;
        border: none;
    }
}
.rn-skin ul.stepper li.active a .circle {
    background-color:#82c7f2!important;
}
li.nav-item.collapsible-header.border-top.py-2 {
    margin-top: 1em!important;
    padding-top: 1em!important;
}

ul.stepper .md-form .list-unstyled a {
    padding: 0 2px;
    display: inline-block;
}

ul.stepper .md-form .list-unstyled li {
    flex: none;
    flex-direction: inherit;
}
ul.stepper {
    overflow-y: visible;
}

.logo {
color: #333333;
letter-spacing: 1vw;
font-size: 50pt;
font-family: 'Lora', serif;
font-weight: bold;
}

li.logo {
	width: 100%;
}

.logo-wrapper {
margin: 0 auto;
color: #ffffff !important;
font-size: 20pt;
text-align: center;
font-family: 'Lora', serif;
font-weight: bold;
}

.tooltip-info-icon {
    color: #1FA2F5;
}