.switchcontent table {
  width: 100%;
}

#box_body {
  margin: 5px;
  width: auto;
}

.minified #hide-menu {
  display: block;
}

body {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}

#dashboard_action_list .widget-body, #report_builder_reports .widget-body {
  height: 243px;
  overflow: auto;
}

.link-list {
  max-height: 243px;
  overflow: auto;
}

.link-list > a {
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 23px;
  min-height: 44px;
  color: #333333;
  font-weight: normal;
}

.link-list > a:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.link-list > a:before {
  content: '\F00b';
  font-family: 'FontAwesome';
  font-size: 2em;
  color: #3276b1;
  vertical-align: middle;
  margin-right: 8px;
  font-weight: normal;
}

.link-list.link-striped > a:nth-child(odd) {
  background-color: #f9f9f9;
}

.pull-right .activity-dropdown {
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  width: 30px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  color: #6d6a69;
  font-size: 19px;
  position: relative;
}

#student-summary-emerg-contact table, #student-summary-emerg-contact tr {
  display: block;
}

#student-summary-emerg-contact table {
  margin-bottom: 8px;
}

#student-summary-emerg-contact td.area {
  min-width: 120px;
  padding: 0px 10px;
  background: none;
}

#student-summary-emerg-contact input {
  border-style: none;
}

#student-summary-emerg-contact footer {
  text-align: right;
  background-color: rgba(248, 248, 248, 0.9);
}

.btn-header {
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  border: 1px solid #bfbfbf;
  color: #6d6a69;
  font-size: 19px;
  margin: 10px 0 0;
  position: relative;
}

.btn-header > span, .btn-header > a {
  min-width: 30px;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  display: block;
  color: inherit;
}

.btn-header > span i, .btn-header > a i {
  line-height: inherit;
  display: block;
}

.btn-header > span i:before, .btn-header > a i:before {
  display: block;
  height: 30px;
  line-height: 30px;
}

.btn-header > span a, .btn-header > a a {
  display: block;
}

.btn-header a {
  color: inherit;
  margin: 0px !important;
  width: auto !important;
  height: auto !important;
}

.btn-header.pull-right {
  margin-left: 6px;
}

.btn-header:active > span {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#ededed));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.btn-header .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  background: #0091d9;
  display: inline-block;
  font-size: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  padding: 2px 4px 3px;
  text-align: center;
  line-height: normal;
}

#hide-menu > span:first-child > a,
.btn-header.transparent span a {
  margin: 0px !important;
  width: auto !important;
  height: auto !important;
}

/* The following 3 lines are for the arrow on the dropdown box */
.active + .ajax-dropdown {
  right: 10px;
  left: auto;
}

.ajax-dropdown:after {
  left: auto;
  right: 154px;
}

.ajax-dropdown:before {
  left: auto;
  right: 153px;
}

#edit-reportabletags ~ .popover .popover-title {
  white-space: nowrap;
}

#edit-reportabletags ~ .popover label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#edit-reportabletags ~ .popover label span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 8px;
}

#edit-reportabletags ~ .popover label input {
  margin: 0px;
}

#edit-reportabletags ~ .popover footer {
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  margin: 0px -6px -6px -6px;
  padding: 4px;
  text-align: right;
}

#edit-reportabletags ~ .popover footer .btn {
  padding: 4px;
}

.helpLink {
  min-height: 25px;
  line-height: 25px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.helpLink > * {
  display: inline-block;
  text-transform: uppercase;
}

.helpLink > *:not(.info) {
  padding: 0px 4px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px 1px;
}

.helpLink > *:not(.info):not(.visible) {
  display: none;
}

.helpLink > *:not(.info):before {
  font: normal normal normal 10px/1 FontAwesome;
  padding-right: 2px;
}

.helpLink i {
  line-height: 25px;
  min-width: 25px;
  text-align: center;
  font-weight: bold;
  color: #296191;
}

.helpLink i:hover {
  color: #474544;
}

.helpLink .info {
  font-size: 14px;
}

.helpLink .dest-report {
  background: #6a6aaa;
  color: white;
}

.helpLink .tcsi-api {
  background: #166f2c;
  color: white;
}

.helpLink .heimshelp {
  background: #9999df;
  color: white;
}

.helpLink ~ .popover, .smart-form .helpLink ~ .popover {
  z-index: 899;
  min-width: 175px;
}

.helpLink ~ .popover .popover-content, .smart-form .helpLink ~ .popover .popover-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2;
      grid-template-columns: 2;
  padding: 0px;
}

.helpLink ~ .popover .popover-content .closebanner, .smart-form .helpLink ~ .popover .popover-content .closebanner {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  text-align: right;
}

.helpLink ~ .popover .popover-content .closebanner i, .smart-form .helpLink ~ .popover .popover-content .closebanner i {
  min-width: 25px;
  line-height: 25px;
  text-align: center;
  color: black;
  cursor: pointer;
}

.helpLink ~ .popover .popover-content .closebanner i:hover, .smart-form .helpLink ~ .popover .popover-content .closebanner i:hover {
  color: red;
}

.helpLink ~ .popover .popover-content .content, .smart-form .helpLink ~ .popover .popover-content .content {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.helpLink ~ .popover .popover-content p, .smart-form .helpLink ~ .popover .popover-content p {
  padding: 4px;
}

.helpLink ~ .popover .popover-content .surveyInfo, .smart-form .helpLink ~ .popover .popover-content .surveyInfo {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0px 4px;
  color: #737070;
  display: none;
}

.helpLink ~ .popover .popover-content .surveyInfo .year, .smart-form .helpLink ~ .popover .popover-content .surveyInfo .year {
  padding-right: 4px;
}

.helpLink ~ .popover nav, .smart-form .helpLink ~ .popover nav {
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  margin: 0px;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

.helpLink ~ .popover nav:not(.label-link), .helpLink ~ .popover nav.label-link.show-hidden, .smart-form .helpLink ~ .popover nav:not(.label-link), .smart-form .helpLink ~ .popover nav.label-link.show-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.helpLink ~ .popover nav a, .smart-form .helpLink ~ .popover nav a {
  color: #8a8a8a;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  text-align: center;
  padding: 4px;
}

.helpLink ~ .popover nav a:hover, .smart-form .helpLink ~ .popover nav a:hover {
  color: #222;
}

.helpLink ~ .popover nav a:not(:first-child), .smart-form .helpLink ~ .popover nav a:not(:first-child) {
  border-left: 1px solid #dfdada;
}

.helpLink ~ .popover nav a:not(:last-child), .smart-form .helpLink ~ .popover nav a:not(:last-child) {
  border-right: 1px solid #eee;
}

.info-circle {
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #fff;
}

#left-panel .student-info {
  display: block;
  font-size: 12px;
  height: 78px;
  color: #fff;
  border: solid transparent;
  border-width: 1px 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
          box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: 0 !important;
  border-bottom: 1px solid #525151;
}

#left-panel .student-info img {
  width: auto;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 0;
}

#left-panel .silverband a {
  color: #fc9903;
}

nav a:hover {
  font-size: 14px;
  font-weight: 400;
  outline: 0;
}

.student-info a {
  text-decoration: none !important;
  color: #a8a8a8;
  display: inline-block;
  margin-top: 6px;
}

.student-info a:hover {
  font-size: 12px;
  font-weight: bold;
}

.student-info > span {
  height: 38px;
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #1A1817;
}

#student-course {
  text-decoration: none !important;
  color: #a8a8a8;
  display: inline-block;
  margin-top: 9px;
  margin-left: 15px;
  font-weight: bold;
}

#box_heading,
div.pane h1 {
  background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3a3633), to(#2a2725));
  background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
}

div.list table th,
.dynamic-search-table th,
.area {
  background: #d5d5d5;
  color: #181515;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}

td.area label {
  /*  font-weight: bold; */
  margin-bottom: 0px;
}

td.link, th.link {
  white-space: nowrap;
  width: 1%;
}

.actionCol {
  width: 1%;
  white-space: nowrap;
}

.actionCol .edu-btn {
  display: inline-block;
  cursor: pointer;
}

#processResults {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (300px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 300px);
  grid-gap: 16px;
}

#processResults > article {
  display: inline-block;
  vertical-align: top;
}

#processResults table .area {
  padding: 3px;
}

