/*Write your custom css in this file.*/
body.Blogin {
  background-position:center;
}
.Blogin .signin-box {
  margin: 0 auto !important;
  padding-top: calc(50vh - 198px);
}
.comment-container {
  padding: 12px;
}
.dropdown-menu .divider {
margin:0;
}

.calendly-icon {
  width: 25px;
  height: 25px;
}


#sidebar-menu .badge {
  background-color: #faa31f;
}
.timeline-images img:hover {
  -webkit-filter: brightness(1);
}
.attch-preview {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  display:block;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.attch-icon, .attch-preview img {
  width: 100%;
  height: 100% !important;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.attch-preview img {
  object-fit:cover;
}

.checkbox-blank-alt{
  background: url('../images/checkbox.png') no-repeat  center center;
  width:20px;
  height:20px;
  margin: 0 15px 0 0;
  display: inline-block;
  float: center;
}
.checkbox-blank-alt:hover{
  background-color: #fff;
}
.checkbox-checked-alt{
  background: url('../images/check_mark.png') no-repeat  center center;
  width:20px;
  height:20px;
  margin: 0 15px 0 0;
  display: inline-block;
  float: center;
}
.checkbox-un-checked-alt{
  background: url('../images/checkbox-un-checked.png') no-repeat  center center;
  width:20px;
  height:20px;
  margin: 0 15px 0 0;
  display: inline-block;
  float: center;
}

.badge-alt {
    display: inline-block;
    min-width: 6px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #4e5e6a;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #777; */
    border-radius: 6px;
    /*opacity: 0.6;*/
  }

  .badge-alt.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
    margin-left: -8px;
}

.badge-alt-2 {
    display: inline-block;
    min-width: 6px;
    padding: 2px 2px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #4e5e6a;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #777; */
    border-radius: 6px;
    /*opacity: 0.6;*/
  }

.badge-alt-2.up {
    position: relative;
    top: -10px;

    margin-left: -8px;
}

.fc-content{
  padding: 2px;
}


.select-timedate-field a.delete
{
  cursor: pointer;
  min-width: 28px;
  background:#fff;
  color: #a1a3a5;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: central;
  text-align: center;
  margin: 0 5px;
  padding: 4px 0px;
  border:1px solid #e2e7f1;
}

.init-chat-icon{
  width: 50px;
  height: 50px;
  background-color: #fff;
  z-index: 10;
  position: fixed;
  bottom: 16px;
  right: 16px;
  box-shadow: 0px 3px 4px 4px rgba(0,0,0,0.1);
  border-radius: 50%;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w870 {
  width: 870px;
}

.w_fit {
  width: fit-content;
}




.milestone-list-group {
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}



.milestone-list-group-item {
  text-align: center;
  align-items: center;
  display: block;
  flex-basis: 100%;
  border: unset;
  min-width: 120px;
  padding-left: 12px;
  padding-right: 12px;
}
.milestone-list-group-item .checklist-item-row {
  display:flex;
  align-items:center;
  justify-content: center;
}
.milestone-list-group li {
  position: relative;
}
.milestone-list-group li:not(:last-child):after {
  content: "";
  display: block;
  background: rgba(0,0,0,0.05);
  width: 1px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
}

.milestone-list-group-item .checkbox-blank {
  background: url('../images/checkbox.png') no-repeat  center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  float: none;
}

.milestone-list-group-item .checkbox-checked {
  background: url('../images/check_mark.png') no-repeat  center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  float: none;
}

.milestone-header {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

hr.solid  {
  height: 0.7px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
img.dashboard-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/** Body **/
body {height:initial;}

/** Colors **/
.blue-gradient-bg, .bg-info, .btn-info, .invoice-ribbon .text-info {background: rgb(40,134,184);background: linear-gradient(45deg, rgba(40,134,184,1) 0%, rgba(75,163,206,1) 100%) !important;}
.cyan-gradient-bg {background: rgb(75,163,206);background: linear-gradient(45deg, rgba(75,163,206,1) 0%, rgba(130,207,249,1) 100%) !important;}
.purple-gradient-bg, .outqlas-table .buttons-print, .btn-primary, .bg-primary {background: rgb(111,121,189);background: linear-gradient(45deg, rgba(111,121,189,1) 0%, rgba(155,168,255,1) 100%) !important;}
.green-gradient-bg, .status-green, .outqlas-table .buttons-excel, .btn-success, #event-calendar .fc-button-group .fc-button-active, .bg-success, .invoice-ribbon .text-success, .homeworkcard-marked, .homework-legend.legend-marked:before {background: rgb(76,176,108);background: linear-gradient(45deg, rgba(76,176,108,1) 0%, rgba(103,209,134,1) 100%) !important;}
.yellow-gradient-bg, .status-yellow, .bg-warning, .btn-warning {background: rgb(249,170,75);background: linear-gradient(45deg, rgba(249,170,75,1) 0%, rgba(224,181,69,1) 100%) !important;}
.orange-gradient-bg, .invoice-ribbon .text-warning, .homeworkcard-submitted, .homework-legend.legend-submitted:before {background: rgb(247,129,58);background: linear-gradient(45deg, rgba(247,129,58,1) 0%, rgba(249,170,75,1) 100%) !important;}
.red-gradient-bg, .status-red, .bg-danger, .invoice-ribbon .text-danger, .homeworkcard-due, .homework-legend.legend-overdue:before {background: rgb(228,83,82);background: linear-gradient(45deg, rgba(228,83,82,1) 0%, rgba(241,108,93,1) 100%) !important;}
.grey-gradient-bg, .status-grey, .bg-secondary, .invoice-ribbon .text-secondary, .btn-secondary, .homeworkcard-to_do, .homework-legend.legend-todo:before {background: rgb(127,165,183);background: linear-gradient(45deg, rgba(127,165,183,1) 0%, rgba(142,175,190,1) 100%) !important;}
.card-bg-light, .lesson-summary-card td, .homework-summary-card td, .journal-summary-card td {background:#EEF1F9}
.ocean-bg-1 {background: rgb(7,84,131);background: linear-gradient(90deg, rgba(7,84,131,1) 0%, rgba(20,117,177,1) 100%);}
.ocean-bg-2 {background: rgb(3,101,140);background: linear-gradient(90deg, rgb(6, 132, 182) 0%, rgba(23,149,199,1) 100%);}
.ocean-bg-3 {background: rgb(33,141,166);background: linear-gradient(90deg, rgba(33,141,166,1) 0%, rgba(44,175,205,1) 100%);}
.ocean-bg-4 {background: rgb(80,180,191);background: linear-gradient(90deg, rgba(80,180,191,1) 0%, rgba(102,199,209,1) 100%);}
body, p:not(.note-editor p), h1, h2, h3, h4, h5, h6, .dataTable tbody tr, .message-row.unread span {color:#10223A}
.text-primary {color:#6F79BD !important}
.text-secondary {color:#7FA5B7 !important}
.text-success {color:#4CB06C !important}
.text-danger {color:#E45352 !important}
.text-warning {color:#ED9B52 !important}
.text-info {color:#4BA3CE !important}
.text-light, .btn-primary:hover {color:#F5F9FC !important}
.text-dark {color:#10223A !important}
.bg-grey {background:#EEF1F9 !important;}
.bg-white {background:#fff !important;}
.btn {padding:.75rem;border-radius:8px;line-height: 1;}
.btn-primary, .btn-success, .btn-info, .btn-secondary {border:0;}
a.btn-success, a.bg-success, a.bg-info, a.btn-info, .dataTable tbody tr.active .badge {color:#fff !important}
.bg-none {background:transparent !important; background-color:transparent !important;}

/** Font **/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, p {font-family: 'Nunito', sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: 'Nunito Sans', sans-serif;}
.card {border-radius:8px}
.card .card-header:first-child {border-radius:8px 8px 0 0}
a {color:#2886B8}
.text-shadow-sm {text-shadow:0 1px 3px rgba(0,0,0,0.4)}
.text-shadow {text-shadow:0 2px 6px rgba(0,0,0,0.4)}
.lesson-summary-card, .homework-summary-card, .journal-summary-card {border-radius:8px;overflow:hidden;width:100%;margin-bottom:12px;}
.lesson-summary-card td, .homework-summary-card td, .journal-summary-card td {padding:12px}
.lesson-summary-card td:first-child, .journal-summary-card td:first-child {width:40px;background: rgb(127,165,183);background: linear-gradient(45deg, rgba(127,165,183,1) 0%, rgba(142,175,190,1) 100%);}
.card-status {width:12px; padding:0 !important;}
.form-check-input:checked {background-color: #4CB06C;border-color: #4CB06C;}
.form-check-input[type=checkbox] {width:1.5em;height:1.5em;border-radius:1em;margin-right:6px;}
label.form-check-label {margin: 4px 0; line-height:1.25;}
.form-check {margin-bottom:6px}
#milestone-summary > .card-body, #lesson-summary > .card-body, #journal-summary > .card-body, #homework-summary > .card-body {min-height: 200px;padding-bottom:12px;}
#milestone-summary .card {margin-bottom:12px;}
.summary-full-link {position:absolute; width:100%;bottom:0;left:0;margin-bottom:12px;}
.display-7 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
.lh-0 {line-height:0 !important}

/** Styles **/
.border-dashed {border-style: dashed !important;}
.border-dotted {border-style: dotted !important;}
.table-fixed-layout {table-layout:fixed}
.login-logo img {max-width:200px;}
.avatar img {background-color: white;}
#left-menu-toggle-mask {background-color: #f0f2f5;}
/** datatable **/

.outqlas-table .nav, .outqlas-table, .outqlas-table .page-title {
  background: none !important;
}
.outqlas-table table a, .foup-infocard a > span {
  color:#10223A;
  transition: color 0.1s ease;
}
.outqlas-table table a:hover {
  color:#6F79BD;
}
.outqlas-table .tab-content {
  background:#fff;
  border-radius:0 0 8px 8px;
}
.outqlas-table .table-responsive {
  background:#fff;
  border-radius: 8px;
}
.outqlas-table table{
  border-spacing: 0 4px;
  border-collapse: separate;
  padding: 0 12px;
}
.outqlas-table table thead th {
  border-top:none !important;
  background-color:#EEF1F9 !important;
  border-right: 2px solid #fff;
}
.outqlas-table table tbody td {
  border-top:none !important;
  background-color:#EEF1F9 !important;
  border-right: 2px solid #fff;
}
.outqlas-table table tbody td:only-child {
  border-right: none;
}
.outqlas-table table tbody tr:hover td {
  background-color: #F7FAFF !important;
}
.outqlas-table table tbody td:not(:only-child):first-child, .outqlas-table table thead th:not(:only-child):first-child {
  border-radius:8px 0 0 8px;
}
.outqlas-table table tbody td:not(:only-child):last-child, .outqlas-table table thead th:not(:only-child):last-child {
  border-radius:0 8px 8px 0;
  border-right:none !important;
}
.outqlas-table table tbody td:only-child {
  border-radius:8px;
}
.outqlas-table table.dataTable tbody th, .outqlas-table table.dataTable tbody td {
  padding: 5px 10px!important;
}
.outqlas-table .nav li a, .outqlas-table .nav-tabs li a:not(.active):hover {
  background: rgb(247, 250, 255);
  background: linear-gradient(45deg, rgba(247,250,255,1) 0%, rgba(255,255,255,1) 100%);
  border-radius: 8px 8px 0 0;
  font-family:'Nunito Sans', sans-serif;
  font-weight:600;
  border-bottom: 0 !important;
  padding: 12px;
  line-height: 1;
  border-left: 1px solid #dce1eb;
}
/**.outqlas-table .nav-tabs, .outqlas-table .nav-tabs li {
  height: 38px;
}**/
.outqlas-table .nav li.admin-tab a, .nav-tabs li.admin-tab a:not(.active):hover {
  background: rgb(209,212,235);
  background: linear-gradient(45deg, rgba(209,212,235,1) 0%, rgba(224,226,242,1) 100%) !important;
}
.outqlas-table .nav li a.active {
  background: rgb(75,163,206);background: linear-gradient(45deg, rgba(75,163,206,1) 0%, rgb(108, 192, 238) 100%) !important;
  color:#fff !important;
  border-bottom: 0 !important;
}
.nav-tabs li:not(.title-tab):after {
  background: rgb(40,134,184);background: linear-gradient(45deg, rgba(40,134,184,1) 0%, rgba(75,163,206,1) 100%) !important;
}
/**.outqlas-table, */.filter-shadow {  
  filter: drop-shadow(0px .125rem .25rem rgba(0,0,0,.075));
}
/**.outqlas-table table tr {  
  filter: drop-shadow(0px .125rem .15rem rgba(0,0,0,.15));
}**/
.outqlas-table .custom-toolbar .select2-container .select2-choice, .outqlas-table .custom-toolbar .dropdown-toggle, .outqlas-table .dataTables_filter input, .outqlas-table .datepicker-custom-selector {
  background-color:#EEF1F9 !important;
  border:0 !important;
  border-radius:8px;
  height:34px !important;
}
.datatable-tools .buttons-excel, .datatable-tools .buttons-print {
  border:0 !important;
  color: #fff !important;
}
.datatable-tools .btn {
  height: 34px !important;
  padding: 0.65rem;
}
.outqlas-table .btn-group .buttons-excel:not(:only-child) {
  border-radius:8px 0 0 8px;
}
.outqlas-table .btn-group .buttons-print:not(:only-child) {
  border-radius: 0 8px 8px 0;
}
.outqlas-table .btn-group>.btn:not(:first-child) {
  margin-left:0;
}
.outqlas-table .td-checkbox a {
  background:none;
  float:initial;
}
.outqlas-table .checkbox-blank {
  border-color:#7FA5B7;
  margin: auto;
  display: block;
  float: initial;
}
.outqlas-table #sub-project-table .checkbox-checked {
  background: rgb(111,121,189);background: linear-gradient(180deg, rgba(111,121,189,1) 0%, rgba(155,168,255,1) 100%) !important;
  background-color:#6F79BD;
  position:relative;
}
.outqlas-table  #sub-project-table .checkbox-checked:before, .class-milestone-check span.checkbox-checked:before {
  content:"";
  width:20px;
  height:20px;
  background: url('../images/check_mark_light.png') no-repeat center center;
  position:absolute;
  top:0;
  left:0;
}
.outqlas-table .td-checkbox {
  text-align:center;
  width:auto;
}
.outqlas-table .input-daterange {
  display:flex;
  align-items:center;
}
.outqlas-table .input-daterange .input-group-addon {
  margin-left:0 !important;
  margin-right:0 !important;
}
.outqlas-table .input-daterange .btn {
  border-radius:8px !important;
}
.outqlas-table td .milestone-list-group {
  align-items:center;
}
.outqlas-table .milestone-list-group-item .checkbox-checked {
  background-size:contain;
}
.outqlas-table .milestones-list {
  padding: 12px 0 !important;
}
.outqlas-table .dataTables_filter input {
  padding:.75rem;
}
#milestone-overview-table td.dropdown-option button, #monthly-credit-note-table td.dropdown-option button {
  background:none;
  border:none;
  color:#212529;
  height: 24px;
}
.rounded-4 {
  border-radius:8px;
}
.tab-title .btn {margin:0;}

/** Follow-Ups **/

.foup-sessiontime:after {
  content: ",";
  margin-right: 3px;
}
.foup-coursename, .foup-schedule, .foup-usercard .foup-assignee, .foup-usercard .foup-assigned {
  display:block;
}
.foup-coursetype, .foup-courseid {
  display:inline-block;
}
.foup-infocard a {
  display: flex;
  flex-direction: column;
}
.foup-infocard a.btn {
  display:block;
}
.foup-infocard .foup-courseid {
  font-size:1rem;
  order:4;
}
.foup-infocard .foup-coursename {
  order:1;
  font-size:1rem;
  font-weight:normal;
  margin-bottom:0;
}
.foup-infocard .foup-coursetype {
  order:3;
  font-size:1rem;
}
.foup-infocard .foup-schedule {
  order:2;
  margin-bottom:1rem;
}
.foup-comments p {
  margin-bottom:0;
}
.foup-header .foup-assigned .avatar-xs {
  width:80px;
  height:80px;
  display:inline-block;
}
.foup-header .foup-assigned-info .avatar-xs {
  display:none;
}
.foup-header > .foup-assigned .foup-assigned {
  font-size:18px;
  font-weight:700;
  padding-left:12px;
  color:#EEF1F9;
}
.foup-header > .foup-assigned a {
  display: flex;
  align-items: flex-start;
}
.foup-header .foup-assigned-info {
  margin-left: 98px;
  margin-top: -76px;
  display: block;
  color:#fff;
}
.foup-header .foup-assigned-info a {
  color:#EEF1F9;
  font-weight:700;
  text-decoration:underline;
}
.foup-header .foup-assigned-action {
  margin-left: 92px;
}
.foup-tableDesc {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/** Calendar **/

.fc .fc-button-primary {
  color:#212529;
}
.fc-button-group, .fc-today-button {
  border-radius: 8px !important;
  overflow: hidden;
}
.fc-button-group .fc-button {
  border:none !important;
}
.fc-timegrid-event .fc-event-main {
  overflow:hidden;
  word-break: break-all;
}
.fc-list-event span.clickable, .fc-daygrid-event span.clickable {
  border-radius: 4px;
}
.fc-list-event .fc-list-event-title span {
  background-color: rgba(0,0,0,0) !important;
  color:#10223A !important;
}
.fc-list-event .fc-list-event-graphic, .fc-list-event .fc-list-event-time {
  vertical-align: middle;
}

/** Invoice **/
.mw-1024 {
  max-width:1024px;
}
#invoice-item-table th {
  border-top:1px;
  border-bottom:1px;
  border-style:solid;
  border-color:#f2f2f2;
}
#invoice-total-section tr:first-child td {
  border-top:0;
}
.move-icon {
  cursor:grab;
}
.invoice-ribbon > span {
  width: 110px;
  height: 56px;
  box-sizing: content-box;
  padding-top: 15px;
  position: relative;
  color: white !important;
  text-align: center;
  top: 0;
  position: absolute;
  text-transform: uppercase;
}
.invoice-ribbon > span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid #fff;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
}
.invoice-preview {
  max-width:1024px !important;
  min-width:760px !important;
}
.invoice-preview .invoice-header td, .invoice-preview .invoice-header th, .invoice-header td, .invoice-header th {
  padding:0;
}
.invoice-preview p {
  line-height: 1.2 !important;
}

/** Dashboard **/
.avatar-stack .avatar:not(:first-child) {
  margin-left:-8px;
}
.lesson-summary-card .avatar, .milestone-summary-card .avatar, .homework-summary-card .avatar, .journal-summary-card .avatar {
  border:solid 3px #EEF1F9;
  border-radius:15px;
}
.avatar img {
  height:100%;
  width:100%;
  object-fit:cover;
}
#lesson-summary a:hover .bi-chevron-right::before, #milestone-summary a:hover .bi-chevron-right::before {
  animation: hochevron 0.3s;
}
@keyframes hochevron {
  0% {transform: translateX(0px);opacity:1;}
  49% {transform:translateX(8px);opacity:0;}
  50% {transform:translateX(-18px);opacity:0;}
  100% {transform:translateX(0px);opacity:1;}
}

/** Lesson **/
#classInfo .dataTable tbody tr:hover td {
  background:none !important;
}
.class-progress {
  max-width:120px;
  margin:auto;
}
.progress-container {
  margin: auto;
  width: 100%;
  padding-top:100%;
  background: #C9CBD9;
  border-radius: 50%;
  position:relative
}
.progress-container .progress-circle {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.progress-container.remaining-progress {  
  background:#C9CBD9;
}
.progress-container .progress-circle .progress-mask,
.progress-container .progress-circle .progress-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
}
.progress-container .progress-circle .progress-mask {
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}
.progress-mask .progress-fill {
  -webkit-clip-path: inset(0 50% 0 0);
  clip-path: inset(0 50% 0 0);
}
.progress-container .progress-inner {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  line-height:1;
  background: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
}
.progress-details {
  width:80%;
}
.progress-label {
  margin-top:8px;
  margin-bottom:0;
  text-align:center;
  line-height:1.2;
}
.progress-counter {
  font-size:21px;
  line-height:0;
}
.progress-student-name {
  text-align:center;
  display:block;
  font-weight:bold;
}
.completed-progress .progress-fill {
  background:#4CB06C;
}
.remaining-progress .progress-fill {
  background:#4BA3CE;
}
.milestone-progress .progress-fill {
  background:#6F79BD;
}

.completed-progress .progress-mask.full-progress,
.completed-progress .progress-circle .progress-fill {
  animation: fillcompleted ease-in-out 3s;
}

.remaining-progress .progress-mask.full-progress,
.remaining-progress .progress-circle .progress-fill {
  animation: fillremaining ease-in-out 3s;
}

.milestone-progress .progress-mask.full-progress,
.milestone-progress .progress-circle .progress-fill {
  animation: fillmilestone ease-in-out 3s;
}

.class-milestone {
  border-left:12px solid rgba(255,255,255,0);
}
.class-milestone-check span.checkbox-blank, .class-milestone-check span.checkbox-checked {
  position: absolute;
  left: 14px;
  top: calc(50% - 10px);
}
.milestone-edit {
  position: absolute;
  right: 12px;
  top: calc(50% - 11px);
}
.class-milestone-check .checkbox-checked {
  background: rgb(76,176,108);
  background: linear-gradient(45deg, rgba(76,176,108,1) 0%, rgba(103,209,134,1) 100%) !important;
  border-radius: 5px;
}
#sub-project-upcoming-lessons-table td, #sub-project-past-lessons-table td, #lesson-upcoming-lessons-table td, #lesson-past-lessons-table td {
  cursor:pointer;
}
#project-member-table td:first-child, #project-client-contacts-table td:first-child {
  min-width: 80px;
  width: 100px;
}
#project-member-table td, #project-client-contacts-table td {
  padding:0 !important;
  height: 42px;
}
#project-member-table td:hover, #project-client-contacts-table td:hover {
  background: none !important;
}
#classInfo .accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #fff;
}
#classInfo .accordion-button:focus {
  border: none;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
#classInfo .accordion-item {
  border-top: none;
  border-right: none;
  border-left: none;
}
#classInfo .accordion-item:last-child {
  border-bottom: none;
}
#classInfo table tr:not(:last-child) td {
  padding-bottom:18px;
}
#classInfo-panel table tr {
  vertical-align:top;
}
#sub-project-upcoming-lessons-table td, #sub-project-past-lessons-table td, #course-checklist-table td {
  white-space:normal;
}
#class-member-table.dataTable.no-footer, #class-client-contacts-table.dataTable.no-footer {
  border-bottom:0;
}
#class-member-table.dataTable tbody tr:hover td, #class-member-table.dataTable td:hover, #class-client-contacts-table.dataTable tbody tr:hover td, #class-client-contacts-table.dataTable td:hover {
  background: none !important;
}
#class-member-table.dataTable thead th:first-child, #class-member-table.dataTable tbody td:first-child, #class-client-contacts-table.dataTable thead th:first-child, #class-client-contacts-table.dataTable tbody td:first-child {
  padding-left:0 !important;
}
#class-member-table.dataTable thead th:last-child, #class-member-table.dataTable tbody td:last-child, #class-client-contacts-table.dataTable thead th:last-child, #class-client-contacts-table.dataTable tbody td:last-child {
  padding-right:0 !important;
}
#class-member-table.dataTable tbody td, #class-client-contacts-table.dataTable tbody td {
  padding-top:6px !important;
  padding-bottom:6px !important;
}
.select2-dropdown .select2 {
  min-width:200px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}
