select[data-no-appearance] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';

  border: thin solid #ccc !important;
  background: white !important;
  outline: none;
  opacity: 0;
  /*filter: alpha(opacity=0);*/

  overflow: hidden;
  width: 120%;
}

select[data-no-appearance]:disabled {
  background: #026aa9 !important;
}

select.fa-select {
  font-family: sans-serif, 'FontAwesome';
}

select::-ms-expand {
  display: none;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 2;
}

.table > thead {
  font-weight: bold;
  /*NEW table header color*/
  background: #def6ff;
}

.ui-datepicker .ui-datepicker-title select {
  opacity: 1;
  text-indent: inherit;
}

/*Navbar collapsed on 1000px changed in bootstrap.css*/

@media (max-width: 1023px) {
  .navbar-collapse.in {
    padding-bottom: 10px;
  }
  .margin-timetable {
    margin-left: -25px;
  }
  .TableRow span {
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #PreviewContainer {
    margin-left: -35px;
  }
}

@media (max-width: 1870px) and (min-width: 1819px) {
  .navbar-nav > li > a {
    padding-right: 26px !important;
    padding-left: 27px !important;
  }
}

@media (max-width: 1710px) and (min-width: 1670px) {
  .navbar-nav > li > a {
    padding-right: 27px !important;
    padding-left: 27px !important;
  }
}

@media (max-width: 1399px) and (min-width: 1360px) {
  .navbar-nav > li > a {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}

@media (max-width: 1199px) and (min-width: 1168px) {
  .navbar-nav > li > a {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
}

@media (max-width: 1167px) and (min-width: 1136px) {
  .navbar-nav > li > a {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media (max-width: 1135px) and (min-width: 1050px) {
  .navbar-nav > li > a {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
}

@media (max-width: 1049px) and (min-width: 1023px) {
  .navbar-nav > li > a {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

@media (max-width: 767px) {
  .navbar {
    margin-top: 10px !important;
  }
}

@media (max-width: 420px) {
  .col-xs-4 {
    width: 50%;
  }
}

/*Central content*/

@media (max-width: 1450px) and (min-width: 1200px) {
  .col-lg-2 {
    width: 20.666667%;
  }
  .col-lg-10 {
    width: 79.333333%;
  }
}

/*Top Search resp*/

@media (max-width: 2000px) and (min-width: 1800px) {
  .padding-none {
    width: 13%;
  }
}

@media (max-width: 1799px) and (min-width: 1700px) {
  .padding-none {
    width: 14%;
  }
}

@media (max-width: 1699px) and (min-width: 1520px) {
  .padding-none {
    width: 16%;
  }
}

@media (max-width: 1519px) and (min-width: 1200px) {
  .padding-none {
    width: 20%;
  }
}

@media (max-width: 340px) {
  .top-search {
    width: 190px !important;
  }
}

/*Timetable*/

@media (max-width: 1660px) and (min-width: 1390px) {
  .timetable-class-box {
    width: 88%;
  }
}

@media (max-width: 1389px) and (min-width: 1201px) {
  .timetable-class-box {
    width: 85%;
    font-size: 12px;
  }
}

@media (max-width: 1202px) and (min-width: 500px) {
  .timetable-class-box {
    font-size: 10px;
    line-height: 12px;
    width: 81%;
  }
}

@media (max-width: 1160px) and (min-width: 995px) {
  .list-group-item {
    padding-left: 5px;
  }
}

.center-content {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  margin-left: auto;
}

.container {
  width: 100% !important;
  min-height: 100%;
  height: auto;
  padding: 10px 23px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.relative {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.half-width {
  width: 50% !important;
}

.quarter-width {
  width: 25% !important;
}

.margin-none {
  margin: 0 !important;
}

.margin-ten {
  margin: 10px !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-bottom-twenty {
  margin-bottom: 20px !important;
}

.margin-bottom-thirty {
  margin-bottom: 30px !important;
}

.margin-bottom-five {
  margin-bottom: 5px !important;
}

.margin-bottom-ten {
  margin-bottom: 10px !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-top-five {
  margin-top: 5px;
}

.margin-top-ten {
  margin-top: 10px;
}

.margin-top-twenty {
  margin-top: 20px !important;
}

.margin-top-twentyfive {
  margin-top: 25px !important;
}

.margin-top-twentyfour {
  margin-top: 24px !important;
}

.margin-top-thirty {
  margin-top: 30px !important;
}

.margin-top-fifteen {
  margin-top: 15px !important;
}

.margin-top-twelve {
  margin-top: 12px !important;
}

.margin-right-none {
  margin-right: 0 !important;
}

.margin-right-five {
  margin-right: 5px !important;
}

.margin-right-ten {
  margin-right: 10px !important;
}

.margin-right-fifteen {
  margin-right: 15px !important;
}

.margin-right-twenty {
  margin-right: 20px !important;
}

.margin-right-thirty {
  margin-right: 30px !important;
}

.margin-left-none {
  margin-left: 0 !important;
}

.margin-left-ten {
  margin-left: 10px !important;
}

.margin-left-fifteen {
  margin-left: 15px !important;
}

.margin-left-twenty {
  margin-left: 20px !important;
}

.margin-left-thirty {
  margin-left: 30px !important;
}

.margin-custom {
  margin: 0 10px 0 10px !important;
}

.margin-btn-table {
  margin-top: 4px;
  margin-bottom: 4px;
}

.font-bold {
  font-weight: bold;
}

.background-gray {
  background-color: #f5f5f5;
}

.background-white {
  background-color: #fff;
}

.background-blue {
  background-color: #c5e6fb;
}

.light-blue-background {
  background-color: #c5e6fb !important;
}

.custom-padding {
  padding: 15px !important;
}

.custom-padding-panel {
  padding: 12px !important;
}

.custom-padding-panel-as {
  padding: 15px 20px 20px 20px !important;
}

.custom-padding-panel-heading-as {
  padding: 15px 20px 15px 20px !important;
}

.custom-padding-button {
  padding: 9px 12px !important;
}

.padding-no {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

.padding-left-ten {
  padding-left: 10px !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-top-seven {
  padding-top: 7px;
}

.padding-top-five {
  padding-top: 5px;
}

.padding-top-ten {
  padding-top: 10px;
}

.padding-top-twenty {
  padding-top: 20px !important;
}

.padding-bottom-five {
  padding-bottom: 5px;
}

.padding-bottom-thirty {
  padding-bottom: 30px;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-ten {
  padding: 10px;
}

.padding-right-ten {
  padding-right: 10px;
}

.padding-widget {
  padding: 4px 15px;
}

.padding-widget-activity {
  padding: 4px 0;
}

.padding-widget-olc {
  padding: 4px 0 4px 10px;
}

.padding-top-widget-att {
  padding-top: 19px !important;
}

.padding-top-widget-inc {
  padding-top: 8px !important;
}

.custom-width {
  width: 230px;
}

.border-initial {
  border: initial;
}

.border-none {
  border: none;
}

.bottom-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.bottom-border > li {
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 0;
}

.border-radius-none {
  border-radius: 0;
}

.border-radius-left {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.panel-default > .panel-heading {
  background-color: #e9e9e9;
}

/*Top search*/

.padding-none {
  padding-left: 0;
  padding-right: 0;
}

.border-radius-custom {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.input-group-btn:last-child > .btn {
  margin-left: -5px;
}

.input-search {
  width: 158px;
  margin-right: 0;
  height: 36px;
}

.btn.btn-drop-search {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
  border-left: none;
}

.right-search {
  margin-left: 20px;
}

.right-search > input {
  background-color: #e2e2e2;
  height: 29px;
}

/*Footer*/

.footer-links > li,
.footer-links > li > a {
  color: #fff;
  font-weight: bold;
}

.footer-links > li > a:hover {
  color: #c5e6fb;
}

/*Central content*/

.central-content {
  padding: 0px;
  height: auto;
  min-height: 50px;
}

.main-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.main-content > div > .panel-heading,
.panel-heading.screenTitle {
  background-color: #fff;
  border-radius: 0;
  border-bottom: none;
  font-weight: bold;
  font-size: 21px;
  height: 54px;
  padding: 15px 15px 15px 20px;
  /*padding: 15px;*/
}

/*Changing Central content panel heading blue background*/
.panel.panel-default.main-content > div > .panel-heading.light-blue-background,
.panel-heading.light-blue-background {
  background-color: #3182ce !important;
  border-bottom: none;
  color: #ffffff;
  height: 60px;
  padding-top: 12px;
}

.btn.btn-action {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
  /* margin-top: -5px; */
  margin-top: -3px;
  padding: 6px 12px;
}

.btn.btn-action:hover {
  background-color: #026aa9;
  color: #fff;
}

.btn.btn-top-info {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #026aa9;
}

.btn.btn-top-info:hover {
  color: #c82128;
}

.btn-width {
  width: 73px;
}

.pager {
  margin: 0;
  margin-top: 5px;
}

.pager li > a,
.pager li > span {
  border: none;
  border-radius: 0;
  color: #333;
}

.previous > a {
  width: 15px;
  height: 15px;
  background: url(../../images-new/arrow-left.png) top left no-repeat;
  margin-top: 7px;
}

.next > a {
  width: 15px;
  height: 15px;
  background: url(../../images-new/arrow-right.png) top left no-repeat;
  margin-top: 7px;
  padding-right: 0;
}

.pager li > a:hover,
.pager li > a:focus {
  background-color: #fff;
  background-position: bottom left;
}

.panel-body {
  /*padding: 15px 20px;*/
  padding: 20px;
}

.info-container {
  overflow: auto;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.info-container-personal {
  background: #fff;
  overflow: auto;
  border-bottom: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.info-container-personal.reg {
  border-bottom: none;
}

.info-container-personal.bg {
  background: #f9f9f9;
}

.info-container-personal.bg.reg {
  border-bottom: none;
}

.info-container.view {
  border-bottom: none;
  border-left: solid 1px #ccc;
  padding-left: 20px;
  padding-right: 20px;
}

#AssessmentEntryMemberList .error-message {
  color: #a94442;
  visibility: hidden;
}
#AssessmentEntryMemberList .validation-error .error-message {
  visibility: visible;
}
#AssessmentEntryMemberList input.examTGResultInp {
  margin-right: 100%;
}
#AssessmentEntryMemberList .form-group.mark-group {
  margin-bottom: 0;
}
#AssessmentEntryMemberList .validation-error input.examTGResultInp {
  border-color: #a94442;
}
#AssessmentEntryMemberList textarea[disabled] {
  background-color: #eee;
  color: #eee;
}
#AssessmentEntryMemberList [data-class='AssessmentEntry'] {
  width: auto;
}
#AssessmentEntryMemberList [data-class='AssessmentEntry'] input {
  max-width: 250px;
}

.control-label {
  margin-right: 10px;
}

#FilesList .control-label {
  display: block;
}

.control-label.second {
  padding-left: 71px;
}

.form-group {
  float: left;
  margin-bottom: 10px;
  width: 250px;
}

.form-group.larger {
  width: 292px;
}

.form-group.extraLarge {
  width: 379px;
}

.form-group.larger .InputField.Reports.Generic {
  margin-top: 0px;
}

.form-group.auto {
  width: auto;
}

.form-group.Login,
.form-control.Login {
  width: 270px;
}

.form-control {
  width: 230px;
  margin-right: 20px;
  color: #026aa9;
  font-weight: bold;
}

.form-control.big {
  width: 300px;
}

.form-group.textarea,
.form-group.textarea > * {
  width: 100%;
  resize: none;
}

.form-control.small-size {
  width: 120px;
}

.form-control.number {
  width: 45px;
  margin-right: 3px;
  margin-left: 3px;
}

select.form-control {
  padding-right: 37px;
  opacity: 1;
}

.input-group {
  width: 230px;
  z-index: 7;
}

/*
@-moz-document url-prefix() {
   .input-group {
       overflow: hidden;
   }
}
*/
.input-group.small {
  width: 120px;
}

.input-group.small > span {
  left: 98px;
  position: absolute;
  top: 15px;
  font-size: 100%;
}

.input-group.small > span.line-select {
  left: 88px;
  top: 0;
}

.input-group .form-control:first-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.custom-arrow {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 100%;
}

.input-group-addon {
  background-color: #fff;
}

.input-group-addon.round-box {
  height: 34px;
  border: 1px solid #cccccc;
  border-radius: 4px !important;
}

.input-group-addon.noBorder {
  height: 34px;
  border: none !important;
}

.btn.btn-primary {
  background-color: #026aa9;
  border-color: #026aa9;
  font-weight: bold;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #025587;
  border-color: #025587;
}

.btn.btn-save {
  width: 230px;
  height: 34px;
  background-color: #026aa9;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  margin: 20px 0;
  padding: 5px 10px;
}

.btn.btn-save.auto {
  width: auto;
}

.btn.btn-save.fullwidth {
  width: 100%;
  height: 34px;
  background-color: #026aa9;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  margin: 20px 0;
  padding: 5px 10px;
}

.btn.btn-save.btn-rotations {
  width: auto !important;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

.btn.btn-save.green {
  background-color: #5cb85c;
}

.btn.btn-save.green:hover {
  background-color: #47a447;
}

.btn.btn-save:hover {
  background-color: #025587;
}

a.btn.btn-save[data-button='save-button-with-feedback'][disabled] {
  pointer-events: none;
}

.saveBtnSuccess {
  opacity: 1 !important;
}

.btn.btn-cancel {
  width: 230px;
  height: 34px;
  background-color: #c82128;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  margin: 20px 0;
  padding: 5px 10px;
}

.btn.btn-cancel:hover {
  background-color: #a01a20;
}

.btn-small {
  width: auto !important;
  padding: 0.3em 2em !important;
}

.btn-vsmall {
  width: 80px !important;
}

.btn-auto {
  width: auto !important;
}

/*Central content END*/

/*Small*/

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-toggle {
  background: #fff;
  border: 1px solid #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #026aa9;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c5e6fb;
  border-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

.navbar-collapse {
  box-shadow: none;
  max-height: 370px;
}

.navbar-collapse.in {
  border: none;
  /* overflow-y: hidden; */
  overflow-y: auto;
  padding-top: 0;
}

.lable-title {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group.full-width div:last-child {
  color: #026aa9;
}

.form-group.full-width label {
  color: #026aa9;
}

.form-group.full-width label:first-child {
  color: #000;
}

.form-group.biger label {
  color: #026aa9;
}

.form-group.biger label:first-child {
  color: #000;
}

.form-group.biger {
  width: 350px;
}

.form-group.big {
  width: 300px;
}

.form-group.small-size {
  width: 165px;
}

.form-group.small-size.withMargin {
  margin-right: 2%;
}

.form-group.small-size .form-control {
  width: 100%;
}

.form-group.biggest {
  width: 360px;
}

.form-group.smaller,
.form-group.smaller .input-group,
.form-group.smaller .InputField.Reports,
.form-group.smaller .form-control,
.form-group.smaller .ui-multiselect {
  width: 144px !important;
}

.form-group.smallest {
  width: 66px;
}

.form-group.smallest .form-control {
  width: 66px;
}

.form-group.constructionGridFilter {
  width: 345px;
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  margin-right: 7px;
  display: none;
}

.form-group.constructionGridFilter .input-group {
  float: left;
}

.form-group.constructionGridFilter .buttonBlue {
  font-size: 15px;
  height: 33px;
  line-height: 17px;
  margin: 5px 0 5px 7px;
  width: 100px;
}

.form-group.listElementsLeft {
  width: auto;
}

.form-group.listElementsLeft label,
.form-group.listElementsLeft input.form-control,
.form-group.listElementsLeft a {
  float: left;
}

.form-group.listElementsLeft a {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.labelLeft label {
  float: left;
  margin-top: 7px;
}

#ClassListSelect .form-group {
  margin-bottom: 0px;
}

#ClassListSelect .labelLeft label {
  margin-top: 0px;
  margin-right: 10px;
}

/*Learners pages*/

/* modal AddNewTermExam */
@media screen and (min-width: 768px) {
  #AddNewTermExam .modal-dialog {
    width: 768px;
  }
}
#AddNewTermExam .no-padding {
  padding: 0;
}
#CourseExam_chosen {
  width: 100% !important;
}
.form-group-custom {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.form-group-custom .form-control {
  width: 100%;
}
#ExamsTable .form-control,
#ExamsTable .form-group,
#ExamsTable .input-group {
  width: 100%;
  margin-right: 0;
}
.report_style_title h4
/* end modal AddNewTermExam */

.well-background-white {
  background-color: #fff;
  margin-bottom: 10px;
}

.text-area {
  width: auto;
  min-width: 480px;
  max-width: 100%;
  min-height: 100px;
}

.houshold-contacts {
  position: relative;
}

.houshold-contacts > .panel-heading span,
.gradebook-templates > .panel-heading span {
  padding-left: 25px;
  font-weight: bold;
}

.gradebook-templates > .panel-heading {
  position: relative;
}

.gradebook-templates > .panel-heading .fa {
  font-size: 20px;
  color: #026aa9;
  left: 15px;
  top: 15px;
}

#gradebookTemplateForm .alert {
  font-size: 14px;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
}

#gradebookTemplateForm .alert button,
#gradebookTemplateForm .alert button i {
  font-size: 14px;
}

#GradebookCommentBank .fa.fa-check {
  font-size: 20px;
  position: relative;
  color: rgb(2, 106, 169);
}
#GradebookCommentBank .groupForm label,
#GradebookCommentBank .groupForm label + div {
  margin-bottom: 4px;
}
#GradebookCommentBank .groupForm div:not(.input-group) {
  margin-bottom: 4px;
}

#GradebookCommentBank form .btn.btn-danger {
  font-size: 18.66px;
}

#GradebookCommentBank table tr td:last-of-type {
  text-align: right;
}

#GradebookCommentBank form .groupForm > * {
  float: left;
  margin-right: 15px;
}

#GradebookCommentBank form .groupForm > label {
  padding: 6px;
}

#GradebookGradeScale table tr th:last-of-type,
#GradebookGradeScale table tr td:last-of-type {
  text-align: right;
}

.gradescale-options > * {
  width: 100% !important;
  margin-bottom: 5px;
}

#gradeScaleFormModal input.form-control.invalid {
  border-color: #c82128;
  color: #c82128;
}

ul.grades {
  list-style: none;
  -webkit-padding-start: 0;
  padding-left: 0 !important;
}
#gradeScaleFormModal ul.grades li form {
  width: 100%;
  padding: 0;
}
#gradeScaleFormModal ul.grades li form i.fa.fa-close {
  color: #c82128;
}
#gradeScaleFormModal ul.grades li.manual form > input,
#gradeScaleFormModal ul.grades li.manual form > select {
  width: 40% !important;
  display: inline;
  margin-right: 0px;
  margin-bottom: 10px;
}
#gradeScaleFormModal ul.grades li.manual form > span {
  width: 5%;
}

#GradebookGradeScale table tbody td {
  padding: 0px;
}
#GradebookGradeScale table tbody td > div:first-of-type {
  border-collapse: collapse;
  padding: 5px;
  height: 3em;
}
#GradebookGradeScale table tbody td > div:first-of-type .btn.btn-link.details {
  padding-left: 0px !important;
  border-left: none !important;
}
#GradebookGradeScale table tbody td > div:nth-of-type(2) > * {
  margin: 5px auto;
}
#GradebookGradeScale table tbody td > div:nth-of-type(2) {
  padding: 0 5px;
}
#GradebookGradeScale table tbody td ul.scale-details {
  list-style: none;
  position: relative;
  padding: 0;
  border: thin solid rgb(2, 106, 169);
}
#GradebookGradeScale table tbody td ul.scale-details li {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  border-bottom: thin solid rgb(2, 106, 169);
  padding: 0 5px;
}
#GradebookGradeScale table tbody td ul.scale-details li:last-of-type {
  border-bottom: none;
}
#GradebookGradeScale table tbody td ul.scale-details li:first-of-type {
  font-weight: bold;
  color: white;
  background-color: rgb(2, 106, 169);
}
#GradebookGradeScale table tbody td ul.scale-details li span {
  width: 49%;
  display: inline-block;
}
#GradebookGradeScale table tbody td ul.scale-details li span:last-of-type {
  text-align: right;
}
#GradebookGradeScale table tbody td ul.scale-details li span:last-of-type i.fa {
  color: rgb(2, 106, 169);
}
#GradebookGradeScale table tbody td ul.scale-details li.manual,
#GradebookGradeScale table tbody td ul.scale-details li.manual span {
  text-align: right;
  padding: 0 5px;
}
#GradebookGradeScale table tbody td ul.scale-details li.manual span {
  width: 100%;
}

#ExamFormModal .modal-body input.form-control,
#ExamFormModal .modal-body label > *,
#ExamFormModal .modal-body label {
  width: 100%;
}
#ExamFormModal tr td .edit,
#ExamFormModal tr.editing td .detail {
  display: none;
}

#ExamFormModal .modal-body form {
  font-size: 0;
}
#ExamFormModal tbody tr:first-of-type td .btn-up,
#ExamFormModal tbody tr:last-of-type td .btn-down {
  display: block;
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#ExamFormModal tfoot {
  background-color: #def6fe;
}
#ExamFormModal tfoot .btn-primary {
  color: white;
}

#ExamFormModal .modal-body form textarea {
  resize: none;
}

#ExamFormModal .modal-body > form > * {
  font-size: 14px;
}

#ExamFormModal .modal-body label.half {
  width: 50%;
  margin-top: 5px;
  padding: 0 5px 0 0;
  box-sizing: border-box;
}

#ExamFormModal .modal-body .select2-choices {
  border-radius: 5px;
  border: thin solid #ccc;
}

#ExamFormModal .modal-body label.half:nth-of-type(2n + 1) {
  padding: 0 0 0 5px;
}

#GradebookExams table tr td:last-of-type,
#GradebookExams table tr th:last-of-type {
  text-align: right;
}

#GradebookExams .true-icon {
  color: #2a3;
  font-size: 24px;
}

#GradebookExams .false-icon {
  color: #c82128;
  font-size: 24px;
}

@media (max-width: 1000px) {
  #GradebookGradeScale table tbody td ul.scale-details li span,
  #GradebookGradeScale table tbody td ul.scale-details li span:last-of-type {
    width: 100%;
    text-align: left;
    display: block;
  }
  #GradebookGradeScale table tbody td ul.scale-details li:first-ot-type span {
    display: none;
  }
}

#gradeScaleFormModal ul.grades li.value form > input,
#gradeScaleFormModal ul.grades li.value form > select {
  width: 30%;
  display: inline;
  margin-right: 0px;
  margin-bottom: 10px;
}
#gradeScaleFormModal ul.grades li.value form > span {
  width: 5%;
}

#gradeScaleFormModal ul.grades li.range form > input,
#gradeScaleFormModal ul.grades li.range form > select {
  width: 21%;
  display: inline;
  margin-right: 0px;
  margin-bottom: 10px;
}
#gradeScaleFormModal ul.grades li.range form > span {
  width: 5%;
}

#GradebookCommentBank form .groupForm > *.clear {
  clear: both;
}

.docs-row {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.docs-title {
  line-height: 38px;
}
.docs-buttons {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row;
  margin-left: auto;
}
.docs-buttons a {
  margin-left: -1px;
}
.docs-buttons a:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.docs-buttons a:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.docs-buttons a:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#ConfirmationDialogAutodoc .btn-group-sm,
.removeDocConfirmationButtons {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
}
.docs-buttons a:not(.btn-default):visited {
  color: white;
}
.docs-buttons a.remove:hover {
  color: #a94442;
  text-decoration: none;
}

#FilesList .docs-title {
  line-height: normal;
}

.btn-absolute-right {
  position: absolute !important;
  right: 15px;
  top: 9px;
}

