/* Padding */
/* Margins */
/* Border */
/* Print layout */
/* Shadow effects */
/*Media Queries*/
a {
  color: #3173AD;
  text-decoration: none;
}
.tab-content > .active.show {
  opacity: 1;
}
.district-photo {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.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: 30px;
}
.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: 30px;
}
@media (min-width: 992px) {
  .panel-login {
    min-height: 357px;
  }
  .forgotpassword-content .panel-login {
    height: 300px;
  }
  .account-wrap p a:hover {
    text-decoration: none;
  }
  .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;
  }
}
.account-wrap {
  padding-top: 0!important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}
.account-wrap .account-header {
  margin: 0;
  background: linear-gradient(to right, #322405, #644709);
}
.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: linear-gradient(to right, #322405, #523d10);
  min-height: 100%;
}
.account-wrap .account-box .card .account-btn .btn {
  display: inline-block;
  background: #db813b;
}
.account-wrap .account-box .card .account-btn .btn#btn_submit2 {
  margin: 0 auto;
}
.account-wrap .account-box .card .account-btn .btn-secondary {
  border-color: #db813b;
  color: #db813b;
}
.account-wrap .account-box .panel-footer {
  background: none;
}
.account-wrap .panel-body {
  min-height: auto;
}
.account-wrap .panel {
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to right, #322405, #523d10);
  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;
}
.account-wrap .panel .panel-footer {
  background: transparent;
  border-top: 0;
}
.account-wrap .panel .panel-footer a.btn-primary {
  background: transparent !important;
  border: 2px solid #db813b;
  color: #db813b;
}
.login-footer {
  background-image: linear-gradient(to right, #322405, #644709);
  padding: 15px 10px;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
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);
}
.input-group-relative {
  position: relative;
}
.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;
}
.loginTitle {
  color: #000;
  text-align: center;
}
@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) {
  .account-wrap .panel-district {
    display: block;
  }
  .account-wrap .panel-district .account-box {
    max-width: 100%;
  }
  .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: 500px) {
  .logoA {
    max-width: 50px;
    overflow: hidden;
    flex: 0 0 50px;
  }
}
@media (max-width: 320px) {
  .account-wrap .navbar-static-top .navbar-brands img {
    height: 35px;
  }
}
.account-wrap {
  background-color: transparent;
}
.account-wrap .alert-error {
  font-size: smaller;
}
.account-wrap .panel-editor {
  margin-top: 20px;
}
.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;
}
@media (min-width: 992px) {
  .panel-last {
    display: flex;
  }
  .panel-last .panel {
    height: 100%;
    position: relative;
  }
  .panel-last .panel .panel-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}