a.link {
  padding: 2px 4px;
  display: inline-block;
  min-width: 32px;
  text-align: center;
}

input[type="submit"],
input[type="button"],
a.link {
  margin: 1px 1px 1px 1px;
  background-color: #296191;
  color: #FFF;
  font: 300 12px 'Open Sans', Helvetica, Arial,sans-serif;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 1px 6px 1px;
  border-style: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
a.link:hover {
  color: #FFF;
}

input[type="submit"]:hover,
input[type="button"]:hover,
#entity_search_list a:hover .badge,
a.link:hover,
.btn.btn-primary:hover {
  background-color: #474544 !important;
}

.btn.btn-secondary {
  background-color: #62788a;
  color: #fff;
}

.btn.btn-secondary:hover {
  background-color: #474544;
}

a.fa.fa-download {
  font-size: inherit;
  line-height: 28px;
  white-space: nowrap;
}

a.fa.fa-download span, a.fa.fa-download:before {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
}

a.fa.fa-download.fa-2x:before {
  font-size: 2em;
}

.edu-btn.fa {
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  /* add padding to all but the label and the first column */
  .smart-form section .col:nth-child(n+2) {
    padding-left: 15px;
  }
}

#classic-records {
  position: relative;
}

#audit {
  position: relative;
}

#audit.loading:after {
  content: "Loading...";
  display: block;
  position: absolute;
  left: -20px;
  top: 100%;
  margin-top: 4px;
  font-size: 12px;
  z-index: 500;
  background: #222;
  padding: 0px 3px;
  border-radius: 3px;
}

#audit.error:before {
  content: "\f0b1";
}

input[type="text"],
input[type="input"],
select,
textarea {
  background-color: #FFFFFF;
  padding: 1px;
  border: 1px solid #d5d5d5;
}

.hidden.show-hidden {
  display: block !important;
  visibility: visible !important;
}

.ajax-dropdown {
  height: 450px;
  right: 10px;
  left: auto;
}

.session-data {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42;
  color: #333;
  white-space: nowrap;
}

#pageload-time {
  display: none;
}

.minified .student-info a span,
.minified .student-info a i {
  display: none;
}

.well.well-sm table {
  border-collapse: inherit;
  border-spacing: 2px;
}

.well.well-sm table td {
  padding: 2px;
}

.help_button {
  position: relative;
  top: 0px;
}

/** Fixed tooltips */
.fixed-ribbon #ribbon, .fixed-navigation #ribbon {
  z-index: 10000;
}

.fixed-ribbon #header, .fixed-navigation #header {
  z-index: 10001;
}

#ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ribbon a i {
  color: #a8a8a8;
}

#ribbon ol.breadcrumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: normal;
}

#ribbon .ribbon-button-alignment {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: normal;
  vertical-align: middle;
  padding: 10px 0px;
}

#ribbon .ribbon-button-alignment .btn {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  float: none;
  margin: 0px 4px;
}

#ribbon .ribbon-button-alignment i {
  display: block;
  line-height: 20px;
  width: 20px;
}

#ribbon .ribbon-button-alignment > span:last-of-type {
  position: relative;
}

#ribbon .ribbon-button-alignment > span:last-of-type .tooltip {
  max-width: 100px;
  text-align: right;
}

#ribbon .ribbon-button-alignment > span:last-of-type .tooltip-inner {
  white-space: normal;
  text-transform: none;
}

#ribbon .ribbon-button-alignment > span:last-of-type .tooltip-arrow {
  margin-left: -10px;
}

#ribbon .btn-ribbon {
  color: #a8a8a8;
}

#ribbon .btn-ribbon::before {
  font-weight: normal;
  min-width: 20px;
  display: block;
}

#ribbon .btn-ribbon.option-on {
  color: #a8a8a8;
  background-color: #d6d6d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#eee));
  background-image: linear-gradient(to bottom, #d6d6d6, #eee);
}

#ribbon .btn-ribbon #refresh {
  margin-right: 10px;
}

#ribbon #show-hidden-fields + .tooltip .tooltip-arrow {
  margin-top: -12px;
}

#shortcut {
  z-index: 10002;
}

.modal {
  z-index: 10004;
}

.modal-backdrop {
  z-index: 10003;
}

.minified #left-panel .student-info {
  height: inherit;
}

.minified #left-panel .student-info #bsa_course_details {
  display: none;
}

@media only screen and (max-width: 479px) and (min-width: 0) {
  #logo-group > span {
    height: 25px;
  }
  #logo img {
    height: 25px;
  }
  .pull-right #activity {
    display: none;
  }
  #hide-menu i {
    font-size: 100%;
  }
  #project-selector label {
    display: none;
  }
  .jarviswidget .widget-body {
    overflow-x: visible !important;
    overflow-y: visible;
  }
  .jarviswidget header h2 {
    overflow: initial !important;
  }
  .smart-form section .col:nth-child(n+2) {
    padding-left: 0px;
    margin-top: 15px;
  }
  #complexity {
    margin-top: 10px;
  }
  #update_password_location,
  #save_login_location {
    height: initial !important;
  }
  .online_application input[type="button"],
  .online_application input[type="submit"] {
    width: 100% !important;
    white-space: normal;
  }
}

@media only screen and (max-width: 679px) and (min-width: 0) {
  #project-context .dropdown-menu {
    width: 450px;
  }
  .session-data {
    white-space: normal;
  }
  .icon-right {
    float: right;
    padding-right: 5px;
  }
  .online_application input[type="button"],
  .online_application input[type="submit"] {
    width: 60% !important;
    white-space: normal;
  }
  .smart-form fieldset section label.edu-label {
    white-space: normal !important;
  }
}

#classic-record-banner {
  display: none;
}

.show-classic-record-banner #classic-record-banner {
  display: block;
  top: 89px;
  position: fixed;
  z-index: 901;
  background-color: #fff;
  width: 100%;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 120px;
}

.show-classic-record-banner #content {
  padding-top: 180px;
}

.ajax-dropdown .fa-4x.fa-border {
  height: 76px;
  width: 78px;
}

article.sortable-grid {
  min-height: 0px;
}

.smart-timeline-icon {
  padding: 2px;
}

.tooltip.fade.bottom.in,
.tooltip.fade.bottom {
  border: 0px;
  background-color: initial;
  display: inline-block;
  max-width: 300px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 0px;
  padding: 5px 0;
}

#jarviswidget-fullscreen-mode {
  z-index: 10002;
}

.notification-body {
  text-align: left;
}

.notification-body .unit-details {
  position: relative;
  left: -3px;
  background: white;
  min-height: 70px;
  padding: 0px 0px 8px 0px;
}

.notification-body .unit-details .start-date span {
  padding-right: 8px;
}

.notification-body .unit-details > div {
  padding: 0px 4px;
  min-height: 22px;
}

.notification-body .unit-details .unit-name {
  display: block;
}

.notification-body .unit-details .footer {
  text-align: right;
  padding-right: 16px;
}

.notification-body span.time {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 11px;
  font-weight: normal;
}

.notification-body > li a.msg {
  padding: 0px !important;
}

.notification-body .from {
  height: auto;
  white-space: normal;
}

.ajax-notifications {
  z-index: 10000;
}

input[type=file] {
  display: inline-block;
}

.responder:empty {
  display: none;
}

form .currency label.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

form .currency label.input:before {
  content: '$';
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 13px;
  line-height: 32px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
  padding: 0px 4px 0px 0px;
}