.btn-absolute-right.reports {
  right: 22px;
  top: 5px;
}
#TR_Loading .btn-absolute-right.reports {
  top: 8px;
}

.btn-absolute-right.teacher-reports {
  right: 6px;
  top: 3px;
}

.btn-absolute-right.term-exams {
  right: 5px;
  top: 5px;
}

.list-group span:last-child {
  color: #026aa9;
}

.list-group {
  list-style: none;
}

.well.well-sm span:last-child {
  color: #026aa9;
}

.well.well-sm span[data-report='termReport'] {
  color: #282828;
}

.panel-contacts {
  padding: 15px 5px 0px 5px;
}

.table-responsive > .table.table-print > tbody:first-child td {
  padding-left: 15px;
}

.table-responsive > .table.table-print > tbody:last-child td {
  padding-right: 15px;
}

/*Table row color*/
.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-child(2n) > td,
.table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #f9f9f9;
}

.input-group.big {
  width: 280px;
}

.input-group.extra.big {
  width: 300px;
}

.control-label-reports {
  font-size: 16px;
  line-height: 34px;
  /*text-align: right;*/
}

.control-print-header {
  font-size: 24px;
  line-height: 34px;
}

.badge.custom-badge {
  font-size: 15px;
  background-color: #fff;
}

.badge.custom-badge.with-border {
  border: 1px solid;
}

.text-success {
  color: #3c763d !important;
}

.table.print-border > tbody > tr > td {
  border-top: none;
}

/*Table Supervision & Substitution*/
.substitution--error {
  background-color: rgb(252, 241, 133) !important;
}

.table-responsive > .table.table-big > thead > tr > th,
.table-responsive > .table.table-big > tbody > tr > td {
  line-height: 1.42857;
  vertical-align: middle;
  text-align: center;
}

.table-responsive > .table.table-big > thead > tr > th {
  border-right: 1px solid #c5e6fb;
}

.btn-success.selected {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-danger.selected {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

#BehaviourSettingsDialog .btn-success.Selected {
  background-color: #ffffff;
  color: #47a447 !important;
  border-color: #47a447;
  box-shadow: inset 0 1px 8px 0 #47a447;
}

#BehaviourSettingsDialog .btn-danger.Selected {
  background-color: #ffffff;
  color: #d2322d !important;
  border-color: #d2322d;
  box-shadow: inset 0 1px 8px 0 #d2322d;
}

/*Was class="icon-bar" changed temporarily because of css icon */
.navbar-toggle .icone-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-bottom: 4px;
}

.table.settings-rooms > thead > tr > th,
.table.settings-rooms > tbody > tr > td {
  text-align: center;
}

.text-cahnge-ay {
  font-weight: bold;
  line-height: 34px;
}

.simpleColorChooser {
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.badge:empty {
  display: block;
}

[data-section='view1'] .form-control[readonly],
[data-section='view2'] .form-control[readonly],
[data-section='view3'] .form-control[readonly],
[data-section='view4'] .form-control[readonly],
[data-section='view5'] .form-control[readonly] {
  cursor: pointer;
}

.form-control[disabled] {
  background-color: #026aa9;
  color: #ffffff;
}

.control-label.receivesSpecialProvision > a {
  color: #026aa9;
}

[data-section] > .form-group label:first-child,
[data-sec] > .form-group label:first-child,
[data-block] > .form-group label:first-child {
  color: #000;
  cursor: pointer;
  /*border-bottom: 1px dashed #FFFFFF;*/
}

[data-action='edit'] {
  cursor: pointer;
  margin-right: 5px;
}

.text-area.full-width {
  min-width: 100%;
}

/*Modal dialog*/

.modal-dialog {
  margin: 93px auto 30px;
  width: 572px;
}

.modal-big {
  width: 740px !important;
}

.modal-lg {
  width: 825px;
}

.modal-x-lg {
  width: 950px;
}

.modal-bahaviour {
  width: 750px;
}

.modal-extra-lg {
  width: 1110px;
}

.modal-sm {
  width: 400px;
}

.modal-extra-sm {
  width: 337px;
}

.modal-grid-wizard {
  /*width: 500px;*/
  width: 440px;
}

.modal-footer .btn + .btn {
  margin-bottom: 20px;
}

.modal-body > form > .row > .info-container {
  padding-left: 15px;
}

.modal-header {
  background: #026aa9;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-header .close {
  margin-top: -3px;
}

.close {
  color: #ffffff;
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.9;
  text-shadow: 0 1px 0 #eeeeee;
}

.pager li > a,
.pager li > span {
  padding: 0;
}

#MoreTab {
  display: block;
}

.nav > li[data-class='small'] {
  display: none;
}

#AdvancedSearchButton {
  display: none;
  overflow: hidden;
}

#TopSearch #AdvancedSearchButton {
  display: table-cell;
}

/*NEW side-alide Main menu*/
body.slide-active {
  overflow-x: hidden;
}

.no-margin-top {
  margin-top: 0px !important;
}

#page-content {
  position: relative;
  right: 0;
}
#page-content .container {
  background: none;
  padding: 0;
}

#page-content.slide-active {
  padding-top: 0;
}
/* put toggle bars on the right :: not using button */
#slide-nav .navbar-toggle {
  cursor: pointer;
  position: relative;
  line-height: 0;
  float: right;
  margin: 0;
  width: 40px;
  height: 36px;
  padding: 11px 0 0 9px;
  border: 0;
  background: #2684b9;
}

#slide-nav .navbar-toggle .icone-bar {
  background-color: #ffffff;
}

#slide-nav .navbar-toggle span.icone-bar:nth-child(1),
#slide-nav .navbar-toggle span.icone-bar:nth-child(2),
#slide-nav .navbar-toggle span.icone-bar:nth-child(3) {
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;

  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.25s;
}

#slide-nav .navbar-toggle.slide-active span:nth-child(2) {
  background-color: #026aa9 !important;
  -webkit-transform: translate(1px, 6px) rotate(45deg);
  -moz-transform: translate(1px, 6px) rotate(45deg);
  -o-transform: translate(1px, 6px) rotate(45deg);
  -ms-transform: translate(1px, 6px) rotate(45deg);
  transform: translate(1px, 6px) rotate(45deg);
}
#slide-nav .navbar-toggle.slide-active span:nth-child(3) {
  background-color: #026aa9 !important;
  -webkit-transform: translate(1px, 0px) rotate(-45deg);
  -moz-transform: translate(1px, 0px) rotate(-45deg);
  -o-transform: translate(1px, 0px) rotate(-45deg);
  -ms-transform: translate(1px, 0px) rotate(-45deg);
  transform: translate(1px, 0px) rotate(-45deg);
}
#slide-nav .navbar-toggle.slide-active span:nth-child(4) {
  background-color: #026aa9 !important;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  opacity: 0;
}

.navbar-header {
  position: relative;
}

.navbar.navbar-default.slide-active {
  position: relative;
}

#slide-nav .container {
  background: none;
  padding: 0 !important;
}

#BellTimes > tr > td > .input-group.small {
  width: 88px;
}

#BellTimes > tr > td > .input-group.small > select {
  padding-left: 2px;
  padding-right: 22px;
  margin-right: 0;
}

/*
@-moz-document url-prefix() {
   #BellTimes > tr > td > .input-group.small > select {
      width: 120% !important;
   }
   #PeriodsPerDay, #DaysInCycle{
      width: 113.5% !important;
   }
}
*/
#BellTimes > tr > td > .input-group.small > span {
  left: 69px;
}

#BellTimes > tr > td > .input-group.small > span.line-select {
  left: 61px;
  top: 0;
}

[data-class='label-word-break'] {
  /* min-width: 50px;
   max-width: 90px; */

  /* margin-right: 5px; */

  word-break: break-all;
  line-height: 29px;
}

/*GridStructure*/
.form-control.custom-days {
  width: 110px;
  margin: 0 auto;
}

.form-group.full-width.grid-wizard label.control-label {
  color: #333333;
  float: left;
  padding-top: 9px;
  width: 140px;
}

.form-group.full-width.grid-wizard label.control-label.minutes {
  height: 36px;
  line-height: 50px;
  margin-bottom: 0;
  margin-left: -10px;
  padding-top: 0;
  width: 40px;
}

.period-time {
  float: left;
  padding: 0 !important;
  width: 20px;
}

.period-time.time-end {
  text-align: right;
}

.period-time.time-start {
  text-align: right;
}

#AcademicYearContainer .list-group-item {
  float: left;
  width: 100%;
}

#AcademicYearContainer span.ColorWeekend {
  float: left;
  margin-right: 0px !important;
  margin-left: 3%;
}

#AcademicYearContainer div.col-md-12 {
  margin-top: 20px;
}

.list-group-item-title {
  float: left;
}

@media (max-width: 1463px) {
  #ELClassesTable th {
    line-height: 17px;
  }
  #PreferencesStatsTable thead tr th,
  #PreferencesStatsTable tbody tr td {
    line-height: 17px;
    vertical-align: middle;
  }
}

@media (min-width: 1458px) and (max-width: 1600px) {
  [data-id='PreviousResults'] {
    font-size: 13px;
    margin-left: -10px;
  }
}

@media (min-width: 956px) and (max-width: 1390px) {
  .list-group-item.teaching-group div {
    width: 18%;
  }
  .list-group-item.teaching-group .input-group {
    width: 24%;
  }
}

@media (min-width: 768px) and (max-width: 955px) {
  .list-group-item.teaching-group div {
    width: 15%;
  }
  .list-group-item.teaching-group .input-group {
    width: 30%;
  }
  #TeachingGroupsHeader .panel-body {
    padding: 10px;
  }

  .periods-number-holder {
    width: 195px;
  }

  #TeachingGroupsList {
    font-size: 12px;
  }

  #FloatGroupsList,
  #BlocksList {
    padding: 5px;
    font-size: 12px;
    min-height: 40px;
  }

  #FloatGroupsList .row .col-sm-12 {
    padding: 0;
  }

  #BlocksList .col-sm-12 {
    padding: 0;
  }

  [data-classid] {
    font-size: 12px;
  }

  .list-group-item.teaching-group div a.btn-absolute-right {
    padding: 2px;
    right: 3px;
  }

  [data-classid] ul {
    padding: 5px;
  }

  #AddTG,
  #RemoveTG,
  #AddClassBlock,
  #RemoveClassBlock {
    font-size: 15px;
  }

  #RemoveTG,
  #RemoveClassBlock {
    margin-right: 5px !important;
  }

  #AddClassBlock {
    width: 110px !important;
  }
}

/* @media (min-width:1357px) and (max-width:1450px) {
   [data-class="AssessmentEntry"] {
      width: 200px;
   }
} */

@media (max-width: 1315px) {
  [data-id='PreviousResults'] {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1242px) {
  #TopLinks {
    width: 400px;
  }
}

/*SeptemberReturns table*/
@media (min-width: 1340px) and (max-width: 1498px) {
  [data-id='PECGTable'] {
    font-size: 12px;
  }
}
@media (min-width: 1267px) and (max-width: 1339px) {
  [data-id='PECGTable'] {
    font-size: 12px;
  }
  [data-id='PECGTable'] thead tr th,
  [data-id='PECGTable'] tbody tr td {
    padding: 6px;
  }
}
@media (min-width: 1230px) and (max-width: 1266px) {
  [data-id='PECGTable'] {
    font-size: 12px;
  }
  [data-id='PECGTable'] thead tr th,
  [data-id='PECGTable'] tbody tr td {
    padding: 5px;
  }
}

@media (min-width: 1195px) and (max-width: 1229px) {
  [data-id='PECGTable'] {
    font-size: 12px;
  }
  [data-id='PECGTable'] thead tr th,
  [data-id='PECGTable'] tbody tr td {
    padding: 5px 4px;
  }
}

[data-id='ClassGroup_HOT'] {
  overflow: hidden;
  width: 100%;
}

[data-id='ClassGroup_HOT'] table thead tr th {
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  outline-width: 0;
  vertical-align: top;
}

[data-id='ClassGroup_HOT'] table thead tr th:last-of-type {
  width: 100px;
}

[data-id='ClassGroup_HOT'] table tbody tr td {
  height: 28px;
  line-height: 28px;
  padding: 1px 4px;
  vertical-align: top;
  white-space: pre-line;
  outline-width: 0;
  position: relative;
  cursor: text;
}

[data-id='ClassGroup_HOT'] table tbody tr td:hover {
  background: initial;
}

[data-id='ClassGroup_HOT'] table form#jeditform {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}

[data-id='ClassGroup_HOT'] table form#jeditform input,
[data-id='ClassGroup_HOT'] table form#jeditform select {
  background-color: #fff;
  border: 2px solid #5292f7;
  border-radius: 0;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  color: #000;
  display: inline-block;
  font-size: inherit;
  line-height: 1.3em;
  margin: 0;
  outline-width: 0;
  padding: 1px 4px 0 2px !important;
  font-weight: normal;
  vertical-align: top;
}

[data-id='ClassGroup_HOT'] table form#jeditform option {
  background: none repeat scroll 0 0 #def6ff !important;
  border-bottom: 1px solid #fff !important;
  height: 20px;
  line-height: 20px;
  padding: 1px 4px;
  font-weight: normal;
}

[data-id='ClassGroup_HOT'] table form#jeditform option[selected='selected'] {
  font-weight: bold;
}

[data-id='ClassGroup_HOT'] table tbody tr td:last-of-type a {
  margin-left: 33px;
  cursor: pointer;
  padding: 2px 7px;
}

[data-id='ClassGroup_HOT'] table tbody tr td:last-of-type:hover {
  background: initial;
  cursor: inherit;
}

@media (max-width: 1194px) {
  [data-id='PECGTable'] {
    font-size: 12px;
  }
  [data-id='PECGTable'] thead tr th,
  [data-id='PECGTable'] tbody tr td {
    padding: 5px 4px;
  }
  [data-id='ClassGroup_HOT'] {
    overflow-x: scroll;
    width: 100%;
  }
}

@media (max-width: 1198px) {
  [data-id='RotationsBody'] {
    padding-left: 10px;
    padding-right: 10px;
  }

  #RotationsSelectYear {
    margin-right: 0;
  }

  #TeachingGroupsList .list-group-item {
    font-size: 13px;
    padding: 5px;
  }

  [data-class='teaching-groups-rotations'] {
    padding-right: 0;
  }
}

@media (max-width: 1100px) {
  #TeachingGroupsList .list-group-item {
    font-size: 12px;
    padding: 5px;
  }

  [data-id='PreviousResults'] {
    font-size: 13px;
    line-height: 14px;
    white-space: pre-wrap;
  }
}

@media (max-width: 1023px) {
  #reportContainer {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-toggle {
    display: block;
  }

  #slide-nav .navbar-header .slide-active {
    background: #fff !important;
    right: 0;
  }

  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 50%;
    top: -1px;
    z-index: 1000;
  }

  #slidemenu.slide-active {
    display: block !important;
  }

  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 100%;
    white-space: normal;
  }

  #slide-nav #slidemenu .navbar-nav .dropdown-menu {
    float: left !important;
    width: 100%;
  }

  [data-id='PreviousResults'] {
    margin-left: -8px;
  }
}

.tooltip.right .tooltip-inner {
  background-color: #026aa9;
  font-size: 16px;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #026aa9;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.bottom .tooltip-inner {
  background-color: #026aa9;
  font-size: 14px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #026aa9;
}

.AdHocAttendanceCell .tooltip.right .tooltip-inner {
  font-size: 20px;
  width: 350px;
  padding: 10px 10px;
}

[data-id='ExamInputs'] textarea.form-control {
  margin-right: 0;
}

[data-class='AssessmentEntry'] {
  width: 250px;
}

[data-class='AssessmentEntry'] .dislabed {
  opacity: 0.6;
  pointer-events: none;
}

[data-type='TextArea'] {
  width: 500px;
}

[data-id='ConstructionPeriodsTable'] td {
  border-right: 2px solid #000 !important;
}

[data-id='ConstructionPeriodsTable'] td[data-day='5'] {
  border-right: 1px solid #ddd !important;
}

/*@media (min-width:1000px) {
   #page-content {
       right: 0!important
   }
   .navbar.navbar-fixed-top.slide-active {
       position: fixed
   }
   .navbar-header {
       right: 0!important
   }
}*/

/*iPad*/
/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1023px){*/
@media (max-width: 1023px) {
  .form-group.biger {
    width: 305px;
  }

  .docs-title {
    line-height: 21px;
  }

  .button-left-menu-hide {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 10px;
    text-align: center;
    color: #026aa9 !important;
    display: none;
    z-index: 100;
  }

  .button-left-menu-show {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 10px;
    text-align: center;
    color: #026aa9 !important;
    display: none;
    z-index: 100;
  }

  .vsware-logo {
    display: none;
  }

  .vsware-logo-uk {
    display: none;
  }

  .visma-logo {
    display: none;
  }

  .vsware-logo-small {
    display: block;
  }

  #AdvancedSearchButton {
    display: table-cell;
  }

  #SearchField {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  #TopSearch {
    width: 220px !important;
  }

  #searchHolder {
    width: 215px !important;
  }

  #TopLinks {
    width: 450px;
    margin-top: 2px;
  }

  #CalDayTypeBtns > .ButtonNewMessages {
    margin-bottom: 5px;
  }

  .modal-lg {
    width: 755px;
  }

  .ButtonNewMessages.RightMargin14 {
    margin-right: 13px !important;
  }

  #AttendanceMarkOpts .ButtonCustom {
    /*width: 100%;*/
    margin-right: 0;
  }

  #PieChart .highcharts-container {
    margin: 0 auto;
  }

  #TR_LoadingOpen .no-padding {
    padding: 0;
  }

  #ClassesTeachingGroupList .btn-group,
  #ClassesTeachingGroupList .btn-group-vertical {
    width: 70px;
  }

  .modal-extra-lg {
    width: 700px;
  }

  #DayInfo .input-group {
    width: auto;
  }

  .bs-sidenav > li > a:hover {
    color: #026aa9;
    background-position: top left;
  }

  [data-class='ipad-well'] {
    padding-left: 5px;
    padding-right: 5px;
  }

  #AcademicYearContainer
    > .panel.panel-default.houshold-contacts
    > .panel-body.panel-contacts
    > .row
    > .col-md-6
    > ul.list-group
    > li
    > .list-group-item.background-gray
    > span.ColorWeekend {
    margin-right: 80% !important;
  }

  [data-class='padding-left-none'] {
    padding-left: 0;
  }

  [data-class='ipad-width'] {
    width: 70px;
  }

  [data-class='label-iPad'] {
    line-height: 14px;
    width: 330px;
  }

  span.ColorWeekend.CustomSubjects {
    width: 20px;
  }

  #CommentBankList .list-group-item {
    padding: 10px 45px 10px 15px;
  }

  #CommentBankList .btn-absolute-right.teacher-reports {
    top: 6px;
  }

  #EnumValuesTable .btn.btn-save {
    margin-top: 0;
  }

  #EnumValuesTable #EnumValuesTableTable {
    margin-bottom: 20px;
  }

  #PreviewContainer .LabelTemplateContainer {
    width: auto;
  }

  #PreviewContainer .label-template-container {
    width: auto;
  }

  #NewSmsForm .form-group.small-size {
    width: 250px;
  }

  #SmsBlock #NewSmsBodyTextarea {
    min-width: 100%;
  }

  #RightContentPanel #AddNewGroupButton {
    margin-top: 25px;
  }

  #membersList tr {
    font-size: 10px;
  }

  #SmsBodyEditor #NewTitleBodyTextarea {
    min-width: 100%;
  }

  #reportContainer {
    padding-left: 0;
    padding-right: 0;
  }

  #ClassYearList > .TableRow > span.Long {
    width: 17%;
  }

  #SubstitutionTableHolder {
    overflow-x: scroll;
    width: 99%;
  }

  .panel-body.small-padding {
    padding-left: 5px;
    padding-right: 10px;
  }

  #TutorCommentsClassList {
    display: none;
  }
  #TutorComments div {
    padding-right: 0;
  }
  #TutorClassList,
  #TutorClassListSubjects {
    padding-left: 0;
  }
  #TG_MarkList {
    font-size: 12px;
  }
  #TG_MarkList div div {
    padding-left: 10px;
  }

  #TG_MarkList div div .well.well-sm {
    min-height: 30px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  #TG_MarkList div div .well.well-sm.well-background-white {
    margin-bottom: 5px;
  }

  .SingleName {
    font-size: 15px;
    padding-left: 10px;
    line-height: 32px;
  }
  .SingleName.Short {
    height: 32px;
  }

  /*Rotations*/
  #TeachingGroupsList .list-group-item {
    font-size: 11px;
    padding: 5px;
  }

  .control-label.rotations-text {
    font-size: 14px;
  }

  [data-type='TextArea'] {
    width: 300px;
  }
}

@media (max-width: 995px) {
  #RotationsTableContainer.table tbody tr td li.list-group-item {
    line-height: 12px;
  }
}

@media (max-width: 852px) {
  #TopLinks {
    padding-left: 0;
    padding-right: 5px;
    width: 374px;
  }

  [data-id='RotationsBody'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  [data-class='teaching-groups-rotations'] {
    padding-right: 0;
  }
  #RotationsTableContainer.table tbody tr td li.list-group-item {
    font-size: 11px;
    line-height: 12px;
  }
  #RotationsTableContainer.table tbody tr td li.list-group-item a {
    right: 1px;
    top: 1px;
  }

  #RotationsTableContainer tbody tr {
    height: 38px;
  }

  #RotationsTableContainer tbody tr td a.btn-danger.btn-table-cell {
    margin: 3px 9px 0 !important;
  }

  [data-class='AssessmentEntry'] {
    width: 300px;
  }
  [data-class='label-word-break'] {
    width: 140px !important;
  }
}

@media (max-width: 786px) {
  #TopLinks {
    padding-left: 0;
    padding-right: 5px;
    width: 374px;
  }
  .custom-right {
    margin-left: 5px;
  }
  .custom-right.top-calendar {
    margin-left: 0;
  }
}

@media (max-width: 777px) {
  #TopLinks {
    width: 293px;
  }
  .custom-right.top-calendar {
    width: 21px;
    height: 21px;
    padding-left: 0;
    margin-right: 10px;
  }
  .custom-right.top-calendar span {
    display: none;
  }
}

@media (max-width: 768px) {
  .error-container {
    transform: scale(0.8);
    margin: 50px 0 10px -135px;
  }
  #ClassYearList > .TableRow > span.Long {
    width: 16%;
  }

  .filterTextField.form-control {
    width: 130px;
  }

  .overview-nav .overview-nav-block {
    width: 23%;
    letter-spacing: 0;
  }
  .overview-nav .overview-nav-block .fa {
    font-size: 29px;
    line-height: 30px;
  }
  .overview-nav .overview-nav-block .info .fa {
    font-size: 13px !important;
  }
  .overview-nav .overview-nav-block .info {
    font-size: 24px;
    top: 12px;
    right: 10px;
  }
  .overview-nav .overview-nav-block .title,
  .overview-nav .overview-nav-block .tile-status {
    bottom: -1px;
    font-size: 12px;
    left: 6px;
    line-height: 12px;
    min-height: 30px;
  }

  [data-id='PreviousResults'] {
    white-space: pre-wrap;
    line-height: 14px;
  }

  [data-id='ExamInputs'] .form-group {
    margin-bottom: 7px;
  }

  [data-class='AssessmentEntry'] {
    width: 300px;
  }
  [data-class='label-word-break'] {
    width: 140px !important;
  }
}

