/* // common blue css */



.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-number {
  background-color: rgb(255 255 255 / 59%) !important;
  color: #073763 !important;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-label .wizard-title {
  color: #073763 !important;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
  color: #878787 !important;
}


/* // common blue css */



.error {
  color: red;
}

.role_management {
  display: none;
}

/* button:disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
} */

/* button[disabled]:hover {
  background-color: #999999 !important;
} */

legend {
  width: auto;
}

.note-editing-area:not(#ticketInfoPopup .note-editing-area) {
  /* .note-editing-area { */
  min-height: 200px !important;
  max-height: auto !important;
  overflow: auto !important;
}


/* // admission form configuration css start */

.admissionFormConfiguration .nav.nav-bold .nav-item .nav-link .nav-text {
  font-size: 12px;
}

.formLabel,
.adFormLabel {
  font-size: 12px !important;
  /* width: 90%; */
}

.admissionFormConfiguration .table-bordered td,
.admissionFormConfiguration .table-bordered th {
  font-size: 15px !important;
}

.admissionFormConfiguration .form-group label {
  font-size: 15px !important;
}

.admissionFormConfiguration .dataTables_wrapper .dataTable th,
.admissionFormConfiguration .dataTables_wrapper .dataTable td {
  font-size: 14px !important;
}

.admissionFormConfiguration textarea,
.admissionFormConfiguration input {
  font-size: 15px !important;
}

.daterangepicker thead tr>th,
.daterangepicker thead tr>td,
.daterangepicker tbody tr>th,
.daterangepicker tbody tr>td {
  font-size: 15px !important;
}

.daterangepicker thead tr>th,
.daterangepicker thead tr>td,
.daterangepicker tbody tr>th,
.daterangepicker tbody tr>td {
  font-size: 15px !important;
}

.admissionFormConfiguration .pointer-events-none.absolute.top-0.left-3.mb-0.truncate.text-gray-500.transition-all.duration-200.ease-out.transform-none {
  font-size: 17px !important;
}

/* .admissionFormConfiguration .col-lg-2.addmsn-sett-tab {
  flex: 0 0 19.666667%;
  max-width: 19.666667%;
} */


.admissionFormConfiguration .nav-item {
  padding: 0px 5px;
}

.admissionFormConfiguration .nav-link:hover>.nav-text,
.admissionFormConfiguration .nav-link.active:hover>.nav-text {
  color: #FFFFFF !important;
}

.caMainHeadTab .nav.nav-pills .nav-item {
  margin-right: 0.25rem;
  width: 25% !important;
  padding: 0px 5px;
}


.dropdown.bootstrap-select.dropup,
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}


.ck.ck-editor__editable_inline {
  padding: 0px 18px !important;
}

.ck-editor__editable ul,
.label-ckeditor ul,
.save-ckeditor ul {
  list-style: disc !important;
}

.ck-editor__editable ol,
.label-ckeditor ol,
.save-ckeditor ul {
  list-style: auto !important;
}


.ck-editor__editable h2,
.label-ckeditor h2,
.save-ckeditor h2 {
  font-size: 32px !important;
}

.ck-editor__editable h3,
.label-ckeditor h3,
.save-ckeditor h3 {
  font-size: 26px !important;
}

.ck-editor__editable h4,
.label-ckeditor h4,
.save-ckeditor h4 {
  font-size: 22px !important;
}


li.disabled {
  background-color: #80808047;
}

.input_error {
  color: red;
  font-size: 11px;
}


/* star rating Start */




/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {
  display: inline-flex;
}

/* make hover effect work properly in IE */
.rating__icon {
  pointer-events: none;
}

/* hide radio inputs */
.rating__input {
  position: absolute !important;
  left: -9999px !important;
}

/* hide 'none' input from screenreaders */
.rating__input--none {
  display: none
}

/* set icon padding and size */
.rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

