@charset "UTF-8";
.editBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.editBtn:hover {
  color: #474544;
  text-decoration: none;
}
.editBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.editBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.editBtn.loading:before {
  content: "\f021";
}
.editBtn.loading span, .editBtn.loading .fa {
  display: none;
}
.actionCol > .editBtn {
  margin: 4px;
}
.editBtn.silverband-only {
  color: #935da6;
}
.editBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.editBtn:before {
  content: "\f044";
}

.checkBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.checkBtn:hover {
  color: #474544;
  text-decoration: none;
}
.checkBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.checkBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.checkBtn.loading:before {
  content: "\f021";
}
.checkBtn.loading span, .checkBtn.loading .fa {
  display: none;
}
.actionCol > .checkBtn {
  margin: 4px;
}
.checkBtn.silverband-only {
  color: #935da6;
}
.checkBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.checkBtn:before {
  content: "\f046";
}

.mortarboardBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.mortarboardBtn:hover {
  color: #474544;
  text-decoration: none;
}
.mortarboardBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.mortarboardBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.mortarboardBtn.loading:before {
  content: "\f021";
}
.mortarboardBtn.loading span, .mortarboardBtn.loading .fa {
  display: none;
}
.actionCol > .mortarboardBtn {
  margin: 4px;
}
.mortarboardBtn.silverband-only {
  color: #935da6;
}
.mortarboardBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.mortarboardBtn:before {
  content: "\f19d";
}

.playBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.playBtn:hover {
  color: #474544;
  text-decoration: none;
}
.playBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.playBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.playBtn.loading:before {
  content: "\f021";
}
.playBtn.loading span, .playBtn.loading .fa {
  display: none;
}
.actionCol > .playBtn {
  margin: 4px;
}
.playBtn.silverband-only {
  color: #935da6;
}
.playBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.playBtn:before {
  content: "\f04b";
}

.tableBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.tableBtn:hover {
  color: #474544;
  text-decoration: none;
}
.tableBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.tableBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.tableBtn.loading:before {
  content: "\f021";
}
.tableBtn.loading span, .tableBtn.loading .fa {
  display: none;
}
.actionCol > .tableBtn {
  margin: 4px;
}
.tableBtn.silverband-only {
  color: #935da6;
}
.tableBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.tableBtn:before {
  content: "\f0ce";
}

.emailBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.emailBtn:hover {
  color: #474544;
  text-decoration: none;
}
.emailBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.emailBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.emailBtn.loading:before {
  content: "\f021";
}
.emailBtn.loading span, .emailBtn.loading .fa {
  display: none;
}
.actionCol > .emailBtn {
  margin: 4px;
}
.emailBtn.silverband-only {
  color: #935da6;
}
.emailBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.emailBtn:before {
  content: "\f003";
}

.viewBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.viewBtn:hover {
  color: #474544;
  text-decoration: none;
}
.viewBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.viewBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.viewBtn.loading:before {
  content: "\f021";
}
.viewBtn.loading span, .viewBtn.loading .fa {
  display: none;
}
.actionCol > .viewBtn {
  margin: 4px;
}
.viewBtn.silverband-only {
  color: #935da6;
}
.viewBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.viewBtn:before {
  content: "\f1e5";
}

.copyBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.copyBtn:hover {
  color: #474544;
  text-decoration: none;
}
.copyBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.copyBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.copyBtn.loading:before {
  content: "\f021";
}
.copyBtn.loading span, .copyBtn.loading .fa {
  display: none;
}
.actionCol > .copyBtn {
  margin: 4px;
}
.copyBtn.silverband-only {
  color: #935da6;
}
.copyBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.copyBtn:before {
  content: "\f0c5";
}

.addBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.addBtn:hover {
  color: #474544;
  text-decoration: none;
}
.addBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.addBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.addBtn.loading:before {
  content: "\f021";
}
.addBtn.loading span, .addBtn.loading .fa {
  display: none;
}
.actionCol > .addBtn {
  margin: 4px;
}
.addBtn.silverband-only {
  color: #935da6;
}
.addBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.addBtn:before {
  content: "\f067";
}

.printBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.printBtn:hover {
  color: #474544;
  text-decoration: none;
}
.printBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.printBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.printBtn.loading:before {
  content: "\f021";
}
.printBtn.loading span, .printBtn.loading .fa {
  display: none;
}
.actionCol > .printBtn {
  margin: 4px;
}
.printBtn.silverband-only {
  color: #935da6;
}
.printBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.printBtn:before {
  content: "\f02f";
}

.mailBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.mailBtn:hover {
  color: #474544;
  text-decoration: none;
}
.mailBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.mailBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.mailBtn.loading:before {
  content: "\f021";
}
.mailBtn.loading span, .mailBtn.loading .fa {
  display: none;
}
.actionCol > .mailBtn {
  margin: 4px;
}
.mailBtn.silverband-only {
  color: #935da6;
}
.mailBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.mailBtn:before {
  content: "\f0e0";
}

.shareBtn, .addUnitBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.shareBtn:hover, .addUnitBtn:hover {
  color: #474544;
  text-decoration: none;
}
.shareBtn:before, .addUnitBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.shareBtn.loading, .addUnitBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.shareBtn.loading:before, .addUnitBtn.loading:before {
  content: "\f021";
}
.shareBtn.loading span, .shareBtn.loading .fa, .addUnitBtn.loading span, .addUnitBtn.loading .fa {
  display: none;
}
.actionCol > .shareBtn, .actionCol > .addUnitBtn {
  margin: 4px;
}
.shareBtn.silverband-only, .addUnitBtn.silverband-only {
  color: #935da6;
}
.shareBtn.silverband-only:hover, .addUnitBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.shareBtn:before, .addUnitBtn:before {
  content: "\f1e0";
}

.shareInvertBtn, .addConstraintBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.shareInvertBtn:hover, .addConstraintBtn:hover {
  color: #474544;
  text-decoration: none;
}
.shareInvertBtn:before, .addConstraintBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.shareInvertBtn.loading, .addConstraintBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.shareInvertBtn.loading:before, .addConstraintBtn.loading:before {
  content: "\f021";
}
.shareInvertBtn.loading span, .shareInvertBtn.loading .fa, .addConstraintBtn.loading span, .addConstraintBtn.loading .fa {
  display: none;
}
.actionCol > .shareInvertBtn, .actionCol > .addConstraintBtn {
  margin: 4px;
}
.shareInvertBtn.silverband-only, .addConstraintBtn.silverband-only {
  color: #935da6;
}
.shareInvertBtn.silverband-only:hover, .addConstraintBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.shareInvertBtn:before, .addConstraintBtn:before {
  content: "\f1e1";
}

.expandBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.expandBtn:hover {
  color: #474544;
  text-decoration: none;
}
.expandBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.expandBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.expandBtn.loading:before {
  content: "\f021";
}
.expandBtn.loading span, .expandBtn.loading .fa {
  display: none;
}
.actionCol > .expandBtn {
  margin: 4px;
}
.expandBtn.silverband-only {
  color: #935da6;
}
.expandBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.expandBtn:before {
  content: "\f0fe";
}
.expandBtn.expanded::before {
  content: "\f146";
}

.fileBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.fileBtn:hover {
  color: #474544;
  text-decoration: none;
}
.fileBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.fileBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.fileBtn.loading:before {
  content: "\f021";
}
.fileBtn.loading span, .fileBtn.loading .fa {
  display: none;
}
.actionCol > .fileBtn {
  margin: 4px;
}
.fileBtn.silverband-only {
  color: #935da6;
}
.fileBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.fileBtn:before {
  content: "\f0f6";
}

.downloadBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.downloadBtn:hover {
  color: #474544;
  text-decoration: none;
}
.downloadBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.downloadBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.downloadBtn.loading:before {
  content: "\f021";
}
.downloadBtn.loading span, .downloadBtn.loading .fa {
  display: none;
}
.actionCol > .downloadBtn {
  margin: 4px;
}
.downloadBtn.silverband-only {
  color: #935da6;
}
.downloadBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.downloadBtn:before {
  content: "\f019";
}

.zipBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.zipBtn:hover {
  color: #474544;
  text-decoration: none;
}
.zipBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.zipBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.zipBtn.loading:before {
  content: "\f021";
}
.zipBtn.loading span, .zipBtn.loading .fa {
  display: none;
}
.actionCol > .zipBtn {
  margin: 4px;
}
.zipBtn.silverband-only {
  color: #935da6;
}
.zipBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.zipBtn:before {
  content: "\f1c6";
}

.csvBtn, .xlsBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.csvBtn:hover, .xlsBtn:hover {
  color: #474544;
  text-decoration: none;
}
.csvBtn:before, .xlsBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.csvBtn.loading, .xlsBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.csvBtn.loading:before, .xlsBtn.loading:before {
  content: "\f021";
}
.csvBtn.loading span, .csvBtn.loading .fa, .xlsBtn.loading span, .xlsBtn.loading .fa {
  display: none;
}
.actionCol > .csvBtn, .actionCol > .xlsBtn {
  margin: 4px;
}
.csvBtn.silverband-only, .xlsBtn.silverband-only {
  color: #935da6;
}
.csvBtn.silverband-only:hover, .xlsBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.csvBtn:before, .xlsBtn:before {
  content: "\f1c3";
}

.imgBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.imgBtn:hover {
  color: #474544;
  text-decoration: none;
}
.imgBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.imgBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.imgBtn.loading:before {
  content: "\f021";
}
.imgBtn.loading span, .imgBtn.loading .fa {
  display: none;
}
.actionCol > .imgBtn {
  margin: 4px;
}
.imgBtn.silverband-only {
  color: #935da6;
}
.imgBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.imgBtn:before {
  content: "\f03e";
}

.upBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.upBtn:hover {
  color: #474544;
  text-decoration: none;
}
.upBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.upBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.upBtn.loading:before {
  content: "\f021";
}
.upBtn.loading span, .upBtn.loading .fa {
  display: none;
}
.actionCol > .upBtn {
  margin: 4px;
}
.upBtn.silverband-only {
  color: #935da6;
}
.upBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.upBtn:before {
  content: "\f077";
}

.undoBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.undoBtn:hover {
  color: #474544;
  text-decoration: none;
}
.undoBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.undoBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.undoBtn.loading:before {
  content: "\f021";
}
.undoBtn.loading span, .undoBtn.loading .fa {
  display: none;
}
.actionCol > .undoBtn {
  margin: 4px;
}
.undoBtn.silverband-only {
  color: #935da6;
}
.undoBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.undoBtn:before {
  content: "\f0e2";
}

.downBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.downBtn:hover {
  color: #474544;
  text-decoration: none;
}
.downBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.downBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.downBtn.loading:before {
  content: "\f021";
}
.downBtn.loading span, .downBtn.loading .fa {
  display: none;
}
.actionCol > .downBtn {
  margin: 4px;
}
.downBtn.silverband-only {
  color: #935da6;
}
.downBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.downBtn:before {
  content: "\f078";
}

.leftBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.leftBtn:hover {
  color: #474544;
  text-decoration: none;
}
.leftBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.leftBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.leftBtn.loading:before {
  content: "\f021";
}
.leftBtn.loading span, .leftBtn.loading .fa {
  display: none;
}
.actionCol > .leftBtn {
  margin: 4px;
}
.leftBtn.silverband-only {
  color: #935da6;
}
.leftBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.leftBtn:before {
  content: "\f053";
}

.rightBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.rightBtn:hover {
  color: #474544;
  text-decoration: none;
}
.rightBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.rightBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.rightBtn.loading:before {
  content: "\f021";
}
.rightBtn.loading span, .rightBtn.loading .fa {
  display: none;
}
.actionCol > .rightBtn {
  margin: 4px;
}
.rightBtn.silverband-only {
  color: #935da6;
}
.rightBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.rightBtn:before {
  content: "\f054";
}

.deleteBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.deleteBtn:hover {
  color: #474544;
  text-decoration: none;
}
.deleteBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.deleteBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.deleteBtn.loading:before {
  content: "\f021";
}
.deleteBtn.loading span, .deleteBtn.loading .fa {
  display: none;
}
.actionCol > .deleteBtn {
  margin: 4px;
}
.deleteBtn.silverband-only {
  color: #935da6;
}
.deleteBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.deleteBtn:before {
  content: "\f014";
}

.unlinkBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.unlinkBtn:hover {
  color: #474544;
  text-decoration: none;
}
.unlinkBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.unlinkBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.unlinkBtn.loading:before {
  content: "\f021";
}
.unlinkBtn.loading span, .unlinkBtn.loading .fa {
  display: none;
}
.actionCol > .unlinkBtn {
  margin: 4px;
}
.unlinkBtn.silverband-only {
  color: #935da6;
}
.unlinkBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.unlinkBtn:before {
  content: "\f127";
}

.cogBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.cogBtn:hover {
  color: #474544;
  text-decoration: none;
}
.cogBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.cogBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.cogBtn.loading:before {
  content: "\f021";
}
.cogBtn.loading span, .cogBtn.loading .fa {
  display: none;
}
.actionCol > .cogBtn {
  margin: 4px;
}
.cogBtn.silverband-only {
  color: #935da6;
}
.cogBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.cogBtn:before {
  content: "\f013";
}

.listBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.listBtn:hover {
  color: #474544;
  text-decoration: none;
}
.listBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.listBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.listBtn.loading:before {
  content: "\f021";
}
.listBtn.loading span, .listBtn.loading .fa {
  display: none;
}
.actionCol > .listBtn {
  margin: 4px;
}
.listBtn.silverband-only {
  color: #935da6;
}
.listBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.listBtn:before {
  content: "\f03a";
}

.visibilityBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.visibilityBtn:hover {
  color: #474544;
  text-decoration: none;
}
.visibilityBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.visibilityBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.visibilityBtn.loading:before {
  content: "\f021";
}
.visibilityBtn.loading span, .visibilityBtn.loading .fa {
  display: none;
}
.actionCol > .visibilityBtn {
  margin: 4px;
}
.visibilityBtn.silverband-only {
  color: #935da6;
}
.visibilityBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.visibilityBtn:before {
  content: "\f070";
}
.visibilityBtn.visible:before {
  content: "\f06e";
}

.userGroupBtn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
.userGroupBtn:hover {
  color: #474544;
  text-decoration: none;
}
.userGroupBtn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.userGroupBtn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.userGroupBtn.loading:before {
  content: "\f021";
}
.userGroupBtn.loading span, .userGroupBtn.loading .fa {
  display: none;
}
.actionCol > .userGroupBtn {
  margin: 4px;
}
.userGroupBtn.silverband-only {
  color: #935da6;
}
.userGroupBtn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
.userGroupBtn:before {
  content: "\f0c0";
}

.edu-widget-row ~ * {
  clear: both;
}
.edu-widget-row > .dataTables_wrapper:not(:first-child) {
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
}

h3 {
  font-size: 14px;
}

.client-form header {
  border-bottom-width: 1px;
}

#data-consent-form {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: white;
  overflow: auto;
  max-height: 90vh;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
@media screen and (min-width: 600px) {
  #data-consent-form {
    max-width: 90vw;
    width: 500px;
  }
}
#data-consent-form > header {
  display: grid;
}
@media screen and (min-width: 600px) {
  #data-consent-form > header {
    grid-template-columns: auto min-content;
  }
}
@media screen and (max-width: 599px) {
  #data-consent-form > header span {
    display: block;
  }
}
#data-consent-form > div {
  padding: 12px;
}
#data-consent-form p {
  margin-bottom: 1em;
}
#data-consent-form .legend {
  padding-top: 0px;
}
#data-consent-form label.checkbox {
  padding-left: 0px;
}
#data-consent-form label.checkbox i {
  position: static;
  margin: 10px 0px;
}

#student-summary-announcements ol.announcements {
  list-style: none;
  padding: 0px;
  margin: 8px 16px 0px 16px;
}
#student-summary-announcements ol.announcements li {
  margin-bottom: 8px;
}
#student-summary-announcements .announcement {
  display: grid;
  grid-template-columns: auto min-content;
  grid-gap: 16px;
  padding: 16px;
  border-color: #C2C2C2;
  border-left-color: #305d8c;
  border-width: 1px;
  border-style: solid;
  border-left-width: 5px;
  border-top-style: none;
}
#student-summary-announcements .announcement-Critical > h3 {
  background-color: #ae0e0e;
  color: white;
}
#student-summary-announcements .announcement-Critical .author .name {
  display: none;
}
#student-summary-announcements h3 {
  display: flex;
  padding: 4px;
  padding-left: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  transition: border-color 50ms;
}
#student-summary-announcements h3 span {
  flex: 1 0 auto;
}
#student-summary-announcements h3:after {
  flex: 0 0 auto;
}
#student-summary-announcements li h3 {
  border-color: #C2C2C2;
  border-left-color: #305d8c;
  border-right-width: 1px;
  border-bottom-style: none;
}
#student-summary-announcements .author {
  white-space: nowrap;
  text-align: right;
  align-self: end;
}
#student-summary-announcements .author .name {
  font-style: italic;
}