.select2-dropdown .select2-container .select2-choice, .select2-dropdown .select2-container .select2-choices, .select2-dropdown .select2-container .select2-choices .select2-search-field input {
  background: #fff !important;
}
#homework-simple-table tbody td {
  background-color: #EEF1F9 !important;
}
#homework-simple-table tbody tr:hover td {
  background-color: #F7FAFF !important;
}
#homework-simple-table {
  border-spacing: 0 4px;
  border-collapse: separate;
}
#homework-simple-table tbody td:first-child {
  border-radius: 8px;
}

/** Announcement **/
.new-announcement {
  font-weight:bold;
}
.new-announcement:after {
  content:" New";
  color:#4CB06C;
  font-weight:normal;
}

/** Profile **/
.avatar-xl {
  width:200px;
  height:200px;
}
#profile-image-form .app-loader {
  top: 10% !important;
  right: calc(50% - 45px) !important;
}
.user-profile #profile-image-form .file-upload {
  opacity:0;
  transition:opacity 0.2s ease;
}
.user-profile .avatar:hover #profile-image-form .file-upload {
  opacity:1;
}
.outqlas-table .tab-content .card-footer {
  background: none;
}
#family-members .accordion-button:focus, #family-members .accordion-button:not(.collapsed) {
  border-color:transparent !important;
  box-shadow: none !important;
}
#family-members .accordion-button {
  background-color: transparent !important;
}

