@charset "UTF-8";
/* COMMON(Pre-Node) - Common site elements.
========================================================================== */
/*
  Please don't use any of the variables below this line
  They are not included in our standard palette and will be refactored
  out of existence at some stage in the future
  If you wish to use a Black colour use $brand-grey-800
 */
/* FONT_AWESOME(Pre-Node) - Set Global Assets for FA
========================================================================== */
/* COMMON(Post-Node) - Common site elements.
========================================================================== */

.no-borders {
  padding: 0;
  margin: 0; }

/* -------------------------------------------------------------
  VSware SCSS Mixins
  By: David O'Regan - https:oregand.github.io

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
#jspContent ol {
  padding-left: 15px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  #jspContent ol {
    padding-left: 20px; } }

a {
  cursor: pointer;
  color: #0974b3;
  text-decoration: none; }

.vs-Wizard-Crumb[disabled] {
  cursor: not-allowed; }

.vs body,
button {
  margin: 0px;
  color: #282828;
  font-size: 14px;
  font-weight: normal; }

#jspContent b,
#jspContent strong {
  font-weight: bold; }

#jspContent h1,
.h1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 200; }

h1.heading-primary,
.h1.heading-primary {
  color: #0974b3; }

#jspContent h2,
.h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 200;
  border-bottom: 1px solid #dcdcdc; }

h2.heading-primary,
.h2.heading-primary {
  color: #0974b3; }

#jspContent h3,
.h3 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 1px;
  font-size: 16px;
  font-weight: regular;
  border-bottom: 1px solid #dcdcdc; }

h3.heading-primary,
.h3.heading-primary {
  padding-bottom: 0;
  border: 0;
  color: #0974b3;
  font-weight: 200; }

#jspContent h4,
.h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: regular; }

h4.heading-primary,
.h4.heading-primary {
  color: #0974b3; }

#jspContent h5,
.h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700; }

h5.heading-primary,
.h5.heading-primary {
  color: #0974b3; }

#jspContent h6,
.h6 {
  font-weight: normal; }

h6.heading-primary,
.h6.heading-primary {
  color: #0974b3; }

#jspContent h3 small,
.h3 small,
h3 .small,
.h3 .small {
  font-size: 75%; }

#jspContent h1 small,
.h1 small,
#jspContent h2 small,
.h2 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small {
  font-weight: 200; }

h4.text-disabled,
h4.text-primary,
h4.text-error,
h4.text-default,
h3.text-disabled,
h3.text-primary,
h3.text-error,
h3.text-default,
h2.text-disabled,
h2.text-primary,
h2.text-error,
h2.text-default,
h1.text-disabled,
h1.text-primary,
h1.text-error,
h1.text-default {
  margin-bottom: 15px;
  font-weight: 200; }

#jspContent hr {
  display: block;
  clear: both;
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 0px;
  border-bottom: 1px solid #dcdcdc; }

hr.hr-default {
  border-color: #dcdcdc; }

hr.hr-primary {
  border-color: #0974b3; }

hr.hr-disabled {
  border-color: #a0a0a0; }

hr.hr-error {
  border-color: #c72828; }

#jspContent code {
  padding: 1px 4px;
  font-size: 100%; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg") format("svg"); }

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .pull-right-sm {
    float: right; } }

/* Large Devices, Wide Screens */
#ui-datepicker-div {
  z-index: 10 !important; }

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 1em; }

.ui-datepicker .ui-datepicker-prev {
  display: block;
  top: 2em; }

.ui-datepicker .ui-datepicker-prev-hover {
  display: block;
  top: 2em; }

.ui-datepicker .ui-datepicker-next {
  display: block;
  top: 2em; }

.ui-datepicker .ui-datepicker-next-hover {
  display: block;
  top: 2em; }

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