.mce-tinymce .mce-container.mce-toolbar {
  background-color: #fafafa;
}
.mce-tinymce .mce-btn {
  background-color: transparent;
}
.mce-tinymce .mce-branding {
  display: none;
}

a {
  color: #3276b1;
}

.switchcontent table {
  width: 100%;
}

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

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

body {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  background-image: none;
  background-color: #f4f1f1;
}
body.nomenu {
  min-width: 350px;
}

#bootstrapValidatorFeedback:empty {
  display: none;
}

.bootstrapValidatorFeedback {
  margin: 0px;
  padding: 8px;
  border-style: none;
  color: #826430;
  background-color: #efe1b3;
  display: grid;
  grid-template-columns: 50% 50%;
}

.bootstrapValidatorFeedback-item {
  padding: 8px;
}

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

.linking-field {
  display: flex;
  flex-wrap: nowrap;
}

.link-list {
  max-height: 243px;
  overflow: auto;
}
.link-list > a {
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 23px;
  min-height: 44px;
  color: rgb(51, 51, 51);
  font-weight: normal;
}
.link-list > a:not(:last-child) {
  border-bottom: 1px solid rgb(221, 221, 221);
}
.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;
}

#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);
}

.reportable-tags .reportable-tag {
  display: none;
  padding: 0px 5px;
  text-transform: uppercase;
  margin: 0px 1px;
}
.reportable-tags .reportable-tag.visible {
  display: inline-block;
}
.reportable-tags .reportable-tag.dest-report, .reportable-tags .reportable-tag.tcsi-api {
  background: #166f2c;
  color: white;
}
.reportable-tags .reportable-tag.avet-report {
  background: #6a6aaa;
  color: white;
}

.helpLink {
  min-height: 25px;
  line-height: 25px;
  vertical-align: middle;
  float: right;
  position: relative;
  cursor: pointer;
}
.helpLink > * {
  display: inline-block;
}
section .edu-label > .helpLink {
  line-height: 0px;
}
section .edu-label > .helpLink > * {
  line-height: normal;
}
.helpLink .closebanner i {
  width: 25px !important;
  min-width: 25px !important;
  height: 25px !important;
}
.helpLink i {
  line-height: 25px;
  min-width: 35px;
  text-align: center;
  font-weight: bold;
  color: #3276b1;
}
.helpLink i:hover {
  color: #474544;
}
.helpLink .info {
  font-size: 14px;
  position: relative;
}
.helpLink.error .info i {
  color: red;
}
th .helpLink {
  float: none;
}
td.area .helpLink .sb-popover {
  left: auto;
  right: -28px;
}
td.area .helpLink .sb-popover:before {
  left: 197px;
  top: -19px;
  transform: rotate(-45deg);
}
td.area .helpLink .sb-popover nav a {
  font-size: 13px;
}

.edu-displaylabel {
  display: block;
  min-height: 32px;
}

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

/* 
Ribbon popout ajax elements
This is the positioning of the tiny Carat that will depend heavily on the width and position
of the popout and button.
*/
.ajax-dropdown {
  height: auto;
  right: 10px;
  left: auto;
  top: 38px;
  padding: 0px;
}
.ajax-dropdown:after {
  left: auto;
  right: 154px;
}
.ajax-dropdown:before {
  left: auto;
  right: 153px;
}
.active + .ajax-dropdown {
  right: 10px;
  left: auto;
}
.ajax-dropdown .btn-group {
  margin: 0px;
  padding: 4px;
}
.ajax-dropdown .btn-group > :nth-child(2) {
  border-left-width: 1px;
}
.ajax-dropdown .btn-group .btn {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 0px;
}
.ajax-dropdown .fa-4x.fa-border {
  height: 76px;
  width: 78px;
}
.ajax-dropdown .ajax-notifications {
  margin: 0px;
}
.ajax-dropdown .ajax-notifications .due-date.date-passed {
  color: red;
}
.ajax-dropdown .ajax-notifications nav {
  background-color: white;
  padding: 4px;
  margin-bottom: 8px;
}
.ajax-dropdown .ajax-notifications nav > a {
  margin: 5px;
}
.ajax-dropdown .ajax-notifications .request-list {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 4px;
  text-align: left;
}
.ajax-dropdown .ajax-notifications .request-list > a {
  background-color: white;
  padding: 4px;
  text-decoration: none;
  display: grid;
  grid-template-columns: auto min-content;
}
.ajax-dropdown .ajax-notifications .request-list > a .time, .ajax-dropdown .ajax-notifications .request-list > a .due-date {
  position: static;
  text-align: right;
}
.ajax-dropdown .ajax-notifications .request-list > a span {
  display: block;
  width: 100%;
}
.ajax-dropdown .ajax-notifications .request-list > a span, .ajax-dropdown .ajax-notifications .request-list > a div {
  margin: auto;
}
.ajax-dropdown .ajax-notifications .request-list > a div {
  grid-column: span 2;
}
.ajax-dropdown .ajax-notifications .request-list > a:hover {
  background-color: rgb(231, 237, 247);
}
.ajax-dropdown .dropdown-footer {
  text-align: right;
}
.ajax-dropdown .dropdown-footer .btn {
  margin: 8px;
}
.ajax-dropdown.contacts {
  width: 344px;
  margin: 0px -172px 0px 0px;
  right: 0px;
  left: -166px;
}
.ajax-dropdown.online-help {
  height: initial;
  width: 600px;
  right: -110px;
}
.ajax-dropdown.online-help:before {
  right: 117px;
}
.ajax-dropdown.online-help:after {
  right: 118px;
}

#left-panel .silverband a {
  color: #fc9903;
}
#left-panel .student-info {
  display: block;
  font-size: 12px;
  color: #fff;
  border: 1px solid transparent;
  border-top-width: 0px;
  border-bottom-color: #525151;
  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;
  padding-top: 8px;
}
#left-panel .student-info #bsa_course_details {
  padding: 4px;
}
#left-panel .student-info a {
  text-decoration: none !important;
  display: block;
  max-width: 100%;
  padding: 0 10px;
  overflow: hidden;
  line-height: normal;
  color: #a8a8a8;
}
#left-panel .student-info a:hover {
  font-size: 12px;
  font-weight: bold;
}
#left-panel .student-info a span {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
#left-panel .student-info a i {
  display: block;
  text-align: center;
  padding: 4px;
}
#left-panel .student-info:hover a {
  color: white;
}
#left-panel .student-info > span {
  display: block;
  border-bottom: 1px solid #1A1817;
}
#left-panel .student-info #student-course {
  color: #a8a8a8;
  font-weight: bold;
}
#left-panel .student-info .studentImage {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
}
#left-panel .student-info .studentName:empty + i {
  display: none;
}
#left-panel .student-info img {
  width: auto;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 0;
}
.minified #left-panel .student-info #bsa_course_details {
  display: none;
}
.minified #left-panel .student-info .studentName {
  display: none;
}
#left-panel nav a:hover {
  font-size: 14px;
  font-weight: 400;
  outline: 0;
}
#left-panel .minifyme {
  width: 25%;
  height: auto;
  padding: 6px 0px;
}
.minified #left-panel .minifyme {
  width: auto;
  position: static;
}

.transfer-list .transfer-list-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
}
.transfer-list .transfer-list-group > div:not(.list-controls) {
  display: grid;
  grid-template-rows: min-content auto;
}
.transfer-list .search-filter {
  margin-bottom: 1em;
}
.transfer-list .list-controls {
  display: grid;
  grid-gap: 16px;
  justify-content: center;
  align-content: center;
}
.transfer-list .list-controls > span {
  display: grid;
  grid-template-columns: 16px auto 16px;
}
.transfer-list .list-controls > span::before, .transfer-list .list-controls > span::after {
  display: inline-block;
  font-family: fontAwesome;
}
.transfer-list .list-controls > span::before {
  text-align: left;
}
.transfer-list .list-controls > span::after {
  text-align: right;
}
.transfer-list .list-controls .list-transfer-add::after {
  content: "\f0da";
}
.transfer-list .list-controls .list-transfer-remove::before {
  content: "\f0d9";
}
.transfer-list .list-controls .list-transfer-add-all::after {
  content: "\f0da\f0da";
}
.transfer-list .list-controls .list-transfer-remove-all::before {
  content: "\f0d9\f0d9";
}
.transfer-list .list-controls span span {
  display: inline-block;
  padding: 0px 16px;
  grid-column: 2;
}
.transfer-list .clear-filter {
  border-left-style: none;
}
.transfer-list .clear-filter::before {
  font-family: FontAwesome;
  content: "\f00d";
}
.transfer-list .transfer-list-field {
  display: none !important;
}
.transfer-list select {
  width: 100%;
}

#box_heading,
div.pane h1 {
  background: linear-gradient(to right, rgb(58, 54, 51) 93%, rgb(42, 39, 37) 100%);
}

.action-response-grid {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 4px 8px;
}
.action-response-grid span:nth-child(odd) {
  text-align: right;
  white-space: nowrap;
}

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

.area.mandatory:after {
  content: "*";
  padding: 0px 10px 0px 5px;
}

td.area label {
  margin-bottom: 0px;
}

thead tr th {
  position: relative;
}

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

table:not(.dataTable) td.actionCol,
table.dataTable tbody td.actionCol {
  width: 1%;
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
  text-align: right;
  white-space: nowrap;
}
table:not(.dataTable) td.actionCol .edu-btn,
table.dataTable tbody td.actionCol .edu-btn {
  display: inline-block;
}
table:not(.dataTable) td.actionCol > .btn,
table.dataTable tbody td.actionCol > .btn {
  margin: 4px;
}
table:not(.dataTable) td.actionCol.centered,
table.dataTable tbody td.actionCol.centered {
  text-align: center;
}
table:not(.dataTable) td.small-cell,
table.dataTable tbody td.small-cell {
  width: 1%;
}

.recheduledUnit {
  margin-bottom: 16px;
}
.recheduledUnit fieldset {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0px 16px;
  margin: 4px;
}
.recheduledUnit fieldset .area {
  padding: 4px 8px;
  margin: 0px;
}
.recheduledUnit .fees {
  height: auto;
  line-height: normal;
}
.recheduledUnit .fees:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-right: 8px;
}
.recheduledUnit .fees + .input {
  display: none;
  border: 1px solid #aaa;
  margin-bottom: 16px;
}
.recheduledUnit .fees + .input .row {
  padding: 4px;
}
.recheduledUnit .fees + .input .row:hover {
  background-color: #eee;
}
.recheduledUnit .fees.expanded:before {
  content: "\f0d8";
}
.recheduledUnit .fees.expanded + .input {
  display: block;
}

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

@keyframes color-change-2x {
  0% {
    background: #f1f2f2;
  }
  100% {
    background: #c4e6f8;
  }
}
.loading-input .label-text {
  background-color: #eee;
}
.loading-input > div {
  animation: color-change-2x 2s linear infinite alternate both;
  min-height: 32px;
  margin-top: 4px;
  margin-right: 8px;
}

input[type=submit],
input[type=button],
a.link {
  margin: 1px 1px 1px 1px;
  background-color: #3276b1;
  color: #FFF;
  font: bold 15px/29px "Open Sans", Helvetica, Arial, sans-serif;
  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;
  background-color: #474544 !important;
}
input[type=submit]:disabled, input[type=submit].disabled,
input[type=button]:disabled,
input[type=button].disabled,
a.link:disabled,
a.link.disabled {
  background-color: #7196b5 !important;
}

#entity_search_list a:hover .badge,
.btn.btn-primary:hover {
  background-color: #474544 !important;
}

a.btn.btn-primary.lockedRecord,
a.lockedRecord,
a.btn.btn-primary.lockedRecord:hover,
a.lockedRecord:hover,
.btn:disabled,
.btn.disabled {
  background-color: #7196b5 !important;
  color: black;
}

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

#classic-records {
  position: relative;
}

.audit-log, .jarviswidget > div.audit-log {
  padding: 0px;
}
.audit-log .dt-toolbar, .jarviswidget > div.audit-log .dt-toolbar {
  padding: 6px 7px;
}

input[type=search],
input[type=text],
input[type=number],
input[type=input],
select,
textarea {
  background-color: #FFFFFF;
  padding: 4px;
  border: 1px solid #d5d5d5;
  font-size: 13px;
}

td > select:not(.placeholder):disabled {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}
td > input[type=search]:not(.placeholder):-moz-read-only, td > input[type=text]:not(.placeholder):-moz-read-only, td > input[type=number]:not(.placeholder):-moz-read-only, td > input[type=input]:not(.placeholder):-moz-read-only, td > input[type=email]:not(.placeholder):-moz-read-only, td > input[type=tel]:not(.placeholder):-moz-read-only, td > input[type=url]:not(.placeholder):-moz-read-only, td > input[type=date]:not(.placeholder):-moz-read-only, td > textarea:not(.placeholder):-moz-read-only {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}
td > input[type=search]:not(.placeholder):read-only,
td > input[type=text]:not(.placeholder):read-only,
td > input[type=number]:not(.placeholder):read-only,
td > input[type=input]:not(.placeholder):read-only,
td > input[type=email]:not(.placeholder):read-only,
td > input[type=tel]:not(.placeholder):read-only,
td > input[type=url]:not(.placeholder):read-only,
td > input[type=date]:not(.placeholder):read-only,
td > textarea:not(.placeholder):read-only {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}

tr > td > input[type=search] + select[type=select] {
  padding: 0px 0px 1px 0px;
}

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

.hide-empty-rows tr:empty {
  display: none;
}

#project-context .session-data {
  display: block;
  padding: 4px 16px;
  clear: both;
  font-weight: normal;
  line-height: 1.42;
  color: #333;
  white-space: nowrap;
}
#project-context .session-data:empty {
  display: none;
}

#pageload-time {
  display: none;
}

.well > .label-link {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7px;
  border-left: 1px solid rgb(235, 223, 223);
  border-bottom: 1px solid rgb(206, 206, 206);
  text-decoration: none;
  color: #333;
}
.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;
}

.hidden-menu #left-panel {
  z-index: 10001;
}

#ribbon {
  display: flex;
  /* The following is used for the admin buttons in the banner */
}
#ribbon a i {
  color: #a8a8a8;
}
#ribbon ol.breadcrumb {
  flex: 1 0 auto;
  line-height: normal;
}
#ribbon ol.breadcrumb > li {
  display: inline-block;
}
#ribbon ol.breadcrumb > li + li::before {
  content: "/ ";
  padding: 0px 8px;
  color: #ccc;
}
#ribbon .ribbon-button-alignment.pull-right {
  flex: 0 0 auto;
  line-height: normal;
  vertical-align: middle;
  padding: 10px 0px;
}
#ribbon .ribbon-button-alignment.pull-right .btn {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  float: none;
  margin: 0px 4px;
}
#ribbon .ribbon-button-alignment.pull-right > span:last-of-type {
  position: relative;
}
#ribbon .ribbon-button-alignment.pull-right > span:last-of-type .tooltip {
  max-width: 100px;
  text-align: right;
}
#ribbon .ribbon-button-alignment.pull-right > span:last-of-type .tooltip-inner {
  white-space: normal;
  text-transform: none;
}
#ribbon .ribbon-button-alignment.pull-right > span:last-of-type .tooltip-arrow {
  margin-left: -10px;
}
#ribbon .btn-ribbon {
  color: #a8a8a8;
  padding: 0px;
}
#ribbon .btn-ribbon::before {
  font-weight: normal;
  min-width: 20px;
  display: block;
}
#ribbon .btn-ribbon.loading::before {
  animation: spinner-animation 4s steps(360, start) infinite;
  content: "\f021";
}
#ribbon .btn-ribbon.option-on {
  color: #a8a8a8;
  background-color: #d6d6d6;
  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;
}

.fixed-header #header, #header {
  z-index: 10002;
  grid-row: 2;
}

#header {
  background-color: white;
  background-image: none;
}

body > .pace .pace-activity {
  position: fixed;
  top: auto;
  bottom: 90px;
  right: 20px;
}

#shortcut {
  z-index: 10003;
}

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

