﻿:root {
    --text-color-light: #678098;
    --text-color-dark: #454545;
}

html { scroll-behavior: smooth; }
html, body {
    height: 100%;
}
body {
    /*padding-top: 5rem;*/
    font-family: 'Poppins', sans-serif;
    background: #F1F1F1;
    background: #e0e0e0;
    color: #678098;
}

h1, h2, h3, h4, h5, h6 {
    color: #454545;
    font-weight: 600;
}
main {
    flex: 1;
}

h1 { font-size: 1.75em; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.75em; }
h6 { font-size: 0.5em; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 400;
    font-size: 0.7em;
}

/* Colors */
.primary { background-color: #9068be !important; color: white; }
.secondary { background-color: #978DED !important; color: white; }
.success { background-color: #6ed3cf !important; color: white; }
.info { background-color: #F5A3E3 !important; color: white; }
.warning { background-color: #fae596 !important; color: white; }
.danger  { background-color: #c43235 !important; color: white; }
.bluestar { background-color:#2196f3 !important; color: white !important; }

/*Indicator Icons*/
.icon-round-border {
    border: 2px solid;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border-radius: 50%;    
}
.icon-round-border-large {
    border: 4px solid;
    width: 82px;
    height: 82px;
}
.bad-icon-round { color: #c43235; }
.warning-icon-round { color: #ffa000; }
.good-icon-round { color: #4caf50;  }
.great-icon-round { color: #2196f3; }

/* Links */
a { color: #03a9f4; }
a:link { color: #03a9f4; }
a:visited { color: #03a9f4; }
a:hover { color: #ff9800; }
a:active { color: #ff9800; }
a.btn.btn-primary { color: white; }

/* Buttons */
.btn-disabled { color: #9e9e9e!important; border-color: #e0e0e0;}
.btn-rounded { border-radius: 60px; }
.btn-outline-primary { color: #03a9f4!important; border-color: #03a9f4;}
.btn-outline-primary:hover { color:white!important; background-color: #03a9f4; border-color: #03a9f4;}
.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 .2rem #81d4fa }
.btn-outline-info { color: #9c27b0!important; border-color: #9c27b0; }
.btn-outline-info:hover { color:white!important; background-color: #9c27b0; border-color: #9c27b0;}
.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 .2rem #ce93d8 }
.btn-outline-secondary { color: #8bc34a!important; border-color: #8bc34a; }
.btn-outline-secondary:hover { color:white!important; background-color: #8bc34a; border-color: #8bc34a;}
.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 .2rem #c5e1a5 }
.btn-outline-mail { border-radius:50%; width: 40px; height: 40px; color: #9e9e9e!important; border-color: #9e9e9e; position: relative; }
.btn-outline-mail:hover { color:white!important; background-color: #03a9f4; border-color: #03a9f4;}
.btn-outline-mail:focus, .btn-outline-mail.focus { box-shadow: 0 0 0 .2rem #81d4fa }
.btn-outline-notifications { border-radius:50%; width: 40px; height: 40px; color: #9e9e9e!important; border-color: #9e9e9e; position: relative; }
.btn-outline-notifications:hover { color:white!important; background-color: #ef6c00; border-color: #ef6c00;}
.btn-outline-notifications:focus, .btn-outline-notifications.focus { box-shadow: 0 0 0 .2rem #c5e1a5 }
.btn-fill-help { border-radius:50%; width: 40px; height: 40px; background-color: #03a9f4; border-color: #03a9f4; position: relative; color: white !important; }
.btn-fill-help:hover { background-color: #0277bd; }
.btn-fill-help:focus, .btn-fill-help.focus { box-shadow: 0 0 0 .2rem #29b6f6 }
.btn-fill-unread { border-radius:50%; width: 40px; height: 40px; background-color: #00bcd4; border-color: #00bcd4; position: relative; color: white !important; }
.btn-fill-unread:hover { background-color: #00838f; }
.btn-fill-unread:focus, .btn-fill-unread.focus { box-shadow: 0 0 0 .2rem #26c6da }
.btn-info { background-color: #03a9f4 !important; }
.btn-info:hover { background-color: #0277bd !important; }
.btn-info:focus, .btn-info.focus { box-shadow: 0 0 0 .2rem #29b6f6 }
.btn-fill-search { float:right; height: 46px; background-color: #03a9f4; border-color: #03a9f4; position: relative; color: white !important; }
.btn-fill-search:hover { background-color: #0277bd; }
.btn-fill-search:focus, .btn-fill-search.focus { box-shadow: 0 0 0 .2rem #29b6f6 }
.btn-round-small { border-radius:50%; width: 25px; height: 25px; color: #03a9f4!important; border: 2px solid #03a9f4; position: relative; }
.btn-round-small:hover { color:white!important; background-color: #03a9f4; border-color: #03a9f4;}
.btn-round-small:focus { box-shadow: 0 0 0 .2rem #81d4fa }

/*Nav bar styles*/
.navbar-light, bg-light {
    background-color: #fff !important;
}
.dropdown-menu a i { margin-right: 5px; }

/*Forms, elements and validation*/
.form-control {
    background: #F1F1F1;
    color: #000000;
    min-height: 40px;
    height: 45px;
    box-shadow: none;
    border-radius: 5px;
}

/* Invalid styles*/
.form-group.invalid label {
    font-weight:bold;
    color: #c62828;
}

.form-group.invalid input, .form-group.invalid select,
.form-group.invalid textarea {
    border: 2px solid #c62828;
}

.form-group.invalid .form-feedback {
    font-size: 0.8em;
    color: #c62828;
}

input.ng-invalid, textarea.ng-invalid {
    border: 2px solid #c62828;
}

input.form-control.ng-touched.ng-empty.ng-invalid.ng-invalid-required {
    border-color: #c62828;
    box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.35);
}

textarea.form-control.ng-touched.ng-empty.ng-invalid.ng-invalid-required {
    border-color: #c62828;
    box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.35);
}

.form-control.ng-pristine:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input.ng-pristine, textarea.ng-pristine {
    border: 1px solid #ced4da;
}

input.ng-dirty, textarea.ng-dirty {
    border: 1px solid #ced4da;
}


.add-separator:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 20px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    margin-bottom: 25px;
}

/*Animation Transitions*/
.content.ng-enter {
    transition: .9s;
    opacity: 0;
}

.content.ng-enter-active { opacity: 1; }

/* Text */
.text-ellipsis {
    width: calc(100% - 1px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-dark { color: #454545; }

/* Tables */
.table > thead > tr > th {
    border-top: 0;
    border-bottom: 1px solid #e0e0e0;
    height: 10px;
    padding: 8px;
}

.grade-table{
    table-layout: auto;
}

.grade-table > thead > tr > th {
    max-width: 50px;
    width: 50px;
}

.grade-table > thead > tr > th:first-child {
    width: 60%;
}

/*Communication module*/
li.person { padding: 10px; }
li.person.active { background-color: #eeeeee; }
li.person:hover { background-color: #eeeeee; }

.message-history {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    border-top: 2px solid #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.message-history-lg {
    max-height: 450px !important;
    min-height: 450px !important;

}

.border-right {
    border-right: 1px solid #eeeeee;
}

.message-history .message {
    margin-top:10px;
    max-width: 85%;
    background-color: #eeeeee;
    padding:15px 20px;
    border-radius: 8px;
    position: relative;
    float: left!important;
}
/*http://www.cssarrowplease.com/*/
    /*.message-history .message:after {
        bottom: 100%;
        left: 30px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #eeeeee;
        border-width: 10px;
        margin-left: -10px;
    }*/

.message-history .text-right .message { float: right!important; }
.message-history .text-right .message:after { right: 13px; left:unset; }

.message-history .message span {
    font-size: 10px;
    font-style: italic;
    position: absolute;
    bottom: 3px;
    right: 5px;
}
.message-history > div > a {
    width: fit-content;
}
/*Card Styles*/
.card {
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.card-header { background-color: inherit; border:0; }
.card-footer { background-color: inherit; }

/* Images */
.img-avatar {
    display: block !important;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #cacaca;
    position: relative;
}

.img-avatar-student-overview {
    margin: 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #e0e0e0;
    width: 150px;
}

.img-avatar-student-success {
    display: block !important;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #8bc34a;
}

.alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.success-team-member { width: 100px; }

.img-avatar-red { box-shadow: 0 0 0 10px #ef9a9a; background-color: #ffebee; }
.img-avatar-pink, .img-avatar-female, .img-avatar-Female { box-shadow: 0 0 0 10px #f48fb1; background-color: #fce4ec; }
.img-avatar-deep-purple { box-shadow: 0 0 0 10px #b39ddb; background-color: #ede7f6; }
.img-avatar-blue, .img-avatar-male, .img-avatar-Male   { box-shadow: 0 0 0 10px #90caf9; background-color: #e3f2fd; }
.img-avatar-cyan   { box-shadow: 0 0 0 10px #80deea; background-color: #e0f7fa; }
.img-avatar-yellow { box-shadow: 0 0 0 10px #fff59d; background-color: #fffde7; }
.img-avatar-orange { box-shadow: 0 0 0 10px #ffcc80; background-color: #fff3e0; }
.img-avatar-brown  { box-shadow: 0 0 0 10px #bcaaa4; background-color: #efebe9; }
.img-avatar-light-blue { box-shadow: 0 0 0 10px #81d4fa; background-color: #e1f5fe; }

.widget-bg-primary { background-color: #9575cd!important; }
.widget-bg-secondary { background-color: #4fc3f7!important; }
.widget-bg-success { background-color: #4dd0e1!important; }
.widget-bg-warning { background-color: #ff8a65!important; }
.widget-bg-danger  { background-color: #ffb74d!important; }

.bg-primary { background-color: #9575cd!important; }
.bg-success { background-color: #4dd0e1!important; }
.bg-warning { background-color: #ff8a65!important; }
.bg-danger  { background-color: #ffb74d!important; }
.bg-info    { background-color: #64b5f6!important; }
.bg-salmon { background-color: #ef5350!important; }
.bg-amber { background-color: #FFB300!important; }
.bg-green { background-color: #66BB6A!important; }
.bg-dark { background-color: #454545!important; }

.text-primary { color: #9575cd!important; }
.text-success { color: #4dd0e1!important; }
.text-warning { color: #ff8a65!important; }
.text-danger  { color: #ffb74d!important; }
.text-info    { color: #64b5f6!important; }
.text-salmon { color: #ef5350!important; }
.text-amber { color: #FFB300!important; }
.text-green { color: #66BB6A!important; }
.text-dark { color: #454545!important; }

/*Other Colors*/
.text-with-bg-red  { color:#fff; background-color: #ef9a9a; }
.text-with-bg-pink { color:#fff; background-color: #f48fb1; }
.text-with-bg-deep-purple { color:#fff; background-color: #b39ddb; }
.text-with-bg-blue   { color:#fff; background-color: #90caf9; }
.text-with-bg-cyan   { color:#fff; background-color: #80deea; }
.text-with-bg-yellow { color:#fff; background-color: #fff59d; }
.text-with-bg-orange { color:#fff; background-color: #ffcc80; }
.text-with-bg-brown  { color:#fff; background-color: #bcaaa4; }
.text-with-bg-light-blue { color:#fff; background-color: #81d4fa; }

ul.no-bullets { list-style: none; }

/* Labels */
.label {
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 10px;
    line-height: 15px;
    font-weight: bold;
    font-size: .8em;
    border-radius: 4px;
    text-align: center;
}

.label.label-outlined {
    border: 1px solid #9068be;
    color: #9068be;
    background-color: transparent !important;
}

.label-primary {
    background-color: #978DED;
    color: #ffffff;
}

.label-good {
    background-color: #4fc3f7;
    color: #ffffff;
}

.label-warning {
    background-color: #ffa000;
    color: #ffffff;
}

.label-danger {
    background-color: #b71c1c;
    color: #ffffff
}

.label-pill {
    border-radius: 10rem;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

/*Contact Card*/
.contact-card {
    width: 330px;
    padding: 15px 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(120, 130, 140, 0.13);
    background-color: #FaFaFa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-card h4 {
    display: inline;
    font-size: 1em;
}
.contact-card address {
    margin:2px 8px;
}

/*Profile Card*/
.profile-card {
    min-width:250px;
    text-align: center;
    margin-bottom: 0;
}
.profile-card .card-header {
    min-height: 120px;
}
.profile-card .profile-image{
    position:relative;
    top:-50px;
}
.profile-card .card-body {
    position: relative;
    top:-60px;
}

/* Time line */
.timeline {
    list-style: none;
    padding: 8px 0 8px;
    position: relative;
}
.timeline:before {
    background: #f5f5f5;
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    left: 25px;
    margin-right: -1.5px;
}
.timeline > li {
    margin-bottom: 5px;
    position: relative;
}
.timeline > li:before {
    content: " ";
    display: table;
}
.timeline > li:after {
    content: " ";
    display: table;
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 35px);
    float: right;
    border-radius: 2px;
    padding: 5px 20px;
    position: relative;
}

.timeline-panel span {
    display: block;
    font-weight: bold;
}

.timeline-bullet {
    border-radius: 50%;
    height: 15px;
    left: 19px;
    position: absolute;
    top: 10px;
    width: 15px;
}
  
.timeline-body > p {
    font-size: 12px;
}

/*Calendar*/
.calendar {
    width: 100%;
}
.calendar th {
    text-align: center;
}

.calendar th:first-child {
    width: 40px;
}

.calendar td {
    height: 56px;
    vertical-align:top;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

div.calendar-col {
    position: absolute;
    width: 18%;
    height: 500px;
}

div.calendar-event {
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    vertical-align: middle;
    color: #678098;
    background-color: RGBA(255,255,255,.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 9px;
    margin-bottom: 1px;
    border-radius: 2%;
    overflow: visible;
}

div.calendar-event span {
    display: block;
    font-size: 10px;
}

div.calendar-title {
    overflow: hidden;
    text-overflow: ellipsis;
}

div.event-light-blue {
    border: 1px solid #4fc3f7;
    border-left: 8px solid #4fc3f7;
}

div.event-orange {
    border: 1px solid #ffb74d;
    border-left: 8px solid #ffb74d;
}

div.event-green {
    border: 1px solid #81c784;
    border-left: 8px solid #81c784;
}
div.event-brown {
    border: 1px solid #a1887f;
    border-left: 8px solid #a1887f;
}
div.event-indigo {
    border: 1px solid #7986cb;
    border-left: 8px solid #7986cb;
}
div.event-pink {
    border: 1px solid #f06292;
    border-left: 8px solid #f06292;
}
div.event-blue-grey {
    border: 1px solid #90a4ae;
    border-left: 8px solid #90a4ae;
}
div.event-purple {
    border: 1px solid #ba68c8;
    border-left: 8px solid #ba68c8;
}
div.event-teal {
    border: 1px solid #4db6ac;
    border-left: 8px solid #4db6ac;
}

@media (max-width: 768px) {
    .border-right-hide-md { border-right: 0 !important; }
    .border-bottom-show-md { border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
}

.card-grade-level {
    height: 24px;
    min-height: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.masonry-student-card {
    max-width: 380px;
    width: 380px;
    height: 800px;
}
@media (min-width: 576px)  { .masonry-student-card { width: 240px; } }
@media (min-width: 768px)  { .masonry-student-card { width: 330px; } }
@media (min-width: 992px)  { .masonry-student-card { width: 290px; } }
@media (min-width: 1200px) { .masonry-student-card { width: 350px; } }

.image-upload > input
{
    display: none;
}

.image-upload > label{
    cursor: pointer;
}

.image-upload {
display: flex;
    justify-content: center;
    height: 90%;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.image-upload > label > i {
    position: absolute;
    background: transparent;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 999;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    cursor: pointer;
}

.image-upload > label > label:hover {
    background: black;
    opacity: 0.6;
}
.image-upload i {
    visibility: hidden;
    font-size: xx-large;
}

.image-upload > label > label:hover > i {
    color: white;
    visibility: visible;
}
.image-upload > label > img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.card-height-fix {
    height: calc(100% - 30px);
}

.bubble-counter {
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: absolute;
    top: -8px;
    display: flex;
    right: -4px;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.bubble-counter.blue {
    background-color: #03a9f4;
}

.bubble-counter.orange {
    background-color: #ef6c00;
}


.notification-item {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

.student-card-missing-assignments {
    border-top: 1px solid rgba(0,0,0,.125);
}

.switch {
    position: relative;
    display: table-cell;
    width: 54px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}.popover-mail-limiter {
    width: calc(100% - 30px);
}

address {
    text-align: left;
}
.link-text {
    color: #03a9f4 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.link-text:hover {
    color: #ff9800 !important;
}

.top-button {
    background-color: #03a9f4 !important;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: 55px;
    right: 20px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-selector {
    float: right;
    padding: 10px;
    background: white;
}
.flex-card-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-card-grid > * > *, .flex-card-grid > * {
    display: flex;
    flex-grow: 1;
    padding: 10px;
}

.flex-card-grid > * > * {
    height: 400px;
}
.position-relative {
    position: relative;
}
.visibly-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.chat-search-container {
    max-height: 440px;
}
.chat-row-container {
    max-height: 526px;
}
.chat-recipients {
    height: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: auto;
}
.overflow-hidden{
    overflow: hidden;
}

#feedback {
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: -5rem;
    z-index: 99;
    display: flex;
    background: #0009;
    align-items: center;
    justify-content: center;
}

#feedback > div {
    width: 80%;
    background: white;
}

#feedback .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#feedback .header .close {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 50%;
}

#feedback form {
    padding: 1%;
}

.btn {
    padding: 7px 18px !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.btn > *:last-child{
    margin-left: 5px;
}
.btn > *:first-child {
    margin-left: 0 !important;
}

student-card h2{
    height: 60px;
    overflow: hidden;
}

.student-card-header {
    display: flex;
    justify-content: flex-end;
}

.student-card-header > *:last-child{
    margin-left: 5px;
}

.img-size{
    max-height: 186px;
    max-width: 186px;
    height: 186px;
    width: 186px;
}

.image-container {
    overflow: hidden;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.image-container img{
    height: 100%;
}

.image-container-100{width:100px; height: 100px;}

.image-container-45 {width: 45px;height: 45px;}

.bigger-dropdown-arrow::after {
    font-size: 24px;
}


student-card .card, student-card {
    max-width: 380px;
}

.student-card-width {
    max-width: 380px;
}

.w-200px{
    width:200px;
}

.unread-message-item {
    width: 273px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.unread-message-item:first-child {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}


.message-container {
    width: calc(100% - 60px);
}

.unread-light-font {
    color: #678098;
}

.w-120px{
    max-width:120px;
    width: 120px;
}
.l-h-3{
    line-height:3em;
}
.chat-recipient-student-name {
    max-width: calc(100% - 55px);
    width: calc(100% - 55px);
    display: inline-block;
}

.m-t--4 {
    margin-top: -4px;
}

.p-10{
    padding:10px;
}

mark {
    padding: .1em;
    background-color: inherit;
    font-weight: bold;
}

.reply-expectations{
    position:absolute;
    bottom:-15px;
}

.login-feedback-button {
    position: absolute;
    left: calc(50% - 20px);
}

.impersonateView {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    z-index: 100;
    padding-top: 4.5em;
}

.btn-dark {
    font-size: 15px !important;
}

.badge-custome {
    padding-top: 7px;
    padding-bottom: 7px;
}

.table-scroll {
    max-height: 400px !important;
    overflow-y: scroll;
    border: 1px solid #ced4da;
}


.invalidText {
    border: 1px solid;
    border-color: red;
}

.p-b-230 {
    padding-bottom: 230px !important;
}

.pagination-footer {
    bottom: 0;
    width: 100%;
}

.section-height-equals {
    display: flex;
    overflow: hidden
}

.message-log-container {
    min-height: 500px
}

.advance-button-align {
    float: right;
}

.init-font {
    font-size: initial !important;
}

.queue-list {
    overflow-y: scroll;
    max-height: 300px !important;
    padding-right: 0px;
}

.individual-chat-list {
    overflow-y: scroll;
    max-height: 300px !important;
    padding-right: 0px;
    overflow-x: hidden;
}

.h-400 {
    height: 460px
}

.message-container-width {
    width: 533px;
}

.table-individual {
    border-collapse: collapse;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}

.table-individual td {
    padding: 2px !important;
}

.width-define {
    width: 200px !important;
    max-width: 200px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.table-individual-header {
    border: 1px solid #ced4da !important;
    border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0 !important;
    -webkit-border-radius: 6px 6px 0 0 !important;
    border-spacing: 0 !important;
}

.table-individual-header th {
    padding: 2px !important;
}



.table-individual-header th:first-child {
    border-radius: 6px 0 0 0 !important;
    -moz-border-radius: 6px 0 0 0 !important;
    -webkit-border-radius: 6px 0 0 0 !important;
}

.table-individual-header th:last-child {
    border-radius: 0 6px 0 0 !important;
    -moz-border-radius: 6px 0 0 0 !important;
    -webkit-border-radius: 6px 0 0 0 !important;
}

    /*.table-individual-header tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}*/
.table-individual-header thead th {
    border-bottom: none !important;
}

.active-queue {
    border-left: 4px solid #007bff !important;
}

.list-group-item.active {
    color: #03a9f4 !important;
    background-color: initial !important;
    border-right-color: rgba(0,0,0,.125) !important;
    border-top-color: rgba(0,0,0,.125) !important;
    border-bottom-color: rgba(0,0,0,.125) !important;
    border-left-color: #007bff !important;
}

.custom-checkbox {
    width: 28px !important;
}

.gray-color {
    color: #678098;
}

.message-sender {
    background-color: #00aae4 !important;
    color: white;
}

.animation-rotate {
    animation: rotate 2s infinite;
    animation-name: rotate;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.active-list {
    background-color: #03a9f4;
    color: white !important;
}
    .active-list:hover {
        background-color: #03a9f4;
        color: white !important;
    }
.modal-backdrop.show {
    opacity: 0;
}

.modal-backdrop {
    position: initial;
}

.button-card {
    text-overflow: ellipsis;
    overflow: hidden;
}

.star-table {
}

    .star-table thead, tr, td {
        border: 0px !important;
    }

.star-header {
    color: #454545;
    background-color: white;
    border-bottom: 1px solid #e0e0e0 !important;
    padding-bottom: 10px;
}

.star-percent-title {
    min-width: 35px;
    width: 35px;
    max-width: 35px;
    position: absolute;
    margin-left: -17.5px;
    text-align: center;
}

.star-label {
    min-width: 90%;
    padding: 5px 5px;
}

.star-meter-container {
    position: relative;
}

.star-meter {
    display: inline-block;
    min-height: 34px;
    /* 34 + 1 for the border = 35 */
    min-width: 34px;
    width: 10%;
    border-left: 1px solid white !important;
}

.star-meter-bad {
    background-color: #ef9a9a;
}

.star-meter-warning {
    background-color: #FFE082;
}

.star-meter-good {
    background-color: #C8E6C9;
}

.star-meter-score, .star-meter-score-alt {
    font-size: 14px;
    line-height: 31px;
    font-weight: 900;
    position: absolute;
    top: 0px;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    background-color: white;
    text-align: center;
    color: #454545;
    border: 2px solid #454545;
    margin-left: -17px; /* This has to be the half of the width */
}

/*.star-meter-score:hover, .star-meter-score-alt:hover, .star-meter-score:hover * .star-meter-score-alt:hover * {
    background: transparent;
    color: transparent;
    border-color: transparent;
}*/

.star-meter-score-alt {
    color: white;
    background-color: #454545;
    border: 2px solid black;
}



.mastery-table {
    border: 1px solid #454545 !important;
    border-collapse: separate !important;
}

    .mastery-table td {
        border: 1px solid #454545 !important;
    }

.mastery-indicator-dark {
    background-color: #454545;
}

.can-do-descriptor-text {
    white-space: pre-line;
}

.h-35px {
    height: 35px;
}

.student-profile-max-height {
    max-height: 720px !important;
}

.domain-header {
    color: #454545;
    background-color: white;
    padding: 0;
    margin: 0;
}

.domain-section {
    /*border-bottom: 1px solid #eee !important;
    border-top: 1px solid #eee !important;*/
}

.domain-table tr:last-child {
    border-bottom: 1px solid gray !important;
}


.main-header-master {
    border-top: 1px solid gray !important;
    border-bottom: 1px solid gray !important;
}


.card-no-margin-top {
    margin-top: -35px !important;
}

.link-underlined {
    text-decoration: underline !important;
}

.table-border-force {
    border: 1px solid #dee2e6 !important;
}

.card-min-height {
    min-height: 350px !important;
}

.arc-table-header {
    background-color: #F7921C;
    color: black;
}

/*Marker*/
.pin1 {
    position: absolute;
    margin-top: 15px;
    border-radius: 50% 50% 50% 0;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    transform: rotate(135deg);
}

    .pin1::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin-left: -5px;
        margin-top: -5px;
        background-color: #fff;
    }

/*Marker text*/
.pinText1 {
    font-size: 10px;
    position: absolute;
    margin-top: 40px;
    color: black;
    min-width: 40px;
    text-align: center
}


.add-goal-btn {
    color: #03a9f4 !important;
    float: right;
    margin-top: -15px;
    cursor: pointer;
}


.row .older-goal-link {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 15px;
    text-decoration: underline;
    cursor: pointer;
}

.click-element {
    color: #03a9f4 !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.btn-outline-primary-custom {
    background-color: white;
    color: #03a9f4 !important;
    border-color: #03a9f4;
}

    .btn-outline-primary-custom:hover {
        color: white !important;
        background-color: #03a9f4;
        border-color: #03a9f4;
    }

    .btn-outline-primary-custom:focus, .btn-outline-primary-custom.focus {
        box-shadow: 0 0 0 .2rem #81d4fa
    }

.click-element-complete {
    color: #03a9f4 !important;
    cursor: pointer;
    text-decoration: underline;
}