.vsware-success-bg {
  background-color: #dff0d8; }

.vsware-danger-text {
  color: #a94442; }

.vsware-danger-bg {
  background-color: #f2dede; }

.vsware-info-text {
  color: #31708f; }

.vsware-info-bg {
  background-color: #d9edf7; }

.vsware-warning-text {
  color: #8a6d3b; }

.vsware-warning-bg {
  background-color: #fcf8e3; }

.noMarginBot {
  margin-bottom: 0px !important; }

.form-group[data-validation-group] .error-message {
  display: block;
  color: #757575;
  font-size: 0.9em;
  visibility: hidden;
  min-height: 1.25em;
  line-height: 1.25;
  color: #a94442; }

.form-group.validation-error[data-validation-group] > label.control-label:first-child {
  color: #a94442; }

.form-group.validation-error[data-validation-group] input {
  border-color: #a94442; }

.form-group.validation-error[data-validation-group] .error-message, .form-group.validation-error[data-validation-group] .error-message:last-child {
  visibility: visible;
  color: #a94442; }

/* COMPONENTS - Re-usable site structures.
========================================================================== */
/*
* @Author: David O'Regan
* @Date:   2016-06-13 09:54:02
* @Last Modified by:   David O'Regan
* @Last Modified time: 2016-06-13 11:16:25
*/
.dataTables_wrapper .dataTable thead th .form-control {
  width: 100%;
  margin-right: 0; }

.dataTables_wrapper .dataTable tbody td {
  line-height: 1.5;
  padding: 3px 5px !important;
  font-size: 0.9em; }

.dataTables_wrapper .dataTables_paginate .pagination li a {
  width: auto;
  height: auto;
  margin-top: 0;
  background: #4699C6;
  color: #fff;
  border: #fff; }

.dataTables_wrapper .dt-buttons {
  display: block; }

.dataTables_wrapper .dataTables_length label {
  margin-left: 1em; }

.dt-button-collection li a {
  color: rgba(0, 0, 0, 0.6) !important;
  background-color: #fff !important; }

.tableFilter {
  color: #000;
  cursor: pointer;
  transform: scale(0.7, 0.8); }

.headBorderBottom {
  width: 75%;
  border-bottom: 1px solid #BBE8F9;
  margin-bottom: 10px; }

.table-responsive {
  overflow-x: inherit; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.checkBoxLabel {
  height: 50px;
  line-height: 43px;
  margin-right: 20px;
  margin-bottom: 20px; }

.checkBox {
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 2px #2684b9; }
  .checkBox div {
    width: 60px;
    height: 60px;
    background-color: #2684b9;
    top: -52px;
    left: -52px;
    position: absolute;
    transform: rotateZ(45deg);
    z-index: 100; }
  .checkBox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    left: 50px;
    visibility: hidden; }
    .checkBox input[type=checkbox]:checked + div {
      cursor: pointer;
      left: -10px;
      top: -10px; }

.transition {
  cursor: pointer;
  transition: 300ms ease; }

.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: none; }

.checkbox label::after {
  margin-top: 0.1em;
  padding-left: 0.2em;
  padding-top: 0; }

.nav.nav-tabs.bs-adaptive-tabs li {
  cursor: pointer; }

.nav.nav-tabs.bs-adaptive-tabs li a label {
  font-weight: normal; }

@media (max-width: 768px) {
  .nav.nav-tabs.bs-adaptive-tabs {
    position: relative;
    height: 45px;
    margin-bottom: 50px;
    outline: none; }
  .nav.nav-tabs.bs-adaptive-tabs li {
    position: static; }
  .nav.nav-tabs.bs-adaptive-tabs li:nth-child(n+6) {
    visibility: hidden;
    float: right;
    clear: right;
    z-index: 10;
    margin-left: -100%; }
  .nav.nav-tabs.bs-adaptive-tabs li:nth-child(-n+5) {
    width: 16.6%;
    /*  100/(5+1)  */
    text-align: center; }
  .nav.nav-tabs.bs-adaptive-tabs li:nth-child(6) {
    margin-top: 44px; }
  .nav.nav-tabs.bs-adaptive-tabs li:nth-child(5):after {
    content: "\f142";
    font-family: "FontAwesome";
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px; }
  .nav.nav-tabs.bs-adaptive-tabs:focus:hover li {
    visibility: visible; }
  .nav.nav-tabs.bs-adaptive-tabs li a {
    position: static; }
  .nav.nav-tabs.bs-adaptive-tabs li:nth-child(n+6) a {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 0;
    margin-top: 0;
    margin-right: 0; }
  .nav.nav-tabs.bs-adaptive-tabs li a label {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 15px; }
  .nav.nav-tabs.bs-adaptive-tabs li.active a label {
    visibility: visible; } }

.ui-multiselect {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.ui-multiselect-hasfilter ul {
  position: relative;
  top: 2px; }

.ui-multiselect-filter {
  float: left;
  margin-right: 10px;
  font-size: 11px; }
  .ui-multiselect-filter input {
    width: 100px;
    font-size: 10px;
    margin-left: 1.5em;
    height: 15px;
    padding: 2px;
    border: 1px solid #292929;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box; }

.multiselect-container > li > a label.radio input[type='radio']:before {
  content: none; }

fieldset[disabled] .multiselect {
  pointer-events: none; }

.vsware-multiselect-vue.multiselect {
  font-family: inherit;
  font-size: 14px;
  touch-action: manipulation;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  text-align: left; }
  .vsware-multiselect-vue.multiselect * {
    box-sizing: border-box; }

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block; }

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #2684b9 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent; }

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite; }

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite; }

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1; }

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0; }

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 14px;
  touch-action: manipulation; }
  .multiselect::placeholder,
  .multiselect__input::placeholder,
  .multiselect__single::placeholder {
    color: #757575; }

.multiselect--disabled {
  pointer-events: none;
  opacity: 0.6; }

.multiselect--active {
  z-index: 50; }

.multiselect__tags i:hover {
  background: #2777a5; }

.multiselect__tags i:after {
  color: #fff; }

.multiselect--active .multiselect__current,
.multiselect--active .multiselect__input,
.multiselect--active .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.multiselect--active .multiselect__select {
  transform: rotateZ(180deg); }

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.multiselect__input,
.multiselect__single {
  color: #1E6C99;
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 1px 0 0 5px;
  width: calc(100%);
  transition: border 0.1s ease;
  box-sizing: border-box;
  /*ADDED*/
  margin-bottom: 0px !important;
  height: 28px; }

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto; }

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto; }

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf; }

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none; }

.multiselect__single {
  padding-left: 6px;
  margin-bottom: 8px; }

.multiselect__tags {
  display: block;
  padding: 2px 40px 2px 6px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff; }

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #2684b9;
  margin-bottom: 8px;
  white-space: nowrap; }

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px; }

.multiselect__tag-icon:after {
  content: "×";
  color: #396200;
  font-size: 14px; }

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #5cb85c; }

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: white; }

.multiselect__current {
  line-height: 16px;
  min-height: 40px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer; }

.multiselect__select {
  line-height: 16px;
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #bdbdbd;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #bdbdbd transparent transparent transparent;
  content: ""; }

.multiselect__placeholder {
  color: #bdbdbd;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px; }

.multiselect--active .multiselect__placeholder {
  display: none; }

.multiselect__content {
  position: absolute;
  list-style: none;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50; }

.multiselect--above .multiselect__content {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #ccc; }

.multiselect--fixed .multiselect__content {
  position: fixed;
  border: 1px solid #ccc; }

.multiselect--fixed.multiselect--active .multiselect__tags {
  border-color: #2684b9; }

.multiselect__content::webkit-scrollbar {
  display: none; }

.multiselect__element {
  display: block; }

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.multiselect__option:after {
  right: 0;
  position: absolute;
  padding-right: 6px;
  padding-left: 20px;
  color: #e9e9e9;
  line-height: 13px;
  font-weight: 200;
  font-style: italic;
  font-size: 13px;
  bottom: 1px; }

.multiselect__option--highlight {
  background: #2684b9;
  outline: none;
  color: white; }

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #2684b9;
  color: white; }

.multiselect__option--selected {
  background: #fafafa;
  color: #424242;
  font-weight: 500; }

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: #B0BEC5; }

.multiselect__option--selected.multiselect__option--highlight {
  background: #d9534f;
  color: #fff; }

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #d9534f;
  content: attr(data-deselect);
  color: #fff; }

.multiselect--disabled {
  background: #eee;
  pointer-events: none; }

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #eee;
  color: #bdbdbd; }

.multiselect__option--disabled {
  background: #eee;
  color: #bdbdbd;
  cursor: text;
  pointer-events: none; }

.multiselect__option--disabled.multiselect__option--highlight {
  background: #eee !important; }

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease; }

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0; }

@keyframes spinning {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(2turn); } }

.has-error .multiselect__tags {
  border-color: #a94442 !important; }

.modalTitlePad {
  padding-top: 4px; }

.modalHeader {
  background: #026aa9;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modalFooter {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5; }

.closeModalBtn {
  margin-top: -9px;
  padding-top: 2px !important; }

/* LAYOUTS - Page, Object, Brick & Mortar Specific Styling.
========================================================================== */
.dialog-card .dialog-success-sign, .dialog-card .dialog-error-sign {
  float: left;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 68px;
  font-size: 40px;
  margin-right: -70px; }

.direction-l, .direction-r {
  float: none;
  width: 100%;
  text-align: center; }

.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: #fff;
  border-width: 8px;
  pointer-events: none; }

.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; }

#TTCalendarViewTable {
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background: #eaebec;
  border: #ccc 1px solid;
  border-radius: 3px;
  box-shadow: 0 1px 2px #ccc; }
  #TTCalendarViewTable thead {
    background: #4897d8;
    color: #fff; }
    #TTCalendarViewTable thead td {
      padding: 2px 6px !important; }
      #TTCalendarViewTable thead td:first-child {
        width: 21.5em; }
    #TTCalendarViewTable thead span {
      margin: 0;
      position: absolute;
      bottom: 55px; }
    #TTCalendarViewTable thead tr:last-child {
      border-bottom: 1px solid #fff; }
      #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 {
      border: none; }
      #TTCalendarViewTable #WeekRow_CV td:first-child {
        cursor: auto; }
        #TTCalendarViewTable #WeekRow_CV td:first-child i {
          display: none; }
      #TTCalendarViewTable #WeekRow_CV td i {
        font-size: 0.3em;
        display: inline-table; }
      #TTCalendarViewTable #WeekRow_CV td:last-child i {
        display: none; }
  #TTCalendarViewTable th {
    padding: 3px 5px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0; }
    #TTCalendarViewTable th p {
      margin: 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 {
        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 tr {
    width: 100%;
    display: inline-table;
    table-layout: fixed; }
  #TTCalendarViewTable tbody {
    overflow-y: scroll;
    height: 800px;
    width: 100%;
    position: absolute; }
    #TTCalendarViewTable tbody td {
      padding: 2px 6px !important; }
      #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 .weekHighlighted {
    background: rgba(0, 255, 2, 0.5) !important; }
  #TTCalendarViewTable td {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    text-align: center; }
    #TTCalendarViewTable td:last-child {
      width: 5em;
      opacity: 0.9;
      color: #fff; }
      #TTCalendarViewTable td:last-child:hover {
        cursor: auto; }