form .currency label.input input {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.progressionLevel div {
  display: inline;
}

.smart-timeline-control {
  width: 100%;
  overflow: auto;
  border: 1px solid;
  padding: 3px 3px 3px 3px;
}

.smart-timeline-control ul {
  padding: 0px;
  margin: 0px;
}

.smart-timeline-control li {
  display: inline;
  padding-right: 20px;
  white-space: nowrap;
}

.enrolment_completed {
  /*background: #aaffc8;*/
  background: #9cde9c;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  height: 10em;
}

.enrolment_current {
  /*background: #c6d2ff;*/
  background: #bac9da;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  height: 10em;
}

.enrolment_required {
  background: #ffffff;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  height: 10em;
}

.enrolment_optional {
  background: #ffffff;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  height: 10em;
}

.enrolment_disallowed {
  /*background: #e2e2e2;*/
  background: #eac36f;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  height: 10em;
}

.enrolment_unscheduled {
  /*background: #e2e2e2;*/
  background: gray;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  height: 10em;
}

.enrolment_other {
  background: #ffffff;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  height: 10em;
}

.enrolment_alternative {
  background: #ffffff;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  height: 3em;
}

.widget-body a:not(.fa):not(.btn) {
  font-size: 12px;
  font-weight: bold;
}

.widget-body table {
  border-collapse: initial;
  border-spacing: 2px;
}

.widget-body > p {
  padding: 14px 29px 7px 29px;
}

.widget-body.no-padding div.search-dialog {
  margin: 13px;
}

.table > thead > tr > th,
.table > tbody > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table > thead > tr > th.has-controls {
  padding: 0px 0px 0px 10px;
  line-height: 38px;
}

.table > thead > tr > th.has-controls .control {
  float: right;
  cursor: pointer;
  padding: 0px 10px;
  border-left: 1px solid #dadada;
  text-transform: uppercase;
  background: #296191;
  color: white;
}

.table > thead > tr > th.has-controls .control:hover {
  background: #474544;
}

.dynamic-search-table {
  width: 100%;
  padding-top: 30px;
}

.dynamic-search-table .dst-column {
  position: relative;
  float: left;
}

.dynamic-search-table .header .dst-column {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.dynamic-search-table .header,
.dynamic-search-table .records .dst-row,
.smart-timeline-control ul,
.smart-timeline-control .emailFilter {
  display: block;
  overflow: hidden;
}

.dynamic-search-table .header .dst-column:nth-child(1),
.dynamic-search-table .records .dst-row .dst-column:nth-child(2) {
  width: 30%;
}

.dynamic-search-table .header .dst-column:nth-child(2),
.dynamic-search-table .records .dst-row .dst-column:nth-child(3) {
  width: 15%;
}

.dynamic-search-table .header .dst-column:nth-child(3) {
  width: 55%;
}

.dynamic-search-table .records .dst-row .dst-column:nth-child(4) {
  width: 30%;
}

.dynamic-search-table .content {
  position: relative;
  z-index: 2;
}

.dynamic-search-table .content .dst-details {
  display: none;
  position: relative;
  padding-left: 25px;
  float: left;
  clear: both;
}

.dynamic-search-table .dst-row:nth-child(odd),
.dynamic-search-table tr.dst-row:nth-child(odd) td {
  background-color: #d9d9d9;
}

.dynamic-search-table .dst-row:hover {
  background-color: #82a5b4;
}

.dynamic-search-table .content .dst-details p {
  margin: 0px 0px 0px 0px;
}

.dynamic-search-table .content .dst-details p strong {
  text-transform: capitalize;
}

.dynamic-search-table .content .dst-details ul.category {
  list-style: none;
}

.dynamic-search-table .content .log-expand {
  float: right;
  position: relative;
  display: block;
  width: 25%;
}

.dynamic-search-table .content .log-expand i {
  padding-top: 5px;
}

.dynamic-search-table .records {
  max-height: 500px;
  overflow-y: scroll;
}

.dynamic-search-table .content i {
  float: left;
  display: block;
  padding-right: 10px;
}

#loadingDiv {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 150px;
  height: 150px;
  background-color: #f3f3f3;
  z-index: 100000;
}

#loadingDiv img {
  position: relative;
  left: 40%;
  top: 40%;
}

.ui-datepicker {
  z-index: 3 !important;
}

/*Dynamic upload progress frame*/
#upload_frame {
  border: 0px;
  height: 32px;
  width: 400px;
  display: none;
}

#progress_container {
  width: 300px;
  height: 30px;
  border: 1px solid #CCCCCC;
  background-color: #EBEBEB;
  display: block;
  margin: 5px 0px -15px 0px;
}

#progress_bar {
  position: relative;
  height: 30px;
  background-color: #2B3D6E;
  width: 0%;
  z-index: 10;
}

#progress_completed {
  font-size: 16px;
  z-index: 40;
  line-height: 30px;
  padding-left: 4px;
  color: #FFFFFF;
}

.table-scroll {
  overflow-x: auto;
}

.table .jarviswidget {
  margin: 0px;
}

.table .jarviswidget .widget-body {
  overflow-x: initial;
}

.no-margin {
  margin: 0px;
}

.jarviswidget .widget-body {
  overflow-x: auto;
}

.jarviswidget .widget-body.no-minheight {
  min-height: 0px;
}

.jarviswidget .widget-body .actionCol {
  width: 1%;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.jarviswidget .widget-body .actionCol .btn.btn-primary, .jarviswidget .widget-body .actionCol > a {
  padding: 10px 12px;
  border-style: none;
  border-radius: 0px;
}

.jarviswidget .widget-body.TCSIWidget .alert {
  margin: 0px;
  border-style: none;
}

.jarviswidget .widget-body.TCSIWidget .dt-toolbar, .jarviswidget .widget-body.TCSIWidget .dt-toolbar-footer {
  display: none;
}

.jarviswidget .widget-body.TCSIWidget table {
  border-collapse: collapse;
  margin: 0px;
}

.jarviswidget .widget-body.TCSIWidget td.validationStatus {
  text-align: center;
}

.jarviswidget .widget-body.TCSIWidget td.lastValdated, .jarviswidget .widget-body.TCSIWidget td.numeric {
  text-align: right;
}

.jarviswidget .widget-body.TCSIWidget td.currency:before {
  content: '$';
}

.jarviswidget .widget-body.TCSIWidget .btn:disabled, .jarviswidget .widget-body.TCSIWidget .btn.disabled {
  opacity: 0.65;
  background-color: #7196b5;
  border-style: none;
}

.jarviswidget .widget-body.TCSIWidget > .dataTables_wrapper {
  border-top: 1px solid #ddd;
}

.jarviswidget.jarviswidget-collapsed > div {
  display: none;
}

.jarviswidget header h2 {
  text-transform: uppercase;
}

.jarviswidget > header {
  height: auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  -ms-grid-columns: auto min-content;
      grid-template-columns: auto -webkit-min-content;
      grid-template-columns: auto min-content;
}

.jarviswidget > header .jarviswidget-ctrls {
  float: none;
  -ms-grid-column: 2;
  grid-column: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
}

.jarviswidget > header .jarviswidget-ctrls > a {
  float: none;
  border-bottom: 1px solid #d8d8d8;
}

.jarviswidget > header > h2 {
  float: none;
  margin: 0px;
  padding: 4px;
  display: block;
  line-height: normal;
  -ms-grid-column: 1;
  grid-column: 1;
  border-bottom: 1px solid #d8d8d8;
}

.icon-header .jarviswidget > header > h2 {
  padding-left: 20px;
}

.icon-header .jarviswidget > header > i {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 33px;
  width: 20px;
  text-align: center;
}

.jarviswidget .widget-status {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  grid-gap: 2px;
}

.jarviswidget .widget-status div {
  white-space: nowrap;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jarviswidget .widget-status section.col {
  margin-top: 10px;
  float: none;
  width: 100%;
}

@media screen and (max-width: 1670px) {
  .jarviswidget .widget-status {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 400px) {
  .jarviswidget .widget-status {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .jarviswidget .widget-status div:not(.area) {
    text-align: right;
  }
}

.jarviswidget-ctrls a.jarviswidget-custom-btn {
  display: none;
}

.jarviswidget-ctrls a.jarviswidget-custom-btn.show-hidden {
  display: inline-block;
}

#calendar_resource_list {
  max-height: 700px;
  overflow: auto;
}

#calendar_resource_list .resourceType {
  padding-top: 5px;
  padding-bottom: 5px;
}

#calendar_resource_list .resourceType span {
  font-weight: bold;
}

#calendar_resource_list .resourceType .resourceItem,
#calendar_resource_list .resourceType .resourceItem input[type="checkbox"] {
  display: none;
}

#calendar_resource_list .resourceType .resourceItem label {
  width: 100%;
}

#calendar_resource_list .resourceItem.selected {
  background-color: #82a5b4;
}

#calendar_resource_list .resourceType .log-expand i {
  float: right;
  position: relative;
  top: 5px;
}

#calendar .fc-event-vert .fc-event-time {
  vertical-align: top;
}

div.tooltip-inner .left-align {
  text-align: left;
}