.modal {
  z-index: 10005;
}
.modal .modal-content .spinner-msg {
  text-align: center;
  display: block;
  padding: 30px;
}
.modal .modal-content .spinner-msg i {
  display: block;
  font-size: 40px;
}
.modal.silverSelect .modal-body, .modal .silverModal .modal-body {
  padding-top: 0px;
}
.modal.silverSelect .modal-status, .modal .silverModal .modal-status {
  padding: 16px;
}
.modal.silverSelect fieldset.disabled, .modal .silverModal fieldset.disabled {
  display: none;
}
.modal.silverSelect .search, .modal .silverModal .search {
  display: flex;
}
.modal.silverSelect .search .search-input, .modal .silverModal .search .search-input {
  border-style: none;
  line-height: 25px;
  padding: 4px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-left-style: none;
  border-right-style: none;
  flex: 1 1 auto;
}
.modal.silverSelect .search .btn, .modal .silverModal .search .btn {
  flex: 0 0 auto;
  border-radius: 0px;
  margin: 0px;
  border-style: none;
  line-height: 22px;
}
.modal.silverSelect .searchresults ~ .page.active, .modal .silverModal .searchresults ~ .page.active {
  display: none;
}
.modal.silverSelect .searchresults h4, .modal .silverModal .searchresults h4 {
  font-weight: normal;
  margin: 8px 0px;
}
.modal.silverSelect legend, .modal .silverModal legend {
  margin-bottom: 0px;
}
.modal.silverSelect legend:empty, .modal .silverModal legend:empty {
  display: none;
}
.modal.silverSelect .pagination, .modal .silverModal .pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  overflow: auto;
}
.modal.silverSelect .pagination > li, .modal .silverModal .pagination > li {
  display: inline-block;
  flex: 1 0 33px;
  text-align: center;
}
.modal.silverSelect .pagination > li > a, .modal .silverModal .pagination > li > a {
  float: none;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  box-shadow: none;
}
.modal.silverSelect .pagination > li.active > a, .modal .silverModal .pagination > li.active > a {
  background-color: #eee;
}
.modal.silverSelect .pagination .paginate_button.active a, .modal .silverModal .pagination .paginate_button.active a {
  color: white;
  background-color: #3276b1;
}
.modal.silverSelect .page, .modal .silverModal .page {
  display: none;
}
.modal.silverSelect .page.active:not(.hidden), .modal .silverModal .page.active:not(.hidden) {
  display: block;
}
.modal.silverSelect .page fieldset > legend, .modal .silverModal .page fieldset > legend {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.modal.silverSelect .page fieldset > legend:empty, .modal .silverModal .page fieldset > legend:empty {
  display: none;
}
.modal.silverSelect .page fieldset.collapsed > div, .modal.silverSelect .page fieldset.collapsed > fieldset, .modal .silverModal .page fieldset.collapsed > div, .modal .silverModal .page fieldset.collapsed > fieldset {
  display: none;
}
.modal.silverSelect .page fieldset fieldset, .modal .silverModal .page fieldset fieldset {
  padding-left: 1em;
  font-size: 14px;
}
.modal.silverSelect .item, .modal .silverModal .item {
  display: flex;
  justify-content: space-between;
  text-align: justify;
  padding: 4px 0px;
  cursor: pointer;
  background-color: white;
  transition: background-color 200ms;
}
.modal.silverSelect .item > div, .modal .silverModal .item > div {
  padding: 0px 4px;
}
.modal.silverSelect .item .optionvalue, .modal .silverModal .item .optionvalue {
  flex: 0 0 120px;
  margin-right: 4px;
}
.modal.silverSelect .item .optionlabel, .modal .silverModal .item .optionlabel {
  flex: 0 1 100%;
  line-height: normal;
  text-align: left;
}
.modal.silverSelect .item:hover, .modal .silverModal .item:hover {
  background-color: #e6e6fc;
}
.modal.silverSelect .item.selected, .modal .silverModal .item.selected {
  background-color: #6767b3;
  color: white;
}
.modal.silverSelect .item.disabled, .modal .silverModal .item.disabled {
  display: none;
}
.modal.silverSelect.hideValue .item .optionvalue, .modal .silverModal.hideValue .item .optionvalue {
  display: none;
}
.modal.silverSelect.question.DEST-E490 .item .optionvalue, .modal .silverModal.question.DEST-E490 .item .optionvalue {
  flex: 0 0 min-content;
}
.modal.sessionList .modal-dialog {
  width: 1000px;
  overflow: auto;
  max-width: none;
}
.modal.sessionList .modal-dialog .modal-body > table {
  border: 1px solid rgba(170, 170, 170, 0.6666666667);
}
.modal.sessionList .modal-dialog .modal-body > table .no-sessions:empty {
  display: none;
}
@media (max-width: 1050px) {
  .modal.sessionList .modal-dialog {
    width: 95%;
  }
}

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

#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%;
}

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

#header {
  display: flex;
  padding: 4px;
}
#header .navicons {
  display: inline-block;
  vertical-align: middle;
}
#header .navicons > * {
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #bfbfbf;
  color: #6d6a69;
  font-size: 19px;
  margin: 0px;
  position: relative;
}
#header .navicons > * > span, #header .navicons > * > a {
  min-width: 30px;
  background: #f8f8f8 linear-gradient(top, #f8f8f8, #f1f1f1);
  display: block;
  color: inherit;
}
#header .navicons > * > span i, #header .navicons > * > a i {
  line-height: inherit;
}
#header .navicons > * > span i:before, #header .navicons > * > a i:before {
  display: block;
  height: 30px;
  line-height: 30px;
}
#header .navicons > * > span a, #header .navicons > * > a a {
  display: block;
}
#header .navicons > * > span.active, #header .navicons > * > a.active {
  color: black;
  background: #e6e6e6 linear-gradient(top, #e6e6e6, #f1f1f1);
  box-shadow: 0px 6px 4px -8px black inset;
}
#header .navicons > * span > a {
  color: inherit;
  margin: 0px !important;
  width: auto !important;
  height: auto !important;
}
#header .navicons > *.pull-right {
  margin-left: 6px;
}
#header .navicons > *:active > span {
  background-color: #e8e8e8;
  background-image: linear-gradient(to bottom, #e8e8e8 0, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8", endColorstr="#ededed", GradientType=0);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#header .navicons > * .badge {
  position: absolute;
  top: -3px;
  right: -11px;
  background: #0091d9;
  display: inline-block;
  font-size: 10px;
  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;
}
#header .navicons > * .ajax-dropdown {
  font-size: 13px;
}
#header #logo-group {
  width: auto;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
#header #logo-group #logo {
  margin: 0px;
  width: auto;
  float: none;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  width: auto;
  max-width: 100vw;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: top;
}
#header #logo-group #logo .provider-logo {
  height: 45px;
  width: auto;
  padding-top: 2px;
  margin-right: 20px;
  margin-left: 0px;
  flex: 0 1 auto;
}
@media (max-width: 1080px) {
  #header #logo-group #logo .provider-logo {
    max-width: 220px;
  }
}
#header #logo-group #logo .provider-logo + img {
  height: 45px;
  width: auto;
  flex: 1 1 auto;
}
@media (max-width: 1080px) {
  #header #logo-group #logo {
    max-width: 50vw;
  }
}
@media (max-width: 710px) {
  #header #logo-group #logo {
    max-width: 220px;
  }
}
@media (max-width: 600px) {
  #header #logo-group #logo {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header #logo-group #logo .provider-logo {
    max-width: 100%;
    margin: 0px;
  }
  #header #logo-group #logo .provider-logo + img {
    flex: 0 1 auto;
  }
}
#header #logo-group #logo img {
  padding: 0px;
}
@media (max-width: 850px) {
  #header #logo-group {
    float: none;
    height: auto;
    width: auto !important;
  }
  #header #logo-group > span {
    height: auto;
    float: none;
  }
}
#header img {
  max-height: 40px;
  width: auto;
}
#header .provider-logo {
  margin-right: 16px;
}
#header .ajax-dropdown {
  top: 38px;
}
#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;
}
#header .activity-dropdown {
  position: relative;
}

#classic-record-banner {
  display: none;
  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:not(.nomenu) #classic-record-banner {
  display: block;
}
.show-classic-record-banner:not(.nomenu) #content {
  padding-top: 180px;
}

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

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

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

.responder:empty {
  display: none;
}

.report-description {
  padding: 4px;
}

form .currency label.input {
  display: flex;
  flex-wrap: nowrap;
}
form .currency label.input:before {
  content: "$";
  display: inline-block;
  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;
  flex: 1 0 auto;
}
form.disabled input, form.disabled select {
  color: #474747;
  background-color: #f8f8f8;
}
form.disabled .btn {
  background-color: #7196b5;
}
form.disabled .edu-btn {
  color: #8a8a8a;
  cursor: default;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}
.modal-header .close {
  float: none;
  padding: 0px;
  margin: 0px;
  margin-top: 2px;
  order: 2;
}
.modal-header .modal-title {
  font-size: 18px;
  order: 1;
  flex: 1 0 auto;
}

.nav-tabs > li.active > a {
  box-shadow: none;
  margin-top: 0px;
}

.ui-accordion h3 {
  margin: 0px;
}
.ui-accordion .ui-accordion-header {
  padding: 8px;
  display: flex;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  line-height: inherit;
}
.ui-accordion .ui-accordion-content {
  padding: 8px;
}

.ui-autocomplete-input ~ .visfeedback {
  padding: 0px 0.5em;
}
.ui-autocomplete-input ~ .visfeedback:empty {
  display: none;
}

.attached-image > a, .attached-image span {
  display: block;
}
.attached-image img {
  max-width: 100%;
  margin: auto;
  display: block;
}

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

label.select .select2-container .select2-selection {
  height: 32px;
  border-radius: 0px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgb(242, 242, 242);
}

td.tcsi-status-cell {
  text-align: center;
  font-weight: bold;
}
td.tcsi-status-cell.tcsi-invalid {
  background-color: #ffd9d9;
}
td.tcsi-status-cell.tcsi-valid {
  background-color: #cde0c4;
}

.table > thead > tr > th:not(.no-padding),
.table > tbody > tr > td:not(.no-padding) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table th {
  text-transform: capitalize;
}
.table th > * {
  text-transform: none;
}
.table th .field-label {
  line-height: normal;
}
.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: #3276b1;
  color: white;
}
.table > thead > tr > th.has-controls .control:hover {
  background: #474544;
}
.table .controls-hidden {
  display: none;
}
.table .jarviswidget {
  margin: 0px;
}
.table td.link {
  font-weight: bold;
  color: #3276b1;
  text-decoration: underline;
  cursor: pointer;
}
.table.table-striped tbody tr.group {
  font-weight: bold;
}
.table.table-striped tbody tr.group, .table.table-striped tbody tr.group:nth-of-type(2n+1) {
  background-color: #eeeeee;
}
.table.table-striped tbody tr.group td {
  border-style: none;
}

.dropdown-menu {
  left: auto;
  right: 0px;
}

.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 .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 .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 .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 .dst-details .log-expand {
  float: right;
  position: relative;
  display: block;
  width: 25%;
}
.dynamic-search-table .content .dst-details .log-expand i {
  padding-top: 5px;
}
.dynamic-search-table .content i {
  float: left;
  display: block;
  padding-right: 10px;
}
.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: rgb(130, 165, 180);
}
.dynamic-search-table .records {
  max-height: 500px;
  overflow-y: scroll;
}

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

.ui-datepicker {
  z-index: 3 !important;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  color: transparent;
  background-image: url("/jscript/jquery-ui/images/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-datepicker-next span.ui-icon-circle-triangle-w, .ui-datepicker .ui-datepicker-prev span.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-datepicker .ui-datepicker-next span.ui-icon-circle-triangle-e, .ui-datepicker .ui-datepicker-prev span.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-autocomplete.ui-widget.ui-menu {
  max-height: 70vh;
  overflow: auto;
}

/*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;
}

.jarvismetro-tile {
  font-weight: normal;
}
.jarvismetro-tile .label:empty {
  display: none;
}
.jarvismetro-tile .iconbox span > span {
  color: white;
  min-width: 2em;
  text-align: center;
}

.no-margin {
  margin: 0px;
}

.no-minheight {
  min-height: auto;
}

footer.no-float {
  display: flex;
  justify-content: end;
  grid-gap: 8px;
}
.smart-form footer.no-float .btn {
  float: none;
  margin: 0px;
}
footer.no-float > * {
  float: none;
  line-height: 31px;
}

.jarviswidget .widget-body > .alert {
  margin: 0px;
}
.jarviswidget .widget-body table {
  border-collapse: initial;
  border-spacing: 2px;
}
.jarviswidget .widget-body table tr.active {
  background-color: #d8d8e8;
}
.jarviswidget .widget-body > p {
  padding: 14px 29px 7px 29px;
}
.jarviswidget .widget-body.loading::after {
  content: "Loading...";
  display: block;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  opacity: 0.8;
}
.jarviswidget .widget-body.no-padding {
  padding: 0px;
}
.jarviswidget .widget-body.no-padding div.search-dialog {
  margin: 13px;
}
.jarviswidget .widget-body.no-padding > .alert:only-of-type {
  margin: 0px;
}
.jarviswidget .widget-body.no-padding table.edu-fieldset {
  margin: 16px;
}
.jarviswidget .widget-body .responder .alert {
  margin: 0px;
}
.jarviswidget .widget-body.condensed .col {
  margin: 0px;
}
.jarviswidget .widget-body.condensed .row {
  margin: 0px;
}
.jarviswidget .widget-body.no-minheight {
  min-height: 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, .jarviswidget .widget-body.TCSIWidget td.entityStatus {
  text-align: center;
}
.jarviswidget .widget-body.TCSIWidget td.validationStatus .error {
  font-weight: bold;
  display: block;
  text-transform: capitalize;
}
.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 .widget-body > form:not(:nth-of-type(1)) {
  border-top: 1px solid #d9d9d9;
}
.jarviswidget .widget-toolbar {
  font-size: 13px;
}
.jarviswidget .widget-toolbar span.text {
  font-weight: bold;
  display: inline-block;
  padding: 0px 8px;
}
.jarviswidget .widget-toolbar > .btn {
  background: none transparent;
  color: black;
}
.jarviswidget .widget-toolbar > .btn:hover {
  background: none transparent !important;
  color: black;
}
.jarviswidget.jarviswidget-collapsed > header .jarviswidget-toggle-btn {
  background-color: rgba(206, 227, 102, 0.3411764706);
  padding-right: 8px;
}
.jarviswidget.jarviswidget-collapsed > header .jarviswidget-toggle-btn:before {
  content: "Contents Hidden";
  padding: 0px 10px;
}
.jarviswidget.jarviswidget-collapsed > div {
  display: none;
}
.jarviswidget > header {
  height: auto;
  display: flex;
  line-height: normal;
}
.jarviswidget > header .dropdown-menu {
  padding: 0px;
  font-size: inherit;
}
.jarviswidget > header .dropdown-menu .dropdown-item {
  padding: 0px 8px;
  white-space: nowrap;
}
.jarviswidget > header .dropdown-menu .dropdown-item.active {
  font-weight: bold;
  color: inherit;
  background-color: inherit;
}
.jarviswidget > header .dropdown-menu .dropdown-item:hover {
  background-color: #eee;
}
.jarviswidget > header .dropdown-menu .dropdown-item.lockedRecord {
  background-color: inherit !important;
  color: #aaa;
}
.jarviswidget > header .nav-tabs .nav-item {
  text-transform: capitalize;
}
.jarviswidget > header .nav-tabs .nav-item .nav-link {
  border-bottom: 4px solid transparent;
}
.jarviswidget > header .nav-tabs .nav-item .nav-link.active {
  border-bottom: 4px solid #9090f7;
  font-weight: bold;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.jarviswidget > header .jarviswidget-ctrls {
  float: none;
  grid-column: 2;
  order: 2;
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
  display: flex;
}
.jarviswidget > header .jarviswidget-ctrls > a {
  float: none;
}
.jarviswidget > header .jarviswidget-ctrls .button-icon {
  line-height: 32px;
}
.jarviswidget > header .jarviswidget-ctrls .button-icon i {
  vertical-align: middle;
}
.jarviswidget > header .jarviswidget-ctrls .button-icon i:before {
  line-height: 32px;
}
.jarviswidget > header .jarviswidget-ctrls .button-icon.active {
  background-color: #3276b1;
  color: white;
}
.jarviswidget > header .jarviswidget-ctrls a.jarviswidget-custom-btn {
  display: none;
}
.jarviswidget > header .jarviswidget-ctrls a.jarviswidget-custom-btn.show-hidden {
  display: inline-block;
}
.jarviswidget > header .jarviswidget-ctrls .jarviswidget-help-btn:before {
  font-family: FontAwesome;
  content: "\f129";
}
.jarviswidget > header > h2 {
  float: none;
  margin: 0px;
  padding: 4px;
  display: block;
  line-height: normal;
  grid-column: 1;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  order: 0;
}
.jarviswidget > header .dropdown-toggle {
  display: block;
  white-space: nowrap;
}
.jarviswidget > header .dropdown-toggle .text {
  white-space: nowrap;
}
.jarviswidget > header .dropdown-toggle:after {
  font-size: 25px;
  vertical-align: inherit;
  margin: 0px 8px;
}
.jarviswidget > header .dropdown-toggle-split {
  border-left: 1px solid #fce2e2;
  padding: 0px;
}
.jarviswidget > header .dropdown-toggle-split:after {
  margin-top: 13px;
}
.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 > header .jarviswidget-help {
  order: 1;
}
.jarviswidget > header .jarviswidget-help > span {
  display: inline-block;
  height: 32px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  cursor: pointer;
}
.jarviswidget > header .jarviswidget-help > span::before {
  content: "\f129";
  font-family: FontAwesome;
  font-size: initial;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.jarviswidget > header .jarviswidget-help > span > div {
  display: none;
  position: absolute;
  right: 0px;
  top: calc(100% + 1px);
  z-index: 1;
  max-width: 80vw;
  background: white;
  border: 1px solid #aaa;
  border-top-style: none;
  box-shadow: 1px 1px 1px #aaa;
  padding: 4px;
  min-width: 300px;
}
.jarviswidget > header .jarviswidget-help > span > div.visible {
  display: block;
}
.jarviswidget .widget-status {
  display: grid;
  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 {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 400px) {
  .jarviswidget .widget-status {
    grid-template-columns: 100%;
  }
  .jarviswidget .widget-status div:not(.area) {
    text-align: right;
  }
}
.jarviswidget .widget-info-box {
  display: none;
  background: rgba(248, 248, 248, 0.9) !important;
  border-bottom-style: none;
  padding: 8px;
}
.jarviswidget .widget-info-box.open {
  display: block;
}

div[ondrop].drag-receiving .widget-body::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 3px dashed gray;
  background-color: rgba(248, 248, 248, 0.6);
  z-index: 1;
}
div[ondrop].drag-receiving article {
  position: relative;
}
div[ondrop].drag-receiving article::before {
  color: black;
  content: "Drop here to upload";
  left: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  padding: 10px;
  border: 1px solid black;
  background: white;
  border-radius: 3px;
}
div[ondrop].drag-processing .widget-body::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 3px dashed gray;
  background-color: rgba(248, 248, 248, 0.6);
  z-index: 1;
}
div[ondrop].drag-processing article {
  position: relative;
}
div[ondrop].drag-processing article::before {
  color: black;
  content: "Processing...";
  left: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  padding: 10px;
  border: 1px solid black;
  background: white;
  border-radius: 3px;
}

#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%;
}

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

.dataTables_wrapper div.report-table {
  position: relative;
  width: 100%;
  overflow: auto;
}

#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 .resourceType .log-expand i {
  float: right;
  position: relative;
  top: 5px;
}
#calendar_resource_list .resourceItem.selected {
  background-color: rgb(130, 165, 180);
}

#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 */
#reportPreview .modal-dialog {
  max-width: 90vw;
}
#reportPreview .modal-body {
  background: #efefef;
}