#TeachingsGroupRows_CV:nth-child(even) {
  background-color: #dffaff;
  transition: all 0.3s ease 0s;
  cursor: pointer; }

#TeachingsGroupRows_CV:nth-child(odd) {
  background: #fff;
  transition: all 0.3s ease 0s;
  cursor: pointer; }

#TeachingsGroupRows_CV td:hover {
  background-color: #eaebec;
  transition: all 0.5s ease 0s; }

.header-select-right {
  border-top: 2px solid #eaebec;
  padding: 0.6em 0 0.6em 0; }

.calendar {
  box-sizing: border-box;
  background: #fff;
  padding: 5px 0 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:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .calendar ol li {
      float: left;
      width: 11.2%; }
  .calendar:before {
    box-sizing: border-box; }
  .calendar:after {
    box-sizing: border-box; }
  .calendar .day-names {
    border-bottom: 1px solid #eee;
    color: #4897d8;
    font-size: 0.8em; }
    .calendar .day-names li {
      text-transform: uppercase;
      margin-bottom: .5em; }
  .calendar .days li {
    border-bottom: 1px solid #eee;
    min-height: 2em; }
    .calendar .days li .date {
      margin: .5em 0; }
    .calendar .days li .event {
      background: #4897d8;
      font-size: .75em;
      padding: 0 .75em;
      line-height: 2em;
      color: #fff;
      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;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 0 20px; }
  .dialog-card .timetable-meta {
    margin: 10px 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-info {
    float: left;
    max-width: 350px; }
  .dialog-card .dialog-top {
    height: 45px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #2684b9;
    margin: 0 -20px; }
    .dialog-card .dialog-top h4 {
      color: #fff;
      font-size: 1em;
      letter-spacing: 2px;
      margin: 10px 20px 0;
      display: inline-block; }
  .dialog-card h4 {
    color: #2684b9;
    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: 0;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #eee;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px; }
  .hexa:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #eee;
    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 #eee;
    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: #d3d3d3;
    background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0, #d3d3d3 8%, #d3d3d3 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 .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); }

.direction-r .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); }

.flag-wrapper {
  text-align: center;
  position: relative; }

.flag {
  position: relative;
  display: inline;
  background: #fff;
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
  top: 0;
  cursor: pointer;
  transition: all 0.3s ease; }
  .flag:hover {
    text-decoration: none;
    background: #d3d3d3;
    color: #fff; }

@media (min-width: 768px) {
  .timeline {
    width: auto;
    margin: 0 auto;
    margin-top: 20px; }
    .timeline .hexa {
      left: -28px;
      right: auto;
      top: 0; }
    .timeline li:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .timeline .direction-l .hexa {
      left: auto;
      right: -28px; }
  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right; }
    .direction-l .flag:after {
      left: auto;
      right: -16px;
      top: 50%;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: #fefefe;
      border-width: 8px; }
  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left; }
    .direction-r .flag:after {
      top: 50%;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: #fefefe;
      border-width: 8px;
      left: -8px; }
  .flag-wrapper {
    display: inline-block; }
  .flag {
    font-size: 0.8em; } }

@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 {
      float: none;
      margin: 0 auto 25px; }
    .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; } }

.tab-content.hide {
  display: none; }

.tab-content.active {
  display: block; }

.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, Open 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: 0 0 24px rgba(0, 0, 0, 0.4); }
  .simple-tooltip-container:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #2684b9;
    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: #2684b9; }
  .simple-tooltip-container .bottom {
    display: flex;
    width: 100%;
    height: 45px;
    position: absolute;
    background-color: #2684b9;
    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: 0; }

.slider-container {
  margin: 50px 0 20px 30px;
  overflow: hidden; }

#context-menu {
  z-index: 10; }

#WeightingsTeachingGroupNameTable ul {
  position: relative;
  top: 0;
  display: table-cell; }

#WeightingsTeachingGroupNameTable table {
  border: 0; }

#WeightingsTeachingGroupNameTable tfoot .btn.btn-save {
  margin: 2px;
  float: right; }

tr {
  border: 0; }

 td {
  border: 0;
}

.entirePeriodSelected {
  border: 3px solid #d3d3d3 !important; }

.contextMenu {
  position: absolute;
  width: 180px;
  z-index: 500;
  border: solid 1px #ccc;
  background: #eee;
  padding: 0;
  margin: 0;
  display: none; }
  .contextMenu li {
    list-style: none;
    margin: 0; }
    .contextMenu li.separator {
      border-top: solid 1px #ccc; }
    .contextMenu li.disabled a {
      color: #aaa;
      cursor: default; }
    .contextMenu li.hover.disabled a {
      background-color: transparent; }
  .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.ttcWeekViewContextMenu {
    background-color: #fff;
    color: #000;
    border: 4px solid #2684b9;
    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: #2684b9;
      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; }

#weeklyTimetableTitle {
  color: grey;
  letter-spacing: 1px;
  font-size: 1em;
  margin-top: 1em; }
  #weeklyTimetableTitle h4 {
    display: inline-block; }
  #weeklyTimetableTitle h5 {
    display: inline-block; }

#TTCalendarViewTableContainer table {
  border-collapse: collapse; }

#timetableHeader .timetable-cell {
  transition: all 0.5s ease;
  border: none;
  font-size: 0.7em;
  text-align: center; }

.calendar-title h4 {
  font-size: 1em;
  color: grey;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0; }

.arrow.primary-arrow a {
  transition: all 0.5s ease;
  font-size: 1.1em;
  letter-spacing: 1.3px; }

.EditTable .tooltip {
  position: absolute !important; }

#timetableFlagShip i {
  margin-top: 0.5em;
  cursor: pointer; }

.accPass {
  display: none; }

.accPassErr {
  color: red !important; }

.accPassSuccess {
  color: green !important; }

