.tabref {
  margin-right: 8px;
}

.footer-custom {
  background-color: #990000;
  bottom: 0;
  color: rgb(255, 255, 255) !important;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  width: 100%;
}

.bigger-120 {
  font-size: large;
  font-style: italic;
}

.instruction-item {
  list-style-type: none;
  padding: 10px 0 10px 0px;
}

#insdemo {
  padding-left: 0;
}

.table.table-hover th {
  text-align: center;
}

/* line 4, ../sass/_offline-theme-base.sass */
.offline-ui,
.offline-ui *,
.offline-ui:before,
.offline-ui:after,
.offline-ui *:before,
.offline-ui *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* line 7, ../sass/_offline-theme-base.sass */
.offline-ui {
  display: none;
  position: fixed;
  background: white;
  z-index: 2000;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

/* line 17, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-content:before {
  display: inline;
}

/* line 20, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}

/* line 24, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry:before {
  display: inline;
}

/* line 29, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-up.offline-ui-up-5s {
  display: block;
}

/* line 32, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down {
  display: block;
}

/* line 37, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
  display: block;
}

/* line 42, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}

@-webkit-keyframes offline-dropin {

  /* line 40, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }

  /* line 43, ../sass/_keyframes.sass */
  1% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 0;
  }

  /* line 48, ../sass/_keyframes.sass */
  2% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 1;
  }

  /* line 51, ../sass/_keyframes.sass */
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes offline-dropin {

  /* line 40, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }

  /* line 43, ../sass/_keyframes.sass */
  1% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 0;
  }

  /* line 48, ../sass/_keyframes.sass */
  2% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 1;
  }

  /* line 51, ../sass/_keyframes.sass */
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes offline-dropin {

  /* line 40, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }

  /* line 43, ../sass/_keyframes.sass */
  1% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 0;
  }

  /* line 48, ../sass/_keyframes.sass */
  2% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 1;
  }

  /* line 51, ../sass/_keyframes.sass */
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes offline-dropin {

  /* line 40, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }

  /* line 43, ../sass/_keyframes.sass */
  1% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 0;
  }

  /* line 48, ../sass/_keyframes.sass */
  2% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 1;
  }

  /* line 51, ../sass/_keyframes.sass */
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes offline-dropin {

  /* line 40, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }

  /* line 43, ../sass/_keyframes.sass */
  1% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 0;
  }

  /* line 48, ../sass/_keyframes.sass */
  2% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 1;
  }

  /* line 51, ../sass/_keyframes.sass */
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes offline-dropout {

  /* line 57, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  /* line 59, ../sass/_keyframes.sass */
  100% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
  }
}

@-moz-keyframes offline-dropout {

  /* line 57, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  /* line 59, ../sass/_keyframes.sass */
  100% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
  }
}

@-ms-keyframes offline-dropout {

  /* line 57, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  /* line 59, ../sass/_keyframes.sass */
  100% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
  }
}

@-o-keyframes offline-dropout {

  /* line 57, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  /* line 59, ../sass/_keyframes.sass */
  100% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
  }
}

@keyframes offline-dropout {

  /* line 57, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  /* line 59, ../sass/_keyframes.sass */
  100% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
  }
}