/* The following codes are used for both the student user_login_edit screen, and the admin user_login_edit screen */
#complexity,
#complexity2 {
  width: 200px;
  color: #000;
  font-size: 11px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  display: inline-block;
}

#complexity.weak,
#complexity2.weak {
  background: #f00;
  font-weight: bold;
}

#complexity.average,
#complexity2.average {
  background: #AEB404;
  font-weight: bold;
}

#complexity.strong,
#complexity2.strong {
  background: #0101DF;
  color: #fff;
  font-weight: bold;
}

#complexity.secure,
#complexity2.secure {
  background: #0B610B;
  color: #fff;
  font-weight: bold;
}

#password_match .placeholder,
#password_match_new .placeholder,
#password-strength label {
  width: 150px;
  float: left;
  height: 11px;
}

#password_match_message,
#password_match_message_new {
  display: none;
  background: #f00;
  font-weight: bold;
  width: 200px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  text-align: center;
}

#password_match_message.visible,
#password_match_message_new.visible {
  display: inline-block;
}

/* End css for student user_login_edit screen, and the admin user_login_edit screen */
.icon-centred {
  vertical-align: middle;
  text-align: center;
}

a.cke_button {
  height: 25px !important;
}

/* Need to target bootstrapValidator form fields, and give them some extra height so validation messages wont be mess with the layout*/
.smart-form.bv-form section.col {
  min-height: 86px;
  margin-bottom: 0px;
}

.smart-form {
  color: #333333;
  /* To Enable onoffswitch inside a smart-form class */
  /* remove indent from nested divs */
}

.smart-form * {
  margin: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.smart-form fieldset > .col.disabled {
  color: inherit;
}

.smart-form fieldset > .col.disabled i {
  background-color: #e8e7e7;
}

.smart-form fieldset > .col.disabled label {
  cursor: initial;
}

.smart-form .note a {
  font-weight: normal;
}

.smart-form .jarviswidget {
  margin: 0 0 30px;
}

.smart-form .jarviswidget > header {
  border-bottom: 1px solid #c0c2c2;
  padding: 0px;
  margin: 0px;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  background: #fafafa;
}

.smart-form .col-sm-12,
.smart-form .col-md-12,
.smart-form .col-lg-12 {
  padding-left: 13px;
  padding-right: 13px;
}

.smart-form .row {
  margin-left: -13px;
  margin-right: -13px;
}

.smart-form .onoffswitch {
  margin-top: 3px;
  margin-left: 5px;
  margin-bottom: 3px;
}

.smart-form .onoffswitch-label {
  margin-bottom: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.smart-form .onoffswitch-inner {
  margin-left: -100%;
  width: 200%;
  display: block;
}

.smart-form .col {
  min-height: 51px;
}

.smart-form .col .col {
  min-height: auto;
}

.smart-form .has-error select, .smart-form .has-error select:focus, .smart-form .has-error input[type="submit"]:hover {
  border-color: #b94a48;
}

.smart-form .popover .popover-title {
  padding: 8px 14px;
}

.smart-form .popover .popover-content {
  padding: 9px 14px;
}

.smart-form section .col:not(.hasDatepicker) {
  padding-left: 0px;
  padding-right: 0px;
}

.smart-form .input.select {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
      grid-template-columns: 120px auto;
}

.smart-form .input.select input, .smart-form .input.select select {
  width: auto;
  -ms-grid-row: 1;
  grid-row: 1;
}

.smart-form .input.select select {
  border-left-style: none;
}

.smart-form .input.select input[type="hidden"] ~ select {
  grid-column: span 2;
  border-left-style: solid;
}

.smart-form .input.select .help-block {
  grid-column: span 2;
}

.smart-form .input.select input {
  width: 100%;
  z-index: 1;
}

.smart-form .input.select i {
  top: 0px;
  margin-top: 10px;
}

.smart-form .textarea > .cke.cke_chrome {
  border: 1px solid #BDBDBD;
}

.smart-form .input.has-feedback,
.smart-form .select.has-feedback {
  padding-bottom: 15px;
}

.smart-form .input.has-error {
  padding-bottom: 0px;
}

.smart-form .select.has-feedback i.form-control-feedback {
  right: -15px;
}

.smart-form .input input[type="text"]:not(.placeholder):-moz-read-only {
  background: #f9f9f9;
  cursor: default;
}

.smart-form .input input[type="text"]:not(.placeholder):read-only {
  background: #f9f9f9;
  cursor: default;
}

.smart-form .select.has-feedback.has-error {
  padding-bottom: 0px;
}

.smart-form .select.has-feedback.has-error i.form-control-feedback:before {
  content: "\e014";
  position: absolute;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
}

.smart-form .select.has-feedback.has-error,
.smart-form .select.has-feedback.has-error i.form-control-feedback:after {
  content: '';
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
}

.smart-form .select.has-feedback.has-success i.form-control-feedback:before,
.smart-form .select.has-feedback.has-success i.form-control-feedback:after {
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
}

.smart-form .select.has-feedback.has-success i.form-control-feedback:before {
  content: "\e013";
  position: absolute;
}

.smart-form .select.has-feedback.has-success i.form-control-feedback:after {
  content: '';
}

.smart-form section ul.help-block {
  list-style: none;
}

.smart-form section ul.help-block li {
  color: #b94a48;
  font-size: 14px;
  font-weight: bold;
}

.smart-form .statusBar {
  background: #f2f2f2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  line-height: 22px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 0px #ffffffab inset;
          box-shadow: 0px 1px 0px #ffffffab inset;
}

.smart-form .statusBar > * {
  text-overflow: ellipsis;
  overflow: hidden;
}

.smart-form .statusBar .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0px 8px;
}

.smart-form .statusBar .item.progress {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding: 0px;
}

.smart-form .statusBar .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  justify-self: flex-end;
  padding: 0px 4px;
}

.smart-form .statusBar .separator {
  width: 1px;
  border-left: 1px solid #d7d4d4;
  border-right: 1px solid white;
}

.smart-form footer .btn-lg {
  padding: 10px 36px 36px 36px;
}