.accPassToolTip .tooltip .tooltip-inner {
  width: 200px;
  color: #fff !important; }

.genPassResetInp {
  background-color: #eee !important;
  color: black !important; }

header .navbar-default .navbar-nav .dropdown a:hover, header .navbar-default .navbar-nav li a:hover, header .navbar-default .navbar-nav li a:focus, header .navbar-default .navbar-nav .active a:hover, header .navbar-default .navbar-nav .active a:focus {
  background-color: #4699C6;
  color: #fff; }

header .navbar-default .navbar-nav .open a, header .navbar-default .navbar-nav .open a:hover, header .navbar-default .navbar-nav .open a:focus {
  background-color: #2684b9;
  color: #fff; }

header .navbar-default .navbar-nav .dropdown a:focus, header .navbar-default .navbar-nav .active a {
  background-color: #1E6C99;
  color: #fff;
  border: none; }

header .navbar {
  margin-bottom: 0;
  margin-left: 80px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  min-height: 34px; }

header .navbar-nav {
  float: right !important; }
  header .navbar-nav li a {
    padding: 7px 30px; }

header .navbar-default {
  background-color: transparent; }
  header .navbar-default .navbar-nav .dropdown li a {
    border-right: none; }
  header .navbar-default .navbar-nav li a {
    padding: 7px 30px;
    color: #fff;
    transition: all 1s ease 0s; }
  header .navbar-default .navbar-toggle {
    background-color: #2684b9; }

header .dropdown .dropdown-toggle.more-tab {
  padding: 10px 12px 6px;
  border-right: none !important; }
  header .dropdown .dropdown-toggle.more-tab span.more-bar {
    background-color: #1E6C99;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    width: 22px;
    transition: transform 0.25s;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out; }

header .dropdown.open .dropdown-toggle.more-tab {
  background-color: #2684b9;
  color: #fff; }
  header .dropdown.open .dropdown-toggle.more-tab span.more-bar {
    background-color: #3182ce !important; }
  header .dropdown.open .dropdown-toggle.more-tab.selected span.more-bar:nth-child(1) {
    background-color: #3182ce !important;
    transform: translate(0px, 7px) rotate(45deg); }
  header .dropdown.open .dropdown-toggle.more-tab.selected span.more-bar:nth-child(2) {
    background-color: #3182ce !important;
    transform: translate(0px, 1px) rotate(-45deg); }
  header .dropdown.open .dropdown-toggle.more-tab.selected span.more-bar:nth-child(3) {
    background-color: #3182ce !important;
    opacity: 0; }

header .dropdown-menu.more-menu li a {
  color: #2684b9;
  font-weight: bold;
  padding: 0.2em 2em;
  transition: all 1s ease 0s; }
  header .dropdown-menu.more-menu li a:hover {
    color: #fff; }
  header .dropdown-menu.more-menu li a:focus {
    color: #fff; }

@media screen and (min-width: 767px) {
  header {
    position: fixed;
    height: 4.5em;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    font-weight: 200;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: #2684b9;
    background: -moz-linear-gradient(left, #2777a5 0%, #2777a5 40%, #2684b9 70%, #2684b9 100%);
    background: -webkit-linear-gradient(left, #2777a5 0%, #2777a5 40%, #2684b9 70%, #2684b9 100%);
    background: linear-gradient(to right, #2777a5 0%, #2777a5 40%, #2684b9 70%, #2684b9 100%);
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15); }
    header ul.dropdown-menu.more-menu.pull-right {
      background: #2684b9;
      overflow-y: auto; }
      header ul.dropdown-menu.more-menu.pull-right li a {
        height: 1.5em;
        letter-spacing: 0px;
        transition: all 1s ease 0s; }
        header ul.dropdown-menu.more-menu.pull-right li a:hover {
          color: #efefef;
          background: #2684b9; }
        header ul.dropdown-menu.more-menu.pull-right li a:focus {
          color: #efefef;
          background: #2684b9; }
        header ul.dropdown-menu.more-menu.pull-right li a:after {
          content: none; }
    header .nav.bs-sidenav {
      padding: 8px; }
      header .nav.bs-sidenav li {
        padding: 0;
        margin-top: 4px; }
    header .navbar-default .navbar-nav li a {
      padding: 4px 1.3em;
      letter-spacing: 1px;
      height: 24px;
      margin-top: 0.55em;
      margin-left: 0.2em;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px; }
      header .navbar-default .navbar-nav li a:after {
        content: none; }
    header .navbar-default .navbar-nav .MainMenu_Dashboard a:after {
      content: none; }
    header .dropdown .dropdown-toggle.more-tab {
      padding: 6px 12px; }
    header .navbar {
      margin: 0; }
    header .navbar-static-top {
      border-radius: 0; }
      header .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0; }
    header .navbar-header {
      float: left; }
    header .navbar-toggle {
      display: none; }
    header .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      header .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      header .navbar-collapse.in {
        overflow-y: visible; }
    header .navbar-nav {
      float: left;
      margin: -7px 0px 0px 0px; }
      header .navbar-nav li {
        float: left; }
        header .navbar-nav li a {
          padding-top: 15px;
          padding-bottom: 15px; }
      header .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      header .navbar-nav .open .dropdown-menu {
        position: absolute; }
    header .navbar-left {
      float: left !important; }
    header .navbar-right {
      float: right !important; }
    header .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
      margin-right: 0;
      margin-left: 0; }
    header .container > .navbar-header {
      margin-right: 0;
      margin-left: 0;
      margin-right: 0;
      margin-left: 0; }
    header .navbar-fixed-top .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
    header .navbar-fixed-bottom .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
    header .navbar > .container .navbar-brand {
      margin-left: -15px; }
    header div {
      height: 2.5em; }
    header #navbar-height-col {
      height: 0; }
    header #TopSearch {
      width: auto; }
      header #TopSearch .input-group.pull-right.top-search.margin-right-five.SearchContainer {
        height: 35px !important; }
        header #TopSearch .input-group.pull-right.top-search.margin-right-five.SearchContainer > input,
        header #TopSearch .input-group.pull-right.top-search.margin-right-five.SearchContainer .btn.btn-action.btn-search {
          height: 34px; }
    header #searchHolder {
      background: none;
      height: 100%;
      width: auto; }
      header #searchHolder input {
        font-family: 'Lato', sans-serif;
        background: inherit;
        color: white;
        letter-spacing: 1px;
        font-size: 1.1em;
        border: none;
        outline: none;
        border-bottom: thin solid white;
        padding-left: 1.4em;
        padding-top: 0.3em;
        height: 1.5em;
        border: none;
        color: #000;
        background-color: white;
        border-radius: 0.2em;
        margin-top: 0.3em; }
        header #searchHolder input:active, header #searchHolder input:focus {
          outline: none; }
      header #searchHolder ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #ccc; }
      header #searchHolder :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #ccc;
        opacity: 1; }
      header #searchHolder ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #ccc;
        opacity: 1; }
      header #searchHolder :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #ccc; }
      header #searchHolder .custom-right.advanced-search {
        padding: 0 0.5em;
        max-width: 10em;
        position: relative;
        z-index: 20; }
      header #searchHolder i.fa.fa-search {
        position: absolute;
        left: 0.3em;
        top: 0.7em;
        color: #ccc; } }

@media (min-width: 768px) and (max-width: 926px) {
  #slidemenu ul li a {
    padding: 7px 10px; }
  .dropdown .dropdown-toggle.more-tab {
    padding: 10px 12px 6px !important; } }

