@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Regular.woff");
  font-weight: normal;
}

@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Bold.woff");
  font-weight: bold;
}

@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Light.woff");
  font-weight: lighter;
}

html {
  height: 100%;
}

body {
  padding-top: 60px;
  height: 100%;
  background-color: #dae2e6;
  font-family: Verdana;
  font-size: 14px;
}

.container-fluid {
  height: 100%;
}

.full {
  height: 100%;
  /*display: flex;*/
}

/** navbar **/
nav {
  /*height: 60px;*/
}
.navbar-light {
  background-color: #ffffff !important;
  /*height: 60px;*/
  border-bottom: 1px solid #e7e7e7;
}

.navbar-collapse {
  /*height: 60px !important;*/
}

/*.navbar-brand {
	height: 60px;
	line-height: 60px;
	padding: 12px;
	vertical-align: middle;
}*/

.navbar-right {
  /*padding-right: 12px;*/
  /*height: 60px;*/
  /*padding-top: 5px;*/
  /*margin-top: 0px;*/
  /*vertical-align: middle;;*/
  /*float: right!important;*/
  margin-left: auto;
}

.navbar-user {
  color: #1955a8;
  font-size: 14px;
}

.navbar-dark.navbar-user {
  color: #ffffff;
}

.navbar-user.cr-restart {
  margin-right: 20px;
  margin-top: 10px;
}

.caret {
  border-top-color: #d8d8d8;
}

.navbar-header {
  /*float: left !important;*/
  /*height: 60px;*/
}

.dropdown-menu {
  /*background-color: #FFFFFF !important;*/
}

.navbar-collapse.collapse {
  /*display: block!important;*/
}