.loginBody {
  background: url(https://specialportals.ascendertx.com/CommonWebPortals/images/ParentPortal/PP_background.jpg) no-repeat center center fixed !important;
  background-size: cover!important;
  height: auto!important;
  min-height: initial;
}
.loginBody .alert.alert-error {
  background-color: #c32533;
  border-color: #c32533;
  color: #fff !important;
}
.loginBody .grayBg {
  background: #210e01;
}
.loginBody .btn-new {
  border-color: #c35303;
  background-color: #c35303;
  background: #c35303;
  box-shadow: 0px 0px 0px #c35303;
}
.loginBody .btn-new:hover {
  background: #c35303;
}
.loginBody #btn_submit,
.loginBody #btn_submit2 {
  border-color: #c35303;
  background-color: #c35303;
  background: #c35303;
  box-shadow: 0px 0px 0px #c35303;
}
.loginBody .btn-success {
  border-color: #c35303 !important;
  background: #c35303 !important;
}
.loginBody .mainContent {
  padding-bottom: 120px!important;
}
.loginBody .btn.btn-default-red {
  color: #c35303 !important;
}
.loginBody .btn:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .loginBody #loginFormAdmin {
    width: 280px;
  }
}
.has-hint-box .input-hint-message {
  border-color: #c35303;
}
@media (min-width: 992px) {
  .has-hint-box .input-hint-message:before {
    border-right-color: #c35303;
  }
}
@media (max-width: 991px) {
  .has-hint-box .input-hint-message:before {
    border-bottom-color: #c35303;
  }
}
.step-wizard .step-anchor.account-common-step .nav-item .nav-link.active ::after {
  background-color: #c35303;
}
@media (max-width: 1200px) {
  .loginBody .login-footer {
    position: static!important;
  }
  .loginBody .login-footer p,
  .loginBody .login-footer a,
  .loginBody .login-footer span {
    position: relative;
    z-index: 9;
  }
  .account-wrap .langSelect .langSelectInner li.applyBtn span {
    right: -79px !important;
    top: -18px !important;
  }
}
.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 - 174px);
}
.login-content .step-wizard p {
  color: #000;
}
.login-content .step-wizard h4 {
  color: #000;
}
.step-wizard {
  margin-bottom: 25px;
}
.step-wizard .form-group {
  margin-bottom: 25px;
}
.step-wizard .form-group .control-label-title {
  color: #666666;
}
.step-wizard .form-group .left-icon {
  color: #666666;
}
.step-wizard .form-group.form-group-password .form-control-feedback.fa {
  right: 55px;
}
.step-wizard .form-control-feedback.fa {
  top: 15px!important;
}
.step-wizard .step-anchor {
  position: relative;
  border: 0 solid #ccc !important;
  list-style: none;
  border: 0;
  z-index: 9;
}
.step-wizard .step-anchor:before {
  content: " ";
  position: absolute;
  top: 70px;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  z-index: 10;
}
.step-wizard .step-anchor::before {
  top: 45px;
  display: block;
}
.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;
  margin-top: 7px;
}
.validate-list ol li {
  list-style: circle;
}
.finish-content {
  padding: 100px 0;
}
.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: 17px!important;
}
.forgotpassword-content .theme-shadow {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  border-radius: 15px 15px 0 0!important;
  border: 0;
}
.account-wrap .viewContent {
  padding-top: 20px;
  box-shadow: 1px 1px 10px 8px #888;
}
.account-wrap .viewContent .panel {
  padding: 0;
  background: #fff;
  color: initial;
  border-radius: 0;
}
.account-wrap .viewContent .panel .panel-heading {
  background: #e6e6e7;
}
@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;
  }
}
@media (max-width: 600px) {
  .step-wizard .finish-content .fa-stack {
    float: none!important;
  }
}
.admin-content .dropdownNew .dropdown-toggle::after {
  display: none;
}
.admin-content .minHeightAuto {
  min-height: auto !important;
}
.admin-content .text-left {
  text-align: left!important;
}
.admin-content .text-center {
  text-align: center;
}
.admin-content .text-right {
  text-align: right;
}
.admin-content .validate-error {
  margin-bottom: 15px;
  display: none;
}
.admin-content .alert-error {
  padding: 5px 10px;
  margin-bottom: 0;
}
.admin-content .alert-success {
  padding: 5px 10px;
}
.admin-content .p-n {
  padding: 0!important;
}
.admin-content .m-n {
  margin: 0!important;
}
.admin-content .m-r-sm {
  margin-right: 10px;
}
.admin-content .m-l-sm {
  margin-left: 10px;
}
.admin-content .height-auto {
  height: auto;
  overflow: hidden;
}
.admin-content .w-25 {
  width: 25%;
}
.admin-content .w-100 {
  width: 100%;
}
.admin-content .w-40 {
  width: 40%;
}
.admin-content .w-20 {
  width: 20%;
}
.admin-content .alert-info-new {
  margin: 20px 0 0 0;
}
.admin-content .alert-warning-outline-fill {
  padding: 3px;
}
.admin-content .x-panel {
  padding: 17px 10px;
}
.admin-content .x-panel.panel-default-outline-fill {
  padding: 10px 17px;
}
.admin-content .form-group {
  clear: both;
}
.admin-content .form-group-status {
  min-height: 34px;
}
.admin-content .p-10 {
  padding: 10px!important;
}
.admin-content .m-b-sm {
  margin-bottom: 10px;
}
.admin-content .m-b-15 {
  margin-bottom: 15px;
}
.admin-content .m-b-md {
  margin-bottom: 20px;
}
.admin-content .m-b-lg {
  margin-bottom: 30px;
}
.admin-content .m-t-sm {
  margin-top: 10px;
}
.admin-content .m-t-md {
  margin-top: 20px;
}
.admin-content .btn-group-new.btn-group-justified > .btn,
.admin-content .btn-group-new.btn-group-justified > .btn-group {
  width: 100%;
}
.admin-content .well label {
  font-weight: normal;
}
.admin-content .label-success,
.admin-content .label-danger {
  padding: 5px 7px;
}
.admin-content .site-status .label-success,
.admin-content .site-status .label-danger {
  padding: 5px 7px;
  font-size: 18px;
}
.admin-content #onlineResitration .has-feedback .form-control-feedback {
  right: 10px;
}
.admin-content .content-bg > .x-panel > .x-content {
  border: 0;
}
.admin-content .theme-custome {
  clear: both;
}
.admin-content .previewDiv {
  height: 20px;
  margin-top: 10px;
}
.admin-content .search-box .input-group-addon {
  padding: 0;
  background: transparent;
  border: 0;
}
.admin-content .search-box input {
  border: 0;
}
.admin-content .form-group-webaddress.has-feedback .form-control-feedback {
  margin-top: -6px;
}
.admin-content .form-group-linktext.has-feedback .form-control-feedback {
  right: 12px;
}
.admin-content .form-group-setImmunization.has-feedback .form-control-feedback {
  right: 12px;
}
.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;
}
.admin-content .addQuestion {
  height: 33px;
}
.smartWizard-init .btn-toolbar {
  text-align: right;
  margin-top: 40px;
}
.smartWizard-init .btn-toolbar .btn-group {
  float: none;
}
.m-t-100 {
  margin-top: 100px;
}
.line-solid {
  border-top: 3px solid #eaeaea;
}
.get-data {
  display: none!important;
}
.loading-text {
  margin-left: 5px;
}
.panel-chart {
  border: 1px solid #c7e5ed;
  border-radius: 5px;
}
.panel-chart .panel-title {
  background: #d9edf6;
  color: #31708f;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px 0;
  height: auto;
  overflow: hidden;
}
.chart-text {
  margin-bottom: 20px;
}
.chart-text a {
  color: #3498db;
}
.chart-text .a-button {
  color: #3498db;
  background: none;
  display: inline;
  display: contents;
  border: 0;
}
.chart-text .a-button:hover {
  text-decoration: underline;
}
.inactive-text .fa {
  color: #fdcc63;
}
.active-text .fa {
  color: #3ca3e6;
}
.withAccount-text .fa {
  color: #996bff;
}
.withOutAccount-text .fa {
  color: #53bfbf;
}
.shcool001-text .fa {
  color: #2dae20;
}
.shcool041-text .fa {
  color: #c334db;
}
.shcool101-text .fa {
  color: #2e9124;
}
.district-text .fa {
  color: #a6579d;
}
.usage-text01 .fa {
  color: #38a4ec;
}
.usage-text02 .fa {
  color: #ffcc5f;
}
.usage-text03 .fa {
  color: #2dae20;
}
.usage-text04 .fa {
  color: #c334db;
}
.usage-text05 .fa {
  color: #53bfbf;
}
.usage-text06 .fa {
  color: #ff8a00;
}
.usage-text07 .fa {
  color: #ffb2b2;
}
.usage-text08 .fa {
  color: #8a00ff;
}
.panel-chart .chart-title {
  text-decoration: underline;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 16px;
}
.chart-des-text {
  margin-top: 80px;
}
.step-wizard .form-horizontal .has-feedback .form-control-feedback {
  top: 50%;
}
.form-wrap.form-builder .stage-wrap.empty {
  min-height: 321px!important;
}
.save-form {
  display: none;
}
.viewFormData .dataTables_length select {
  width: 75px;
  display: inline-block;
}
.viewFormData div.dt-button-collection,
.viewFormData div.dt-button-collection-title {
  padding: 0;
}
.viewFormData div.dt-button-background {
  background: rgba(255, 255, 255, 0.1);
}
.viewFormData div.dt-button-collection button.dt-button,
.viewFormData div.dt-button-collection div.dt-button,
.viewFormData div.dt-button-collection a.dt-button {
  margin-bottom: 0;
  padding: 0.3em 1em;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  background: #fff;
}
.viewFormData div.dt-button-collection button.dt-button:hover,
.viewFormData div.dt-button-collection div.dt-button:hover,
.viewFormData div.dt-button-collection a.dt-button:hover {
  background: #7f7f7f;
}
.viewFormData button.dt-button:hover:not(.disabled),
.viewFormData div.dt-button:hover:not(.disabled),
.viewFormData a.dt-button:hover:not(.disabled) {
  background: #fff;
  color: #000;
  box-shadow: none;
  border: 0;
  font-size: 14px;
}
.viewFormData div.dt-button-collection button.dt-button:active:not(.disabled),
.viewFormData div.dt-button-collection button.dt-button.active:not(.disabled),
.viewFormData div.dt-button-collection div.dt-button:active:not(.disabled),
.viewFormData div.dt-button-collection div.dt-button.active:not(.disabled),
.viewFormData div.dt-button-collection a.dt-button:active:not(.disabled),
.viewFormData div.dt-button-collection a.dt-button.active:not(.disabled) {
  background: #337ab7;
  color: #fff;
  box-shadow: none;
  border: 0;
  font-size: 14px;
}
.viewFormData div.dt-button-collection button.dt-button:active:not(.disabled):hover,
.viewFormData div.dt-button-collection button.dt-button.active:not(.disabled):hover {
  background: #7f7f7f;
  color: #fff;
}
.viewFormData .dt-button.btn-default {
  margin-right: 0;
  font-size: 14px;
  float: left;
}
.viewFormData .dt-button.btn-default:first-child {
  border-radius: 5px 0 0 5px!important;
}
.viewFormData .dt-button.btn-default:last-child {
  border-radius: 0 5px 5px 0!important;
}
.viewFormData .dt-button.btn-default:hover {
  background: #5e5e5e !important;
  color: #fff !important;
  font-size: 14px;
  padding: 0.5em 1em;
  height: 38px;
  margin-left: -1px;
}
.viewFormData .dataTables_wrapper .dataTables_filter input {
  display: inline-block;
  width: auto;
}
.finish-content {
  padding: 100px 0;
}
.modal-body .finish-content {
  padding: 10px 0;
}
.displayDiscipline .form-group {
  height: auto;
  overflow: hidden;
}
.campusText {
  padding: 10px 5px;
}
.campusText p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xs-mb-sm {
  margin-bottom: 10px;
}
.forgotpassword-content .form-group-password2 {
  min-height: 33px;
}
.forgotpassword-content .form-group-password2 .form-control-feedback {
  top: 16px !important;
  right: 10px;
}
.table#dataTable-editLinks th:first-child,
.table#dataTable-editLinks td:first-child {
  text-align: left;
}
.table#dataTable-editLinks th:last-child,
.table#dataTable-editLinks td:last-child {
  text-align: right;
}
#ratioContainer {
  display: inline-block;
  margin-left: 0em;
  padding-top: 11px;
  text-align: center;
}
#ratioContainer > span {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
}
#ratioContainer.pass > span {
  border: 3px solid #080;
  padding: 8px;
}
#ratio {
  display: block;
  font-size: 24px;
}
.campusNewsImage {
  position: relative;
}
.campusNewsImage span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  padding-top: 50px;
  font-size: 25px;
  color: #fff;
}
.w-222 {
  width: 222px;
}
.documentManagement-content .p-lr-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.documentManagement-content .x-panel {
  padding: 10px 0;
}
.documentManagement-content .x-panel.panel-default-outline-fill {
  padding: 10px 0;
}
.documentManagement-content .p-lr-10 {
  padding: 0 10px;
}
.formcreatorRe {
  position: relative;
}
.formcreatorAb {
  position: absolute;
  right: 0;
}
.formcreatorAb .btn:focus {
  opacity: 1!important;
}
.table.dtr-details td {
  text-align: left;
  font-size: 14px;
}
.font-medium {
  font-size: medium;
}
.font-small {
  font-size: small;
}
.font-large {
  font-size: large;
}
.font-x-large {
  font-size: x-large;
}
.tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.bs-tooltip-top .arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.enrollKeyGroup ol {
  list-style: none;
  margin-left: 20px;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.enrollKeyGroup ol li {
  list-style: decimal;
  margin-top: 15px;
}
.showNoteModal,
.showNoteModal2 {
  margin-left: 5px;
  border: 0;
  background: none;
}
.standardFormDisplayModal .modal-body,
#addAddressModal .modal-body,
#addContactModal .modal-body {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.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;
}
.m-t-7 {
  margin-top: 7px;
}
.action-form.nav > li {
  float: left;
}
.notVisableEle {
  width: 0;
  height: 0;
  overflow: hidden;
}
.w-100 {
  width: 100%!important;
}
.field-actions {
  z-index: 1;
}
.step-wizard .specialProgramsRequestTable p {
  margin-top: 5px;
}
.partialResults iframe {
  width: 100%!important;
}
.p-tb-50 {
  padding: 50px 0;
}
.x-panel-print ul {
  margin-left: 20px;
}
.x-panel-print ul li {
  list-style: disc;
}
.dashedBorder {
  border: 2px dashed #fc1501 !important;
}
.table .row1 .btn-showMore {
  min-width: 34px;
  margin: 0;
  float: left;
}
.row2 {
  clear: both;
}
.campusIdUl li {
  padding: 0 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  cursor: default;
  display: inline-block;
  background: #f3f3f3;
  color: #999;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 1px 5px 1px 0;
  float: left;
}
#viewFormDataTable tbody td {
  text-align: left;
}
#viewFormDataTable tbody td:first-child {
  text-align: center;
}
.docStorPopup {
  display: none;
  position: fixed;
  height: 540px;
  width: 700px;
  background: #FFFFFF;
  left: 50%;
  top: 30px;
  z-index: 999;
  margin-left: -350px;
  border: 1px solid #999;
  padding: 5px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px #999;
}
.docStorPopupClose {
  margin-bottom: 3px;
  color: #000;
  opacity: 0.2;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.docStorPopupClose:hover {
  color: #000;
  opacity: 0.5;
}
.docStorPopup .faspinner {
  height: 200px;
  line-height: 200px;
}
.popupMask {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #333;
  left: 0px;
  top: 0px;
  z-index: 100;
}
.adminLogin-wrap .collapse .dropdown .dropdown-menu li:last-child {
  display: none;
}
.form-group-intervals.has-feedback .form-control-feedback {
  top: 14px!important;
  right: 52px;
}
.adminLogin-wrap .panel-common .panel-heading h4 {
  font-weight: normal;
  font-style: italic;
}
.table-new {
  min-width: 1285px;
}
.table-new thead {
  border: 1px solid #999;
}
.table-new thead th {
  text-align: center!important;
  border: 1px solid #999 !important;
}
.table-new tbody td {
  text-align: center!important;
}
.table-new {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.table-scrollable::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.table-scrollable::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}
.table-scrollable::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dddddd;
  margin: 10px 0 !important;
  margin-top: -2px !important;
}
.desContent {
  margin-left: 0!important;
  margin-right: 0!important;
}
.desItem {
  border: 1px solid #999;
  padding: 20px 15px;
}
.modal.show .modal-dialog {
  transform: none;
}
.table {
  word-break: normal;
  border-radius: 10px;
  overflow: hidden;
}
.switch-detail .toggle.btn {
  min-width: 127px;
}
.calendar-legend1 .text-left {
  text-align: left;
}
.page-content .row,
.content-wrapper > .content .row {
  margin-right: -15px;
  margin-left: -15px;
}
.content-wrapper > .districtSetting-content.content .content-white {
  height: auto;
  min-height: auto;
}
.like-div {
  display: block;
  font-weight: normal;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.line-solid {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-bg-auto {
  height: auto!important;
  min-height: auto!important;
}
.dropdown-display,
.dropdown-display-label {
  border-radius: 15px;
}
.flexGroup {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.flexGroup.padding-0-15 {
  padding: 0 15px;
}
.btn-group-justified.flex {
  display: flex;
}
.btn-group-justified.flex .btn {
  flex: 1;
}
.input-group-sep {
  display: flex;
  align-items: center;
}
.customStepAll .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.ExistingFromData .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.customStepAll .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.ExistingFromData .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  margin-right: 12px;
}
.saveDates {
  margin-right: 10px;
}
.fade.show {
  display: block;
  opacity: 1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-right: 5px;
  margin-bottom: 5px;
}
.semester-selector-section .button-group,
.semester-selector-section .fDateGroup {
  padding: 0!important;
}
.content .campus-content .panel {
  background: #E8F2F4;
}
.content .campus-content .panel .panel-heading {
  background: transparent;
}
.content .schedule-content {
  background: #E8F2F4;
}
.content .student-profile-panel {
  background: rgba(52, 152, 219, 0.3) !important;
}
.checkbox-common .btn-group .btn-primary:first-child {
  border-radius: 5px 0 0 5px!important;
}
.checkbox-common .btn-group .btn-primary:last-child {
  border-radius: 0 5px 5px 0!important;
}
.dropdown-menu-campus {
  max-height: 500px;
  overflow-y: auto;
}
.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;
}
#unverfiedIcon2 {
  border-right: 1px;
  border-radius: 15px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.p-15 {
  padding: 15px !important;
}
.popover.bs-popover-right .popover-header {
  display: none;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover.bs-popover-right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bs-popover-right .popover-body button {
  background: #2381A5;
  color: #fff;
  border: 0;
  border-radius: 4px;
}
/*****AUS-17 fix apply button style*****/
.account-wrap .langSelect .langSelectInner li.applyBtn {
  position: relative;
  display: none!important;
}
.account-wrap .langSelect .langSelectInner li.applyBtn span {
  position: absolute;
  right: 109px;
  top: 10px;
  width: 221px;
  color: #fff;
}
.account-wrap .langSelect .langSelectInner li.applyBtn a {
  border-radius: 20px;
  padding: 5px!important;
  width: 110px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}
#loginBody .applyBtn {
  display: inline-block !important;
}
@media (min-width: 992px) {
  .desContent {
    display: flex;
  }
  .desItem:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
    max-width: 100%;
    padding: 0;
  }
  .modal-dialog .modal-content {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .modal-lg {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .desItem {
    margin-bottom: 15px;
  }
  .dropdown-menu-campus {
    max-height: 300px;
  }
}
@media screen and (min-width: 1201px) {
  .row1,
  .row2 {
    width: 196px;
    margin: 0 auto;
  }
  .campusIdUl {
    float: left;
  }
  .row3 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .row1,
  .row2 {
    display: none;
  }
  .row3 {
    display: block;
  }
}
@media (max-width: 992px) {
  .main-sidebar {
    margin-left: -300px;
  }
}
@media screen and (min-width: 768px) {
  .campusNewsImage {
    height: 143px;
    overflow: hidden;
  }
  .campusNewsImage img {
    width: 100%;
    height: auto;
  }
  .campusNewsImageWrap {
    height: 291px;
  }
  .control-label-title {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .chart-item,
  .chart-item .col-md-6 {
    display: flex;
  }
  .chart-item .panel-chart {
    width: 100%;
  }
  .studentEnrollments-text {
    height: 345px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1366px) {
  .panel-chart .chart-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chart-des-text {
    margin-top: 20px;
  }
  .standardFormDisplayModal .modal-body,
  #addAddressModal .modal-body,
  #addContactModal .modal-body {
    height: 450px;
  }
  .atten-content .calendar-legend1 h3 span {
    font-size: 15px!important;
  }
}
@media (max-width: 1200px) {
  .table.responsive-table {
    border: 0;
  }
  .table.responsive-table thead {
    display: none;
    background: none;
  }
  .table.responsive-table thead.sortHead {
    display: block;
    margin-bottom: 15px;
  }
  .table.responsive-table thead.sortHead tr {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .table.responsive-table thead.sortHead tr td,
  .table.responsive-table 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 thead.sortHead tr td.sorting_disabled,
  .table.responsive-table thead.sortHead tr th.sorting_disabled {
    display: none;
  }
  .table.responsive-table thead.sortHead tr td br,
  .table.responsive-table thead.sortHead tr th br {
    display: none;
  }
  .table.responsive-table thead.sortHead tr td span,
  .table.responsive-table thead.sortHead tr th span {
    align-self: center;
  }
  .table.responsive-table tr,
  .table.responsive-table td {
    display: block;
    box-sizing: border-box;
  }
  .table.responsive-table tbody tr {
    flex-wrap: wrap;
    display: flex;
    width: 100% !important;
    border-bottom: 2px solid #eee;
    border-top: 1px solid #eee;
  }
  .table.responsive-table tr {
    margin-bottom: 15px;
  }
  .table.responsive-table 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 td.td-title {
    display: none;
  }
  .table.responsive-table td:first-child {
    border-top: 1px solid #eee;
  }
  .table.responsive-table 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 td.dataTables_empty {
    text-align: center;
  }
  .table.responsive-table td.dataTables_empty::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .documentManagement-content .p-lr-3 {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .wrapper {
    height: calc(100vh - 140px);
  }
  .main-footer {
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .campusNewsImage img {
    width: 100%;
    height: auto;
  }
  .docStorPopup {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .admin-content .sw-theme-dots > ul.step-anchor > li.active > a:after,
  .admin-content .sw-theme-dots > ul.step-anchor > li > a:after,
  .admin-content .sw-theme-dots > ul.step-anchor > li.done > a:after {
    top: -19px;
  }
  #saveChangesForm .col-xs-11 {
    width: 89%;
  }
}
@media (max-width: 481px) {
  .form-wrap.form-builder .stage-wrap.empty {
    min-height: 400px!important;
  }
}
@media screen and (max-width: 405px) {
  .wrapper {
    height: calc(100vh - 160px);
  }
}
.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;
}
.main-sidebar .sidebar .nav-link[disabled] {
  pointer-events: none;
  color: #999;
  cursor: not-allowed;
}
.main-sidebar .sidebar li:hover .nav-link[disabled],
.main-sidebar .sidebar li.menu-open .nav-link[disabled] {
  color: #999 !important;
}
.main-sidebar .sidebar .nav-link[disabled] .right {
  opacity: 0.5;
}
.nav-link {
  display: block;
  padding: 0.5rem 5px;
  background: none;
  border: 0;
}
.nav-link:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.update-relative {
  position: relative;
}
.updatenavbar {
  width: 150px;
  word-break: break-word;
  white-space: initial!important;
}
.new-status {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 8px !important;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 0.5rem;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-radius: 0;
}
.navbar.nav_title {
  height: 55px;
  background: #404041;
  padding: 0;
  width: 300px;
  -moz-transition: visibility 200ms linear, opacity 200ms linear, margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: visibility 200ms linear, opacity 200ms linear, margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: visibility 200ms linear, opacity 200ms linear, margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: visibility 200ms linear, opacity 200ms linear, margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  visibility: visible;
}
.navbar.nav_title .site-title {
  text-overflow: ellipsis;
  font-weight: 400;
  margin-left: 0;
  font-size: 22px;
  padding-left: 10px;
  border: none;
  line-height: 45px;
  display: inline-block;
  height: 55px;
  overflow: hidden;
}
.navbar.nav_title .site-title img {
  max-height: 40px;
  vertical-align: middle;
  margin-top: 7px;
}
.navbar .navbar-toggler {
  display: none;
}
.navbar .navbar-collapse {
  display: flex;
  flex-basis: auto;
}
.navbar .navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-direction: row;
}
@media (max-width: 600px) {
  .navbar .navbar-nav {
    padding: 0;
  }
}
.navbar .navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
}
.navbar .navbar-nav .messageDropdown .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .navbar-nav .nav-link {
  padding: 15px 12px!important;
}
.navbar .navbar-nav .nav-link.help-link {
  padding: 18px 12px!important;
}
.navbar .navbar-nav .nav-link.dropdown {
  padding: 13px 0!important;
}
@media (max-width: 600px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 10px;
  }
}
.navbar .navbar-nav .nav-link:hover {
  background-color: #d9dee4;
  color: #333;
}
.navbar .navbar-nav .nav-link i.fa-bars {
  font-size: 22px;
}
.navbar .navbar-nav .menuList:hover {
  background-color: transparent;
}
.navbar .navbar-nav #globalSet {
  height: 23px;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 15px;
}
.sidebar .nav-link {
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.sidebar-collapse .main-sidebar,
.sidebar-collapse .main-sidebar:before {
  margin-left: -300px;
}
.sidebar-collapse .navbar .navbar-nav .nav-link:hover {
  background-color: #468;
}
.sidebar-collapse .navbar .navbar-nav .nav-link.menuList:hover {
  background-color: transparent;
}
body.sidebar-open .wrapper .main-header .navbar-nav.menuIconList {
  height: auto;
}
@media (max-width: 1279px) {
  .main-sidebar {
    box-shadow: none !important;
  }
  .sidebar-mini.sidebar-open .navbar.nav_title {
    width: 300px;
  }
  .sidebar-open .main-sidebar {
    margin-left: 0;
  }
  .sidebar-mini .main-sidebar .sidebar {
    width: 300px;
  }
  .sidebar-mini .main-header .navbar-nav .nav-item .dropdown {
    padding: 10px 0;
  }
}
.user-panel {
  position: relative;
  display: flex;
}
.user-panel,
.user-panel .info {
  overflow: hidden;
  white-space: nowrap;
}
.user-panel .image {
  display: inline-block;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  border-radius: 50%;
  background-color: #d8d0ce;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.user-panel .image a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #2a3f54 !important;
  display: block;
  line-height: 80px;
  text-align: center;
  font-size: 42px;
}
.user-panel .image a .fa {
  line-height: 80px;
}
.user-panel img {
  width: 100%;
  height: 100%;
}
.user-panel .info {
  padding: 10px;
  font-size: 14px;
  width: 186px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 5px;
}
.nav-sidebar .nav-item > .nav-link {
  position: relative;
  margin-bottom: 0;
}
.nav-sidebar .nav-item > .nav-link:focus,
.nav-sidebar .nav-item > .nav-link:focus {
  background: transparent;
}
.nav-sidebar .nav-item > .nav-link .right {
  transition: transform ease-in-out 0.3s;
}
.nav-sidebar .nav-link > .nav-right-part > .right {
  position: absolute;
  right: 1rem;
  top: 12px;
  font-size: 30px;
  font-weight: bold;
}
.nav-sidebar .menu-open > .nav-treeview {
  display: block;
}
.nav-sidebar > .nav-item {
  margin-bottom: 0;
  display: block;
  width: 100%;
  -moz-transition: width 0s linear, visibility 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: width 0s linear, visibility 0.3s ease-in, opacity 0.3s ease-in;
  -webkit-transition: width 0s linear, visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0s linear, visibility 0.3s ease-in, opacity 0.3s ease-in;
}
.nav-sidebar > .nav-item button.nav-link {
  background: none;
}
.nav-sidebar > .nav-item .nav-icon {
  text-align: center;
  width: 1.6rem;
  font-size: 1.6rem;
  margin-right: 0.2rem;
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
  width: 1.6rem;
}
.nav-sidebar .nav-link .nav-right-part {
  display: inline-block;
  margin: 0;
}
.nav-pills > li > a {
  border-radius: 0;
}
.main-header .navbar-nav .nav-item .dropdown .btn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.sidebar-dark-primary .nav-sidebar > .nav-item:hover > .nav-link {
  background: transparent;
}
.sidebar-dark-primary .nav-sidebar > .nav-item.has-treeview.menu-open > .nav-link {
  text-shadow: rgba(0, 0, 0, 0.95) 0 -1px 0;
  box-shadow: rgba(0, 0, 0, 0.75) 0 1px 0, rgba(0, 0, 0, 0.95) 0 1px 0;
}
.sidebar-dark-primary .nav-sidebar > .nav-item.has-treeview > .nav-treeview .nav-link .nav-right-part {
  font-size: 13px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item.has-treeview > .nav-treeview .nav-link p {
  font-size: 13px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-treeview {
  background: 0 0;
}
.sidebar-dark-primary .nav-header {
  color: #fff;
  background: inherit;
}
.sidebar-dark-primary .sidebar a {
  color: #fff;
}
.sidebar-dark-primary .sidebar a:hover {
  text-decoration: none;
}
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link {
  padding: 8px 10px;
}
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link:hover {
  background-color: transparent;
}
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active,
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active:hover {
  background-color: transparent;
}
.side-menu.onlineRegBar {
  display: contents!important;
}
.side-menu li.online-reg-form-link {
  display: flex;
  align-content: space-between;
  align-items: baseline;
  margin: 0;
  height: 80px;
  padding: 16px 0;
  width: 100%;
}
.side-menu li.online-reg-form-link:hover {
  text-shadow: rgba(0, 0, 0, 0.95) 0 -1px 0;
  box-shadow: rgba(0, 0, 0, 0.75) 0 1px 0, rgba(0, 0, 0, 0.95) 0 1px 0;
}
.nav.side-menu > li.online-reg-form-link .step-number {
  background-color: rgba(166, 16, 34, 0.88);
  color: #fff;
  box-shadow: 1px 0 3px #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  margin-left: 5px;
  font-size: 22px;
  align-self: center;
  flex: 1 1 0.5em;
  border-radius: 0 75% 75% 0;
  margin-bottom: 6px;
}
.side-menu > li.online-reg-form-link.active .step-number {
  background-color: rgba(247, 190, 90, 0.88);
  color: #fff;
  box-shadow: 1px 0 5px #fff;
}
.side-menu li.online-reg-form-link a {
  padding-left: 5px;
  align-self: center;
  flex: 10 1 auto;
}
.side-menu li.online-reg-form-link a:hover {
  background: transparent;
}
.side-menu li.online-reg-form-link a:focus {
  background: transparent !important;
}
.side-menu > li.online-reg-form-link.active {
  text-shadow: rgba(0, 0, 0, 0.95) 0 -1px 0;
  box-shadow: rgba(0, 0, 0, 0.75) 0 1px 0, rgba(0, 0, 0, 0.95) 0 1px 0;
}
.current-page > a {
  text-shadow: rgba(0, 0, 0, 0.95) 0 -1px 0;
  box-shadow: rgba(0, 0, 0, 0.75) 0 1px 0, rgba(0, 0, 0, 0.95) 0 1px 0;
}
.form-status {
  margin-top: 15px;
  margin-right: 5px;
  padding: 5px;
  background-color: #707070;
}
@media (min-width: 1280px) {
  .sidebar-mini .nav-sidebar,
  .sidebar-mini .nav-sidebar .nav-link,
  .sidebar-mini .nav-sidebar > .nav-header {
    white-space: nowrap;
    overflow: hidden;
  }
  .sidebar-mini.sidebar-collapse .d-hidden-mini {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p,
  .sidebar-mini.sidebar-collapse .sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .nav-link .i-word {
    opacity: 0;
    margin-left: -10px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .navbar.nav_title {
    width: 0;
  }
  .sidebar-mini.sidebar-collapse .main-header {
    left: 0;
  }
  .sidebar-mini.sidebar-collapse .navbar .navbar-nav .nav-link i,
  .sidebar-mini.sidebar-collapse .main-header .navbar-nav .nav-item .dropdown .btn {
    color: #fff;
  }
  .sidebar-mini.sidebar-collapse .navbar .navbar-nav .nav-link .dropdown-menu-right i {
    color: #333;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar-nav .nav-item .dropdown .btn:focus,
  .sidebar-mini.sidebar-collapse .main-header .navbar-nav .nav-item:hover {
    box-shadow: none;
  }
  .sidebar-mini.sidebar-collapse .visible-sidebar-mini {
    display: block !important;
  }
}
.nav-sidebar {
  position: relative;
}
.nav-sidebar:hover {
  overflow: visible;
}
.nav-sidebar > .nav-header,
.sidebar-form {
  overflow: hidden;
  text-overflow: clip;
}
.nav-sidebar .nav-item > .nav-link > .float-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.sidebar .nav-link .nav-right-part,
.sidebar .user-panel .info {
  transition: margin-left 0.3s linear, opacity 0.5s ease;
  font-size: 16px;
}
@media (min-width: 1201px) {
  .main-sidebar .menuIconList {
    display: none;
    transition: left 0.3s ease-in-out;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .sidebar .nav-link .nav-right-part,
  .sidebar .user-panel .info {
    transition: none;
  }
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.navbar-badge {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 5px;
  color: #fff;
  background-color: rgba(235, 49, 71, 0.88);
}
.main-header {
  border-bottom: 1px solid #dee2e6;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to right, #322405, #644709);
  height: 56px;
  border-bottom: 1px solid #d9dee4;
  transition: left 0.3s ease-in-out, background-color 220ms linear;
}
.main-header .nav-logo {
  max-height: 50px;
  margin-right: 10px;
  text-align: center;
}
.main-header .nav-logo img {
  max-height: 50px;
  max-width: 220px;
}
@media (max-width: 425px) {
  .main-header .nav-logo img {
    max-width: 150px;
  }
}
@media (max-width: 374px) {
  .main-header .nav-logo {
    display: none;
  }
}
.main-header .nav-right {
  margin-left: auto;
}
.main-header .nav-right .nav-item {
  display: flex;
  align-items: center;
}
.main-sidebar {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  z-index: 99;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 300px;
}
.main-sidebar .sidebar {
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 101px);
  width: 300px;
}
.main-sidebar .sidebar .navbar-nav.menuIconList {
  display: none;
}
.main-sidebar .sidebar .nav-logo {
  display: none;
  text-align: center;
  padding: 10px;
  background: #fff;
}
.main-sidebar .sidebar .nav-logo img {
  max-width: 90%;
  max-height: 40px;
}
@media (max-width: 374px) {
  .main-sidebar .sidebar .nav-logo {
    display: block;
  }
}
.main-sidebar .sidebar .user-panel {
  padding: 10px;
  margin-bottom: 20px;
}
.main-sidebar .sidebar .user-panel .info {
  color: #fff;
}
.main-sidebar .sidebar .user-panel .info span {
  color: #b7b7b7;
  line-height: 30px;
  display: block;
  margin-top: 10px;
}
.main-sidebar .sidebar .user-panel .info h2 {
  font-size: 14px;
  margin: 0;
  white-space: normal;
}
.main-sidebar .sidebar .menu-section h3 {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 14px;
}
.main-sidebar .sidebar .menu-section h3.menu-title {
  height: 1.5em;
  line-height: 1.5em;
}
.main-sidebar .sidebar .menu-section h3.menu-title .btn {
  background: rgba(245, 130, 51, 0) !important;
  border-width: 1px!important;
  margin-right: 7px;
}
.main-sidebar .sidebar .menu-section ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-sidebar .sidebar .menu-section ul li {
  position: relative;
  display: block;
}
.main-sidebar .sidebar .menu-section ul li span {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
}
.main-sidebar .sidebar .nav-link {
  display: flex;
  align-items: center;
  padding: 16px;
  border-right: 5px solid transparent;
}
.main-sidebar .sidebar .nav-link p {
  white-space: normal;
}
.main-sidebar .sidebar .nav-link .nav-icon {
  margin-right: 10px;
}
.main-sidebar .sidebar .has-treeview > .nav-link p {
  white-space: normal;
  padding-right: 20px;
}
.main-sidebar .sidebar .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}
.main-sidebar .sidebar .nav.nav-treeview {
  display: none;
  list-style: none;
  padding: 0;
}
.main-sidebar .sidebar .nav.nav-treeview .nav-item {
  padding-left: 35px;
}
.main-sidebar .sidebar .nav.nav-treeview .nav-item.current-page {
  border-right: none;
}
.main-sidebar .sidebar .nav.nav-treeview .nav-item.current-page a {
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.main-sidebar .sidebar .nav.nav-treeview .nav-item::before {
  border-radius: 50%;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  background: gray;
}
.main-sidebar .sidebar .nav.nav-treeview .nav-item::after {
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0;
  border-left: 1px solid gray;
}
.main-sidebar .sidebar .nav.nav-treeview .fa {
  font-size: 12px!important;
  text-transform: uppercase;
}
.main-sidebar .sidebar-btm {
  display: flex;
  background: #404041;
  align-items: center;
  justify-content: space-between;
  height: 45px;
}
.main-sidebar .sidebar-btm li {
  flex: 1;
  text-align: center;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.main-sidebar .sidebar-btm li:hover {
  background: #454546;
}
.main-sidebar .sidebar-btm a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}
.userMaintenance .main-sidebar {
  transition: none;
}
.userMaintenance .main-sidebar.showAnimate {
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
}
.userMaintenance .main-header {
  transition: none;
}
.userMaintenance .main-header.showAnimate {
  transition: left 0.3s ease-in-out, background-color 220ms linear;
}
.userMaintenance .navbar.nav_title {
  transition: none;
}
.userMaintenance .navbar.nav_title.showAnimate {
  transition: visibility 200ms linear, opacity 200ms linear, margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
}
.logoutBtn {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
}
@media (min-width: 1200px) {
  .content-wrapper {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 300px;
    z-index: 3000;
  }
  .sidebar-collapse .main-header {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .content-wrapper,
  .main-footer,
  .main-header {
    transition: none;
  }
}
@media (max-width: 1199px) {
  .sidebar-mini .main-sidebar .sidebar {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1279px) {
  .sidebar-collapse .main-header .navbar-nav .nav-item .dropdown .btn {
    color: #fff;
  }
  .sidebar-collapse .main-header .nav-link {
    color: #fff;
  }
  .sidebar-mini.sidebar-open .main-header {
    background: #ededed;
  }
}
@media (max-width: 1199px) {
  .sidebar-mini.sidebar-collapse .main-header {
    left: 0;
  }
  .main-header {
    left: 0;
  }
  .main-header .nav-link {
    color: #fff;
  }
  .main-header .navbar-nav .nav-item .dropdown .btn {
    color: #fff;
  }
  .sidebar-open .main-header .navbar-nav .nav-item .dropdown .btn {
    color: #666;
    background-color: transparent;
    border: none;
  }
  .sidebar-open .main-header .nav-link {
    color: #666;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .main-sidebar,
  .main-sidebar:before {
    transition: none;
  }
}
@media (max-width: 767px) {
  body.sidebar-open .wrapper .main-header .navbar-nav {
    display: flex!important;
  }
}
@media (max-width: 991.98px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .page-content {
    margin-left: 300px;
  }
}
.nav-right-part {
  position: static!important;
}
.nav-right-part .i-word {
  font-style: normal;
}
.main-sidebar .sidebar .nav-link > p {
  display: inline-block;
  margin: 0;
  transition: margin-left 0.3s linear, opacity 0.5s ease;
  font-size: 16px;
}
.main-sidebar .sidebar .nav-admin {
  min-height: calc(100vh - 235px);
}
.main-sidebar .sidebar .version-Info {
  padding: 16px;
  color: #fff;
}
.main-sidebar .sidebar .nav-sidebar .nav-link {
  display: flex;
  align-items: center;
  padding: 16px;
  border-right: 5px solid transparent;
  position: relative;
  margin-bottom: 0;
}
.main-sidebar .sidebar .nav-sidebar .nav-link .nav-right-part,
.main-sidebar .sidebar .nav-sidebar .nav-link p {
  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-sidebar .nav-link .nav-right-part .right,
.main-sidebar .sidebar .nav-sidebar .nav-link p .right {
  position: absolute;
  right: 1rem;
  top: 12px;
  font-size: 30px;
  font-weight: bold;
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-link .nav-right-part,
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-link p {
  font-size: 16px;
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-link .nav-right-part .i-word,
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-link p .i-word {
  font-style: normal;
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item .right {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item.menu-open .right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item > .nav-link {
  padding: 8px 10px;
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item > .nav-link .nav-right-part,
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item > .nav-link p {
  font-size: 13px;
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item.has-treeview > .nav-treeview > .nav-item > .nav-link {
  padding: 8px 10px;
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item.has-treeview > .nav-treeview > .nav-item > .nav-link .nav-right-part,
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item.has-treeview > .nav-treeview > .nav-item > .nav-link p {
  font-size: 13px;
}
.scroll_wrap .scroll_bar {
  display: none;
}
.main-sidebar nav {
  margin-top: 0;
}
.main-footer {
  justify-content: flex-end;
}
.main-sidebar .sidebar .nav-sidebar > .nav-item.has-treeview > .nav-treeview > .nav-item > button.nav-link {
  width: 100%;
}
.border-r-none {
  border-right: none!important;
}
.account-wrap {
  min-height: 100vh;
  padding-top: 0;
  background: #f4f6f9;
}
.account-wrap .account-header {
  display: flex;
  align-items: center;
  height: 70px;
  flex: 0 0 60px;
  width: 100%;
  padding: 0 20px;
}
.account-wrap .account-header .logo-sm {
  display: none;
}
.account-wrap .account-header .logo {
  max-height: 40px;
}
.account-wrap .account-header img {
  max-height: 100%;
}
.account-wrap .account-header .header-btn {
  flex: 1;
  text-align: right;
  padding-right: 15px;
}
.account-wrap .account-header #globalSet {
  height: 23px;
  padding: 3px 5px;
  font-size: 12px;
}
.account-wrap .account-top {
  min-height: calc(100vh - 60px);
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-wrap .account-top .account-inner {
  background: #fff;
  display: flex;
  width: 1100px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.account-wrap .account-top .account-inner.sm {
  max-width: 380px;
  padding: 20px;
  background-color: #fff;
  margin: 20px 10px;
  display: block;
}
@media (max-width: 375px) {
  .account-wrap .account-top .account-inner.sm {
    padding: 20px 10px;
  }
}
.account-wrap .account-top .account-inner.sm .tab-head {
  display: flex;
  margin-bottom: 15px;
}
.account-wrap .account-top .account-inner.sm .tab-head .tab-item {
  margin: 5px;
}
@media (max-width: 375px) {
  .account-wrap .account-top .account-inner.sm .tab-head .tab-item {
    margin: 5px 0;
  }
  .account-wrap .account-top .account-inner.sm .tab-head .tab-item:first-child {
    margin-right: 10px;
  }
}
.account-wrap .account-top .account-inner.sm #resetPassword {
  display: none;
}
.account-wrap .account-top .account-inner.sm .account-btn {
  margin-top: 20px;
}
.account-wrap .account-top .account-inner.sm .account-btn .btn {
  width: 100%;
}
.account-wrap .account-top .account-inner .account-left {
  flex: 0 0 700px;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-wrap .account-top .account-inner .account-left img {
  height: 100%;
}
.account-wrap .account-top .account-inner .account-box {
  flex: 0 0 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-wrap .account-top .account-inner .account-box .card {
  margin: 0 auto;
}
.account-wrap .account-top .account-inner .account-logo {
  display: none;
}
@media (max-width: 1100px) {
  .account-wrap .account-top .account-inner {
    width: 100%;
    flex-flow: column;
    box-shadow: none;
    background: none;
    overflow: initial;
    padding-bottom: 35px;
  }
  .account-wrap .account-top .account-inner .account-left {
    display: none;
  }
  .account-wrap .account-top .account-inner .account-box {
    display: block;
  }
  .account-wrap .account-top .account-inner .account-logo {
    display: block;
  }
}
.account-wrap .main-footer {
  flex: 0 0 auto;
  margin: 0;
}
.account-box {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 380px) {
  .account-box {
    max-width: 90%;
    padding-top: 25px;
  }
}
.account-box .account-logo {
  height: 100px;
  text-align: center;
  margin-bottom: 25px;
}
.account-box .account-logo img {
  max-height: 100%;
}
.account-box .card .title {
  font-size: 22px;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
}
.account-box .card .account-btn {
  margin-top: 35px;
}
.content-wrapper {
  min-height: calc(100vh - 117px) !important;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.main-footer {
  padding: 15px;
  color: #555;
  border-top: 1px solid #dee2e6;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 45px;
}
.main-footer .footer-word {
  flex: 1;
}
.main-footer .footer-logo {
  flex: 0 0 230px;
}
.main-footer .footer-logo img {
  height: 30px;
}
@media (max-width: 991px) {
  .main-footer {
    display: block;
    text-align: center;
    height: auto;
    line-height: 1;
  }
  .main-footer > strong {
    display: block;
  }
  .main-footer > strong:first-child {
    margin-bottom: 10px;
  }
  .main-footer > strong:last-child {
    margin-top: 10px;
  }
  .main-footer .footer-logo {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.content-header {
  padding: 15px 0.5rem;
}
.content-header h1 {
  font-size: 1.8rem;
  margin: 0;
}
.content-header .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: 0 0;
  line-height: 1.8rem;
}
.main-header {
  z-index: 90;
}
.main-header .navbar-nav .nav-item {
  margin: 0;
}
.main-header .navbar-nav .nav-item i {
  font-size: 18px;
}
.main-header .navbar-nav .nav-item .dropdown {
  padding: 10px 0;
}
.main-header .navbar-nav .nav-item .dropdown-menu {
  width: 220px;
}
.main-header .navbar-nav .nav-item .dropdown-menu a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.main-header .navbar-nav .nav-item .dropdown-menu i {
  font-size: 14px;
}
.main-header .navbar-nav .nav-item .dropdown .btn:focus,
.main-header .navbar-nav .nav-item:hover {
  background-color: transparent;
  box-shadow: none;
}
.main-header .navbar-nav .nav-item .dropdown .btn:focus .btn,
.main-header .navbar-nav .nav-item:hover .btn {
  color: #333;
}
.main-header .nav-link {
  position: relative;
}
.content-wrapper {
  background: #f8f8f8;
  overflow: hidden;
}
.content-bg > .x-panel > .x-content {
  border: 1px solid #e6e9ed;
}
.m-lr-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.p-l-none {
  padding-left: 0 !important;
}
.p-r-none {
  padding-right: 0 !important;
}
.content-wrapper > .content {
  margin: 0 15px;
}
.content-wrapper > .content .section-title {
  color: #000;
  margin: 30px 0;
  font-weight: normal;
}
.content-wrapper > .content .section-title .btn {
  margin: 3px;
}
@media (max-width: 500px) {
  .content-wrapper > .content .section-title .right-btn {
    float: none;
  }
}
.content-wrapper > .content .content-bg {
  padding: 0;
  min-height: calc(100vh - 280px);
  margin-bottom: 40px;
}
.content-wrapper > .content .content-bg.no-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 375px) {
  .content-wrapper > .content .content-bg {
    padding: 15px 5px;
  }
}
.content-wrapper > .content .content-white {
  padding: 15px;
  margin-bottom: 40px;
}
.content-wrapper > .content .content-white.no-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 375px) {
  .content-wrapper > .content .content-white {
    padding: 15px 5px;
  }
}
@media (max-width: 375px) {
  .content-wrapper > .content {
    margin: 0 5px;
  }
}
.fc-scroller {
  height: initial !important;
}
#calendar {
  margin: 25px 0;
}
#requestForm {
  margin: 0;
}
.requestForm .dateValidator {
  display: none;
}
.requestForm .btm-button {
  margin-top: 30px;
}
.requestForm .btm-button .btn {
  width: 200px;
}
@media (max-width: 991.98px) {
  .requestForm {
    margin: 20px auto;
  }
}
.date-group {
  display: flex;
}
.date-group .calendar-left {
  flex: 1;
  padding-right: 10px;
}
.date-group .time-right {
  flex: 1;
}
.date-group .toAmPm {
  min-width: 55px;
}
.searchForm {
  display: flex;
}
.searchForm .form-group {
  flex: 1;
  padding: 10px;
  margin-bottom: 0;
}
.searchForm .form-group.flex-auto {
  flex: 0 0 auto;
  margin-bottom: 10px;
}
.searchForm .form-group.flex-auto .form-control {
  width: 200px;
}
.searchForm .form-group.flex-auto .btn {
  margin: 0 5px;
}
.searchForm .form-group.in-line {
  display: flex;
  align-items: center;
}
.searchForm .form-group.in-line .form-title {
  flex: 0 0 auto;
}
.searchForm .form-group.in-line .form-control {
  max-width: 200px;
}
.searchForm .form-group.btn-group {
  flex: 0 0 100px;
}
.searchForm .form-group.btn-group .btn {
  width: 100%;
  height: 33px;
  padding: 0;
  line-height: 33px;
}
@media (max-width: 600px) {
  .searchForm {
    display: block;
    margin-bottom: 10px;
  }
  .searchForm .form-group {
    padding: 0;
  }
}
.showSelectSupervisor {
  padding: 0 10px;
  margin-bottom: 15px;
}
.EMP-detail {
  font-size: 12px;
}
.EMP-detail .desc-enroll {
  font-size: 14px;
  margin-bottom: 25px;
}
.EMP-detail .setApprovers-list .form-group {
  margin: 0;
}
.EMP-detail .setApprovers-list thead th,
.EMP-detail .setApprovers-list thead td {
  text-align: center;
}
.EMP-detail .setApprovers-list tbody td {
  text-align: center;
  vertical-align: middle;
}
.EMP-detail .setApprovers-list tbody td.no-title {
  text-align: right;
}
.EMP-detail .setApprovers-list tbody td.no-title::before {
  display: none;
}
.EMP-detail .table-top-title {
  font-size: 15px;
  color: #2a3f54;
}
.EMP-detail .sub-title {
  font-weight: bold;
  font-size: 20px;
}
.EMP-detail .info-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.EMP-detail .info-block.lg-title .info-flex-item .info-title {
  width: 290px;
  white-space: normal;
  word-break: break-word;
}
.EMP-detail .info-block.lg-title .info-flex-item.left-info .info-title {
  width: 240px;
}
.EMP-detail .info-block.positions .info-flex-item {
  justify-content: space-between;
}
.EMP-detail .info-block.positions .info-flex-item .info-content {
  text-align: right;
}
.EMP-detail .info-block .info-item {
  flex: 1;
}
.EMP-detail .employee-info-table {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 768px) {
  .EMP-detail .employee-info-table td,
  .EMP-detail .employee-info-table th {
    display: block;
  }
}
.EMP-detail .earning-left-table {
  width: 100%;
}
.EMP-detail .total-tr {
  background-color: #f5f5f5;
  font-weight: bold;
}
.EMP-detail .earning-line {
  display: none;
}
.EMP-detail .earning-line .star-line {
  width: 100%;
  overflow: hidden;
}
.EMP-detail .earning-line td {
  border: 0;
  padding: 0;
}
.EMP-detail .tips-table {
  width: 50%;
  padding-left: 20px;
}
.EMP-detail .total-table {
  width: 50%;
  padding-right: 20px;
}
.EMP-detail .earning-detail {
  display: none;
}
.EMP-detail .deduction-table {
  display: none;
}
.EMP-detail .earning-title-table td,
.EMP-detail .earning-title-table th {
  padding: 3px 5px;
}
.EMP-detail.w-2 .boxtitle {
  font-weight: bold;
}
.EMP-detail.w-2 .word-table br {
  display: block;
  margin-bottom: 15px;
}
.EMP-detail.info-1095 .money-table td,
.EMP-detail.info-1095 .money-table th {
  min-width: 70px;
}
.EMP-detail.info-1095 .money-table td.tr-title,
.EMP-detail.info-1095 .money-table th.tr-title {
  max-width: 150px;
}
@media (max-width: 768px) {
  .EMP-detail.info-1095 .money-table td.tr-title,
  .EMP-detail.info-1095 .money-table th.tr-title {
    max-width: initial;
  }
}
@media (max-width: 1300px) {
  .EMP-detail.info-1095 .money-table td,
  .EMP-detail.info-1095 .money-table th {
    min-width: initial;
  }
}
@media (max-width: 768px) {
  .EMP-detail .info-block {
    display: block;
  }
  .EMP-detail .info-flex-item .info-title {
    flex: 1;
  }
  .EMP-detail .info-flex-item .info-content {
    flex: 0 0 auto;
  }
  .EMP-detail .simple-info .info-block {
    display: block;
  }
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item .info-title,
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item.left-info .info-title {
    width: 220px;
  }
}
@media (max-width: 830px) {
  .EMP-detail .total-table {
    width: 100%;
    padding-right: 0;
  }
  .EMP-detail .tips-table {
    width: 100%;
    padding-left: 0;
  }
  .EMP-detail .earning-detail {
    display: block;
  }
  .EMP-detail .deduction-table {
    display: block;
  }
  .EMP-detail .totalDeductionsBtn,
  .EMP-detail .totalEarningBtn {
    display: none;
  }
}
@media (max-width: 425px) {
  .EMP-detail .table th,
  .EMP-detail .table td {
    padding: 3px;
  }
}
.note-list .note-item {
  display: flex;
  font-size: 14px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.note-list .note-item:hover {
  background-color: #fbfbfb;
}
.note-list .note-item:last-child {
  border-bottom: 0;
}
.note-list .note-item .msg {
  flex: 1;
  color: #2e2e2e;
}
.note-list .note-item .note-btn {
  padding-left: 15px;
  font-size: 13px;
  color: #9e9e9e;
}
.note-list .note-item .fa {
  line-height: 1.5;
}
.note-list .note-item .fa.left-fa {
  padding-right: 15px;
}
.info-flex-item {
  display: flex;
  flex: 1;
}
.info-flex-item:after {
  content: '';
  display: block;
  clear: both;
}
.info-flex-item .info-title {
  font-weight: bold;
  padding-right: 10px;
  white-space: normal;
  word-break: break-word;
  float: left;
}
.info-flex-item .info-content {
  float: left;
  padding-right: 10px;
  white-space: normal;
  word-break: break-word;
}
.self-insured-flex {
  justify-content: space-between;
  margin-bottom: 15px;
}
.self-insured-flex .self-insured-tips {
  flex: 1;
  padding-right: 30px;
}
.self-insured-flex .self-insured-check {
  flex: 0 0 auto;
  padding-right: 15px;
}
.self-insured-flex .self-insured-time {
  flex: 0 0 auto;
}
@media (max-width: 630px) {
  .self-insured-flex {
    display: block;
  }
  .self-insured-flex .self-insured-tips,
  .self-insured-flex .self-insured-check,
  .self-insured-flex .self-insured-time {
    margin-bottom: 5px;
    padding: 0;
  }
}
.commentsList p {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1;
}
.print-title {
  text-align: center;
  color: #000;
}
.hr-black {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 10px 0;
}
.print-block {
  display: none;
}
.print-td {
  display: none;
}
.print-tr {
  display: none;
}
.print-table-header {
  margin-bottom: 15px;
}
.table.print-table {
  font-size: 12px;
}
#leaveBalanceSummary,
#leaveBalanceSummaryStatic {
  display: none;
}
#leaveBalanceSummary.active,
#leaveBalanceSummaryStatic.active {
  display: table-cell;
}
.showBalanceBtn {
  display: block;
  height: 19px;
  line-height: 19px;
  font-weight: bold;
  width: 30px;
  text-align: center;
}
.showBalanceBtn .fa {
  font-weight: bold;
}
.showBalanceBtn .fa-angle-double-up {
  display: none;
}
.showBalanceBtn.active .fa-angle-double-up {
  display: block;
}
.showBalanceBtn.active .fa-angle-double-down {
  display: none;
}
#approveForm .action-group {
  display: flex;
}
#approveForm .action-group label {
  padding: 5px 10px;
}
#approveForm .supervisorComment {
  display: none;
}
#approveForm .error-hint {
  display: none;
}
@media (max-width: 450px) {
  #approveForm .action-group {
    display: block;
  }
  #approveForm .action-group label {
    display: block;
  }
}
.print-check-disabled {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  font-size: 16px;
  margin: 3px;
}
.print-check-disabled .fa {
  display: block;
  line-height: 13px;
}
.print-block-table {
  display: none;
}
.checkBoxOld {
  width: 15px;
  height: 15px;
}
.hidden {
  display: none;
}
.notFound .header-btn {
  visibility: hidden;
}
.notFoundBox {
  min-height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 50px 10px;
}
.notFoundBox .inner {
  text-align: center;
}
.notFoundBox .inner .word {
  margin-bottom: 25px;
  font-size: 20px;
  margin-top: 0;
}
.notFoundBox .inner img {
  max-width: 500px;
  width: 100%;
}
@media print {
  .print-block-table {
    display: table;
  }
  body {
    color: #000;
  }
  input[type='checkbox'] {
    width: 18px;
    height: 18px;
    border: 1px solid #000;
  }
  .EMP-detail .sub-title {
    font-size: 15px;
    margin-top: 25px;
  }
  .EMP-detail .sub-title .highlight {
    font-size: 16px;
  }
  .EMP-detail .info-block {
    display: flex !important;
  }
  .EMP-detail .info-block .info-flex-item {
    display: block;
  }
  .EMP-detail .info-block.positions .info-flex-item {
    display: block;
  }
  .EMP-detail .info-block.positions .info-flex-item .info-content {
    float: right;
  }
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item .info-title {
    width: 230px;
  }
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item.left-info .info-title {
    width: 180px !important;
  }
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item.left-info .info-content {
    width: 150px;
  }
  .EMP-detail .simple-info .info-block.first-block .info-flex-item.left-info .info-title {
    width: 180px !important;
  }
  .EMP-detail .simple-info .info-block.first-block .info-flex-item.left-info .info-content {
    width: initial;
  }
  .EMP-detail .simple-info .info-block.first-block .info-flex-item.right-first {
    display: none;
  }
  .EMP-detail .employee-info-table td,
  .EMP-detail .employee-info-table th {
    line-height: 1;
    padding: 3px 5px;
    display: table-cell !important;
  }
  .EMP-detail .earning-line {
    display: table-row;
  }
  .EMP-detail .earning-line td {
    border: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .EMP-detail .earning-line + tr td {
    border-top: 0;
  }
  .EMP-detail .earning-detail {
    display: block !important;
  }
  .EMP-detail .deduction-table {
    display: block !important;
    margin-top: 75px;
  }
  .EMP-detail .total-table {
    width: 45%;
    padding-right: 5px;
  }
  .EMP-detail .tips-table {
    width: 55%;
    padding-left: 5px;
  }
  .EMP-detail.info-1095 .sub-title {
    font-size: 20px;
  }
  .EMP-detail.info-1095 .money-table .tr-title {
    max-width: 100px;
  }
  .EMP-detail.info-1095 .money-table td,
  .EMP-detail.info-1095 .money-table th {
    min-width: initial;
  }
  .print-block {
    display: block;
  }
  .no-print,
  .main-header,
  .main-sidebar,
  .main-footer {
    display: none;
  }
  .content-wrapper > .content {
    margin: 0;
  }
  .content-white {
    font-size: 12px;
  }
  .hr-black {
    display: none;
  }
  .hr-black.print-block {
    display: block;
  }
  .hr-black.show-all-screen {
    display: block;
  }
  .table {
    margin-bottom: 5px;
  }
  .table td,
  .table th {
    font-size: 10px;
    line-height: 1;
    padding: 3px 5px;
    display: table-cell !important;
    vertical-align: center;
  }
  .table .print-td {
    display: table-cell;
  }
  .table .print-tr {
    display: table-row;
  }
  .table.earning-table thead {
    display: table-header-group;
  }
  .table.print-table {
    border-bottom: 1px solid #000;
  }
  .table.print-table thead {
    display: table-header-group;
  }
  .table.print-table thead th {
    border: 1px solid #000;
    border-bottom-width: 1px;
  }
  .table.print-table tr {
    margin: 0;
    display: table-row;
  }
  .table.print-table th,
  .table.print-table td {
    padding: 3px 5px;
  }
  .table.print-table th.td-content,
  .table.print-table td.td-content {
    text-align: right;
  }
  .table.print-table td {
    display: table-cell !important;
    width: initial !important;
    height: auto;
    position: static;
    white-space: normal;
    text-align: left;
    min-height: initial;
    line-height: 1;
  }
  .table.print-table td:before {
    display: none;
  }
  .table.border-table {
    border-color: #000 !important;
  }
  .table.border-table thead td,
  .table.border-table thead th {
    border-width: 1px;
  }
  .table.border-table td,
  .table.border-table th {
    border-color: #000 !important;
    border-width: 1px;
  }
  .table.border-table tbody td {
    text-align: right;
  }
  .table.border-table tbody td:first-child {
    text-align: left;
  }
  .table.no-print {
    display: none;
  }
  .icheck {
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
  }
}
.earningPage .print-td {
  display: table-cell;
}
.earningPage .print-tr {
  display: table-row;
}
.earningPage .no-page {
  display: none;
}
.earningPage .earning-detail,
.earningPage .deduction-table {
  display: block;
}
.earningPage .deduction-table {
  margin-top: 75px;
}
@media (max-width: 830px) {
  .earningPage .deduction-table {
    margin-top: 0;
  }
}
@media (max-width: 1150px) {
  .profile .profile-item.first-child .profile-title {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
  }
}
.profile .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1151px) {
  .profile .avatar {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.profile .avatar .avatar-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.profile .avatar .avatar-word {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.profile .sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.profile .profile-item {
  width: 100%;
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  line-height: 25px;
}
@media (max-width: 1150px) {
  .profile .profile-item.first-child {
    display: block;
  }
}
.profile .profile-item.addBankForm {
  display: none;
}
.profile .profile-item.border-0 {
  border: 0;
}
.profile .profile-item:last-child {
  border: 0;
}
.profile .profile-item .profile-title {
  display: flex;
  align-items: center;
  flex: 0 0 200px;
  padding-right: 10px;
}
@media (max-width: 1365px) {
  .profile .profile-item .profile-title {
    flex: 0 0 100px;
  }
}
@media (max-width: 680px) {
  .profile .profile-item .profile-title {
    flex: 0 0 100px;
  }
}
.profile .profile-item .profile-item-line .profile-title {
  align-items: flex-start;
}
.profile .profile-item .profile-desc {
  flex: 1;
  display: flex;
}
.profile .profile-item .profile-desc .profile-content {
  flex: 1;
}
.profile .profile-item .profile-desc .profile-desc-item {
  display: flex;
  margin-bottom: 5px;
}
.profile .profile-item .profile-desc .profile-desc-item .desc-title {
  flex: 0 0 120px;
}
@media (max-width: 1365px) {
  .profile .profile-item .profile-desc .profile-desc-item .desc-title {
    flex: 0 0 80px;
  }
}
@media (max-width: 1150px) {
  .profile .profile-item .profile-desc .profile-desc-item .desc-title {
    flex: 0 0 100px;
  }
}
.profile .profile-item .profile-desc .profile-desc-item .desc-content {
  color: #000;
  display: flex;
}
@media (max-width: 630px) {
  .profile .profile-item .profile-desc .profile-desc-item .desc-content {
    display: block;
  }
}
.profile .profile-item .profile-desc .profile-desc-item .desc-content .haveValue {
  flex: 0 0 200px;
  white-space: normal;
  word-break: break-word;
  margin-right: 10px;
}
.profile .profile-item .profile-desc .profile-desc-item .desc-content .valueInput {
  display: flex;
  flex-wrap: wrap;
}
.profile .profile-item .profile-item-line {
  display: flex;
  margin-bottom: 5px;
}
.profile .profile-item .profile-item-line .profile-desc {
  color: #000;
  display: flex;
}
@media (max-width: 630px) {
  .profile .profile-item .profile-item-line .profile-desc {
    display: block;
  }
}
.profile .profile-item .profile-item-line .profile-desc .haveValue {
  flex: 0 0 200px;
  white-space: normal;
  word-break: break-word;
  margin-right: 10px;
}
.profile .profile-item .profile-item-line .profile-desc .valueInput {
  display: flex;
  flex-wrap: wrap;
}
.profile .profile-item .profile-item-line .profile-left {
  flex: 1;
}
.profile .profile-item .profile-btn {
  flex: 0 0 auto;
  padding-left: 10px;
}
.profile .profile-item .profile-btn .btn {
  padding: 2px 10px;
  min-width: 66px;
  margin: 3px;
  display: block;
}
.profile .profile-item .profile-btn .edit {
  display: block;
}
.profile .profile-item .profile-btn .saveOrCancel {
  display: none;
}
.profile .profile-item .profile-btn .saveOrCancel.flex-line .btn {
  display: inline-block;
}
.profile .profile-item .haveValue {
  display: block;
}
.profile .profile-item .valueInput .form-control {
  height: 25px;
  padding: 0 5px;
  min-width: 150px;
}
.profile .profile-item .valueInput .form-control.phoneAreaCode {
  width: 60px;
  min-width: 60px;
}
.profile .profile-item .valueInput .btn {
  height: 25px;
}
.profile .profile-item .valueInput.group-line .getBank {
  min-width: 35px;
}
.profile .profile-item.activeEdit .haveValue {
  display: block;
}
.profile .profile-item.activeEdit .valueInput {
  display: flex !important;
}
.profile .profile-item.activeEdit .valueInput.flex {
  display: flex;
}
.profile .profile-item.activeEdit .valueInput.flex span {
  display: inline-block;
  margin-left: 10px;
}
.profile .profile-item.activeEdit .valueInput.group-line {
  display: flex;
}
.profile .profile-item.activeEdit .profile-btn .edit {
  display: none;
}
.profile .profile-item.activeEdit .profile-btn .saveOrCancel {
  display: block;
}
.profile .profile-item .profile-left {
  flex: 1;
}
@media (max-width: 780px) {
  .profile .profile-item {
    display: block;
  }
  .profile .profile-item .profile-btn {
    padding-left: 0;
    margin-top: 15px;
  }
  .profile .profile-item .profile-btn .btn {
    display: inline-block;
  }
  .profile .profile-item .profile-desc {
    display: block;
  }
}
@media (max-width: 400px) {
  .profile .profile-item .profile-title {
    flex: 0 0 100px;
    padding-right: 10px;
  }
  .profile .profile-item .profile-desc {
    word-spacing: normal;
    word-break: break-word;
  }
  .profile .profile-item .profile-desc .profile-desc-item .desc-title {
    flex: 0 0 100px;
    padding-right: 10px;
  }
  .profile .profile-item .profile-desc .profile-desc-item .desc-content {
    color: #000;
    flex: 1;
  }
}
#selectBank .form-group {
  padding: 5px 10px;
}
.bankNumberBtn {
  text-decoration: underline;
  color: #3ab34a;
  cursor: pointer;
}
.leaveListCalendarForm {
  width: 80%;
  max-width: 1000px;
}
#myEnrollTab {
  background: none;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}
#myEnrollTab.step-anchor:before {
  bottom: 60px;
  top: auto;
  top: initial;
}
#myEnrollTab li a {
  padding: 10px;
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
#myEnrollTab li a.active {
  border: 0;
}
#myEnrollTab li a.active .circle {
  background: #db813b;
}
#myEnrollTab li a .step-number {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  min-height: 40px;
}
#myEnrollTab li a :after {
  display: none;
}
#myEnrollTab li a .circle {
  display: block;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
  z-index: 20;
  border: 8px solid #f5f5f5;
  margin-bottom: 10px;
}
@media (min-width: 1300px) {
  #myEnrollTab li a {
    padding: 10px 15px;
  }
  #myEnrollTab li a .step-number {
    font-weight: 15px;
    font-weight: bold;
  }
}
#myEnrollTab .nav-title {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 28px;
}
#myEnrollTab .nav-title::after {
  display: none;
}
#myEnrollTab .title-desc {
  font-size: 14px;
}
@media (max-width: 1269px) {
  #myEnrollTab .nav-title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  #myEnrollTab .title-desc {
    font-size: 13px;
  }
}
@media (max-width: 1220px) {
  #myEnrollTab .nav-title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  #myEnrollTab .title-desc {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #myEnrollTab .nav-title {
    top: 8px;
  }
}
@media (max-width: 878px) {
  .step-wizard #myEnrollTab {
    margin-top: 25px;
    display: block;
  }
  .step-wizard #myEnrollTab .nav-title {
    top: -15px;
    text-align: left;
    padding-left: 50px;
  }
  .step-wizard #myEnrollTab.step-anchor li {
    float: none;
  }
  .step-wizard #myEnrollTab.step-anchor li a {
    display: block !important;
    position: relative;
  }
  .step-wizard #myEnrollTab.step-anchor li a .step-number {
    margin-left: 20px;
    min-height: initial;
  }
  .step-wizard #myEnrollTab.step-anchor li a .circle {
    left: -4px;
    top: 5px;
    position: absolute;
    z-index: 11;
  }
  .step-wizard #myEnrollTab.step-anchor:before {
    top: 0;
    bottom: 0;
    left: 10px;
    width: 5px;
    height: 100%;
    display: block;
    margin-right: 10px;
  }
}
#myEnrollTabContent {
  border: 1px solid #ddd;
  padding: 15px;
}
#myEnrollTabContent .haveStudent,
#myEnrollTabContent .haveKey,
#myEnrollTabContent .hasStudentWrap {
  display: none;
}
#myEnrollTabContent .font-bold {
  font-weight: bold;
}
#myEnrollTabContent .tips {
  font-size: 14px;
}
#myEnrollTabContent .tab-title {
  margin-top: 0;
  padding: 10px;
  background: #f7f7f7;
}
#myEnrollTabContent .enrollKeyGroup .realperson-challenge {
  max-width: 350px;
}
#myEnrollTabContent .enrollKeyGroup label {
  margin-bottom: 15px;
}
#myEnrollTabContent .enrollKeyGroup #enrollmentKey {
  max-width: 320px;
}
#myEnrollTabContent #addNewEnrollStudent .form-group {
  margin-left: 0;
  margin-right: 0;
}
.error-hint {
  color: #ea2623;
  padding: 5px 0;
  display: none;
}
.content-wrapper > .content .section-group-title {
  margin-bottom: 30px;
}
.content-wrapper > .content .section-group-title .section-title {
  margin-bottom: 10px;
}
.alert-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.alert-group .alert-group-left {
  flex: 0 0 auto;
}
.alert-group .btn {
  margin: 0 10px;
}
.alert-group .alert-group-right {
  display: inline-block;
  margin: 0 10px;
}
.enrollKeyGroup ol {
  list-style: none;
  margin-left: 20px;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.enrollKeyGroup ol li {
  list-style: decimal;
  margin-top: 15px;
}
.modal-dialog-big .has-feedback .form-control-feedback {
  right: 10px;
}
.step4_Edit .addressGroup {
  display: flex;
  align-items: center;
  position: relative;
}
.step4_Edit .addressGroup label {
  margin-bottom: 0;
  margin-right: 10px;
}
.step4_Edit .addressGroup #addressList {
  max-width: 200px;
}
.step4_Edit .addressGroup .error {
  left: 0;
  font-size: 12px;
  top: calc(100% + 8px);
}
.step4_Edit .contactGroup {
  position: relative;
}
.step4_Edit .contactGroup .error {
  left: 0;
  top: calc(100% + 8px);
  font-size: 12px;
}
.modal-dialog-big {
  max-width: 800px!important;
}
.modal-dialog-big .form-group {
  min-height: 34px;
}
.font-bold {
  font-weight: bold;
}
.inline {
  display: inline-block;
}
.table-enrollList {
  width: 100%;
}
.table-enrollList td {
  border: 1px solid #eee;
  padding: 10px;
}
.table-enrollList td:first-child {
  width: 40px;
}
.table-enrollList td .linkForm {
  color: #2e6da4;
  cursor: pointer;
}
.display-hide {
  display: none;
}
.row-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.row-line .gap {
  margin: 0 10px;
}
.row-line .right-btn {
  padding-top: 26px;
  margin-left: 10px;
}
.form-group.row-line {
  display: flex;
  align-items: center;
}
.form-group.row-line .flex-150 {
  flex: 0 0 150px;
}
.form-group.row-line .form-title {
  margin: 0;
  margin-right: 10px;
}
.form-group.row-line .form-control {
  max-width: 200px;
}
.sub-title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}
.alert-panel {
  display: none;
}
.alert-panel#viewalerts {
  display: block;
}
#DataTables_Table_formCreator.responsive-table-column td {
  word-break: break-all;
}
#DataTables_Table_formCreator.responsive-table-column td::before {
  word-break: initial;
  white-space: normal;
}
#DataTables_Table_formCreator.responsive-table-column td.showMoreTd {
  padding-right: 50px;
}
#DataTables_Table_formCreator .btn-showMore {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 30px;
  min-width: 30px;
}
.distPicUploadBox {
  display: flex;
  align-items: center;
  max-width: 900px;
}
.distPic img {
  max-width: 100%;
  max-height: 250px;
}
.loadingModal .modal-dialog {
  max-width: 350px;
  padding: 20px 15px;
}
.semesterSelector .form-group {
  display: flex;
}
.semesterSelector .form-group .control-label {
  flex: 0 0 70px;
}
.semesterSelector .form-group > div {
  flex: 1;
  padding-right: 0;
}
.semesterSelector .control-label {
  max-width: 70px;
  padding: 0;
}
#datepicker-group {
  display: flex;
}
#datepicker-group .input-group-addon {
  flex: 0 0 35px;
}
.form-wrap.form-builder .frmb > li .field-label {
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
.form-wrap.form-builder .frmb > li .field-actions {
  opacity: 1;
}
.form-wrap.form-builder .frmb > li .field-actions .btn {
  opacity: 0;
}
.form-wrap.form-builder .frmb > li .field-actions .btn:focus {
  opacity: 1;
}
.form-wrap.form-builder .frmb > li:hover .field-actions .btn {
  opacity: 1;
}
.rendered-form p {
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .noprint {
    visibility: hidden;
  }
}
#formCreatorList .formCreatorItem {
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
}
#formCreatorList .formCreatorItem.empty-tr .tr {
  justify-content: center;
  padding: 10px;
}
#formCreatorList .formCreatorItem:nth-child(odd) {
  background-color: #f9f9f9;
}
#formCreatorList .formCreatorItem .pickColorBtn {
  background: none;
  padding: 0;
}
#formCreatorList .formCreatorItem .tr {
  display: flex;
  border: 1px solid #eee;
  border-top: 0;
  padding-right: 5px;
}
#formCreatorList .formCreatorItem .tr .btn {
  min-width: 55px;
}
#formCreatorList .formCreatorItem .tr:first-child {
  border-top: 1px solid #eee;
}
#formCreatorList .formCreatorItem .tr .tr-title {
  padding: 5px;
  flex: 0 0 130px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 12px;
}
#formCreatorList .formCreatorItem .tr .tr-content {
  padding: 5px;
  flex: 1;
  position: relative;
}
#formCreatorList .formCreatorItem .tr .tr-content input {
  height: auto;
  margin-top: -5px;
  padding: 2px 5px;
  margin-bottom: -3px;
}
#formCreatorList .formCreatorItem .tr .tr-content .divInstructionsContainer {
  left: 0;
}
#formCreatorList .formCreatorItem .tr .btn-showMore {
  margin-top: 3px;
  margin-bottom: 3px;
}
.colorPicker {
  padding: 10px;
}
.colorPicker:focus {
  box-shadow: none;
  outline: none;
}
.colorPicker .colorPickerInner {
  display: flex;
  align-items: center;
}
.colorPicker .colorItem {
  border: 1px solid black;
  width: 30px;
  height: 20px;
  display: block;
}
.colorPicker .no-color {
  border: 1px solid black;
  width: 60px;
  height: 20px;
  font-size: 12px;
  background: none;
  display: block;
  margin-left: 5px;
}
.colorPicker .colorFooter {
  text-align: right;
  margin-top: 10px;
}
.theme-custome .e-colorpicker-wrapper {
  width: 100%;
}
.theme-custome .e-colorpicker-wrapper .e-split-btn-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  height: 30px;
}
.theme-custome .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn {
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  height: 30px;
}
.theme-custome .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color {
  height: 30px;
  width: 100%;
}
.theme-custome .e-colorpicker-wrapper .e-split-btn-wrapper .e-dropdown-btn.e-btn {
  background: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  text-align: right;
  border: 0;
  min-width: 100%;
  box-shadow: none;
  padding: 0;
}
.theme-custome .e-colorpicker-wrapper .e-split-btn-wrapper .e-dropdown-btn.e-btn .e-caret {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ced4da;
  float: right;
  line-height: 28px;
  display: block;
  margin: 0;
  text-align: center;
}
.theme-custome .hexLabel {
  height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  cursor: auto;
}
#enrollAuthenticationDesc {
  padding: 0 15px;
}
.form-wrap.form-builder .multiple-wrap:before,
.form-wrap.form-builder .inline-wrap:before {
  display: block;
  content: '';
  width: 16.6666%;
  height: 1px;
  float: left;
}
@media (max-width: 481px) {
  .form-wrap.form-builder .multiple-wrap:before,
  .form-wrap.form-builder .inline-wrap:before {
    display: none;
  }
}
.form-wrap.form-builder .form-control.ql-snow {
  height: auto;
  height: initial;
}
.rendered-form .form-control.ql-snow {
  height: auto;
  height: initial;
}
.stage-wrap > li:focus {
  outline: none;
}
.form-wrap.form-builder .frmb .sortable-options li {
  padding: 0;
  margin: 0;
}
.form-wrap.form-builder .frmb .sortable-options li > div {
  padding: 10px;
}
.form-wrap.form-builder .frmb .form-elements .input-wrap > input[type='checkbox'] {
  margin-top: 12px !important;
}
.ppSettingForm {
  max-width: 650px;
}
#ppSettingForm {
  position: relative;
}
#ppSettingForm .flex-Group {
  display: flex;
  align-items: center;
}
#ppSettingForm .flex-Group label {
  margin-right: 10px;
  flex: 0 0 250px;
}
#ppSettingForm .flex-Group .form-group {
  flex: 0 0 300px;
}
@media (max-width: 1290px) {
  #ppSettingForm .flex-Group label {
    flex: 0 0 230px;
  }
  #ppSettingForm .flex-Group .form-group {
    flex: 0 0 250px;
  }
}
@media (max-width: 991px) {
  #ppSettingForm .flex-Group {
    display: block;
  }
}
@media (max-width: 378px) {
  #ppSettingForm .flex-Group {
    display: block;
  }
}
.emailAuthWrap {
  max-width: 450px;
}
.emailAuthWrap .emailAuth {
  border-radius: 10px;
}
.emailAuthWrap .emailAuth h3 {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 0;
}
.emailAuthWrap .emailAuth .flex-Group {
  display: flex;
  align-items: center;
}
.emailAuthWrap .emailAuth .flex-Group label {
  flex: 0 0 120px;
}
@media (max-width: 991px) {
  .emailAuthWrap .emailAuth .flex-Group {
    display: block;
  }
}
.ppSettingFlex {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ppSettingFlex {
    display: block;
  }
}
@media (min-width: 1365px) {
  #ppSetting .leftBtm {
    width: 65%;
  }
  #ppSetting .rightBtm {
    width: 35%;
  }
}
@media (min-width: 1653px) {
  #ppSetting .leftBtm,
  #ppSetting .rightBtm {
    width: 50%;
  }
}
.onlineEnrollmentTable:focus {
  overflow: initial;
  width: auto;
  outline: none;
}
.radio-button-container > div {
  margin: 10px 15px;
}
.radio-button-container > div.radio-inline {
  margin: 0 15px;
}
#DataTables_Table_OnlineRegistration tbody tr td:last-child {
  display: none;
}
.renderFormOnline .error-hint,
.renderFormOnline span.error {
  display: none;
  position: absolute;
  left: 15px;
  top: calc(100%);
  background: #ea2623;
  color: #fff;
  border-radius: 3px;
  z-index: 5;
  padding: 0 10px;
  font-size: 12px;
}
.renderFormOnline .error-hint:before,
.renderFormOnline span.error:before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #ea2623;
}
.renderFormOnline .specialProgramsRequestTable td,
.renderFormOnline .stuTable td {
  position: relative;
}
#divDocStorPopup #newStorageContent {
  height: auto;
  min-height: 400px;
}
#divDocStorPopup #newStorageContent #FileUploadPanel {
  padding-bottom: 10px;
}
#divDocStorPopup #newStorageContent #noUploadFileError {
  text-align: left !important;
}
.formBuilder-init .labelTooltip {
  position: relative;
}
.formBuilder-init .labelTooltip:hover .fieldDesc {
  display: block;
}
.formBuilder-init .labelTooltip .fieldDesc {
  position: absolute;
  left: -94px;
  bottom: calc(100% + 15px);
  background: #000;
  border-radius: 4px;
  padding: 3px 8px;
  display: none;
  color: #fff;
  z-index: 99;
  font-size: 12px;
  line-height: 14px;
  width: 200px;
  text-align: center;
  font-weight: normal;
}
.formBuilder-init .labelTooltip .fieldDesc:before {
  position: absolute;
  content: '';
  display: block;
  bottom: -5px;
  left: 96px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
}
.formBuilder-init .input-wrap,
.formBuilder-init .sortable-options-wrap {
  position: relative;
}
.formBuilder-init .input-wrap:hover .fieldDesc,
.formBuilder-init .sortable-options-wrap:hover .fieldDesc {
  display: block;
}
.formBuilder-init .input-wrap .fieldDesc,
.formBuilder-init .sortable-options-wrap .fieldDesc {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 2px 5px;
  display: none;
  color: #fff;
  z-index: 99;
  font-size: 12px;
  line-height: 14px;
}
.formBuilder-init .input-wrap .fieldDesc:before,
.formBuilder-init .sortable-options-wrap .fieldDesc:before {
  position: absolute;
  content: '';
  display: block;
  top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.8);
}
.formBuilder-init .sortable-options-wrap .fieldDesc {
  top: -22px;
  left: 15px;
}
.formBuilder-init .sortable-options-wrap .fieldDesc:before {
  position: absolute;
  content: '';
  display: block;
  top: initial;
  top: auto;
  bottom: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  border-bottom: 0;
}
.form-wrap.form-builder .frmb .form-elements .false-label:first-child,
.form-wrap.form-builder .frmb .form-elements label:first-child {
  overflow: initial !important;
  white-space: normal !important;
  width: 24% !important;
  text-transform: initial !important;
}
.form-wrap.form-builder .frmb .form-elements .input-wrap,
.form-wrap.form-builder .frmb .sortable-options-wrap {
  width: 73% !important;
}
@media (max-width: 768px) {
  .form-wrap.form-builder .frmb .form-elements .false-label:first-child,
  .form-wrap.form-builder .frmb .form-elements label:first-child {
    overflow: initial !important;
    white-space: normal !important;
    width: auto !important;
  }
  .form-wrap.form-builder .frmb .form-elements .input-wrap,
  .form-wrap.form-builder .frmb .sortable-options-wrap {
    width: 100% !important;
  }
}
.fld-min,
.fld-max,
.sortable-options .option-label,
.sortable-options .option-value {
  color: #adadad;
}
.form-wrap.form-builder .multiple-wrap:before,
.form-wrap.form-builder .inline-wrap:before {
  display: none;
}
.disabledGroupHint {
  position: relative;
}
.disabledGroupHint .btn {
  width: 100%;
}
.disabledGroupHint .buttonTool {
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
  cursor: default;
  position: absolute;
  right: -25px;
  top: 9px;
}
#viewFormDataTable_wrapper {
  overflow-x: auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.assignmentTable tbody td:first-child {
  text-align: left !important;
}
.studentPanelList {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0!important;
  margin-right: 0!important;
}
.studentPanelList .grid-item {
  display: flex;
}
.studentPanelList .grid-item .partialResults {
  display: flex;
}
.studentPanelList .grid-item .partialResults > .col-xs-3 {
  flex: 0 0 120px;
}
.studentPanelList .grid-item .partialResults > .col-xs-9 {
  flex: 1;
  padding-left: 0;
}
.studentPanelList .grid-item .panel-student-dashboard {
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .studentPanelList .grid-item .panel-student-dashboard .x-title h4 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .studentPanelList .grid-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .studentPanelList .grid-item {
    width: 100%;
  }
  .studentPanelList .grid-item .partialResults > .col-xs-3 {
    flex: 0 0 105px;
  }
  .studentPanelList .grid-item .post-thumbnail {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 991px) {
  .studentPanelList {
    display: block;
  }
}
@media (max-width: 1344px) and (min-width: 1200px) {
  .navigationButtons .btn {
    font-size: 12px;
  }
}
#sectionDiv table.table thead tr td,
#sectionDiv table.table thead tr th {
  padding-left: 4px;
  padding-right: 4px;
}
#sectionDiv table.table tbody tr td {
  white-space: normal;
}
#sectionDiv #studentDetailsDiv #DataTables_Secondary2SemGrades tr th .control-label,
#sectionDiv #tableDiv #DataTables_Secondary2SemGrades tr th .control-label,
#sectionDiv #studentDetailsDiv #DataTables_Secondary2SemGrades tr td .control-label,
#sectionDiv #tableDiv #DataTables_Secondary2SemGrades tr td .control-label {
  white-space: normal;
}
@media (max-width: 1400px) {
  #sectionDiv #studentDetailsDiv #DataTables_Secondary2SemGrades tr th label,
  #sectionDiv #tableDiv #DataTables_Secondary2SemGrades tr th label,
  #sectionDiv #studentDetailsDiv #DataTables_Secondary2SemGrades tr td label,
  #sectionDiv #tableDiv #DataTables_Secondary2SemGrades tr td label {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  #sectionDiv #studentDetailsDiv #DataTables_Secondary2SemGrades tr th,
  #sectionDiv #tableDiv #DataTables_Secondary2SemGrades tr th,
  #sectionDiv #studentDetailsDiv #DataTables_Secondary2SemGrades tr td,
  #sectionDiv #tableDiv #DataTables_Secondary2SemGrades tr td {
    display: block;
  }
}
@media (max-width: 1330px) {
  #sectionDiv .autoXWrap {
    overflow-x: auto;
  }
  #sectionDiv #wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #sectionDiv #wrapper {
    display: block;
  }
  #sectionDiv #DataTables_secondary2SemNarrative_wrapper .row {
    overflow-x: auto;
  }
}
.student-list-panel b.fontNormal {
  white-space: normal;
  text-align: left;
}
.eleSpecialGrades .table.dataTable {
  margin: 0;
}
.eleSpecialGrades .table tr th:first-child,
.eleSpecialGrades .table tr td:first-child {
  text-align: initial;
}
.eleSpecialGrades .table tr.greyTr td,
.eleSpecialGrades .table tr.greyTr th {
  background: #cacaca;
}
.eleSpecialGrades .table tr.greyBlueTr td,
.eleSpecialGrades .table tr.greyBlueTr th {
  background: #BCE;
}
.eleSpecialGrades .table tr td.greyTh,
.eleSpecialGrades .table tr th.greyTh {
  background: #cacaca;
}
.eleSpecialGrades .table tr td.greyBlueTh,
.eleSpecialGrades .table tr th.greyBlueTh {
  background: #BCE;
}
.print-block {
  display: none;
}
.pageBreak {
  page-break-before: always;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color: #000;
    padding-top: 0!important;
    font-size: 12px;
    overflow: inherit;
  }
  .wrapper,
  .content-wrapper,
  .page-content,
  .content-wrapper > .content {
    height: auto;
    overflow: inherit;
  }
  .print-block {
    display: block;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  .col-print-1 {
    width: 8%;
    float: left;
  }
  .col-print-2 {
    width: 16%;
    float: left;
  }
  .col-print-3 {
    width: 25%;
    float: left;
  }
  .col-print-4 {
    width: 33%;
    float: left;
  }
  .col-print-5 {
    width: 42%;
    float: left;
  }
  .col-print-6 {
    width: 50%;
    float: left;
  }
  .col-print-7 {
    width: 58%;
    float: left;
  }
  .col-print-8 {
    width: 66%;
    float: left;
  }
  .col-print-9 {
    width: 75%;
    float: left;
  }
  .col-print-10 {
    width: 83%;
    float: left;
  }
  .col-print-11 {
    width: 92%;
    float: left;
  }
  .col-print-12 {
    width: 100%;
    float: left;
  }
  .printBtn {
    display: none;
  }
  .studentInfo .form-group {
    margin-bottom: 0;
  }
  .table {
    overflow: inherit;
  }
}
.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;
}
ul.noneStyle,
li.noneStyle {
  list-style: none!important;
}
.noStyle {
  background: none;
  border: 0;
  padding: 0;
}
.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;
}
.button-label {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
#summary-campus-note.small * {
  font-size: medium!important;
}
#summary-campus-note.medium * {
  font-size: medium!important;
}
#summary-campus-note.large * {
  font-size: large!important;
}
#summary-campus-note.x-large * {
  font-size: x-large !important;
}
.flexInline {
  display: flex;
  align-items: center;
}
.flexInline.flexWrap {
  flex-wrap: wrap;
}
.btn-group-xs > .btn,
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.table tbody tr:last-child {
  margin-bottom: 0;
}
.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;
}
main.content-wrapper > section.content .content-bg,
main.content-wrapper > section.content .EMP-detail,
main.content-wrapper > section.content .content-white {
  height: auto;
}
.inputBoxAuto {
  position: relative;
}
.inputBoxAuto .addressAutoComplete {
  position: absolute;
  left: 15px;
  top: 35px;
  z-index: 9;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  display: flex;
  margin-top: 3px;
  width: 280px;
  flex-wrap: wrap;
}
.addressAutoComplete .addressAutoCompleteInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #737373;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  padding: 5px;
  text-align: center;
  margin-right: auto;
}
.addressAutoComplete .addressAutoCompleteInner .closeButton {
  background: none;
  border: 0;
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
}
.addressAutoComplete .savedAddress {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  cursor: pointer;
}
.addressAutoComplete .savedAddress label {
  padding-right: 10px;
}
#summary-campus-note.small * {
  font-size: medium!important;
}
#summary-campus-note.medium * {
  font-size: medium!important;
}
#summary-campus-note.large * {
  font-size: large!important;
}
#summary-campus-note.x-large * {
  font-size: x-large !important;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  #parentAccessStudentEnrollmentToggleLabel,
  #parentAccessOnlineRegToggleLabel {
    float: none!important;
    text-align: left;
  }
}
@media (max-width: 798px) {
  .flexGroup {
    flex-wrap: wrap;
  }
  .account-wrap .account-header {
    padding: 0 10px;
  }
  .account-wrap .panel {
    padding: 5px;
  }
  .table .btn {
    min-width: auto;
  }
  .table.responsive-table td.dataTables_empty:before {
    display: none;
  }
}
@media (max-width: 425px) {
  .table.responsive-table td:before {
    flex: 0 0 100px;
  }
}
.stuTable label.control-label {
  font-weight: normal;
}
.error.help-block {
  font-size: 12px;
}
#addContactForm span.error,
#addAddressForm span.error {
  position: absolute;
  min-width: 150px;
  background-color: #ecb1b1;
  color: #3e3e3e;
  border-radius: 3px;
  line-height: 1;
  padding: 5px;
  margin-top: 5px;
  top: 100%;
  z-index: 5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