.smart-form .select i {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.smart-form .select2 .select2-selection__arrow {
  display: none;
}

.smart-form .table table ul {
  list-style-position: inside;
  padding-left: 40px;
}

.smart-form td.numeric {
  text-align: right;
}

.smart-form .well section.col:first-child, .smart-form .well section.col:nth-child(2) {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.smart-form .well section.col div.col {
  height: 25px;
}

.smart-form footer.btn + .popover {
  margin-top: -30px;
}

.smart-form fieldset section label.edu-label {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.smart-form .row {
  margin-left: -13px;
  margin-right: -13px;
}

.smart-form .dt-toolbar {
  padding: 6px 7px;
}

.smart-form .dt-toolbar .btn-group * {
  padding: 6px 7px;
}

.smart-form footer {
  position: relative;
}

.smart-form footer div .select.float-left {
  margin: 10px 0px 0px 0px;
}

.smart-form footer .select {
  float: right;
  height: 31px;
  width: 100%;
  margin: initial;
  padding: 0px 0px 0px 5px;
}

.smart-form footer section.col.padding-top-edu-label {
  margin-top: 40px;
  float: right;
}

.smart-form footer section.col.padding-top-edu-label input {
  margin-top: 0px;
}

.smart-form footer .btn.btn-primary {
  background-color: #296191;
}

.smart-form footer .col.padding-top-button {
  margin-top: 45px;
}

.smart-form footer .col.padding-top-button input[type=submit] {
  margin-top: 0px;
}

.smart-form footer .checkbox.override input {
  position: absolute;
}

.smart-form footer .btn {
  font-weight: bold;
}

.smart-form footer .checkbox,
.smart-form footer .checkbox input {
  position: initial;
}

.smart-form footer .edu-label {
  padding: 11px 5px 0px 0px;
  margin: 10px 0 0 5px;
}

.smart-form footer section {
  margin-bottom: 0px;
}

.smart-form footer section .edu-label.field {
  float: right;
  margin-top: 0px;
}

.smart-form footer section .edu-label.col-4 {
  padding-right: 0px;
  margin-left: 0px;
}

.smart-form footer section .col {
  float: right;
  margin-top: 10px;
  padding-left: 0px !important;
}

.smart-form footer section .col.field {
  float: left;
}

.smart-form footer section .col.field .col,
.smart-form footer section .col.field .col .edu-label.field,
.smart-form footer section .col.field .select {
  float: left;
}

.smart-form footer section .col.field .select {
  width: 100%;
  margin-left: 0px;
}

.smart-form footer section .col.field .col {
  padding-right: 15px;
  padding-left: 15px;
}

.smart-form footer section .col .col {
  margin-top: 0px;
}

.smart-form footer section .col .col .edu-label.col-6 {
  padding-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.smart-form footer section .col .col .btn {
  margin-top: 0px;
}

.smart-form footer section .col input[type=submit] {
  margin-top: 10px;
}

.smart-form footer section .col .icon-append {
  top: 32px;
}

.smart-form .radiogrp .has-feedback:after {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 26px;
  left: 3px;
  color: red;
}

.smart-form .radiogrp .has-feedback.has-error:after {
  content: "\e014";
}

.smart-form fieldset.label-overflow section label.edu-label {
  overflow: visible;
  white-space: normal;
}

.smart-form .btn {
  padding: 6px 12px;
  font-weight: bold;
}

.smart-form .btn.btn-primary.error {
  background-color: #912e22;
  color: white;
}

.smart-form .btn.btn-primary.error:before {
  content: "\f00d";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.smart-form .dt-toolbar-footer {
  padding: 5px 10px !important;
}

@media screen and (min-width: 992px) {
  .smart-form {
    /* add padding to all but the label and the first column */
  }
  .smart-form section .col:nth-child(n+2) {
    padding-left: 15px;
  }
}

.well {
  display: inline-block;
  width: 100%;
}

.well section div {
  margin-bottom: 3px;
}

.edu-label {
  font-weight: bold;
  line-height: 25px;
}

h1.entry-title {
  text-align: center;
}

div.entry-content {
  max-width: 980px;
  width: 100%;
}

.hentry {
  max-width: 980px;
  margin: 0 auto;
}

div.instructions {
  text-align: left;
  color: #616161;
  font-size: 16px;
  padding-bottom: 30px;
}

/* Alert styles for highlighting informational text*/
.session-data .name-emph,
#classic-record-banner .name-emph {
  color: black;
  font-style: italic;
}

.session-data .name-deemph,
.session-data .execution,
#classic-record-banner .name-deemph {
  color: #3276b1;
  font-weight: 700;
  font-size: 13px;
}

.session-data .alert-none,
#classic-record-banner .alert-none {
  color: black;
  font-style: normal;
}

.session-data .alert-normal,
#classic-record-banner .alert-normal {
  color: black;
  font-style: normal;
}

.session-data .alert-notice,
#classic-record-banner .alert-notice {
  color: black;
  font-style: normal;
}

.session-data .alert-warning,
#classic-record-banner .alert-warning {
  color: orange;
  font-style: normal;
  background-color: initial;
}

.session-data .alert-severe,
#classic-record-banner .alert-severe {
  color: red;
  font-style: normal;
}

.session-data .alert-final,
#classic-record-banner .alert-final {
  color: black;
  font-style: normal;
}

.session-data .alert-removed,
#classic-record-banner .alert-removed {
  color: orange;
  font-style: normal;
}

.session-data .alert-unknown,
#classic-record-banner .alert-unknown {
  color: orange;
  font-style: normal;
}

#logo-group > span {
  height: 45px;
}

#logo {
  margin-top: 0px;
  margin-left: 0px;
  width: 500px;
}

#logo .provider-logo {
  height: 45px;
  width: auto;
  padding-top: 2px;
  margin-right: 10px;
  margin-left: 0px;
}

#logo .provider-logo + img {
  height: 45px;
  width: auto;
}

.online_application label {
  display: block;
  min-height: 36px;
}

.online_application label input,
.online_application label select,
.online_application label textarea {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
  border: 0px;
}

.online_application label select {
  background: url(/images/dropdown.png) no-repeat scroll right center !important;
  -webkit-appearance: none;
  padding: 20px 80px 20px 20px;
}

.online_application label.select {
  background: #ffffff;
  border-radius: 5px;
  padding-bottom: 2px;
}

.online_application label.input {
  padding-bottom: 2px;
}

.online_application input[type=button],
.online_application input[type=submit] {
  width: 48%;
  -webkit-appearance: button;
  cursor: pointer;
  background: #3276b1;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 32px;
  padding: 15px 24px;
  text-align: center;
  text-decoration: none;
}

.online_application .textarea textarea {
  resize: none;
}

.online_application .checkboxlist div {
  width: 100%;
  /*  position: relative;*/
  padding: 10px;
  display: inline-block;
}

.online_application .checkboxlist div input[type="checkbox"] {
  display: none;
}

.online_application .checkboxlist div input[type="checkbox"]:checked + label:before {
  color: #0D8600;
  content: "\2713";
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.online_application .checkboxlist div label {
  float: left;
  font-size: 16px;
  top: 20px;
  font-family: arial;
  position: relative;
  width: 95%;
  cursor: pointer;
  font-weight: normal;
}

.online_application .checkboxlist div label:before {
  background: #fff;
  content: "";
  display: block;
  float: left;
  padding: 5px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-bottom: 0px;
  cursor: pointer;
}

.online_application .checkboxlist {
  padding-bottom: 5px;
}

.online_application section {
  padding-bottom: 5px;
}

.online_application #usiSection {
  display: none;
}

.padding-left-15,
.smart-form footer section .col.padding-left-15 {
  padding-left: 15px !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

td div.action-menu {
  float: right;
  padding-right: 5px;
}

tr[data-action-menu-id] ul,
ul[data-action-menu] {
  list-style-type: none;
  background: #296191;
  display: block;
  padding: 0px;
  min-width: 200px;
}

tr[data-action-menu-id] ul li,
ul[data-action-menu] li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

tr[data-action-menu-id] ul li > a,
ul[data-action-menu] li > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: normal;
  font-weight: bold;
  display: block;
  padding: 2px .4em;
}

tr[data-action-menu-id] ul li:not(:last-child),
ul[data-action-menu] li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

tr[data-action-menu-id] ul a,
ul[data-action-menu] a {
  color: #fff;
}

tr[data-action-menu-id] ul a:hover,
ul[data-action-menu] a:hover {
  background: #474544;
}

tr[data-action-menu-id],
ul[data-action-menu] {
  display: none;
}

tr[data-action-menu-id] ul {
  float: right;
  margin-bottom: 0px;
}

.table > tbody > tr[data-action-menu-id] > td {
  padding: 0px;
}

.smart-form footer section.attendance-stats * {
  float: left !important;
  padding: 0px;
  margin: 0px;
}

.smart-form footer section.attendance-stats .edu-label {
  background: #d5d5d5;
  width: 100%;
}

.smart-form footer section .checkbox input[type=checkbox] {
  display: none;
}

.uploadProgress {
  height: 32px;
}

.uploadProgress .upload_frame {
  height: 32px;
}

.smart-form footer .button-field .btn {
  margin-top: 40px;
}

.btn {
  text-transform: uppercase;
  font-weight: bold;
}

.btn-primary {
  background-color: #296191;
}

.btn-primary:hover {
  background-color: #474544;
}

.smart-form input.ccNumber {
  background-image: url("/images/cc-images.png");
  background-position: 2px -121px, 260px -61px;
  background-size: 120px 361px, 120px 361px;
  background-repeat: no-repeat;
  padding-left: 54px;
}

.smart-form input.ccNumber.visa {
  background-position: 2px -163px, 260px -61px;
}

.smart-form input.ccNumber.mastercard {
  background-position: 2px -247px, 260px -61px;
}

#header .ajax-dropdown {
  top: 38px;
}

#header .ajax-dropdown.contacts {
  width: 344px;
  margin: 0px -172px 0px 0px;
  right: 0px;
  left: -166px;
}

#header .ajax-dropdown.online-help {
  height: initial;
  width: 600px;
  right: -110px;
}

#header .ajax-dropdown.online-help:before {
  right: 117px;
}

#header .ajax-dropdown.online-help:after {
  right: 118px;
}

section.login-logo {
  margin-bottom: 10px;
}

.login-message,
.login-message div {
  min-height: 245px;
}

#main.maintenance-mode {
  margin-left: 0px;
}