@-webkit-keyframes offline-rotation {

  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-moz-keyframes offline-rotation {

  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes offline-rotation {

  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-o-keyframes offline-rotation {

  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@keyframes offline-rotation {

  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

/* line 16, ../sass/offline-theme-dark.sass */
.offline-ui {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  padding: 1em;
  width: 38em;
  max-width: 100%;
  background: black;
  color: #cccccc;
  overflow: hidden;
}

@media (max-width: 38em) {

  /* line 16, ../sass/offline-theme-dark.sass */
  .offline-ui {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

/* line 30, ../sass/offline-theme-dark.sass */
.offline-ui .offline-ui-content {
  padding-left: 2em;
}

/* line 33, ../sass/offline-theme-dark.sass */
.offline-ui .offline-ui-content:before {
  line-height: 1.25em;
}

/* line 36, ../sass/offline-theme-dark.sass */
.offline-ui .offline-ui-content:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  height: 1em;
  width: 1em;
}

/* line 48, ../sass/offline-theme-dark.sass */
.offline-ui .offline-ui-retry {
  position: absolute;
  right: 3em;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: inherit;
  line-height: 3.5em;
  height: 3.5em;
  margin: auto;
  padding: 0 1em;
}

/* line 61, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-up {
  -webkit-animation: offline-dropout forwards 0.5s 2s;
  -moz-animation: offline-dropout forwards 0.5s 2s;
  -ms-animation: offline-dropout forwards 0.5s 2s;
  -o-animation: offline-dropout forwards 0.5s 2s;
  animation: offline-dropout forwards 0.5s 2s;
  -webkit-backface-visibility: hidden;
}

/* line 64, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-up .offline-ui-content:after {
  background: #80d580;
}

/* line 67, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-down {
  -webkit-animation: offline-dropin 0.5s;
  -moz-animation: offline-dropin 0.5s;
  -ms-animation: offline-dropin 0.5s;
  -o-animation: offline-dropin 0.5s;
  animation: offline-dropin 0.5s;
  -webkit-backface-visibility: hidden;
}

/* line 70, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-down .offline-ui-content:after {
  background: #e24949;
}

/* line 73, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-down.offline-ui-connecting,
.offline-ui.offline-ui-down.offline-ui-waiting {
  padding-right: 3em;
}

/* line 76, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:after,
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content:after {
  background: #e24949;
}

/* line 79, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-down.offline-ui-connecting:after,
.offline-ui.offline-ui-down.offline-ui-waiting:after {
  -webkit-animation: offline-rotation 0.7s linear infinite;
  -moz-animation: offline-rotation 0.7s linear infinite;
  -ms-animation: offline-rotation 0.7s linear infinite;
  -o-animation: offline-rotation 0.7s linear infinite;
  animation: offline-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  opacity: 0.7;
}

/* line 96, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-down.offline-ui-waiting {
  padding-right: 11em;
}

/* line 99, ../sass/offline-theme-dark.sass */
.offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
  padding-right: 0;
}

#accordion .panel-heading {
  border-left: 5px solid red !important;
}

#accordion .panel-default>.panel-heading {
  background-color: #fff;
}

.panel-title {
  font-family: "Comic Sans MS";
}

.dropdown-menu .menu-icon {
  margin-top: -12px;
}

.dropdown-menu {
  border: 1px solid;
  border-radius: 5px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  margin: 2px 0 0;
  min-width: 230px;
  padding: 0px;
}

.dropdown-menu>li>a>span {
  padding-top: 7px;
}

.dropdown-menu>li>a {
  line-height: 1.9;
}

/*wizard*/
.wizard_horizontal ul.wizard_steps {
  display: table;
  list-style: outside none none;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}

.wizard_horizontal ul.wizard_steps li {
  display: table-cell;
  text-align: center;
}

.wizard_horizontal ul.wizard_steps li:first-child a::before {
  left: 50%;
}

.wizard_horizontal ul.wizard_steps li a.selected::before,
.step_no {
  background: #34495e none repeat scroll 0 0;
  color: #fff;
}

.wizard_horizontal ul.wizard_steps li a::before {
  background: #ccc none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 4;
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
  color: #666;
  display: block;
  opacity: 1;
  position: relative;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
  border-radius: 100px;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 5px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 5;
}

.wizard_verticle ul.wizard_steps li a.selected::before,
.step_no {
  background: #34495e none repeat scroll 0 0;
  color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.selected::before,
.step_no {
  background: #34495e none repeat scroll 0 0;
  color: #fff;
}

.form_wizard .stepContainer {
  border: 0 solid #ccc;
  display: block;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

.actionBar {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding: 10px 5px;
  text-align: right;
  width: 100%;
}

.form_wizard .msgBox {
  display: none;
}

.form_wizard .loader {
  display: none;
}

.actionBar .buttonDisabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}

.actionBar a {
  margin: 0 3px;
  border-radius: 8px;
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
  background: #ccc none repeat scroll 0 0;
}

.wizard_horizontal ul.wizard_steps li a.done::before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
  background: #1abb9c none repeat scroll 0 0;
  color: #fff;
}

.wizard_horizontal a {
  text-decoration: none;
}

.bootbox.modal.fade.bootbox-confirm.in {
  z-index: 99999;
}

.stepContainer {
  /* min-height:320px; */
  max-height: 350px;
}

.actionBar {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding: 10px 5px;
  text-align: right;
  width: 100%;
}

.modal-lg {
  width: 100%;
}

.glyphicon {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
}

.hide {
  display: none !important;
}

.modal-open .modal {
  z-index: 999999;
}

.dropdown-menu.open {
  z-index: 9999999;
}

#revalSearchData legend {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}

#ansBookletSearchData legend {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}

#retotalSearchData legend {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}

/*Data atble Button */
.dt-buttons {
  display: none;
}

.dataTables_buttons.hidden-sm-down {
  float: right;
  border-left: 1px solid #d4d4d4;
  z-index: 1000;
}

.line-center {
  margin: 0;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
  font-weight: bold;
}

.hrts {
  font-size: 12px;
  text-align: center;
  position: relative;
  z-index: 2;

}

.hrts:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: solid 1px #e5e5e5;
  z-index: -1;
}

.bootbox.modal.fade.bootbox-confirm.in {
  z-index: 999999;
}

.loader_email {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  float: right;
  height: auto;
  position: absolute;
  right: 18px;
  top: 24px;
  width: auto;
  z-index: 50;
}

#errorModel {
  z-index: 9999999;
}

.m_tbl_h {
  margin: 5px 10px;
}

.punchLine {}

.subSess {
  text-align: center;
  padding: 20px 40px 0;
}

.my-breadcrumb {
  margin: 0px;
  padding: 20px 0 0;
}

.spl-input {
  width: 32%;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .topLogo_Mng {
    margin-top: 286px;
  }

}

@media only screen and (max-width: 396px) {
  .top_btn_txt {
    display: none;
  }

  .spl-input {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .logoPan1 {
    text-align: center;
  }

  .punchLine {
    text-align: center;
    float: none;
  }

  .subSess {
    height: 25px;
    padding: 20px 0 0;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span,
  .bcRightSub .account-area .login-area section h2 span {
    line-height: 1.1;
    font-size: 12px;
    font-weight: 400;
  }

  .spl-input {
    width: 100%;
  }
}

.m_top_25 {
  margin-top: 25px;
}

.databox-four {
  background-image: linear-gradient(to right, #02ace7, #a0e0f7)
}

.bg-themefourcolor {
  background-color: #0fa0d2 !important;
}

.breadcrumb {
  font-size: 12px;
}

.bcRightSub {
  font-size: 14px;
}

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

.datetimepicker {
  top: 364px;
}

@media only screen and (max-width:380px) {
  .breadcrumb>li>a {
    display: none;
  }

  .breadcrumb>li:first-child>a {
    display: inherit;
  }

  .spl-input {
    width: 100%;
  }
}

@media only screen and (max-width:880px) {
  .navbar .navbar-inner .navbar-header .navbar-account .account-area>li {
    height: 45px;
    font-size: 1.5rem
  }

  @media only screen and (max-width:767px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li {
      font-size: 1.2rem
    }

    .well.with-header {
      padding-top: 77px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area,
    .bcRightSub .account-area .login-area {
      height: 18px;
    }

    .datetimepicker {
      top: 392px;
    }

  }

  @media screen and (max-width: 767px) {
    .table-responsive {
      border: none;
    }

    .bcRightSub .account-area>li>a:hover {
      text-decoration: none;
      background-color: #ffcc00;
      color: #000;
    }

    .bcRightSub .account-area>li>a {
      font-size: 12px;
      /* padding: 0 0 5px 10px; */
    }

    .datetimepicker {
      top: 590px;
    }
  }

  @media only screen and (max-width: 600px) {
    section {
      min-width: 65px;
    }

    .m_tbl_h {
      width: 100%;
    }
  }

  @media only screen and (max-width: 554px) {
    .datetimepicker {
      top: 612px;
    }
  }

  .breadcrumb>li+li:before {
    padding: 0 0px;
  }

  table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    text-indent: 0px;
    line-height: 16px;
    font-size: 17px;
    font-weight: bold;
  }

  .bootbox {
    overflow: scroll;
  }


  /*menu custom CSS*/

  .btn-circle li,
  .nav-tabs.btn-circle>li {
    background-color: #fff;
    border: none;
    box-shadow: none;
  }

  .btn-circle-panel.medium .btn-circle a {
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: none;
  }

  .btn-circle li a span.second {
    height: 67%;
  }

  .btn-circle-panel.medium .btn-circle li a img {
    /* background-color: rgb(57, 166, 240);
	box-shadow: inset 0px 1px 24px rgb(0, 157, 179); */
    background: linear-gradient(135deg, #95d0f9 10%, #39a6f0 100%);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0;
    padding: 7px;
  }

  .btn-circle-panel.medium .btn-circle li a:hover img {
    background: linear-gradient(135deg, #39a6f0 10%, #95d0f9 100%);

  }

  .medium .btn-circle li a .secondSmall {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
  }

  .btn-circle li,
  .nav-tabs.btn-circle>li {
    margin: 0px;
  }

  .btn-circle,
  .btn-rounded,
  .btn-boxed {
    /* text-align:left; */
  }

  .btn-circle-panel.medium .btn-circle a {
    background: none;

  }

  .info {
    transition: 0.4s linear;
    box-shadow: 0px 0px 5px 0px rgba(142, 139, 133, 0.32);
  }

  .info:hover {
    color: #000;
    -webkit-transform: translateY(-2px) scale(1.0);
    -moz-transform: translateY(-2px) scale(1.0);
    -ms-transform: translateY(-2px) scale(1.0);
    -o-transform: translateY(-2px) scale(1.0);
    transform: translateY(-2px) scale(1.0);
    -webkit-box-shadow: 1px 6px 10px rgba(62, 57, 107, .2);
    box-shadow: 1px 6px 10px rgba(62, 57, 107, .2);
    z-index: 999;
  }

  .btn-circle-panel.medium .btn-circle li,
  .btn-rounded-panel.medium .btn-rounded li {
    width: 130px;
    height: 120px !important;
  }

  .btn-circle-panel.medium .btn-circle li a,
  .btn-rounded-panel.medium .btn-rounded li a,
  .btn-boxed-panel.medium .btn-boxed li,
  .btn-boxed-panel.medium .btn-boxed li a {
    width: 110px;
    height: 110px;
  }

  /*menu custom CSS*/
  #aa-table td {
    vertical-align: middle;
  }

  .fa-spin {
    animation: 2s linear 0s normal none infinite running fa-spin;
  }

  .modal-header h4 {
    color: #fff;
    font-weight: bold;
  }

  .close {
    color: #fff;
    opacity: 1;
  }

  .help {
    position: fixed !important;
    right: 0px;
    top: 157px;
    background-color: #39a6f0;
    color: #fff;
    padding: 9px;
    z-index: 999;
    border-radius: 0 14px 0 14px;
  }

  .help:hover {
    background-color: #0171c5;
    color: #fff;

  }

  .toltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }

  a[title]:hover:after {
    content: attr(title);
    top: -30px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    z-index: 99999;
    left: -60px
  }

  .bcRightSub .account-area>li>a:hover {
    text-decoration: none;
    color: #fff;
  }

  /* .databox .databox-number{
	font-weight: 300;
	font-size: 14px;  
} */
  .bg-themethreecolor {
    background-color: #fbfbfb !important;
  }

  .databox:hover {
    -webkit-transform: translateY(-2px) scale(1.0);
    -moz-transform: translateY(-2px) scale(1.0);
    -ms-transform: translateY(-2px) scale(1.0);
    -o-transform: translateY(-2px) scale(1.0);
    transform: translateY(-2px) scale(1.0);
    -webkit-box-shadow: 1px 6px 10px rgba(62, 57, 107, .2);
    box-shadow: 1px 6px 10px rgba(62, 57, 107, .2);
    z-index: 999;
  }

  .dropdown-menu .divider {
    background-color: #ebebeb;
    margin: 0;
  }

  .databox.databox-yellow {
    background-image: -webkit-linear-gradient(left, #ca9003, #ffce55);
    background-image: -moz-linear-gradient(left, #ca9003, #ffce55);
    background-image: -o-linear-gradient(left, #ca9003, #ffce55);
    background-image: linear-gradient(to right, #ca9003, #ffce55);
    transition: 1s ease-out;
  }

  .databox.databox-yellow:hover {
    background-image: -webkit-linear-gradient(left, #ffce55, #ca9003);
    background-image: -moz-linear-gradient(left, #ffce55, #ca9003);
    background-image: -o-linear-gradient(left, #ffce55, #ca9003);
    background-image: linear-gradient(to right, #ffce55, #ca9003);
    transition: 1s ease-out;
  }

  .databox.databox-red:hover {
    background-image: -webkit-linear-gradient(left, #ef8629, #9A2019);
    background-image: -moz-linear-gradient(left, #ef8629, #9A2019);
    background-image: -o-linear-gradient(left, #ef8629, #9A2019);
    background-image: linear-gradient(to right, #ef8629, #9A2019);
  }

  .databox.databox-graded:hover {
    background-image: -webkit-linear-gradient(left, #fff, #ddd);
    background-image: -moz-linear-gradient(left, #fff, #ddd);
    background-image: -o-linear-gradient(left, #fff, #ddd);
    background-image: linear-gradient(to right, #fff, #ddd);
  }

  .databox-four:hover {
    background-image: linear-gradient(to right, #a0e0f7, #02ace7);
  }

  /* student dashboard icon*/
  .btn-circle-panel.large .btn-circle li,
  .btn-rounded-panel.large .btn-rounded li {
    width: 130px;
    height: 140px !important;
  }

  .btn-circle-panel.large .btn-circle li a,
  .btn-rounded-panel.large .btn-rounded li a {
    width: 130px;
    height: 140px;
    box-shadow: none;
    border-radius: 6%;
    margin: 0;
  }

  .btn-circle-panel.large .btn-circle li a:hover {
    background-image: none;
    box-shadow: 0px 1px 5px #aaa, inset 0px 2px 3px #fff;
  }

  .btn-circle-panel.large .btn-circle li a span.first {
    width: 100%;
    margin: 0;
    height: 66%;
    margin-top: 0;
    line-height: 90px;
    display: block;
  }

  .btn-circle-panel.large .btn-circle li a span.second {
    height: 39%;
    line-height: 20px;
    float: left;
  }

  .btn-circle-panel.large .btn-circle li a img {
    width: 75px;
    height: 75px;
    vertical-align: middle;
    margin-top: 0;
    background: linear-gradient(135deg, #89d1e2 10%, #1ebce3 100%);
    padding: 10px;
    border-radius: 50%;
  }

  .btn-circle-panel.large .btn-circle li a:hover img {
    background: linear-gradient(135deg, #1ebce3 10%, #89d1e2 100%);
  }

  .btn-circle-panel.large .btn-circle li {
    transition: 0.4s linear;
  }

  .btn-circle-panel.large .btn-circle li:hover {
    color: #000;
    -webkit-transform: translateY(-2px) scale(1.0);
    -moz-transform: translateY(-2px) scale(1.0);
    -ms-transform: translateY(-2px) scale(1.0);
    -o-transform: translateY(-2px) scale(1.0);
    transform: translateY(-2px) scale(1.0);
    -webkit-box-shadow: 1px 6px 10px rgba(62, 57, 107, .2);
    box-shadow: 1px 6px 10px rgba(62, 57, 107, .2);
    z-index: 999;
  }

  /* student dashboard icon closed*/
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

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

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

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

  input:checked+.slider {
    background-color: #2196F3;
  }

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

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

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

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

  .databox .databox-number {
    font-size: 16px;
  }

  .dropdown-menu.pull-right a {
    white-space: inherit;
  }

  #paren_1,
  #paren_2,
  #paren_3 {
    padding-left: 25px;
  }

  /* line 6, ../sass/_content.sass */
  .offline-ui .offline-ui-retry:before {
    content: "Reconnect";
  }

  /* line 11, ../sass/_content.sass */
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Your computer is connected to the internet.";
  }

  @media (max-width: 1024px) {

    /* line 11, ../sass/_content.sass */
    .offline-ui.offline-ui-up .offline-ui-content:before {
      content: "Your device is connected to the internet.";
    }
  }

  @media (max-width: 568px) {

    /* line 11, ../sass/_content.sass */
    .offline-ui.offline-ui-up .offline-ui-content:before {
      content: "Your device is connected.";
    }
  }

  /* line 22, ../sass/_content.sass */
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Your computer lost its internet connection.";
  }

  @media (max-width: 1024px) {

    /* line 22, ../sass/_content.sass */
    .offline-ui.offline-ui-down .offline-ui-content:before {
      content: "Your device lost its internet connection.";
    }
  }

  @media (max-width: 568px) {

    /* line 22, ../sass/_content.sass */
    .offline-ui.offline-ui-down .offline-ui-content:before {
      content: "Your device isn't connected.";
    }
  }

  /* line 33, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before,
  .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
    content: "Attempting to reconnect...";
  }

  /* line 42, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " seconds...";
  }

  @media (max-width: 568px) {

    /* line 42, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
      content: "Reconnecting in " attr(data-retry-in-value) "s...";
    }
  }

  /* line 50, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " second...";
  }

  @media (max-width: 568px) {

    /* line 50, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
      content: "Reconnecting in " attr(data-retry-in-value) "s...";
    }
  }

  /* line 58, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minutes...";
  }

  @media (max-width: 568px) {

    /* line 58, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
      content: "Reconnecting in " attr(data-retry-in-value) "m...";
    }
  }

  /* line 66, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minute...";
  }

  @media (max-width: 568px) {

    /* line 66, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
      content: "Reconnecting in " attr(data-retry-in-value) "m...";
    }
  }

  /* line 74, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hours...";
  }

  @media (max-width: 568px) {

    /* line 74, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
      content: "Reconnecting in " attr(data-retry-in-value) "h...";
    }
  }

  /* line 82, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hour...";
  }

  @media (max-width: 568px) {

    /* line 82, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
      content: "Reconnecting in " attr(data-retry-in-value) "h...";
    }
  }

  /* line 90, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
    display: none;
  }

  /* line 93, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
    content: "Connection attempt failed.";
  }

  .x {
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    padding: 14px 50px;
  }

  /******************  Support Button css    ***************/

  .float_button {
    margin-top: 153px;
    text-decoration: none;
    position: fixed;
    font-size: 15px;
    z-index: 999;
    border-radius: 4px;
    font-weight: 900;
    padding: 8px 17px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(0, 0, 0, .08), inset 0 2px 0 rgba(255, 255, 255, .7), inset 0 -9px 29px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(0, 0, 0, .08), inset 0 2px 0 rgba(255, 255, 255, .7), inset 0 -9px 29px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(0, 0, 0, .08), inset 0 2px 0 rgba(255, 255, 255, .7), inset 0 -9px 29px rgba(0, 0, 0, .1);
  }

  .float_button:hover {
    color: #e8e8e8;
    text-decoration: none;
  }

  /*for right position*/
  .help-right {
    float: right;
  }

  .help-right a {
    right: -31px;
    border-radius: 4px 4px 0 0;
    transform: rotate(-90deg);
  }

  /*for left position*/
  .help-left {
    float: left;
  }

  .help-left a {
    left: -31px;
    border-radius: 4px 4px 0 0;
    transform: rotate(90deg);
  }

  /*for footer-right*/
  .help-fright {
    float: right;
  }

  .help-fright a {
    transform: inherit;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    top: 370px;
    padding: 35px 6px 33px 11px;
    opacity: 0.9;
    right: 27px;
    text-decoration: none;
  }

  .help-fright a:hover {
    opacity: 1;
  }

  /*for footer-left*/
  .help-fleft {
    float: left;
  }

  .help-fleft a {
    transform: inherit;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    top: 370px;
    padding: 35px 6px 33px 11px;
    opacity: 0.9;
    left: 27px;
    text-decoration: none;
  }

  .help-fleft a:hover {
    opacity: 1;
  }


  @media only screen and (max-width: 991px) {
    .help-fleft a {
      top: 250px;
    }
  }

  @media only screen and (max-width: 396px) {
    .help-fleft a {
      top: 250px;
    }
  }
}

@media only screen and (max-width: 768px) {
  .help-fleft a {
    top: 250px;
  }
}

/******************  Support Button css    Closed ***************/
/***********Banti Card Css bootstrap**************/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c8ced3;
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f0f3f5;
  border-bottom: 1px solid #c8ced3
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f0f3f5;
  border-top: 1px solid #c8ced3
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-deck .card {
  margin-bottom: 15px
}



@media(min-width:576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }

}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-group>.card {
  margin-bottom: 15px
}

@media(min-width:576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:first-child .card-img-top,
  .card-group>.card:first-child .card-header {
    border-top-right-radius: 0
  }

  .card-group>.card:first-child .card-img-bottom,
  .card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:last-child .card-img-top,
  .card-group>.card:last-child .card-header {
    border-top-left-radius: 0
  }

  .card-group>.card:last-child .card-img-bottom,
  .card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0
  }

  .card-group>.card:only-child {
    border-radius: .25rem
  }

  .card-group>.card:only-child .card-img-top,
  .card-group>.card:only-child .card-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card-group>.card:only-child .card-img-bottom,
  .card-group>.card:only-child .card-footer {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media(min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

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


.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.model-bnt {
  margin-top: 5px;
  font-weight: bold
}

.text-bold {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

/***********Banti Card Css bootstrap close**************/

/* Consolidated Styles from noticecustom.css */
.details-section {
  display: none;
  margin-top: 20px;
}

.form-fieldset {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.fieldset-legend {
  width: auto;
  border-bottom: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  padding: 0 10px;
}

.notice-header-legend {
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #080808ff;
  text-align: center;
}

.verification-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}

.verification-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.v-card-header {
  background: #f9f9f9;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.v-card-body {
  padding: 20px;
}

.v-info-label {
  color: #888;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  display: block;
}

.v-info-value {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.v-divider {
  height: 100%;
  width: 1px;
  background: #eee;
  margin: 0 -15px;
}

.v-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
}

.program-detail-item,
.assign-detail-item {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #eee;
}

.program-detail-item:last-child,
.assign-detail-item:last-child {
  border-bottom: none;
}

.role-selection-card {
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 12px 15px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  min-width: 150px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.role-selection-card:hover {
  border-color: #2196F3;
  background-color: #f0f7ff;
  transform: translateY(-1px);
}

.role-selection-card.active {
  border-color: #2196F3;
  background-color: #e3f2fd;
  border-width: 2px;
  padding: 11px 14px;
}

.role-selection-card input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  cursor: pointer;
  accent-color: #2196F3;
}

.role-label-text {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  user-select: none;
}

.role-selection-card.active .role-label-text {
  color: #1565c0;
}

.role-filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  padding: 5px 0;
}

.role-filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: 600;
  color: #5d6d7e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  outline: none;
}

.role-filter-chip i {
  margin-right: 10px;
  color: #2196F3;
  font-size: 14px;
}

.role-filter-chip:hover {
  background: #fdfefe;
  color: #2196F3;
  border-color: #2196F3;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(33, 150, 243, 0.15);
}

.role-filter-chip:active {
  transform: translateY(0);
}

.role-filter-chip.active {
  background: #2196F3;
  color: #fff;
  border-color: #2196F3;
  box-shadow: 0 4px 10px rgba(33, 150, 243, 0.3);
}

.role-filter-chip.active i {
  color: #fff;
}

.max-h-400-ov-y {
  max-height: 400px;
  overflow-y: auto;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  background: #fff;
  padding: 5px;
}

.search-section-container {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.label-bold-lg {
  font-weight: bold;
  font-size: 16px;
}

/* Consolidated Report and Print Styles scoped to .report-view-container */
.report-view-container .report-preview {
  background: #fff;
  padding: 20px;
  font-family: 'Times New Roman', Times, serif;
  color: #000;
  max-width: 1200px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

.report-view-container .header-top {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.report-view-container .univ-name {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #2c3e50;
  font-family: "Times New Roman", Times, serif;
}

.report-view-container .univ-logo {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

.report-view-container .exam-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.report-view-container .resolution-text {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}

.report-view-container .logo-section {
  text-align: center;
  margin: 10px 0;
}

.report-view-container .logo-img {
  width: 90px;
  height: auto;
}

.report-view-container .meeting-date {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.report-view-container .venue-info {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
}

.report-view-container .notice-info {
  font-size: 12px;
  margin-bottom: 10px;
}

.report-view-container .list-header {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 15px;
}

.report-view-container .report-table,
.report-view-container .exam-table,
.report-view-container .program-table,
.report-view-container .main-table,
.report-view-container .header-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.report-view-container .report-table th,
.report-view-container .report-table td,
.report-view-container .exam-table th,
.report-view-container .exam-table td,
.report-view-container .program-table th,
.report-view-container .program-table td,
.report-view-container .main-table th,
.report-view-container .main-table td {
  border: 1px solid #000;
  padding: 6px;
  font-size: 14px;
  vertical-align: top;
}

.report-view-container .report-table th,
.report-view-container .exam-table th,
.report-view-container .program-table th,
.report-view-container .main-table th {
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
}

.report-view-container .teacher-info {
  margin-bottom: 5px;
}

.report-view-container .teacher-name {
  font-weight: bold;
  display: block;
}

.report-view-container .teacher-contact {
  display: block;
  font-size: 13px;
}

.report-view-container .footer-section {
  margin-top: 20px;
  font-size: 14px;
}

.report-view-container .mod-date {
  font-weight: bold;
  margin-top: 20px;
}

.report-view-container .notice-container,
.report-view-container .program-preview,
.report-view-container .report-preview,
.report-view-container .univ-container {
  background: #fff;
  padding: 40px;
  font-family: 'Times New Roman', Times, serif;
  color: #000;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}

.report-view-container .header-ref {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  font-size: 14px;
  color: #555;
}

.report-view-container .notice-header {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  margin: 10px 0;
  text-align: center;
  color: #000;
}

.report-view-container .notice-body {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px;
  padding: 0 20px;
}

.report-view-container .highlight-text {
  text-decoration: underline;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
  font-size: 15px;
  padding-right: 20px;
}


.report-view-container .fees-box {
  padding: 2x;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  margin-bottom: 2px;
  border-radius: 2px;
}

.report-view-container .fees-title {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
  font-size: 16px;
}

.report-view-container .nb-section {
  margin-top: 12px;
  font-size: 14px;
  font-style: italic;
}

.report-view-container .signature-box {
  text-align: center;
  width: 250px;
}

.report-view-container .signature-line {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 5px;
}

.report-view-container .signature-img {
  height: 60px !important;
}

/* Missing Utility Classes from custom_print.css */
.report-view-container .w-10 {
  width: 10%;
}

.report-view-container .w-15 {
  width: 15%;
}

.report-view-container .w-20 {
  width: 20%;
}

.report-view-container .w-25 {
  width: 25%;
}

.report-view-container .w-30 {
  width: 30%;
}

.report-view-container .w-33 {
  width: 33.33%;
}

.report-view-container .w-40 {
  width: 40%;
}

.report-view-container .w-42-5 {
  width: 42.5%;
}

.report-view-container .w-50 {
  width: 50%;
}

.report-view-container .w-70 {
  width: 70%;
}

.report-view-container .w-100 {
  width: 100%;
}

.report-view-container .w-30-px {
  width: 30px !important;
}

.report-view-container .w-50-px {
  width: 50px !important;
}

.report-view-container .mt-0 {
  margin-top: 0 !important;
}

.report-view-container .mr-5 {
  margin-right: 5px !important;
}

.report-view-container .mr-10 {
  margin-right: 10px !important;
}

.report-view-container .mt-5 {
  margin-top: 5px !important;
}

.report-view-container .mt-10 {
  margin-top: 10px !important;
}

.report-view-container .mt-15 {
  margin-top: 15px !important;
}

.report-view-container .mt-20 {
  margin-top: 20px !important;
}

.report-view-container .mt-30 {
  margin-top: 30px !important;
}

.report-view-container .mt-25 {
  margin-top: 25px !important;
}

.report-view-container .mt-neg-45 {
  margin-top: -45px !important;
}

.report-view-container .mb-0 {
  margin-bottom: 0 !important;
}

.report-view-container .mb-10 {
  margin-bottom: 10px !important;
}

.report-view-container .mb-20 {
  margin-bottom: 20px !important;
}

.report-view-container .mb-30 {
  margin-bottom: 30px !important;
}

.report-view-container .m-10-0 {
  margin: 10px 0 !important;
}

.report-view-container .m-30-0 {
  margin: 30px 0 !important;
}

.report-view-container .ml-35 {
  margin-left: 35px !important;
}

.report-view-container .p-2 {
  padding: 2px !important;
}

.report-view-container .p-5 {
  padding: 5px !important;
}

.report-view-container .p-15 {
  padding: 15px !important;
}

.report-view-container .p-0-5 {
  padding: 0 5px !important;
}

.report-view-container .fs-10 {
  font-size: 10px !important;
}

.report-view-container .fs-11 {
  font-size: 11px !important;
}

.report-view-container .fs-12 {
  font-size: 12px !important;
}

.report-view-container .fs-14 {
  font-size: 14px !important;
}

.report-view-container .fs-15 {
  font-size: 15px !important;
}

.report-view-container .fs-16 {
  font-size: 16px !important;
}

.report-view-container .fs-18 {
  font-size: 18px !important;
}

.report-view-container .fs-20 {
  font-size: 20px !important;
}

.report-view-container .lh-1-4 {
  line-height: 1.4 !important;
}

.report-view-container .border-0 {
  border: 0 !important;
}

.report-view-container .border-bottom-0 {
  border-bottom: 0 !important;
}

.report-view-container .border-top-none {
  border-top: none !important;
}

.report-view-container .border-all-1 {
  border: 1px solid #000 !important;
}

.report-view-container .border-bottom-1 {
  border-bottom: 1px solid #000 !important;
}

.report-view-container .border-top-1-dotted {
  border-top: 1px dotted #ccc !important;
}

.report-view-container .border-top-2-dashed {
  border-top: 2px dashed #ccc !important;
}

.report-view-container .border-cell {
  border: 1px solid #000 !important;
  padding: 5px !important;
}

.report-view-container .opacity-0-2 {
  opacity: 0.2 !important;
}

.report-view-container .opacity-0-3 {
  opacity: 0.3 !important;
}

.report-view-container .img-multiply {
  mix-blend-mode: multiply !important;
  background-color: transparent !important;
}

.report-view-container .float-left {
  float: left !important;
}

.report-view-container .float-right {
  float: right !important;
}

.report-view-container .flex-sb-center {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.report-view-container .pos-relative {
  position: relative !important;
}

.report-view-container .pos-absolute {
  position: absolute !important;
}

.report-view-container .top-left-0 {
  top: 0 !important;
  left: 0 !important;
}

.report-view-container .min-w-150 {
  min-width: 150px !important;
}

.report-view-container .text-grey {
  color: #777 !important;
}

.report-view-container .text-dark-grey {
  color: #555 !important;
}

.report-view-container .font-normal {
  font-weight: normal !important;
}

/* Component Styles */
.report-view-container .noticevalue-box {
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 20px;
}

.report-view-container .not-applicable {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}

.report-view-container .signature-box {
  text-align: center;
  width: 250px;
}

.report-view-container .signature-line {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 5px;
}

.report-view-container .checkbox-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  margin-left: 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 10px;
  font-size: 10px;
}

.report-view-container .checkbox-label {
  margin-right: 5px;
  font-size: 11px;
}

.report-view-container .teacher-block {
  border: 2px solid #000;
  margin-bottom: 20px;
  page-break-inside: avoid;
}

.report-view-container .block-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.report-view-container .teacher-info {
  flex: 1;
}

.report-view-container .teacher-header-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  margin-bottom: 2px;
}

.report-view-container .teacher-details-row {
  display: flex;
  border-bottom: 1px solid #000;
}

.report-view-container .examiner-type {
  width: 200px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Program Preview specific overrides if any */
.report-view-container .program-preview {
  /* Inherits card styles above */
}

.report-view-container .section-header {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
}

.report-view-container .section-header span {
  border: 2px solid #333;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  background: #fff;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.report-view-container .venue-info {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
  border: 1px dashed #ccc;
}

.report-view-container .venue-info .label-text {
  text-decoration: underline;
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 13px;
  text-transform: uppercase;
}

.report-view-container .verified-section {
  margin-top: 20px;
  border-top: 1px dotted #ccc;
  padding: 5px;
  font-size: 12px;
}

.report-view-container .sign-left {
  text-align: left;
  font-size: 13px;
}

.report-view-container .sign-right {
  text-align: center;
  font-size: 13px;
}

.report-view-container .signature-row {
  margin-top: 50px;
  display: flex !important;
  justify-content: space-between !important;
}

.report-view-container .univ-container {
  background: #fff;
  padding: 40px;
  font-family: 'Times New Roman', Times, serif;
  color: #000;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}

/* Print Overrides scoped to .report-view-container */
@media print {

  /* Reset layout containers for print */
  html,
  body,
  .main-container,
  .page-container,
  .page-content,
  #app {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  .report-view-container .no-print,
  .navbar,
  .page-sidebar,
  #sidebar-collapse,
  .bcRightSub,
  .page-breadcrumbs,
  .help-right,
  .help-left,
  .nav-tabs {
    display: none !important;
  }

  body {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    color: #000;
  }

  /* Force container to 100% width and remove shadows */
  .report-view-container,
  .report-view-container .container,
  .report-view-container .container-fluid,
  .report-view-container .page-content,
  .report-view-container .card,
  .report-view-container .tab-content,
  .report-view-container .tab-pane {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
  }

  .report-view-container .report-preview {
    box-shadow: none !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  /* Page breaks */
  .report-view-container #notice,
  .report-view-container #program {
    page-break-after: always;
  }

  .report-view-container table,
  .report-view-container tr,
  .report-view-container td,
  .report-view-container th {
    page-break-inside: avoid;
  }

  .report-view-container .teacher-block {
    page-break-inside: avoid;
    margin-bottom: 15px;
  }

  /* Background color adjustments for print */
  .report-view-container .section-header span,
  .report-view-container .venue-info,
  .report-view-container .card-header,
  .report-view-container .fees-box,
  .report-view-container .notice-header,
  .report-view-container .block-header,
  .report-view-container .checkbox-box {
    background-color: transparent !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .report-view-container .signature-row,
  .report-view-container .footer-section {
    display: flex !important;
    justify-content: space-between !important;
    margin-top: 25px;
  }

  a[href]:after {
    content: none !important;
  }

  /* Notice Master Print Settings */
  @page {
    size: A4;
    margin: 5mm;
  }

  body {
    zoom: 92%;
  }

  .report-view-container .notice-container {
    padding: 0px !important;
    margin: 0px !important;
  }

  .report-view-container .notice-body {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }
  

  .report-view-container .highlight-text {
    margin-bottom: 10px !important;
    font-size: 13px !important;
    padding-right: 0px !important;
  }

  .report-view-container .text-center.fs-18.mb-20 {
    margin-bottom: 10px !important;
    font-size: 15px !important;
  }

  .report-view-container .fees-box {
    margin-bottom: 5px !important;
    padding: 2px !important;
  }

  .report-view-container table.exam-table th,
  .report-view-container table.exam-table td {
    padding: 2px 4px !important;
    font-size: 13px !important;
  }

  .report-view-container .noticevalue-box {
    padding: 5px !important;
    margin-bottom: 5px !important;
    font-size: 13px !important;
  }

  .report-view-container .nb-section {
    margin-top: 10px !important;
    font-size: 13px !important;
  }

  .report-view-container .nb-section p {
    margin-bottom: 5px !important;
  }

  .report-view-container .not-applicable {
    margin: 10px 0 !important;
    font-size: 13px !important;
  }

  .report-view-container .footer-section {
    margin-top: 15px !important;
    font-size: 13px !important;
  }

  .report-view-container .signature-img {
    height: 45px !important;
  }
}