.icon-centred {
  vertical-align: middle;
  text-align: center;
}

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

.help-block {
  display: block;
}

.smart-form article.col-12, .smart-form article.col-sm-12 {
  padding: 0px;
}

select:invalid {
  border-color: red;
}

.smart-form {
  color: rgb(51, 51, 51);
  /* Need to target bootstrapValidator form fields, and give them some extra height so validation messages wont be mess with the layout*/
  /* To Enable onoffswitch inside a smart-form class */
}
.smart-form * {
  margin: initial;
  box-sizing: border-box;
}
.smart-form.bv-form > fieldset > section.col {
  margin-bottom: 0px;
}
.smart-form.bv-form > fieldset > section.col:not(.no-minheight) {
  min-height: 86px;
}
.smart-form.heimsGeneral {
  margin: 0px -13px;
}
.smart-form section.no-margin {
  margin: 0px;
}
.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 th.area .helpLink {
  display: block;
  float: right;
  margin-left: 8px;
}
.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;
}
.smart-form .has-feedback.has-success .form-control-feedback {
  color: #468847;
}
.smart-form .has-feedback.has-error .form-control-feedback {
  color: #b94a48;
}
.smart-form .has-feedback i.form-control-feedback {
  position: absolute;
  right: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
}
.smart-form header {
  font-size: inherit;
}
.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;
}
.smart-form fieldset legend.has-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 33px;
}
.smart-form fieldset legend.has-controls .alert {
  order: 900;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  line-height: normal;
  margin-top: 5px;
}
.smart-form fieldset + fieldset {
  border-style: none;
}
.smart-form fieldset:empty, .smart-form fieldset.hidden {
  display: none;
}
.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 fieldset section > label {
  display: block;
}
.smart-form fieldset section label.edu-label {
  width: 100%;
  white-space: nowrap;
  overflow: visible;
  display: flex;
}
.smart-form fieldset section label.edu-label .field-label {
  flex: 1 2 auto;
  overflow: visible !important;
  width: 100%;
}
.smart-form fieldset section label.edu-label .helplink {
  flex: 0 0 auto;
}
.smart-form fieldset section[class="col col-12"] label.edu-label {
  white-space: wrap;
  height: auto;
  line-height: normal;
}
.smart-form fieldset.label-overflow section label.edu-label {
  white-space: normal;
}
.smart-form .note a {
  font-weight: normal;
}
.smart-form .jarviswidget {
  margin: 0 0 30px;
}
.smart-form .jarviswidget > header {
  border-bottom: 1px solid rgb(192, 194, 194);
  padding: 0px;
  margin: 0px;
  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 .radio i {
  box-sizing: content-box;
}
.smart-form .radio .lockedRecord + i {
  border-color: #474747;
}
.smart-form .radio .lockedRecord + i:after {
  background-color: #474747;
}
.smart-form .row {
  margin: 0px;
  padding: 0px;
}
.smart-form .onoffswitch {
  margin-top: 3px;
  margin-left: 5px;
  margin-bottom: 3px;
}
.smart-form .onoffswitch-label {
  margin-bottom: 5px;
  box-sizing: content-box;
}
.smart-form .onoffswitch-inner {
  margin-left: -100%;
  width: 200%;
  display: block;
}
.smart-form .col {
  min-height: 57px;
}
.smart-form .col.no-padding {
  padding: 0px;
}
.smart-form .col.no-minheight {
  min-height: auto;
}
.smart-form .col .col {
  min-height: auto;
}
@media (max-width: 600px) {
  .smart-form .col {
    max-width: unset;
  }
}
.smart-form .has-error select, .smart-form .has-error select:focus, .smart-form .has-error input[type=submit]:hover {
  border-color: #b94a48;
}
.smart-form .has-error.radio {
  color: #b94a48;
  font-weight: bold;
}
.smart-form .has-error.radio input:checked + i:after {
  background-color: #b94a48;
}
.smart-form .has-error.radio input:not(:checked) + i {
  border-color: #b94a48;
}
.smart-form .popover .popover-header {
  padding: 8px 14px;
}
.smart-form .popover .popover-body {
  padding: 9px 14px;
}
.smart-form .textarea > .cke.cke_chrome {
  border: 1px solid #BDBDBD;
}
.smart-form .checkbox > input[type=checkbox]:disabled ~ i {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}
.smart-form .checkbox > input[type=checkbox]:disabled ~ span {
  opacity: 0.75;
}
.smart-form .dateInput {
  width: auto;
}
.smart-form .input input:-moz-read-only:not(.placeholder) {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}
.smart-form .input input[readonly=readonly]:not(.placeholder), .smart-form .input input:read-only:not(.placeholder) {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}
.smart-form .input input:disabled {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}
.smart-form .input input:invalid, .smart-form .input .invalid {
  border-color: red;
}
.smart-form .input.hidden {
  display: none;
}
.smart-form .input.select {
  display: grid;
  grid-template-columns: 120px auto min-content;
}
.smart-form .input.select input, .smart-form .input.select select {
  width: auto;
  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:not(.form-control-feedback) {
  top: 0px;
  margin-top: 10px;
}
.smart-form .textarea textarea[readonly=readonly]:not(.placeholder),
.smart-form select:disabled {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}
.smart-form .textarea textarea[readonly=readonly]:not(.placeholder) ~ i,
.smart-form select:disabled ~ i {
  display: none;
}
.smart-form .select select:disabled {
  background: #f8f8f8;
  cursor: default;
  color: #474747;
}
.smart-form .select select:disabled ~ i {
  display: none;
}
.smart-form section {
  /* remove indent from nested divs */
}
.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 section .col:not(.hasDatepicker) {
  padding-left: 0px;
  padding-right: 0px;
}
.smart-form .surveyBttn, .smart-form .btn.loading .spinner {
  white-space: nowrap;
  display: flex;
}
.smart-form .statusBar {
  background: rgb(242, 242, 242);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: left;
  line-height: 22px;
  overflow: hidden;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6705882353) inset;
}
.smart-form .statusBar > * {
  text-overflow: ellipsis;
  overflow: hidden;
}
.smart-form .statusBar .item {
  flex: 0 0 auto;
  padding: 0px 8px;
}
.smart-form .statusBar .item.progress {
  flex: 0 0 200px;
  padding: 0px;
}
.smart-form .statusBar .icon {
  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 .searchEntity {
  display: grid;
  grid-gap: 0.5em 3em;
  justify-content: center;
  grid-template-columns: repeat(3, 360px);
  margin: 10px 0px;
}
.smart-form .searchEntity > label {
  white-space: nowrap;
  display: flex;
}
.smart-form .searchEntity > label > span {
  white-space: normal;
  display: inline-block;
  line-height: 25px;
  flex: 0 0 150px;
  text-align: right;
  padding-right: 0.5em;
  position: relative;
}
.smart-form .searchEntity > label > *:not(span) {
  flex: 1 1 200px;
  width: 200px;
  max-width: 200px;
}
@media (max-width: 1500px) {
  .smart-form .searchEntity {
    grid-template-columns: repeat(2, 360px);
  }
}
@media (min-width: 1940px) {
  .smart-form .searchEntity {
    grid-template-columns: repeat(4, 360px);
  }
}
@media (min-width: 2400px) {
  .smart-form .searchEntity {
    grid-template-columns: repeat(5, 360px);
  }
}
.smart-form .select i {
  background: transparent;
  box-shadow: none;
}
.smart-form .select-multiple select.custom-scroll {
  height: 119px;
  margin-bottom: 28px;
}
.smart-form .select2 .select2-selection__arrow {
  display: none;
}
.smart-form .tab-content {
  width: 100%;
  display: inline-block;
}
.smart-form .tab-pane.active {
  display: inline-block;
  width: 100%;
}
.smart-form .table table ul {
  list-style-position: inside;
  padding-left: 40px;
}
.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;
}
.smart-form .table td.no-padding {
  padding: 0px;
}
.smart-form td > .input.select {
  display: inline-grid;
}
.smart-form td > .input.select select {
  width: auto;
}
.smart-form td > .input.select i.form-control-feedback {
  grid-column: 3;
  position: static;
}
.smart-form td.numeric {
  text-align: right;
}
.smart-form td.centered {
  text-align: center;
}
.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 .dt-toolbar {
  padding: 6px 7px;
}
.smart-form .dt-toolbar .btn-group * {
  padding: 6px 7px;
}
.smart-form .dynamic-form-action {
  border-top-style: none;
}
.smart-form footer {
  position: relative;
}
.smart-form footer:empty, .smart-form footer.hidden {
  display: none;
}
.smart-form footer:after:empty {
  display: none;
}
.smart-form footer fieldset {
  background: none;
}
.smart-form footer footer {
  border-style: none;
}
.smart-form footer .dynamicForm {
  margin-top: -11px;
  padding: 0px;
}
.smart-form footer .dynamicForm > fieldset {
  border: 1px solid #aaa;
  padding: 0px 0px 16px 0px;
}
.smart-form footer .dynamicForm > fieldset:empty {
  display: none;
}
.smart-form footer .dynamicForm > fieldset .col {
  min-height: 80px;
}
.smart-form footer .dynamicForm footer {
  border-style: none;
  text-align: right;
}
.smart-form footer .btn {
  font-weight: bold;
}
.smart-form footer .btn.btn-primary {
  background-color: #3276b1;
}
.smart-form footer .action-menu > .btn {
  float: none;
  margin: 0px;
}
.smart-form footer .action-menu > .btn::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.smart-form footer .button-field .btn {
  margin-top: 40px;
}
.smart-form footer div .select.float-left {
  margin: 10px 0px 0px 0px;
}
.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 .checkbox,
.smart-form footer .checkbox input {
  position: initial;
}
.smart-form footer .select {
  float: right;
  height: 31px;
  width: 100%;
  margin: initial;
  padding: 0px 0px 0px 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 .checkbox input[type=checkbox] {
  display: none;
}
.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.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 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 .edu-label {
  margin: 10px 0 0 5px;
}
.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 .silverselect.readonly .option-value, .smart-form .silvermodal.readonly .option-value {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
}
.smart-form .btn {
  padding: 6px 12px;
  font-weight: bold;
}
.smart-form .btn.btn-primary.error {
  background-color: #912e22;
  border-color: #912e22;
  color: white;
}
.smart-form .btn.btn-primary.error:before {
  content: "\f00d";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.smart-form .btn.silverselect, .smart-form .btn.silvermodal {
  background-color: #eee;
  display: grid;
  grid-template-columns: 4em auto 33px;
  padding: 0px;
  line-height: 33px;
  border-style: none;
}
.smart-form .btn.silverselect .option-value, .smart-form .btn.silvermodal .option-value {
  padding: 0px 4px;
  border-right: 1px solid #d4d3d3;
}
.smart-form .btn.silverselect.hidevalue .option-value, .smart-form .btn.silvermodal.hidevalue .option-value {
  display: none;
}
.smart-form .btn.silverselect.hidevalue .option-label, .smart-form .btn.silvermodal.hidevalue .option-label {
  grid-column: 1/3;
}
.smart-form .btn.silverselect .menu-bttn, .smart-form .btn.silvermodal .menu-bttn {
  background: #3276b1;
  color: white;
  text-align: center;
  transition: color 200ms;
  font-size: 24px;
  text-shadow: 1px 1px 2px black;
  grid-column: 3;
}
.smart-form .btn.silverselect .menu-bttn:after, .smart-form .btn.silvermodal .menu-bttn:after {
  content: "\f107";
  font-family: FontAwesome;
  height: 33px;
  width: 33px;
}
.smart-form .btn.silverselect:hover .menu-bttn, .smart-form .btn.silvermodal:hover .menu-bttn {
  background-color: #474544;
}
.smart-form .btn.silverselect:active, .smart-form .btn.silvermodal:active {
  box-shadow: none;
}
.smart-form .btn.silverselect:active .menu-bttn, .smart-form .btn.silvermodal:active .menu-bttn {
  color: yellow;
}
.smart-form .btn.silverselect .option-label, .smart-form .btn.silvermodal .option-label {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  padding: 0px 4px;
  border-left: 2px solid #ededed;
}
.smart-form .btn.silverselect.lockedRecord, .smart-form .btn.silvermodal.lockedRecord {
  background-color: white;
  border-style: none;
  box-shadow: none;
}
.smart-form .btn.silverselect.lockedRecord .option-label, .smart-form .btn.silvermodal.lockedRecord .option-label {
  grid-column: 1/4;
  grid-row: 2;
  white-space: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
  border-style: none;
}
.smart-form .btn.silverselect.lockedRecord .option-value, .smart-form .btn.silvermodal.lockedRecord .option-value {
  border-style: none;
}
.smart-form .btn.silverselect.lockedRecord .menu-bttn, .smart-form .btn.silvermodal.lockedRecord .menu-bttn {
  background-color: inherit;
}
.smart-form .btn.silverselect.lockedRecord .menu-bttn:after, .smart-form .btn.silvermodal.lockedRecord .menu-bttn:after {
  content: "\f023";
  color: #dfdfdf;
}
.smart-form .btn.silverselect.lockedRecord.hidevalue, .smart-form .btn.silvermodal.lockedRecord.hidevalue {
  grid-template-columns: auto;
}
.smart-form .btn.silverselect.lockedRecord.hidevalue .menu-bttn, .smart-form .btn.silvermodal.lockedRecord.hidevalue .menu-bttn {
  display: none;
}
.smart-form .btn.silverselect.lockedRecord.hidevalue .option-label, .smart-form .btn.silvermodal.lockedRecord.hidevalue .option-label {
  grid-column: 1;
  grid-row: 1;
}
.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;
  }
}

td .btn.silverselect .option-label,
td .btn.silvermodal .option-label {
  width: 600px;
}

.well {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.well:not(.no-padding) {
  padding: 16px;
}
.well section div {
  margin-bottom: 3px;
}

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

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

.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, #classic-record-banner .execution {
  color: #3276b1;
  font-weight: 700;
  font-size: 13px;
}
.session-data .alert-none, .session-data .alert-normal, .session-data .alert-notice, .session-data .alert-final, #classic-record-banner .alert-none, #classic-record-banner .alert-normal, #classic-record-banner .alert-notice, #classic-record-banner .alert-final {
  color: black;
  font-style: normal;
}
.session-data .alert-warning, .session-data .alert-removed, .session-data .alert-unknown, #classic-record-banner .alert-warning, #classic-record-banner .alert-removed, #classic-record-banner .alert-unknown {
  color: orange;
  font-style: normal;
  background-color: initial;
}
.session-data .alert-severe, #classic-record-banner .alert-severe {
  color: red;
  font-style: normal;
}