.maintenance-mode .well {
  height: 100px;
  text-align: center;
  font-size: 20px;
}

.smart-form .radio i {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.smart-form .tab-content {
  width: 100%;
  display: inline-block;
}

.smart-form .tab-pane.active {
  display: inline-block;
  width: 100%;
}

#import_error_log .paradigmFields,
#import_error_log .importedData .datafile ul {
  display: none;
}

#permission_field_list {
  display: none;
}

#usi_details section section label.usi_message {
  height: 50px;
}

.error {
  color: #f00;
}

label.importer_placeholder,
label.placeholder {
  width: 97%;
  border-bottom: dashed 1px #08c;
  height: 100%;
  white-space: nowrap;
}

#entity_search_list .toggle i {
  zoom: 2;
  right: inherit;
}

#entity_search_list .toggle {
  padding-right: 101px;
}

#entity_search_list .badge {
  padding: 10px;
  border-radius: 20px;
  margin-top: 9px;
}

#entity_search_list ul {
  list-style: none;
  width: 100%;
  display: block;
}

#entity_search_list ul li {
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}

#entity_search_list ul li section:first-child {
  padding-left: 15px;
  height: 45px;
}

#entity_search_list ul li section {
  padding-top: 5px;
}

#entity_search_list ul li:first-child:before {
  top: -15px;
  height: 45px;
}

#entity_search_list ul li:before {
  content: '';
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 2px 2px;
  height: 35px;
  position: absolute;
  width: 10px;
}

#entity_search_list ul li:after {
  position: absolute;
  left: 20px;
  width: 10px;
  height: 52px;
  content: '';
  border-width: 0 0 0 2px;
  border-color: #ccc;
  border-style: solid;
  top: 32px;
}

#entity_search_list ul.parent li:after {
  height: calc(100%);
}

#entity_search_list ul.parent ul li:after {
  height: 52px;
}

#entity_search_list ul.parent li:first-child .badge {
  display: none;
}

#entity_search_list ul li:last-child:after {
  content: initial;
}

#entity_search_list ul li section.entityRow {
  padding-left: 15px;
}

#entity_search_list ul li .badge {
  position: relative;
  top: -5px;
  left: 100px;
  margin-left: 5px;
}

#hidden-authuser {
  display: none;
}

.hidden-menu #hide-menu i {
  color: inherit;
}

#topcontrol {
  color: #fff;
  z-index: 99;
  width: 70px;
  height: 70px;
  font-size: 60px;
  background: #3A3633;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 5px !important;
}

#topcontrol:after {
  top: -10px;
  left: 15px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}

.smart-form table tfoot {
  text-align: right;
}

.smart-form table tfoot .btn {
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
  font-weight: bold;
}

.smart-form table tfoot td:only-child .btn {
  float: right;
}

.smart-form table tfoot.centered {
  text-align: center;
}

.smart-form table tfoot .btn.btn-primary + a.edu-btn {
  display: inline-block;
  margin: 10px 0px 0px 0px;
  min-width: 31px;
  text-align: center;
  padding: 3px 0px;
}

.table.center-data tbody td {
  text-align: center;
}

.has-feedback {
  counter-reset: feeedback;
}

ul.help-block {
  list-style: none;
}

small.help-block, ul.help-block li {
  font-size: 14px;
  font-weight: bold;
  color: red;
}

#utube-help-list {
  list-style: none;
  padding: 0px;
}

#utube-help-list ul.playlistItems {
  list-style: none;
  padding-left: 24px;
}

#utube-help-list > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px;
}

#utube-help-list > li > div i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

#utube-help-list > li > div span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 10px;
  font-size: 16px;
}

#utube-help-list > li > div.closed {
  cursor: pointer;
}

#utube-help-list > li > div.open i, #utube-help-list > li > div:hover i {
  color: red;
}

#utube-help-list .utube-item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#utube-help-list .utube-item:not(:first-child) {
  padding-top: 5px;
}

#utube-help-list .utube-item span.image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#utube-help-list .utube-item span.details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 8px;
}

#utube-help-list .utube-item span.details h1 {
  margin-top: 0px;
}

label.version {
  padding-top: 5px;
}

.popover .popover-title {
  font-size: 14px;
  padding: 5px 5px;
  text-transform: uppercase;
}

.popover .popover-content {
  padding: 5px 5px;
}

table.session_attendance div.popover .popover-title {
  font-size: 14px;
  padding: 5px 5px;
  text-transform: uppercase;
}

table.session_attendance div.popover .popover-content {
  padding: 5px 5px;
}

table.session_attendance div.popover .popover-content .attendance-tooltip {
  float: right;
}

#student_image .widget-body div {
  text-align: center;
}

#student_image .widget-body div img {
  max-width: 220px;
  max-height: 215px;
}

#student_image form.dropzone .dz-message {
  top: initial;
  bottom: 15px;
  height: initial;
}

#student_image .dropzone {
  background-image: initial;
  background-color: initial;
  border: initial;
}

#student_image .dropzone .dz-message span {
  background: white;
}

#student_image.dz-drag-hover {
  border: 5px dashed #ccc;
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.15);
}

input:focus,
select:focus {
  border-color: #275b89;
}

#testSite {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 190px;
  height: 75px;
  color: maroon;
  background: #fff;
  opacity: 0.75;
  z-index: 1000;
  text-align: center;
  font-size: xx-large;
  font-weight: bolder;
  padding-top: 15px;
}

#associated_file_attachments .dropzone {
  min-height: 136px;
}

label.input .input-group + .form-control-feedback {
  display: none;
}

label.input .form-control-feedback {
  top: 10px;
}

label.input .fa-check {
  color: green;
}

label.input .fa-times-circle {
  color: red;
}

table td label.placeholder {
  width: 97%;
  border: solid 1px #d5d5d5;
  height: 100%;
  white-space: nowrap;
}

.bg-lightgray {
  background-color: lightgray !important;
}

.btn.btn-primary.loading, .btn.btn-primary.error, .btn.btn-primary.has-icon {
  position: relative;
  padding-right: 8px;
  padding-left: 32px;
  overflow: hidden;
}

.btn.btn-primary.loading > i, .btn.btn-primary.error > i, .btn.btn-primary.has-icon > i {
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin-right: 5px;
  color: white;
  text-shadow: 1px 1px 1px #000;
}

ul.no-icon {
  list-style: none;
}

.course-plan .sessionlist {
  background-color: #6d6e76;
}

.table.payments ul {
  list-style: none;
}

.table.payments ul .table tr {
  background-color: rgba(205, 209, 98, 0.05) !important;
  background-image: initial;
}

#student_image td img {
  /*  width: 220px; */
  height: 215px;
}

.MessageBoxMiddle .table thead tr th {
  color: #000;
}

.MessageBoxContainer {
  top: 20%;
}

.table-hover > tbody > tr.selected:hover > td {
  background-color: #fff;
}

div.drawable {
  border: solid 1px #d5d5d5;
}

fieldset.form-group div heading h2 {
  padding-bottom: 5px;
}

.smart-form fieldset section label.edu-label {
  width: 100%;
}

.applicant_portal.smart-form fieldset section label.edu-label {
  width: 100%;
  white-space: normal;
  overflow: visible;
}

.onoffswitch.record-lock {
  width: 70px;
}

.onoffswitch.record-lock .onoffswitch-switch {
  right: 52px;
}

a.btn.btn-primary.lockedRecord,
a.lockedRecord,
a.btn.btn-primary.lockedRecord:hover,
a.lockedRecord:hover,
.btn:disabled, .btn.disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
  background-color: #7196b5 !important;
}

/* Making the last modified stuff look better*/
.smart-form .well section.col:first-child,
.smart-form .well section.col:nth-child(2) {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.smart-form .well section.col div.col {
  height: 25px;
}

.smart-form .table table ul {
  list-style-position: inside;
  padding-left: 40px;
}

body.applicant_register_class #content {
  padding-top: 50px;
}

.table > thead > tr > th {
  text-align: center;
}

.checkbox label.bold {
  font-weight: bold;
  padding-left: 0px;
}

#providerLogin {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 220px;
      grid-template-columns: auto 220px;
  grid-gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#providerLogin .logo {
  -ms-grid-rows: auto max-content auto;
      grid-template-rows: auto -webkit-max-content auto;
      grid-template-rows: auto max-content auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1201px) {
  #providerLogin .logo {
    max-width: 500px;
  }
}