/* Custom responsive for attendance/overview page */
@media (max-width: 1430px) {
  .overview-nav .overview-nav-block .fa {
    font-size: 22px;
    line-height: 23px;
  }

  .overview-nav .overview-nav-block .fa.fa-arrow-up,
  .overview-nav .overview-nav-block .fa.fa-arrow-down {
    font-size: 13px !important;
  }

  .overview-nav .overview-nav-block .info {
    font-size: 22px;
    top: 6px;
    right: 7px;
  }

  .overview-nav .overview-nav-block .info.not-main {
    top: 6px;
  }

  .overview-nav .overview-nav-block .title,
  .overview-nav .overview-nav-block .tile-status {
    bottom: 5px;
    right: 10px;
    line-height: 14px;
  }
}

@media (max-width: 990px) {
  .overview-nav .overview-nav-block .fa {
    font-size: 18px;
    line-height: 15px;
  }

  .overview-nav .overview-nav-block .fa.fa-arrow-up,
  .overview-nav .overview-nav-block .fa.fa-arrow-down {
    font-size: 13px !important;
  }

  .overview-nav .overview-nav-block .info {
    font-size: 18px;
    top: 2px;
    right: 7px;
  }

  .overview-nav .overview-nav-block .info.not-main {
    top: 2px;
  }

  .overview-nav .overview-nav-block .title,
  .overview-nav .overview-nav-block .tile-status {
    font-size: 15px;
    line-height: 13px;
  }
}

@media (max-width: 854px) {
  .overview-nav .overview-nav-block {
    width: 23%;
  }
}

/*TeacherData*/
@media (max-width: 1430px) {
  #TeachersDataContainer td.teacher-name {
    width: 140px;
  }
}
@media (max-width: 1300px) {
  #TeachersDataContainer td.teacher-name {
    width: 140px;
  }
  #TeachersDataContainer td.days-unavailabl {
    position: relative;
    width: 150px;
  }
  #TeachersDataContainer td.available-rooms {
    width: 120px;
  }

  #TeachersDataContainer td.days-unavailabl .days-unavailabl-select,
  #TeachersDataContainer td.available-rooms .available-rooms-select {
    width: 100px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group,
  #TeachersDataContainer
    td.available-rooms
    .available-rooms-select
    .input-group {
    width: 100px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .form-control.small-size,
  #TeachersDataContainer
    td.available-rooms
    .available-rooms-select
    .input-group
    .form-control.small-size {
    width: 100px;
    padding-left: 2px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .caret.custom-arrow,
  #TeachersDataContainer
    td.available-rooms
    .available-rooms-select
    .input-group
    .caret.custom-arrow {
    right: 15px;
    top: 15px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .line-select,
  #TeachersDataContainer
    td.available-rooms
    .available-rooms-select
    .input-group
    .line-select {
    right: 37px;
    top: 0;
  }
  #TeachersDataContainer td.days-unavailabl .days-unavailabl-checkbox {
    left: 120px;
  }

  [data-id='ConstructionPeriodsTableContainer'] .pinned-lesson {
    line-height: 18px;
    font-size: 14px;
  }
  [data-id='ConstructionPeriodsTableContainer']
    .pinned-lesson
    .fa.fa-thumb-tack {
    font-size: 14px;
  }
  [data-id='ConstructionPeriodsTableContainer'] .pinned-lesson .lesson-subj {
    padding-top: 17px;
  }
}

@media (max-width: 1190px) {
  #TeachersDataContainer td.teacher-name {
    width: 140px;
    padding-right: 2px;
    padding-left: 5px;
  }
  #TeachersDataContainer td.days-unavailabl {
    width: 120px;
  }
  #TeachersDataContainer td.days-unavailabl .days-unavailabl-select {
    width: 71px;
    left: 5px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group {
    width: 71px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .form-control.small-size {
    width: 68px;
    padding-left: 2px;
    padding-right: 26px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .caret.custom-arrow {
    right: 9px;
    top: 15px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .line-select {
    right: 25px;
    top: 0;
  }
  #TeachersDataContainer td.days-unavailabl .days-unavailabl-checkbox {
    left: 95px;
  }
}

@media (max-width: 1115px) {
  [data-type='TextArea'] {
    width: 455px;
  }
}

@media (max-width: 1024px) {
  #TeachersDataContainer td.teacher-name {
    width: 140px;
    padding-right: 2px;
    padding-left: 5px;
    font-size: 12px;
  }
  #TeachersDataContainer td[data-id='workLoad'] {
    font-size: 12px;
  }
  #TeachersDataContainer td.days-unavailabl {
    width: 100px;
  }
  #TeachersDataContainer td.days-unavailabl .days-unavailabl-select {
    width: 70px;
    left: 3px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group {
    width: 70px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .form-control.small-size {
    width: 70px;
    padding-left: 2px;
    padding-right: 20px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .caret.custom-arrow {
    right: 7px;
    top: 15px;
  }
  #TeachersDataContainer
    td.days-unavailabl
    .days-unavailabl-select
    .input-group
    .line-select {
    right: 20px;
    top: 0;
  }
  #TeachersDataContainer td.days-unavailabl .days-unavailabl-checkbox {
    left: 76px;
  }

  [data-type='TextArea'] {
    width: 300px;
  }
}

.simple-timetable-class-box {
  border-radius: 5px;
  border: 1px solid #ccc;
  opacity: 0.7;
  text-align: center;
  margin-top: 4px;
}

.form-control-inline-display {
  display: inline;
}

.errorLabel {
  font-weight: bold;
  padding: 10px;
}

.popupErrTxt {
  display: none;
  color: #bd0016;
  float: left;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .container {
    width: 768px;
    max-width: none !important;
  }
  .button-left-menu-hide {
    display: none;
  }
  .AttendanceTableContainer {
    max-width: 100px;
  }
  .ButtonCustom {
    width: 95px;
    font-size: 11px;
    height: 35px;
    line-height: 34px;
  }
  #SaveAttendance {
    max-width: 80px !important;
    font-size: 14px;
  }

  .attendance-float-att-box #SaveAttendance {
    max-width: 100% !important;
  }

  #EnableNotesButton,
  #ClearMarkButton {
    font-size: 11px;
    padding: 5px;
  }
  #buttonAttendanceTitle {
    font-size: 14px;
  }
  .MarkAttendanceContainer {
    width: 717px;
    margin-left: -15px;
  }
}

/*AdHoc Attendance*/
@media (max-width: 1023px) {
  .AttendanceTableContainer.adhoc-table-container
    div
    #AttendanceMarkOpts
    .ButtonCustom {
    margin-right: 20px;
  }
}
@media (max-width: 798px) {
  .AttendanceTableContainer.adhoc-table-container {
    margin-left: 28px;
  }
  .AttendanceTableContainer.adhoc-table-container
    div
    #AttendanceMarkOpts
    .ButtonCustom {
    font-size: 13px;
    width: 110px;
  }
}
@media (max-width: 767px) {
  .AttendanceTableContainer.adhoc-table-container
    div
    #AttendanceMarkOpts
    .ButtonCustom {
    margin-right: 10px;
  }
  .AttendanceTableContainer.adhoc-table-container {
    margin-left: 28px;
  }
  .AttendanceTableContainer.adhoc-table-container
    div
    #AttendanceMarkOpts
    .ButtonCustom {
    font-size: 13px;
    width: 110px;
  }
}

/* Options section */
@media (min-width: 768px) and (max-width: 970px) {
  #ELClassesTable input {
    padding: 0;
  }

  #GenerateProgresInfo {
    margin: 0 5px -15px;
  }
}

@media (max-width: 1300px) {
  #SelectAllSelected {
    margin-top: 0 !important;
  }
}

@media (max-width: 1525px) {
  .SubjectSetContainer {
    overflow-y: auto;
  }
}

@media (max-width: 1920px) {
  [data-id='GenerateELBlocks'],
  [data-id='GetBestNowBlocks'],
  [data-id='GetBestNowCalc'] {
    width: 150px !important;
  }
}

/* Student Panel headers responsive */
@media (max-width: 1255px) {
  .student-setup-inputs-holder {
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
  }

  .student-setup-heading .input-group.year-select {
    width: 230px;
    display: block;
  }

  [data-class='student-list'] .panel .panel-heading {
    height: 115px;
  }

  .input-field.years-multiselect {
    margin-bottom: 3px;
    display: block;
  }

  .student-setup-heading .students-title {
    position: inherit;
    display: block;
  }

  .student-setup-heading .students-title.selected-students-title {
    margin-bottom: 20px;
  }

  .student-setup-heading [data-id='pageLoaderMultiYears'],
  .student-setup-heading [data-id='pageLoaderYears'] {
    position: absolute;
    left: 235px;
  }

  .student-setup-heading [data-id='pageLoaderMultiYears'] {
    top: 25px;
  }

  .student-setup-heading [data-id='pageLoaderYears'] {
    top: 5px;
  }
}

@media (min-width: 1256px) and (max-width: 1335px) {
  .student-setup-heading .input-group.year-select {
    width: 185px;
  }

  .student-setup-heading [data-id='pageLoaderMultiYears'] {
    left: 14%;
  }

  .student-setup-heading [data-id='pageLoaderYears'] {
    left: 57%;
  }
}

@media (min-width: 1336px) and (max-width: 1440px) {
  .student-setup-heading [data-id='pageLoaderMultiYears'] {
    left: 13%;
  }

  .student-setup-heading [data-id='pageLoaderYears'] {
    left: 55%;
  }
}

@media (min-width: 1441px) and (max-width: 1675px) {
  .student-setup-heading [data-id='pageLoaderMultiYears'] {
    left: 20%;
  }

  .student-setup-heading [data-id='pageLoaderYears'] {
    left: 58%;
  }
}

@media (min-width: 1676px) and (max-width: 1815px) {
  .student-setup-heading [data-id='pageLoaderMultiYears'] {
    left: 33%;
  }

  .student-setup-heading [data-id='pageLoaderYears'] {
    left: 65%;
  }
}
/* End Student Panel headers responsive */
/* sk removed CalculateELStats from above */
/* End Options section */

/*Calendar screen*/

.dhx_cal_container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Breadcrumbs Wizard */
[data-id='OptionsWizardBreadcrumb'],
[data-id='ConstructionWizardBreadcrumb'] {
  height: 60px;
  display: inline-block;
}

@media (max-width: 970px) {
  .student-options-wizard a.btn.btn-action.dropdown-toggle {
    margin-top: 10px;
    margin-right: 15px;
  }
}

.breadcrumbs {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: #eaeaea;
}

.breadcrumbs li {
  height: 100%;
  float: left;
  font-size: 16px;
}

.breadcrumbs li a {
  height: 100%;
  padding: 17px 0 0 15px;
  text-decoration: none;
  background: #eaeaea;
  position: relative;
  float: left;
  display: block;
  text-transform: uppercase;
}

.breadcrumbs li a:hover {
  color: #fff;
}

.breadcrumbs li.arrow a:after {
  content: '';
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eaeaea;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 2;
}

.breadcrumbs li.arrow a:before {
  content: '';
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 2px;
  left: 100%;
  z-index: 1;
}

.breadcrumbs li:first-child a {
  padding-left: 15px;
}

.breadcrumbs li .wizard-step {
  height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  float: left;
  margin: 12px 0 0 40px;
  padding-top: 2px;
  color: #026aa9;
  border: 2px solid #026aa9;
  border-radius: 20px;
}

.breadcrumbs li .wizard-step.lockable {
  height: 35px;
  width: 35px;
  padding-top: 5px;
}

.breadcrumbs li .wizard-step.red {
  background-color: #c82128;
  color: #eaeaea;
  border: 2px solid #eaeaea;
}

.breadcrumbs li.active .wizard-step.red {
  color: #eaeaea;
  border: 2px solid #eaeaea;
}

.breadcrumbs li .wizard-step.yellow {
  padding-top: 5px;
  background-color: gray;
  color: #eaeaea;
  border: 2px solid #eaeaea;
}

.breadcrumbs li.active .wizard-step.yellow {
  color: #eaeaea;
  border: 2px solid #eaeaea;
}

.breadcrumbs li .wizard-step.green {
  padding-top: 5px;
  background-color: #5cb85c;
  color: #eaeaea;
  border: 2px solid #eaeaea;
}

.breadcrumbs li.active .wizard-step.green {
  color: #eaeaea;
  border: 2px solid #eaeaea;
}

.breadcrumbs li:first-child .wizard-step {
  margin-left: 15px;
}

.breadcrumbs li.arrow_last a {
  padding-right: 25px;
}

.breadcrumbs li.active,
.breadcrumbs li.active a {
  background: #026aa9 !important;
  color: #eaeaea;
  cursor: default;
}

.breadcrumbs li.active a:after {
  border-left-color: #026aa9 !important;
}

.breadcrumbs li.active .wizard-step {
  color: #eaeaea;
  border: 2px solid #eaeaea;
}

.breadcrumbs li.arrow_last a {
  padding-right: 25px;
}

.breadcrumbs li.active,
.breadcrumbs li.active a {
  background: #026aa9 !important;
  color: #eaeaea;
  cursor: default;
}

.breadcrumbs li.active a:after {
  border-left-color: #026aa9 !important;
}

.breadcrumbs li.active .wizard-step {
  color: #eaeaea;
  border: 2px solid #eaeaea;
}
/* Responsive Wizard */
@media (max-width: 1500px) {
  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li {
    font-size: 14px;
  }
}

@media (max-width: 1430px) {
  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li {
    font-size: 13px;
  }

  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li .wizard-step {
    height: 22px;
    margin-top: 16px;
    width: 22px;
    padding-top: 0;
  }

  [data-id='ConstructionWizardBreadcrumb']
    .breadcrumbs
    li:first-child
    .wizard-step {
    margin-left: 10px;
  }

  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li a {
    padding-top: 18px;
    padding-left: 6px;
  }
}

@media (max-width: 1275px) {
  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li {
    font-size: 12px;
  }

  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li a {
    padding-top: 19px;
  }
}

@media (max-width: 1240px) {
  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li {
    font-size: 11px;
  }

  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li a {
    padding-top: 19px;
  }

  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li .wizard-step {
    padding-top: 1px;
    margin-left: 35px;
  }

  [data-id='ConstructionWizardBreadcrumb']
    .breadcrumbs
    li:first-child
    .wizard-step {
    margin-left: 5px;
  }
}

@media (max-width: 1170px) {
  [data-id='ConstructionWizardBreadcrumb'] .breadcrumbs li {
    font-size: 10px;
  }
}

@media (max-width: 1023px) {
  [data-id='OptionsWizardBreadcrumb'] .breadcrumbs li {
    font-size: 12px;
  }

  [data-id='OptionsWizardBreadcrumb'] .breadcrumbs li .wizard-step {
    height: 25px;
    width: 25px;
    margin-top: 14px;
  }

  [data-id='OptionsWizardBreadcrumb'] .breadcrumbs li a {
    padding-top: 19px;
  }
}

@media (max-width: 860px) {
  .hibreadcrumb.student-options {
    color: #026aa9;
  }
}

@media (max-width: 1113px) {
  .hibreadcrumb.timetable-construction {
    color: #026aa9;
  }
}
/* End Responsive Wizard */
/* End Breadcrumbs Wizard */

@media (min-width: 1024px) and (max-width: 1368px) {
  #TopLinks {
    margin-right: 60px;
  }
}

.topUpConfirmationMsg {
  line-height: 32px;
  padding-top: 20px;
  padding-left: 40px;
}

.confirmation-dialog .content {
  text-align: center;
}

.gone {
  display: none !important;
}

#gradebookTemplateModal div.general-data div.name-area,
#gradebookTemplateModal div.general-data div.name-area input[name='name'],
#gradebookTemplateModal .row.questions input[name='questionName'] {
  width: 100%;
}
#gradebookTemplateModal .row.questions tfoot {
  background-color: #def6fe;
}
#gradebookTemplateModal .row.questions {
  padding: 15px;
  font-weight: bold;
}
#gradebookTemplateModal .row.questions ul {
  list-style: none;
  padding: 0;
  font-weight: normal;
  margin-top: 5px;
}
#gradebookTemplateModal .row.questions ul li {
  margin-bottom: 5px;
}
#gradebookTemplateModal .row.questions ul li p.clear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
}
#gradebookTemplateModal .row.questions tr td .edit,
#gradebookTemplateModal .row.questions tr.editing td .detail {
  display: none;
}
#gradebookTemplateModal .row.questions tbody tr:first-of-type td .btn-up,
#gradebookTemplateModal .row.questions tbody tr:last-of-type td .btn-down {
  display: block;
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#gradebookTemplateModal .row.questions tr.editing td .edit,
#gradebookTemplateModal .row.questions tr td .detail {
  display: block;
}
#gradebookTemplateModal .row.questions .btn.btn-primary {
  color: white;
}
#gradebookTemplateModal .row.questions > div > div.input-group {
  width: 35%;
  float: left;
  margin-right: 5%;
}
#gradebookTemplateModal .row.questions .line-select,
#gradebookTemplateModal .row.questions .line-select {
  height: 100%;
}
#gradebookTemplateModal .row.questions td {
  width: 25%;
}
#gradebookTemplateModal .row.questions td:first-of-type,
#gradebookTemplateModal .row.questions td:last-of-type {
  width: 12.5%;
}
#gradebookTemplateModal .row.questions td .input-group {
  width: 100%;
}
#gradebookTemplateModal .row.questions tbody td {
  font-weight: normal;
}
#gradebookTemplateModal .row.questions tbody td .detail[data-field='name'] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
.tooltip-inner {
  font-size: 12px !important;
  font-weight: normal;
}
#ExamEntery {
  font-size: 0;
  padding: 5px;
  background: white;
}
#ExamEntery .clear {
  clear: both !important;
  height: 0 !important;
}
#ExamEntery > * {
  font-size: 14px;
}
#ExamEntery > ul.students-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 10px solid #026aa9;
}
#ExamEntery > ul.students-list > li {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 5px;
  height: 75px;
  border-bottom: thin solid white;
  border-right: thin solid white;
  background: white;
  color: #026aa9;
  border-bottom: thin solid #026aa9;
  border-right: none;
}
#ExamEntery > ul.students-list > li:first-of-type {
  background: #026aa9;
}
#ExamEntery > ul.students-list > li:first-of-type:hover {
  background: #026aa9;
}
#ExamEntery > ul.students-list > li:hover {
  background: #f5f5f5;
  color: #026aa9;
  cursor: pointer;
}
#ExamEntery > ul.students-list > li.active {
  background-color: #f5f5f5;
  color: #026aa9;
  border-right: none;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5ss ease-in-out;
  -o-transition: all 0.5ss ease-in-out;
  transition: all 0.5ss ease-in-out;
}
#ExamEntery > ul.students-list > li {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5ss ease-in-out;
  -o-transition: all 0.5ss ease-in-out;
  transition: all 0.5ss ease-in-out;
}
#ExamEntery > ul.students-list > li > *,
#ExamEntery > ul.students-list > li img {
  height: 100%;
}
#ExamEntery > ul.students-list > li > .photo {
  padding-left: 0;
  overflow: hidden;
}
#ExamEntery .student-profile .photo {
  width: 100px;
  height: 100px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 2px 10px #aaa;
}
#ExamEntery .student-profile .photo img {
  width: 100%;
  height: 100%;
}
#ExamEntery .student-profile {
  margin-bottom: 10px;
}
#ExamEntery hr {
  clear: both;
}
#ExamEntery .exam .template h4 {
  margin: 5px 0;
}
.student-profile .col-md-6 {
  padding: 8px !important;
}
.student-profile .description {
  font-size: 16px;
  padding: 8px;
  margin: 4px 0;
}
.student-profile .label-field {
  font-weight: bold;
  margin-top: 4px;
  color: black !important;
  font-size: 16px;
}
.student-profile .label-field.value {
  color: #026aa9 !important;
}
#ExamEntery .student-exam {
  padding: 0 !important;
}
#ExamEntery .student-exam > * {
  padding: 10px !important;
}
#ExamEntery .student-exam > .student-profile,
#ExamEntery .student-exam > .student-profile > .name {
  padding: 0px !important;
}
#ExamEntery .student-exam > .student-profile > .name {
  width: 100%;
  height: 75px;
  color: white;
  background: #026aa9;
  padding-left: 15px !important;
}
#ExamEntery .exam .template .question {
  margin-bottom: 10px;
  height: 120px;
  overflow: hidden;
}
#ExamEntery .exam .template .question > *,
#ExamEntery .exam .template .question input,
#ExamEntery .exam .template .question select,
#ExamEntery .exam .template .question div.input-group,
#ExamEntery .exam .template textarea {
  width: 100%;
}
#ExamEntery .exam .template .question textarea {
  resize: none;
}
#ExamEntery .exam .template .question .calculated > * {
  width: 40% !important;
  margin: 0 !important;
}
#ExamEntery .exam .template .question.question-box {
  padding: 5px;
}
#ExamEntery .exam .template .question.question-box hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #026aa9;
}
#ExamEntery .exam .template .question.question-box > .question-container {
  background: #fafafa;
  padding: 5px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 2px 2px 5px #fafafa;
  padding: 10px;
}
#ExamEntery .exam .template .question .calculated > div.input-group {
  float: left;
}
#ExamEntery .exam .template .question .calculated > span.form-control {
  background-color: white;
  margin-right: 0;
  cursor: not-allowed;
  float: right;
}
#ExamEntery .exam .template {
  margin-top: 10px;
}
#ExamEntery .exam {
  padding: 0 !important;
}
#ExamEntery .exam > * {
  padding: 5px 10px;
}
#ExamEntery .exam > .template:nth-of-type(2n) {
  background: #f5f5f5;
  border-bottom: thin solid #ddd;
}
#ExamEntery .exam > .template hr {
  border-color: #aaa;
}
.btn-next-student {
  display: none;
}
@media handheld, screen and (max-width: 25cm) {
  .btn-next-student {
    width: 100%;
    display: block;
    padding: 10px 5px;
    text-align: center;
    height: 44px;
  }
  .exam,
  .exam * {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 24px !important;
  }
  .exam .input-group > * {
    height: 44px;
  }
  .exam .question {
    height: auto;
  }
  .form-control {
    line-height: 100%;
    padding-left: 5px !important;
  }
}
@media handheld, screen and (max-width: 25cm), screen and (max-width: 992px) {
  #ExamEntery > ul.students-list .photo {
    display: none !important;
  }
  #ExamEntery > ul.students-list,
  #ExamEntery > ul.students-list * {
    font-size: 24px !important;
  }

  #ExamEntery > ul.students-list li {
    text-align: center;
    height: auto;
  }
  #ExamEntery .exam {
    padding: 0;
  }
  #ExamEntery .calculated > * {
    width: 40% !important;
    margin: 0 !important;
    float: left !important;
    display: inline !important;
  }
  #ExamEntery .calculated > span {
    width: 40% !important;
    margin: 0 !important;
    float: right !important;
    display: inline !important;
  }
  #ExamEntery .question {
    display: block !important;
  }
  #ExamEntery > ul.students-list > li.active:hover {
    background: #fff;
    color: #026aa9;
    cursor: pointer;
  }
  #ExamEntery > ul.students-list > li:hover {
    color: #fff;
    background: #026aa9;
    cursor: pointer;
  }
  #ExamEntery .student-exam > * {
    padding: 0px !important;
  }
  #ExamEntery > ul.students-list li {
    -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  #ExamEntery > ul.students-list li:hover {
    background: white;
    color: #026aa9;
  }
  #ExamEntery > ul.students-list li.active {
    margin-left: 0;
  }
  #ExamEntery > ul.students-list {
    border-right: none;
  }
  #ExamEntery .student-profile .name,
  #ExamEntery .student-profile .photo {
    display: none;
  }
  #ExamEntery > ul.students-list li {
    display: none;
  }
  #ExamEntery ul.students-list li.active {
    display: block;
  }
  #ExamEntery ul.students-list.active li {
    display: block;
  }
  #ExamEntery > ul.students-list li:first-of-type {
    display: none !important;
  }
}
@media handheld, screen and (max-width: 1024px) {
  #ExamEntery > ul.students-list > li .photo {
    display: none;
    text-align: center;
  }
  #ExamEntery > ul.students-list > li .name {
    width: 100% important;
  }
}
@media handheld, screen and (max-width: 1440px) {
  #ExamEntery > ul.students-list > li {
    height: 50px;
    font-size: 14px;
    border-right: none;
  }
  #ExamEntery .student-profile .photo {
    height: 75px;
    width: 75px;
  }
  #ExamEntery .student-profile .name {
    height: 50px !important;
    font-size: 16px !important;
  }
  #ExamEntery .student-profile .name h2 {
    font-size: 24px !important;
    margin: 8px;
  }
  #ExamEntery .student-exam > * {
    padding: 0px !important;
  }
}