.footer-form {
  background-color: white;
  border: 1px solid #aaa;
  clear: both;
}
.footer-form footer {
  margin-top: 16px;
}

.edu-checkbox-list label {
  display: block;
}
.edu-checkbox-list .checkbox-label {
  display: inline-block;
  margin-left: 4px;
}

.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;
  padding: 20px 80px 20px 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.online_application label.select {
  background: #ffffff;
  border-radius: 5px;
  padding-bottom: 0px;
}
.online_application label.input {
  padding-bottom: 2px;
}
.online_application label.has-feedback i.form-control-feedback {
  position: absolute;
  right: 75px;
  font-size: 26px;
  line-height: 68px;
}
.online_application label.has-feedback i.form-control-feedback.glyphicon-ok {
  color: #468847;
}
.online_application label.has-feedback i.form-control-feedback.glyphicon-remove {
  color: #b94a48;
}
.online_application input[type=button],
.online_application input[type=submit] {
  width: 48%;
  -webkit-appearance: button;
     -moz-appearance: button;
          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 .checkbox, .online_application .radio {
  padding-left: 25px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  display: block;
  font-weight: 400;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 4px;
}
.online_application .checkbox:last-child, .online_application .radio:last-child {
  margin-bottom: 0px;
}
.online_application .checkbox input, .online_application .radio input {
  position: absolute;
  left: -9999px;
}
.online_application .checkbox input:checked + i:after, .online_application .radio input:checked + i:after {
  opacity: 1;
}
.online_application .checkbox i, .online_application .radio i {
  border-color: #BDBDBD;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  background: #FFF;
  transition: border-color 0.3s;
}
.online_application .checkbox input + i:after {
  color: #3276B1;
  content: "\f00c";
  top: -1px;
  left: 1px;
  width: 15px;
  height: 15px;
  font: normal 16px/19px FontAwesome;
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: border-color 0.1s;
}
.online_application .radio i {
  border-radius: 50%;
}
.online_application .radio input + i:after {
  background-color: #3276B1;
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  content: "";
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.online_application .checkboxblock {
  line-height: 25px;
}
.online_application .checkboxblock span:last-child {
  padding-left: 1em;
}
.online_application .checkboxlist {
  padding-bottom: 5px;
}
.online_application .checkboxlist div {
  width: 100%;
  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: "✓";
  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 section {
  padding-bottom: 5px;
}
.online_application section label {
  margin: 0px;
}
.online_application section .has-error .help-block {
  background: white;
  border: 1px solid #aaa;
  padding: 4px;
  top: 100%;
  position: absolute;
  margin-top: 3px;
  width: 100%;
  text-align: center;
  z-index: 1;
  box-shadow: 1px 1px 1px #aaa;
}
.online_application section .has-error .help-block:before {
  background: white;
  content: "";
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: 3px;
  margin-bottom: 3px;
  top: -6px;
  z-index: 0;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
}

.fade-in-delay {
  opacity: 100;
  animation-duration: 2s;
  animation-name: fadeInDelay;
}

@keyframes fadeInDelay {
  from {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
.field-label {
  line-height: 25px;
  display: flex;
}
.field-label > span {
  flex: 0 0 auto;
}
.field-label .label-text {
  flex: 1 1 min-content;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 8px);
}

.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: flex;
}
tr[data-action-menu-id] ul li > a, tr[data-action-menu-id] ul li > span,
ul[data-action-menu] li > a,
ul[data-action-menu] li > span {
  flex: 1 0 auto;
  white-space: normal;
  font-weight: bold;
  display: block;
  padding: 2px 0.4em;
  color: white;
  cursor: pointer;
}
tr[data-action-menu-id] ul li > a:hover, tr[data-action-menu-id] ul li > span:hover,
ul[data-action-menu] li > a:hover,
ul[data-action-menu] li > span:hover {
  background: #474544;
  text-decoration: underline;
}
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;
}

.glyphicon {
  font-family: FontAwesome;
  text-align: center;
}
.glyphicon.glyphicon-ok::before {
  content: "\f00c";
}
.glyphicon.glyphicon-remove::before {
  content: "\f00d";
}

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

tr.action-menu-row {
  display: table-row;
}

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

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

.uploadProgress {
  height: 32px;
}
.uploadProgress .upload_frame {
  height: 32px;
}

.btn-group {
  display: inline-flex;
  justify-content: center;
}
.btn-group label.btn {
  flex-grow: auto;
}
.btn-group label.btn > input[type=radio] {
  display: none;
}

.btn {
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.btn.show-subtable-btn {
  border: 1px solid #d5d5d5;
  margin: 5px;
  background: white;
}
.btn.show-subtable-btn:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f055";
}
.btn.show-subtable-btn.loading:before {
  content: "\f141";
}
.btn.show-subtable-btn.expanded:before {
  content: "\f056";
}

.loading-button {
  margin: 1px 1px 1px 1px;
  background-color: #3276b1;
  color: #FFF;
  font: bold 15px/29px "Open Sans", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 1px 6px 1px;
  border-style: none;
  display: flex;
  grid-gap: 4px;
  justify-content: space-between;
}
.loading-button:hover {
  color: #FFF;
  background-color: #474544 !important;
}
.loading-button:disabled, .loading-button.disabled {
  background-color: #7196b5 !important;
}
.loading-button > span.spinner {
  margin: 0px;
}
.loading-button > span.spinner:before {
  content: "\f021";
  font: normal normal normal 14px/1 FontAwesome;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-primary, .dz-button {
  color: white;
  padding: 0px 22px;
  font: bold 15px/29px "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-style: none;
  background-color: #3276b1;
}
.btn-primary .field-label .label-text, .dz-button .field-label .label-text {
  max-width: unset;
}
.btn-primary:hover, .dz-button:hover {
  background-color: #474544;
}

.btn.btn-silverband {
  color: #f8ff21;
  background-color: #935da6;
}
.btn.btn-silverband:hover {
  background-color: #f8ff21 !important;
}

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

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

td.small-detail {
  cursor: pointer;
}
td.small-detail:after {
  content: "\f05a";
  font-size: 32px;
  font-family: FontAwesome;
  float: right;
}
td.small-detail:hover:after {
  color: #3276b1;
}

#query-condition-widget > .or-rule-set > .header .leftBtn {
  display: none;
}

.dd3-content.rule-field-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr min-content;
  width: calc(100% - 35px);
  grid-gap: 4px;
  border-style: none;
}
.dd3-content.rule-field-group > * {
  height: 34px;
}
.dd3-content.rule-field-group select.singleSelect {
  height: calc(100% - 1px);
}
.dd3-content.rule-field-group .deleteBtn {
  background-color: #eee;
  border: 1px solid #aaa;
}
.dd3-content.rule-field-group .input-items, .dd3-content.rule-field-group .deleteBtn {
  border: 1px solid #cfcfcf;
}
.dd3-content.rule-field-group .input-items:empty {
  border-color: transparent;
}

.rule-sets .dd3-handle {
  height: 34px;
}
.rule-sets .rule-set {
  margin: 16px;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
}
.rule-sets .rule-set input, .rule-sets .rule-set select {
  border: 1px solid #d5d5d5;
  font-size: 13px;
  padding: 4px;
  background-color: white;
  width: 100%;
}
.rule-sets .rule-set .description:not(:empty) {
  padding: 16px;
}
.rule-sets .rule-set > .rule-set-body {
  padding: 16px;
  width: 100%;
  margin: auto;
}
.rule-sets .rule-set > .rule-set-body > label.input {
  margin-bottom: 16px;
}
.rule-sets .rule-set > .rule-set-body .input-group-addon {
  height: 32px;
  width: 32px;
}
.rule-sets .rule-set > .rule-set-body .input-group-addon::before {
  font-size: 20px;
}
.rule-sets .rule-set > .rule-set-body .dd-item {
  height: auto;
}
.rule-sets .rule-set > .rule-set-body .dd-item.multiselect .dd3-content .input-items {
  height: auto;
  line-height: 0px;
}
.rule-sets .rule-set > .rule-set-body th {
  padding: 0px 4px;
}
.rule-sets .rule-set .dd {
  float: none;
}
.rule-sets .rule-set:first-child .header .upBtn {
  display: none;
}
.rule-sets .rule-set:last-child .header .downBtn {
  display: none;
}
.rule-sets .rule-set .input-items {
  grid-row: span 2;
}
.rule-sets .rule-set .input-items input, .rule-sets .rule-set .input-items select {
  width: 100%;
  border-style: none;
  line-height: 30px;
  vertical-align: text-bottom;
  padding: 0px 8px;
  height: 100%;
}
.rule-sets .rule-set > .header {
  display: flex;
  line-height: 35px;
  border-bottom: 1px solid #aaa;
  background-color: #eee;
}
.rule-sets .rule-set > .header .rule-title {
  background-color: #f1f1f1;
  font-weight: bold;
  flex: 1 1 auto;
  border-style: none;
  padding: 0px 16px;
}
.rule-sets .rule-set > .header .buttons {
  display: flex;
  border-left: 1px solid #aaa;
}
.rule-sets .rule-set > .header .buttons > * {
  background-color: #fbfbfb;
}
.rule-sets .rule-set > .header .buttons > *:before {
  font-size: 20px;
}
.rule-sets .rule-set > .header .buttons .editBtn:before {
  vertical-align: top;
}
.rule-sets .rule-set > .header .buttons .deleteBtn {
  border-left: 1px solid #aaa;
}
.rule-sets .rule-set > .header .buttons .deleteBtn:hover {
  color: red;
}
.rule-sets .rule-set.or-rule-set > .rule-set-body {
  background-color: #e9e9e9;
}
.rule-sets .rule-set.or-rule-set > .header .rule-title {
  background-color: #474544;
  color: white;
}
.rule-sets .rule-set ol {
  margin-top: 16px;
}
.rule-sets .add-set {
  display: flex;
  text-align: left;
  padding: 0px;
}
.rule-sets .add-set::before {
  font-family: FontAwesome;
  content: "\f067";
  flex: 0 0 min-content;
  padding: 0px 1em;
  position: relative;
  top: 2px;
}
.rule-sets .add-set > span {
  flex: 1 1 auto;
  padding-right: 0.5em;
}
.rule-sets .parameter-set tbody tr td {
  vertical-align: top;
  line-height: 28px;
}
.rule-sets .parameter-set tbody tr td input, .rule-sets .parameter-set tbody tr td select {
  line-height: normal;
}
.rule-sets .parameter-set tbody tr td > span {
  padding-left: 8px;
}
.rule-sets .parameter-set tbody tr td.input-field > * {
  min-width: 100px;
}
.rule-sets .parameter-set tbody tr .feedback {
  min-width: 170px;
}
.rule-sets #form-editor .rule-set-body tbody td:first-child, .rule-sets #report-parameters .rule-set-body tbody td:first-child {
  padding-right: 8px;
}
.rule-sets #form-editor .rule-field-group td:first-child, .rule-sets #form-editor .rule-field-group td:nth-child(2) {
  min-width: 30%;
}

#report-parameters table.rule-set-body {
  margin: auto;
  width: 100%;
}
#report-parameters table.rule-set-body th {
  padding: 0px 8px;
}
#report-parameters table.rule-set-body select {
  width: 100%;
}

#courses .progression-level-audit {
  cursor: pointer;
}

.progression-history {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-gap: 4px;
}
.progression-history div:nth-child(6n+1), .progression-history div:nth-child(6n+2), .progression-history div:nth-child(6n+3) {
  font-weight: bold;
  text-align: center;
}
.progression-history div:nth-child(6n+3), .progression-history div:nth-child(6n+6) {
  text-align: right;
}
.progression-history div:nth-child(1n+4) {
  margin-bottom: 4px;
}
.progression-history div:nth-child(1n+1) {
  text-align: left;
}

#main {
  grid-column: 2;
  grid-row: 3;
}
#main.maintenance-mode {
  margin-left: 0px;
}
#main #content {
  width: auto;
}

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

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

.entityHistory {
  display: grid;
  grid-template-columns: min-content auto min-content auto;
  grid-gap: 8px;
  padding: 17px;
}
.entityHistory.hidden {
  display: none;
}
.entityHistory div {
  white-space: nowrap;
}
.entityHistory .area {
  padding: 0px 8px;
  min-width: 130px;
  display: flex;
}
.entityHistory .area > .field-label {
  flex: 1 0 auto;
}

.error {
  color: #f00;
}

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

#entity_search_list .toggle {
  padding-right: 101px;
}
#entity_search_list .toggle i {
  zoom: 2;
  right: inherit;
}
#entity_search_list .badge {
  padding: 10px;
  border-radius: 20px;
  margin-top: 9px;
}
#entity_search_list .badge.bg-color-blue {
  color: white;
}
#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 {
  padding-top: 5px;
}
#entity_search_list ul li section:first-child {
  padding-left: 15px;
  height: 45px;
}
#entity_search_list ul li section.entityRow {
  padding-left: 15px;
}
#entity_search_list ul li:first-child:before {
  top: -15px;
  height: 45px;
  left: 0px;
}
#entity_search_list ul li:last-child:after {
  content: initial;
}
#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;
  left: 0px;
}
#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 li .badge {
  position: relative;
  top: -5px;
  left: 100px;
  margin-left: 5px;
}
#entity_search_list ul.parent li:after {
  height: 100%;
}
#entity_search_list ul.parent ul li:after {
  height: 52px;
  left: 0px;
}
#entity_search_list ul.parent li:first-child .badge {
  display: none;
}

#hidden-authuser {
  display: none;
}

@media (min-width: 768px) and (max-width: 880px) {
  #hide-menu > :first-child > a {
    line-height: normal !important;
  }
  #hide-menu > :first-child > a i {
    font-size: inherit;
  }
}
.hidden-menu #hide-menu i {
  color: white;
}

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

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

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

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

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

#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: flex;
  padding: 0px 16px;
}
#utube-help-list > li > div i {
  flex: 0 0 auto;
  transition: color 200ms;
}
#utube-help-list > li > div span {
  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: flex;
}
#utube-help-list .utube-item:not(:first-child) {
  padding-top: 5px;
}
#utube-help-list .utube-item span.image {
  flex: 0 0 auto;
}
#utube-help-list .utube-item span.details {
  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-header {
  font-size: 14px;
  padding: 5px 5px;
  text-transform: uppercase;
  margin: 0px;
}
.popover .popover-body {
  padding: 5px 5px;
}
.popover .popover-body ul {
  padding-left: 20px;
}
.popover .popover-body .studentUnitAttendance h2 {
  margin: 8px 0px;
}
.popover .popover-body .studentUnitAttendance p {
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.popover.fade {
  opacity: 1;
}

.dropzone-section {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dropzone-section > *:first-child {
  margin-bottom: 0px;
  vertical-align: bottom;
}
.dropzone-section > *:first-child > label {
  margin: 0px;
}

.dropzone.withFooter {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
}
.dropzone.withFooter .dz-preview {
  order: 1;
}
.dropzone.withFooter footer {
  order: 2;
  position: static;
  width: 100%;
  text-align: right;
  background-color: #f8f8f8;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.dropzone.withFooter footer .dz-default.dz-message {
  position: static;
  margin: auto;
  display: initial;
  opacity: initial;
}
.dropzone.withFooter footer .dz-default.dz-message .dz-button {
  margin: 4px;
  border-width: 1px;
  background-color: #3276b1;
  color: white;
  padding: 0 22px;
  font: bold 15px/29px "Open Sans", Helvetica, Arial, sans-serif;
}
.dropzone.withFooter footer .dz-default.dz-message .dz-button .fa {
  color: inherit;
}

.dropzone svg {
  display: none;
}
.dropzone .dz-success-mark {
  border: 1px solid black;
  border-radius: 20px;
  background-color: #acacac;
  background-blend-mode: initial;
}
.dropzone .dz-preview .dz-progress {
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: auto;
}
.dropzone .dz-preview .dz-image {
  text-align: center;
  width: auto;
}
.dropzone .dz-preview.dz-image-preview:hover.dz-error .dz-error-message {
  position: static;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img {
  opacity: 1;
}
.dropzone .dz-preview .dz-error-message {
  position: static;
  background: none transparent;
  padding: 0px;
  max-width: none;
  max-height: none;
  min-width: auto;
}
.dropzone .dz-preview .dz-details {
  display: grid;
  width: auto;
  height: auto;
  grid-gap: 16px;
  position: static;
  background: none transparent;
  padding: 0px;
  margin: 0px;
  line-height: 28px;
  grid-template-columns: min-content auto;
}
.dropzone .dz-preview .dz-details span, .dropzone .dz-preview .dz-details strong {
  vertical-align: bottom;
}
.dropzone .dz-preview .dz-details img {
  grid-column: span 2;
  order: 0;
  position: static;
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}
.dropzone .dz-preview .dz-details .dz-size {
  order: 1;
  flex: 0 0 min-content;
  position: static;
  word-wrap: normal;
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename {
  order: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: grid;
  grid-template-columns: auto;
}
.dropzone .dz-preview .dz-details .dz-filename *[data-dz-name] {
  order: 2;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename *[data-dz-thumbnail] {
  position: static;
  order: 1;
  display: block;
  margin: auto;
}

#student_image .widget-body div {
  text-align: center;
}
#student_image form.dropzone .dz-message {
  top: initial;
  bottom: 15px;
  height: initial;
}
#student_image .dz-message {
  position: static;
  width: auto;
  height: auto;
  margin: auto;
}
#student_image img {
  max-width: 100%;
}
#student_image .dropzone {
  background-image: initial;
  background-color: initial;
  border: initial;
  min-height: auto;
}
#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);
}

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