#providerLogin .logo img {
  max-width: 100%;
  -ms-grid-row: 2;
  grid-row: 2;
  padding: 4px;
  border: 1px solid #ddd;
}

#providerLogin .message {
  width: 500px;
  max-height: 70vh;
  overflow: auto;
}

#providerLogin .well {
  display: block;
  width: auto;
  margin: 0px;
  height: 100%;
}

@media (max-width: 1200px) {
  #providerLogin {
    display: block;
    max-width: 500px;
    margin: auto;
  }
  #providerLogin .logo {
    grid-column: span 2;
  }
}

@media (max-width: 520px) {
  #providerLogin {
    max-width: 100%;
  }
}

#providerLogin.col3 {
  -ms-grid-columns: auto 500px 220px;
      grid-template-columns: auto 500px 220px;
}

@media (max-width: 1200px) {
  #providerLogin.col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 500px 220px;
        grid-template-columns: 500px 220px;
    max-width: 790px;
  }
}

@media (max-width: 770px) {
  #providerLogin.col3 {
    display: block;
    max-width: 500px;
  }
  #providerLogin.col3 .message {
    display: none;
  }
}

.alert-danger td, .alert-danger th, .alert-danger table {
  border-color: rgba(0, 0, 0, 0.4);
}

.smart-form .surveyBttn, .btn.loading .spinner {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smart-form .btn.silverselect {
  position: relative;
  padding: 0px 40px 0px 4px;
  background-color: #eee;
  line-height: 33px;
  display: inline-block;
}

.smart-form .btn.silverselect.hidevalue .option-value {
  display: none;
}

.smart-form .btn.silverselect:after {
  content: "\f107";
  background: #296191;
  font-family: FontAwesome;
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 33px;
  text-align: center;
  width: 33px;
  -webkit-transition: color 200ms;
  transition: color 200ms;
  font-size: 24px;
  text-shadow: 1px 1px 2px black;
}

.smart-form .btn.silverselect:hover:after {
  background-color: #474544;
}

.smart-form .btn.silverselect:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.smart-form .btn.silverselect:active:after {
  color: yellow;
}

.smart-form .btn.silverselect .bttn-label {
  line-height: 0px;
  word-wrap: none;
}

.smart-form .btn.silverselect .bttn-label span {
  display: inline-block;
  vertical-align: top;
  line-height: 33px;
}

.smart-form .btn.silverselect .bttn-label .option-value {
  padding-right: 4px;
}

.smart-form .btn.silverselect .bttn-label .option-label {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal .modal-content .spinner {
  text-align: center;
  display: block;
  padding: 30px;
}

.modal .modal-content .spinner i {
  display: block;
  font-size: 40px;
}

.modal.surveySelect .modal-body, .modal.silverSelect .modal-body {
  padding-top: 0px;
}

.modal.surveySelect .search input, .modal.silverSelect .search input {
  border-style: none;
  line-height: 25px;
  padding: 4px;
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-left-style: none;
  border-right-style: none;
}

.modal.surveySelect legend, .modal.silverSelect legend {
  margin-bottom: 0px;
}

.modal.surveySelect .item, .modal.silverSelect .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  padding: 4px 0px;
  cursor: pointer;
  background-color: white;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.modal.surveySelect .item > div, .modal.silverSelect .item > div {
  padding: 0px 4px;
}

.modal.surveySelect .item .optionvalue, .modal.silverSelect .item .optionvalue {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin-right: 4px;
}

.modal.surveySelect .item .optionlabel, .modal.silverSelect .item .optionlabel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  line-height: normal;
  text-align: left;
}

.modal.surveySelect .item:hover, .modal.silverSelect .item:hover {
  background-color: #e6e6fc;
}

.modal.surveySelect .item.selected, .modal.silverSelect .item.selected {
  background-color: #6767b3;
  color: white;
}

.modal.surveySelect.question.DEST-E490 .item .optionvalue, .modal.silverSelect.question.DEST-E490 .item .optionvalue {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min-content;
          flex: 0 0 min-content;
}

/* This is a custom checkbox handler for recognizing null values */
.NullableCheckbox {
  display: inline-block;
  border: 1px solid #aaa;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
  background: #fafafa;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(40%, #e5e5e5), to(#c9c9c9));
  background: linear-gradient(to bottom, #fafafa 0%, #e5e5e5 40%, #c9c9c9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#c9c9c9',GradientType=0 );
  /* IE6-9 */
}

.NullableCheckbox:before {
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  width: 20px;
  height: 20px;
}

.NullableCheckbox.off:before {
  content: "";
}

.NullableCheckbox.on:before {
  content: "\f00c";
}

.NullableCheckbox.null:before {
  content: "\f128";
  opacity: 0.5;
}

div.dataTables_length {
  text-align: right;
}

div.dataTables_length label {
  float: none;
}

.dataTable td.numeric {
  text-align: right;
}

.dataTable .null {
  color: #6f6f6f;
  font-style: italic;
  text-transform: uppercase;
}

table.dataTable thead > tr > th input, table.dataTable thead > tr > th input[type=checkbox] {
  width: 13px !important;
}

#form_field_summary tbody td:nth-child(n+2) {
  text-align: center;
  padding: 0px;
}

#form_field_summary tbody td:nth-child(n+2) label.checkbox, #form_field_summary tbody td:nth-child(n+2) label.radio {
  padding: 10px;
  line-height: normal;
}

#form_field_summary tbody td:nth-child(n+2) label.checkbox i, #form_field_summary tbody td:nth-child(n+2) label.radio i {
  position: relative;
  display: inline-block;
  left: 0px;
  right: 0px;
}

#form_field_summary tbody td:nth-child(n+2) section {
  margin: 0px;
}

section.radiogrp > section {
  margin: 0px;
}

.alert {
  max-height: 180px;
  overflow-y: auto;
  text-align: left;
}

.alert font, .alert b {
  text-transform: uppercase;
}

.alert.alert-danger td, .alert.alert-danger th, .alert.alert-danger table {
  border-color: rgba(0, 0, 0, 0.4);
}

.alert.alert-danger a {
  color: #d4d4f5;
}

.TCSIRow {
  display: none;
}

.TCSIRow.initialized {
  display: block;
}

.TCSIRow.placeholder {
  display: block;
}

.TCSIRow .responseMessages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min-content;
      grid-template-columns: auto -webkit-min-content;
      grid-template-columns: auto min-content;
  line-height: 0px;
}

.TCSIRow .responseMessages .alert {
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}

.TCSIRow .responseMessages .alert .methodMessage {
  margin-right: 4px;
}

.TCSIRow .messages {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.TCSIRow .messages:empty {
  display: none;
}

.TCSIRow .messages:empty + div {
  display: none;
}

.TCSIRow .clearMsgs {
  -ms-grid-column: 2;
  grid-column: 2;
}

.TCSIRow .clearMsgs:only-child {
  display: none;
}

.TCSIRow .clearMsgs:after {
  content: '\f00d';
  font-family: FontAwesome;
  line-height: 26px;
}

#tcsi-fetchall .alert {
  margin: 0px;
}

#tcsi-fetchall table {
  border-collapse: collapse;
}

#tcsi-fetchall .dt-toolbar-footer {
  display: none;
}

#tcsi-fetchall .tcsi-success {
  font-size: 30px;
  padding: 5px 4px;
  color: green;
  display: block;
  text-align: center;
  line-height: 29px;
}

.TCSITable .specialCourseType {
  max-width: 500px;
}

.TCSITable.table > thead > tr > th {
  vertical-align: top;
}

.TCSIExtraComparitor {
  border-top: 1px solid #ddd !important;
}

.TCSIExtraComparitor .actionCol i {
  text-align: center;
  line-height: 39px;
  min-width: 33px;
  color: green;
}

.TCSIExtraComparitor.selectable .selectable {
  cursor: pointer;
}

.dataTables_wrapper {
  overflow: auto;
}

.compactWarning {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.compactWarning > span {
  display: inline-block;
  color: red;
  font-size: 17px;
}

.compactWarning > span i {
  vertical-align: top;
  line-height: 22px;
}

.compactWarning > div {
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 200px;
  font-size: 14px;
  margin-top: -1px;
}

#login-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: min-content 1fr min-content;
      grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
      grid-template-rows: min-content 1fr min-content;
  height: 100%;
}