#SettingsSecurityRoles .panel-body table th {
  background: #def6ff;
}
#SettingsSecurityRoles .panel-body .row.filter {
  background: #f9f9f9;
  border-bottom: thin solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}

#SettingsSecurityRoles
  .panel-body
  .row.filter
  button[data-button='clear-filter'] {
  margin-top: 20px;
}

#SettingsSecurityRoles
  .panel-body
  .row.filter
  .select2-container-multi
  .select2-choices {
  min-height: 26px;
  max-height: 100px;
  overflow: scroll;
}

#SettingsSecurityRoles div.table-responsive {
  position: relative;
  width: 100%;
  padding-left: 250px;
}
#SettingsSecurityRoles div.table-responsive > div {
  width: 100%;
  overflow-x: auto;
}

#SettingsSecurityRoles .fixedHeaders {
  left: 2px;
}

#SettingsSecurityRoles .secSettingsLeftFixed {
  position: fixed;
  top: 63px;
  left: 266px;
  background-color: #def6ff;
  width: 252px;
  z-index: 100;
  padding: 3px;
  height: 66px;
  border: 1px solid #ddd;
  border-top: none;
  display: none;
}

#SettingsSecurityRoles table tr {
  border-bottom: thin solid #ddd;
  height: 66px;
}
#SettingsSecurityRoles table tr > * {
  border: thin solid #ddd;
  padding: 0;
  min-width: 60px;
  overflow: hidden;
}
#SettingsSecurityRoles table tr > * > * {
  height: 50px;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  padding: 6px 2px 2px 6px;
  line-height: 25px;
}

#SettingsSecurityRoles table thead th div {
  line-height: 19px;
  height: 65px;
}

#SettingsSecurityRoles table tr > *:first-of-type a {
  height: auto;
  width: 100%;
  text-align: right;
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#SettingsSecurityRoles table tr > *:first-of-type {
  position: absolute;
  left: 0;
  padding: 6px 2px 2px 6px;
  top: auto;
  height: 66px;
  border: thin solid #ddd;
  width: 250px;
  z-index: 2;
  overflow: visible;
  line-height: 20px;
  border-top: none;
}

#SettingsSecurityRoles table tr td:nth-child(2) {
  border-left: none;
}
#SettingsSecurityRoles table tr:last-of-type > td:first-of-type {
  border-bottom: thin solid #ddd;
}
#SettingsSecurityRoles table tr > *:first-of-type > input {
  display: none;
}
#SettingsSecurityRoles table td input[type='checkbox'] {
  display: none;
}
#SettingsSecurityRoles table td label {
  margin: 0;
}

#SettingsSecurityRoles table td input[type='checkbox'] ~ i.fa-close,
#SettingsSecurityRoles table td input[type='checkbox']:checked ~ i.fa-check {
  display: block;
}
#SettingsSecurityRoles table td input[type='checkbox'] ~ i.fa-check,
#SettingsSecurityRoles table td input[type='checkbox']:checked ~ i.fa-close {
  display: none;
}
#SettingsSecurityRoles table td input[type='checkbox'] ~ i.fa-close {
  display: none;
}

#SettingsSecurityRoles table td i.fa {
  font-size: 24px;
}
#SettingsSecurityRoles table td i.fa-check {
  color: green;
}
#SettingsSecurityRoles table td i.fa-close {
  color: rgb(200, 33, 40);
}
#SettingsSecurityRoles table td label:hover {
  cursor: pointer;
}
.select2-choice {
  width: 100% !important;
  height: 34px !important;
  background: white !important;
  border: thin solid #ccc !important;
  font-size: 14px !important;
  color: #026aa9 !important;
  padding-top: 4px !important;
  margin-right: 34px !important;
}
.select2-choice .select2-arrow {
  width: 34px !important;
  background: white !important;
}
.select2-choice .select2-arrow > b[role='presentation'] {
  width: 17px !important;
  margin: auto !important;
}
#SettingsSecurityRoles .select2-container-active,
#SettingsSecurityRoles ul.select2-choices {
  border-radius: 5px;
  border-color: #ccc !important;
}
#SettingsSecurityRoles .line-select {
  height: 100%;
}
#SettingsSecurityRoles ul.select2-choices {
  padding-right: 37px;
}
#SettingsSecurityRoles ul.select2-choices li.select2-search-choice {
  padding: 5px 5px 5px 15px;
  background: #fafafa;
  margin: 4px;
  color: #026aa9;
}
#SettingsSecurityRoles table thead th a.btn.btn-link {
  width: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
#SettingsSecurityRoles .btn[data-action='save'] {
  float: right;
  margin: 10px 0;
  width: 230px !important;
}
#SettingsSecurityRoles label.filter-field .input-group {
  width: 100% !important;
}
#SettingsSecurityRoles p.clear {
  clear: both;
  font-size: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

#SettingsSecurityRoles .tooltip.right {
  border: none !important;
}

#SettingsSecurityRoles .tooltip.right .tooltip-inner {
  height: auto !important;
  padding: 5px 8px !important;
}

#SettingsSecurityRoles .tooltip.right .tooltip-arrow {
  display: none !important;
}

#SettingsSecurityRoles label.filter-field div:first-child {
  padding-left: 3px !important;
}

@media screen and (min-width: 1000px) {
  #SettingsSecurityRoles table tr > *:first-of-type {
    width: 253px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 35cm) {
  #SettingsSecurityRoles .filter-field {
    width: 100% !important;
  }
  #SettingsSecurityRoles .filter-field > div {
    width: 100% !important;
  }
}

@media screen and (min-width: 1350px) {
  #SettingsSecurityRoles table tr > *:first-of-type {
    width: 257px;
  }
}

#LearnerIds span > * {
  width: 100%;
}
#LearnerIds span > button {
  width: auto;
}
#LearnerIds span > input[name='type'] {
  width: 100%;
}
#LearnerIds span > .select2-container.form-control {
  padding: 0;
  width: 100%;
  height: 34px;
  border: none;
}
#LearnerIds span .select2-choice {
  height: 100%;
  background: white;
  border: thin solid #ccc;
  padding-right: 34px;
  background: white;
  color: #026aa9;
}
#LearnerIds span .select2-choice .select2-arrow b {
  width: 14px;
  margin: auto;
}
#LearnerIds label .select2-choice .select2-arrow {
  width: 34px;
  overflow: hidden;
  background: white;
}

#LearnerIds ul {
  list-style: none;
  padding: 0;
}
#LearnerIds ul li {
  display: block !important;
  clear: both;
  width: 100%;
  padding: 5px;
  overflow: hidden;
}
#LearnerIds ul li.learner-id {
  border-bottom: thin solid #ccc;
}
#LearnerIds ul li.learner-id:nth-of-type(2n) {
  background: white;
}
#LearnerIds ul li.learner-id:nth-of-type(2n + 1) {
  background: #f9f9f9;
}
#LearnerIds ul li > span:last-of-type {
  text-align: right;
}
#LearnerIds ul li:first-of-type,
#LearnerIds ul li:last-of-type {
  font-size: 16px;
  font-weight: bold;
  background: #def6ff;
}
#LearnerIds ul li.learner-id .edit,
#LearnerIds ul li.learner-id.editing .details {
  display: none;
}
#LearnerIds ul li.learner-id .details,
#LearnerIds ul li.learner-id.editing .edit {
  display: block;
}
#LearnerIds ul li:first-of-type {
  border-bottom: thin solid #ccc;
}

#SettingsSecurityRoles .fixedSaveBtn {
  position: fixed;
  right: -4em;
  bottom: 30%;
  background: #026aa9;
  font-size: 24px;
  color: white;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 0 !important;
  cursor: pointer;

  -webkit-transition: right 1s ease;
  -moz-transition: right 1s ease;
  -o-transition: right 1s ease;
  -ms-transition: right 1s ease;
  transition: right 1s ease;
}
#SettingsSecurityRoles .fixedSaveBtn:hover,
#SettingsSecurityRoles .fixedSaveBtn.saving {
  right: 0;
}
#SettingsSecurityRoles .fixedSaveBtn .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}
#SettingsSecurityRoles .fixedSaveBtn.saving .cover {
  display: block;
  cursor: auto;
}
#SettingsSecurityRoles .fixedSaveBtn span {
  display: inline-block;
  height: 100%;
  width: 4em;
}

#ExamFormModal tfoot .input-group .select2-container {
  padding: 0 !important;
  width: 100%;
}
#ExamFormModal label > div > * {
  width: 100%;
}

.warning {
  width: 100%;
  float: left;
  padding: 5px 2%;
  border: 1px solid orange;
  /* border-radius: 4px; */
  /* color: #aa; */
  text-align: center;
  background: rgba(252, 241, 133, 1);
  margin-bottom: 5px;
  position: relative;
}
.warning--closable {
  padding-right: 2em;
}

.warning--closable .fa-times {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #666;
}

select#CommentBankTypes {
  width: 300px;
}

/** PHONE OPTIMISATION - START **/

.phoneOnly {
  display: none;
}

.nav > li.phoneOnly {
  display: none;
}

#AbsenceCategory[name='AbsenceCategory'].error {
  border: thin solid red;
}

.dashboardHome .panel-widget {
  position: relative;
}

.dashboardHome .panel-heading i.fa-expand,
.dashboardHome .panel-heading i.fa-compress {
  position: absolute;
  top: 11px;
  right: 3%;
}

.dashboardHome .expandedWidget .panel-heading i.fa-compress {
  display: block;
}
.dashboardHome .expandedWidget .panel-heading i.fa-expand {
  display: none;
}
.dashboardHome .panel-heading i.fa-compress {
  display: none;
}
.dashboardHome .panel-heading i.fa-expand {
  display: block;
}

.dashboardAttendance {
  display: none;
}

@media (max-width: 767px) {
  .dashboardAttendance {
    display: block;
  }

  #slidemenu li.phoneOnly {
    display: none;
  }

  .mobileOptimise #slidemenu li.phoneOnly {
    display: block;
  }

  body.mobileOptimise {
    min-width: 0px;
  }

  .mobileOptimise #pageBody {
    margin-top: 20px;
  }

  .mobileOptimise #topHolder {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
  }

  .mobileOptimise .homeThumbs {
    float: left;
    width: 100%;
    margin-bottom: 29px;
    padding-left: 0px;
  }

  .mobileOptimise .homeThumbs li {
    float: left;
    width: 40%;
    list-style: none;
    padding-top: 16px;
    padding: 4px;
    border: 2px solid #026aa9;
    border-radius: 11%;
    -webkit-box-shadow: 2px 2px 14px 0px #044973;
    -moz-box-shadow: 2px 2px 14px 0px #044973;
    box-shadow: 2px 2px 14px 0px #044973;
  }

  .mobileOptimise .homeThumbs li:first-child {
    margin-left: 6%;
  }

  .mobileOptimise .homeThumbs li:nth-child(2) {
    float: right;
    margin-right: 6%;
  }

  .mobileOptimise .homeThumbs li a {
    display: block;
    width: 100%;
    height: 85px;
    text-align: center;
    border: 3px solid;
    padding: 14px 0px;
    border-radius: 11%;
    color: #026aa9;
  }

  .mobileOptimise .homeThumbs li a i {
    font-size: 34px;
    width: 100%;
  }

  .mobileOptimise .vsware-logo-small {
    top: 5px;
  }

  .mobileOptimise #slide-nav .navbar-toggle {
    top: 32px;
  }

  .mobileOptimise .phoneOnly {
    display: block;
  }

  .mobileOptimise .nav > li.phoneOnly {
    display: block;
  }

  .mobileOptimise #page-content .container {
    float: left;
  }

  .mobileOptimise #slide-nav #slidemenu {
    top: 86px;
  }

  .mobileOptimise #TopSearch #searchBoxC,
  .mobileOptimise #TopLinks {
    display: none;
  }

  .SearchContainer {
    background: none;
  }

  .mobileSearch#TopSearch {
    display: none;
    margin-bottom: 14px;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }

  .mobileOptimise #searchHolder {
    width: 100% !important;
  }

  .mobileOptimise .hideSearchPhone {
    border-top-right-radius: 4px;
    background-color: #fff;
    border-bottom-right-radius: 4px;
    width: 100%;
    color: #026aa9 !important;
    text-align: center;
    border: 1px solid #cccccc;
    display: block;
    height: 36px;
    padding-top: 7px;
  }

  .mobileOptimise .searchAction {
    display: table-cell;
    width: 37px;
    vertical-align: top;
  }

  .mobileOptimise .mobileSearch#TopSearch a.btn.btn-search {
    border-radius: 0px;
  }

  .mobileOptimise .modal,
  .mobileOptimise .modal-dialog.advanced-search {
    width: 100%;
  }

  .mobileOptimise .advanced-search-row-container {
    padding: 0px 3% !important;
  }

  .mobileOptimise .advanced-search-row-container > .row > .col-md-12.padding-no,
  .advanced-search-row-container > .col-md-12.padding-no {
    padding-left: 0% !important;
  }

  .mobileOptimise [data-class='AdvancedSearchRowContainer'] {
    width: 100% !important;
  }

  .mobileOptimise
    [data-class='AdvancedSearchRowContainer']
    > .input-group.small {
    float: left !important;
    clear: left;
    width: 30%;
  }

  .mobileOptimise
    [data-class='AdvancedSearchRowContainer']
    > input.form-control {
    width: 65%;
    margin-left: 2%;
  }

  .mobileOptimise .panel-body .list-group {
    float: left;
  }

  .mobileOptimise #AbsentSMS {
    float: left !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
  }

  .mobileOptimise #footSection {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  .mobileOptimise #footSection div {
    float: left !important;
    width: 100%;
    padding-left: 0px !important;
  }

  .mobileOptimise #footSection ul.footer-links {
    float: left !important;
  }

  .mobileOptimise #footSection ul.footer-links li {
    padding-left: 0px !important;
  }

  .mobileOptimise #footSection ul.footer-links li {
    display: inline;
  }

  .mobileOptimise #slide-nav {
    margin-left: 0 !important;
    margin-top: -48px !important;
    border-top: 0 none;
    float: right;
    width: 60px;
    position: fixed !important;
    right: 22px;
    top: 11px;
  }

  .mobileOptimise .panel-widget .panel-body {
    display: none;
  }

  .mobileOptimise .dashboardHome .panel-widget#Widget_4 .col-sm-1,
  .mobileOptimise .dashboardHome .panel-widget#Widget_4 .col-sm-9,
  .mobileOptimise .dashboardHome .panel-widget#Widget_4 .col-sm-2 {
    width: 100%;
    float: left;
  }

  .mobileOptimise .dashboardHome .panel-widget#Widget_4 .col-sm-9,
  .mobileOptimise .dashboardHome .panel-widget#Widget_4 .col-sm-2 {
    padding: 2px 4% !important;
    text-align: left;
  }

  .mobileOptimise .modal-dialog {
    margin-top: 20px;
  }

  .dashboardAttendance {
    float: left;
    width: 88%;
    margin-left: 6%;
    border-radius: 2px;
    margin-bottom: 20px;
  }

  .dashboardAttendanceList {
    padding: 9px 2%;
    text-align: center;
  }

  .dashboardAttendance .padding-widget {
    padding: 4px 0px;
  }

  .dashboardAttendance .loader {
    float: none;
    margin: 0 auto;
  }

  .dashboardWidgetTitle {
    background-color: #026aa9;
    color: #fff;
    padding: 10px 6%;
  }

  .col-xs-1.col-sm-2.col-md-2.dashboardRight {
    float: right;
    margin-right: 11%;
  }

  .col-xs-1.col-sm-2.col-md-2.dashboardMiddle {
    margin-left: 2%;
  }

  @viewport {
    width: 100%;
  }

  #BehaviourContainer2 .row div:nth-child(2) {
    margin-left: 45px;
  }

  #BehaviourContainer2 .row div:nth-child(3) {
    float: left;
    clear: left;
  }
}

/** PHONE OPTIMISATION - END **/

.exam-entry-link-btn {
  color: white !important;
}

#TFFG_EDIT_TG_sortable2,
#TFFG_EDIT_TG_sortable1 {
  min-height: 50px;
}

#LongTermLeaveSubstitution .select2-container {
  width: 100%;
}

#LongTermLeaveSubstitution select {
  border: solid 1px #ccc;
  border-radius: 5px;
}

.contractsContainer .contractInstance {
  margin-bottom: 10px;
}
.contractsContainer .contractInstance .contractContent {
  padding-bottom: 5px;
}

.senFiles > * {
  margin: 20px;
}

#IncidentsList .BehaviourImageContainer {
  height: auto;
}
#IncidentsList .BehaviourImageContainer > div {
  text-align: center;
}
#IncidentsList .BehaviourImageContainer > div {
  text-align: center;
  background-color: #b71c1c;
  color: white;
  margin-top: 2px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#IncidentsList .BehaviourImageContainer.positive > div {
  background-color: #1b5e20;
}
#IncidentsList span {
  font-size: 14px;
  margin-bottom: 4px;
}
#IncidentsList .well {
  padding-left: 83px;
  position: relative;
  min-height: 104px;
  margin-bottom: 8px;
}
#IncidentsList .BehaviourImageContainer {
  position: absolute;
  top: 19px;
  left: 19px;
}
#IncidentsList .btn-group.btn-group-sm.btn-absolute-right {
  top: 0;
  right: 0;
}

.error-message {
  color: #c82128;
}

@media (max-width: 767px) {
  [data-id='LeftContent'] {
    padding: 0;
  }
  [data-id='LeftContent'] > .image-user-container {
    margin: 0;
  }
}

@media (min-width: 767px) {
  .image-user-container {
    margin-bottom: 4px;
  }

  .image-user-container > div {
    padding: 8px !important;
  }

  #TopLinks {
    width: auto;
    padding: 0 4px;
    margin-right: 0;
  }

  #jspContent * {
    font-weight: normal !important;
  }

  [data-id='LeftContent'] {
    padding-right: 4px;
  }

  #LogoHolder {
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: auto;
  }
  #LogoHolder a {
    position: relative;
    height: 100%;
    background-size: auto 100%;
  }
  #TopLinks .dropdown.pull-right {
    margin-top: 6px;
    margin-left: 4px;
  }
  #TopLinks .dropdown.pull-right > button {
    padding: 0;
  }
  #TopLinks .dropdown.pull-right li {
    padding: 4px;
  }
  #TopLinks .dropdown.pull-right li > a {
    padding: 0;
    color: #026aa9;
  }

  body > .container > #page-content,
  body > .container > #page-content > .container,
  body > .container > #page-content > .container > #pageBody {
    height: 100%;
  }
  body
    > .container
    > #page-content
    > .container
    > #pageBody
    > .central-content {
    max-height: 100%;
    overflow-y: auto;
    padding-left: 8px;
  }
  body
    > .container
    > #page-content
    > .container
    > #pageBody
    > .central-content[data-id='substitution-view'] {
    overflow-y: visible;
  }

  body
    > .container
    > #page-content
    > .container
    > #pageBody
    > .central-content
    > #RightContentPanel {
    margin-bottom: 0;
  }
  body
    > .container
    > #page-content
    > .container
    > #pageBody
    > [data-id='LeftContent'] {
    height: 100%;
    overflow-y: auto;
  }

  [data-id='LeftContent'] {
    width: 240px;
    position: fixed;
    left: 0;
    padding-right: 0;
  }

  #pageBody {
    padding-left: 0;
  }
  #pageBody.withSidebar {
    padding-left: 244px;
  }

  .central-content {
    width: 100%;
    padding-left: 0 !important;
  }

  .bs-sidebar li,
  .bs-sidebar li a {
    height: auto;
  }

  .form-group.biger {
    width: 300px;
  }

  .info-container-personal {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav.bs-sidenav a,
  .SubmenuGradebook .nav.bs-sidenav a {
    padding: 4px 4px 4px 24px !important;
    position: relative;
  }
  .nav.bs-sidenav {
    padding-bottom: 50px;
  }
  .nav.bs-sidenav a > i {
    position: absolute;
    left: 0;
    top: 6px;
  }

  .image-container {
    padding: 0 5px 4px 0;
  }

  .image-container .content {
    padding: 4px;
    position: relative;
    background: white;
    min-height: 195px;
  }

  .image-container .status-title {
    font-size: 1em;
    margin-top: 10px;
    text-align: center;
  }

  .image-container #PersonalFilter {
    margin-top: 5px;
    letter-spacing: 1px;
  }

  .image-container #PersonalFilter a {
    margin-left: 25px;
  }

  .image-container .content .pager {
    position: relative;
    bottom: 8px;
    left: 5%;
    width: 90%;
  }

  .image-container .content .pager li {
    width: 50%;
  }

  .image-container .content .image {
    height: 100px;
    display: inline-block;
    width: 100px;
    vertical-align: top;
    position: relative;
  }
  .image-container .content .image a {
    background-color: white;
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px;
    border: thin solid #b0bec5;
    border-top-right-radius: 4px;
    opacity: 0.6;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .image-container .content .image:hover a {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .image-container .content .image img {
    min-height: 0px;
    height: 100%;
    border: thin solid #b0bec5;
    max-width: 100%;
  }
  .image-container .content .name {
    display: inline-block;
    font-size: 16px;
    width: 100px;
    vertical-align: top;
    padding-top: 0;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
  }

  #AddGroupModal .student-options,
  #EditFreeformGroupDialog .student-options {
    font-size: 0;
    padding: 0;
  }
  #AddGroupModal [name='group-name'],
  #EditFreeformGroupDialog [name='group-name'] {
    width: 100%;
  }
  #AddGroupModal label.name-label,
  #EditFreeformGroupDialog label.name-label {
    width: 100%;
  }

  #AddGroupModal .student-options > div,
  #EditFreeformGroupDialog .student-options > div {
    font-size: 14px;
    padding: 0 2px 0 0;
    width: 44%;
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: top;
  }

  #AddGroupModal .student-options > div.actionButtons,
  #EditFreeformGroupDialog .student-options > div.actionButtons {
    width: 10%;
    padding-top: 150px;
    text-align: center;
  }
  #AddGroupModal .student-options > div.actionButtons button,
  #EditFreeformGroupDialog .student-options > div.actionButtons button {
    margin-bottom: 10px;
    display: block;
    margin: auto;
  }

  #AddGroupModal .student-options > div ul,
  #EditFreeformGroupDialog .student-options > div ul {
    overflow-y: auto;
    height: 331px;
    list-style: none;
    padding: 0;
  }

  #AddGroupModal .student-options > div ul > li,
  #EditFreeformGroupDialog .student-options > div ul > li {
    padding: 4px;
    cursor: pointer;
    margin-top: 1px;
  }

  #AddGroupModal .student-options > div ul > li.active,
  #EditFreeformGroupDialog .student-options > div ul > li.active {
    background: #efefef;
  }

  #AddGroupModal .student-options .filter-container,
  #EditFreeformGroupDialog .student-options .filter-container {
    padding: 0;
    position: relative;
  }

  #AddGroupModal .student-options .filter-container i.fa,
  #EditFreeformGroupDialog .student-options .filter-container i.fa {
    position: absolute;
    top: 3px;
    left: 5px;
  }

  #AddGroupModal .panel-body,
  #EditFreeformGroupDialog .panel-body {
    padding: 4px;
  }

  #AddGroupModal .student-options input.filter,
  #EditFreeformGroupDialog .student-options input.filter {
    width: 100%;
    background: inherit;
    border: none;
    border-bottom: thin solid #3c763d;
    outline: none;
    color: inherit;
    padding-left: 20px;
  }

  #AddGroupModal .name-label,
  #AddGroupModal input[name='name'],
  #EditFreeformGroupDialog .name-label,
  #EditFreeformGroupDialog input[name='name'] {
    width: 100%;
  }

  #AddGroupModal .student-options ::-webkit-input-placeholder,
  #EditFreeformGroupDialog .student-options ::-webkit-input-placeholder {
    color: #9a9;
  }

  #AddGroupModal .student-options :-moz-placeholder,
  #EditFreeformGroupDialog .student-options :-moz-placeholder {
    /* Firefox 18- */
    color: #9a9;
  }

  #AddGroupModal .student-options ::-moz-placeholder,
  #EditFreeformGroupDialog .student-options ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9a9;
  }

  #AddGroupModal .student-options :-ms-input-placeholder,
  #EditFreeformGroupDialog .student-options :-ms-input-placeholder {
    color: #9a9;
  }
}