label.input .fa-check {
  color: green;
}
label.input .fa-times-circle {
  color: red;
}
label.input .input-group {
  flex-wrap: nowrap;
}
label.input .input-group + .form-control-feedback {
  display: none;
}
label.input .input-group .input-group-addon {
  border-left-style: none;
}
label.input .input-group .input-group-addon:focus {
  outline: 1px solid #3276B1;
}
label.input .input-group .input-group-select-listitem {
  cursor: pointer;
}
label.input .input-group .input-group-select-listitem:before {
  content: "\f063";
  font-family: FontAwesome;
}

textarea {
  max-width: 100%;
}

optgroup ::before {
  display: none;
}

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;
  overflow: hidden;
}
.btn.btn-primary.loading:not(input), .btn.btn-primary.error:not(input), .btn.btn-primary.has-icon:not(input) {
  padding-right: 8px;
  padding-left: 32px;
}
.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;
}

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

.MessageBoxContainer {
  top: 20%;
}
.MessageBoxContainer .MessageBoxButtonSection {
  text-align: right;
}
.MessageBoxContainer table tbody {
  background-color: #2c2c2c;
  color: white;
}
.MessageBoxContainer .loading {
  color: inherit;
  cursor: default;
}
.MessageBoxContainer .table thead {
  background-color: #4c4c4c;
}
.MessageBoxContainer .table thead tr {
  color: white;
  background-color: inherit;
}
.MessageBoxContainer .table thead tr th {
  color: inherit;
  border-color: #555;
}
.MessageBoxContainer .table td {
  border-top-color: #555;
}
.MessageBoxContainer .progress {
  margin: 0px;
  background-color: #4d4d4d;
  box-shadow: none;
  height: 5px;
}
.MessageBoxContainer .progress .progress-bar {
  background-color: white;
}
.MessageBoxContainer .table-striped tbody tr:nth-child(odd) {
  background-color: rgb(51, 51, 51);
}
.MessageBoxContainer a:not(.btn) {
  color: white;
  text-decoration: underline;
}
.MessageBoxContainer .tcsi-message.tcsi-message-error .status {
  color: #d99b9b;
}
.MessageBoxContainer .table-hover tbody tr:hover {
  color: #c4dbf3;
}

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

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

fieldset.ajax-set {
  display: grid;
  grid-template-columns: auto auto min-content;
  padding: 0px;
}
fieldset.ajax-set .col {
  float: none;
  width: auto;
}
fieldset.ajax-set > .col.number {
  grid-column: 1;
}
fieldset.ajax-set > .col.date {
  grid-column: 2;
}
fieldset.ajax-set > .col.ajax-bttn {
  grid-column: 3;
}
fieldset.ajax-set .ajax-bttn {
  padding: 0px 16px;
  margin: 0px;
  white-space: nowrap;
}
fieldset.ajax-set .ajax-bttn button {
  width: 100%;
  display: block;
  padding: 1px 4px;
}

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

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

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

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

.charCount {
  display: block;
  white-space: nowrap;
}
.charCount .value:empty + span {
  display: none;
}

.cancelable-progress-bar .progress {
  margin-top: 1px;
  height: 31px !important;
}

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

#providerLogin {
  max-width: 600px;
  margin: 16px auto;
  display: block;
  background-color: white;
}
#providerLogin .authenticator-reccomendations {
  margin: 0px;
  display: grid;
  grid-gap: 16px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 250px);
}
#providerLogin .authenticator-reccomendations p {
  font-style: italic;
}
#providerLogin .body {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 16px;
}
#providerLogin > header {
  margin: 0px;
  text-transform: uppercase;
}
#providerLogin #login-message {
  margin: auto;
  padding: 0px 30px;
  text-align: left;
  background-color: transparent;
}
#providerLogin fieldset {
  padding: 16px;
  text-align: center;
}
#providerLogin .logo {
  padding: 40px 30px 40px 30px;
}
#providerLogin .logo img {
  max-width: 300px;
  display: block;
  margin: auto;
}
#providerLogin h2 {
  font-weight: 300px;
  margin-bottom: 1em;
  text-align: center !important;
}
#providerLogin h2 strong {
  font-weight: inherit;
}
#providerLogin .btn-large {
  padding: 16px 32px;
  text-transform: none;
  font-weight: bold;
  min-width: 230px;
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
#providerLogin .btn-large.btn-direct {
  background-color: #95b6d3;
  color: white;
}
#providerLogin .btn-large:hover {
  background-color: #3276b1;
  color: white;
}
#providerLogin #sso-login {
  margin: auto;
  width: 100%;
  padding: 16px 30px;
  background-color: #f8f8f8;
}
#providerLogin #sso-login label {
  max-width: 500px;
  margin: auto;
  padding-bottom: 20px;
  background-color: transparent;
  display: block;
  font-weight: bold;
}
#providerLogin #sso-login a.btn-primary {
  display: inline-flex;
  justify-content: center;
  grid-gap: 0.8em;
}
#providerLogin #sso-login a.btn-primary i {
  flex: 0 0 min-content;
  padding-top: 2px;
}
#providerLogin #login-or {
  padding: 16px 30px;
  text-align: center;
}
#providerLogin #login-type-long {
  margin-bottom: 1em;
}
#providerLogin #login-type-long:empty {
  display: none;
  margin: none;
}
#providerLogin #login-form {
  text-align: center;
}
#providerLogin #login-form:not(.hidden) {
  display: block;
}
#providerLogin #login-form > fieldset {
  display: inline-block;
  max-width: 400px;
  margin: auto;
  margin-bottom: 32px;
  text-align: left;
}
#providerLogin #login-form .sso-message {
  text-align: center;
}
#providerLogin #login-form > h2, #providerLogin #login-form > fieldset {
  padding: 0px 30px;
}
#providerLogin .hide-direct {
  display: none;
}
#providerLogin.with-sso:not(.direct-login) #login-message {
  display: none;
}
#providerLogin.with-sso:not(.direct-login) #login-form {
  display: none;
}
#providerLogin.with-sso:not(.direct-login) .hide-direct {
  display: inline-block;
}
#providerLogin.with-sso:not(.direct-login) .show-direct {
  display: none;
}
#providerLogin .input-with-icon {
  display: inline-flex;
}
#providerLogin .input-with-icon > i {
  display: inline-block;
  border: 1px solid #BDBDBD;
  border-left-style: none;
  content: "";
  color: #A2A2A2;
  line-height: 30px;
  padding: 0px 8px 0px 0px;
  font-size: 14px;
}
#providerLogin .input-with-icon > i:before {
  padding-left: 8px;
  border-left: 1px solid #BDBDBD;
}
#providerLogin .input-with-icon > input {
  border-right-style: none;
}

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

.bvfeedback-aggrigate-msg {
  display: block;
  line-height: 32px;
}
.bvfeedback-aggrigate-msg::before {
  content: "\f13d";
  font-family: FontAwesome;
  margin-right: 4px;
}

.smart-form #form_field_summary tbody td .col {
  min-height: auto;
}
#form_field_summary tbody td:nth-child(n+3) {
  text-align: center;
  padding: 0px;
}
#form_field_summary tbody td:nth-child(n+3) section {
  margin: 0px;
}
#form_field_summary tbody label.checkbox, #form_field_summary tbody label.radio {
  padding: 10px;
  line-height: normal;
}
#form_field_summary tbody label.checkbox i, #form_field_summary tbody label.radio i {
  position: relative;
  display: inline-block;
  left: 0px;
  right: 0px;
}