/** Tutor Profile **/
ul.subject-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.subject-list li {
  display: inline;
}
ul.subject-list li:not(:last-child) span:after {
  content:","
}

/** Messages **/
#message-page {
  padding:25px;
}
#message-page .dataTable tbody tr.active td, #message-page .dataTable tbody tr.active:hover td {
  background-color:#f2f4f6 !important;
  color:#10223A !important;
}
.message-row.unread span.chat-name, .message-row.unread span.chat-list-message, .chat-other.unread{
  font-weight:bold;
}
span.chat-list-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  padding-right: 24px;
  position:relative;
}
.message-row.unread .message-newreply-circle {
  display:flex;
}
.message-newreply-circle {
  width: 22px;
  height: 17px;
  background: #4CB06C;
  border-radius: 17px;
  position: absolute;
  right: 0;
  top: 2px;
  display:none;
  font-size: 75%;
  text-align: center;
  color: white !important;
  align-items: center; 
  justify-content: center;
}
.message-row .chat-name {
  position:relative;
  width:100%;
  display:block;
}
#message-page .dataTable tbody tr.active .message-list-time, #message-page .dataTable tbody tr.active:hover .message-list-time, .dataTable tbody tr:hover .message-list-time {
  background:#f2f4f6
}
.message-list-time {
  position:absolute;
  right:0;
  background:white;
}
label.message-newreply-badge {
  position: absolute;
  right: 12px;
}
.message-row.unread {
  border-left:0;
}
#message-table_wrapper .column-show-hide-popover {
  display:none;
}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-bottom:0;
  margin-top:0;
}
div.dataTables_wrapper div.dataTables_info {
  padding:0;
}
#message-table_wrapper .datatable-tools {
  align-items: center;
}
.message-user-list i.bi-plus {
  position:absolute;
  left:0;
}
.message-attachments {
  position:relative;
  width: 200px;
}
.message-attachments a.chat-attach-download {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 8px 6px;
  border-radius: 8px 0 0 0;
  color: #000;
  background-color:rgba(255,255,255,0);
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  line-height:1;
}
.message-attachments a.chat-attach-download * {
  line-height:1;
}
.message-attachments a.chat-attach-download:hover {
  background-color: rgba(255,255,255,0.6);
}
.message-mobile-row table#message-table {
  height: calc(100vh - 259px);
  display: block;
  overflow-y: scroll;
  padding-right:0;
}
#message-details-section.card {
  border-radius: 0 8px 8px 0;
}
#message-details-section .chat_box {
  background: #E1F0F4 url(../images/chat-bg.jpg) repeat;
  height: calc(100vh - 250px);
  position:relative;
  overflow-y: scroll;
}
button.btn.message-back-button {
  position: absolute;
  z-index: 1;  
  font-size: 38px;
  padding: 16px 12px;
  top: 0;
  left: 0;
}
#message-details-section .timeline-images .mfp-image:first-child {
  display: block;
  width: 100%;
  padding-top:100%;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #fff;
}
#message-details-section .timeline-images .mfp-image img {
  position: absolute;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit:cover;
  opacity:1;
  transition: opacity ease 0.3s;
}
.message-attachments:hover .timeline-images .mfp-image img{
  opacity:0.6 !important;
}
.message-attachments span.more {
  top: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  border-left: none;
  padding: 6px;
  width: initial;
  border-radius: 0 0 0 8px;
  opacity:0;
  transition:opacity 0.3s ease;
}
.message-attachments:hover span.more {
  opacity:1;
}
.message-reply-area textarea, .message-reply-area textarea:focus {
  background:#fff;
  border:none;
}
.message-mobile-row table#message-table tbody, .message-mobile-row table#message-table tr, .message-mobile-row table#message-table td {
  width: 100%;
  display: block;
}
.message-mobile-row #message-list-box {
  margin-bottom:0;
}
#message-list-box.card {
  border-radius: 8px 0 0 8px;
}
#message-list-box .card-header {
  padding-top: 11px;
  padding-bottom: 11px;
}
#message-list-box i.online {
  height: 12px;
  width: 12px;
  background: rgb(76,176,108);
}
#message-list-box .avatar-sm i.online {
  margin-left: -12px;
  top: -12px;
}
.chat-container {
  padding:8px 8px 12px 8px;
  position:relative;
  min-width:160px;
  max-width:80%;
  filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
}
.chat-recipient .chat-container {
  border-radius: 8px 8px 8px 0;
}
.chat-recipient .chat-container:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 14px solid #fff;
  border-left: 12px solid transparent;
  left: -10px;
  position: absolute;
  bottom: 0;
}
.chat-recipient .chat-container {
  background: #fff;
}
.chat-sender .chat-container {
  border-radius: 8px 8px 0 8px;
}
.chat-sender .chat-container:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 14px solid #D0EAE5;
  border-right: 12px solid transparent;
  right: -10px;
  position: absolute;
  bottom: 0;
}
.chat-sender .chat-container {
  background: #D0EAE5;
}
.js-message-reply:not(:nth-last-child(2)) {
  margin-bottom:12px;
}
.chat-timestamp {
  position:absolute;
  right:6px;
  bottom:0px;
  opacity:0.6;
  display:flex;
}
#message-details-section #load-messages {
  position: absolute;
  top: 74px;
  width: 100%;
  z-index:1;
  border-bottom: none !important;
}
#message-details-section #load-messages .spinning-btn.spinning {
  top:12px;
  padding-right: 32px;
}
#message-details-section #load-messages .spinning-btn.spinning:before {
  height:32px;
  width:32px;
  border: 4px solid #fff;
  border-right: 4px solid #377DFF;
}
.offline-message {
  text-align: center;
  width: 100%;
  color: #7FA5B7;
  position: absolute;
  bottom: 64px;
  padding: 0 12px;
}
#message-details-section.chat-body {
  padding-bottom: 57px;
}
#message-details-section .send-message {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.post-file-dropzone-scrollbar {
  margin-top: 10px;
}
.post-file-dropzone-scrollbar .preview {
  position: relative;
}
.post-dropzone .delete {
  position: absolute;
  width: 24px;
  height: 26px;
  top: 23px;
  right: 5px;
  line-height: 1;
  border-radius: 0 4px 0 4px;
  background-color: rgba(0,0,0,0.4);
  transition: background-color ease 0.3s;
}
#message-details-section .post-dropzone .preview:hover .delete {
  background-color: rgba(0,0,0,0.8);
}
.post-file-dropzone-scrollbar .preview img {
  border-radius: 4px 4px 0 0;
}
.post-file-dropzone-scrollbar .progress {
  border-radius: 0 0 8px 8px;
}
#message-details-section .help-block, .journal-entry .help-block {
  font-size: 10px;
  color: #E45352;
}