#Login > .container {
  background-color: #026aa8;
}

@media (max-width: 767px) {
  .image-container {
    background: white;
  }
}

.qualificationDetail > * {
  display: block;
  width: 100%;
  float: none;
}

.qualificationDetail.qualDesc.qualificationEditable {
  height: auto;
}

[data-blocka='FAuthorisations'] .form-group.biger {
  position: relative;
}
[data-blocka='FAuthorisations'] .form-group.biger > label {
  width: 100%;
  overflow-x: hidden;
  height: auto;
  text-overflow: initial;
  word-wrap: break-word;
}

#PrintStudentDataDialog .modal-footer a.btn,
#PrintStudentDataDialog .modal-footer .form-group {
  float: right;
}

#PrintTeacherDataDialog .printDialogActionBtns {
  float: right;
}

#PrintStudentDataDialog .modal-footer a.btn.btn-cancel,
#PrintTeacherDataDialog .modal-footer a.btn.btn-cancel {
  margin-left: 6px;
}

#PrintStudentDataDialog .modal-body .form-group.templateCheck,
#PrintTeacherDataDialog .modal-body .form-group.templateCheck {
  margin-top: 20px;
  width: 100%;
}
#PrintStudentDataDialog .modal-footer .form-group.respDisclaimerCheck,
#PrintTeacherDataDialog .modal-footer .form-group.respDisclaimerCheck,
#PrintTemplateDialog .modal-footer .form-group.respDisclaimerCheck {
  font-size: 1rem;
  text-align: left;
  width: 100%;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
}
.HasDisclaimer .respDisclaimerCheck a {
  margin-top: 0;
  font-weight: bold !important;
  text-decoration: none;
  width: 100%;
  margin-bottom: 5px;
}
.HasDisclaimer .modal-footer .form-group.respDisclaimerCheck a:hover {
  opacity: 0.9;
}
.HasDisclaimer .modal-footer span.disclaimer-warning {
  display: block;
  color: #a94442;
  visibility: hidden;
}
.HasDisclaimer .modal-footer button[disabled]:hover ~ span.disclaimer-warning {
  visibility: visible;
}
#DisclaimerAcceptanceDialog .respDisclaimerCheck {
  width: 100%;
}
#DisclaimerAcceptanceDialog .modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#DisclaimerAcceptanceDialog .modal-footer .btn {
  margin-bottom: 5px;
}
#DisclaimerAcceptanceDialog .disclaimer-warning {
  width: 100%;
  text-align: center;
}

#PrintStudentDataDialog .modal-footer .form-group,
#PrintTeacherDataDialog .modal-footer .form-group {
  width: 330px;
  margin-top: 20px;
}

#PrintStudentDataDialog .modal-footer .form-group label,
#PrintTeacherDataDialog .modal-footer .form-group label {
  margin-top: 7px;
}

#PrintStudentDataDialog .modal-footer .form-group input.form-control,
#PrintTeacherDataDialog .modal-footer .form-group input.form-control {
  width: 190px;
  float: right;
}

a.saveAsTemplate {
  float: right;
  width: auto;
  height: 19px;
  line-height: 19px;
  background: url(https://d2t02hsq0d26k2.cloudfront.net/resources/Images/AddNewFileCheckBox.png?elb=yes)
    top left no-repeat;
  padding-left: 25px;
  text-decoration: none;
}

a.AddDayTypesCheckBox#saveAsTemplate,
a.AddDayTypesCheckBox#saveAsTemplate:focus,
a.AddDayTypesCheckBox#saveAsTeacherTemplate,
a.AddDayTypesCheckBox#saveAsTeacherTemplate:focus {
  width: auto;
  height: 19px;
  line-height: 19px;
  padding-left: 25px;
  text-decoration: none;
  margin-top: 0px;
  color: #2a6496;
}

a.AddDayTypesCheckBox#saveAsTemplate:hover,
a.AddDayTypesCheckBox.Selected#saveAsTemplate,
a.AddDayTypesCheckBox#saveAsTeacherTemplate:hover,
a.AddDayTypesCheckBox.Selected#saveAsTeacherTemplate {
  color: #c82128;
}

a.saveAsTemplate:hover,
a.saveAsTemplate.Selected {
  background-position: bottom left;
  float: right;
}

#studentDataTemplateNameInput,
#teacherDataTemplateNameInput {
  display: none;
}

#Print_sortable1 li.list-group-item,
#Print_sortable2 li.list-group-item,
#PrintTchData_sortable1 li.list-group-item,
#PrintTchData_sortable2 li.list-group-item {
  padding: 4px 0px;
  border: none;
}

#Print_sortable1 li.list-group-item.selectListItem,
#Print_sortable2 li.list-group-item.selectListItem,
#PrintTeacherDataDialog li.list-group-item.selectListItem {
  background-color: #efefef;
}

#PrintStudentDataDialog .actionButtons,
#PrintTeacherDataDialog .actionButtons,
#studentOptionsStudentSetup .actionButtons {
  margin-top: 55px;
}

#studentOptionsStudentSetup .actionButtons button {
  width: 141px;
}

#PrintStudentDataDialog .actionButtons button:first-child,
#PrintTeacherDataDialog .actionButtons button:first-child,
#studentOptionsStudentSetup .actionButtons button:first-child {
  margin-bottom: 38px;
}

#PrintStudentDataDialog .actionButtons button.printStuDataRemove {
  margin-left: -2px;
}

form#LearnerMedical > label {
  vertical-align: top;
}

.sdtTemplateDetails {
  padding: 0px 13px;
  float: left;
}

.sdtTemplateDetails ul {
  padding-left: 20px;
  padding-top: 11px;
  float: left;
}

.sdtTemplateDetails ul li {
  line-height: 18px;
  overflow-wrap: anywhere;
}

.sdtTemplateDetails span {
  font-weight: bold !important;
}

.sdtQuickLinks {
  border-bottom: 1px solid #fff;
  background-color: #f2f0f0;
}

.sdtQuickLinks:hover {
  background-color: #fff;
}

.dropdown-menu .quickLinksHead,
.dropdown-menu .quickLinksHead:hover {
  border-bottom: 1px dashed #000;
  border-top: 1px dashed #000;
  background-color: #b2b2b2;
}

.dropdown-menu .quickLinksHead a,
.dropdown-menu .quickLinksHead:hover a,
.dropdown-menu .quickLinksHead:focus a {
  color: #fff;
  background-color: transparent;
}

[data-allowduplicate='false'] .deleteLearnerCLM {
  display: none;
}

.deleteLearnerCLM {
  cursor: pointer;
  font-weight: bold;
  color: #f0ad4e !important;
  position: absolute;
  top: 7px;
  right: 0px;
  background-color: #fff;
  display: block;
  width: 12px;
  text-align: center;
}

.deleteLearnerCLM:hover {
  color: #333 !important;
}
#TeachingGroupMemberList img,
#AdHocAttendanceTable img {
  margin-right: 5px;
}

#AdHocAttendanceTable {
  position: relative;
}

.fixedColumnLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.fixedColumnLeftCell {
  /**min-height: 57px;**/
  display: table-cell;
  float: left;
  clear: both;
  font-size: 14px;
  text-align: left;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  line-height: 30px;
  width: 261px;
  padding-left: 5px;
}

.fixedColumnLeftCell img {
  position: relative;
  float: left;
}

.fixedColumnLeftCell a {
  margin-left: 10px;
  color: #636363;
}

.fixedColumnLeftCell:nth-child(even) {
  background-color: #fff;
}

.fixedColumnLeftCell:nth-child(odd) {
  background-color: #e9e9e9;
}

.fixedColumnLeftCell.fixedColumnLeftCellHead {
  min-height: 46px;
  height: 46px;
  padding-top: 7px;
  text-align: center;
  background-color: #def6ff;
}

label.error.saveFacultyError,
label.error.saveDobError {
  margin-top: 23px;
  width: 45%;
  display: none;
}

@media (max-width: 980px) {
  label.error.saveFacultyError,
  label.error.saveDobError {
    margin-top: 23px;
    width: 100%;
  }
}

.invalidInputField {
  border: 1px solid #bd0016;
  color: #bd0016;
}

#recipientEmailInvalid {
  background-color: #f4cacf;
  color: #bd0016;
  border-radius: 5px;
  float: left;
  margin-top: 5px;
  padding: 2px 4%;
  display: none;
}

#EmailBodyTextarea {
  width: 100%;
  max-width: 820px;
  resize: none;
  min-height: 320px;
}

#emailSuccessMessage {
  background-color: #f8faf4;
  color: #0f8137;
  border: 1px solid;
  padding: 3px 2%;
  text-align: center;
  display: none;
}

#emailAttachmentDetails {
  display: none;
}

.btn.btn-save#SendEmail {
  width: 100%;
  float: right;
}
#behaviourDetails {
  overflow: visible;
}

#classListRotationFilter {
  display: none;
}

.rotationTrue#classListRotationFilter {
  display: block;
}

#TGL_DisableRotations,
#TGL_SetRotations {
  display: none;
}

#TGL_ActivateRotation {
  margin-top: 20px;
  display: none;
}

#TGL_ActiveRotation {
  display: block;
  width: auto;
  float: left;
  border: 2px solid #026aa9;
  border-radius: 4px;
  padding: 2px 8px;
  margin-top: 19px;
  margin-bottom: 0px;
  background-color: #def6ff;
}

.jqte_toolbar {
  background: #def6ff !important;
}

#EmailBlock .jqte {
  border: #fafafa 1px solid !important;
  margin: 0px !important;
  margin-left: 2px !important;
  height: 300px;
  color: #000 !important;
  overflow-y: scroll;
}

.jqte_editor b {
  font-weight: bold !important;
}

#EmailBlock .jqte_editor {
  height: 300px;
  color: #000 !important;
}

#EmailBlock .jqte_tool_icon {
  border: #def6ff 1px solid !important;
}

#EmailBlock .jqte_tool_label {
  height: 22px !important;
}

#EmailBlock .form-group.full-width div:last-child {
  color: inherit;
}

.rotationExtraColumn .panel-heading {
  background-color: #def6ff;
  border-bottom: 1px solid #026aa9;
}

.rotationExtraColumn .panel-default {
  border-color: #026aa9;
}

[data-attendanceScreenRole='readWrite'] {
  display: none;
}

.setHideElements#DayLegend [data-attendanceScreenRole='readWrite'] {
  display: block;
}

.setHideElements#DayLegend [data-attendanceScreenRole='readOnly'] {
  display: none;
}

#GenericUploadModalForm {
  position: relative;
}

p.fileUploadError {
  position: absolute;
  bottom: -10px;
  left: 0px;
  color: #bd0016;
  border-top: 1px solid;
  width: 100%;
  padding-left: 36px;
  line-height: 8px;
  padding-top: 9px;
  background-color: #f4cacf;
  height: 29px;
}

.crudAttach {
  float: left;
  width: 100%;
  /** background-color: #F2FAFF;**/
  border: 1px solid #ccc;
  padding: 2px 1%;
  /* border: 1px solid #ccc; */
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.crudPanel {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #ccc;
  border-bottom: 0px;
  margin-top: 15px;
  float: left;
  width: 100%;
}

#SEN_Screen .row h4 {
  margin-bottom: 7px;
  float: left;
}

#SEN_Screen .container .sub-title {
  float: left;
  width: 100%;
  background-color: #026aa9;
  color: #fff;
  padding: 3px 1%;
}

#SEN_Screen .container .sub-title [data-action] {
  float: right;
}

.crudPanelHeader {
  float: left;
  width: 100%;
  background-color: #e9e9e9;
  padding: 7px 1%;
  position: relative;
  margin-bottom: 4px;
  min-height: 36px;
}

@media (max-width: 940px) {
  .crudPanelHeader {
    min-height: 60px;
    padding-top: 40px;
  }
}

#LearnerSENNeedsDiv .crudPanelHeader {
  background-color: #def6ff;
}

.crudPanel .crudPanelHeader .dataField {
  margin: 1px 0px;
}

.crudPanelHeader .control {
  float: right;
  width: 146px;
  top: 2px;
}

.crudPanelHeader .control.btn-absolute-right {
  right: 0px;
}

.crudPanelHeader .control a .btnLabel,
.crudPanelHeader .control a i {
  color: #fff;
}

.crudPanelBody {
  padding: 7px 1%;
  width: 100%;
}

.crudPanelBody hr {
  width: 100%;
  margin: 9px 0px;
}

.crudPanel .dataField {
  margin-bottom: 5px;
  float: left;
  margin-right: 4%;
}

.crudPanelBody .dataField,
.senProfileVal a {
  color: #026aa9;
}

.crudPanelBody .dataField .crudLabel {
  color: #000;
}

.senProvPeriod {
  margin-left: 3%;
  float: left;
}

.senProvisionType {
  float: left;
}

#SEN_Screen .modal-body .form-group {
  width: 245px;
}

#SEN_Screen .modal-content {
  float: left;
  background-color: #fff;
}

#SEN_Screen .modal-header,
#SEN_Screen .modal-body,
#SEN_Screen .modal-footer {
  float: left;
  width: 100%;
}

#EntryFilesDataDiv #reportPlaceholder tr.trhead td {
  padding-bottom: 0px;
}

#EntryFilesDataDiv .btn.btn-save {
  width: auto;
  margin: 3px 0px;
  font-size: 14px;
  padding: 3px 8px;
  height: 29px;
}

#EntryFilesDataDiv .btn.btn-save i.fa {
  display: none;
  margin-right: 5px;
}

#senProfileForm .form-group {
  width: auto;
}

#senProfileForm .crudPanel {
  border: 0px;
  margin-top: 0px;
}

#senProfileForm .btn.btn-save,
#senProfileForm .btn.btn-cancel {
  margin: 8px 5px 0px;
  width: 80px !important;
  font-size: 13px;
  height: 27px;
  padding: 3px 5px;
}

#senProfileForm .crudPanel [data-id='ActionButtons'] {
  background-color: #e9e9e9;
}

#senProfileForm [data-id='ActionButtons'] a.btn.btn-save {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#senProfileForm [data-id='ActionButtons'] .btn.btn-cancel {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.senNeedCustomField:first-of-type {
  clear: left;
}

ul.senDocList {
  float: left;
  clear: left;
  padding-left: 0px;
  padding-top: 18px;
  width: 100%;
}

ul.senDocList li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}

ul.senDocList li > span {
  float: left;
  display: block;
  width: 434px;
}

.orderListItemsControls {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid #d6e9c6;
  padding: 4px 15px;
  height: 30px;
  z-index: 10;
  background-color: #fff;
  box-shadow: -1px 2px 5px -3px #a1b68f;
}

.orderListItemsControls ul {
  position: absolute;
  top: 0px;
  right: 0px;
}

.orderListItemsControls ul li {
  list-style: none;
  float: left;
}

.orderListItemsControls ul li a {
  display: block;
  color: #026aa9;
  font-size: 27px;
  width: 26px;
}

.orderListItemsControls ul li a:hover {
  color: #025587;
}

#Print_sortable2 li.itemToReorder,
#Print_sortable2 li.selectListItem.itemToReorder,
#PrintTeacherDataDialog li.itemToReorder,
#PrintTeacherDataDialog li.selectListItem.itemToReorder {
  background-color: #def6ff;
}

#PrintStudentDataDialog ul.list-group,
#PrintTeacherDataDialog ul.list-group {
  margin-top: 7px;
}

.markAttendanceNavLeft,
.markAttendanceNavRight {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 14px;
  padding-top: 5px;
}

.markAttendanceNavLeft {
  left: 0px;
  border-right: 1px solid #cccaca;
  padding-left: 2px;
}

.markAttendanceNavRight {
  right: 0px;
  border-left: 1px solid #cccaca;
}

.crudLabel {
  float: left;
  margin-right: 4px;
}

.senCustomVal {
  float: left;
  width: auto;
}

.crudLabelNote {
  width: auto;
  float: left;
}

.crudPanelBody .crudNote {
  float: left;
}

@media (max-width: 980px) {
  .crudPanelBody .crudNote {
    width: 100%;
    float: left;
  }
}

#LearnerSENProfileCustomFieldsDisplay {
  float: left;
}

#ProvisionModal .modal-content,
#ProvisionModal .modal-footer,
#NeedModal .modal-content,
#NeedModal .modal-footer,
#ProfileDocuments .modal-content,
#ProfileDocuments .modal-footer {
  float: left;
  width: 100%;
}
#ProfileDocuments .confirmDelete {
  display: flex;
  flex-flow: row;
  margin: 10px 0;
  width: 100%;
  padding: 10px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: solid 1px;
  border-radius: 6px;
}
#ProfileDocuments .confirmDelete span {
  font-weight: 600 !important;
  line-height: 30px;
  width: 430px;
}
#ProfileDocuments .confirmDeleteButtons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#ProfileDocuments .confirmDeleteButtons button {
  height: 30px;
}

.filterContainerBox {
  margin-bottom: 50px;
}

input.form-control.paymentFeeBalance {
  text-align: right;
  float: right;
  width: 100%;
}
input.form-control.learnerPaymentFeeBalance {
  width: 100%;
}

.table > tbody > tr > td {
  padding: 6px 8px !important;
}

.form-group.paymentFeeBalanceC {
  width: 100%;
}

.examResultEntryLearner {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  min-height: 140px;
  height: auto !important;
  height: 140px;
}

.examResultEntryLearner:nth-child(odd) {
  background-color: #f5f5f5;
}

.examResultEntryStudentDetails {
  float: left;
  width: 15%;
  min-width: 168px;
}

.ereLearnerDetails {
  float: left;
  padding-left: 4%;
  width: 100%;
}

.ereLearnerDetails p {
  margin-bottom: 0px;
}

.ereLearnerDetails a {
  margin: 5px 0px 15px;
}

.examResultEntryStudentDetails h4 {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 3px;
}

.ereLearnerPhoto {
  float: left;
  width: 80%;
  padding-left: 4%;
}

.ereLearnerPhoto img {
  width: 100%;
  max-width: 160px;
  float: left;
}

.ereResultsEntry {
  float: left;
  border-left: 1px solid #d9d9d9;
  margin: 5px 0px;
  padding: 0px 1%;
  padding-top: 10px;
  width: 84%;
  margin-left: 1%;
  min-height: 140px;
  height: auto !important;
  height: 140px;
}

@media (max-width: 1200px) {
  .ereResultsEntry {
    width: 80%;
  }
}

@media (max-width: 930px) {
  .ereResultsEntry {
    width: 72%;
  }
}

.ereResultsEntry textarea {
  height: 62px;
  resize: none;
}

.detailVal {
  color: #026aa9;
}

.ereResultsEntry .form-group {
  height: 98px;
  height: auto;
  min-height: 98px;
  width: 205px;
}

.ereResultsEntry .form-control,
.ereResultsEntry .form-group .input-group {
  width: 190px;
  margin-right: 0px;
}

.form-group.examResultsComment {
  width: 40%;
}

@media (max-width: 930px) {
  .ereResultsEntry .form-group {
    width: 250px;
  }

  .ereResultsEntry .form-control,
  .ereResultsEntry .form-group .input-group {
    width: 230px;
  }

  .form-group.examResultsComment {
    width: 100%;
  }
}

@media (max-width: 775px) {
  .ereResultsEntry .form-group {
    width: 205px;
    margin-right: 10px;
  }

  .ereResultsEntry .form-group.examResultsComment {
    width: 90%;
  }

  .ereResultsEntry .form-control,
  .ereResultsEntry .form-group .input-group {
    width: 198px;
  }

  .ereLearnerDetails a {
    font-size: 13px;
  }
}

#LearnersInClass {
  margin-left: 10px;
}

.examResultsValue[disabled],
input.form-control.examResultsValue[disabled] {
  color: #026aa9 !important;
  -webkit-text-fill-color: #026aa9 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}

input.inputDisguised,
input.inputDisguised.form-control[disabled] {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #333;
  cursor: default;
  padding: 0px;
  margin: 0px;
}

.form-group.examResultsComment textarea {
  width: 100%;
  height: 112px;
}

.textAreaChars {
  float: right;
  font-size: 12px;
}

.captureTarget0 {
  display: none;
}

#BulkAssessmentSave,
#BulkAssessmentSave1 {
  float: right;
}

#BulkAttendanceErrorMessage {
  display: none;
  text-align: left;
}

.btn.btn-save.savedGood {
  background-color: rgb(92, 184, 92);
  opacity: 1;
}

.savedGood i.fa {
  margin-right: 10px;
}

#TG_PreviousResults {
  width: 100%;
}

#TG_PreviousResults td {
  padding: 2px 1%;
}

#TG_PreviousResults tr:nth-child(even) {
  background-color: #f5f5f5;
}

#TG_PreviousResults tr.rowHead {
  background-color: #def6ff;
  font-weight: bold;
}

.form-control.inputSaved,
.form-control.inputSaved:focus,
td.inputSaved {
  border: 1px solid #5cb85c !important;
  box-shadow:
    inset 0 1px 1px #bee4be,
    0 0 8px #aad3aa;
}

.form-control.inputSavedRed,
.form-control.inputSavedRed:focus,
td.inputSavedRed {
  border: 1px solid #c82128 !important;
  box-shadow:
    inset 0 1px 1px #c82128,
    0 0 8px #c82128;
}

#EnterResults {
  float: left;
}

#studentOptionsStudentSetup #NoSelectedStudents li,
#studentOptionsStudentSetup #SelectedStudents li {
  padding: 4px 0px;
  padding-left: 20px;
  border: none;
  cursor: pointer;
}

#studentOptionsStudentSetup #NoSelectedStudents li:hover,
#studentOptionsStudentSetup #SelectedStudents li:hover {
  background-color: #dfdfdf;
}

#studentOptionsStudentSetup #NoSelectedStudents li.selectListItem,
#studentOptionsStudentSetup #SelectedStudents li.selectListItem {
  background-color: #def6ff;
}

.alignCentre {
  text-align: center;
}

#dynamicGroupMgtSection .SendEmail {
  display: none;
}

.numStepByStep {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 23px;
  height: 46px;
  background-color: #e6eef1;
  color: #fff;
  border-top-right-radius: 110px;
  color: #025587;
  border-bottom-right-radius: 110px;
  font-size: 17px;
  padding-top: 11px;
  padding-left: 5px;
}

.numStepByStep.stepComplete {
  background-color: #026aa9;
  color: #fff;
}