.btn {
  font-size: 14px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary,
.shepherd-button {
  border-radius: 5px;
  background-color: #1955a8;
  box-shadow: inset 0 -3px 0 0 #123f7c;
  font-weight: normal;
  pointer-events: all;
}

.btn-primary:hover,
.shepherd-button:hover {
  background-color: #033f92;
  box-shadow: inset 0 -3px 0 0 #002966;
}

.btn-red,
.btn-danger {
  border-radius: 5px;
  background-color: #cd0b24;
  box-shadow: inset 0 -3px 0 0 #97061b;
  color: #fdf5f6 !important;
  text-align: center !important;
  /*padding: 5px;*/
  pointer-events: auto !important;
  /*font-size: 12px;*/
}

.btn-red:hover .btn-danger:hover {
  background-color: #b7000e;
  box-shadow: inset 0 -3px 0 0 #810005;
}

.btn-gray {
  background-color: #ebeef0;
  box-shadow: inset 0 -3px 0 0 #dce2e5;
  color: #1955a8;
}

.btn-gray.disabled {
  color: #a4a5a6;
}

.btn-gray:hover {
  background-color: #d5d8da;
  box-shadow: inset 0 -3px 0 0 #c6cccf;
}

.btn-success {
  background-color: #59a105;
  box-shadow: inset 0 -3px 0 0 #438b00;
}

.btn-info {
  background-color: #3b94d9;
  box-shadow: inset 0 -3px 0 0 #257ec3;
}

.btn.recreate:hover {
  background-color: #033f92;
  box-shadow: inset 0 -3px 0 0 #002966;
  color: #ffffff;
}

.btn.delete:hover,
.btn.red-hover:hover {
  background-color: #b7000e;
  box-shadow: inset 0 -3px 0 0 #810005;
  color: #ffffff;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover {
  color: #23527c;
  text-decoration: underline;
}

/**
 * banner
 */
.banner {
  min-height: 155px;
  width: 100%;
  background-color: #183652;
  margin: 0px;
  background-image: url("../../image/bkgrd-drk.jpg");
}

.banner.banner-blue {
  background-image: url("../../image/bkgrd-blue.jpg");
  height: 187px !important;
}

.banner-back {
  padding: 14px;
}

.banner-back a {
  height: 15px;
  /*	width: 128px;*/
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
}

.banner-icon {
  color: #ffffff;
  text-align: left;
  margin-top: 13px;
  position: absolute;
}

.banner-title {
  height: 60px;
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  /*font-size: 3vw;*/
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  padding-top: 25px;
}

.module-banner-title {
  margin-top: -20px !important;
  padding-top: 0;
}

.banner-title-student {
  height: 60px;
  width: 100%;
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.banner-title-text {
  margin-left: 2.5em;
}

.banner-subtitle {
  height: 29px;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}

.banner-subtitle-student {
  height: 29px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  margin-top: -10px;
  font-weight: 100;
}

.banner-action {
  height: 35px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.banner-action-student {
  height: 35px;
  width: 100%;
  text-align: center;
  /*margin-top: 31px;*/
}

.banner-action-button,
.btn-yellow {
  font-size: 12px;
  background-color: #f7bc3a;
  text-align: center;
  color: #061c30;
}

.banner-action-button {
  height: 30px;
  width: 130px;
  padding: 5px;
  border-radius: 5px;
}

.banner-action-button:focus,
.btn-yellow:focus {
  box-shadow: none;
}

.banner-action-button:hover,
.btn-yellow:hover {
  background-color: #e3a826;
  box-shadow: inset 0 -3px 0 0 #c88600;
}

.btn-spinner {
  display: none;
}

.banner-action-button.disabled {
  box-shadow: none;
}

.banner-status-content {
  min-height: 17px;
  width: 95%;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  padding: 5px;
  display: block;
}

.banner-status-content-left,
.banner-status-content-right {
  display: inline-block;
  padding: 4px 8px;
  /*vertical-align: middle;*/
}

.banner-status-content-left {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.banner-status {
  /*margin-right: 230px;*/
}

.banner-status-average-score {
  height: 60px;
  width: 100%;
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  line-height: 60px;
}

.banner-status-percent-complete {
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  margin-right: 46px;
}

.banner-progress {
  z-index: 1000;
  height: 14px;
  width: 150px;
  display: inline-block;
  margin: 0px;
  border: 1px solid #dc9a09;
  background-color: #061c30;
  padding: 2px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.banner-progress-bar {
  height: 8px;
  background-color: #f7bc3a;
  box-shadow: inset 0 -3px 0 0 #dc9a09;
}

.banner-status.white {
  margin-top: 10px;
  height: 60px;
  background-color: #ffffff;
}

/*
 * Sidebar
 */

.sidebar {
  height: 100%;
  background-color: #061c30;
  bottom: 0;
  z-index: 1000;
  left: 0;
  display: block;
  padding: 10px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  top: 214px;
}
@media (min-width: 768px) {
  .sidebar {
  }
}

/* Sidebar navigation */
.nav-sidebar {
  padding-top: 30px;
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
  /*height: 100%;*/
}

.nav-sidebar > li > a,
.nav-sidebar > li.sidebar-item > a,
li.sidebar-submenu-item > a {
  padding-right: 15px;
  padding-left: 40px;
  color: #dce2e5;
  font-size: 16px;
  line-height: 17px;
  text-align: left;
  background-color: #061c30;
}
.nav-sidebar > li > a:hover,
li.sidebar-submenu-item > a:hover {
  background-color: #123f7c;
  color: #dce2e5;
  text-decoration: none;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus,
.nav-submenu > .active > a,
.nav-submenu > .active > a:hover,
.nav-submenu > .active > a:focus {
  color: #fff;
  border-right: 10px solid #1955a8;
  font-weight: bold;
}

a.submenu-toggle:after {
  font-family: Font awesome\6 Free, Font awesome\6 Pro, FontAwesome !important;
  content: "\f054";
}

a.submenu-toggle[aria-expanded="true"]:after {
  content: "\f078";
}

a.submenu-toggle[aria-expanded="true"] {
  font-weight: bold;
  text-decoration-color: none;
}

/*a.submenu-toggle[aria-expanded="true"]:after {
    font-family: "Glyphicons Halflings";
    content: "\e259";
}

a.submenu-toggle[aria-expanded="false"]:after {
    font-family: "Glyphicons Halflings";
	content: "\e258";
}

*/

li.sidebar-submenu-item > a {
  padding-left: 70px;
  font-weight: normal;
}

.sidebar-footer {
  height: auto;
  min-height: 110px;
  background-color: #082642;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 30px 45px;
}

.btn.sidebar-footer-button {
  width: 125px;
  font-size: 12px;
  /*height: 30px;*/
  border: 1px solid #58c2f4;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.btn.sidebar-footer-button:hover {
  background-color: #58c2f4;
  color: #ffffff;
}

#contact-instructor-div {
  padding: 20px;
  background-color: #082642;
  z-index: 1500;
  position: absolute;
  bottom: 110px;
  left: 0px;
  height: auto;
  color: #ffffff;
}

#contact-instructor-div label {
  font-weight: normal;
  color: #8b8b8b;
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left .sidebar-offcanvas,
  .sidebar-footer {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    /*left: 50%; */ /*6 columns */
  }

  .row-offcanvas-left.active div.sidebar {
    left: -15px;
  }

  .row-offcanvas-left.active div.main {
    /*left: -50%;*/
  }

  .row-offcanvas-left.active div.sidebar-footer {
    /*left: 50%;*/
    left: -15px;
  }

  .sidebar-offcanvas {
    /*position: absolute;*/
    top: 0;
    width: 50%; /* 6 columns */
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .sidebar-footer {
    width: 50%;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .sidebar-toggle {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-left.active div.sidebar-toggle {
    /*position: absolute;*/
    left: 50%;
  }
}

.sidebar-toggle {
  position: fixed;
  background-color: #061c30;
  width: 50px;
  height: 30px;
  left: 0px;
  margin-left: -25px;
  /*margin-top: -20px;*/
  top: 0px;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 30px;
  padding-right: 5px;
  padding-top: 2px;
  z-index: 1000;
}
.sidebar-toggle a {
  color: #ffffff;
  font-size: 24px;
}

/*
 * Main content
 */

.main {
  padding: 20px;
  background-color: #dae2e6;
}

@media (min-width: 768px) {
  .main {
    display: block;
    height: auto;
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .main {
    display: block;
    height: auto;
    margin-left: 16.666666666%;
  }
}

.main .page-header {
  margin-top: 0;
}

.main-title {
  width: 100%;
  color: #5d5d5d;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  margin: 0px 20px;
  margin-right: auto;
  margin-left: auto;
}

.main-subtitle {
  font-size: 16px;
  color: #1955a8;
  text-align: center;
}

#content {
  margin: 20px;
}

.content-box {
  background-color: #ffffff;
  padding: 20px;
}

.hidden {
  display: none;
}

/*
 *	Curriculum
 */

#curriculum-content {
  font-size: 18px;
  margin-top: 10px;
}

p.question {
  color: #5d5d5d;
  margin-bottom: 20px;
}

div.question-choice {
  background-color: #dce2e5;
  border: 1px solid #dce2e5;
  padding: 0px;
  margin: 5px 0px;
  display: flex;
  cursor: pointer;
}
div.question-choice.correct {
  background-color: #59a106;
  border: 1px solid #59a106;
}
div.question-choice.answer {
  background-color: #d0021b;
  border: 1px solid #d0021b;
}

label.question-choice {
  width: 100%;
  padding-left: 30px;
  margin: 0px;
  height: 100%;
}

span.question-radio {
  /*height: 100%;*/
  /*vertical-align: middle;*/
  display: flex;
}

span.question-radio input[type="radio"] {
  /*vertical-align: middle;*/
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  /*margin-top: 14px;*/
  /*margin-bottom: 10px;*/
  margin: 10px;
  align-self: center;
  cursor: pointer;
}

label.question-radio-label {
  /*display: inline-block;*/
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  /*padding-left: 10px;*/
  /*width: 100%;*/
  padding: 10px;
  margin: 0px;
  background-color: #ebeef0;
  flex: 1;
  cursor: pointer;
}

div.question-choice:hover {
  background-color: #ebeef0;
}
label.question-radio-label:hover {
  background-color: #dce2e5;
}

div.question-choice:checked {
  border: 1px solid #ffffff;
  background-color: #ebeef0;
}

.question-number {
  width: 100%;
  text-align: right;
  font-weight: bold;
  color: #5d5d5d;
  font-size: 14px;
  margin-top: 15px;
}

#curriculum-controls {
  display: inline-flex;
  margin-left: auto;
  /*display: inline-block;*/
  width: 100%;
  /*position: absolute;*/
  /*right: 0px;*/
}

#curriculum-control-blank {
  width: 50%;
}

#audio-toggle {
  height: 31px;
  width: 140px;
  /*color: #5D5D5D;*/
  /*background-color: #EBEEF0;*/
  color: #1955a8;

  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 -3px 0 0 #ebeef0;
  text-align: center;
  padding: 0px;
  line-height: 26px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 8px;
}

#audio-toggle:hover {
  background-color: #d5d8da;
  box-shadow: inset 0 -3px 0 0 #c6cccf;
}

.font-control {
  height: 31px;
  width: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 -3px 0 0 #ebeef0;
  text-align: center;
  padding: 0px;
  line-height: 26px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-top: 20px;
}

#font-choices {
  position: absolute;
  top: 160px;
  right: 18px;
  height: 50px;
  width: 85px;
  background-color: #1955a8;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  border-radius: 5px;
}

#font-choices:before {
  bottom: 100%;
  left: 45%;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #1955a8;
  position: absolute;
}