/** Journal **/

.journal-entry {
  max-width: 600px;
  margin: 0 auto 20px;
}
.journal-post-content .timeline-images {
  margin-left:-15px;
  margin-right:-15px;
}
.journal-entry .journal-options, .journal-reply-container .journal-reply-options {
  display:none;
}
.journal-entry:hover .journal-options, .journal-reply-container:hover .journal-reply-options {
  display:block;
}
.journal-hover-bg, .lesson-journal-hover-bg {
  transition: background-color 0.3s ease;
}
.lesson-journal-hover-bg:hover {
  background-color:#fff;
}
.journal-hover-bg:hover {
  background-color:#eef6f9;
}
.journal-reply-container:last-child {
  border-bottom: 1px solid #eef6f9;
}
.journal-entry.bg-grey .journal-reply-container:last-child {
  border-color: #fff!important;
}
.lesson-journal .journal-entry:last-child {
  margin-bottom:0;
}
.journal-entry.bg-grey .border-bottom, .journal-entry.bg-grey .border-end, .journal-entry.bg-grey .border-top, .journal-entry.bg-grey .border-start {
  border-color: #fff!important;
}
.journal-reply-form {
  resize:vertical;
  overflow:auto;
  background-color:#EEF1F9 !important;
  border:none;
  border-radius:20px;
  padding: 0.5rem 0.75rem;
}
.journal-entry.bg-grey .journal-reply-form, .journal-entry.bg-grey .btn:hover {
  background-color:#fff !important;
}
.journal-reply-form:empty:before {
  content: attr(placeholder);
  color: #7FA5B7;
}
.journal-reply-container .message-attachments {
  width: 160px;
}
.journal-entry .avatar-xs {
  height:35px;
  width:35px;
}
.journal-entry.card {
  box-shadow: 0 0.1rem .15rem rgba(0,0,0,0.25)!important;
}