/* 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: 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;
}

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

.ajax-bulk-progress .progress {
  margin-top: 1px;
  height: 31px;
}

#communication-event-bulk-list td.file-attachment {
  padding-top: 0px;
  padding-bottom: 0px;
}
#communication-event-bulk-list td.file-attachment .attachment-list-icon {
  white-space: nowrap;
  width: auto;
}
#communication-event-bulk-list td.file-attachment .attachment-list-icon:before, #communication-event-bulk-list td.file-attachment .attachment-list-icon > span {
  display: inline-block;
}
#communication-event-bulk-list td.file-attachment .attachment-list-icon > span {
  margin-left: 4px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#communication-event-bulk-list td.file-attachment .attachment-list-icon .editBtn {
  margin: 8px;
}

.alert {
  max-height: 180px;
  overflow-y: auto;
  text-align: left;
  border-width: 1px 1px 1px 5px;
}
.alert > button.close {
  color: transparent;
  text-shadow: none;
}
.alert > button.close:after {
  content: "x";
  font-weight: bold;
  color: black;
  position: absolute;
  top: 6px;
  right: 10px;
}
.alert > button.close:not(:disabled):not(.disabled):focus, .alert > button.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.alert .alert-record-description {
  font-style: italic;
  display: inline-block;
  margin: 0px 8px;
  min-width: 90px;
}
.alert .alert-record-description ::before {
  content: "(";
}
.alert .alert-record-description ::after {
  content: ")";
}
.alert font, .alert b {
  text-transform: uppercase;
  color: inherit !important;
}
.alert.alert-, .alert.alert-warning {
  border-color: #826430;
  color: #826430;
}
.alert.alert- i.fa::before, .alert.alert-warning i.fa::before {
  content: "\f071";
}
.alert.alert-danger {
  background-color: #c26565;
  border-color: #953b39;
}
.alert.alert-danger > button.close:after {
  color: white;
  opacity: 1;
}
.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: white;
}
.alert.alert-danger.alert-low-priority i, .alert.alert-danger.alert-low-priority b {
  background-color: #c26565;
  color: white !important;
}
.alert.alert-success {
  background-color: #DDFFDD;
  color: #356635;
  border-color: #356635;
}
.alert.alert-success b {
  color: #356635;
}
.alert.alert-success.alert-low-priority i, .alert.alert-success.alert-low-priority b {
  background-color: #DDFFDD;
}
.alert.alert-info {
  background-color: #d6dde7;
  color: #305d8c;
  border-color: #305d8c;
}
.alert.alert-info.alert-low-priority i, .alert.alert-info.alert-low-priority b {
  background-color: #d6dde7;
}
.alert.alert-warning {
  background-color: #efe1b3;
  border-color: #826430;
  color: #826430;
}
.alert.alert-warning.alert-low-priority i, .alert.alert-warning.alert-low-priority b {
  background-color: #efe1b3;
}
.alert a:not(.btn) {
  text-decoration: underline;
  font-weight: bold;
}
.operation-list > .alert, .widget-body.no-padding .operation-list .alert {
  margin: 0px;
  border-bottom-style: none;
  border-top-color: #666;
  border-bottom-color: #666;
  border-right-color: #666;
}
.operation-list > .alert:last-child, .widget-body.no-padding .operation-list .alert:last-child {
  border-bottom-style: solid;
}
.alert.alert-low-priority {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0px;
}
.alert.alert-low-priority > i {
  display: none;
}
.alert.alert-low-priority b {
  display: flex;
  text-transform: none;
  padding: 8px 4px 8px 16px;
  vertical-align: top;
  min-width: 103px;
}
.alert.alert-low-priority b:before {
  font-family: FontAwesome;
  margin-right: 4px;
}
.alert.alert-low-priority.alert-danger {
  color: #c26565;
}
.alert.alert-low-priority.alert-danger b:before {
  content: "\f00d";
}
.alert.alert-low-priority.alert-danger > button.close::after {
  color: black;
}
.alert.alert-low-priority.alert-warning b:before {
  content: "\f071";
}
.alert.alert-low-priority.alert-info b:before {
  content: "\f129";
}
.alert.alert-low-priority.alert-success b:before {
  content: "\f00c";
}
.alert.alert-low-priority a {
  color: #3276b1;
}
.alert.alert-low-priority:only-of-type b {
  min-width: auto;
}
.alert.alert-low-priority > div {
  display: flex;
  padding-top: 4px;
  padding-left: 16px;
  color: #333333;
}
.alert.alert-low-priority .alert-body {
  padding: 8px 4px 0px 16px;
  display: block;
}
.alert.alert-tcsi.alert-low-priority b:before {
  content: "\f1ba";
}
.multi-operation-messages .alert {
  margin: 0px;
}
.multi-operation-messages .alert .key {
  margin-right: 8px;
  display: inline-flex;
  grid-gap: 4px;
}
.multi-operation-messages .alert > b {
  min-width: 70px;
  display: inline-block;
}

.operation-list {
  margin-bottom: 1em;
}

#student-dest-last-submitted-status {
  display: inline-block;
  padding: 4px 8px;
  font-weight: bold;
}
#student-dest-last-submitted-status.TCSI_INVALID {
  background-color: #c26565;
  color: white;
}
#student-dest-last-submitted-status.TCSI_VALID {
  background-color: #cde0c4;
}

.multi-operation-messages {
  margin-bottom: 16px;
}

.TCSIRow {
  display: none;
}
.TCSIRow.initialized {
  display: block;
}
.TCSIRow.placeholder {
  display: block;
}
.TCSIRow .responseMessages:empty {
  display: none;
}
.TCSIRow .refresh-entity-extra {
  cursor: pointer;
  overflow: hidden;
}
.TCSIRow .refresh-entity-extra i {
  font-style: normal;
  display: block;
}
.TCSIRow .refresh-entity-extra i::before {
  content: "\f021";
  font-family: FontAwesome;
}
.TCSIRow.loading .refresh-entity-extra i {
  animation: spinner-animation 4s steps(360, start) infinite;
}
.TCSIRow.loading .widget-body > * {
  opacity: 0.7;
}

#tcsi-fetchall .alert {
  margin: 0px;
}
#tcsi-fetchall table {
  border-collapse: collapse;
}
#tcsi-fetchall .dt-toolbar-footer {
  display: none;
}
#tcsi-fetchall .dt-toolbar {
  display: none;
}
#tcsi-fetchall table.dataTable {
  margin-top: 0px;
}
#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;
}

.input-group-addon {
  background-color: #eee;
  font-size: 13px;
  color: #555555;
  border: 1px solid #ccc;
}
.input-group-addon:first-child {
  border-right-style: none;
}

.currency-field .input-group {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 4px;
}
.currency-field .input-group input {
  text-align: right;
  padding-right: 0.5em;
}
.currency-field .input-group .row-1 {
  grid-row: 1;
}
.currency-field .input-group .uom-to {
  display: flex;
  background-color: #f6f6f6;
  border: 1px solid #BDBDBD;
}
.currency-field .input-group .uom-id-to {
  line-height: 29px;
  padding: 0px 4px;
}
.currency-field .input-group .uom-to-value {
  border-style: none;
  min-width: 80px;
  background-color: transparent;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.currency-field .input-group .help-block {
  grid-column: span 2;
}
.currency-field .input-group.has-error, .currency-field .input-group.has-success {
  grid-template-columns: calc(50% - 24px) calc(50% - 24px) 32px;
}
.smart-form .currency-field .input-group.has-error i.form-control-feedback, .smart-form .currency-field .input-group.has-success i.form-control-feedback {
  position: static;
  order: 3;
  grid-row: 1;
  grid-column: 3;
}
.currency-field .currency-display {
  grid-template-columns: auto auto;
  justify-content: left;
}
.currency-field .currency-display .uom-conversion span {
  background-color: #f6f6f6;
  padding: 4px;
  border: 1px solid #BDBDBD;
}

.dataTables_wrapper {
  overflow: auto;
}
.dataTables_wrapper .area .field-label, .dataTables_wrapper th .field-label {
  display: block;
  line-height: normal;
}
.dataTables_wrapper .table-buttons {
  text-align: right;
}
section.col > .dataTables_wrapper {
  border: 1px solid #aaa;
}
.dataTables_wrapper.loading:before {
  content: "Loading...";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  padding: 5%;
  z-index: 5;
}
.dataTables_wrapper.loading > * {
  opacity: 0.1;
}
.dataTables_wrapper .dt-toolbar-footer {
  flex: 1 0 auto;
  display: flex;
}
.dataTables_wrapper .dt-toolbar-footer > div {
  flex: 1 1 auto;
}
.dataTables_wrapper .dt-toolbar-footer .pagination {
  border: 1px solid #ddd;
  margin: 0px 8px;
}
.dataTables_wrapper .dt-toolbar-footer .pagination a {
  font-size: 13px;
  font-weight: bold;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  padding: 6px 12px;
  color: #3276b1;
  line-height: 30px;
  text-decoration: none;
}
.dataTables_wrapper .dt-toolbar-footer .pagination > li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.dataTables_wrapper .dt-toolbar-footer .pagination .disabled a {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.dataTables_wrapper .dt-toolbar-footer .pagination .paginate_button.active a {
  color: white;
  background-color: #3276b1;
}
.dataTables_wrapper .dt-toolbar-footer .dataTables_info {
  padding: 0px;
  line-height: 32px;
}
.dataTables_wrapper .dt-toolbar .dataTables_filter {
  float: none;
}
.dataTables_wrapper .dt-toolbar .dataTables_filter > label {
  display: flex;
}
.dataTables_wrapper .dt-toolbar .dataTables_filter .input-group-addon {
  padding: 0px;
  height: auto;
  float: none;
}
.dataTables_wrapper .dt-toolbar .dataTables_filter .input-group-addon + .form-control {
  float: none;
}
.dataTables_wrapper .dt-toolbar .glyphicon-search {
  font-family: FontAwesome;
  cursor: pointer;
  width: 35px;
  height: 35px;
  font-size: 24px;
  display: inline-block;
  font-style: normal;
  text-align: center;
  line-height: 35px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
}
.dataTables_wrapper .dt-toolbar .glyphicon-search:before {
  font-size: inherit;
  font-weight: normal;
  vertical-align: middle;
}
.dataTables_wrapper .dt-toolbar .glyphicon-search::before {
  content: "\f002";
  display: block;
}
.dataTables_wrapper .dt-statusbar {
  line-height: 24px;
  background-color: rgb(242, 242, 242);
  border-top: 1px solid #ccc;
  padding: 0px 8px;
}
.dataTables_wrapper .dt-statusbar b {
  text-transform: uppercase;
}
.dataTables_wrapper .dt-statusbar b:after {
  content: ": ";
}
.dataTables_wrapper .dt-statusbar.success b {
  color: green;
}
.dataTables_wrapper .dt-statusbar.error b {
  color: red;
}
.dataTables_wrapper .dt-statusbar:empty {
  display: none;
}
.dataTables_wrapper table.dataTable {
  margin: 0px;
}
.dataTables_wrapper table.dataTable thead > tr > th input[type=checkbox] {
  width: 13px !important;
}
.dataTables_wrapper table.dataTable.loading .dataTables_empty {
  color: transparent;
}
.dataTables_wrapper table.dataTable.loading .dataTables_empty:before {
  content: "Loading...";
  color: black;
  text-align: center;
  display: block;
}
.dataTables_wrapper table table.subtable {
  width: 100%;
}
.dataTables_wrapper table table.subtable tr:nth-child(odd) {
  background-color: rgba(228, 228, 228, 0.25);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate {
  vertical-align: top;
}
.dataTables_wrapper label {
  display: inline-block;
}
.dataTables_wrapper td > label:only-child {
  display: block;
  line-height: 35px;
}
.dataTables_wrapper table td.numeric {
  text-align: right;
}
.dataTables_wrapper table .null {
  color: #6f6f6f;
  font-style: italic;
  text-transform: uppercase;
}
.dataTables_wrapper tr.dt_group, .dataTables_wrapper .table-striped tbody tr.dt_group:nth-of-type(2n+1) {
  background-color: #f2f2f2;
}
.dataTables_wrapper tr.dt_group:hover, .dataTables_wrapper .table-striped tbody tr.dt_group:nth-of-type(2n+1):hover {
  background-color: #f2f2f2;
}
.dataTables_wrapper tr.dt_group td, .dataTables_wrapper .table-striped tbody tr.dt_group:nth-of-type(2n+1) td {
  border-bottom: 2px solid #aaa;
}
.dataTables_wrapper .form-control {
  font-size: 13px;
}
.dataTables_wrapper td.has-feedback > label.input {
  display: flex;
}
.dataTables_wrapper td.has-feedback > label.input > input {
  flex: 1 1 auto;
}
.dataTables_wrapper td.has-feedback > label.input > i {
  flex: 0 1 auto;
  position: static;
}

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

.edu-btn {
  cursor: pointer;
}

.bulk-op-icon::before {
  font-family: FontAwesome;
  display: inline-block;
  padding: 0px;
  text-align: center;
  content: "\f1b3";
}

.single-op-icon {
  font-family: FontAwesome;
  display: inline-block;
  padding: 0px;
  text-align: center;
  content: "\f1b2";
}

/**
 * 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: 0.25em;
  padding: 0px 6px;
  position: relative;
  line-height: 25px;
}
.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: 0.25em;
  padding: 0px 6px;
  position: relative;
  line-height: 25px;
  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 .label-text: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: 0.25em;
  padding: 0px 6px;
  position: relative;
  line-height: 25px;
  background: transparent;
  margin: 0px;
  margin-left: 4px;
  bottom: 0px;
  right: 0px;
  color: #6f6f6f;
  position: static;
  line-height: 25px;
}
.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: 0.25em;
  padding: 0px 6px;
  position: relative;
  line-height: 25px;
}

table table {
  border-top: 1px solid #aaa;
  background-color: white;
}
table caption {
  padding: 1em 1em 0.25em 1em;
  background: rgba(248, 248, 248, 0.9);
  font-weight: bold;
  opacity: 1;
  caption-side: top;
  color: inherit;
}
table.edit .editCell {
  padding: 0px;
  vertical-align: middle;
}
table.edit tbody td {
  text-align: center;
}
table.edit select, table.edit input {
  max-width: 300px;
}
table.table .status > .alert {
  margin: 0px;
  padding: 4px;
}
table.table .status > .alert button {
  display: none;
}
table.table .status > .alert .methodMessage {
  display: block;
}
table.vertical-header td, table.vertical-header th {
  min-height: 28px;
}
table.vertical-header th {
  background: #d5d5d5;
  color: rgb(24, 21, 21);
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  width: -moz-min-content;
  width: min-content;
  padding: 3px;
}
table.vertical-header th .field-label .label-text {
  white-space: nowrap;
  padding-left: 3px;
}
table.vertical-header td {
  border-left: 3px solid white;
  width: 100%;
}
table.vertical-header tr {
  border-bottom: 3px solid white;
}
table .button-group {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
}
table .button-group.vertical > * {
  display: block;
  height: 17px;
  overflow: hidden;
}
table .button-group.vertical > *::before {
  position: relative;
  line-height: 17px;
  font-size: 17px;
}

.tcsi-message .errorIdentifier:after {
  content: " - ";
}
.tcsi-message.tcsi-message-error .status {
  color: red;
}
.tcsi-message.tcsi-message-warning .status {
  background-color: #fcf8e3;
}
.tcsi-message.tcsi-message-success .status {
  background-color: #dff0d8;
  color: black;
}
.tcsi-message .message {
  color: inherit;
}
.tcsi-message td.status {
  text-transform: capitalize;
  font-weight: bold;
}
.tcsi-message .heimsLink {
  color: #3276b1;
  border-bottom: 1px dotted red;
  padding: 0px 4px;
  cursor: pointer;
}

.expand-tcsi-error {
  min-width: 135px;
  white-space: nowrap;
  margin-right: 4px;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .expand-tcsi-error {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0.2em;
  }
}
.expand-tcsi-error span {
  margin-right: 4px;
  min-width: 95px;
  text-align: left;
  display: inline-block;
}
.expand-tcsi-error + .response {
  display: none;
  border: 1px #aaa;
  margin-bottom: 4px;
  max-width: 400px;
}
.expand-tcsi-error + .response > p {
  padding: 4px;
}
.expand-tcsi-error + .response > p::before {
  font-weight: bold;
  border-bottom: 1p solid #aaa;
  display: block;
  margin-bottom: 2px;
}
.expand-tcsi-error + .response .details::before {
  content: "Details";
}
.expand-tcsi-error + .response .description::before {
  content: "Description";
}
.expand-tcsi-error + .response .resolution::before {
  content: "Resolution";
}
.expand-tcsi-error.open i.fa-plus:before {
  content: "\f068";
}
.expand-tcsi-error.open.open + .response {
  display: block;
}
.expand-tcsi-error.tcsi-error-error {
  color: red;
}
.expand-tcsi-error.tcsi-error-warning {
  color: orange;
}

#widget-grid > .btn {
  margin: 4px;
}
#widget-grid > .btn:only-of-type {
  margin: 0px 0px 20px 0px;
}
#widget-grid.no-widget-controls .jarviswidget-ctrls {
  display: none;
}

.checkboxblock {
  display: block;
  display: grid;
  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: grid;
  -moz-column-gap: 16px;
       column-gap: 16px;
  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;
}

.label.inline-label {
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  display: inline-block;
  margin: 2px;
  color: white;
}

.label-link {
  color: #214e75;
  display: none;
}
.label-link.show-hidden {
  display: block;
}
.label-link.show-hidden > .label-link-item:not(.btn) {
  white-space: nowrap;
}
.btn.btn-primary ~ .label-link.show-hidden {
  float: right;
}
.btn.btn-primary ~ .label-link.show-hidden .label-link-item {
  margin: 10px 0px 0px 5px;
  display: inline-block;
  font-size: 0px;
}
.btn.btn-primary ~ .label-link.show-hidden .label-link-item:before {
  content: "\f040";
  font-size: 20px;
  font-family: fontAwesome;
  margin-right: -24px;
  color: white;
  background: #3276b1;
  padding: 0px 4px;
  line-height: 30px;
  height: 31px;
  display: inline-block;
  border-right: 1px solid white;
  font-weight: normal;
}
.label-link.show-hidden > .btn.btn-primary {
  display: none;
}

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: #3276b1;
  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";
}

.action-menu a:hover {
  text-decoration: none;
}

.action-menu-js {
  text-align: right;
}

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

tr[data-action-menu-id] .label-link a, .action-menu .label-link a {
  display: none;
}
tr[data-action-menu-id] .label-link a.label-link-item, .action-menu .label-link a.label-link-item {
  display: inline-block;
  flex: 0 0 21px;
  font-size: 0px;
  position: relative;
  width: 21px;
  height: 21px;
  vertical-align: top;
}
tr[data-action-menu-id] .label-link a.label-link-item:after, .action-menu .label-link a.label-link-item: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] .label-link a.label-link-item.label-link-label:after, .action-menu .label-link a.label-link-item.label-link-label:after {
  content: "\f044";
}
tr[data-action-menu-id] .label-link a.label-link-item.label-link-form-field:after, .action-menu .label-link a.label-link-item.label-link-form-field:after {
  content: "\f06e";
}
tr[data-action-menu-id] a + .label-link.show-hidden, .action-menu a + .label-link.show-hidden {
  flex: 0 0 auto;
  display: flex !important;
  padding-left: 8px;
}
tr[data-action-menu-id] > .btn, .action-menu > .btn {
  cursor: context-menu;
}

.assessmentResults {
  text-align: center;
}
#legend .assessmentResults span {
  text-align: center;
  padding: 16px;
  display: inline-block;
  border: 1px solid transparent;
}
#legend .assessmentResults span.enrolment_optional {
  border-color: #aaa;
}
.assessmentResults tbody td {
  text-align: left;
  vertical-align: middle;
}
.assessmentResults .enrolment_completed {
  /*background: #aaffc8;*/
  background: #9cde9c;
}
.assessmentResults .enrolment_current {
  /*background: #c6d2ff;*/
  background: #bac9da;
}
.assessmentResults .enrolment_required {
  background: #ffffff;
}
.assessmentResults .enrolment_optional {
  background: #ffffff;
}
.assessmentResults .enrolment_disallowed {
  /*background: #e2e2e2;*/
  background: #eac36f;
}
.assessmentResults .enrolment_unscheduled {
  /*background: #e2e2e2;*/
  background: gray;
  color: white;
}
.assessmentResults .enrolment_unscheduled a {
  color: #232388;
}
.assessmentResults .enrolment_other {
  background: #ffffff;
}
.assessmentResults .enrolment_alternative {
  background: #ffffff;
}