.font-choice {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 -3px 0 0 #ebeef0;
  color: #1955a8;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}

/** resources **/
.handout {
  align-content: center;
  display: inline-block;
  padding: 5px;
}

.handout:hover {
  /*background-color: #EBEEF0;*/
}

.handout a {
  /*text-decoration: none;*/
  color: #5d5d5d;
}

.handout-delete {
  position: absolute;
  right: 10px;
}

.handout-delete:hover {
  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}

/** **/

.form-control {
  /*font-size: 12px;*/
}

.form-group {
  margin-bottom: 15px;
}

label {
  margin-bottom: 5px;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table > tbody > tr > td label {
  margin-bottom: 0px;
}

td.modified {
  color: red !important;
}

#grades-table {
  max-width: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
  /*white-space: nowrap;*/
}

div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: solid 1px #ddd !important;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  /*border-top: solid 1px #DDD !important; */
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_LeftHeadWrapper table {
  /*box-shadow: 10px 5px 5px #888888;*/
  border-right: outset 3px #ddd;
}

div.DTFC_RightBodyWrapper table,
div.DTFC_RightHeadWrapper table {
  border-left: inset 3px #ddd;
}

table.dataTable {
  margin-bottom: 0px;
  border-bottom-width: 1px;
  background-color: #ffffff;
  border-top: none;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
  width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
  height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

#grades-table_wrapper {
  min-width: 500px;
  margin: 0 auto;
}

#grades-table > tbody > tr > td:first-child,
div.DTFC_LeftBodyWrapper table > tbody > tr > td:first-child {
  color: #1955a8;
  border-right: outset 3px #ddd;
}

div.DTFC_LeftHeadWrapper table > thead > tr > td:first-child,
div.DTFC_LeftHeadWrapper table > thead > tr > th:first-child {
  border-right: outset 3px #ddd;
}

#syllabus-table {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#syllabus-table > tbody > tr.retake,
#syllabus-table > tbody > tr {
  background-color: #ffffff;
  border: 1px solid #dae2e6;
  font-size: 14px;
  height: 55px;
}