/** Homework **/
.homework-thumbnail {
  width:100%;
  height:0;
  position:relative;
  padding-top:56.25%;
  overflow:hidden;
  background:#efefef;
}
.homework-thumbnail img {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  left:0;
  object-fit:cover;
  opacity:1;
  transition: opacity 0.3s ease;
}
.homework-thumbnail a.delete-file {
  background: rgba(127,165,183,0);
  color:#10223A;
  transition: all 0.3s ease;
}
.homework-thumbnail:hover a.delete-file {
  background: rgba(255,255,255,.75);
}
.homework-thumbnail a.delete-file:hover {
  color:#E45352;
}
.homework-thumbnail:hover img {
  opacity:0.6;
}
.homework-details table td {
  height:42px;
}
.homework-details table td:first-child, #classInfo table td:first-child, #dealInfo table td:first-child {
  min-width: 100px;
  width:120px;
}
#homework-page .nav-link {
  color:#20446f;
}
.homework-thumbnail .file-thumbnail-type {
  width: 100%;
  height: 100% !important;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  align-items: center;
  justify-content: center;
}
.file-thumbnail-type .bi {
  margin-right:6px;
}
.homework-thumbnail .file-thumbnail-name {
  font-size:80%;
  text-align:left;
  max-width: 60%;
  max-height: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homework-legend {
  display:inline-flex;
  align-items:center;
  line-height:1;
  margin-right:6px;
  color:#7FA5B7;
}
.homework-legend:before {
  content:'';
  width:12px;
  height:12px;
  margin-right: 6px;
  margin-bottom:3px;
  margin-top:3px;
  border-radius:4px;
}
#homework-simple-table .groupwork-avatar img {
  border: 2px solid #EEF1F9;
}
#homework-simple-table .groupwork-avatar:not(:nth-child(2)) {
  margin-left:-12px;
}
.client-homework-view .datatable-tools {
  margin-top:0 !important;
}
.homework-marked {
  border-left:12px solid #4cb06c;
}