@media (max-width: 767px) {
  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .dropdown > a:hover, .navbar-default .navbar-nav > .dropdown > a:focus {
    border-bottom: 1px solid #4699C6;
    padding-bottom: 8px;
    padding-top: 8px; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    border: 1px solid #2684b9;
    letter-spacing: 2px;
    padding: 1px 15px 11px; }
  .navbar-default .navbar-nav > .active > a {
    border: 1px solid #1E6C99;
    letter-spacing: 2px;
    padding: 1px 15px 11px; }
  .navbar {
    margin-left: 0 !important;
    margin-top: 20px !important; }
  .navbar-nav {
    float: none !important; }
    .navbar-nav > li {
      margin-right: 0 !important;
      padding: 0;
      width: 100%; }
      .navbar-nav > li > a {
        padding-bottom: 9px;
        padding-top: 9px;
        border-bottom: 1px solid #2684b9; }
  #slide-nav {
    margin-left: 0 !important;
    margin-top: -48px !important;
    border-top: 0 none;
    float: right;
    width: 60px; }
    #slide-nav .container {
      margin: 0;
      padding: 0 !important; }
    #slide-nav #slidemenu {
      background: #f7f7f7;
      right: -100%;
      width: 30%;
      width: 217px;
      min-width: 0;
      position: absolute;
      padding-right: 0;
      z-index: 2;
      top: 77px;
      margin: 0;
      display: none; }
      #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
        height: 1200px;
        overflow: scroll; }
        #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
          min-width: 0;
          width: 100%;
          white-space: normal; }
    #slide-nav.navbar-default #slidemenu {
      background: #2684b9;
      overflow: scroll; }
    #slide-nav.navbar-default #navbar-height-col {
      background: #fff;
      z-index: 1;
      border: 0; }
    #slide-nav #navbar-height-col {
      position: fixed;
      top: 0;
      height: auto;
      width: 50%;
      right: -50%;
      background: #eee; }
    #slide-nav .navbar-header {
      float: right;
      padding: 0 10px;
      width: 55px;
      margin-top: 10px;
      margin-bottom: 10px; }
  #page-content {
    top: 30px; }
  #topHolder {
    background: #2777a5;
    margin: -10px -23px;
    padding: 10px 23px;
    height: 58px;
    position: relative; }
  #advancedSearchText {
    display: none; }
  #MoreTab {
    display: none; }
  #TopSearch {
    margin-right: 50px; }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 0 !important; }
    .navbar-default .navbar-nav > .active > a:hover {
      border-radius: 0 !important; }
    .navbar-default .navbar-nav > .active > a:focus {
      border-radius: 0 !important; }
  .navbar-default .navbar-nav > .dropdown > a:hover {
    border-radius: 0 !important; }
  .navbar-default .navbar-nav > .dropdown > a:focus {
    border-radius: 0 !important; }
  .navbar-default .navbar-nav > li > a {
    border-radius: 0 !important;
    padding-bottom: 9px;
    padding-top: 9px; }
    .navbar-default .navbar-nav > li > a:hover {
      border-radius: 0 !important;
      border-bottom: 1px solid #2684b9; }
    .navbar-default .navbar-nav > li > a:focus {
      border-bottom: 1px solid #2684b9; }
  #slidemenu.slide-active {
    display: block !important; }
  .nav > li[data-class="small"] {
    display: block; } }

@media screen and (min-width: 845px) and (max-width: 1023px) {
  header .navbar-nav {
    position: relative; } }

@media screen and (min-width: 768px) and (max-width: 778px) {
  header .navbar-nav {
    position: relative; } }

@media screen and (min-width: 768px) and (max-width: 926px) {
  header .navbar-nav {
    margin: -9px 0 0 0; }
  header #TopSearch,
  header #TopSearch > div {
    width: 380px;
    margin-right: 1em; }
  header #TopSearch input,
  header .searchAction {
    width: 225px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header #searchBoxC input {
    width: 130px; }
  header #searchHolder {
    width: 283px !important; }
  header #TopSearch {
    margin-right: 0px; } }

.bs-sidenav > li.Selected > a, .bs-sidenav > li.Selected > a:hover, .bs-sidenav > li.Selected > a:focus {
  color: #c82128;
  background-color: #fff;
  border-color: #fff;
  background-position: bottom left; }