#syllabus-table > tbody > tr > td {
  padding-left: 20px;
  vertical-align: middle;
}

#syllabus-table > tbody > tr:not(.disabled) > td a {
  font-weight: bold;
}

#syllabus-table > tbody > tr.done,
#syllabus-table > tbody > tr.done a:not(.videoLink) {
  background-color: #f6f7f8;
  pointer-events: none;
  color: #5d5d5d;
}

#syllabus-table > tbody > tr.retake p {
  vertical-align: middle;
  color: #cd0b24;
  font-weight: bold;
  margin: 0px;
}

#syllabus-table > tbody > tr > td.date {
  font-size: 12px;
  font-weight: 900;
  color: #6a6b6b;
  text-align: right;
}

#syllabus-table > tbody > tr > td.score {
  font-size: 10px;
  font-weight: 900;
  color: #5d5d5d;
}

#syllabus-table > tbody > tr > td.score span.score {
  color: #457915;
  font-size: 12px;
  font-weight: bold;
}

#syllabus-table > tbody > tr > td.score span.score.retake,
#syllabus-table > tbody > tr > td.score span.score.disabled {
  color: #d32239;
}

table > tbody > tr.disabled,
table > tbody > tr.disabled a:not(.videoLink) {
  background-color: #eaeef1 !important;
  pointer-events: none;
  color: #6a6b6b;
}