.smart-form.entityExtra {
  display: none;
}

.smart-form.entityExtra.new, .smart-form.entityExtra.existing {
  display: block;
}

.smart-form.entityExtra .alert {
  margin-bottom: 0px;
}

.smart-form.entityExtra .auditLog {
  width: 100%;
  border-top: 1px solid #d9d9d9 !important;
  border-collapse: initial;
}

.smart-form.entityExtra .auditLog td:nth-child(4), .smart-form.entityExtra .auditLog td:nth-child(5) {
  text-align: right;
}

.smart-form.entityExtra.legacy .form-control-feedback {
  line-height: inherit;
  right: -17px;
  padding-top: 2px;
  height: auto;
  width: auto;
}

.smart-form.entityExtra.legacy .has-feedback .help-block {
  text-align: right;
  text-transform: capitalize;
  clear: both;
}

.editBtn {
  font-size: 24px;
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
}

.editBtn:hover {
  color: #1e507d;
}

.editBtn:before {
  content: "\f044";
  display: block;
}

/**
 * Changes applied to forms reflected back to the user.
*/
.bsa-changedMonitor.bsa-changedMonitor-edutags .bsa-changedMonitor-modified .edu-label:after {
  content: 'Modified';
  font-weight: normal;
  font-size: 12px;
  margin: 0px 8px;
  text-transform: capitalize;
  background-color: #57889c;
  display: inline-block;
  line-height: normal;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding: 0px 6px;
  position: relative;
}

.bsa-changedMonitor.bsa-changedMonitor-tables .bsa-changedMonitor-modified:not(.area):after {
  content: 'Modified';
  font-weight: normal;
  font-size: 12px;
  margin: 0px 8px;
  text-transform: capitalize;
  background-color: #57889c;
  display: inline-block;
  line-height: normal;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding: 0px 6px;
  position: relative;
  display: inline-block;
  margin: 4px;
}

.bsa-changedMonitor.bsa-changedMonitor-tables .bsa-changedMonitor-modified.area {
  position: relative;
  background: #c0d5c5;
}

.bsa-changedMonitor.bsa-changedMonitor-tables .bsa-changedMonitor-modified.area:after {
  content: 'Modified';
  font-weight: normal;
  font-size: 12px;
  margin: 0px 8px;
  text-transform: capitalize;
  background-color: #57889c;
  display: inline-block;
  line-height: normal;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding: 0px 6px;
  position: relative;
  position: absolute;
  background: transparent;
  margin: 0px;
  bottom: 0px;
  right: 0px;
  color: #6f6f6f;
}

.bsa-changedMonitor.bsa-changedMonitor-tables.entityExtra .bsa-changedMonitor-modified.area {
  padding-right: 70px;
}

.bsa-changedMonitor-modified .jarviswidget > header > h2:after {
  content: 'Modified';
  font-weight: normal;
  font-size: 12px;
  margin: 0px 8px;
  text-transform: capitalize;
  background-color: #57889c;
  display: inline-block;
  line-height: normal;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding: 0px 6px;
  position: relative;
}

#heims-tcsi-response .errorIdentifier:after {
  content: ' - ';
}

#heims-tcsi-response .heimsLink {
  color: #3276b1;
  -webkit-text-decoration: underline dotted red;
          text-decoration: underline dotted red;
  padding: 0px 4px;
  cursor: pointer;
}

#heims-tcsi-response .expand-tcsi-error {
  min-width: 135px;
  margin-right: 4px;
  vertical-align: top;
}

#heims-tcsi-response .expand-tcsi-error span {
  margin-right: 4px;
  min-width: 95px;
  text-align: left;
  display: inline-block;
}

#widget-grid > .btn {
  margin: 4px;
}

#widget-grid > .btn:only-of-type {
  margin: 0px 0px 20px 0px;
}

.checkboxblock {
  display: block;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto;
      grid-template-columns: 20px auto;
  margin-bottom: 0.2em;
}

.checkboxblock > * {
  vertical-align: top;
  display: inline-block;
}

#resetuserlogindetails {
  min-width: 220px;
  max-width: 550px;
  margin: auto;
}

@media (max-width: 560px) {
  #resetuserlogindetails {
    max-width: auto;
  }
}

.popoverCell, .table .popoverCell {
  padding: 0px;
}

.popoverCell > div:first-child, .table .popoverCell > div:first-child {
  padding: 10px 8px;
  min-height: 52px;
}

.student-feeplan-summary {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
}

.student-feeplan-summary .numeric, .student-feeplan-summary .date {
  text-align: right;
}

.student-feeplan-summary .debt {
  color: red;
}

.student-feeplan-summary .credit {
  color: green;
}

.student-feeplan-summary span:nth-child(odd) {
  text-align: left;
}

.action-menu > .btn {
  cursor: context-menu;
}

.label-link {
  color: #214e75;
}

.label-link.show-hidden {
  display: block;
}

a.btn.btn-primary + .hidden.show-hidden {
  float: right;
}

a.btn.btn-primary + .hidden.show-hidden .btn.btn-primary {
  display: none;
}

a.btn.btn-primary + .hidden.show-hidden .label-link {
  display: inline-block;
  line-height: 31px;
  margin-top: 10px;
  background: #296191;
  color: white;
  position: relative;
  right: -21px;
  padding: 0px;
  border-right: 1px solid #aaa;
  width: 31px;
  font-size: 0px;
}

a.btn.btn-primary + .hidden.show-hidden .label-link:hover {
  background-color: #474544;
}

a.btn.btn-primary + .hidden.show-hidden .label-link:after {
  font-family: FontAwesome;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 31px;
  width: 31px;
  text-align: center;
}

a.btn.btn-primary + .hidden.show-hidden .label-link.label-link-label:after {
  content: "\f044";
}

a.btn.btn-primary + .hidden.show-hidden .label-link.label-link-form-field:after {
  content: "\f06e";
}

div.action-menu > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.action-menu > ul > li > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
}

tr[data-action-menu-id] a + .hidden.show-hidden, .action-menu a + .hidden.show-hidden {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-left: 8px;
}

tr[data-action-menu-id] a + .hidden.show-hidden a:not(.label-link), .action-menu a + .hidden.show-hidden a:not(.label-link) {
  display: none;
}

tr[data-action-menu-id] a + .hidden.show-hidden .label-link, .action-menu a + .hidden.show-hidden .label-link {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  font-size: 0px;
  position: relative;
  width: 21px;
  height: 21px;
  vertical-align: top;
}

tr[data-action-menu-id] a + .hidden.show-hidden .label-link:after, .action-menu a + .hidden.show-hidden .label-link:after {
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 21px;
  width: 21px;
  text-align: center;
  line-height: 21px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

tr[data-action-menu-id] a + .hidden.show-hidden .label-link.label-link-label:after, .action-menu a + .hidden.show-hidden .label-link.label-link-label:after {
  content: "\f044";
}

tr[data-action-menu-id] a + .hidden.show-hidden .label-link.label-link-form-field:after, .action-menu a + .hidden.show-hidden .label-link.label-link-form-field:after {
  content: "\f06e";
}

.jarviswidget-ctrls .jarviswidget-custom-btn:not(.show-hidden) {
  display: none;
}

td.siblingTimePeriodSelect {
  line-height: 19px;
  white-space: nowrap;
}

td.siblingTimePeriodSelect > * {
  vertical-align: top;
}

td.siblingTimePeriodSelect img {
  padding: 3px 4px;
  background: #eee;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}

td.siblingTimePeriodSelect img:hover {
  background: #e4e2e2;
}

.currentParticipants {
  text-align: right;
}

.currentParticipants .current:after {
  content: '/';
}

.blink {
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
          animation: blink-animation 1s steps(5, start) infinite;
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  display: block;
  padding-left: 0%;
  text-align: left;
  white-space: nowrap;
  -webkit-animation: marquee-animation 40s steps(400, start) infinite;
          animation: marquee-animation 40s steps(400, start) infinite;
}

@-webkit-keyframes marquee-animation {
  to {
    padding-left: 100%;
  }
}

@keyframes marquee-animation {
  to {
    padding-left: 100%;
  }
}