#addContactForm span.error:after,
#addAddressForm span.error:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ecb1b1 transparent;
}
main.content-wrapper {
  height: auto!important;
}
main.content-wrapper > section.content {
  height: auto;
}
.charterBody .headingCharter {
  margin-bottom: 25px;
  text-align: center;
}
.charterBody .headingCharter h4 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
}
.charterBody input {
  max-width: 250px;
}
.charterBody .panel .panel-heading {
  border-radius: 0!important;
}
.charterBody .panel-group .panel-heading {
  padding: 0;
}
.charterBody .panel-group .panel-heading h4 {
  margin: 0;
}
.charterBody .panel-group .panel-heading a {
  display: block;
  padding: 5px 15px;
  color: #333;
}
.charterBody .panel-group .card-body {
  padding: 15px;
}
.charterBody .panel-group .card-body a {
  color: #333;
  text-decoration: underline;
}
.charterBody .labelTitle {
  font-weight: normal;
}
.charterBody .form-group .labelTitle {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 10px;
}
.charterBody .form-group .labelTitle.flex-1 {
  flex: 1;
}
.charterBody .form-group .labelTitle.m-b-10 {
  margin-bottom: 10px;
}
.charterBody .form-group .form-group-inner {
  position: relative;
}
.charterBody .form-group .form-group-inner.form-group {
  margin-bottom: 0;
}
.charterBody .form-group .form-group-inner .form-group {
  margin-bottom: 0;
}
.charterBody .form-group .form-group-inner.m-r-10 {
  margin-right: 10px;
}
.charterBody .form-group select {
  width: auto;
  max-width: 100%;
}
.charterBody .form-flex {
  display: flex;
  align-items: center;
}
.charterBody .form-flex.alignTop {
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .charterBody .form-flex.wrapIn1200 {
    display: block;
  }
}
.charterBody .smTitle {
  font-size: 16px;
  background: #d4d4d4;
  padding: 5px 10px;
}
.charterBody .certificationText span {
  margin-bottom: 10px;
  display: inline-block;
}
.charterBody table.noStyle {
  width: 100%;
  border: 0!important;
}
.charterBody table.noStyle thead tr td,
.charterBody table.noStyle tbody tr td {
  border: 0!important;
  padding: 0 8px;
  vertical-align: top;
}
.charterBody table.noStyle thead tr td:first-child,
.charterBody table.noStyle tbody tr td:first-child {
  padding-left: 0;
}
.charterBody table.noStyle thead tr td:last-child,
.charterBody table.noStyle tbody tr td:last-child {
  padding-right: 0;
}
@media (max-width: 700px) {
  .charterBody table.noStyle thead tr,
  .charterBody table.noStyle tbody tr {
    display: block;
  }
  .charterBody table.noStyle thead tr td,
  .charterBody table.noStyle tbody tr td {
    display: block;
    padding: 0!important;
  }
}
.charterBody .m-r-10 {
  margin-right: 10px;
}
.charterBody .realperson-challenge {
  max-width: 340px;
}
.charterBody .max-w-80 {
  max-width: 80px;
}
.charterBody .max-w-100 {
  max-width: 100px;
}
ul.initialUL {
  list-style: disc;
  padding-left: 40px;
}
ul.initialUL li {
  list-style: disc;
}
.eye-switch {
  background: transparent;
  border: none;
}
.eye-switch:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
#selected-campus-name {
  font-weight: normal !important;
}
.campus-content .panel .panel-heading {
  border-bottom: none;
  background-color: #fff;
}
.campus-content .panel .panel-heading .panel-title {
  border-bottom: 3px solid #e6e9ed;
  padding-bottom: 15px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: normal;
}
.campus-content .panel .panel-heading .panel-title .chevron-icon {
  font-size: 22px;
}
.campus-content .panel .panel-collapse .panel-body {
  border-top: none;
  min-height: 150px;
}
.x-panel .x-title {
  border-bottom: 3px solid #e6e9ed;
  padding-left: 5px;
}
.x-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  width: 100%;
  position: relative;
  clear: both;
  border-top: 3px solid #e6e9ed;
}
.userLinks {
  background: #fff;
  border: 1px solid #e6e9ed;
}
.panel-student-dashboard {
  border: 5px solid #404041;
  margin-bottom: 10px;
}
.panel-student-dashboard .x-title {
  border-bottom: 3px solid #e6e9ed;
  padding-left: 5px;
}
.panel-student-dashboard .fa-check {
  visibility: hidden;
}
.panel-student-dashboard.selected .fa-check {
  visibility: visible;
}
.panel-student-dashboard.selected .x-title {
  padding-left: 5px;
}
.panel-student-dashboard .x-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.panel-student-dashboard .x-content .dashboard-pic {
  border-radius: 50%;
  height: 113px;
  width: 113px;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
  padding: 1px;
  z-index: 1000;
}
.panel-student-dashboard .x-content .dashboard-pic .student-image {
  position: relative;
}
.panel-student-dashboard .x-content .dashboard-pic .student-image #userImgEdit {
  left: 0;
  top: 0;
  opacity: 0;
  width: 110px;
  height: 110px;
  position: absolute;
  display: block;
}
.panel-student-dashboard .x-content .dashboard-pic .student-image img {
  height: 110px;
  width: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-bg > .row {
  margin: 0 -5px;
}
.content-bg > .row > .grid-item {
  padding-left: 5px;
  padding-right: 5px;
}
.schedule-content {
  background: #fff;
  border: 1px solid #e6e9ed;
}
.schedule-content h4 {
  padding: 10px 15px;
  font-weight: normal;
}
.schedule-content .table-responsive {
  overflow-x: hidden;
}
.m-lr-0 {
  margin: 0 !important;
}
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;
}
.underline {
  text-decoration: underline;
  color: -webkit-link;
}
.atten-content .attendance-bar .semester-selector-section {
  background: #3173AD;
  color: #fff;
  border-color: rgba(52, 152, 219, 0.88);
}
.atten-content .attendance-bar .semester-selector-section .visible-md a {
  color: #fff;
}
.atten-content .attendance-bar .semester-selector-section div {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.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 div .semesterDropdown .fDateGroupNew .prefix {
  color: #333;
}
.atten-content .attendance-bar .semester-selector-section div .semesterDropdown .clear-btn {
  color: #333;
}
.atten-content .attendance-bar .semester-selector-section .fa.fa-print {
  padding-top: 10px;
  padding-right: 5px;
}
.atten-content .attendance-bar .semester-selector-section .fa.selectable {
  cursor: pointer;
}
.atten-content .attendance-bar ul.nav-tab li {
  margin-bottom: 2px;
  margin-right: -1px;
}
.atten-content .attendance-bar ul.nav-tab li a {
  border: 1px solid #d0d0d0;
  border-right: 1px solid transparent;
  background: #e5e5e5;
  color: #000;
  text-overflow: ellipsis;
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  font-size: 1.5rem;
}
.atten-content .attendance-bar ul.nav-tab li a.active {
  border: 1px solid #d0d0d0;
  border-right: 1px solid transparent;
  background: #fff;
  color: #000;
}
.atten-content .attendance-bar ul.nav-tab li a.active::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 {
  font-size: 16px;
}
.atten-content .calendar-legend2 h3 span {
  font-size: 16px;
  white-space: normal;
}
.atten-content .calendarMonthDiv {
  margin-bottom: 30px;
}
@media (max-width: 1350px) {
  .atten-content .calendar-legend1 h3 span {
    font-size: 14px;
  }
  .atten-content .calendar-legend2 h3 span {
    font-size: 14px;
  }
}
.detail-icon {
  display: inline-block;
  padding: 5px;
}
.table-responsive {
  overflow-x: hidden;
  margin-top: 20px;
}
.table-responsive .dataTables_length {
  display: none;
}
.table-responsive .table thead tr th {
  font-size: 15px;
  padding: 8px;
}
.table-responsive .table tbody tr.selected {
  background-color: #00ffff;
}
.table-responsive .table tbody tr td {
  font-size: 15px;
}
.table-responsive .table tbody tr td.withdrawn span.withdrawn-course {
  color: rgba(235, 49, 71, 0.88);
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
#totalModal .modal-header {
  display: block;
  padding: 20px;
}
#totalModal .modal-body table {
  border: none;
}
#totalModal .modal-body table tbody tr td {
  padding: 8px;
  font-size: 14px;
}
#totalModal .modal-body table tbody tr td:first-child {
  text-align: left;
}
.atten-alert {
  background: rgba(245, 175, 51, 0.1);
  color: #000;
  border-color: rgba(245, 175, 51, 0.88);
  border-width: 3px;
}
#calendar {
  width: 100%;
  margin: 0 auto;
}
.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;
}
.alert-default {
  background: #777575;
  color: #fff;
  border-color: rgba(119, 119, 119, 0.88);
  margin: 10px;
  font-size: 16px;
}
.discipline-cont .form-horizontal .form-group {
  margin: 0!important;
}
.badge-danger {
  background: #C32433;
  color: #fff;
  border-color: rgba(235, 49, 71, 0.88);
}
.x-title {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.custionaverform {
  padding: 0 15px;
}
.custionaverform .has-feedback .form-control-feedback {
  margin-top: 0;
  right: 66px;
}
.custionaverform .form-control {
  width: 100%;
}
.custionaverform .form-group label {
  line-height: 30px;
}
tr.unread {
  background-color: #FCFCFC !important;
  color: #111;
  font-weight: bold;
}
tr.read {
  background-color: #f1f1f1 !important;
}
.p-tb-8 {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
  margin-bottom: 0!important;
}
#newStorageContent {
  height: 420px;
}
#newStorageContent h1 {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
#newStorageContent p {
  font-size: 14px;
  text-align: center;
}
#newStorageContent .box {
  padding: 10px 10px 20px 10px;
}
#DocListPanel .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #e6e9ed;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#DocListPanel .content div:nth-child(1) {
  font-weight: normal!important;
  font-size: 12px;
}
#DocUploadPanel .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #e6e9ed;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#DocUploadPanel .content {
  margin-bottom: 20px;
}
#DocUploadPanel #UploadFile {
  background: #3498db;
  color: #fff;
  border-color: rgba(52, 152, 219, 0.88);
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
}
#newStorageContent table {
  width: 100%;
}
#newStorageContent table tbody tr:nth-child(1) {
  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;
}
#FileUploadPanel .fileUpload {
  display: inline-block;
  margin-left: 10px;
}
#FileUploadPanel .elementbox {
  font-size: 12px;
  margin: 10px 0;
}
#FileUploadPanel div:nth-last-child(1) {
  text-align: center;
}
@media (max-width: 767px) {
  #newStorageContent {
    height: 490px;
  }
}
.stuTable tr td {
  width: 50%;
}
.addrecord {
  margin: 0 0 10px 0;
}
.addrecord .btn-primary {
  background-color: transparent!important;
  border-radius: 15px;
  margin-right: 10px;
  margin-top: 10px;
  border-width: 2px;
  box-shadow: 0 0 8px #b9b9b9;
}
.deletecheck {
  margin-top: 50px;
  margin-left: 15px;
}
.checkboxDelete {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  margin-right: 10px!important;
}
.mainform-panel {
  margin-top: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.mainform-panel .x-title {
  padding-left: 0;
}
.mainform-panel .x-title h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.contentfolder {
  padding-left: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.boxcontent {
  height: 290px;
  overflow-y: auto;
}
.student-profile-panel {
  padding: 5px;
  background: rgba(52, 152, 219, 0.1) !important;
  color: #000 !important;
  border: 1px solid #e6e9ed;
  border-color: rgba(52, 152, 219, 0.88) !important;
  border-width: 3px!important;
}
.student-profile-panel .student-image {
  height: 110px;
  width: 110px;
}
.student-profile-panel .student-image img {
  position: inherit;
  height: 110px;
  width: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.student-profile-panel .x-title {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.masonry-container {
  padding: 0 5px;
}
.masonry-container .grid-item {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
  margin-left: 40px;
}
.form-modal .form-group {
  margin-bottom: 40px;
}
.form-modal .form-group .control-label {
  font-size: 15px;
}
.form-modal .has-feedback .form-control-feedback {
  margin-top: 0;
}
.x-panel {
  margin: 10px 0;
}
#defaultForm .btn[disabled]:hover {
  background-color: #777 !important;
  opacity: 0.65;
  border-color: rgba(119, 119, 119, 0.88);
}
.alert-successed-outline {
  background: rgba(32, 155, 134, 0) !important;
  color: #000 !important;
  border-color: rgba(32, 155, 134, 0.88) !important;
  border-width: 3px!important;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.input-w-100 {
  width: 100%!important;
}
.deleteStudent {
  width: 50%!important;
  margin: 0px auto !important;
}
.deleteStudent.m-t-sm {
  margin-top: 10px !important;
}
.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;
}
.checkbox-common label span {
  display: inline-block;
}
.warnscore a {
  color: #d9534f;
  font-weight: bold;
}
.white-space {
  white-space: normal;
}
.panel-toolbox {
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: 0.3rem;
  right: 0;
}
.panel-toolbox li a {
  padding: 5px 10px;
}
.panel-toolbox li a i.fa {
  font-size: 22px;
}
.post-format-content {
  position: relative;
}
.post-thumbnail {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
}
.content-wrap {
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  top: 0;
  bottom: 0;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.entry-title {
  font-size: 110%;
  height: 100%;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
}
.edit-link {
  z-index: 2;
}
.content-wrap {
  position: absolute;
  transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  vertical-align: middle;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  padding: 10%;
}
.content-wrap:hover {
  opacity: 0.9;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  background-color: white;
  border-radius: 50%;
}
.fileinput-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #fff;
  cursor: pointer;
}
.fileinput-button input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 43px;
  height: 40px;
}
body.sidebar-collapse .infoHidden {
  display: block!important;
}
body.sidebar-open .infoHidden {
  display: none!important;
}
body.sidebar-open .wrapper .main-header .navbar-nav {
  display: inline-block;
  height: 50px;
}
table.doc_list {
  border-collapse: collapse;
  padding: 2px 0px 2px 0px;
  background-color: transparent;
  width: 100%;
}
table.doc_list .docSubHeader {
  background-color: #FCF8E3;
  padding: 3px 3px 3px 3px;
}
table.doc_list .docSubHeader hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
table.doc_list .docSubHeader .docText {
  padding: 5px;
}
table.doc_list .docSubHeader .docText .standOut {
  font-weight: bold;
  font-size: larger;
}
table.doc_list .docSubHeader .docText .pending {
  font-style: italic;
}
#wr {
  text-align: left;
  vertical-align: top;
}
#fd {
  margin: 0 auto;
  text-align: left;
  vertical-align: top;
}
#acc dt,
#acc dd {
  width: 100%;
}
#acc dt {
  cursor: pointer;
  display: block;
  padding: 3px 3px;
  background: #B7C7A9;
  color: #fff;
  border-bottom: solid 1px #666;
}
#acc dt.act {
  background: #676E57;
}
#acc dd {
  display: none;
  padding: 3px 10px;
  margin: 0 0 1em 0;
  text-indent: 0px;
}
.error {
  color: Red;
}
fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
}
fieldset.fieldGroups {
  border-width: 2px;
  /*background: #B7C7A9;*/
  padding: 0px;
  margin: 3px;
}
fieldset.fieldGroups legend {
  display: block;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  width: auto;
}
fieldset.fieldGroups legend .fieldTitle {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}
fieldset.fieldGroups .formColumnsTable {
  border-spacing: 2px 0px;
}
fieldset.fieldGroups .formColumnsTable .rowOdd {
  background-color: #D1D1D1;
}
fieldset.fieldGroups .formColumnsTable .rowEven {
  background-color: #EDEDED;
}
fieldset.fieldGroups .formColumnsTable .formCell {
  padding-left: 5px;
  padding-bottom: 2px;
}
fieldset.fieldGroups .formColumnsTable .formCell .formColName {
  font-weight: bold;
}
fieldset.fieldGroups .formColumnsTable .formCell .inputBox {
  font-style: italic;
}
fieldset.fieldGroups .formColumnsTable .columnInstructions {
  border-bottom: 5px solid lightgrey;
}
.previewContent {
  min-height: calc(100vh - 165px);
}
@media (max-width: 1436px) {
  .table.dataTable td,
  .table.dataTable th {
    padding: 5px 8px;
  }
}
.calendarList {
  display: flex;
  flex-wrap: wrap;
}
.partialResults .fullCalendar-init .fc-basic-view .fc-body .fc-row {
  min-height: initial;
  height: auto!important;
}
.partialResults .fullCalendar-init .fc-basic-view .fc-row .fc-content-skeleton {
  padding: 0;
}
.partialResults .fullCalendar-init .fc-basic-view .fc-day-top {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.partialResults .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) {
  .partialResults .fullCalendar-init .fc-basic-view .fc-day-top .fc-day-number {
    padding: 0;
  }
}
.partialResults .fullCalendar-init .fc-basic-view .fc-day-top.hasModal {
  color: blue;
  font-weight: bold;
  border: 1px solid #ddd;
  border-bottom: 0;
  cursor: pointer;
}
.partialResults .fullCalendar-init .fc-basic-view .fc-day-top.hasModal.active .fc-day-number {
  background: none;
  color: red;
}
.partialResults .fullCalendar-init .fc-basic-view .fc-day-top.hasModal .fc-day-number {
  text-decoration: underline;
  background-color: #ccc;
}
.partialResults .fullCalendar-init .fc-basic-view .fc-day-top.hasModal:hover {
  color: #070790;
}
.partialResults .fullCalendar-init .fc-basic-view .fc-day-top.hasModal:hover .fc-day-number {
  text-decoration: none;
}
.overflowAuto-x {
  overflow-x: auto;
}
.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;
  z-index: 9999;
  position: absolute;
}
.btnSelfModal {
  padding: 0;
}
.btnSelfModal .modal-dialog {
  position: absolute;
  max-width: 400px;
  padding: 0;
  margin: 0;
}
#dataTable-users td {
  width: 20%;
}
#dataTable-users thead tr th:first-child {
  width: 200px;
}
#dataTable-users tbody tr td:first-child {
  width: 200px;
}
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;
}
#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 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;
}
#addContactModal #addContactFormDiv h4 {
  position: relative;
  bottom: -13px;
  padding: 0 5px;
  margin: 0 10px;
  display: inline-block;
  background: #fff;
}
#addContactModal #addContactFormDiv .fieldset {
  border: 2px groove threedface;
  padding: 10px;
  padding-top: 15px;
}
#newFormHtmlDocument h4,
#saveChangesForm h4 {
  position: relative;
  bottom: -13px;
  padding: 0 5px;
  margin: 0 10px;
  display: inline-block;
  background: #f8f8f8;
}
#newFormHtmlDocument .fieldset,
#saveChangesForm .fieldset {
  margin-bottom: 20px;
  border: 2px groove threedface;
  padding: 10px;
  padding-top: 15px;
}
#addAddressModal #addAddressFormDiv .fieldFormTitle {
  position: relative;
  bottom: -13px;
  padding: 0 5px;
  margin: 0 10px!important;
  display: inline-block;
  background: #fff;
  line-height: 34px;
}
#addAddressModal #addAddressFormDiv .fieldFormTitle .btn {
  margin-left: 10px;
}
#addAddressModal #addAddressFormDiv .fieldset {
  border: 2px groove threedface;
  padding: 10px;
  padding-top: 15px;
}
.renderFormOnline .sf_indented .radio-button-container {
  /* AMP-1264 display: block; - aligned radio buttons side by side*/
  display: flex;
  white-space: pre;
}