/*a.videoLink {
	pointer-events: all !important;
	background-color: #1955A8 !important;
	color: #fff !important;
}*/

#module-data-table {
  border: 5px solid #a4a5a6;
  margin-top: 20px;
}

#module-data-table > thead {
  display: none;
}

#module-data-table > tbody > tr {
  background-color: #ffffff;
  border: 2px solid #a4a5a6;
  font-size: 14px;
}

#module-data-table > tbody > tr.disabled-row {
  background-color: #ebeef0;
}

#module-data-table > tbody > tr > td {
  vertical-align: middle;
  color: #1955a8;
  word-wrap: break-word;
}

#module-data-table > tbody > tr > td.reorder {
  color: #5d5d5d;
}

#module-data-table > tbody > tr > td div.seqnum {
  height: 36px;
  width: 36px;
  border: 1px solid #dce2e5;
  border-radius: 3px;
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
}

#module-data-table > tbody > tr > td i.fa-bars {
  color: #dce2e5;
}

#module-data-table > tbody > tr > td input {
  font-size: 12px;
}

.module-table-dates {
  /*display: block;*/
}

.module-table-dates > .input-group-addon {
  /*width: 1% !important;*/
}

.module-dates {
  min-width: 92px !important;
}

.module-progress {
  width: 38px;
  height: 38px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  color: #1f59a5;
  font-weight: bold;
  font-family: Lato;
}

.module-progress-label {
  font-size: 10px;
  z-index: 500;
}

#pdf-logo {
  display: block;
  width: 50%;
}

.pdf-page-break {
  page-break-after: always;
}

#completion-certificate {
  font-size: 18px;
  line-height: 28px;
}

#completion-certificate-table {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

.cell-underline {
  border-bottom: 1px solid black;
}

