/* Padding */
/* Margins */
/* Border */
/* Print layout */
/* Shadow effects */
/*Media Queries*/
.tab-content > .active.show {
  opacity: 1;
}
#inputBirthDateForm,
#passwordPlace {
  display: none;
}
#passwordPlace2 {
  display: none;
}
.district-photo {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}
.district-photo .selfLogo {
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  .district-photo .selfLogo {
    display: block;
  }
}
.district-photo .district-name {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  z-index: 2;
  font-weight: 600;
}
.district-photo .img-rounded {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.panel-login .icon-group .form-control {
  padding-left: 10px;
}
.panel-common .panel-heading {
  background: #e6e6e7;
}
.panel-common .panel-heading h4 {
  margin: 2px 0;
}
.panel-editor .panel-heading {
  background: transparent;
  border-bottom: 0;
}
.panel-editor .panel-body {
  border-top: 0;
}
.panel-editor .text-editor-warp {
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.panel-item .panel-body {
  min-height: 304px;
}
.panel-item .panel-body ul {
  margin-left: 40px;
}
.panel-item .panel-body ul li {
  list-style: disc;
}
.from-group {
  clear: both;
}
.panel-login .icon-group .form-control {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .district-photo,
  .panel-login {
    height: 357px;
  }
  .forgotpassword-content .panel-login {
    height: 300px;
  }
  .account-wrap .panel-mobile-login {
    border: 0;
    background: #ffffff;
  }
  .account-wrap .panel-mobile-login .fa-hand-pointer-o {
    display: none;
  }
  body .panel-mobile-login .panel-body {
    background: transparent !important;
  }
}
@media (max-width: 991px) {
  .district-photo {
    background: none !important;
  }
  .district-photo .img-rounded {
    position: static;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .district-photo .img-rounded {
    position: static;
    margin-bottom: 20px;
  }
  .panel-item .panel-body {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .navbar-brands {
    width: 100%;
  }
  .account-wrap .navbar-static-top .navbar-collapse {
    float: none;
    margin-top: 50px;
  }
  .account-wrap .navbar-static-top .navbar-collapse .navbar-nav {
    display: block;
  }
  .account-wrap .navbar-static-top .navbar-collapse .navbar-nav .dropdown-menu {
    position: static;
  }
  .account-wrap .dropdown-menu.show {
    width: 100%;
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .account-wrap .navbar-static-top .navbar-brands img {
    height: 35px;
  }
}
.account-wrap {
  padding-top: 0!important;
}
.account-wrap .account-header {
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
}
.account-wrap .content-body {
  min-height: calc(100vh - 204px);
  display: flex;
  align-items: center;
}
.account-wrap .content-body::after,
.account-wrap .content-body::before {
  display: none;
}
.account-wrap .content-body .login-content {
  width: 100%;
}
.account-wrap .panel-district {
  display: flex;
  justify-content: center;
}
.account-wrap .panel-district > .col-md-8 {
  padding-right: 0;
}
.account-wrap .account-box {
  padding: 0;
}
.account-wrap .account-box .card {
  background: rgba(0, 0, 0, 0.6);
  min-height: 100%;
}
.account-wrap .account-box .card .panel-body {
  padding: 0;
}
.account-wrap .account-box .card .account-btn {
  margin-top: 10px ;
}
.account-wrap .account-box .card .account-btn .btn {
  width: 45%;
}
@media (max-width: 600px) {
  .account-wrap .account-box .card {
    padding: 15px;
  }
  .account-wrap .account-box .card .account-btn {
    display: block;
  }
  .account-wrap .account-box .card .account-btn .btn {
    width: auto;
  }
}
.account-wrap .account-box a:hover {
  color: #fff;
}
.account-wrap .createAccount-content .panel {
  background-color: #fff;
  color: #666;
}
.account-wrap .panel {
  border-radius: 15px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  color: lightgray;
  width: 100%;
  padding: 25px;
  border-radius: 0 40px 0;
}
.account-wrap .panel .panel-heading {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: transparent;
}
.login-footer {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 10px;
  padding-bottom: 0;
}
.has-success .form-control {
  border-color: #3c763d;
}
button:focus,
input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(234, 176, 50, 0.5);
}
.login-content {
  padding: 15px 0;
}
.login-footer {
  overflow: hidden;
}
.loginTitle {
  color: #000;
  text-align: center;
}
@media (max-width: 500px) {
  .logoA {
    max-width: 50px;
    overflow: hidden;
    flex: 0 0 50px;
  }
}
.account-wrap .langSelect {
  width: 100%;
  margin: 0 auto;
}
.account-wrap .langSelect:after {
  content: '';
  display: block;
  clear: both;
}
.account-wrap .langSelect .langSelectInner {
  float: right;
  margin: 0;
}
.account-wrap .langSelect .langSelectInner li {
  display: inline-block !important;
}
.account-wrap .langSelect .langSelectInner a {
  color: #fff;
  border: 0 !important;
  background: none !important;
}
.account-wrap .langSelect .langSelectInner a:hover {
  background: none;
}
.account-wrap .langSelect .langSelectInner a::after {
  color: #fff;
}
.account-wrap .langSelect .langSelectInner .dropdown-menu {
  max-width: 110px;
  min-width: 110px;
}
.account-wrap .langSelect .langSelectInner .dropdown-menu a {
  color: #000;
}
.m-b-sm {
  margin-bottom: 10px;
}
.btn.m-b-sm {
  margin-bottom: 10px;
}
.panel-noShadow {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.createAccount-content {
  min-height: calc(100vh - 189px);
}
.step-wizard h4 {
  margin-top: 20px;
  font-size: 22px;
}
.step-wizard .form-group {
  margin-bottom: 25px;
}
.step-wizard .form-group .form-control-feedback.fa {
  top: 15px !important;
}
.step-wizard .form-group.form-group-password .form-control-feedback.fa {
  right: auto;
  left: 177px;
}
.step-wizard .step-anchor {
  position: relative;
  border: 0 !important;
  list-style: none;
  border: 0;
  z-index: 9;
}
.step-wizard .step-anchor:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  z-index: 10;
}
.step-wizard .step-anchor::before {
  top: 45px;
}
.step-wizard .step-anchor li a {
  border: 0;
}
.step-wizard .step-anchor li a:hover,
.step-wizard .step-anchor li a:active,
.step-wizard .step-anchor li a:focus {
  cursor: default;
  background: transparent;
  border: 0;
}
.step-wizard .step-anchor li a .step-number {
  font-size: 15px;
  font-weight: bold;
}
.step-wizard .step-anchor li a :after {
  content: ' ';
  position: relative;
  left: 40%;
  bottom: 9px;
  margin-top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
  z-index: 20;
  border: 8px solid #f5f5f5;
}
.step-wizard .step-anchor li .done ::after {
  background: #fff9f5;
}
.step-wizard .step-anchor li:last-child a :after {
  left: 30%;
}
.validate-list {
  margin-left: 20px;
  font-size: 13px;
  color: #666;
}
.validate-list ol {
  margin-left: 20px;
}
.validate-list ol li {
  list-style: circle;
}
.finish-content {
  padding: 100px 0;
}
.finish-content .fa-stack {
  flex: 0 0 112px;
}
.selectAnswer {
  position: relative;
}
.selectAnswer span {
  width: 18px;
  overflow: hidden;
}
.selectAnswer input {
  position: absolute;
  top: 0;
  width: 95%;
}
.modal-open .modal.show {
  opacity: 1;
}
.modal-w600 .modal-content {
  width: 600px;
}
.modal-w600 .modal-content .modal-header {
  display: block;
}
.forgotpassword-content .form-control-feedback {
  top: 40px !important;
}
@media (max-width: 768px) {
  .modal-w600 .modal-content {
    width: 100%;
  }
  .vertical-line {
    border-right: 0;
  }
  .step-wizard .step-anchor:before {
    top: 0;
    bottom: 0;
    left: 10px;
    width: 5px;
    height: 100%;
    display: block;
    margin-right: 10px;
  }
  .step-wizard .step-anchor li a :after {
    top: -38px;
    left: -18px;
    margin-right: 10px;
    display: block;
  }
  .step-wizard .step-anchor li:last-child a :after {
    left: -18px;
  }
  .step-wizard .step-anchor li {
    float: none;
  }
  .step-wizard .step-anchor li a .step-number {
    margin-left: 20px;
  }
  .step-wizard .step-anchor li a {
    height: 60px;
  }
}
.input-group-relative {
  position: relative;
}
.icon-group {
  position: relative;
}
.icon-group .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 30px;
  padding-left: 0;
  padding-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .form-horizontal .control-label-title {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-group-password .input-group.icon-group .form-control {
  border-radius: 15px;
}
.form-group-password .input-group.icon-group .left-icon,
.form-group-password .input-group.icon-group .input-group-addon {
  z-index: 9;
}
.form-group:not(.has-error) .help-block {
  display: none!important;
}
.admin-content .validate-error {
  margin-bottom: 15px;
}
.admin-content .alert-error {
  padding: 5px 10px;
  margin-bottom: 0;
}
.admin-content .alert-success {
  padding: 5px 10px;
}
.admin-content .alert-warning-outline-fill {
  padding: 3px;
}
.admin-content .x-panel {
  padding: 17px 10px;
}
.admin-content .x-panel.panel-default-outline-fill {
  padding: 17px 10px;
}
.admin-content .form-group {
  clear: both;
}
.admin-content .m-b-sm {
  margin-bottom: 10px;
}
.admin-content .well label {
  font-weight: normal;
}
.admin-content .label-success,
.admin-content .label-danger {
  padding: 5px 7px;
}
.admin-content .content-bg > .x-panel > .x-content {
  border: 0;
}
.admin-content table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
.admin-content table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.admin-content table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
.admin-content table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
.admin-content table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
.admin-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.admin-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
.line-solid {
  border-top: 3px solid #eaeaea;
}
.loading-text {
  margin-left: 5px;
}
.finish-content {
  padding: 100px 0;
}
.modal-body .finish-content {
  padding: 10px 0;
}
.campusText {
  padding: 10px 5px;
}
.campusText p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.showNoteModal {
  margin-left: 5px;
  background: none;
  border: 0;
}
.showNoteModal:focus {
  box-shadow: none;
  outline: none;
}
.nav-pills > li > button {
  border-radius: 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #666;
  border: 0;
  background: #fff;
  width: 100%;
  text-align: left;
}
.nav-pills > li.active > button,
.nav-pills > li.active > button:focus,
.nav-pills > li.active > button:hover {
  color: #fff;
  border: 0;
}
.cycle-link {
  text-decoration: underline;
}
.partialResults iframe {
  width: 100%!important;
}
.fontBold {
  font-weight: bold;
}
.form-control option[disabled="disabled"] {
  display: none;
}
.forAria {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.forAria.on .toggle-desc-on {
  display: block;
}
.forAria.on .toggle-desc-off {
  display: none;
}
.forAria.off .toggle-desc-off {
  display: block;
}
.forAria.off .toggle-desc-on {
  display: none;
}
.errorDiv {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.dropdown-menu li button {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  margin-top: 10px;
  text-align: left;
}
.dropdown-menu li button.headerLogout {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  margin: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.fontNormal {
  font-weight: normal !important;
}
.inline-block {
  display: inline-block !important;
  padding: 0 !important;
}
.tooltip {
  top: -15px !important;
}
#sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 8;
}
html {
  font-size: initial;
}
.main-sidebar a:focus {
  outline: none;
}
.main-sidebar .scroll_wrap {
  height: calc(100% - 98px);
}
.main-sidebar .site-title img {
  max-width: 100%;
}
.main-sidebar .version-Info {
  font-size: 14px;
  color: #fff;
  padding: 16px;
}
.main-sidebar nav {
  min-height: calc(100vh - 379px);
}
.main-sidebar .navbar {
  margin-bottom: 0;
}
.main-sidebar .navbar .navbar-toggler {
  display: none;
}
.main-sidebar .navbar .navbar-collapse {
  display: flex;
  flex-basis: auto;
}
.main-sidebar .navbar .navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-direction: row;
}
@media (max-width: 600px) {
  .main-sidebar .navbar .navbar-nav {
    padding: 0;
  }
}
.main-sidebar .navbar .navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
}
.main-sidebar .navbar .navbar-nav .messageDropdown .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-sidebar .navbar .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 600px) {
  .main-sidebar .navbar .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 10px;
  }
}
.main-sidebar .navbar .navbar-nav .nav-link i.fa-bars {
  font-size: 26px;
}
.main-sidebar .navbar .navbar-nav .menuList:hover {
  background-color: transparent;
}
.main-sidebar .navbar .navbar-nav #globalSet {
  height: 23px;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 15px;
}
.main-sidebar .navbar .btn {
  margin: 0;
}
.main-sidebar .sidebar {
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 98px);
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .main-sidebar .sidebar {
    overflow-y: auto;
  }
}
.main-sidebar .sidebar .menu-section {
  padding: 10px;
}
.main-sidebar .sidebar .menu-section h3,
.main-sidebar .sidebar .menu-section .h3 {
  margin: 0;
  font-size: 16px;
}
.main-sidebar .sidebar .menu-section.remainingBox .h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-sidebar .sidebar .menu-section.remainingBox .remainingCircle {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  display: block;
  border-radius: 50%;
  background: #a71518;
  color: #fff;
  font-size: 14px;
}
.main-sidebar .sidebar .nav-sidebar > .nav-link {
  border-right: 5px solid transparent;
}
.main-sidebar .sidebar .nav-treeview .nav-item {
  color: #d3d3d3;
}
.main-sidebar .sidebar .nav-treeview .nav-item::before {
  border-radius: 50%;
  bottom: auto;
  content: '';
  height: 10px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 10px;
  z-index: 1;
  background: #d3d3d3;
}
.main-sidebar .sidebar .nav-treeview .nav-item:after {
  bottom: 0;
  content: '';
  left: 27px;
  position: absolute;
  top: 0;
  border-left: 2px solid #d3d3d3;
}
.main-sidebar .sidebar .nav-treeview .nav-item:hover {
  background-color: #414042;
}
.main-sidebar .sidebar .nav-treeview .nav-item:hover::before {
  background: #fff;
}
.main-sidebar .sidebar .nav-treeview .nav-item:hover:after {
  border-left: 2px solid #fff;
}
.main-sidebar .sidebar .nav-treeview .nav-item.current-page {
  border: 0;
}
.main-sidebar .sidebar .nav-treeview .nav-item.current-page::before {
  background: #fff;
}
.main-sidebar .sidebar .nav-treeview .nav-item.current-page:after {
  border-left: 2px solid #fff;
}
.main-sidebar .sidebar .nav-link {
  color: #eaeaea;
  cursor: pointer;
  transition: opacity 200ms linear;
  background: none;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  outline: none;
  box-shadow: none;
}
.main-sidebar .sidebar .nav-link > p,
.main-sidebar .sidebar .nav-link .nav-right-part {
  white-space: normal;
  transition: margin-left 0.3s linear, opacity 0.5s ease;
  display: inline-block;
  margin: 0;
  padding-right: 20px;
}
.main-sidebar .sidebar .nav-link .nav-right-part .right {
  position: absolute;
  right: 1rem;
  top: 12px;
  font-size: 30px;
  font-weight: bold;
}
.main-sidebar .sidebar .nav-link .i-word {
  transition: margin-left 0.3s linear, opacity 0.5s ease;
  font-style: normal;
}
.main-sidebar .sidebar .nav-link[disabled] {
  pointer-events: none;
  color: #999 !important;
  cursor: not-allowed !important;
}
.main-sidebar .sidebar .nav-link[disabled] .right {
  opacity: 0.5;
}
.main-header.navbar {
  border-radius: 0;
}
.main-header .navbar-nav .nav-link {
  color: #000;
}
.main-header .navbar-nav .bars-btn {
  color: #000 !important;
}
.main-header .navbar-nav .dropdown-toggle {
  color: #000 !important;
  padding: 0;
  box-shadow: none !important;
  border: 0 !important;
  background: none !important;
}
.main-header .navbar-nav .dropdown-toggle .fa {
  font-size: 16px;
}
.main-header .navbar-nav .dropdown-toggle:focus,
.main-header .navbar-nav .dropdown-toggle:hover {
  box-shadow: none;
  border: 0;
  background: none;
}
.main-header .navbar-nav.menuIconList .menuList {
  padding-left: 0;
}
.sidebar-open .main-header .navbar-nav.menuIconList {
  height: auto;
}
.sidebar-collapse .main-sidebar {
  margin-left: -300px;
}
.sidebar-collapse .main-sidebar:before {
  margin-left: -300px;
}
.sidebar-collapse .main-sidebar .sidebar .navbar .navbar-nav .nav-link.menuList:hover {
  background-color: transparent;
}
.sidebar-collapse .main-sidebar .sidebar .navbar .navbar-nav .nav-link:hover {
  background-color: #468;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link .i-word {
  opacity: 1;
}
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link .i-word {
  opacity: 0;
}
.user-panel {
  align-items: center;
}
.user-panel .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.user-panel .info {
  display: block;
}
.user-panel .info h2 {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
}
.scroll_wrap .scroll_bar {
  display: none;
}
.nav-sidebar .nav-item.has-treeview.menu-open > .nav-link {
  color: #eaeaea;
  background: linear-gradient(#424242, #2a2a2a), #414042;
}
.nav-sidebar .nav-item.has-treeview.menu-open .current-page {
  color: #eaeaea;
  background: #272728;
}
.nav-sidebar .nav-item.has-treeview.menu-open .current-page .nav-link {
  background: none;
}
.nav-sidebar .nav-item.has-treeview.menu-open .current-page .nav-link:hover {
  background: none;
}
.nav-sidebar .nav-item.current-page {
  color: #eaeaea;
  background: #272728;
}

.nav-sidebar .nav-item.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.nav-sidebar .nav-item.disabled:hover {
  background: none!important;
  opacity: 0.4;
}
.nav-sidebar .nav-item.disabled:hover a {
  background: none!important;
}
.nav-sidebar .nav-item.disabled > a {
  cursor: not-allowed;
}

.white-space {
  white-space: normal;
}
.summary-navtab {
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}
.summary-navtab li {
  margin: 10px 5px;
  cursor: pointer;
}
.summary-navtab li .subBtn {
  border: none;
  background-color: #6f6f6f;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px #ababab;
  padding: 10px 8px;
}
.summary-navtab li:hover .subBtn {
  background-color: #505050;
}
.summary-navtab li.active .subBtn {
  background-color: #1669b3;
}
@media (max-width: 768px) {
  .summary-navtab li {
    margin: 5px;
  }
  .summary-navtab li .subBtn {
    padding: 5px;
  }
}
.summary-tab {
  min-height: 400px;
}
.summary-tab .tab-pane {
  padding: 15px 0;
}
table.dataTable-init thead {
  background: linear-gradient(#d4d4d4, #ededed);
  background-color: #ededed;
  color: #515356;
  -moz-transition: color 200ms linear, background-color 200ms linear;
  -o-transition: color 200ms linear, background-color 200ms linear;
  -webkit-transition: color 200ms linear, background-color 200ms linear;
  transition: color 200ms linear, background-color 200ms linear;
}
.atten-content .attendance-bar {
  margin-bottom: 30px;
}
.atten-content .attendance-bar .semester-selector-section {
  background: #3498db;
  color: #fff;
  border-color: rgba(52, 152, 219, 0.88);
  padding: 10px;
}
.atten-content .attendance-bar .semester-selector-section .visible-md a {
  color: #fff;
}
.atten-content .attendance-bar .semester-selector-section div .control-label {
  min-width: 78px;
}
.atten-content .attendance-bar .semester-selector-section div .semesterDropdown {
  flex: 1;
}
.atten-content .attendance-bar .semester-selector-section div .semesterDropdown .dropdown-toggle {
  color: rgba(52, 152, 219, 0.88);
  background-color: #fff;
}
.atten-content .attendance-bar .semester-selector-section .fDateGroup {
  color: #495057;
}
.atten-content .attendance-bar .semester-selector-section .fa.fa-print {
  padding-right: 5px;
}
.atten-content .attendance-bar .semester-selector-section .fa.selectable {
  cursor: pointer;
}
.atten-content .attendance-bar ul.nav-tab li {
  margin-right: -1px;
  border: 1px solid #d0d0d0;
  border-right: 1px solid transparent;
  background: #e5e5e5;
  border-bottom: 0;
}
.atten-content .attendance-bar ul.nav-tab li:last-child {
  border-bottom: 1px solid #d0d0d0;
  border-bottom-left-radius: 10px;
}
.atten-content .attendance-bar ul.nav-tab li:first-child {
  border-top-left-radius: 10px;
}
.atten-content .attendance-bar ul.nav-tab li a {
  color: #000;
  text-overflow: ellipsis;
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  font-size: 16px;
  background: none!important;
}
.atten-content .attendance-bar ul.nav-tab li.active {
  background: #fff;
}
.atten-content .attendance-bar ul.nav-tab li.active a {
  color: #000;
}
.atten-content .attendance-bar ul.nav-tab li.active a::after {
  border-radius: 50%;
  content: '';
  top: 15px;
  right: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
}
.atten-content .attendance-bar .calendar-legend h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}
.atten-content .attendance-bar .calendar-legend h3 span {
  padding: 8px;
}
.atten-content .tab-content .bootstrap-switch {
  box-shadow: none;
  border: none;
  height: 32px;
}
.atten-content .tab-content .bootstrap-switch .bootstrap-switch-label {
  padding: 6px;
  background: #777;
}
.atten-content .tab-content .bootstrap-switch .bootstrap-switch-handle-on:hover {
  background: #3c7bb3;
}
.atten-content .tab-content .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #777;
  color: #fff;
  border-color: rgba(119, 119, 119, 0.88);
}
.atten-content .tab-content .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover {
  background: #666;
}
.atten-content .tab-content .lead {
  color: #333;
  font-weight: 500;
}
.atten-content .fc-header-title h2 {
  font-size: 15px;
}
.atten-content .fc-last .fc-day-header {
  background-color: #777 !important;
  color: #fff !important;
}
.atten-content .calendar-legend1 h3 span {
  text-align: left;
  font-size: 16px;
  white-space: normal;
}
.atten-content .calendar-legend2 h3 span {
  text-align: left;
  font-size: 16px;
  white-space: normal;
}
.atten-content .calendarMonthDiv {
  margin-bottom: 30px;
}
@media (max-width: 1220px) {
  .atten-content .calendarMonthDiv {
    width: 100%;
  }
}
@media (max-width: 1350px) {
  .atten-content .calendar-legend1 h3 span {
    font-size: 14px;
  }
  .atten-content .calendar-legend2 h3 span {
    font-size: 14px;
  }
}
.event-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.event-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.event-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.event-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.cycle_grades {
  margin: 10px 0 0 0;
  width: 100%;
}
.cycle_grades td {
  text-align: right;
  padding: 3px 5px;
  font-size: 14px;
}
.common-panel .x-panel {
  border: 1px solid #e6e9ed;
  padding: 10px 17px;
  margin-bottom: 10px;
}
.md-visable {
  display: none;
}
.alert-panel .form-control[disabled],
.alert-panel .form-control[disabled]:hover {
  background-color: #777;
  opacity: 0.65;
}
#alertsettings .toggle[disabled] .toggle-on,
#alertsettings .toggle[disabled] .toggle-off {
  cursor: not-allowed;
}
@media (min-width: 992px) {
  .pr-25-screen {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .md-visable {
    display: block;
  }
  .lgxs-visable {
    display: none;
  }
}
@media (max-width: 991px) {
  .pr-25-screen {
    padding-right: 5px !important;
  }
  .masonry-container .grid-item {
    margin-left: 0;
  }
}
.cycle_grades {
  margin: 10px 0 0 0;
  width: 100%;
}
.cycle_grades td {
  text-align: right;
  padding: 3px 5px;
  font-size: 14px;
}
.failing {
  color: #dd0000;
}
.posted_cycle {
  padding: 2px 10px !important;
}
.textLeft {
  text-align: left !important;
}
#cycleGradeLoadingDiv {
  display: none;
}
#litSkillGradesExplanation {
  padding: 20px;
}
#litTransferExplanation {
  padding: 20px;
}
div.course_details table.tabular {
  margin: 0;
  width: 100%;
  font-size: 12px;
}
div.course_details table.skillsbased {
  margin: 0;
  width: auto;
  font-size: 12px;
}
div.course_details .total_label {
  text-align: right;
}
table.tabular th.current_cycle {
  background: #cfe0bf;
}
td.current_cycle {
  background: #f0fee2;
}
table.tabular th.posted_cycle {
  background: #d2d4b5;
}
td.posted_cycle {
  background: #f8fad7;
}
tr.details,
tr.details td {
  padding: 0;
  border: 0;
}
table.tabular td.selected_cycle,
div.course_details th {
  background: #7d8f6b;
  border-bottom-color: #7d8f6b;
  color: #e7e7e7;
  font-weight: bold;
  text-align: center;
}
table.tabular td.selected_cycle {
  border-bottom-color: #7d8f6b;
}
div.course_details,
div.course_details table {
  border: 0;
  background: #cee1bb;
  font-size: 12px;
}
div.ipr_course td {
  color: #333;
}
.selected_cycle a:link,
div.course_details a:link {
  color: #e7e7e7;
}
.selected_cycle a:visited,
div.course_details a:visited {
  color: #e7e7e7;
}
.selected_cycle a:hover,
div.course_details a:hover {
  color: #e7e7e7;
}
.selected_cycle a:active,
div.course_details a:active {
  color: #e7e7e7;
}
div.course_details table.tabular td {
  padding: 1px 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #b8c9a6;
  border-left-color: transparent;
  border-right-color: transparent;
  text-align: center;
}
div.course_details table.skillsbased td {
  padding: 1px 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #b8c9a6;
  border-left-color: transparent;
  border-right-color: transparent;
  text-align: center;
}
div.course_details table.tabular td.text {
  text-align: left;
}
div.course_details table.tabular td.category_header {
  text-align: left;
  padding-top: 10px;
}
div.course_details .skillDescr {
  font-style: italic;
}
span.category_header {
  font-size: 16px;
  font-weight: bold;
}
span.skillsbased_header {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  text-align: left;
}
div.course_details .skillsbased_header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}
div.course_details table.tabular .total_label {
  text-align: right;
  padding-right: 0;
}
table.tabular .value {
  font-weight: bold;
}
#grade001Modal .small_column {
  width: 20px;
}
div.course_details table.cycle_grades {
  margin: 10px 0 0 0;
  width: 100%;
}
div.course_details table.cycle_grades td {
  text-align: right;
}
div.course_details table.cycle_grades td.value {
  text-align: center;
  width: 10px;
  padding: 0 10px;
}
table.tabular tr.note td {
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
}
#grade001Modal p.close_link {
  margin: 5px 0 0 0;
  background: #7d8f6b;
  padding: 1px;
}
#grade001Modal .tabular a {
  color: #0000ee;
}
#grade001Modal tr.transfer_row {
  border-bottom: 2px black;
}
div.course_details table.tabular td.transfer_header {
  text-align: left;
  padding: 10px 3px 3px 15px;
  font-style: italic;
}
div.course_details table.tabular td.transfer_grade {
  text-align: center;
  font-style: italic;
}
span.transfer_header {
  font-size: 12px;
  font-style: italic;
}
li.wideMargin {
  margin-left: 250px;
}
table.tabular td,
table.tabular.formGroupGridView td {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #ccc;
  border-left-color: transparent;
  border-right-color: transparent;
  text-align: left;
  vertical-align: middle;
}
table.tabular.formGroupGridView td {
  text-align: initial !important;
}
table.tabular.formGroupGridView td:last-of-type {
  text-align: center !important;
}
table.tabular_fm td {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #ccc;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
}
table.tabular td,
table.tabular th {
  padding: 2px 10px;
}
table.tabular_fm td {
  padding: 2px 4px;
}
table.tabular td.name {
  text-align: left;
}
table.tabular img {
  vertical-align: bottom;
  margin: 0 0 1px 5px;
}
.colorDiv {
  border: solid 1px black;
  display: inline-block;
  margin-bottom: 10px;
}
.colorTitle {
  text-align: left;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 2px 0px;
  vertical-align: middle;
}
.colorCheck {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
}
.colorTable > tbody > tr > td > table {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.skillbaseCon {
  padding: 10px;
}
th.skillsTable {
  border: solid 1px black;
}
.lowercon {
  text-align: left !important;
  font-weight: bold;
  width: 200px;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
main.content-wrapper {
  overflow-y: auto;
  height: auto;
}
main.content-wrapper > .content {
  height: initial;
}
.admin-content .contentHeader .btn {
  margin-right: 15px;
}
.admin-content .campus-content {
  padding: 0 15px;
}
.admin-content .campus-content .panel-title > a {
  display: flex;
  justify-content: space-between;
}
.main-footer {
  width: auto;
  right: 0;
  left: 0;
  z-index: 101;
}
.warningText {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1436px) {
  .table.dataTable td,
  .table.dataTable th {
    padding: 5px 8px;
  }
}
.table.dataTable td .form-control.rankSelect,
.table.dataTable th .form-control.rankSelect {
  padding: 3px;
  height: auto;
}
@media (max-width: 1350px) {
  .requestContent .dataTables_wrapper,
  .gradPlanContent .dataTables_wrapper {
    overflow-x: auto;
  }
}
#showModal .modal-title div {
  display: inline;
}
#courseList .a-link {
  text-decoration: underline;
}
#courseList .a-link div {
  display: inline;
}
.modal {
  padding: 0!important;
}
.modal-dialog {
  padding: 15px;
  margin: 0 auto;
}
.modal-dialog .modal-header {
  display: block;
}
.modal-dialog .modal-content {
  min-width: auto;
}
.modal-dialog.modal-1000 {
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 1050px) {
  .modal-dialog.modal-1000 {
    width: 1000px;
    max-width: 1000px;
  }
}
@media (max-width: 375px) {
  .main-footer .footer-word {
    padding-right: 20px;
  }
  .main-footer .footer-help {
    padding-left: 20px;
  }
}
.bars-btn:focus {
  box-shadow: none;
}
.table th,
.table td,
.table th.td-title,
.table td.td-title {
  width: auto;
}
.m-l-r-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.flexInline {
  display: flex;
  align-items: center;
}
.flexInline.between {
  justify-content: space-between;
}
.flexInline.alignTop {
  align-items: flex-start;
}
.flexInline.justifyEnd {
  justify-content: flex-end;
}
.flexInline.flexWrap {
  flex-wrap: wrap;
}
.flexInline.column {
  flex-direction: column;
}
.flexInline input[type='checkbox'],
.flexInline input[type='radio'] {
  margin: 0;
  margin-right: 5px;
}
.flexInline label,
.flexInline .label {
  flex: 0 0 auto;
  min-height: 1px;
  margin: 0;
  margin-right: 10px;
}
.flexInline label:empty,
.flexInline .label:empty {
  display: block;
}
.flexInline .form-group {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .btn {
    padding: 3px 5px;
  }
  .admin-content .x-panel {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .table.responsive-table-1200 {
    border: 0;
  }
  .table.responsive-table-1200 thead {
    display: none;
    background: none;
  }
  .table.responsive-table-1200 thead.sortHead {
    display: block;
    margin-bottom: 15px;
  }
  .table.responsive-table-1200 thead.sortHead tr {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .table.responsive-table-1200 thead.sortHead tr td,
  .table.responsive-table-1200 thead.sortHead tr th {
    margin: 5px;
    background-color: #cacaca;
    border-radius: 5px;
    border: 0;
    width: auto!important;
    display: flex;
    flex: 0 0 auto;
    padding: 5px;
    padding-right: 12px;
    align-items: center;
    border-right: 3px solid #cacaca;
    background-clip: border-box;
  }
  .table.responsive-table-1200 thead.sortHead tr td.sorting_disabled,
  .table.responsive-table-1200 thead.sortHead tr th.sorting_disabled {
    display: none;
  }
  .table.responsive-table-1200 thead.sortHead tr td br,
  .table.responsive-table-1200 thead.sortHead tr th br {
    display: none;
  }
  .table.responsive-table-1200 thead.sortHead tr td span,
  .table.responsive-table-1200 thead.sortHead tr th span {
    align-self: center;
  }
  .table.responsive-table-1200 tr,
  .table.responsive-table-1200 td {
    display: block;
    box-sizing: border-box;
  }
  .table.responsive-table-1200 tbody tr {
    flex-wrap: wrap;
    display: flex;
    width: 100% !important;
    border-bottom: 2px solid #eee;
    border-top: 1px solid #eee;
  }
  .table.responsive-table-1200 tr {
    margin-bottom: 15px;
  }
  .table.responsive-table-1200 td {
    width: 100% !important;
    max-width: initial;
    height: auto;
    padding: 5px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
    white-space: normal;
    text-align: left;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .table.responsive-table-1200 td.td-title {
    display: none;
  }
  .table.responsive-table-1200 td:first-child {
    border-top: 1px solid #eee;
  }
  .table.responsive-table-1200 td:before {
    width: 130px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    content: "" attr(data-title) " " attr(data-title2) "";
    flex: 0 0 130px;
    white-space: normal;
    word-wrap: break-word;
    flex-wrap: wrap;
  }
  .table.responsive-table-1200 td.dataTables_empty {
    text-align: center;
  }
  .table.responsive-table-1200 td.dataTables_empty::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .responsive-table tbody th {
    width: 100%;
  }
  .responsive-table#creditSummaryTable tbody th,
  .responsive-table#creditDetailTable tbody th {
    text-align: center!important;
    border-left-color: #eee;
    border-right: 1px solid #eee;
  }
  .responsive-table#creditSummaryTable tbody .gradplanSubjectRow,
  .responsive-table#creditDetailTable tbody .gradplanSubjectRow {
    margin-bottom: 0;
  }
}
body .admin-content .x-panel.panel-default-outline-fill {
  border-radius: 10px;
}
#attendancePrintButton {
  background: none;
  border: 0;
}
.noStyle {
  background: none;
  border: 0;
}
.semester-selector-section {
  border-radius: 10px;
  margin-bottom: 10px;
}
.homeLandingTitle {
  font-size: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 100px);
}
.table th,
.table td {
  word-break: normal;
}
.overflowAuto-x {
  overflow-x: auto;
}
.calendarList {
  display: flex;
  flex-wrap: wrap;
}
.detail-icon {
  display: inline-block;
  padding: 5px;
}
.blue-link {
  color: #217dbb;
  text-decoration: underline;
}
.fullCalendar-init .fc-basic-view .fc-body .fc-row {
  min-height: initial;
  height: auto!important;
}
.fullCalendar-init .fc-basic-view .fc-row .fc-content-skeleton {
  padding: 0;
}
.fullCalendar-init .fc-basic-view .fc-day-top {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.fullCalendar-init .fc-basic-view .fc-day-top .fc-day-number {
  display: inline-block;
  float: none;
  padding: 0 5px;
}
@media (max-width: 1445px) and (min-width: 1200px) {
  .fullCalendar-init .fc-basic-view .fc-day-top .fc-day-number {
    padding: 0;
  }
}
.fullCalendar-init .fc-basic-view .fc-day-top.hasModal {
  color: blue;
  font-weight: bold;
  border: 1px solid #ddd;
  border-bottom: 0;
  cursor: pointer;
}
.fullCalendar-init .fc-basic-view .fc-day-top.hasModal.active .fc-day-number {
  background: none;
  color: red;
}
.fullCalendar-init .fc-basic-view .fc-day-top.hasModal .fc-day-number {
  text-decoration: underline;
  background-color: #ccc;
}
.fullCalendar-init .fc-basic-view .fc-day-top.hasModal:hover {
  color: #070790;
}
.fullCalendar-init .fc-basic-view .fc-day-top.hasModal:hover .fc-day-number {
  text-decoration: none;
}
.btnSelfModalOpen {
  overflow: inherit;
  position: relative;
  padding-right: 0 !important;
}
.btnSelfModalOpen > .wrapper > main {
  position: relative;
}
.btnSelfModalOpen .modal-backdrop {
  display: none;
  background: none;
}
.btnSelfModalOpen .btnSelfModal {
  background: none;
}
.btnSelfModal {
  position: absolute;
  padding: 0;
}
.btnSelfModal .modal-dialog {
  position: absolute;
  max-width: 400px;
  padding: 0;
}
#eventAttenModal #attenModalList {
  border-left: 0;
}
#eventAttenModal #attenModalList td:first-child,
#eventAttenModal #attenModalList th:first-child {
  text-align: center;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0!important;
}
.btn-secondary {
  background: transparent !important;
  border: 2px solid #E9B131;
  color: #000;
}
.btn-secondary:hover,
.btn-secondary:active {
  background: rgba(250, 178, 23, 0.6) !important;
  border-color: #E9B131;
  color: #000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background: transparent !important;
  border: 2px solid #E9B131;
  color: #000;
  opacity: 0.6;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background: rgba(250, 178, 23, 0.6) !important;
  border-color: #E9B131;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
div.course_details {
  width: 100%;
  overflow-x: auto;
  text-align: left;
}
@media (max-width: 1200px) {
  div.course_details {
    margin-top: -15px;
  }
}
div.course_details table.cycle_grades {
  margin-top: 0;
}
div.course_details table.cycle_grades tr {
  display: table-row !important;
}
div.course_details table.cycle_grades tr td,
div.course_details table.cycle_grades tr th {
  display: table-cell !important;
}
div.course_details table.cycle_grades tr td::before,
div.course_details table.cycle_grades tr th::before {
  display: none!important;
}
div.course_details table tr td {
  border: 0;
  background: #CEE1BB;
  font-size: 12px;
}
div.course_details table tr.note td::before {
  display: none!important;
}
div.course_details table.cycle_grades td.value {
  padding: 5px 8px;
}
div.course_details table.table thead tr:last-child th:last-child,
div.course_details table.table tbody tr:last-child th:last-child,
div.course_details table.table thead tr:last-child td:last-child,
div.course_details table.table tbody tr:last-child td:last-child,
div.course_details table.table thead tr:last-child th:first-child,
div.course_details table.table tbody tr:last-child th:first-child,
div.course_details table.table thead tr:last-child td:first-child,
div.course_details table.table tbody tr:last-child td:first-child {
  border-radius: 0;
}
div.course_details#skillBased .course_details {
  padding-bottom: 15px;
  overflow-x: auto;
}
@media (min-width: 1201px) {
  div.course_details#skillBased .course_details {
    max-width: 580px;
  }
}
@media (min-width: 1701px) {
  div.course_details#skillBased .course_details {
    max-width: initial;
  }
}
@media (max-width: 1700px) {
  div.course_details#skillBased .course_details {
    max-width: 900px;
  }
}
@media (max-width: 1600px) {
  div.course_details#skillBased .course_details {
    max-width: 800px;
  }
}
@media (max-width: 1550px) {
  div.course_details#skillBased .course_details {
    max-width: 700px;
  }
}
@media (max-width: 1370px) {
  div.course_details#skillBased .course_details {
    max-width: 600px;
  }
}
@media (max-width: 1300px) {
  div.course_details#skillBased .course_details {
    max-width: 580px;
  }
}
@media (max-width: 1200px) {
  div.course_details#skillBased .course_details {
    margin-top: 0;
    max-width: initial;
  }
}
div.course_details#skillBased .course_details table {
  width: auto!important;
  border-collapse: collapse;
}
div.course_details#skillBased tbody tr {
  display: table-row;
  border: 0;
}
div.course_details#skillBased tbody tr td,
div.course_details#skillBased tbody tr th {
  display: table-cell;
  width: auto!important;
  border: 1px solid #eee;
}
div.course_details#skillBased tbody tr td.date_header,
div.course_details#skillBased tbody tr th.date_header {
  border-bottom: 0;
}
div.course_details#skillBased tbody tr td::before,
div.course_details#skillBased tbody tr th::before {
  display: none;
}
div.course_details .x-panel {
  margin: 0;
  padding: 1px 0;
}
.toggleDiv #blankgradesLabel {
  margin-top: 8px;
  margin-right: 5px;
}
#DataTables_CycleGradesPrevious {
  box-sizing: border-box;
}
#DataTables_CycleGradesPrevious td,
#DataTables_CycleGradesPrevious th {
  box-sizing: border-box;
}
#DataTables_CycleGradesPrevious tbody tr.detailTr {
  display: none;
}
#DataTables_CycleGradesPrevious tbody tr.detailTr.showTr {
  display: table-row;
}
@media (max-width: 1200px) {
  #DataTables_CycleGradesPrevious tbody tr.detailTr.showTr {
    display: block;
  }
}
#DataTables_CycleGradesPrevious tbody tr.detailTr td:first-child,
#DataTables_CycleGradesPrevious tbody tr.detailTr td:last-child {
  border-radius: 0;
}
#DataTables_CycleGradesPrevious tbody tr td.detailTd {
  padding: 0;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  #DataTables_CycleGradesPrevious tbody tr td.detailTd:before {
    display: none;
  }
}
#DataTables_CycleGradesPrevious tbody tr td.hasDetailTd.active {
  background: #CEE1BB;
}
@media (max-width: 1200px) {
  #DataTables_CycleGradesPrevious {
    display: block;
  }
  #DataTables_CycleGradesPrevious tbody {
    display: block;
  }
  #DataTables_CycleGradesPrevious tbody tr {
    display: block;
  }
  #DataTables_CycleGradesPrevious tbody tr.detailTr {
    display: none;
  }
  #DataTables_CycleGradesPrevious tbody tr.detailTr.showTr {
    display: block;
  }
}
.loadingOn {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.loadingOn .loadEffect {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
}
.loadEffect {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  padding: 20px 10px;
}
.loadEffect span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
}
.loadEffect span:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-animation-delay: 0.13s;
}
.loadEffect span:nth-child(2) {
  left: 14px;
  top: 14px;
  -webkit-animation-delay: 0.26s;
}
.loadEffect span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -10px;
  -webkit-animation-delay: 0.39s;
}
.loadEffect span:nth-child(4) {
  top: 14px;
  right: 14px;
  -webkit-animation-delay: 0.52s;
}
.loadEffect span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-animation-delay: 0.65s;
}
.loadEffect span:nth-child(6) {
  right: 14px;
  bottom: 14px;
  -webkit-animation-delay: 0.78s;
}
.loadEffect span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  -webkit-animation-delay: 0.91s;
}
.loadEffect span:nth-child(8) {
  bottom: 14px;
  left: 14px;
  -webkit-animation-delay: 1.04s;
}
.closeDetailTR {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.closeDetailTR span {
  cursor: pointer;
}
.btn-primary {
  box-shadow: none;
  background-color: #E9B131;
  color: #000;
  border-color: #000;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #080808;
  background-color: #eaa000;
  border-color: #000;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(250, 178, 23, 0.4);
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #ffffff;
  background-color: #eaa000;
  border-color: #000;
  opacity: 0.6;
}
.btn-primary:disabled:hover,
.btn-primary.disabled:hover {
  color: #ffffff;
  background-color: #eaa000;
  border-color: #000;
  opacity: 0.6;
  box-shadow: none;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(250, 178, 23, 0.4);
}
.btn-secondary-border {
  color: #fff;
  border: 1px solid #e9b131;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary-border:hover,
.btn-secondary-border:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(250, 178, 23, 0.4);
}
.toggle.btn {
  min-width: 127px;
  height: auto!important;
  border: 0;
}
.toggle.btn .toggle-group .btn-default {
  background: #777777;
  color: #fff;
  border-color: rgba(184, 184, 184, 0.88);
}
.toggle.btn .toggle-group .btn-primary {
  border-color: rgba(184, 184, 184, 0.88);
}
.toggle.btn .toggle-group .btn-primary:hover {
  border-color: rgba(184, 184, 184, 0.88);
}
.toggle.btn .toggle-group > label.toggle-on {
  padding-right: 15px;
}
.toggle.btn .toggle-group > label.toggle-off {
  padding-left: 15px;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #E9B131;
  border-color: #000;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #E9B131;
  border-color: #000;
}
.bgGradeWhite {
  border-radius: 10px;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #ddd;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.parentSignature {
  padding: 0 15px;
  font-size: 15px;
}
.parentSignature .lineBlock {
  display: inline-block;
  height: 20px;
  width: 400px;
  position: relative;
  top: 5px;
  border-bottom: 1px solid #000;
}
.print-block {
  display: none;
}
@media print {
  .print-block {
    display: block;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  .table {
    border-collapse: collapse;
  }
  .table thead:first-child tr:first-child th {
    border-top: 1px solid #000;
  }
  .table.responsive-table thead,
  .table.responsive-table tbody,
  .table.responsive-table tfoot {
    display: table-header-group !important;
  }
  .table.responsive-table thead tr,
  .table.responsive-table tbody tr,
  .table.responsive-table tfoot tr {
    display: table-row;
    border: 0;
    margin: 0;
  }
  .table.responsive-table thead tr td,
  .table.responsive-table tbody tr td,
  .table.responsive-table tfoot tr td,
  .table.responsive-table thead tr th,
  .table.responsive-table tbody tr th,
  .table.responsive-table tfoot tr th {
    border-radius: 0;
    border: 1px solid #333;
    display: table-cell !important;
    width: auto !important;
    position: static;
    padding: 2px!important;
  }
  .table.responsive-table thead tr td:before,
  .table.responsive-table tbody tr td:before,
  .table.responsive-table tfoot tr td:before,
  .table.responsive-table thead tr th:before,
  .table.responsive-table tbody tr th:before,
  .table.responsive-table tfoot tr th:before {
    display: none;
  }
  .table.responsive-table thead tr td.hidden,
  .table.responsive-table tbody tr td.hidden,
  .table.responsive-table tfoot tr td.hidden,
  .table.responsive-table thead tr th.hidden,
  .table.responsive-table tbody tr th.hidden,
  .table.responsive-table tfoot tr th.hidden {
    display: none !important;
  }
  .table.responsive-table thead tr.footer-summary td,
  .table.responsive-table tbody tr.footer-summary td,
  .table.responsive-table tfoot tr.footer-summary td,
  .table.responsive-table thead tr.footer-summary th,
  .table.responsive-table tbody tr.footer-summary th,
  .table.responsive-table tfoot tr.footer-summary th {
    border: 0!important;
  }
}
#helpLinkBtm:hover {
  color: #fff;
}
.form-group .input-group {
  display: block;
}
.form-group .input-group .form-control {
  float: none;
}
/*AMP-2331*/
@media (max-height: 600px) {
  .loginBody footer.login-footer {
    position: relative;
  }
}
.account-header a.logoA {
  max-width: 240px;
  display: block;
}
.account-header a.logoA img#title-logo {
  max-width: 100%;
}
.eye-switch {
  background: none;
  border: 0;
}
#homeTabContent button.btn.tab-click:focus {
  border: 2px solid #fff;
}
#homeTabContent button.btn.btn-default-red.tab-click:focus {
  outline: none!important;
  border: 2px solid #e9b131;
}
#homeTabContent #btn_submit:focus,
#homeTabContent #btn_submit2:focus {
  outline: none!important;
  border: 1px solid #fff;
}
#homeTabContent #btn_submit{
  color:#080808;
}
#myTabContent button.btn.btn-success {
   background-color: #267d26 !important;
   border-color: #267d26 !important;
}
.btn.btn-default-red {
  color: #c32533 !important;
}
body .user-panel .image {
  background-color: #e9b131;
}
body .vertical-line {
  border-right: 2px solid #414042;
}
body #ppNotesModal .modal-content .modal-title,
body #ppNotesModal .modal-content .modal-body,
body .withdrawn .fa,
body .showNoteModal .fa {
  color: #e9b131;
}
body .panel-common .panel-body {
  border-top: 3px solid #e9b131;
}
body .text-danger {
  color: rgba(235, 49, 71, 0.88);
}
body.account-wrap {
  background-color: transparent;
  background-image: linear-gradient(to right, #e9b131, #e9b13180);
}
body.account-wrap .alert-error {
  background: #eb3147;
  color: #fff;
  border-color: rgba(235, 49, 71, 0.88);
}
body.account-wrap p a {
  color: #03a9f4;
}
body.account-wrap p a:hover {
  border-bottom: #000 dashed 1px;
}
body.account-wrap .district-photo .district-name {
  color: #000;
}
body.account-wrap .account-box .card .account-btn .btn {
  background-color: #e9b131;
  border: 1px solid #000;
}
body.account-wrap .account-box .card .account-btn .btn.btn-secondary-border {
  color: #fff;
  border: 1px solid #e9b131;
  background: none;
}
body.account-wrap .account-box .card .account-btn .btn.btn-secondary-border:hover,
body.account-wrap .account-box .card .account-btn .btn.btn-secondary-border:focus {
  box-shadow: 0 1px 1px rgba(250, 178, 23, 0.4);
}
body.account-wrap .account-box .card hr {
  border-color: rgba(255, 255, 255, 0.4);
  margin-top: 25px;
}
body .step-wizard .step-anchor::before {
  background-color: #414042;
}
body .step-wizard .step-anchor li a {
  color: #414042;
}
body .step-wizard .step-anchor li .active {
  color: #e9b131;
  background: transparent !important;
}
body .step-wizard .step-anchor li .active ::after {
  background-color: #080808;
}
body .step-wizard .tab-content > .active {
  background: transparent !important;
}
body .login-footer {
  color: #eaeaea;
}
body .nav-pills > li.active > button,
body .nav-pills > li.active > button:focus,
body .nav-pills > li.active > button:hover {
  background: #217dbb;
}
body .cycle-link {
  color: #217dbb;
}
body .failing {
  color: rgba(235, 49, 71, 0.88);
}
body .content .btn-default,
body .modal .btn-default {
  background: #777777;
  color: #fff;
  border-color: rgba(119, 119, 119, 0.88);
}
body .content .btn-default:hover,
body .modal .btn-default:hover,
body .content .btn-default:focus,
body .modal .btn-default:focus,
body .content .btn-default:active,
body .modal .btn-default:active {
  background: #5e5e5e;
  color: #fff;
  border-color: rgba(119, 119, 119, 0.88);
}
body .summary-navtab li.active .subBtn {
  background-color: #e9b131;
  color: #000;
}
body .admin-content .btn-danger,
body .admin-content .alert-error,
body .admin-content .label-danger {
  background: #eb3147;
  color: #fff;
  border-color: rgba(235, 49, 71, 0.88);
}
body .admin-content .text-danger {
  color: rgba(235, 49, 71, 0.88);
}
body .admin-content .btn-success-new {
  background: #209b86;
  color: #fff;
  border-color: rgba(32, 155, 134, 0.88);
}
body .admin-content .btn-success-new:hover,
body .admin-content .btn-success-new:focus {
  background: #177161;
  color: #fff;
  border-color: #177161;
}
body .admin-content .alert-info-new {
  background: #3498db;
  color: #fff;
  border-color: rgba(52, 152, 219, 0.88);
}
body .admin-content .alert-warning-outline-fill {
  background: rgba(245, 175, 51, 0.1);
  color: #000;
  border-color: rgba(245, 175, 51, 0.88);
  border-width: 3px;
}
body .admin-content .x-panel.panel-info-outline {
  border: 3px solid rgba(52, 152, 219, 0.88);
  color: #000 !important;
}
body .admin-content .x-panel.panel-success-outline {
  color: #000 !important;
  border: 3px solid rgba(32, 155, 134, 0.88) !important;
}
body .admin-content .x-panel.panel-default-outline {
  color: #000 !important;
  border: 3px solid rgba(119, 119, 119, 0.88) !important;
}
body .admin-content .x-panel.panel-default-outline-fill {
  background: rgba(119, 119, 119, 0.1) !important;
  color: #000 !important;
  border-color: rgba(119, 119, 119, 0.88) !important;
  border-width: 3px !important;
  border-style: solid;
}
body .admin-content .x-panel.panel-success-outline-fill {
  background: rgba(32, 155, 134, 0.1) !important;
  color: #000 !important;
  border-color: rgba(32, 155, 134, 0.88) !important;
  border-width: 3px !important;
  border-style: solid;
}
body .admin-content .well label {
  color: #03a9f4;
}
body .admin-content .label-success {
  background: #1f9783;
  color: #fff;
  border-color: rgba(32, 155, 134, 0.88);
}
body .admin-content .search-box .fa-chevron-down,
body .admin-content .search-box .fa-chevron-up {
  font-size: 22px;
  color: #e9b131;
}
body .admin-content table.dataTable tbody tr.active td {
  background: #e9b131;
  color: #fff;
}
body .admin-content .fa-green {
  color: fade-in(rgba(32, 155, 134, 0.88), 1);
}
body .finish-content .fa-circle {
  color: #000;
}
body .error-content .fa-circle {
  color: rgba(235, 49, 71, 0.88);
}
body .error-content .fa-times {
  color: #fff;
}
body .finish-content .fa-circle {
  color: #000;
}
body .error-content .fa-circle {
  color: rgba(235, 49, 71, 0.88);
}
body .error-content .fa-times {
  color: #fff;
}
body .public-title {
  border: dashed 1px #808080;
  padding-left: 10px;
  background-color: #ffefdb;
}
body .documentManagement-content .x-whitebg {
  background: #fff;
}
body .sidebar-dark-primary .nav-sidebar > .nav-item.has-treeview.menu-open > .nav-link {
  color: #eaeaea;
  border-right: 5px solid #e9b131;
}
body .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link {
  color: #eaeaea;
}
body .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link:hover {
  color: #eaeaea;
}
body .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active,
body .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active:hover {
  color: #eaeaea;
}
body .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:active,
body .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:focus {
  color: #eaeaea;
}
body .sidebar-dark-primary .nav-sidebar > .nav-item:hover > .nav-link {
  color: #eaeaea;
}
body .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
  color: #eaeaea;
}
body .side-menu li.online-reg-form-link:hover {
  background: linear-gradient(#4b4a4c, #3e3d3f), #414042;
}
body .side-menu > li.online-reg-form-link.active {
  background: linear-gradient(#4b4a4c, #3e3d3f), #414042;
}
body .main-sidebar {
  background-color: #414042;
}
body .main-sidebar .sidebar .menu-section h3,
body .main-sidebar .sidebar .menu-section .h3 {
  color: #e9b131;
}
body .main-sidebar .sidebar .menu-section h3.menu-title .btn,
body .main-sidebar .sidebar .menu-section .h3.menu-title .btn {
  color: #eaeaea !important;
  border-color: #e9b131 !important;
}
body .main-sidebar .sidebar .menu-section ul li span {
  color: #eaeaea;
}
body .main-sidebar .sidebar .user-panel .info {
  color: #eaeaea;
}
body .main-sidebar .sidebar .nav-link {
  color: #eaeaea;
}
body .main-sidebar .sidebar .nav-link:hover {
  color: #eaeaea;
}
body .main-sidebar .sidebar .nav.nav-treeview {
  border-right: 5px solid #e9b131;
}
body .btn-theme {
  background: #e9b131;
  color: #eaeaea;
  border-color: #e9b131;
}
body .btn-theme:hover {
  color: #eaeaea;
  background: #e7aa1f;
}
body .line-solid {
  border-top: 3px solid #eaeaea;
}
body .main-header {
  background-color: #e9b131;
}
body .x-panel .x-title h4 .chevron-icon {
  color: #e9b131;
}
body .nav-sidebar .nav-link > p > .right {
  color: #e9b131;
}
body .nav-sidebar .nav-link > .nav-right-part > .right {
  color: #e9b131;
}
body .menu-open > .nav-link {
  border-right: 5px solid #e9b131;
}
body .current-page {
  border-right: 5px solid #e9b131;
}
body .activeStu::before {
  background: #e9b131 !important;
}
body .activeStu::after {
  border-left: 1px solid #e9b131 !important;
}
body .activeStu span.nav-link {
  color: #e9b131 !important;
}
.main-footer {
  border-top: 1px solid #e9b131;
}
.main-footer .footer-word .ascender {
  color: #e9b131;
}
.loginBody {
  height: auto!important;
  background: url(https://specialportals.ascendertx.com/CommonWebPortals/images/StudentPortal/SP_background.jpg) no-repeat center center fixed !important;
  background-size: cover!important;
}
.loginBody .grayBg {
  background: #171207;
}
.loginBody .btn-new {
  border-color: #e9b131;
  background-color: #e9b131;
  background: #e9b131;
  box-shadow: 0px 0px 0px #e9b131;
}
.loginBody .btn-new:hover {
  background: #e9b131;
}
/*AMP-2331 fixed accessibility low contrast issue*/
.loginBody #btn_submit,
.loginBody #btn_submit2 {
  border-color: #e9b131;
  background-color: #e9b131;
  background: #e9b131;
  box-shadow: 0px 0px 0px #e9b131;
  color:#080808;
}
/*AMP-2331 fixed accessibility issues*/
.btn-danger {
  background-color: #c32533 !important;
}
.btn-success,
.btn-success:hover {
   background-color: #267d26;
   border-color: #267d26;
}

a .btn .btn-danger{
	background-color: #c32533 !important;
}
.btn .btn-success {
   background-color: #267d26;
   border-color: #267d26;
}
.loginBody .mainContent {
  padding-bottom: 120px!important;
}
.loginBody .btn:focus {
  box-shadow: none;
}

.loginBody .form-group input.form-control:focus, .loginBody .form-group select.form-control:focus{
  border: 2px solid #e9b131;
}

.has-hint-box .input-hint-message {
  border-color: #e9b131;
}
@media (min-width: 992px) {
  .has-hint-box .input-hint-message:before {
    border-right-color: #e9b131;
  }
}
@media (max-width: 991px) {
  .has-hint-box .input-hint-message:before {
    border-bottom-color: #e9b131;
  }
}
.step-wizard .step-anchor.account-common-step .nav-item .nav-link.active {
  color: #e9b131;
}
.step-wizard .step-anchor.account-common-step .nav-item .nav-link.active ::after {
  background-color: #080808;
}
.tab-click:focus {
  outline: 1px solid white!important;
  -moz-outline-radius: 10px;
}
.tab-click:focus:not(:focus-visible) {
  outline: 0!important;
}