.numStepByStep.currentStep {
  background-color: #5cb85c;
  color: #fff;
}

#SubjectChoicesSetsHolder .form-group {
  min-height: 58px;
  padding-left: 40px;
  padding-top: 5px;
  margin-bottom: 0px;
}

#SubjectChoicesSetsHolder .control-label-reports {
  font-size: 14px;
}

.containerRelative {
  position: relative;
}

.subjectSetSelectContainer {
  margin-top: 10px;
}

.SShort .SendEmail i {
  padding-top: 10px;
  height: 35px;
}

.subjectSetItem .panel-heading {
  min-height: 55px;
}

.subjectSetItem .panel-heading > span {
  margin-top: 6px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
}

.subjectSetItem .panel-heading span,
.subjectSetItem .panel-heading input,
.subjectSetItem .panel-heading .input-group {
  float: left;
}

a[data-step='selectSubjects'] {
  margin-left: 5px;
}

.preferencesStatsContainer,
.eLClashMatrixContainer,
.optionBlocksSubjectSetsContainer,
.optionBlocksChainContainer {
  width: auto;
  float: left;
  min-width: 400px;
  max-width: 100%;
  margin-right: 2%;
  font-size: 14px;
}

@media (max-width: 908px) {
  .preferencesStatsContainer,
  .eLClashMatrixContainer,
  .optionBlocksSubjectSetsContainer,
  .optionBlocksChainContainer {
    width: 100%;
    margin-right: 00%;
    margin-bottom: 35px;
    height: auto !important;
  }
}

.onPageNav {
  float: right;
  padding-top: 8px;
}

.onPageNav.optionsPrefNav {
  display: none;
}

.onPageNav a {
  margin-right: 20px;
}

#StatisticsClassTableContainer,
#StatisticsClashTableContainer {
  float: left;
  width: 100%;
  padding-top: 18px;
}

#StatisticsClassTableContainer.withBorder,
#StatisticsClashTableContainer.withBorder {
  border-top: 2px solid #999;
}

@media (min-width: 1170px) and (max-width: 1480px) {
  #studentOptionsStudentSetup .col-lg-2 {
    width: 16.666667%;
  }
}

.control-label-sectional {
  float: left;
}

td.preferenceOptionsHTML {
  display: none;
}

.table-bordered > thead > tr > th.preferencesSubjectSetBorder,
.table-bordered > tbody > tr > td.preferencesSubjectSetBorder,
#PreferencesTable .chainTitleRow th:not(:first-child) {
  border-left: 2px solid #a19f9f;
}

.parentalPreferencesTable#PreferencesTable th:not(:first-child) {
  border-left: 0px;
}

a.backToTop {
  float: left;
  clear: left;
  display: block;
  width: 100%;
  border-top: 1px dashed;
  padding: 9px 0px;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
}

a.backToTop:not(:last-child) {
  border-bottom: 1px dashed;
}

.prefStatsTablesAligned a.backToTop,
.prefStatsTablesAligned .subjectSetRef,
.col-xs-6.col-sm-6.col-md-7.col-lg-8 a.backToTop {
  display: none;
}

label.control-label-sectional.label-larger {
  font-size: 16px;
}

.hideElement {
  display: none;
}

.OptionsDataSection table > tbody > tr > td {
  padding-top: 2px !important;
  padding-bottom: 1px !important;
}

.OptionsDataSection table > tbody > tr > td .form-group {
  margin-bottom: 0px;
  margin-top: 0px;
  height: 5px;
}

.OptionsDataSection table > tbody > tr > td .form-control {
  margin-bottom: 0px;
  height: 25px;
}

.OptionsDataSection table > tbody > tr > td .form-control.dropdown {
  margin-bottom: 0px;
  height: 35px;
}

.OptionsDataSection ul.connectedSortable.blocks li.list-group-item.grid-item {
  cursor: move;
}

#OptionsBlocksBlocksTablesContainer,
#OptionsBlocksSubjectSetsTablesContainer,
#OptionsBlocksChainsTablesContainer {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#OptionsBlocksBlocksTablesContainer.withBorder,
#OptionsBlocksSubjectSetsTablesContainer.withBorder,
#OptionsBlocksChainsTablesContainer.withBorder {
  border-bottom: 3px solid #ddd;
}

.prefInitialHide,
.optionBlocksInitialHide {
  display: none;
}

#PreferencesTableContainer {
  width: 100%;
}

#PreferencesTableContainer .table > tbody > tr > td {
  padding: 0px 8px !important;
}

.optionBlocksShortCode {
  text-transform: uppercase;
}

.clmStudentList.connectedSortable {
  cursor: move;
}

#OptionsClassListManagerContainer
  .panel-manager.teaching-heading
  > .panel-heading {
  height: 60px;
}

.schooldetails {
  width: 100%;
}

.schooladdress {
  width: 100%;
  text-align: center;
  font-size: 12px;
  justify-content: center;
}

.panel-heading.attendance-fixed-title {
  position: fixed;
  left: 0px;
  top: 110px;
  width: 100%;
  z-index: 50;
  border: 0px !important;
  height: 31px !important;
  padding-top: 5px !important;
  font-size: 14px;
}

.panel-heading.attendance-fixed-title .btn-group.pull-right {
  display: none;
}

#TimetableGridStrcture td {
  position: relative;
}

#TimetableGridStrcture .ttGridHalfDayLine {
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0px;
  left: 0px;
  background-color: red;
  cursor: move;
  opacity: 0.6;
}

.gridPeriodColumn {
  text-align: center;
}

.toggleInputView thead tr th,
.toggleInputView.table.settings-rooms thead tr th {
  text-align: left;
  padding-left: 16px;
}

.toggleInputView .form-group,
.toggleInputView .form-control {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
}

.toggleInputView input[type='checkbox'] {
  height: 20px;
  width: 20px;
  margin-top: 8px;
  margin-left: 9px;
}

.hideInputCss:not(.newRoomRow):not(.editRoomsInputs) .form-control {
  border: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hideInputCss:not(.newRoomRow):not(.editRoomsInputs) select {
  border: 0px !important;
  background-color: transparent !important;
}

.hideInputCss:not(.newRoomRow):not(.editRoomsInputs) .caret,
.hideInputCss:not(.newRoomRow):not(.editRoomsInputs) .line-select {
  display: none;
}

.toggleInputView .input-group {
  width: auto;
  min-width: 100px;
}

#DeleteRoomModal .modal-footer {
  margin-top: 0px;
  padding-top: 0px;
}

li[data-nav='options'] {
  display: none;
}

body.showOptions li[data-nav='options'] {
  display: block;
}

.parentOptionsSubjectsC {
  float: left;
  margin-right: 2%;
  /*margin-bottom:20px;*/
  clear: left;
}

.optionsPrefConf .text-center {
  text-align: left;
}

.optionsPrefConf .modal-footer {
  padding: 10px 20px 15px;
  margin-top: 9px;
}

.optionsPrefConf .modal-footer .btn.btn-save,
.optionsPrefConf .modal-footer .btn.btn-cancel {
  margin: 5px 0px;
}

.optionsPrefConf .modal-footer .btn + .btn {
  margin-bottom: 5px;
}

.form-group.publishToParentsCustomText,
textarea#publishToParentsCustomText {
  width: 100%;
}

.showIfPublished {
  display: none;
}

.row.withBottomDivider {
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.inputError {
  border-color: #bd0016;
  box-shadow: 0px 0px 5px #bd0016;
}

#OptionsBlocksBlocksTable .list-group-item {
  padding: 2px 6px;
  margin-bottom: 3px;
}

#OptionsClassListManagerContainer
  .panel-manager
  > .panel-body
  > ul.list-group
  > li.list-group-item {
  padding: 5px !important;
  height: 30px;
  overflow: hidden;
  white-space: pre;
}

#OptionsClassListManagerContainer
  .panel-manager
  > .panel-body
  > ul.list-group
  > li.list-group-item.selected {
  background-color: Black !important;
  color: White !important;
  opacity: 1 !important;
}

td.prefSubjectsTotal {
  font-weight: bold !important;
}

.systemSettingParental {
  background-color: #def6ff;
  padding: 0px 0px 16px 0px;
  border-radius: 9px;
}

.systemSettingLearner {
  background-color: #def6ff;
  padding: 0px 0px 16px 0px;
  border-radius: 9px;
}

.subsectionHeadGrey {
  background-color: #e9e9e9;
  padding: 5px 10px;
}

.buttonText {
  line-height: 1;
}

.buttonRight {
  margin-left: 2px !important;
}

input.showSave {
  border: 1px solid #5cb85c !important;
  box-shadow:
    inset 0 1px 15px #bee4be,
    0 0 8px #aad3aa;
}

#ClassDataTableContainer th i.fa-pencil {
  position: absolute;
  top: 18px;
  left: 7px;
  display: none;
}

#ClassDataTableContainer tr th:hover i.fa-pencil {
  display: block;
  cursor: pointer;
}

.btn.btn-save.buttonMarginTop {
  margin-top: 25px;
}

#disableScreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  opacity: 0.5;
}

.enableScreenSection {
  position: relative;
  z-index: 1001;
}

#ClassDataListByBlockTable thead tr {
  position: relative;
}

#ClassDataListByBlockTable thead tr .blockingLayer {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: transparent;
  width: 100%;
  overflow: hidden;
}

#ClassDataListByBlockTable thead tr [data-id='wrapper'],
#ClassDataListByBlockTable thead tr [data-id='filter'] {
  position: relative;
  z-index: 100;
  cursor: pointer;
}

#CustomSubjectList thead tr th {
  position: relative;
}

#ClassDataListByBlockTable thead tr i.fa,
#CustomSubjectList thead tr i.fa {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 4px;
  right: 2px;
}

#ClassDataListByBlockTable tbody td:first-child {
  width: 3.5em !important;
}

.table#TeachersDataContainer > tbody > tr > td[data-day] {
  width: 210px;
  padding: 0px !important;
}

.additionalTeachersNumber {
  display: block;
  border-radius: 100%;
  float: right;
  width: 24px;
  height: 24px;
  padding: 2px;
  line-height: 23px;
  margin-right: 5%;
  margin-top: 1px;
  background-color: #c82128;
  color: #fff;
}

.selectDropDown {
  display: block;
  float: left;
  width: 100%;
  height: 34px;
  border-radius: 5px;
  border: thin solid #ccc !important;
  background: white !important;
  position: relative;
  padding: 6px 12px;
  color: #026aa9;
}

.dropDownUl {
  position: relative;
  width: 230px;
  float: left;
}

.tg-lesson-box .dropDownUl {
  width: 219px;
}

.dropDownUl > ul {
  display: none;
}

.dropDownUl ul#classDataRoomsDropDownTg,
.dropDownUl ul.classDataRoomsDropDownLesson {
  padding-left: 0px;
  position: absolute;
  left: 0px;
  width: 100%;
  max-height: 278px;
  overflow-y: scroll;
  background-color: #f0f0f0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(99, 99, 100, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(99, 99, 100, 0.6);
  border-radius: 5px;
  padding: 20px;
  z-index: 10;
}

.dropDownUl ul#classDataRoomsDropDownTg li,
.dropDownUl ul.classDataRoomsDropDownLesson li {
  list-style: none;
  font-size: 15px;
  cursor: pointer;
  float: left;
  width: 100%;
}

.dropDownUl ul#classDataRoomsDropDownTg li[data-roomPoolName] {
  color: #7b7b7b;
}

ul.roomPoolroomsList li {
  color: #333;
}

ul.roomPoolroomsList {
  display: none;
  padding-left: 0px;
}

li[data-roomPoolName].showRooms ul.roomPoolroomsList {
  display: block;
}

li[data-roomPoolName].showRooms ul.roomPoolroomsList li {
  padding-left: 18px;
  display: block;
}

li[data-roomPoolName].showRooms ul.roomPoolroomsList li:hover {
  background-color: #d4d4d4;
}

li[data-roomPoolName] span {
  display: block;
  width: 100%;
  float: left;
  padding: 0px 2%;
}

li[data-roomPoolName] span:hover {
  background-color: #fff;
}

ul[data-roomPool] {
  display: none;
}

.noOptionSelected {
  display: block;
  height: 15px;
}

.noOptionSelected:hover {
  background-color: #fff;
}

.list-group-item[data-id='lessonRooms'] {
  height: 81px;
}

#ClassDataListByBlockTable .form-group,
#ClassDataListByBlockTable .form-group input.form-control,
#ClassDataListByBlockTable .form-group .input-group,
#ClassDataListByBlockTable .input-group {
  width: 100%;
  max-width: 170px;
}

#ClassDataListByBlockTable select.form-control {
  padding-right: 0px;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: -9px;
  height: 270px;
  padding-left: 0px;
  overflow-y: scroll;
  width: 140px;
}

#ClassDataListByBlockTable select.form-control option {
  background-color: white;
  margin-left: 10px;
  padding: 10px 0px;
  cursor: pointer;
  border-top: 1px solid #e1edec;
  transition: all 0.3s ease 0s;
  color: #026aa9;
  width: 80%;
  font-size: 0.9em;
  letter-spacing: 1px;
}

#ClassDataListByBlockTable select.form-control option:not(:first-child):hover {
  background-color: rgba(59, 153, 252, 0.7);
  color: white;
}

#ClassDataListByBlockTableBody td ul.listDropDownSelect li {
  transition: all 0.3s ease 0s;
  font-size: 0.9em;
  letter-spacing: 1px;
  padding: 10px 0px;
}

#ClassDataListByBlockTableBody
  td
  ul.listDropDownSelect
  li:not(:first-child):hover {
  background-color: rgba(59, 153, 252, 0.7);
  color: white;
}

#ClassDataListByBlockTableBody td ul.listDropDownSelect li.currentlySelected {
  background-color: #c3ffc3;
}

#ClassDataListByBlockTableBody ul.ui-autocomplete {
  background-color: white;
  color: #026aa9;
  height: 270px;
  overflow: scroll;
  z-index: 10000;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 0px 0px 0px;
}

#ClassDataListByBlockTableBody ul.ui-autocomplete.filtered {
  margin-top: 253px;
}

#ClassDataListByBlockTableBody ul.ui-autocomplete li {
  transition: all 0s ease 0s;
  color: #026aa9;
  padding: 10px 0 0 10px;
  margin-bottom: 7px;
  margin-top: 0px;
  font-size: 1em;
  height: 40px;
  letter-spacing: 1px;
}

#ClassDataListByBlockTableBody ul.ui-autocomplete li:hover {
  color: white;
  border: none;
}

#ClassDataListByBlockTableBody ul.ui-autocomplete li a {
  transition: all 0.3s ease 0s;
  color: #026aa9;
  border: none;
}

#ClassDataListByBlockTableBody ul.ui-autocomplete li a:hover {
  color: white;
  border: none;
}

#AddNewTeachingGroup #cDataAddNewTgListViewLayer {
  display: none;
}

.cdListViewAddNewTg#AddNewTeachingGroup #cDataAddNewTgListViewLayer {
  display: block;
}

#AddNewTeachingGroupForm
  [data-class='tg-teacher-container']
  .form-group:first-of-type {
  min-height: auto;
}

tr.textElipsis th,
tr.textElipsis td {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.warningIcon {
  float: left;
  display: block;
  border: 2px solid #c82128;
  border-radius: 100%;
  background-color: rgb(245, 209, 209);
  color: #c82128;
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-right: 16px;
  margin-bottom: 16px;
}

table.EditTable td {
  position: relative;
}

td ul.listDropDownSelect {
  position: absolute;
  background-color: #fff;
  height: auto;
  top: 38px;
  left: 7px;
  z-index: 2;
}

table.EditTable .multiDropDownClearAll,
table.EditTable .multiDropDownSelectAll {
  border-radius: 30px;
  padding: 2px 10px;
  border: 1px solid;
}

table.EditTable .multiDropDownClearAll {
  color: #c82128;
}

table.EditTable .multiDropDownClearAll:hover {
  color: #fff;
  background-color: #c82128;
}

table.EditTable .multiDropDownSelectAll {
  color: #5cb85c;
  margin-right: 12px;
}

table.EditTable .multiDropDownSelectAll:hover {
  color: #fff;
  background-color: #5cb85c;
}

table.EditTable li.fullListMultiDropDownAction {
  float: left;
  width: 100%;
  border-bottom: 1px solid #bcbcbc;
}

table.table.EditTable > thead > tr > th {
  vertical-align: top;
}

table.table.EditTable td input {
  padding: 0px 4px;
  width: 100%;
}

table.table.EditTable td[data-name='numberOfLessons'] input,
table.table.EditTable td[data-name='maxClassSize'] input {
  /**width:45px;**/
  width: 100%;
}

table.table.EditTable td[data-name='spread'] input {
  /**width:100px;**/
  width: 100%;
}

table.table.EditTable td[data-name='grouping'] input {
  /** width:80px; **/
  width: 100%;
}

table.table.EditTable td[data-name='additionalTeacherIds'] input {
  /** width:80px; **/
  width: 100%;
}

.modalBulletList.insetLeft {
  margin-left: 31px;
}

p.insetLeft {
  margin-left: 56px;
}

.TableRow.Data a.btn-primary i.fa-calendar {
  color: #fff;
}

.form-group.gridName .control-label,
.form-group.gridYears .control-label {
  float: left;
  margin-top: 7px;
}

.form-group.gridName .form-control,
.form-group.gridYears .form-control {
  width: 160px;
}

.form-group.gridYears {
  margin-left: 30px;
}

.form-group.gridYears .input-group {
  float: left;
}

a.btn.btn-save.alignButton {
  width: auto;
  font-size: 15px;
  line-height: 17px;
  height: 31px;
  margin-top: 1px !important;
}

.gridStructureHead {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding: 10px 1% 0px 1%;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  border: 1px solid #d6d6d6;
  border-bottom: 0px;
}

.GridTotalHoursPeriods {
  float: left;
  margin-bottom: 35px;
  padding-bottom: 11px;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

.teacherTimetableGrid {
  width: 100%;
}

.table > tbody > tr > td.teacherGridData {
  padding: 0px !important;
}

.teacherDataGridRow {
  border-bottom: 1px solid #ddd;
}

#TtcGridStructureDiv {
  margin-top: 60px;
}

.cdListViewScreen .feasibilityContainer {
  display: none !important;
}

td[data-name='subject'] select option.blankOption,
td[data-name='baseClassId'] select option.blankOption {
  display: none;
}

#ClassDataTableHolderForPrint {
  width: 100%;
}

table.table.EditTable > tbody > tr > td {
  padding: 0px 8px !important;
}

table.table.EditTable > tbody > tr > td > span {
  display: block;
}

table.table.EditTable.fixedTableHeader > thead {
  display: block;
}

table.table.EditTable.fixedTableHeader > tbody {
  display: block;
  overflow-x: scroll;
}

table.table.EditTable.fixedTableHeader > tbody {
  overflow: auto;
  height: 800px;
}

table.table.EditTable.fixedTableHeader > thead tr,
table.table.EditTable.fixedTableHeader > tbody tr {
  width: 100%;
  display: block;
}

table.table.EditTable > tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.table.EditTable > tbody tr:nth-child(even):hover {
  background-color: #efefef;
}

table.table.EditTable > tbody tr.newTeachingGroupHighlighted {
  border: 3px solid #5cb85c;
}

table.table.EditTable > tbody tr.invalidRowData {
  border: 3px solid #c82128;
}

th div[data-id] {
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  float: left;
}

@media (max-width: 1230px) {
  th div[data-id] {
    width: 75%;
  }
}

tr#addNewTeachingGroupRow td {
  height: 80px;
}

tr#addNewTeachingGroupRow {
  display: none;
}
.EditTable td input,
.EditTable td .line-select {
  height: 28px;
}

.EditTable td select {
  height: 28px;
  padding-top: 3px;
}

.EditTable td .custom-arrow {
  padding-top: 13px;
}

.EditTable .emptyClassDataListRow td {
  height: 30px;
}

.EditTable .emptyClassDataListRow td span {
  font-size: 0.8em;
  opacity: 0.6;
}

.emptyClassDataListRow {
  position: relative;
  bottom: 0px;
  background-color: #fff;
}

.emptyClassDataListRow td:first-child {
  border-left: 10px solid transparent;
}

.emptyClassDataListRow td {
  border: 1px solid #ddd;
}

.emptyClassDataListLabelRow {
  position: absolute;
  bottom: 30px;
  border-top: 2px solid #026aa9;
}

.stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}

@media (min-height: 300px) and (max-height: 700px) {
  #ClassDataListByBlockTableBody {
    height: 350px !important;
  }
}

@media (min-height: 701px) and (max-height: 1000px) {
  #ClassDataListByBlockTableBody {
    height: 550px !important;
  }
}

@media (min-height: 1001px) and (max-height: 1200px) {
  #ClassDataListByBlockTableBody {
    height: 850px !important;
  }
}

@media (min-height: 1201px) {
  #ClassDataListByBlockTableBody {
    height: 1000px !important;
  }
}

#ClassDataListByBlockTableBody .emptyClassDataListLabelRow {
  background-color: #def6ff;
  height: 39px;
}

#ClassDataListByBlockTableBody
  .emptyClassDataListLabelRow
  span:not(.editTableMandatoryField) {
  margin-top: 5px;
}

#ClassDataListByBlockTableBody .emptyClassDataListLabelRow td {
  overflow: hidden;
  white-space: nowrap;
  float: left;
  height: 39px;
}

#ClassDataListByBlockTableBody .emptyClassDataListLabelRow td span {
  display: block;
  float: left;
  width: 100%;
}

#ClassDataListByBlockTableBody
  .emptyClassDataListLabelRow
  td
  span.editTableMandatoryField {
  float: left;
  width: 100%;
  font-size: 8px;
  text-align: center;
}

#ClassDataListByBlockTableBody
  .emptyClassDataListLabelRow
  td
  span.editTableMandatoryField
  i {
  position: absolute;
  top: 1px;
  left: 50%;
}

#ClassDataListByBlockTableBody tr.editTablefixedBottomRow {
  z-index: 1;
}

#ClassDataListByBlockTableBody [data-name='teacherId'] input {
  width: 51px;
}

#ClassDataListByBlockTableBody [data-name='roomId'] input {
  width: 40px;
}

#ClassDataListByBlockTableBody [data-name='blockId'] input {
  width: 40px;
}

#mandatoryAddNewTeachingGroupClassDataListViewMessage {
  text-align: right;
}

#ClassDataTableHolder2 {
  overflow-x: scroll;
}

.EditTable.fixedTableHeader td ul.listDropDownSelect {
  max-height: 250px;
  overflow: scroll;
}

.EditTable.fixedTableHeader tr:nth-last-child(10) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(9) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(8) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(7) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(6) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(5) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(4) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(3) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(2) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:nth-last-child(1) td ul.listDropDownSelect,
.EditTable.fixedTableHeader tr:last-child td ul.listDropDownSelect {
  top: auto;
  bottom: 0px;
}

#ClassDataListViewNewTeachingGroupRow a.saveButtonCellElement {
  background-color: #026aa9;
  color: #fff;
  padding: 0px 5px;
  border-radius: 4px;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: 3px;
}

.EditTable [data-name='baseClassId'] input {
  max-width: 55px;
}

.ttcConstructionClassContainerHeader {
  float: left;
  width: 100%;
  height: 45px;
}

.fixedSettingHidden .ttcConstructionClassContainerHeader {
  border-bottom: 2px solid #3896ce;
}

.fixedSettingHidden
  .ttcConstructionTeachingGroupsListContainerForYear:nth-child(2)
  .ttcConstructionClassContainerHeader {
  border-top: 2px solid #3896ce;
}

.ttcConstructionClassContainerHeader label {
  margin-top: 5px;
}