.renderFormOnline .sf_indented .radio-button-container label {
  display: block;
  /*AMP-1264*/
  margin-bottom: 0;
}
.renderFormOnline .sf_indented .radio-button-container .error-hint {
  display: inline-block;
}

/*AMP-3355*/
.renderFormOnline .sf_indented .radio-button-container-block {
  display: block;
  word-break: break-word;
  white-space: normal;
}
.renderFormOnline .sf_indented .radio-button-container-block label {
  display: block;
  /*AMP-1264*/
  margin-bottom: 0;
}
.renderFormOnline .sf_indented .radio-button-container-block .error-hint {
  display: inline-block;
}

.renderFormOnline .sf_indented .error-hint {
  position: static;
}
.bgGradeWhite {
  border-radius: 10px;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #ddd;
}
.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 label.m-b-10,
.flexInline .label.m-b-10 {
  margin-bottom: 10px;
}
.flexInline .form-group {
  margin-bottom: 10px;
}
.fontItalic {
  font-style: italic;
}
.font-12 {
  font-size: 12px;
}
table tr.skillBreakLineTr {
  border: 0!important;
}
table tr.skillBreakLineTr td.skillBreakLineTD {
  padding: 0!important;
  border: 0!important;
  position: relative;
  height: 25px;
  border-bottom: 1px solid #ddd;
}
.skillBreakLine {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #E8F2F4;
}
#skillSetTable {
  border: 0!important;
}
@media print {
  table tr.skillBreakLineTr {
    border: 0!important;
    border-bottom: 1px solid #ddd !important;
  }
  table tr.skillBreakLineTr td.skillBreakLineTD {
    padding: 0!important;
    border: 0!important;
    border-bottom: 1px solid #ddd !important;
  }
  .skillBreakLine {
    background: none;
    border-bottom: 1px solid #ddd !important;
  }
}
.form-group:not(.has-error) .help-block {
  display: none!important;
}
.account-wrap .viewContent .panel.forgotUsernamePanel {
  height: auto;
  min-height: auto;
}