.homework-to_do {
  border-left:12px solid #7fa5b7;
}

.homework-due {
  border-left:12px solid #e45352;
}

.homework-submitted {
  border-left:12px solid #f9aa4b;
}
.homework-group-class-student-tile-action-btn
{
  display: flex;
  right: -8px;
  top: -5px;
  position: absolute;
}
.homework-group-class-student-tile-action-btn .btn-check:focus+.btn, .btn:focus {
  outline: 0;
   box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0); 
}

/** Misc **/
.custom_text_area {
  height: 75px; overflow: auto; resize: both; font-size:14px; color:#000;
}
.custom_text_area:empty:before {
  content: attr(placeholder);
  color: #6c757d;
  opacity: 1;
}
.atwho-inserted {
  display: inline-block;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
  color: #6c757d;
}
.select2-disabled .select2-result-label {
  cursor: no-drop;
}
.subject-info-box {
  max-height: 150px;
}
.user-subject-header {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

/** Breakpoints **/
@media (max-width: 576px) {
}
@media (max-width: 992px) {
  #message-page {
    padding:0px !important;
    overflow-x:hidden;
    width:100vw;
  }
  #message-page .message-mobile-row {
    display: table;
    width: calc(100vw * 2);
    margin: 12px 0 0;
    transition: transform ease 0.3s;
  }
  #message-page .message-user-list, #message-page .message-window-box {
    display: table-cell;
    width: 50%;
    vertical-align:top;
  }
  .message-mobile-row.reveal-message {
    transform: translateX(-100vw);
  }
  .message-mobile-row table#message-table {
    height: calc(100vh - 215px);
  }
  .message-mobile-row table#message-table tbody, .message-mobile-row table#message-table tr, .message-mobile-row table#message-table td {
    width: 100%;
    display: block;
  }
  .message-window-box .card-body {
    height: calc(100vh - 188px);
  }  
  #message-details-section .chat_box {
    height: calc(100vh - 208px);
  }
  #message-list-box.card, #message-details-section.card {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .chat-container {
    max-width:58%;
  }
}
@media (min-width: 1200px) {
  .display-7 {
      font-size: 2rem;
  }
}