.ttcConstructionClassContainerHeader .form-group {
  float: right;
  width: 384px;
}

.ttcConstructionClassContainerHeader .input-group,
.ttcConstructionClassContainerHeader button {
  float: left;
}

.ttcConstructionClassContainerHeader button.buttonBlue {
  margin-top: 5px;
  float: right;
  height: 34px;
  font-size: 13px;
  width: 128px;
}

.ttcConstructionClassContainerHeader label.ttcClassContainerLabel {
  display: block;
  float: left;
  width: auto;
}

.TimetableCalendarViewWrapper {
  background: #fff;
  height: 100vh;
}
.TimetableCalendarViewWrapper {
  background: #fff;
  height: 100vh;
}
#TTCalendarViewTable {
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background: #eaebec;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
#TTCalendarViewTable thead {
  background: #4897d8;
  color: #fff;
}
#TTCalendarViewTable thead tr:last-child {
  border-bottom: 1px solid #fff;
}
#TTCalendarViewTable thead td {
  padding: 2px 6px !important;
}
#TTCalendarViewTable thead span {
  margin: 0 0 0 0;
  position: absolute;
  bottom: 55px;
  display: -webkit-box;
}
#TTCalendarViewTable thead td:first-child {
  width: 21.5em;
}
#TTCalendarViewTable thead tr:last-child th:first-child {
  width: 9.5em;
  padding-left: 5px;
}
#TTCalendarViewTable thead tr:last-child th:nth-child(n + 2):nth-child(-n + 3) {
  width: 6em;
}
#TTCalendarViewTable #WeekRow_CV {
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
#TTCalendarViewTable #WeekRow_CV td:first-child {
  cursor: auto;
}
#TTCalendarViewTable #WeekRow_CV td:first-child i {
  display: none;
}
#TTCalendarViewTable #WeekRow_CV td:last-child i {
  display: none;
}
#TTCalendarViewTable #WeekRow_CV td i {
  font-size: 0.3em;
  display: inline-table;
}
#TTCalendarViewTable th {
  padding: 3px 5px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
}
#TTCalendarViewTable th p {
  margin: 0 0 0 0;
  display: inline-block;
  cursor: pointer;
}
#TTCalendarViewTable th i {
  padding: 0 0 0 5px;
  cursor: pointer;
}
#TTCalendarViewTable th:first-child {
  text-align: left;
  padding-left: 20px;
}
#TTCalendarViewTable th:first-child tr:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
#TTCalendarViewTable #timetableHeader {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
}
#TTCalendarViewTable #timetableHeader td:not(:first-child) {
  cursor: pointer;
  border: none;
}
#TTCalendarViewTable #WeekRow_CV td {
  border: none;
}
#TTCalendarViewTable tr {
  width: 100%;
  display: inline-table;
  table-layout: fixed;
}
#TTCalendarViewTableContainer table {
  border-collapse: collapse;
}
#TTCalendarViewTable tbody {
  overflow-y: scroll;
  height: 800px;
  width: 100%;
  position: absolute;
}
#TTCalendarViewTable tbody td {
  padding: 2px 6px !important;
}
#TTCalendarViewTable .weekHighlighted {
  background: rgba(0, 255, 2, 0.5) !important;
}
#TeachingsGroupRows_CV:nth-child(even) {
  background-color: rgba(223, 250, 255, 1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
#TeachingsGroupRows_CV td:hover {
  background-color: #ebebeb;
  transition: all 0.5s ease 0s;
}
#TeachingsGroupRows_CV:nth-child(odd) {
  background: #ffffff;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
#TTCalendarViewTable td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  text-align: center;
}
#TTCalendarViewTable tbody td:first-child {
  width: 9em;
}
#TTCalendarViewTable tbody td:nth-child(n + 2):nth-child(-n + 3) {
  width: 6em;
}
#TTCalendarViewTable tbody td:nth-child(-n + 3):hover {
  cursor: auto;
  background-color: transparent;
}
#TTCalendarViewTable td:last-child {
  width: 5em;
  opacity: 0.9;
  color: #fff;
}
#TTCalendarViewTable td:last-child:hover {
  cursor: auto;
}
#timetableHeader .timetable-cell {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  font-size: 0.7em;
  text-align: center;
}
.header-select-right {
  border-top: 2px solid #ebebeb;
  padding: 0.6em 0 0.6em 0;
}
.calendar-title h4 {
  font-size: 1em;
  color: grey;
  letter-spacing: 0.5px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.calendar ol:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.calendar,
.calendar:before,
.calendar:after {
  box-sizing: border-box;
}
.calendar {
  background: white;
  padding: 5px 0 0px 0;
  margin-bottom: -15px;
  border-radius: 10px;
  color: grey;
  margin-left: calc(3% + 20px);
}
.calendar ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendar ol li {
  float: left;
  width: 11.2%;
}
.calendar .day-names {
  border-bottom: 1px solid #eee;
  color: #4897d8;
  font-size: 0.8em;
}
.calendar .day-names li {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.calendar .days li {
  border-bottom: 1px solid #eee;
  min-height: 2em;
}
.calendar .days li .date {
  margin: 0.5em 0;
}
.calendar .days li .event {
  background: #4897d8;
  font-size: 0.75em;
  padding: 0 0.75em;
  line-height: 2em;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 1em;
  margin-bottom: 1px;
}
.calendar .days li .event.span-2 {
  width: 200%;
}
.calendar .days li .event.begin {
  border-radius: 1em 0 0 1em;
}
.calendar .days li .event.end {
  border-radius: 0 1em 1em 0;
}
.calendar .days li .event.all-day {
  background: #9987b5;
}
.calendar .days li .event.clear {
  background: none;
}
.calendar .days li:nth-child(n + 29) {
  border-bottom: none;
}
.calendar .days li.outside .date {
  color: #ddd;
}
.dialog-overlay {
  background: rgba(0, 0, 0, 0.12);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.dialog-card {
  box-sizing: border-box;
  width: 660px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -285px;
  font: bold 14px sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 0px 20px;
}
.dialog-card .timetable-meta {
  margin: 10px 0 0 0;
}
.dialog-card .timetable-meta thead {
  color: #fff;
}
.dialog-card .fa-graduation-cap {
  color: #fff;
  font-size: 3em;
  float: right;
  position: relative;
  top: 5px;
  right: 10px;
}
.dialog-card .dialog-success-sign,
.dialog-card .dialog-error-sign {
  float: left;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 68px;
  font-size: 40px;
  margin-right: -70px;
}

.dialog-card .dialog-info {
  float: left;
  max-width: 350px;
}

.dialog-card .dialog-top {
  height: 45px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #026aa9;
  margin: 0 -20px 0 -20px;
}

.dialog-card .dialog-top h4 {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  margin: 10px 20px 0px;
  display: inline-block;
}
.dialog-card h4 {
  color: #026aa9;
  font-size: 20px;
  margin: 15px 0 30px;
  display: inline-block;
}
.dialog-card h5 {
  color: #fff;
  font-size: 16px;
  margin: 15px 0 30px;
  display: inline-block;
}
.dialog-card p {
  color: grey;
  font-weight: normal;
  line-height: 21px;
  margin: 30px 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #d3d3d3;
}
.hexa {
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 10px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213, 213, 213);
  background: -moz-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 1)),
    color-stop(100%, rgba(125, 185, 232, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  z-index: 5;
}

.timeline li {
  padding: 1.1em 0;
}

.timeline .hexa {
  width: 16px;
  height: 10px;
  position: absolute;
  background: #00c4f3;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00c4f3;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255, 255, 255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
  top: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.flag:hover {
  text-decoration: none;
  background: #d3d3d3;
  color: #fff;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow:
    -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:
    -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow:
    -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .timeline {
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 0px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }

  .flag {
    font-size: 0.8em;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254, 254, 254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254, 254, 254);
    border-width: 8px;
    left: -8px;
  }
}

@media (min-width: 992px) {
  .timeline {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    left: -60px;
  }

  .direction-l {
    position: relative;
    width: 100%;
    right: 160px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 100%;
    left: 160px;
    float: right;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .dialog-card {
    width: 350px;
    margin-left: -175px;
    text-align: center;
    padding: 45px 50px;
  }
  .dialog-card .dialog-success-sign,
  .dialog-card .dialog-error-sign {
    float: none;
    margin: 0 auto 25px;
  }
  .dialog-card .dialog-info {
    float: none;
  }
  .dialog-card p {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .dialog-card {
    width: 250px;
    margin-left: -125px;
    padding: 25px 30px;
  }
}
.nav-tabs {
  margin: 0 0 20px 0;
}
.tab-content.hide {
  display: none;
}
.tab-content.active {
  display: block;
}
.arrow.primary-arrow a {
  transition: all 0.5s ease;
  font-size: 1.1em;
  letter-spacing: 1.3px;
}
.calendar-arrow {
  top: 11px;
}
.z-higher {
  z-index: 10;
}
.search-box {
  width: 100%;
  height: auto;
  position: relative;
  top: -24px;
  margin-bottom: -25px;
  z-index: 10;
  font-family: 'Open Sans', sans;
  font-weight: 400;
  color: #377d6a;
  background: #efefef;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-indent: 5px;
}
.simple-tooltip-container {
  position: fixed;
  display: none;
  width: 230px;
  height: auto;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
}
.simple-tooltip-container:after,
.simple-tooltip-container:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.simple-tooltip-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #026aa9;
  border-width: 15px;
  margin-left: -5px;
}
.simple-tooltip-container h1 {
  font-size: 25px;
  color: #fff;
  margin: 10px 25px;
}

.simple-tooltip-container .smaller-h1 {
  font-size: 1.2em;
  letter-spacing: 1px;
  color: #fff;
  margin: 15px 25px;
}
.simple-tooltip-container p {
  font-size: 16px;
  color: #a8aab2;
  line-height: 36px;
  float: left;
  cursor: pointer;
  transition: all 0.5s ease;
}
.simple-tooltip-container p:hover {
  color: #026aa9;
}
.simple-tooltip-container .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 45px;
  position: absolute;
  background-color: #026aa9;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.simple-tooltip-container .conceptual {
  list-style: none;
  margin: 5px 0 0 -38px;
}
.simple-tooltip-container .conceptual li {
  font-size: 1em;
  letter-spacing: 3px;
  color: #a8aab2;
}
.modal-close {
  position: relative;
  left: 60px;
  top: 0px;
}
.slider-container {
  margin: 50px 0 20px 30px;
  overflow: hidden;
}
#context-menu {
  z-index: 10;
}
.EditTable .tooltip {
  position: absolute !important;
}
#WeightingsTeachingGroupNameTable tfoot .btn.btn-save {
  margin: 2px;
  float: right;
}
#WeightingsTeachingGroupNameTable ul {
  position: relative;
  top: 0px;
  display: table-cell;
}
#WeightingsTeachingGroupNameTable table,
tr,
td {
  border: 0px;
}

.entirePeriodSelected {
  border: 3px solid #d3d3d3 !important;
}

/* Generic context menu styles */
.contextMenu {
  position: absolute;
  width: 180px;
  z-index: 500;
  border: solid 1px #ccc;
  background: #eee;
  padding: 0px;
  margin: 0px;
  display: none;
}

.contextMenu LI {
  list-style: none;
  margin: 0px;
}

.contextMenu A {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 20px;
  height: 20px;
  background-position: 6px center;
  background-repeat: no-repeat;
  outline: none;
  padding: 1px 5px;
}

.contextMenu LI.disabled A {
  color: #aaa;
  cursor: default;
}

.contextMenu LI.hover.disabled A {
  background-color: transparent;
}

.contextMenu LI.separator {
  border-top: solid 1px #ccc;
}

/* TTC Calender Week view Context */
.contextMenu.ttcWeekViewContextMenu {
  background-color: #fff;
  color: #000;
  border: 4px solid #026aa9;
  width: 200px;
  height: 80px;
  border-radius: 10px;
  display: none;
}

.contextMenu.ttcWeekViewContextMenu LI A {
  list-style: none;
  display: block;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.contextMenu.ttcWeekViewContextMenu LI.header {
  background-color: #026aa9;
  color: #fff;
  display: block;
  width: 100%;
  float: left;
  font-size: 17px;
  padding: 4px;
  height: 30px;
}

.contextMenu.ttcWeekViewContextMenu LI.hover {
  background-color: #c82128 !important;
  color: #fff;
}
#timetableFlagShip i {
  margin-top: 0.5em;
  cursor: pointer;
}
#weeklyTimetableTitle {
  color: grey;
  letter-spacing: 1px;
  font-size: 1em;
  margin-top: 1em;
}
#weeklyTimetableTitle h4 {
  display: inline-block;
}
#weeklyTimetableTitle h5 {
  display: inline-block;
}
.table-large table td:nth-child(n + 1):nth-child(-n + 3) {
  width: 12em;
  font-size: 0.95em;
  letter-spacing: 0px;
  line-height: 18px;
  vertical-align: inherit;
}
.table-large table tbody .planningTasks {
  cursor: pointer;
}

.table-large table tbody .tg-name-const {
  cursor: auto;
}

.table-large table tbody .allocated i {
  position: relative;
  cursor: pointer;
  color: #5cb85c;
  top: -1em;
}
#teacherId {
  display: none;
}
.destroyTask i {
  color: red;
  cursor: pointer;
}
#TeacherPlaningTaskBuilder .loadLeft {
  margin-top: 80px;
  color: #93a2ac;
  font-family: Lato;
  font-size: 1.7em;
  letter-spacing: 1px;
}

.allocationWarning {
  position: relative;
  top: 30px;
  left: 70px;
  display: none;
  letter-spacing: 1px;
  font-family: Lato;
  color: #ff3333;
}

@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}

/* Container */

.progress-svg {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 200px;
  background: #fff;
  top: -125px;
  left: 300px;
  margin-bottom: -100px;
  box-shadow: none;
}

/* Item */

.progress-svg > li {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #93a2ac;
  font-family: Lato;
  font-weight: 100;
  margin-left: 2rem;
}

.progress-svg > li:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 400;
}

.progress-svg > li:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 4.7rem;
  left: 0;
  font-size: 2rem;
  text-align: center;
}

.progress-svg svg {
  width: 15rem;
  height: 11rem;
}

.progress-svg svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.progress-svg svg:nth-child(2) path {
  fill: none;
  stroke-width: 25;
  stroke-dasharray: 629;
  stroke: rgba(255, 255, 255, 0.9);
  -webkit-animation: load 1s;
  -moz-animation: load 1s;
  -o-animation: load 1s;
  animation: load 1s;
}

#togglePercentage {
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}

#TeacherAllocationBreakdownDisplay .modal-content {
  width: 670px;
}

.options {
  margin-top: -1px;
  margin-bottom: 10px;
  list-style: none;
  margin-left: -40px;
}
.teacher-tg-container .tg-name-const.show-text {
  overflow: visible;
}
.teacher-tg-container .tg-number-of-lessons {
  left: 2px !important;
}
.teacher-tg-container .subjectPercentage {
  position: absolute;
  top: 0px;
  right: 5px;
}
.teacher-tg-container .subjectName {
  position: relative;
}

#formLesser,
#formLesser4 {
  position: relative;
  z-index: 1;
}

.lessonOptionForPeriod {
  float: left;
}

span.getFeedbackForLesson {
  background-color: #fff;
  width: 20px;
  height: 17px;
  float: right;
  margin-top: 3px;
  display: none;
  color: #a01a20;
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  border-radius: 4px;
}

span.getFeedbackForLesson.lessonHasFeedback {
  display: block;
}

div.lessonToPeriodFeedback {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

span.feedbackType {
  float: left;
  width: 100%;
}

.feedbackERROR span.feedbackType {
  color: #c82128;
}

.feedbackWARNING span.feedbackType {
  color: #f0ad4e;
}

tr.appendedRow {
  border: 2px solid #ccc;
  border-top: 0px;
  background-color: rgba(157, 156, 155, 0.11);
}

tr.appendedRow td {
  position: relative;
}

tr.appendedRow a {
  position: absolute;
  right: 1%;
  top: 5px;
  font-size: 16px;
  color: #c82128;
}

tr.highlightedTgRow {
  border: 2px solid #ccc;
  border-bottom: 0px;
}

.lessonselector.lessonQueried {
  border: 2px solid;
}

ul.lessonToPeriodsFeedback {
  padding: 4px 0px;
}

ul.lessonToPerioderror {
  background-color: red !important;
}

ul.lessonToPeriodwarning {
  background-color: #f08f00 !important;
}

ul.lessonToPeriodallGood {
  background-color: rgb(29, 255, 29) !important;
}

#lessonsoptions-placeholder thead th {
  font-size: 14px;
}

.tableHeadLabel {
  display: block;
  float: left;
}

.btn.btn-save.proceedWithAction {
  position: relative;
  float: right;
}

.cannotProceedWithLessonAssignment .btn.btn-save.proceedWithAction {
  display: none;
}

.shape {
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg); /* IE 9 */
  -o-transform: rotate(360deg); /* Opera 10.5 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  transform: rotate(360deg);
}
.offer {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 0px 0;
  overflow: hidden;
}
.offer-radius {
  border-radius: 7px;
}
.offer-success {
  border-color: #5cb85c;
  display: none;
}
.offer-success .shape {
  border-color: transparent #5cb85c transparent transparent;
}
.offer-primary {
  border-color: #428bca;
}
.offer-primary .shape {
  border-color: transparent #428bca transparent transparent;
}
.offer-content {
  padding: 0 20px 10px;
}
.offer-content .action-listing {
  margin: 0 0 0 0;
  display: inline-block;
}
.offer-content .action-listing button {
  display: inline-block;
  margin: 0em 0 0em 0;
  width: 10em;
}
.offer-primary .offer-content .lead {
  display: inline-block;
}
.offer-primary .offer-content i {
  margin-top: 20px;
  color: #428bca;
  display: none;
}
.offer-success .offer-content i {
  position: relative;
  color: #5cb85c;
  bottom: 60px;
  left: -5px;
  display: none;
  cursor: pointer;
}
.offer-success .btn.btn-info {
  background-color: #5687d4;
  color: white;
  visibility: hidden;
}

.progress {
  height: 35px;
}
.progress .skill {
  font: normal 12px 'Open Sans Web';
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

.m-progress {
  position: relative;
  opacity: 0.8;
  color: transparent !important;
  text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}

.m-progress:before {
  content: '';

  display: inline-block;

  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;

  box-sizing: border-box;

  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;

  width: 24px;
  height: 24px;

  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
  border-left-color: #333333;
  border-right-color: #333333;
}

#TeacherAllocationReport .panel .panel-heading {
  padding: 5px 15px;
}

#TeacherAllocationReport .panel .panel-body {
  padding: 5px;
}

#TeacherAllocationReport ul .label {
  color: white;
  font-size: 1em;
  letter-spacing: 1px;
  padding: 0.3em 0.7em 0.5em;
}

#TeacherAllocationReport ul li:nth-child(even) {
  background-color: #f1f1f1;
}

#TeacherMainContainer table thead th {
  line-height: 28px;
}

#TeacherMainContainer table thead th:last-child {
  width: 9.5em;
}

#TeacherMainContainer table thead th i {
  margin-top: 6px;
  cursor: pointer;
}

#TeacherTeachingGroupsContainer
  [data-id='ConstructionBlocksCoreContainer']
  .tg-name-const,
[data-id='TeacherTeachingGroupsContainer'] .tg-name-const,
[data-id='TeacherUnassignedContainer'] .tg-name-const {
  width: 80px;
  padding: 5px 0 5px 0;
  height: 45px;
}

#TeacherMainContainer
  table.assigned-tg
  .teaching-group-box-const
  .tg-name-const
  span {
  padding-top: 0px;
  display: block;
}

#TeacherMainContainer .unpin-button {
  margin: auto;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: solid 3px #ee3769;
  cursor: pointer;
}

#TeacherMainContainer .unpin-button {
  line-height: 19px;
}

#TeacherMainContainer .unpin-button:hover {
  border-color: #ee3769;
  background-color: #ee3769;
  transition: all 1s;
  border-radius: 40px;
}
#TeacherMainContainer .unpin-button:active {
  border: solid 1px #ee3769;
}
#TeacherMainContainer .unpin-button:hover:after {
  color: #fff;
  transition: all 1s;
}
#TeacherMainContainer .unpin-button:before {
  z-index: -1;
  margin: auto;
  content: '';
  height: 0px;
  width: 0px;
  transition: all 1s;
}
#TeacherMainContainer .unpin-button:after {
  font-family: 'FontAwesome';
  content: '\f08d';
  font-size: 24px;
  display: block;
  z-index: 300;
  color: #ee3769;
  text-align: center;
  margin-left: 0px;
  margin-top: 8px;
}

.custom-search-input {
  padding: 3px;
  border: solid 1px #e4e4e4;
  border-radius: 6px;
  background-color: #fff;
}

.custom-search-input input {
  border: 0;
  box-shadow: none;
}

.custom-search-input .input-group {
  width: 100%;
}

.custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc;
}

.custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc;
}

.custom-search-input button:focus {
  outline: none;
}

.custom-search-input .fa-search {
  font-size: 23px;
}

.custom-search-input .fa-search:focus {
  outline: none;
}

#TeacherMainContainer table.unassigned-tg.unassigned-tg-fixed {
  left: 0;
}

#TeacherAllocationImprovements .modal-body h3 {
  margin-bottom: 25px;
  color: grey;
  letter-spacing: 1px;
}

#TeacherAllocationImprovements .table-responsive {
  margin-top: 25px;
  padding: 25px;
  margin-left: 5px;
}

#preAllocation,
#postAllocation {
  padding: 0px;
}

#TeacherDataGridFilterC {
  display: none;
}

publish-error-list {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

publish-error-list.active {
  opacity: 1;
}

publish-error-list .publish-warning {
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  position: absolute;
  right: 20px;
  top: -25px;
  font-size: 0.8em;
  opacity: 0;
  color: #a01a20;
}

publish-error-list .publish-warning.active {
  opacity: 1;
}

publish-error-list .submitBtns {
  position: relative;
  bottom: 3.5em;
}

publish-error-list .publish-submit {
  margin: 0 0 1em 0;
  padding: 0px;
  background: #025587;
  color: white;
  font-family: Sans-serif;
  font-size: 16px;
  height: 2.4em;
  width: 6em;
  line-height: 0em;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #025587;
  border-radius: 6px;
  transition: all 1s ease 0s;
}

publish-error-list .publish-submit:hover {
  color: white;
  background-color: #025587;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

publish-error-list .publish-submit:focus {
  outline: none;
}

publish-error-list .publish-submit:disabled {
  opacity: 0.5;
}

publish-error-list .publish-submit:disabled:hover {
  background: #025587;
  color: white;
  border: 1px solid #025587;
}

publish-error-list .publish-cancel {
  margin: 0 0 1em 0;
  padding: 0px;
  background: #a01a20;
  color: white;
  font-family: Sans-serif;
  font-size: 16px;
  height: 2.4em;
  width: 6em;
  line-height: 0em;
  margin: 0 0;
  text-align: center;
  border: 1px solid #a01a20;
  border-radius: 6px;
  transition: all 1s ease 0s;
}

publish-error-list .publish-cancel:hover {
  color: white;
  background-color: #a01a20;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

publish-error-list .publish-cancel:focus {
  outline: none;
}

publish-error-list table thead th {
  padding-left: 1.7em !important;
}

publish-error-list table tbody td {
  padding: 6px 25px !important;
}

publish-error-list table tbody td:nth-child(2) {
  width: 15em;
}

publish-error-list table tbody {
  font-size: 0.8em;
}

publish-error-list .publish-description {
  font-size: 0.7em;
  margin: 1em 0 0 0;
  font-size: 17px;
  font-weight: bold;
  border-left: 20px solid #026aa9;
  background-color: #f4f8fa;
  color: #026aa9;
  margin: 20px 0;
  padding: 10px;
}

.publish-section {
  top: -1em;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #fff;
}

.publish.publish-info .publish-section {
  color: black;
  background-color: #e8f9e8;
  border: 1px solid #28ad57;
}

.publish.publish-info .publish-section:after {
  border-top-color: #e8f9e8;
}

.publish-queries,
.publish-failures {
  list-style: none;
  margin: 1em 0 3em 0;
  padding: 0;
  font-size: 1.2em;
}

.publish-queries,
.publish-failures h2 {
  color: #000;
  font-size: 1.5em;
}

.publish-name,
.publish-failure-name {
  font-weight: 400;
  position: relative;
  left: 0em;
}

.publish-name.title,
.publish-failure-name.title {
  left: 0em;
  color: #000;
}

.list .publish-item,
.list .publish-failure-item {
  position: relative;
  padding: 0;
  line-height: 40px;
}

.list .publish-failure-item {
  font-size: 1.3em;
}

@media screen and (max-width: 800px) {
  .list .publish-item .stage:not(.active) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .list .publish-item .publish-progress-bg {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .list .publish-item .pull-right,
  .list .publish-failure-item .pull-right {
    position: static;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
.list .publish-id,
.list .publish-message,
.list .publish-failure-id,
.list .publish-progress,
.list .publish-grouping,
.list .publish-failure-grouping {
  color: #000;
}
.list .publish-id,
.list .publish-message,
.list .publish-grouping,
.list .publish-name,
.list .publish-failure-id,
.list .publish-failure-grouping,
.list .publish-failure-name,
.list .publish-stage {
  margin: 0 0px;
  font-size: 0.8em;
  padding-left: 20px;
}
.list .publish-id,
.list .publish-failure-id {
  margin-right: 0;
}
.list .publish-grouping,
.list .publish-id,
.list .publish-message,
.list .publish-name,
.list .publish-failure-id,
.list .publish-failure-grouping,
.list .publish-failure-name {
  vertical-align: middle;
}
.list .publish-grouping,
.list .publish-failure-grouping {
  display: inline-block;
  width: 13em;
  white-space: nowrap;
  overflow: hidden;
}

.list .publish-grouping.group {
  position: relative;
  right: 10em;
  width: 20em;
}

.list .list-only {
  display: auto;
}
.list .grid-only {
  display: none !important;
}

.loader-info .panel.panel-response {
  display: none;
}

.material-showbox {
  padding: 0 1em 10em 0;
  display: none;
}

.material-loader {
  position: relative;
  margin: 0px auto;
  width: 100px;
}
.material-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.material-loader .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  margin: auto;
}

.material-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation:
    dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #026aa9;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #448aff;
  }
}

.material-showbox .publish-section {
  font-size: 1em;
  width: 97.5%;
  height: auto;
  padding: 15px;
  margin: 0 0 0 20px;
}

#timetableViewDiv table.verticalView tbody tr td:first-of-type {
  max-width: 85px;
  min-width: 50px;
  vertical-align: inherit;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  #BulkAttendanceDialogForm #BulkAttendanceStartTime,
  #BulkAttendanceDialogForm #BulkAttendanceStart,
  #BulkAttendanceDialogForm #BulkAttendanceEndTime,
  #BulkAttendanceDialogForm #BulkAttendanceEnd {
    position: relative;
    z-index: 1000000;
  }

  .image-container .content .name {
    position: relative;
    bottom: 50px;
    right: 100px;
    font-size: 1em;
    letter-spacing: 1px;
  }
}

.panel-box {
  width: 100%;
  margin: 5px 0px;
  background-color: rgba(2, 106, 169, 0.1);
  border: 1px solid rgba(2, 106, 169, 0.3);
  border-radius: 2px;
}

.panel-box ul {
  float: left;
  padding-left: 24px;
  margin: 14px 7px;
}

#classDataUnfeasibilityReasons {
  display: none;
}

.shortHeight .modal-footer {
  padding: 0px 20px;
  margin-top: 0px;
}

[data-id='GeneratePinnedLessonsLoader'] {
  float: left;
  margin-top: 0px;
  margin-right: 10px;
}

.info-container-tight {
  overflow: auto;
  border-bottom: solid 1px #ccc;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  /**margin-top: -35px;**/
}