@media print {
  .table.responsive-table {
    display: table!important;
  }
  .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:not(.detailTr),
  .table.responsive-table tbody tr:not(.detailTr),
  .table.responsive-table tfoot tr:not(.detailTr) {
    display: table-row !important;
  }
  .table.responsive-table thead tr.detailTr.showTr,
  .table.responsive-table tbody tr.detailTr.showTr,
  .table.responsive-table tfoot tr.detailTr.showTr {
    display: table-row !important;
  }
  .table.responsive-table thead tr div.course_details,
  .table.responsive-table tbody tr div.course_details,
  .table.responsive-table tfoot tr div.course_details {
    margin-top: 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 #ddd;
    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;
  }
  .attendance-bar,
  #toggleDiv,
  .checkbox-common,
  .checkbox-common ~ hr {
    display: none!important;
  }
  .content-bg > .x-panel > .x-content {
    border: 0;
  }
  .closeDetailTR {
    display: none;
  }
  #detailedAttendanceView hr {
    display: none!important;
  }
  a[href]:after {
    content: "" !important;
  }
  #DataTables_assignments_wrapper .dataTables_paginate,
  #DataTables_assignments_wrapper .dataTables_info,
  #DataTables_assignments_wrapper .dataTables_length {
    display: none;
  }
  .table.responsive-table {
    border: 1px solid #ddd !important;
  }
  .table.responsive-table.dataTable-init thead tr th,
  .table.responsive-table.dataTable-init thead tr td {
    border-right-width: 1px;
  }
  .table.responsive-table thead tr th,
  .table.responsive-table thead tr td {
    border-top: 0;
    border-left: 0!important;
    border-right-width: 1px;
  }
  .table.responsive-table tr th,
  .table.responsive-table tr td {
    border: 1px solid #ddd;
    border-bottom: 0!important;
    border-left: 0;
  }
  .table.responsive-table tr th:last-child,
  .table.responsive-table tr td:last-child {
    border-right: 0!important;
  }
  .table.responsive-table tbody tr th,
  .table.responsive-table tbody tr td {
    border-bottom: 0!important;
    border-left: 0;
  }
  .table.responsive-table tbody tr:last-child td {
    border-bottom: 0!important;
  }
  table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
  }
  table.dataTable thead th,
  table.dataTable thead td {
    border-bottom: 0;
  }
  .assignmentTitle {
    font-size: 21px;
    margin: 0!important;
    text-align: center;
  }
}
a.link-theme {
  color: #db813b;
  text-decoration: underline;
  border: 0;
}
body.account-wrap p a.link-theme {
  color: #db813b;
  text-decoration: underline;
  border: 0;
}
body.account-wrap p a.link-theme:hover {
  border: 0;
}
.licensePanel a {
  color: #c35303;
}
.m-t-10 {
  margin-top: 10px;
}
.main-sidebar .sidebar .nav-sidebar > li > .nav-link:focus {
  background: linear-gradient(#2a2a2a, #3e3d3f), #414042 !important;
}
.main-sidebar .sidebar .nav-sidebar .nav-treeview .nav-link:focus {
  text-decoration: underline!important;
}
.labelReq {
  color: red;
}
.side-menu li.online-reg-form-link .label-success {
  background-color: #296529;
}
body .content .btn-default,
body .modal .btn-default {
  background-color: #4d4d4d !important;
}
body .panel-toolbox li a.printForm {
  color: #823803;
}
body .navigationButtons .btn-theme {
  background: #FA6800;
  color: #000;
  border-color: #FA6800;
}
.eyeInput .input-group-addon {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 34px;
  width: 40px;
  padding: 7px;
}
.eyeInput .input-group-addon .eye-switch:focus {
  border: 1px solid;
}
.greyBlueTr td,
.greyBlueTr th {
  color: #333;
}
.greyBlueTh {
  color: #333;
}
#DataTables_Table_0_wrapper {
  overflow-x: auto;
}
button#divDocStorPopupClose {
  background: none!important;
  border: 0!important;
}
button#divDocStorPopupClose:focus {
  border: 1px solid #333 !important;
}
/*AMP-2905*/
#formEditor .del-button[disabled],
#formEditor .copy-button[disabled] {
  cursor: not-allowed;
}
.form-wrap.form-builder .stage-wrap.disabledForm {
  width: 100%;
}
#folderTable .deleteLink:focus {
  border: 1px solid #333 !important;
}