#journal_description::-webkit-scrollbar {
    width: 14px !important;
}

.fc-daygrid-event.fc-daygrid-dot-event.fc-event.fc-event-start.fc-event-end,
.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-past {
  overflow: hidden;
}


.account-section {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#contact-simple-table td {
  background-color:transparent !important;
  color:#10223A !important;
  border: none!important;
}
   
/*flot*/
.flotTip {
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
}


/*deals*/
#dealInfo .dataTable tbody tr:hover td {
  background:none !important;
}

#dealInfo .accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #fff;
}
#dealInfo .accordion-button:focus {
  border: none;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
#dealInfo .accordion-item {
  border-top: none;
  border-right: none;
  border-left: none;
}
#dealInfo .accordion-item:last-child {
  border-bottom: none;
}
#dealInfo table tr:not(:last-child) td {
  padding-bottom:18px;
}
#dealInfo-panel table tr {
  vertical-align:top;
}


.top-border-line {
  border-top: 1px solid #f2f2f2; }


.partner-contract-term-box-margin-btm {
  margin-bottom: -15px;
}

.partner-contract-view-table table td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

table.dataTable.partner-contract-view-table  tbody th, table.dataTable.partner-contract-view-table  tbody td {
  padding: 6px 10px !important;
}

table.dataTable.partner-contract-view-table thead th:first-child, table.dataTable.partner-contract-view-table tbody td:first-child {
  padding-left: 15px !important;
}

.partner-widget-section {
  /*padding: 0 !important;*/
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important; }

  .deal-dashboard-deal-widget-main {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }


.revenue-table-child-row-title
{ 
  text-indent: 15px;
}

table.dataTable.display thead th {
  background-color: #fff; }


  .datepicker { 
    z-index: 9999 !important;
}

.dataTables_processing  {
  z-index: 99999 !important;
  background-color: transparent;
}