ul.ansrs > li label,
.clklabel {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.jp-audio {
  width: 100% !important;
  border: none !important;
  background-color: #ebeef0 !important;
}

.jp-type-single {
  width: 420px;
  margin: auto !important;
}

.jp-gui {
  margin: auto !important;
}

.modal-header {
  /*height: 60px;*/
  background-image: url("../../image/bkgrd-light.jpg");
  /*padding: 0px 30px;*/
}

.modal-title {
  font-size: 22px;
  color: #5d5d5d;
  font-weight: bold;
  /*line-height: 60px;*/
  /*vertical-align: middle;*/
}

.modal-header button,
.modal-header button:focus,
.modal-header button:active {
  color: #1955a8;
  line-height: 60px;
  opacity: 1;
  border: none;
}

.modal-body {
  background-color: #ffffff;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  padding: 30px;
}

.modal-box {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ebeef0;
  margin-left: auto;
  margin-right: auto;
}

.panel-heading {
  background-image: url("../../image/bkgrd-blue.jpg");
  font-weight: bold;
}

.panel-info div.panel-heading,
.panel-success div.panel-heading {
  background-image: url("../../image/bkgrd-drk.jpg");
  color: #5d5d5d;
  color: #ffffff;
  border: none;
}

.panel-title {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0px;
}

.panel-body {
  background-color: #ffffff;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.control-label {
  color: #5d5d5d;
  /*font-size: 12px;*/
}

form label {
  /*font-size: 12px;*/
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 5px;
  /*margin-bottom: 5px;*/
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1955a8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1955a8;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:disabled + .slider {
  background-color: rgba(25, 85, 168, 0.6);
}

/* Rounded sliders */
.slider.round {
  border-radius: 31px;
}

.slider.round:before {
  border-radius: 50%;
}

.checkbox.switch:before {
  padding: 0px;
}
.checkbox label > * {
  vertical-align: middle;
}
.checkbox.checkbox-switch label {
  padding: 0px;
  /*font-weight: bold;*/
  color: #5d5d5d;
}

.instructions {
  font-size: 18px;
  margin-bottom: 30px;
}

.fill-x {
  width: 100%;
}

.member-site-logo {
  margin-top: -5px;
}

.session-message-box {
  height: 52px;
  display: block;
}

@media screen and (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.shepherd-content {
  padding: 1px;
}

.popover-title,
.shepherd-has-title .shepherd-content .shepherd-header {
  background-image: url("../../image/bkgrd-drk.jpg");
  color: #ffffff;
  padding: 5px 10px;
}

.shepherd-has-title .shepherd-content .shepherd-header h3 {
  color: #ffffff;
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: #ffffff;
}

.shepherd-arrow:before {
  /*background-color: #20425D;*/
}

.question-chart {
  height: auto;
  max-width: 100%;
}

@media (min-width: 465px) {
  #curriculum-control-blank {
    width: 100%;
  }
}

.alert.alert-danger a {
  color: #276193;
  text-decoration: underline;
}

/* Dropdown Overlay Styles for instructors > classes */
.class_resources .dropdown-overlay {
  position: relative;
}

.class_resources .dropdown-header {
  margin: 0;
}

.class_resources .dropdown-button {
  padding: 0.5rem 0.5rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.class_resources .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  margin-top: 0;
}

/* Rest of the CSS remains the same */
.class_resources .dropdown-body {
  padding: 0;
}

.class_resources .list-group-item {
  border: none;
  border-bottom: 1px solid #eee; /* Add a light divider between items */
  padding: 0.3rem 1rem; /* Increase vertical padding for better spacing */
  font-size: 0.8rem;
}

.class_resources .list-group-item:last-child {
  border-bottom: none; /* Remove border on the last item */
}

.class_resources .list-group-item a {
  display: block; /* Make the link fill the list item */
  color: #007bff;
  text-decoration: none;
  padding: 0.2rem 0;
  transition: background-color 0.2s ease;
}

.class_resources .list-group-item a:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}

.class_resources .dropdown-body p {
  margin: 0;
  padding: 0.5rem 1rem;
  color: #666;
}

.class_resources .dropdown-button:hover {
  background-color: #e9ecef;
}

.class_resources .dropdown-button:focus {
  border-color: #dee2e6;
  box-shadow: none;
}

/* Chevron styling */
.class_resources .fa-chevron-down {
  font-size: 0.8rem !important;
  color: #6c757d !important;
  transition: transform 0.3s ease !important;
  display: inline-block !important;
}

.class_resources .fa-chevron-down.rotate-180 {
  transform: rotate(180deg) !important;
}

/* Subtle number (badge) */
.class_resources .subtle-number {
  font-weight: 500;
  padding: 0.2rem 0.34rem 0.2rem 0.3rem;
  font-size: 0.6rem;
  line-height: 1;
  margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .class_resources .dropdown-content {
    width: 100%;
    min-width: 200px;
  }
}

/* Change to adjust for expanded accordion */
#content .class-box {
  vertical-align: top;
}