.coursePlan {
  text-align: center;
}
.coursePlan tbody td {
  vertical-align: top;
}
.coursePlan + .plan {
  margin-top: 30px;
}
.coursePlan .unit {
  padding: 16px;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  text-align: center;
  min-height: 10em;
}
.coursePlan .unit > a, .coursePlan .unit > span {
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
}
#legend .coursePlan span {
  padding: 16px;
  display: inline-block;
  border: 1px solid transparent;
}
#legend .coursePlan span.enrolment_optional {
  border-color: #aaa;
}
.coursePlan .course-plan-creditpoints {
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coursePlan .enrolment_completed {
  /*background: #aaffc8;*/
  background: #9cde9c;
}
.coursePlan .enrolment_current {
  /*background: #c6d2ff;*/
  background: #bac9da;
}
.coursePlan .enrolment_required {
  background: #ffffff;
}
.coursePlan .enrolment_optional {
  background: #ffffff;
}
.coursePlan .enrolment_disallowed {
  /*background: #e2e2e2;*/
  background: #eac36f;
}
.coursePlan .enrolment_unscheduled {
  /*background: #e2e2e2;*/
  background: gray;
  color: white;
}
.coursePlan .enrolment_unscheduled a {
  color: #232388;
}
.coursePlan .enrolment_other {
  background: #ffffff;
}
.coursePlan .enrolment_alternative {
  background: #ffffff;
}

td.siblingTimePeriodSelect {
  line-height: 19px;
  white-space: nowrap;
}
td.siblingTimePeriodSelect > * {
  vertical-align: top;
}
td.siblingTimePeriodSelect .col {
  min-height: auto;
}
td.siblingTimePeriodSelect img {
  padding: 6px 4px;
  background: #eee;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
td.siblingTimePeriodSelect img:hover {
  background: #e4e2e2;
}

.input.fetch-input {
  display: flex;
}
.input.fetch-input input {
  flex: 0 1 auto;
}
.input.fetch-input .btn {
  flex: 0 2 200px;
}
@media screen and (max-width: 500px) {
  .input.fetch-input {
    display: block;
    text-align: right;
  }
  .input.fetch-input input {
    text-align: left;
  }
  .input.fetch-input .btn {
    max-width: 100%;
  }
}

.currentParticipants {
  text-align: right;
}
.currentParticipants .current:after {
  content: "/";
}

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

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

@keyframes marquee-animation {
  to {
    padding-left: 100%;
  }
}
.spinner {
  animation: spinner-animation 4s steps(360, start) infinite;
}

@keyframes spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.display-label {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #BDBDBD;
}
.display-label.numeric, .display-label.date {
  text-align: right;
}

.dd {
  max-width: none;
}
.dd .active .dd3-content .child.enabled, .dd .active .dd3-content .menuLabel {
  color: black;
}
.dd .active .dd3-content .child.enabled {
  background-color: #efeeee;
  border-left-color: #cecece;
}
.dd .active .dd3-content .child.enabled:before {
  content: "\f147";
}

.dd3-item.dd-item {
  line-height: 34px;
  display: flex;
  height: 34px;
  margin-bottom: 4px;
}

.dd3-content,
.dd3-handle {
  vertical-align: top;
  padding: 0px;
  line-height: inherit;
  display: inline-block;
}

.dd3-content {
  margin: 0px;
  flex: 1 0 auto;
  display: flex;
}
.dd3-content:not(:only-child) {
  border-left: 0px;
}
.dd3-content span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dd3-content .icon {
  line-height: inherit;
  color: #aaa;
  display: inline-block;
  width: 34px;
  flex: 0 0 34px;
  text-align: center;
}
.dd3-content > * {
  display: inline-block;
  vertical-align: top;
  flex: 1 1 auto;
}
.dd3-content .actions {
  flex: 0 0 34px;
  white-space: nowrap;
}
.dd3-content .actionBttn {
  flex: 0 0 34px;
  font-size: 24px;
  text-align: center;
  color: #756969;
  border-left: 1px solid transparent;
}
.dd3-content .actionBttn:before {
  display: block;
  line-height: 34px;
  font-family: FontAwesome;
}
.dd3-content .actionBttn.visibility:before {
  content: "\f070";
  line-height: 31px;
}
.dd3-content .actionBttn.visibility.visible:before {
  content: "\f06e";
}
.dd3-content .actionBttn.child.enabled {
  cursor: pointer;
}
.dd3-content .actionBttn.child.enabled:before {
  content: "\f196";
}
.dd3-content .menuLabel:first-child {
  padding-left: 4px;
}
.dd3-content:hover {
  background-color: transparent;
}

.dd3-handle {
  position: static;
  flex: 0 0 34px;
}
.dd3-handle:before {
  line-height: 34px;
  padding: 0px;
  position: static;
}
.dd3-handle:not(.dd-handle) {
  cursor: not-allowed;
}
.dd3-handle:not(.dd-handle):before {
  content: "";
}

.menuEditor footer {
  clear: both;
  display: flex;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
  line-height: 31px;
}
.menuEditor footer .btn {
  font-weight: bold;
  padding: 0px 22px;
  line-height: inherit;
}
.menuEditor footer > .status {
  flex: 0 0 auto;
  line-height: inherit;
  padding: 0px 22px;
  border-left: 5px solid transparent;
}
.menuEditor footer > .spacer {
  flex: 1 0 auto;
}
.menuEditor footer > input {
  flex: 0 0 auto;
}
.menuEditor .visibility {
  cursor: pointer;
}
.menuEditor .status:before, .menuEditor .status:after {
  display: inline-block;
}
.menuEditor .status:before {
  margin-right: 8px;
}
.menuEditor .status.success {
  color: #356635;
  background-color: #cde0c4;
  border-left-color: #8ac38b;
}
.menuEditor .status.success:before {
  font-family: FontAwesome;
  content: "\f00c";
}
.menuEditor .status.loading {
  color: #305d8c;
  background-color: #d6dde7;
  border-left-color: #9cb4c5;
}
.menuEditor .status.loading:before {
  font-family: FontAwesome;
  content: "\f110";
  animation: fa-spin 2s infinite linear;
}
.menuEditor .status.modified {
  color: #305d8c;
  background-color: #d6dde7;
  border-left-color: #9cb4c5;
}
.menuEditor .status.modified:before {
  font-family: FontAwesome;
  content: "\f129";
}
.menuEditor .status.error {
  color: white;
  background-color: #c26565;
  border-left-color: #953b39;
}
.menuEditor .status.error:before {
  font-family: FontAwesome;
  content: "\f00d";
}
.menuEditor .dd:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 15px;
}
.menuEditor .no-padding > *:not(footer) {
  margin: 15px;
}
.menuEditor .jarviswidget > div {
  padding: 0px;
}
.menuEditor .widget-body.no-padding {
  margin: 0px;
}

@media (max-height: 399px) {
  body {
    width: 1000px;
  }
}
@media (max-width: 679px) {
  .fixed-header #header, #header, .fixed-header.fixed-ribbon #header {
    display: block;
  }
  .fixed-header #header .navicons, .fixed-header #header #logo-group, #header .navicons, #header #logo-group, .fixed-header.fixed-ribbon #header .navicons, .fixed-header.fixed-ribbon #header #logo-group {
    display: block;
  }
  .fixed-header #header > div, #header > div, .fixed-header.fixed-ribbon #header > div {
    display: block;
    height: auto;
    float: none !important;
  }
  .fixed-header #header .navicons, #header .navicons, .fixed-header.fixed-ribbon #header .navicons {
    display: flex;
    margin: 0px;
  }
  .fixed-header #header .navicons > *, #header .navicons > *, .fixed-header.fixed-ribbon #header .navicons > * {
    flex: 1 0 auto;
    border-radius: 0px;
    border-right-style: none;
    border-color: #aaa;
  }
  .fixed-header #header .navicons > *:first-child, #header .navicons > *:first-child, .fixed-header.fixed-ribbon #header .navicons > *:first-child {
    border-left-style: none;
  }
}
@media (min-width: 320px) and (max-width: 679px) {
  #ribbon {
    background-color: #474544;
    border-style: none;
  }
  #ribbon .breadcrumb, #ribbon .breadcrumb a {
    color: #BBB !important;
  }
  #ribbon .bradcrumb > .active, #ribbon .breadcrumb li:last-child {
    color: #E4E4E4 !important;
  }
}
@media (max-width: 768px) {
  html {
    width: 100vw;
    height: 100vh;
  }
  body:not(.nomenu) {
    display: grid;
    grid-auto-columns: 220px auto;
    grid-template-rows: 1px min-content auto;
    width: 100%;
  }
  .no-menu-header body:not(.nomenu) > #content, .no-menu-header body:not(.nomenu) > #main {
    grid-row: 3;
    grid-column: span 2;
  }
  .no-menu-header body:not(.nomenu) > #header {
    grid-row: 2;
  }
  body.hidden-menu {
    grid-auto-columns: auto;
  }
  body.hidden-menu #main {
    grid-column: span 2;
  }
  body.hidden-menu #left-panel {
    display: none;
  }
  .fixed-header #header, #header {
    flex-wrap: wrap;
    height: auto;
    padding: 0px;
    position: static;
    grid-column: 1/span 2;
  }
  .fixed-header #header #project-context, #header #project-context {
    display: none;
  }
  .fixed-header #header #logo-group, #header #logo-group {
    padding: 4px 16px;
  }
  .fixed-header #header #logo-group img, #header #logo-group img {
    max-width: 100%;
  }
  .fixed-header #header .ajax-dropdown, #header .ajax-dropdown {
    position: absolute;
    width: calc(100% - 10px);
    right: 5px;
    left: 5px;
    top: auto;
    margin: 0px;
  }
  .fixed-header #header .ajax-dropdown::before, .fixed-header #header .ajax-dropdown::after, #header .ajax-dropdown::before, #header .ajax-dropdown::after {
    display: none;
  }
  #hide-menu > :first-child > a {
    line-height: normal !important;
  }
  #hide-menu > :first-child > a i {
    font-size: inherit;
  }
  #left-panel {
    height: auto !important;
    position: static;
    width: auto;
    padding: 0px;
    overflow: auto;
    grid-row: 3;
    grid-column: 1;
  }
  #left-panel .minifyme {
    display: none;
  }
  .fixed-header #main, #main {
    position: static;
    margin: 0px;
  }
  #main {
    overflow: auto;
    grid-column: 1/span 2;
  }
  #main #classic-record-banner, #main #ribbon {
    position: static;
    width: auto;
    height: auto;
  }
  #main #classic-record-banner {
    min-height: auto;
  }
  #main #classic-record-banner > div:empty {
    display: none;
  }
  #main #content {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .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: 479px) and (min-width: 0) {
  #logo-group > span {
    height: 25px;
  }
  #logo img {
    height: 25px;
  }
  #hide-menu i {
    font-size: 100%;
  }
  #project-selector label {
    display: none;
  }
}
@media only screen and (max-width: 679px) {
  .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;
  }
}
@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;
  }
}
.widget-status {
  padding: 13px;
}
.widget-status:after {
  content: "";
  clear: left;
}

.compact-fields .edu-displaylabel {
  min-height: 1em;
}
.compact-fields .edu-label {
  height: auto;
  line-height: normal;
  margin-bottom: 0px;
}
.compact-fields .edu-label .field-label {
  line-height: inherit;
  display: block;
}
.compact-fields .edu-label .helpLink {
  display: none;
}
.compact-fields section {
  margin-bottom: 1em;
}

.sb-popover {
  position: absolute;
  top: 100%;
  border: 1px solid #aaa;
  left: -110px;
  z-index: 889;
  width: 230px;
  background: white;
  color: black;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.sb-popover:before {
  content: "";
  display: block;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: -6px;
  left: 116px;
  background: white;
  z-index: 1;
}
.sb-popover h3 {
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.sb-popover h3:empty {
  display: none;
}
.sb-popover.sb-popover-hidden {
  display: none;
}
.sb-popover .content {
  padding: 8px;
  text-align: left;
  text-transform: none;
  white-space: normal;
}
.sb-popover .content:empty {
  display: none;
}
.sb-popover .closebanner {
  position: absolute;
  top: 0px;
  left: calc(100% - 26px);
  top: -26px;
  border: 1px solid #aaa;
  border-bottom-style: solid;
  border-bottom-style: none;
  cursor: pointer;
  color: black;
  background-color: white;
}
.sb-popover .closebanner:hover {
  color: red;
}
.sb-popover nav {
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.sb-popover nav > .btn {
  flex: 1 0 auto;
  line-height: 32px;
}
.sb-popover nav > a {
  color: #333;
  flex: 1 0 auto;
  text-align: center;
  padding: 4px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.sb-popover nav > a:hover {
  background-color: #3276b1;
  color: #fff;
  font-size: 13px;
}
.sb-popover nav > a:not(:first-child) {
  border-left: 1px solid #dfdada;
}
.sb-popover nav > a:not(:last-child) {
  border-right: 1px solid #eee;
}
.sb-popover nav > a.btn-primary {
  color: white;
}
#edit-reportabletags .sb-popover {
  left: auto;
  right: 2px;
  top: calc(100% + 10px);
}
#edit-reportabletags .sb-popover:before {
  right: 6px;
  left: auto;
}
#edit-reportabletags .sb-popover label {
  display: flex;
}
#edit-reportabletags .sb-popover label span {
  flex: 1 0 auto;
  padding-left: 8px;
}
#edit-reportabletags .sb-popover label input {
  margin: 0px;
}
#edit-reportabletags .sb-popover .popover-body span.btn {
  padding: 4px 6px;
  white-space: nowrap;
}
#edit-reportabletags .sb-popover .popover-body span.btn i.fa-spin {
  display: inline-block;
}
#edit-reportabletags .sb-popover nav {
  padding: 4px 0px;
  display: block;
}
#edit-reportabletags .sb-popover nav footer {
  display: flex;
}
#edit-reportabletags .sb-popover nav footer .btn {
  line-height: 32px;
  flex: 1 0 auto;
}
section.col > .edu-label .sb-popover {
  left: auto;
  right: 0px;
}
section.col > .edu-label .sb-popover:before {
  left: auto;
  right: 6px;
}
section.col > .edu-label .sb-popover .closebanner {
  left: -1px;
}

.json-viewer {
  display: inline-block;
}
.json-viewer ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.json-viewer .json-viewer-object {
  border-left: 1px solid #aaa;
  padding-left: 4px;
}
.json-viewer .json-viewer-object > span {
  display: inline-block;
}
.json-viewer .json-array:not(.depth0), .json-viewer .json-object:not(.depth0) {
  display: none;
}
.json-viewer li, .json-viewer .json-viewer-object {
  white-space: nowrap;
}
.json-viewer li > span {
  display: inline-block;
  vertical-align: top;
}
.json-viewer .key {
  font-weight: bold;
  min-width: 140px;
  margin-right: 8px;
}
.json-viewer .depth0 > li > .json-viewer-object {
  border-left-style: none;
}
.json-viewer .json-viewer-expand {
  color: #3276b1;
  cursor: pointer;
}
.json-viewer .json-viewer-expand:after {
  content: " +";
}
.json-viewer .json-viewer-expand.expanded:after {
  content: " -";
}
.json-viewer .json-viewer-expand.expanded ~ ol {
  display: block;
}

#system-event-entries .json-viewer .depth1 > li > .key {
  min-width: auto;
}

#arrColumnName-sequencer .dd3-content {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 32px;
  grid-gap: 0px;
}
#arrColumnName-sequencer .alt-name, #arrColumnName-sequencer .default-name {
  line-height: 32px;
  padding: 0px 8px;
  box-sizing: border-box;
  border-top-style: none;
  border-bottom-style: none;
  height: 32px;
}
#arrColumnName-sequencer .alt-name-icon {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
}
#arrColumnName-sequencer .alt-name-icon:hover {
  color: #474544;
  text-decoration: none;
}
#arrColumnName-sequencer .alt-name-icon:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
#arrColumnName-sequencer .alt-name-icon.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
#arrColumnName-sequencer .alt-name-icon.loading:before {
  content: "\f021";
}
#arrColumnName-sequencer .alt-name-icon.loading span, #arrColumnName-sequencer .alt-name-icon.loading .fa {
  display: none;
}
.actionCol > #arrColumnName-sequencer .alt-name-icon {
  margin: 4px;
}
#arrColumnName-sequencer .alt-name-icon.silverband-only {
  color: #935da6;
}
#arrColumnName-sequencer .alt-name-icon.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
#arrColumnName-sequencer .alt-name-icon:before {
  content: "\f044";
}
#arrColumnName-sequencer .default-name {
  font-style: italic;
}
#arrColumnName-sequencer .default-name::before {
  content: "( ";
}
#arrColumnName-sequencer .default-name::after {
  content: " )";
}
#arrColumnName-sequencer .sequencer-bttn {
  font-family: FontAwesome;
  color: #3276b1;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-style: normal;
  flex: 0 0 auto;
}
#arrColumnName-sequencer .sequencer-bttn:hover {
  color: #474544;
  text-decoration: none;
}
#arrColumnName-sequencer .sequencer-bttn:before {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
#arrColumnName-sequencer .sequencer-bttn.loading {
  animation: spinner-animation 4s steps(360, start) infinite;
}
#arrColumnName-sequencer .sequencer-bttn.loading:before {
  content: "\f021";
}
#arrColumnName-sequencer .sequencer-bttn.loading span, #arrColumnName-sequencer .sequencer-bttn.loading .fa {
  display: none;
}
.actionCol > #arrColumnName-sequencer .sequencer-bttn {
  margin: 4px;
}
#arrColumnName-sequencer .sequencer-bttn.silverband-only {
  color: #935da6;
}
#arrColumnName-sequencer .sequencer-bttn.silverband-only:hover {
  color: #935da6;
  text-shadow: none;
}
#arrColumnName-sequencer .sequencer-up {
  grid-column: 4;
}
#arrColumnName-sequencer .sequencer-up::before {
  content: "\f077";
}
#arrColumnName-sequencer .sequencer-down {
  grid-column: 5;
}
#arrColumnName-sequencer .sequencer-down::before {
  content: "\f078";
}
#arrColumnName-sequencer .dd-item:first-child .sequencer-up {
  display: none;
}
#arrColumnName-sequencer .dd-item:last-child .sequencer-down {
  display: none;
}

#column-sequence legend {
  display: grid;
  grid-template-columns: 32px 1fr 32px 1fr 74px;
  grid-gap: 0px;
  margin: 0px;
  margin-bottom: -20px;
  background-color: #fbfbfb;
  border-style: none;
  border-top: 1px solid #cfcfcf;
  padding: 4px 0px;
}
#column-sequence legend div {
  text-align: left;
}
#column-sequence legend div:last-child {
  text-align: center;
}

td > .checkbox-group label {
  display: block;
}

dialog {
  background: transparent;
  border-color: 0px;
  border-style: none;
}
dialog::backdrop {
  background: black;
  opacity: 0.5;
}
dialog > header {
  display: flex;
  background: rgba(248, 248, 248, 0.9);
  border: 1px solid #aaa;
  text-transform: uppercase;
  border-bottom: 0px;
  justify-content: space-between;
  white-space: nowrap;
}
dialog > header .field-label {
  display: block;
}
dialog > header .field-label .label-text {
  padding: 7px;
}
dialog > header .closeBttn {
  width: -moz-min-content;
  width: min-content;
  color: rgba(33, 33, 33, 0.5);
  border-style: none;
  border-left-style: solid;
}
dialog .dataTables_wrapper {
  border: 1px solid #aaa;
  border-bottom: 0px;
  background-color: white;
  width: -moz-min-content;
  width: min-content;
}
dialog .dataTables_wrapper .dt-toolbar {
  padding: 7px;
}
dialog .dataTables_wrapper div.report-table {
  max-height: calc(100vh - 260px);
}
dialog .dataTables_wrapper tr.selected {
  background-color: #c2fbc2;
}
dialog .dataTables_wrapper th {
  white-space: nowrap;
  padding-right: 32px;
}
dialog .dataTables_wrapper th.programName {
  min-width: 300px;
}
dialog > footer {
  text-align: right;
  display: block;
  padding: 7px 15px 7px 15px;
  margin-top: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
  border: 1px solid #aaa;
  border-top: 0px;
}

.userReport .jarviswidget .widget-body:not(.no-padding),
.userReport .widget-body {
  padding: 0px;
  min-height: unset;
}
.userReport .jarviswidget > div {
  padding: 0px;
}
.userReport .edu-widget-row p:not(:empty) {
  padding: 1em;
}/*# sourceMappingURL=bsa_interface.css.map */