/* set default star color */
.rating__icon--star {
  color: orange;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked~.rating__label .rating__icon--star {
  color: #ddd;
}

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover~.rating__label .rating__icon--star {
  color: #ddd;
}

i.ratingStarView.fa.fa-star {
  color: #ddd;
}

.ratingStarView.checked {
  color: orange !important;
}

.admissionFormConfiguration .panel-default>.panel-heading {
  color: #333;
  background: linear-gradient(135deg, #c5e8ff, #dcabf1) !important;
  border-color: #ddd;
}

.admissionFormConfiguration .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}

.admissionFormConfiguration .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.admissionFormConfiguration .panel-heading {
  padding: 10px 15px;
  margin: 10px 0px;
}

/* star rating end */
/* // admission form configuration css end */


/* SIS CSS */

.sttabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
}

.sttabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-style-flip nav li.tab-current a {
  color: #ff7676;
}

.sttabs nav li.tab-current a {
  color: #1BC5BD;
}

.tabs-style-flip nav a {
  padding: .5em 0;
  color: #313131;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.sttabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  font-family: rubiklight;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs-style-flip nav a {
  padding: .5em 0;
  color: #313131;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.sttabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.sttabs nav {
  text-align: center;
}

.tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  vertical-align: middle;
}

.btn.dropdown-toggle {
  border: 1px solid #d4d4d4 !important;
  height: 36px !important;
  border-radius: 4px !important;
}

.bs-searchbox>input:focus {
  color: #3F4254;
  background-color: #ffffff;
  border-color: #1c83d9;
  outline: 0;
  border-width: 2px;
}

.sisviewmodal .panel {
  margin-bottom: 30px;
}

.role-management {
  display: none;
}

/* SIS CSS END */

.blurry-bg {
  /* background: #000000cc !important; */
  filter: blur(10px);
  pointer-events: none;
}

li.menu-item-tile {
  float: left;
  width: 18%;
  height: 115px;
  margin: 7px;
  box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 0.1);
  border-radius: 20px;
  background-color: white;
}

li.menu-item-tile.width48 {
  width: 37%;
}

li.menu-item-tile a {
  position: relative;
}

#kt_quick_actions {
  width: 85%;
  margin-left: 7.5%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 20px;
}

.fav-check-star {
  /* position: absolute;
  top: 7px;
  right: 8px; */
  color: #F6BE00;
  font-size: 24px !important;
}

.fav-uncheck-star {
  /* position: absolute;
  top: 7px;
  right: 8px; */
  color: #80808045;
  font-size: 24px !important;
}

.moreMenuDiv {
  overflow: auto;
  /* background: black; */
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.more-menu-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 5px;
  margin-top: 8px !important;
}

img.side-icons {
  width: 40px;
}

.manageProfileTabs .nav.nav-pills .nav-item {
  margin-right: 0.25rem;
  width: 50% !important;
  padding: 0px 5px;
}

.manageProfileTabs .nav-link .nav-text,
.employeeConfiguration .nav-link .nav-text {
  font-size: 15px;
}

.manageProfileTabs .nav-link:hover>.nav-text,
.manageProfileTabs .nav-link.active:hover>.nav-text ,
.employeeConfiguration .nav-link:hover>.nav-text,
.employeeConfiguration .nav-link.active:hover>.nav-text {
  color: #FFFFFF !important;
  font-size: 15px;
}

.employeeConfiguration .nav.nav-pills .nav-item {
  margin-right: 0.25rem;
  width: 33% !important;
  padding: 0px 5px;
}
.moreMenuDiv {
  background: transparent;
}

.classelementwrapper .form-group {
  margin-bottom: 0px !important;
}

/* .dbTagBtn {
  position: absolute;
  top: 3px;
} */

.jexcel_container {
  /* overflow: auto !important; */
  display: block !important;
}

.form-group label {
  font-size: 12px;
}

.errorneos-cell {
  border: 1px solid #ff000078;
  background: #ffada9 !important;
}

.light-hrline {
    width: 100%;
    border-top: 1px solid #8080802b;
    padding: 0px;
    margin-left: 10px;
    margin-top: 6px !important;
    margin-bottom: 10px !important;
}

#employeeDetailsDiv label {
  font-weight: 600;
}

#employeeDetailsDiv .text-xl {
  font-size: 15px !important;
}