#TEASSODiv a.disabled {
  cursor: not-allowed;
  pointer-events: inherit!important;
}

.p-lr-3 {
  padding-left: 3px!important;
  padding-right: 3px!important;
}
.p-t-10 {
  padding-top: 10px!important;
}
.m-t-none {
  margin-top: 0!important;
}
.x-panel .x-title h4 .chevron-icon {
  font-size: 22px;
}
.checkdetailbox {
  padding-top: 7px;
}
.displaynone {
  display: none;
}
.ordertext {
  width: 40px!important;
}
#onlineRegCreatorAvailableForms {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 5px;
  padding-top: 0;
  background-color: #fff;
}
#onlineRegCreatorAvailableForms a.addForm {
  margin-right: 5px;
  opacity: 0;
  -moz-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
  -moz-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -o-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -webkit-transition: margin-right 0.1s linear, opacity 0.1s linear;
  transition: margin-right 0.1s linear, opacity 0.1s linear;
}
#onlineRegCreatorAvailableForms a.addForm i.fa {
  font-size: 1.5em;
  margin-top: 3px;
}
#onlineRegCreatorAvailableForms .list-group {
  margin-bottom: 5px;
}
#onlineRegCreatorAvailableForms .list-group .list-group-item {
  padding: 3px;
  font-weight: bold;
}
#onlineRegCreatorAvailableForms .list-group .list-group-item.list-group-item-primary {
  background: #3498db;
  color: #fff;
  border-color: rgba(52, 152, 219, 0.88);
}
#onlineRegCreatorAvailableForms .list-group .list-group-item.m-b2 {
  margin-bottom: 2px;
}
#onlineRegCreatorAvailableForms .x-content div[class^="col-"],
#studentDataEditing div[class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
div#onlineRegCreatorAvailableForms .list-group .list-group-item.active:not(.disabled),
div#onlineRegCreatorAvailableForms .list-group .list-group-item:not(.disabled):hover,
div#onlineRegCreatorAvailableForms .list-group .list-group-item:not(.disabled):active,
div#onlineRegCreatorAvailableForms .list-group .list-group-item:not(.disabled):focus {
  background: #777;
  color: #fff;
  border-color: rgba(119, 119, 119, 0.88);
}
div#onlineRegCreatorAvailableForms .list-group .list-group-item.active:not(.disabled) a.addForm,
div#onlineRegCreatorAvailableForms .list-group .list-group-item:not(.disabled):hover a.addForm,
div#onlineRegCreatorAvailableForms .list-group .list-group-item:not(.disabled):active a.addForm,
div#onlineRegCreatorAvailableForms .list-group .list-group-item:not(.disabled):focus a.addForm {
  margin-right: 5px;
  opacity: 1;
  -moz-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
  -moz-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -o-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -webkit-transition: margin-right 0.1s linear, opacity 0.1s linear;
  transition: margin-right 0.1s linear, opacity 0.1s linear;
}
#formGroupCreatorFormGroups {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 5px;
  padding-top: 0;
  background-color: #fff;
}
#formGroupCreatorFormGroups a.addForm {
  margin-right: 2px;
  opacity: 0;
  -moz-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
  -moz-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -o-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -webkit-transition: margin-right 0.1s linear, opacity 0.1s linear;
  transition: margin-right 0.1s linear, opacity 0.1s linear;
}
#formGroupCreatorFormGroups a.addForm i.fa {
  font-size: 1.5em;
  margin-top: 3px;
}
#formGroupCreatorFormGroups .list-group {
  margin-bottom: 5px;
}
#formGroupCreatorFormGroups .list-group .list-group-item {
  padding: 3px;
  font-weight: bold;
}
#formGroupCreatorFormGroups .list-group .list-group-item.list-group-item-primary {
  background: #3498db;
  color: #fff;
  border-color: rgba(52, 152, 219, 0.88);
}
#formGroupCreatorFormGroups .list-group .list-group-item.m-b2 {
  margin-bottom: 2px;
}
#formGroupCreatorFormGroups .x-content div[class^="col-"],
#studentDataEditing div[class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
div#formGroupCreatorFormGroups .list-group .list-group-item.active:not(.disabled),
div#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):hover,
div#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):active,
div#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):focus {
  background: #777;
  color: #fff;
  border-color: rgba(119, 119, 119, 0.88);
}
div#formGroupCreatorFormGroups .list-group .list-group-item.active:not(.disabled) a.addForm,
div#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):hover a.addForm,
div#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):active a.addForm,
div#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):focus a.addForm {
  margin-right: 2px;
  opacity: 1;
  -moz-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
  -moz-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -o-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -webkit-transition: margin-right 0.1s linear, opacity 0.1s linear;
  transition: margin-right 0.1s linear, opacity 0.1s linear;
}
#formGroupCreatorFormGroups {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 5px;
  margin-top: 10px;
  padding-top: 3px;
  background-color: #fff;
}
#formGroupCreatorFormGroups a.editFormGroup,
#formGroupCreatorFormGroups button.editFormGroup {
  margin-right: 2px;
  opacity: 0;
  -moz-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
  -moz-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -o-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -webkit-transition: margin-right 0.1s linear, opacity 0.1s linear;
  transition: margin-right 0.1s linear, opacity 0.1s linear;
}
#formGroupCreatorFormGroups a.editFormGroup i.fa,
#formGroupCreatorFormGroups button.editFormGroup i.fa {
  font-size: 1.5em;
  margin-top: 3px;
}
@media (max-width: 998px) {
  #formGroupCreatorFormGroups a.editFormGroup,
  #formGroupCreatorFormGroups button.editFormGroup {
    opacity: 1;
  }
}
#formGroupCreatorFormGroups .list-group {
  margin-bottom: 5px;
}
#formGroupCreatorFormGroups .list-group .list-group-item {
  padding: 3px;
  font-weight: bold;
}
#formGroupCreatorFormGroups .list-group .list-group-item.list-group-item-primary {
  background: #3498db;
  color: #fff;
  border-color: rgba(52, 152, 219, 0.88);
}
#formGroupCreatorFormGroups .list-group .list-group-item .groupName {
  font-weight: normal;
}
#formGroupCreatorFormGroups .list-group .list-group-item .label {
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
#formGroupCreatorFormGroups .list-group .list-group-item.active:not(.disabled),
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):hover,
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):active,
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):focus {
  background: #777;
  color: #fff;
  border-color: rgba(119, 119, 119, 0.88);
}
#formGroupCreatorFormGroups .list-group .list-group-item.active:not(.disabled) a.editFormGroup,
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):hover a.editFormGroup,
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):active a.editFormGroup,
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):focus a.editFormGroup,
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):hover button.editFormGroup {
  margin-right: 2px;
  opacity: 1;
  -moz-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
  -moz-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -o-transition: margin-right 0.1s linear, opacity 0.1s linear;
  -webkit-transition: margin-right 0.1s linear, opacity 0.1s linear;
  transition: margin-right 0.1s linear, opacity 0.1s linear;
}
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):hover button.editFormGroup::focus,
#formGroupCreatorFormGroups .list-group .list-group-item:not(.disabled):hover button.editFormGroup::active {
  opacity: 0;
  outline: none;
}
.management-content .label-success {
  padding-left: 0.6em !important;
  padding-right: 0.6em !important;
  font-size: 75%!important;
}
td.draggable {
  border-left: 10px solid rgba(52, 152, 219, 0.88);
  box-sizing: border-box;
  background: #d9dee4;
}
.removeForm {
  min-width: auto!important;
}
#form0 .has-feedback .form-control-feedback {
  margin-top: 0;
}
.dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  font-size: 14px;
}
#DataTables_Table_dataEditing td:first-child,
#DataTables_Table_OnlineRegistration td:first-child,
#DataTables_Table_publicDocument td:first-child,
#DataTables_Table_formCreator td:first-child,
#DataTables_Table_Enrollment td:first-child {
  text-align: left!important;
}
.formGroupAddSuccess {
  background: rgba(32, 155, 134, 0) !important;
  color: #000 !important;
  border: 3px solid rgba(32, 155, 134, 0.88) !important;
  margin-bottom: 20px;
  border-radius: 2px;
}
#DataTables_Table_Enrollment tbody tr td {
  text-align: left!important;
}
.divInstructionsContainer {
  position: absolute;
  top: 30px;
  left: 130px;
  width: 200px;
  background-color: #d7d7d7;
  font-size: 12px;
  z-index: 1;
}
.divInstructionsContainer table tbody tr {
  background-color: #d7d7d7;
}
.divInstructionsContainer table tbody tr td {
  background-color: #d7d7d7;
}
#DataTables_Table_formCreator tbody tr td:nth-child(13) {
  position: relative;
}
#colorInspicker {
  z-index: 2;
}
.copyInput {
  display: inline-block;
  width: auto;
}
#copyFormName {
  text-align: right;
}
.formcreatorAb {
  top: 1px;
}
.list-group-item .btn-xs,
#onlineRegCreatorMain .btn-xs,
.row1 .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
@media (max-width: 991px) {
  #onlineRegCreatorAvailableForms a.addForm {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  #DataTables_Table_OnlineRegistration tbody tr td,
  #DataTables_Table_dataEditing tbody tr td,
  #DataTables_Table_publicDocument tbody tr td,
  #DataTables_Table_Enrollment tbody tr td {
    display: grid;
  }
}
body .user-panel .image {
  background-color: #c35303;
}
body .langSelect .langSelectInner .applyBtn a {
  background-color: #c35303 !important;
}
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: #c35303;
}
body .panel-common .panel-body {
  border-top: 3px solid #c35303;
}
body .text-danger {
  color: rgba(235, 49, 71, 0.88);
}
body.account-wrap {
  background-color: #fff;
}
body.account-wrap .alert-error {
  color: #ea2623;
}
body.account-wrap p a {
  color: #fff;
}
body.account-wrap p a:hover {
  border-bottom: #fff dashed 1px;
}
body.account-wrap .navbar-static-top {
  background-color: #404041;
  color: #eaeaea;
}
body.account-wrap .navbar-static-top .navbar-brands .navbar-toggle {
  background-color: #414042;
  color: #eaeaea;
  border-color: #DDDDDD;
}
body.account-wrap .navbar-static-top .navbar-brands .navbar-toggle > .icon-bar {
  background-color: #eaeaea;
}
body.account-wrap .navbar-static-top .navbar-collapse li a:link,
body.account-wrap .navbar-static-top .navbar-collapse li a:active,
body.account-wrap .navbar-static-top .navbar-collapse li a:visited {
  color: #eaeaea;
}
body.account-wrap .navbar-static-top .navbar-collapse li a:hover,
body.account-wrap .navbar-static-top .navbar-collapse li a:focus {
  background: transparent;
  color: #fff;
}
body.account-wrap .navbar-static-top .navbar-collapse .dropdown-toggle::after {
  color: #c35303;
}
body.account-wrap .navbar-static-top .navbar-collapse .fa-question-circle {
  font-size: 22px;
}
body.account-wrap .navbar-static-top .nav li.dropdown.show a:link,
body.account-wrap .navbar-static-top .nav li.dropdown.show a:active,
body.account-wrap .navbar-static-top .nav li.dropdown.show a:visited,
body.account-wrap .navbar-static-top .nav li.dropdown.show a:hover {
  color: #eaeaea;
  background: #414042;
  font-size: 14px;
}
body.account-wrap .navbar-static-top .nav li.dropdown.show ul.dropdown-menu li a:active,
body.account-wrap .navbar-static-top .nav li.dropdown.show ul.dropdown-menu li a:link,
body.account-wrap .navbar-static-top .nav li.dropdown.show ul.dropdown-menu li a:visited {
  background-color: #fff;
  color: #414042;
}
body.account-wrap .navbar-static-top .nav li.dropdown.show ul.dropdown-menu li a:hover {
  background-color: #eaeaea;
}
body.account-wrap .district-photo .district-name {
  color: #000;
}
body .panel-noShadow .step-anchor::before {
  background-color: #000;
}
body .panel-noShadow .step-anchor li a {
  color: #000;
}
body .panel-noShadow .step-anchor li .active {
  color: #924100 !important;
}
body .panel-noShadow .step-anchor li .active ::after {
  background: #924100 !important;/*PP Accessibility Issyes*/
}
body .panel-mobile-login .fa-hand-pointer-o {
  color: #c35303;
}
body .panel-mobile-login .panel-body {
  background: #fff;
}
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: #265985;
}
body .cycle-link {
  color: #265985;
}
body .failing {
  color: rgba(235, 49, 71, 0.88);
}
body .content .btn-default,
body .modal .btn-default {
  background: #777575; /*PP Accessibility issues*/
  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: #C35303;/*PP Accessibility Issues*/
}
body .admin-content .btn-primary {
  background: #3173ad;
  color: #fff;
  border-color: rgba(49, 115, 173, 0.88);
}
body .admin-content .btn-primary:hover,
body .admin-content .btn-primary:focus {
  background: #265985;
}
body .admin-content .btn-danger,
body .admin-content .alert-error,
body .admin-content .label-danger {
  background: #C32433;/*PP Accessibility Issues*/
  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: #3173ad;
  color: #fff;
  border-color: rgba(49, 115, 173, 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(49, 115, 173, 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: #c35303;
}
body .admin-content table.dataTable tbody tr.active td {
  background: #c35303;
  color: #fff;
}
body .admin-content .fa-green {
  color: fade-in(rgba(32, 155, 134, 0.88), 1);
}
body .admin-content .enrollStudentContent ul.step-anchor:before,
body .admin-content .sw-theme-dots > ul.step-anchor:before {
  background-color: #414042;
}
body .admin-content .enrollStudentContent ul.step-anchor > li > a,
body .admin-content .sw-theme-dots > ul.step-anchor > li > a {
  color: #414042;
}
body .admin-content .enrollStudentContent ul.step-anchor > li.active > a,
body .admin-content .sw-theme-dots > ul.step-anchor > li.active > a {
  color: #c35303;
}
body .admin-content .enrollStudentContent ul.step-anchor > li.active > a:after,
body .admin-content .sw-theme-dots > ul.step-anchor > li.active > a:after {
  background: #c35303;
}
body .admin-content .sw-theme-dots > ul.step-anchor > li.done > a:after {
  background: fade-out(#c35303, 0.9) !important;
}
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 .panel-student-dashboard {
  color: #eaeaea !important;
  background-color: #414042;
}
body .panel-student-dashboard.selected {
  border: 5px solid #c35303;
}
body .panel-student-dashboard.selected .x-title {
  border-bottom: 3px solid #c35303;
}
body .panel-student-dashboard.selected .x-title i.fa {
  color: #c35303;
}
body .panel-student-dashboard.selected .post-thumbnail {
  background-color: #c35303;
}
body .panel-student-dashboard.selected .post-thumbnail img {
  background-color: #c35303;
}
body .sidebar-dark-primary .nav-sidebar > .nav-item.has-treeview.menu-open > .nav-link {
  color: #eaeaea;
  border-right: 5px solid #c35303;
  background: linear-gradient(#4b4a4c, #3e3d3f), #414042;
}
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;
  background-color: #323132;
}
body .menu-open > ul.nav.nav-treeview .nav-item:hover {
  background-color: #414042;
}
body .side-menu li.online-reg-form-link a {
  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 .current-page > a {
  background: linear-gradient(#4b4a4c, #3e3d3f), #414042;
}
body .main-sidebar {
  background-color: #414042;
}
body .main-sidebar .sidebar .menu-section h3 {
  color: #c35303;
}
body .main-sidebar .sidebar .menu-section h3.menu-title .btn {
  color: #eaeaea !important;
  border-color: #c35303 !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 #c35303;
}
body .main-sidebar .sidebar .nav.nav-treeview .nav-item {
  background: #4b4a4c;
}
body .main-sidebar .sidebar .nav.nav-treeview .nav-item.current-page {
  background: #272728;
}
body .main-sidebar .sidebar .nav.nav-treeview .nav-item:hover::before {
  background: #c35303;
}
body .main-sidebar .sidebar .nav.nav-treeview .nav-item:hover::after {
  border-left: 1px solid #c35303;
}
body .btn-theme {
  background: #c35303;
  color: #fff; /*PP Accessbility Issues*/
  border-color: #c35303;
}
body .btn-theme:hover {
  color: #eaeaea;
  background: #af4a03;
}
body .line-solid {
  border-top: 3px solid #eaeaea;
}
body .campus-content .panel .panel-heading .panel-title .chevron-icon {
  color: #c35303;
}
body .atten-content .attendance-bar ul.nav-tab li a.active::after {
  background: #c35303;
  border: 1px solid #c35303;
}
body .panel-toolbox li a {
  color: #c35303;
}
body .navbar .navbar-nav .nav-link i.fa-bars {
  color: #c35303;
}
body .x-panel .x-title h4 .chevron-icon {
  color: #c35303;
}
body .nav-sidebar .nav-link > p > .right {
  color: #c35303;
}
body .nav-sidebar .nav-link > .nav-right-part > .right {
  color: #c35303;
}
body .menu-open > .nav-link {
  border-right: 5px solid #c35303;
}
body .current-page {
  border-right: 5px solid #c35303;
}
body .activeStu::before {
  background: #c35303 !important;
}
body .activeStu::after {
  border-left: 1px solid #c35303 !important;
}
body .activeStu span.nav-link {
  color: #c35303 !important;
}
body .addrecord .btn-primary {
  color: #AD4E0A !important;
  border-color: #AD4E0A !important;
}
body .addrecord .btn-primary.addbutton {
  background-color: #AD4E0A !important;
  color: #eaeaea !important;
  border-color: #AD4E0A !important;
}
body .btn-primary#submitCharter {
  border-color: #337ab7;
  color: #337ab7;
}
body .btn-primary#submitCharter:hover,
body .btn-primary#submitCharter:focus {
  color: #fff;
}
body .btn-danger {
  background-color: #c32533;
}
body .btn-success {
  background-color: #267d26;
}
body .btn-info {
    background-color: #407D89;
}
.btn-info[disabled]:hover{
  background-color: #376A74;
 }
 .staticFormsLinks {
  color: #000080;
 }
.tab-click:focus {
  box-shadow: 0 0 0 1px #fff !important;
  border-radius: 4px;
}
.tab-click.btn.btn-default-red {
  box-shadow: 0 0 0 1px #c35303 !important;
}
.tab-click:focus:not(:focus-visible),
.tab-click.btn.btn-default-red:not(:focus-visible) {
  box-shadow: none!important;
}
.main-sidebar .sidebar .nav-sidebar .nav-link:focus {
  text-shadow: rgba(0, 0, 0, 0.95) 0 -1px 0;
  box-shadow: rgba(0, 0, 0, 0.75) 0 1px 0, rgba(0, 0, 0, 0.95) 0 1px 0;
}
.btn-primary {
  color: #3173AD;
  background-color: white;
  border-color: #3173AD;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3173AD;
  border-color: #3173AD;
}
.label-danger {
  background-color: #C32433;
}
.label-warning {
  background-color: #C35303;
}
.label-success {
  background-color: #267D26;
}
.label-info {
  background-color: #4D7D8E;
}
select.ddl-tab-click:focus {
  outline: none!important;
  border: 2px solid #C35303;
}
.option-tab-click:focus {
  outline: none!important;
  border: 1px solid #C35303;
}

/* AMP-1061 fixed issues "PP Admin Form Creator Color/ Background color boxes when selected open in a large white box." */
.pickColorContent{position:relative}
.pickColorContent #colorpicker,
.pickColorContent #colorbgpicker{
	top:0;
	left:20px;
	z-index:10;
}
.pickColorContent #colorInspicker{
	top:0!important;
	left:20px!important;
	z-index:10;
}


/* AMP-1359*/
.step-wizard .inheritTable{
	overflow:inherit;
}

/**AMP-5074 -- Added customskill class for word and color tables to match with TP**/
.customSkillTable {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.customSkillTable .customSkillItem {
  width: 20%;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
}
.customSkillTable .customSkillItem label {
  margin: 0;
}
.customSkillTable .customSkillItem label .label-span {
  display: block;
  margin-right: 10px;
}