.wide-tooltip + .tooltip > .tooltip-inner {
  max-width: 650px;
}

.explanationBox {
  float: left;
  width: 100%;
  font-size: 12px;
  border: 1px solid #28ad57;
  padding: 5px 5px 5px 7px;
  background-color: #e8f9e8;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  box-shadow:
    inset 0 0px 0px rgba(0, 0, 0, 0.075),
    0 0 8px #28ad57;
}

[data-slideup] {
  position: absolute;
  top: -8px;
  right: 0px;
  font-size: 20px;
  color: #28ad57;
}

.explanationBox.tgFormatExplanation {
  display: none;
  position: absolute;
  z-index: 100;
  top: 28px;
  left: 19px;
  width: 312px;
  padding: 5px 10px;
}

.explanationBox.tgFormatExplanation em {
  float: right;
  color: #026aa9;
}

.explanationBox hr {
  margin-top: 0px;
  margin-bottom: 5px;
  border-color: #b9e6c9;
}

.bold-override {
  font-weight: bold !important;
}

.generationStatsContainer.spreadProgressHidden {
  width: 25%;
}

.percentageLessonsSolved {
  font-size: 1.5em;
}

a.downloadButton,
a.downloadButton:focus {
  display: block;
  float: left;
  border: 2px solid;
  padding: 3px 13px;
  padding-right: 32px;
  border-radius: 14px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 2%;
  color: #026aa9;
  background-color: #def6ff;
}

a.downloadButton:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 4px;
  right: 10px;
  content: '\f019';
}

a.downloadButton:hover {
  background-color: #fff;
  color: #05649c;
}

table.fixedTableHeading {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  height: 700px;
}

table.fixedTableHeading tbody {
  width: 100%;
  height: 700px !important;
  max-height: 700px;
  overflow-y: scroll;
  float: left;
}

[data-id='ClassGroup_HOT'] table.fixedTableHeading {
  height: auto;
}

.handsontable .fixedTableHeading tbody td {
  padding-left: 0px;
  padding-right: 0px;
}

.schoolCrestUpload
  .schoolPrivacyStatementUpload
  .schoolPrivacyStatementDownload {
  width: 100%;
  background: rgba(255, 255, 255, 0.99);
}

.uploadCrestText .uploadPrivacyStatementText {
  font-size: 11px;
  margin-left: 7px;
}

.image-container .content .image.settings-subImage {
  width: 125px;
  height: 125px;
}

.image-container .content .image.settings-subImage .schoolCrestUpload:hover {
  background-color: #026aa9;
  color: #fff;
}

#TeacherAllocationViewListDiv table td:nth-child(1) {
  width: 13em;
  text-align: center;
  vertical-align: inherit;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.subject-pill {
  width: 150px;
  padding: 15px 10px 5px 10px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.subject-pill i {
  opacity: 0;
  transition: all 0.5s ease;
}

.subject-pill i.active {
  opacity: 1;
}

.bcCode {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  height: 16px;
  line-height: 16px;
  background-color: #fff;
  border-color: #b4d6ec;
}

.multipleTableLayoutForPrint {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.printingData .selectElems {
  display: none;
}

.printingData .multipleTableLayoutForPrint .panel-default > .panel-heading {
  height: 21px;
  max-height: 21px;
}

.hideFromPrint {
  display: none;
}

table.dashboardWidgetTable {
  background-color: #fff;
  margin-top: 10px;
  width: 100%;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
#CustomSubjectFilter {
  margin: 10px;
  float: left;
}
.overdueRollDesc {
  border-bottom: 1px solid rgba(167, 163, 163, -8.36);
  line-height: 18px;
  margin-bottom: 5px;
  color: #fff;
  background-color: rgba(148, 57, 1, 0.7);
  border-radius: 3px;
  padding: 2px 8px;
  padding-left: 36px;
  box-shadow: 0px 0px 5px 0px #6f330d;
  position: relative;
}

.overdueRollDesc i {
  position: absolute;
  top: 2px;
  left: 7px;
  font-size: 19px;
}

table.dashboardWidgetTable {
  background-color: #fff;
  margin-top: 10px;
  width: 100%;
}

table.dashboardWidgetTable thead {
  background-color: #def6ff;
}

table.dashboardWidgetTable thead th {
  cursor: pointer;
}

table.dashboardWidgetTable thead th i.fa {
  margin-left: 10px;
}

table.dashboardWidgetTable thead th .inputLabel {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

table.dashboardWidgetTable thead .form-control.small-size {
  width: 68%;
  height: 20px;
  float: left;
}

table.dashboardWidgetTable thead th:last-child .form-control.small-size {
  width: 58%;
}

table.dashboardWidgetTable tr {
  border: 1px solid #ddd;
}

table.dashboardWidgetTable.makeSpace th {
  padding-top: 5px;
  padding-bottom: 5px;
}

table.dashboardWidgetTable.makeSpace th .form-control.small-size {
  height: 34px;
}

table.dashboardWidgetTable tr th:first-child,
table.dashboardWidgetTable tr td:first-child {
  padding-left: 15px;
  width: 18%;
}

table.dashboardWidgetTable tr th:nth-child(2),
table.dashboardWidgetTable tr td:nth-child(2) {
  width: 44%;
}

table.dashboardWidgetTable tr th:last-child,
table.dashboardWidgetTable tr td:last-child {
  padding-right: 15px;
  width: 12%;
}

table.fixedTableHeading {
  display: block;
  width: 100% !important;
  overflow: hidden !important;
  height: 700px;
}

table.fixedTableHeading#PegTableSmall,
table.fixedTableHeading#PegTableLarge {
  overflow-x: scroll !important;
}

table.fixedTableHeading tbody {
  width: 100%;
  height: 700px !important;
  max-height: 700px;
  overflow-y: scroll;
  float: left;
}

table.fixedTableHeading#PegTableSmall tbody,
table.fixedTableHeading#PegTableLarge tbody {
  width: auto;
}

.handsontable .fixedTableHeading tbody td {
  padding-left: 0px;
  padding-right: 0px;
}

table.fixedTableHeading#PegTableSmall tbody td,
table.fixedTableHeading#PegTableLarge tbody td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.fixLeftColumn tr {
  padding-left: 86px;
}

table.fixLeftColumn th:first-child,
table.fixLeftColumn td:first-child {
  position: absolute;
  top: auto;
  left: 0px;
}

table.fixLeftColumn th:first-child {
  height: 40px;
  background-color: #def6ff;
  z-index: 2;
  margin-top: -2px;
  border-top: 2px solid #ddd !important;
}

table.fixLeftColumn td:first-child {
  height: 42px;
  z-index: 1;
}

table.fixLeftColumn tbody tr:nth-child(odd) td:first-child {
  background-color: #fff;
}

table.fixLeftColumn tbody tr:nth-child(even) td:first-child {
  background-color: #e9e9e9;
}

table#printingAmPm {
  width: 100%;
}

table#printingAmPm tr {
  width: 100%;
}

table#printingAmPm th,
table#printingAmPm td {
  border: 2px solid #000;
}

.daytypecolourbutton-custom {
  margin: -30px 0 0 40px !important;
}

#additionalTeachersSelect {
  height: 10em;
}

#additionalTeachersSelect option {
  border-bottom: 1px solid #f3f3f3;
  padding: 7px;
  letter-spacing: 1px;
}

.competenciesList i.fa-check-circle {
  color: #5cb85c;
  font-size: 24px;
}

.doNotUseContainer {
  padding-top: 60px;
}

.edProgramFilters {
  padding: 0.8em;
  width: 100%;
  float: left;
}

.edProgramFilters .input-group {
  display: block;
  width: 29%;
  float: left;
}

.edProgramFilters .input-group:first-child {
  margin-right: 1%;
}

.edProgramFilters .input-group-btn {
  float: left;
  margin-left: 2%;
  width: auto;
}

.edProgramFilters .input-group-btn button {
  float: left;
  width: auto !important;
  border-radius: 4px !important;
}

.edProgramFilters .input-group-btn button.viewAllCustomSubjects {
  margin-left: 10px;
}

ul.paginationList {
  padding-left: 0px;
}

ul.paginationList li {
  list-style: none;
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid;
  margin: 5px 5px;
  text-align: center;
  padding-top: 5px;
  border-color: #d2d0d0;
  border-radius: 3px;
}

ul.paginationList a {
  display: block;
  width: 30px;
  height: 30px;
}

li.paginationActive {
  background-color: #026aa9;
}

li.paginationActive a {
  color: #fff;
}

.customSubjectDetailsList ul {
  padding: 13px 1%;
  margin: 0px;
}

.customSubjectDetailsList ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding-bottom: 6px;
}

.customSubjectDetailsList ul li label {
  float: left;
  font-weight: strong !important;
  font-weight: bold !important;
  display: bloack;
  display: block;
  width: 53%;
  margin-right: 3%;
}

.customSubjectDetailsList ul li [data-subjectdetail] {
  float: left;
  width: 44%;
}

.customSubjectDetailsList ul li [data-subjectdetail] input[type='checkbox'] {
  margin-top: 3px;
  width: 100%;
  box-shadow: none;
  height: 15px;
}

.customSubjectDetailsList:nth-child(2) {
  background-color: #f6f6f6;
}

.customSubjectDetailsList:nth-child(2) ul:nth-child(2) {
  background-color: #ececec;
}

.editSubjectModalNO .panel-body {
  padding: 0px;
}

.timeOffPrefContainer .form-group {
  width: 100%;
}

.timeOffPrefContainer .form-control,
.timeOffPrefContainer .input-group {
  width: 100%;
  margin-right: 0px;
  border-radius: 5px !important;
}

.timeOffPrefContainer .form-control[disabled] {
  background-color: transparent;
  color: #026aa9;
  cursor: default;
}

textarea#AddNewTimeOffComment,
textarea#AddNewSubjectComment {
  min-width: auto;
}

table.table-functional th i {
  cursor: pointer;
}

.sortColumnIcon {
  float: left;
}

.paginationPreviousPage {
  text-align: left;
  padding-left: 0px !important;
}

.paginationNextPage {
  text-align: right;
  padding-right: 0px !important;
}

.paginationLocation {
  text-align: center;
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  color: #026aa9;
}

i.positiveCheckMark {
  color: #5cb85c;
  font-size: 23px;
}

i.negativeCheckMark {
  color: #c82128;
  font-size: 23px;
  margin-top: 2px;
}

td.booleanTick i.positiveCheckMark,
td.booleanTick i.negativeCheckMark {
  display: none;
}

td.booleanTick[data-type='bool'] .codeRegActualVal {
  display: none;
}

td.booleanTick[data-type='bool'] i.positiveCheckMark,
td.booleanTick[data-type='bool'] i.negativeCheckMark {
  display: block;
}

label.sectionLabel {
  font-size: 1.2em;
}

.relationsContainer {
  padding-top: 20px !important;
}

.title-white-lg {
  color: white;
  position: relative;
  bottom: 0.6em;
  right: 0.6em;
}

.header-filter-section {
  height: 5em;
  margin-bottom: 10px;
}

.input-group.timeInput select {
  width: 45%;
  float: left;
  max-width: 69px;
}

.input-group.timeInput .colon {
  float: left;
  width: 10%;
  display: block;
}

#TeacherPreferencesContainer table {
  border: 1px solid silver;
}

#TeacherPreferencesContainer table tr.readOnly select {
  border: 0px !important;
  box-shadow: none;
  background-color: transparent !important;
  padding-left: 0px;
}

#TeacherPreferencesContainer table tr.readOnly .input-group span {
  display: none;
}

#TeacherPreferencesContainer table tr.readOnly input {
  border: 0px;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0px;
}

#TeacherPreferencesContainer table tr input.invalidInput {
  border: 1px solid red;
}

#TeacherPreferencesContainer table tr .errorMessage {
  color: #c82128;
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: none;
}

.link-red {
  background-color: #fff;
  color: #0165a0;
}

body #ui-datepicker-div {
  z-index: 1051 !important;
}

select.saveSuccess,
input.saveSuccess {
  border: 2px solid #5cb85c !important;
  box-shadow:
    inset 0 1px 1px #bee4be,
    0 0 8px #aad3aa;
}

.table > tbody > tr > td.tableCellPlainText {
  padding-top: 9px !important;
}

#TeacherPreferencesContainer table tr.readOnly select,
#TeacherPreferencesContainer table tr.readOnly input {
  color: #282828;
}

.tableTimeOffPreferences tbody tr td:last-child button,
.tableSubjectPreferences tbody tr td:last-child button {
  float: right;
}

.tableTimeOffPreferences tbody tr td:last-child button:last-child,
.tableSubjectPreferences tbody tr td:last-child button:last-child {
  margin-right: 10px;
}

.preferredSubjectsHeader {
  margin-top: 50px;
}

#TeacherPreferencesContainer {
  margin-top: 20px;
}

.labelLeft.labelAligned label {
  margin-top: 0px;
  margin-right: 10px;
}

.planningConstructionForm .caret.custom-arrow,
.planningConstructionForm .line-select {
  z-index: 30;
}

.personnelRollOver.form-group {
  width: auto;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #f9f9f9;
}

.personnelRollOver > label {
  float: left;
  width: 101%;
  background-color: #fff;
  margin-left: -1px;
  margin-top: -1px;
}

.personnelRollOver .radio {
  float: left;
}

.personnelRollOver .radio.withTeachers {
  padding-left: 6%;
}

.personnelRollOver .radio + .radio {
  margin-top: 10px;
  margin-left: 4%;
}

.studentOnly {
  display: none;
}

.learnerTimetable .studentOnly {
  display: block;
}

.teacherOnly {
  display: none;
}

#Timetable .teacherOnly {
  display: block;
}

.timetableSwapTypeChoiceFaculty {
  background-color: #fff;
  color: #000;
  /*position: absolute;*/
  top: 0px;
  border: 4px solid #026aa9;
  min-width: 200px;
  max-width: 220px;

  border-radius: 5px;
  display: none;
  z-index: 12;
}

.timetableSwapTypeChoiceFaculty.changeSelection {
  min-width: 276px;
  max-width: 276px;
}

.timetableSwapTypeChoiceFaculty .form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

.timetableSwapTypeChoiceFaculty .btn {
  width: 45% !important;
}

.timetableSwapTypeChoiceFaculty span.tgn {
  background-color: #026aa9;
  color: #fff;
  display: block;
  width: 100%;
  float: left;
  font-size: 17px;
  padding: 4px 0px;
}

.verticalView .timetableSwapTypeChoiceFaculty {
  left: -5px;
}

.horizontalView .timetableSwapTypeChoiceFaculty {
  left: -50px;
}

.timetableSwapTypeChoiceFaculty ul {
  padding-left: 0px;
  margin-top: 34px;
}

.timetableSwapTypeChoiceFaculty li {
  list-style: none;
  display: block;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.timetableSwapTypeChoiceFaculty li:hover,
.timetableSwapTypeChoiceFaculty li:focus {
  background-color: #c82128;
  color: #fff;
}

.timetableSwapTypeChoiceFacultyClose {
  display: block;
  position: absolute;
  right: 0px;
  color: #fff;
  font-size: 21px;
  margin-right: 3%;
  margin-top: 1px;
  cursor: pointer;
}

#slidemenu ul.nav li.dropdown ul.dropdown-menu li {
  clear: both;
}

#DashboardAlertsStream #docs-chrome #formula-bar table {
  float: left;
}

#TeachingGroupsTableTable table tbody {
  float: left;
}

.btn.btn-save.noChangesMade {
  background-color: #5cb85c;
  width: auto !important;
}

td.selectedTableCell {
  border: 3px solid blue !important;
}

.lessonsRoomed i.fa-times {
  margin-top: 7px;
  color: #c82128;
}

.lessonsRoomed i.fa-check {
  margin-top: 7px;
  color: #5cb85c;
}

.form-group-roles {
  width: 100%;
}

#AccountPermissionsList,
#AccountSystemPermissionsList,
#AccountAdditionalPermissionsList {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
#AccountPermissionsList > li,
#AccountSystemPermissionsList > li,
#AccountAdditionalPermissionsList > li {
  box-sizing: border-box;
  padding: 10px;
  width: 400px;
}
#AccountPermissionsList > li > i,
#AccountSystemPermissionsList > li >,
#AccountAdditionalPermissionsList > li > i {
  color: green;
  margin-right: 5px;
}
#Passwords {
  margin-top: 30px;
}
#Timetable .subjectName {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
#AddSiblingForm .siblingSearchField {
  width: 100%;
}
#AddSiblingForm .siblingSearchField ul {
  width: auto;
}
#AddSiblingForm .siblingSearchField .ui-menu .ui-menu-item a {
  width: 98%;
}
#AddSiblingForm .siblingSearchField a.btn.btn-search {
  height: 34px;
  padding-top: 7px;
}

#Timetable .display-all {
  position: absolute;
  right: 1px;
  top: -2px;
  font-size: 15px;
}

#Timetable .timetable-class-box.class-box-expanded {
  height: auto !important;
  overflow: visible;
  z-index: 2;
  opacity: 1;
  padding-bottom: 5px;
}
#Timetable .timetable-class-box.class-box-expanded > .display-all {
  transform: rotate(-180deg);
}
[data-id='substitution-view'] div.popover-content > ul {
  padding: 10px;
}
#NewSmsForm .sms-count-data {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#NewSmsForm .sms-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 658px;
  float: none;
}
.multiselect-dropdown .ui-multiselect-filter {
  margin-left: 10px;
}

[test-id='mail'] {
  position: relative;
  display: inline-block;
}

[test-id='mail'] .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  padding: 5px 8px;
  background: red;
  z-index: 1000;
  color: white;
}

#WhatsNewModalLabel {
  border-bottom: none;
}

.whats-new-body {
  padding: 15px 25px;
}

.news-section {
  margin-bottom: 25px;
}
.news-update-image {
  display: flex;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 600px;
}
.what-new-section-header {
  font-size: 18px;
  margin-top: 5px;
}

.date-of-release {
  font-size: 12px;
  color: #999;
  padding-bottom: 5px;
}

@keyframes flash {
  0% {
    background-color: rgb(200, 33, 40);
    color: #fff;
  }
  50% {
    background-color: #fff;
    color: #2684b9;
  }
  100% {
    background-color: rgb(200, 33, 40);
    color: #fff;
  }
}

#TgRotationsNumber {
  border-width: 2px;
}

#ClassAwayTableHolder {
  overflow-x: scroll;
}

[test-id='groups-page'] .panel-widget-group,
#ClassYearList {
  overflow-x: scroll;
  overflow-y: hidden;
}

[test-id='groups-page'] .panel-widget-group > *,
#ClassYearList > * {
  min-width: 600px;
}

/* Enhanced styling for the attendance list */
#overrideLearnerAttendanceMessage {
  /* Size and scroll settings */
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;

  /* Appearance */
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 15px;
  margin: 10px 0;

  /* Text formatting */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #343a40;

  /* List formatting */
  text-align: left;
  white-space: normal;
  word-break: break-word;

  /* Scrollbar styling */
  scrollbar-width: thin;
  scrollbar-color: #6c757d #e9ecef;
}

/* Webkit scrollbar styling */
#overrideLearnerAttendanceMessage::-webkit-scrollbar {
  width: 8px;
}

#overrideLearnerAttendanceMessage::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 4px;
}

#overrideLearnerAttendanceMessage::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  border-radius: 4px;
}

/* Format the comma-separated names as a more readable list */
#overrideLearnerAttendanceMessage {
  display: block;
}

/* Add styling for the confirmation message at the end */
#overrideLearnerAttendanceMessage::after {
  content: "";
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #495057;
}