.bs-sidebar {
  background-color: #fff;
  margin-bottom: 25px;
  margin-right: 5px; }
  .bs-sidebar > ul {
    padding: 15px 10px;
    font-weight: bold;
    font-size: 14px; }
  .bs-sidebar .contacts-icon {
    z-index: 1;
    color: #026aa9; }
  .bs-sidebar li.active .contacts-icon {
    z-index: 1;
    color: #c82128; }

.bs-sidenav > li {
  padding-top: 0em;
  padding-bottom: 0em; }
  .bs-sidenav > li:first-of-type {
    padding-top: 0; }
  .bs-sidenav > li > a {
    border-radius: 0;
    line-height: 19px;
    padding-left: 45px;
    padding-top: 0; }
    .bs-sidenav > li > a:hover {
      color: #c82128;
      background-color: #fff !important;
      background-position: bottom left; }

.sideMenuLink {
  color: #0974b3 !important; }

.sideMenuLink:hover {
  color: #c82128 !important; }

.panel-widget {
  background-color: #f5f5f5;
  border-color: #2684b9; }
  .panel-widget > .panel-heading {
    background-color: #4699C6;
    border-color: #2684b9;
    color: #fff;
    cursor: move; }
    .panel-widget > .panel-heading > .panel-title {
      font-weight: bold; }

.panel-widget-notice {
  background-color: #f5f5f5;
  border-color: #bdbdbd; }
  .panel-widget-notice > .panel-heading {
    background-color: #c82128;
    border-color: #bdbdbd;
    color: #fff; }
    .panel-widget-notice > .panel-heading > .panel-title {
      font-weight: bold; }

.panel.panel-widget.ui-sortable-placeholder {
  visibility: visible !important;
  border: 2px dotted #bdbdbd;
  background: #fff; }

.dboardWidget {
  visibility: hidden; }

.configWidgetBtn {
  margin-bottom: 18px; }

.dBoardWidHeaderTxt {
  font-weight: bold !important;
  text-align: center; }

.dBoardWidHighlightTxt {
  font-weight: bold !important;
  font-style: italic; }

.dashWidgetStandInfoTxt {
  display: none; }

.advSrchGrpNameErr {
  visibility: hidden;
  color: #a94442 !important;
  font-size: 0.9em;
  min-height: 1.25em;
  line-height: 1.25; }

body#tinymce {
  margin: 12px !important; }

.timetableConstructionHeader .report_style_title {
  width: 75%;
  height: 48px;
  min-height: auto;
  background: #e1f6ff;
  border-left: 0px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0px;
  letter-spacing: .2px;
  line-height: 1.1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 16px;
  float: left; }

.timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .mdl-card {
  margin-top: 0px;
  width: 24%;
  height: 48px;
  overflow: visible;
  min-height: auto;
  float: right;
  background-color: #e1f6ff; }
  .timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .mdl-card .material-icons {
    color: rgba(0, 0, 0, 0.87); }

.timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .mdl-menu li .material-icons {
  position: relative;
  top: 0.3em;
  left: 0.2em; }

.timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .material-loader {
  width: 1.3em; }
  .timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .material-loader .circular {
    margin-top: -1.3em; }

.timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .mdl-shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .loader {
  margin: 0; }

.timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .buttonBlue {
  height: 25px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px 1px 0px 1px; }
  .timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .buttonBlue.actionActive {
    color: #fff;
    margin: 0px; }

.timetableConstructionHeader.forConstruction .report_style_title {
  width: 54%; }

.timetableConstructionHeader.forConstruction .personnelPlanDataTablesToolBarContainer .mdl-card {
  width: 45%; }

.mdl-card__actions {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  background-color: transparent;
  padding: 8px;
  box-sizing: border-box; }
  .mdl-card__actions.mdl-card--border {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.mdl-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  min-height: 200px;
  overflow: hidden;
  width: 330px;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box; }

.mdl-button {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #000;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle; }
  .mdl-button::-moz-focus-inner {
    border: 0; }
  .mdl-button:hover {
    background-color: rgba(158, 158, 158, 0.2); }
  .mdl-button:focus:not(:active) {
    background-color: rgba(0, 0, 0, 0.12); }
  .mdl-button:active {
    background-color: rgba(158, 158, 158, 0.4); }
  .mdl-button.mdl-button--colored {
    color: #3f51b5; }
    .mdl-button.mdl-button--colored:focus:not(:active) {
      background-color: rgba(0, 0, 0, 0.12); }

.mdl-button--icon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal; }
  .mdl-button--icon .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px; }
  .mdl-button--icon.mdl-button--mini-icon {
    height: 24px;
    min-width: 24px;
    width: 24px; }
    .mdl-button--icon.mdl-button--mini-icon .material-icons {
      top: 0;
      left: 0; }
  .mdl-button--icon .mdl-button__ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }

.calendarGridIcons .calendarGridView.actionActive {
  border-radius: 0px;
  border: 1px solid #b0bcc1;
  box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) inset;
  color: #736565; }

#timetablingWarningsContainer.forConstruction {
  border: 4px solid #026aa9;
  top: -15px; }
  #timetablingWarningsContainer.forConstruction h3 {
    background-color: #026aa9; }

.scheduleFilterEditContainer {
  padding-right: 7px;
  padding-left: 7px; }
  .scheduleFilterEditContainer input.input-lg {
    height: 28px;
    font-size: 15px;
    padding: 6px 12px; }
  .scheduleFilterEditContainer button.buttonBlue {
    color: #fff;
    background-color: #026AA9;
    border: 0px;
    border-radius: 4px;
    min-width: 100px;
    height: 26px; }
    .scheduleFilterEditContainer button.buttonBlue:hover {
      background-color: #025587; }
    .scheduleFilterEditContainer button.buttonBlue:focus {
      outline: none; }
  .scheduleFilterEditContainer [data-id="ConstructionBlockContainer"] {
    border-radius: 6px; }
  .scheduleFilterEditContainer .control-label-reports {
    line-height: unset; }
  .scheduleFilterEditContainer .help-block {
    margin-bottom: 0px; }

.filterPreviewList {
  float: left;
  padding: 0 0 0 10px; }

.timetablingWarningNotificationContainer {
  position: relative;
  width: 40px;
  float: left; }
  .timetablingWarningNotificationContainer .badge {
    position: absolute;
    top: -7px;
    left: 20px;
    background-color: red; }

.timetableConstructionHeader.noWarnings:not(.forConstruction):not(.forClassData) .report_style_title, .timetableConstructionHeader.forViewGenericDisplay .report_style_title {
  width: 100%; }

.timetableConstructionHeader.noWarnings:not(.forConstruction):not(.forClassData) .personnelPlanDataTablesToolBarContainer .mdl-card, .timetableConstructionHeader.forViewGenericDisplay .personnelPlanDataTablesToolBarContainer .mdl-card {
  display: none; }

[data-id="GeneratePinnedLessonsLoader_only"] {
  margin: 4px 0 4px 4px !important; }

.contentWithTitle .contentTitle {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: 0px;
  margin-left: 0px;
  line-height: 16px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC; }

.contentWithTitle:hover .contentTitle {
  background-color: #eaeaea;
  display: inline;
  position: absolute;
  color: #026aa9;
  border: 1px solid #026aa9; }

.filterDemoContainer {
  display: table-row; }
  .filterDemoContainer .filterDemoTitle {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top; }
  .filterDemoContainer .filterContent {
    display: table-cell; }

.teacherTeamClashesStatisticsTable .withTeachingGroupsCheckbox {
  line-height: 34px;
  padding-right: 10px; }
  .teacherTeamClashesStatisticsTable .withTeachingGroupsCheckbox input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    margin-top: 12px; }

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

.teacherTeamClashesStatisticsTable .statisticsRowCaptionContainer .control-label-reports {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  white-space: nowrap;
  width: 50px; }

.teacherTeamClashesStatisticsTable .statisticsBlocks {
  font-weight: bold !important; }

.teacherTeamClashesStatisticsTable .statisticsHeaderDesc {
  font-weight: bold !important;
  font-size: 16px; }

.teacherTeamClashesStatisticsTable select.form-control {
  width: auto;
  margin: 0;
  padding: 6px 12px; }

.teacherTeamClashesStatisticsTable .clashCellHover {
  background-color: #FCF8E3 !important; }
  .teacherTeamClashesStatisticsTable .clashCellHover td.bg-danger, .teacherTeamClashesStatisticsTable .clashCellHover td.bg-info, .teacherTeamClashesStatisticsTable .clashCellHover td.bg-warning, .teacherTeamClashesStatisticsTable .clashCellHover td.bg-success, .teacherTeamClashesStatisticsTable .clashCellHover td.bg-primary {
    background-color: #FCF8E3 !important; }

.teacherTeamClashesStatisticsTable .contentWithTitle .contentTitle {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: 20px;
  margin-left: 0px;
  line-height: 16px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC; }

.teacherTeamClashesStatisticsTable .contentWithTitle:hover .contentTitle {
  background-color: #FCF8E3;
  display: inline;
  position: absolute;
  color: #026aa9;
  border: 1px solid #ffee99; }

.teacherTeamClashesStatisticsTable .contentWithTitle.leftPopup .contentTitle {
  margin-left: -100px; }

.teacherTeamClashesStatisticsTable .contentWithTitle.topPopup .contentTitle {
  margin-top: -50px; }

.teacherTeamClashesStatisticsTable table td {
  text-align: center; }
  .teacherTeamClashesStatisticsTable table td h1 {
    margin: 0px; }
  .teacherTeamClashesStatisticsTable table td h2 {
    margin: 2px;
    padding: 0px;
    border: 0 solid;
    display: inherit; }

.withScroll {
  overflow: auto; }

@media (max-width: 1300px) {
  .timetableConstructionHeader .report_style_title {
    width: 48%; }
  .timetableConstructionHeader .personnelPlanDataTablesToolBarContainer .mdl-card {
    margin-top: 0px;
    width: 48%;
    height: 48px;
    overflow: visible; }
  .timetableConstructionHeader.forConstruction .report_style_title {
    width: 24%; }
  .timetableConstructionHeader.forConstruction .personnelPlanDataTablesToolBarContainer .mdl-card {
    width: 75%; } }

.vsware-TimetableConstruction-ClassData-Filters .multiselect {
  display: inline-block;
  width: auto;
  margin-left: .5em; }

.vsware-TimetableConstruction-ClassData-Table {
  overflow-x: scroll;
  overflow-y: hidden;
  display: block; }
  .vsware-TimetableConstruction-ClassData-Table .vsware-Table {
    margin: 0 auto;
    display: block;
    max-width: none;
    width: 2130px;
    height: calc(100vh - 615px); }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table--fullScreen {
      height: calc(100vh - 100px); }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table-Head {
      display: block;
      background: #DEF6FF; }
      .vsware-TimetableConstruction-ClassData-Table .vsware-Table-Head tr {
        border: 0;
        display: block; }
        .vsware-TimetableConstruction-ClassData-Table .vsware-Table-Head tr th {
          position: relative;
          vertical-align: top; }
      .vsware-TimetableConstruction-ClassData-Table .vsware-Table-Head-Value {
        display: block; }
      .vsware-TimetableConstruction-ClassData-Table .vsware-Table-Head-Sort {
        position: absolute;
        top: 1em;
        right: .5em; }
      .vsware-TimetableConstruction-ClassData-Table .vsware-Table-Head-Filter {
        display: block; }
      .vsware-TimetableConstruction-ClassData-Table .vsware-Table-Head .form-control {
        width: 100%;
        margin: 0 auto;
        padding: .2em;
        height: auto; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table-Body {
      overflow-y: scroll;
      overflow-x: hidden;
      display: block;
      height: calc(100% - 5em); }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup--new {
      background-color: #eeffe0; }
      .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup--new td {
        background-color: #eeffe0; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-subjectColor {
      width: 10px;
      padding: 0px !important;
      position: relative; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-block {
      width: 100px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-baseClass {
      width: 100px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-subject {
      width: 500px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-teachingGroup {
      width: 200px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-teacher {
      width: 300px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-numberOfLessons {
      width: 100px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-spread {
      width: 100px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-numberOfStudents {
      width: 100px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-room {
      width: 130px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-additionalTeachers {
      width: 200px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-coScheduleWith {
      width: 200px; }
    .vsware-TimetableConstruction-ClassData-Table .vsware-Table .vsware-teachingGroup-actions {
      width: 90px; }
  .vsware-TimetableConstruction-ClassData-Table-subjectColor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0; }
  .vsware-TimetableConstruction-ClassData-Table .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #E8E8E8; }

.vsware-Table-Head {
  display: block; }

.vsware-Table-Body {
  overflow: auto;
  display: block; }

#TeachersDataContainer tfoot {
  background: #DEF6FF; }

#TeachersDataContainer tfoot tr td:nth-child(2) {
  border-right: 0px; }

[data-id="ConstructionPeriodsTable"] tbody tr td:first-child {
  position: relative; }
  [data-id="ConstructionPeriodsTable"] tbody tr td:first-child span.ttcRowOptions {
    display: none;
    background-color: #5eab7a;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    opacity: 0.8;
    cursor: pointer;
    color: #fff;
    font-size: 19px;
    padding-top: 11px; }

[data-id="ConstructionPeriodsTable"] tbody tr.showRowOptions td:first-child span.ttcRowOptions {
  display: block; }

[data-id="ConstructionPeriodsTable"] tbody tr.showRowOptions td:not(:first-child) ul {
  background-color: #d1ffdd; }
  [data-id="ConstructionPeriodsTable"] tbody tr.showRowOptions td:not(:first-child) ul li {
    background-color: #6dff54 !important;
    color: #000; }

#constructionTimetablePinAllLessonsModal .unpinAllLessonsText {
  display: none; }

#constructionTimetablePinAllLessonsModal.unpinAllLessons .unpinAllLessonsText {
  display: inline; }

#constructionTimetablePinAllLessonsModal.unpinAllLessons .pinAllLessonsText {
  display: none; }

#constructionTimetablePinAllLessonsModal .btn-save i.fa {
  display: none;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#constructionTimetablePinAllLessonsModal .btn-save.pinning i.fa {
  display: inline; }

.aVisitBlue:visited {
  color: #0974B8; }

#TeachingGroupsTableTable > .wtHolder > .wtHider .wtSpreader > table.htCore > thead {
  display: table-header-group; }
  #TeachingGroupsTableTable > .wtHolder > .wtHider .wtSpreader > table.htCore > thead th {
    padding: 0;
    outline-width: 0;
    word-wrap: break-word; }

#TeachingGroupsTableTable > .wtHolder > .wtHider .wtSpreader > table.htCore > tbody {
  float: left;
  width: auto;
  height: 700px !important;
  max-height: 700px;
  overflow-y: scroll;
  display: table-row-group; }
  #TeachingGroupsTableTable > .wtHolder > .wtHider .wtSpreader > table.htCore > tbody tr {
    height: 30px;
    max-height: 30px; }
    #TeachingGroupsTableTable > .wtHolder > .wtHider .wtSpreader > table.htCore > tbody tr td {
      overflow: hidden;
      text-overflow: ellipsis;
      height: 30px;
      max-height: 30px; }
      #TeachingGroupsTableTable > .wtHolder > .wtHider .wtSpreader > table.htCore > tbody tr td.htDimmmed {
        width: 100%; }

.unassignedSelWrapper::before {
  content: '';
  position: absolute;
  top: 11px;
  right: 6px;
  z-index: 99999;
  pointer-events: none;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.panel-heading label {
  font-size: 21px; }

.bhveDelError {
  display: none;
  width: 100%;
  padding: 6px;
  margin: 20px 0px 10px 0px; }

.twoFacReprotLink {
  color: #428bca;
  text-decoration: underline; }

.upldPrivacyBtnTxt {
  font-size: 14px;
  line-height: 22px;
  margin-left: 6px; }

.settingsPrivacy {
  display: none; }

.group-panel-heading {
  cursor: pointer; }

.TableRow.Data .btn-danger {
  color: #fff !important; }

.classHeader {
  cursor: pointer; }

#AddTeachingGroupModal .teacher-options {
  font-size: 0;
  padding: 0; }

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

#AddTeachingGroupModal .panel-body {
  padding: 4px; }

#AddTeachingGroupModal .teacher-options > div ul {
  overflow-y: auto;
  height: 331px;
  list-style: none;
  padding: 0; }

#AddTeachingGroupModal .teacher-options > div ul > li {
  padding: 4px;
  cursor: pointer;
  margin-top: 1px; }

#AddTeachingGroupModal .teacher-options > div.actionButtons {
  width: 10%;
  padding-top: 150px;
  text-align: center; }

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

#AddTeachingGroupModal .teacher-options > div ul > li.active {
  background: #efefef; }

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

#AddTeachingGroupModal .teacher-options .filter-container i.fa {
  position: absolute;
  top: 3px;
  left: 5px; }

#AddTeachingGroupModal .teacher-options .filter-container {
  padding: 0;
  position: relative; }

#AddTeachingGroupModal .teacher-options > div.actionButtons button {
  margin-bottom: 10px;
  display: block;
  margin: auto; }

#AddGroupModal .name-label, #AddTeachingGroupModal .name-label {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 3px 0px 3px; }

#AddTeachingGroupModal input[name=group-name] {
  width: 100%; }

.searchFilter {
  padding: 10px 15px;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
  box-shadow: -1px 2px 5px -3px #A1B68F; }

.headerLoading {
  display: none;
  padding: 5px; }
  .headerLoading .fa-spinner {
    animation: fa-spin 2s infinite linear; }
  .headerLoading .gListHeadLoadingTxt {
    font-size: 14px; }

.addBehaveBtn {
  height: 39px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0D5986;
  font-family: MyriadProBoldCondensed,Arial,Helvetica,sans-serif;
  padding: 5px 9px 5px 9px;
  border-radius: 5px;
  float: none;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  margin-left: 20px;
  margin-right: 20px; }

.addBehaveBtn:hover {
  color: #0D5986;
  background: #cacaca; }

.BEHAVIOUR_ELEMENT {
  width: 132px; }

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word; }

.AdHocAttendanceBulkTable {
  overflow-x: auto; }

.AdHocAttendanceRow .AdHocAttendanceCell:first-of-type {
  white-space: normal; }

.AdHocAttendanceRow .AdHocAttendanceCell {
  min-height: 60px;
  padding: 5px 0px 5px 0px; }

.AdHocAttendanceRow:last-of-type .AdHocAttendanceCell {
  border-bottom: 1px solid #e4e4e4; }

/*** Media Queries ***/
/*** iPad Portrait ***/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .AdHocAttendanceRow .AdHocAttendanceCell:first-of-type {
    width: 100%;
    max-width: 230px;
    min-width: 120px; } }

.addTGroupBtn {
  height: 39px;
  margin: 0 auto;
  border: 1px solid #cacaca;
  color: #0D5986;
  font-family: MyriadProBoldCondensed,Arial,Helvetica,sans-serif;
  padding: 5px 9px 5px 9px;
  border-radius: 5px;
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0); }

.addTGroupBtn:hover {
  color: #0D5986;
  background: #cacaca; }

.behaveDescripTxt {
  margin-bottom: 10px;
  padding: 0px 5px 0px 5px; }

.searchFilter {
  padding: 10px 15px;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
  box-shadow: -1px 2px 5px -3px #A1B68F; }

.bulkEditFreeFormGroupDialog .student-options {
  font-size: 0;
  padding: 0; }

.bulkEditFreeFormGroupDialog [name=group-name] {
  width: 100%; }

.bulkEditFreeFormGroupDialog [name=group-name] {
  width: 100%; }

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

.bulkEditFreeFormGroupDialog .student-options > div.actionButtons {
  width: 10%;
  padding-top: 150px;
  text-align: center; }

.bulkEditFreeFormGroupDialog .student-options > div.actionButtons button {
  margin-bottom: 10px;
  display: block;
  margin: auto; }

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

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

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

.bulkEditFreeFormGroupDialog .student-options .filter-container {
  padding: 0;
  position: relative; }

.bulkEditFreeFormGroupDialog .student-options .filter-container i.fa {
  position: absolute;
  top: 3px;
  left: 5px; }

.bulkEditFreeFormGroupDialog .panel-body {
  padding: 4px; }

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

.bulkEditFreeFormGroupDialog .name-label, .bulkEditFreeFormGroupDialog input[name=name] {
  width: 100%; }

.bulkEditFreeFormGroupDialog .student-options ::-webkit-input-placeholder {
  color: #9a9; }

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

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

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

.bulkEditFreeFormGroupDialog .student-options {
  font-size: 0;
  padding: 0; }

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

.bulkEditFreeFormGroupDialog .panel-body {
  padding: 4px; }

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

.tRepTxt {
  min-height: 40px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis; }

.tRepComment {
  word-wrap: break-word; }

.tRepExtrFldName {
  font-weight: bold !important; }

.learnerPerFilter {
  max-width: 174px;
  overflow-wrap: break-word;
  margin-top: 5px;
  letter-spacing: 1px; }

.learnerPgeLoadPhoto {
  display: none;
  margin: 30px auto; }

.learnerSubMenPager {
  position: relative !important;
  margin-top: 10px; }

.learnerPerFilter a {
  margin-left: 6px;
  margin-top: 5px;
  letter-spacing: 1px; }

.paymentCheckboxError {
  display: none;
  color: red;
  padding-left: 5px; }

.senDocUpldError {
  display: none;
  float: left;
  padding-top: 26px; }

.hubspotCont {
  display: none; }

.hubspotBtn {
  width: 530px;
  height: 34px;
  font-size: 16.5px;
  background-color: #026aa9;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px; }

.hubspotBtn:hover {
  color: white; }

.hubspotBtn[disabled] {
  color: white; }

.hubspotBtnAcc {
  display: none; }

.privacyCont {
  padding: 8px 0px 26px; }

.currStatusTxt {
  font-weight: bold !important; }

.loginVerHead {
  background: transparent;
  box-shadow: none; }

.wizardScrollBox {
  height: 440px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px; }

.wizardScrollBox::-webkit-scrollbar {
  -webkit-appearance: none; }

.wizardScrollBox::-webkit-scrollbar:vertical {
  width: 11px; }

.wizardScrollBox::-webkit-scrollbar:horizontal {
  height: 11px; }

.wizardScrollBox::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5); }

.wizardScrollBox::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

.wizardContainer {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 32px); }

.wizardMainContent {
  width: 1200px;
  height: 600px;
  background: #fff;
  margin: auto;
  border-radius: 5px;
  overflow-x: auto; }

.wizardPage {
  height: 100%;
  display: none;
  overflow: auto;
  padding-right: 30px; }

.wizardFullHeight {
  height: 100%; }

.wizardFullWidth {
  width: 100%; }

.wizardStepHeading {
  width: 100%;
  height: 50px;
  line-height: 28px;
  font-weight: bold !important;
  font-size: 25px;
  padding-bottom: 20px; }

.wizardStartPgeWrap {
  padding: 20px;
  display: flex;
  align-items: center; }

.wizardPageCont {
  min-height: 520px; }

.stepBtn {
  width: 100px;
  height: 40px;
  font-size: 16px;
  float: right; }

.stepBtnRed {
  margin-left: 15px;
  background-color: #C82128 !important;
  border-color: #C82128 !important; }

.wizardStartBtn {
  width: 100px;
  height: 40px;
  font-size: 16px; }

.wizardSideContent {
  height: 100%;
  padding-left: 0px !important;
  overflow-x: hidden;
  overflow-y: auto; }

.wizardStepList {
  height: 100%;
  border-right: 1px solid #ccc; }

.wizardStep {
  float: left;
  width: 100%;
  min-height: 58px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative; }

.wizardHidden {
  display: none; }

.wizardPrivCont {
  overflow: auto;
  padding-left: 0;
  padding-right: 0; }

.stepIcon {
  float: left; }

.stepTxt {
  width: calc(100% - 36px);
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold !important; }

.stepInfoTxt {
  font-size: 12px;
  color: #ccc; }

.stepNumCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 6px;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font: 20px Arial, sans-serif; }

.completedWizardStep {
  background: #5cb85c;
  border: 1px solid #5cb85c;
  color: #fff; }

.currentWizardStep {
  border: 1px solid #bdc2ce; }

.incompleteWizardStep {
  background: #666;
  color: #fff;
  border: 1px solid #666; }

.activeWizardStep {
  background: #f3f4f5; }

.activeWizardStep:after, .activeWizardStep:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.activeWizardStep:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #f3f4f5;
  border-width: 10px;
  margin-top: -10px; }

.activeWizardStep:before {
  border-color: rgba(234, 236, 241, 0);
  border-left-color: #ccc;
  border-width: 11px;
  margin-top: -11px; }

.wizardStep:first-child {
  border-top-left-radius: 5px; }

.termsErrorTxt {
  display: none;
  color: #bd0016; }

.termsErrorTxtPad {
  padding: 10px 0 0 0; }

.interStepBtn {
  margin-bottom: 40px; }

#wizardCenterContent {
  height: 100%;
  overflow-x: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px; }

.wizardNoBorder {
  border: 0px; }

.wizardMarAuto {
  margin: auto; }

.wizardFloatRight {
  float: right; }

.wizardPadRight {
  padding-right: 30px; }

.wizardSignOut {
  width: 100%;
  height: 32px; }

.accPrivStateHeadTxt {
  font-size: 20px; }

.accPrivStateSubHeadTxt {
  font-size: 17px; }

.accPrivStateBolTxt {
  font-weight: bold !important; }

.dBoardWidSeparate {
  height: 1px;
  background: #ccc;
  margin: 15px 0 0px 0; }

.dBoardWidItalTxt {
  font-weight: bold !important;
  font-style: italic; }

.dashWidgetsBtn {
  margin-top: 10px; }

.wizardWelcomeTxt {
  width: 500px; }

@supports (display: flex) {
  .wizardContainer {
    display: flex; }
  .wizardStartPgeWrap {
    display: flex; } }

@supports not (display: flex) {
  .wizardStartPgeWrap {
    margin-top: 200px; } }

/*** Media Queries ***/
@media only screen and (max-width: 1220px) {
  .wizardMainContent {
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    margin: 35px 20px 35px 20px; } }

@media only screen and (max-width: 766px) {
  .wizardSideContent {
    display: none; } }

@media only screen and (max-width: 768px) {
  .hubspotBtn {
    width: 100%;
    height: auto;
    white-space: normal; } }

@media only screen and (max-width: 560px) {
  .wizardWelcomeTxt {
    width: 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #declineTermsModal {
    position: absolute; } }
