html{
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px !important;
}

.az-body, .az-dashboard {
  height: 100%;
  display: flex;
  flex-direction: column;
}

i.logo-icon.fa.fa-graduation-cap.fa-rotate-45 {
  transform: rotate(330deg) !important;
}


.form-control .p-1 {
  padding: 0.25rem 1.25rem 0.25rem 0.25rem !important;
}

.az-sidebar-header {
  justify-content: center;
}

.az-sidebar-sticky {
  left: 64px;
}

.az-iconbar-aside-primary {
  top: 64px;
}

.az-iconbar-aside {
  height: calc(100% - 88px);
  overflow: hidden;
}

.az-header-primary {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}


.az-content-dashboard-ten {
  padding-top: 64px;
  height: calc(100vh - 0px);
  /* height: 100%; */
  overflow-x: hidden;
}


.az-content-dashboard-dummy {
  padding-top: 46px;
    height: calc(100vh - 19px);
    overflow-y: auto;
}

.az-content-dashboard-ten-lib {
  padding-top: 43px;
  /* height: auto; */
  /*height: 100vh;*/
  overflow-x: hidden;
}

.content-header {
  margin: 5px 5px 0 5px;
}

.ckbox span:before {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #7b7b7b;
  top: 0px;
}

.ckbox span:after {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  top: 0px;
}

.content-popup-body {
  margin: -2px 6px 6px 5px;
  height: calc(100vh - 60px);
  overflow-y: auto;
  border: 1px solid #c8c8c8;
}
.content-body {
  flex: 1;
  margin: -2px 5px 7px 5px;
  /* height: calc(100vh - 70px); */
  overflow-y: auto;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
}

.content-body > div{
  overflow: visible !important;
}


.ui-scrollpanel-content {
  height: 100% !important;
}
/* .body-alignment {
  margin: -2px 5px 7px 5px !important;
  padding: 0;
} */

.form-control,
.dataTables_filter input {
  height: 28px;
  border-radius: 2px;
}

.az-iconbar-aside-primary {
  width: 300px;
}

.nav-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn-az-no {
  background-color: #929292;
  color: #fff;
  border-color: #828282;
}

.btn-az-no:hover {
  color: #fff;
}

.ui-datepicker table td {
  padding: 0em !important;
}

.btn-az-primary:not(:disabled):not(.disabled):active,
.btn-az-primary:not(:disabled):not(.disabled).active,
.show>.btn-az-primary.dropdown-toggle {
  color: #fff;
  background-color: #3c73ad;
  border-color: #618ebd;
}

.btn-az-primary:focus,
.btn-az-primary.focus {
  box-shadow: 0 0 0 0.2rem #007bff;
}

/* 
@media (min-width: 992px) {
  .az-header .az-logo {
    margin-left: 55px;
  }
} */

.overflow-auto {
  overflow: auto;
}

.content-header .az-content-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:800px) {
  .grid-action-btn {
    width: 100%
  }

  .live-server {
    display: none;
  }

  .server-ipaddrss {
    display: none
  }
}

.live-server {
  margin: 0 10px;
}

.server-ipaddrss {
  margin: 0 10px;
}


@media (max-width:800px) {
  .table-flex td {
    display: flex !important;
  }
}

s-multiselect {
  width: 100%;
}

.multiselect-dropInput {
  position: relative;
}

.multiselect-dropInput .error-icon-dropdown {
  top: 0;
  right: 0 !important;
}

.container-scrollbar .ui-scrollpanel-bar-x {
  display: none !important;
}

/*-------------------------- Sidebar override css ------------------------------*/

@media (max-width: 991.98px) {
  .az-sidebar {
    display: block;
    width: inherit;
  }

  .az-iconbar-aside-primary {
    top: 60px;
  }

  .az-header .az-logo {
    display: block;
  }
}

@media (max-width:768.98px) {
  .az-iconbar {
    top: 60px;
  }

  .az-iconbar-logo {
    display: none;
  }

  .az-content-dashboard-ten {
    padding-top: 60px;
  }


  
}

.az-header-left a.logo-sm {
  /* font-size: 2em; */
  color: #000;
  margin-right: 9px;
  margin-left: 10px
}

s-lookupalt {
  position: relative;
}

.az-iconbar-primary .nav-link {
  color: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 30px;
}

.az-iconbar-primary .nav-link-completed {
  color: rgba(10, 184, 4, 0.9);
  width: 30px;
  height: 30px;
}

#menu_Academics h5 {
  font-size: 0.8rem;
}

.nav-link h6 {
  margin: 0;
  font-size: 14px;
}


.btn-az-primary.disabled,
.btn-az-primary:disabled {
  color: #fff;
  background-color: #a5a5a5;
  border-color: #8a8a8a;
}


.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-18 {
  width: 18% !important
}

.w-20 {
  width: 20% !important;
}

.w-23 {
  width: 23% !important;
}

.w-28 {
  width: 28% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-92 {
  width: 92% !important;
}
.w-95 {
  width: 95% !important;
}

.border {
  border: 1px solid #c8c8c8 !important
}

.bl-0 {
  border-left: 0 !important
}

.br-0 {
  border-right: 0 !important;
}

.bt-0 {
  border-top: 0 !important
}

.bb-0 {
  border-bottom: 0 !important
}

.br-1 {
  border-right: 1px solid #c8c8c8 !important;
}

.bl-1 {
  border-left: 1px solid #c8c8c8 !important
}

.bt-1 {
  border-top: 1px solid #c8c8c8 !important
}

.bb-1 {
  border-bottom: 1px solid #c8c8c8 !important
}

.bx-0 {
  border-left: 0 !important;
  border-right: 0 !important
}

.by-0 {
  border-top: 0 !important;
  border-bottom: 0 !important
}

.bx-1 {
  border-left: 1px solid #c8c8c8 !important;
  border-right: 1px solid #c8c8c8 !important
}

.by-1 {
  border-top: 1px solid #c8c8c8 !important;
  border-bottom: 1px solid #c8c8c8 !important
}

.bbxr-1 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.btxr-1 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.byxr-4 {
  border-radius: 4px;
}

tbody tr td a {
  color: #73a8e0;
  font-weight: 600;
  font-size: 13px !important;
  margin-left: 5px;
}

.ptb-1 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.table th {
  padding: 7px !important
}

.table td {
  padding: 0.25rem !important;
  vertical-align: middle !important;
}

.table-border-view {
  border: 1px solid #609ad8 !important;
}

#table th {
  color: #808080;
  font-weight: 600;
}

.table-responsive.table-color {
  border-bottom: 1px solid #c8c8c8 !important;
  border-right: 1px solid #c8c8c8 !important;
  border-left: 1px solid #c8c8c8 !important;
}

.table-theads tr th {
  background: #609ad8 !important;
  color: white !important;
  border-left: 1px solid #6da7e4 !important;
  border-right: 1px solid #6da7e4 !important;
  border-top: 1px solid #6da7e4 !important;
  text-transform: capitalize;
}

.form-control:focus,
.dataTables_filter input:focus {
  border-color: #4773CC;
}

/* .navbtn {
  margin-top: -5px;
} */

.ckbox {
  display: inline;
  cursor: pointer;
}

.form-control {
  font-size: 0.7125rem;
}

.mandatory-input {
  border: 1px solid #ffa6a6 !important;
}

/* .mandatory-icon {
  color: #ff5656 !important;
  font-size: 20px;
  position: absolute;
  top: -10px;
} */
.mandatory-icon {
  color: #ff5656 !important;
  font-size: 13px;
  position: absolute;
  top: -5px;
}

.mandatory-iconQus {
  color: #ff5656 !important;
  font-size: 20px;
  position: absolute;
  top: -5px;
  right: -15px;
}

@media (min-width: 576px) {
  .az-header-notification.show>a::after {
    display: block;
  }

  .az-header-notification .dropdown-menu {
    top: 52px !important;
    border-width: 2px !important;
  }

  .az-profile-menu.show .az-img-user::before {
    display: block !important;
  }

  .az-profile-menu .dropdown-menu {
    top: 66px !important;
    border-width: 2px !important;
  }
}

@media(max-width:767.99px) {
  .pd-t-sm-3 {
    padding: 8px 0 3px 0px
  }

  .pd-b-sm-3 {
    padding: 0 0 3px 0;
  }

  .content-center {
    align-items: normal !important;

  }
}

@media(max-width:530px) {
  .navbtn {
    margin: 2px;
  }
}

@media screen and (min-width:513px) and (max-width:800px) {
  .grid-table-body-height .ui-table-scrollable-body {
    height: calc(100vh - 195px) !important;
  }
}

@media screen and (min-width:320px) and (max-width:513.99px) {
  .grid-table-body-height .ui-table-scrollable-body {
    height: calc(100vh - 275px) !important;
  }
}

.pagination {
  justify-content: flex-end;
}

.pagination .page-link {
  width: 25px;
  height: 25px;
}

.page-item.active .page-link {
  background-color: #0062cc;
}

a.dialog {
  position: relative !important;
}

.dialogBox {
  border: 1px solid #bdbec0;
  border-radius: 4px;
  background: #f8f9fa;
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.dialogBox h6 {
  margin: 0;
}

.dialogBox a {
  text-decoration: none;
  font-size: 0.8rem
}

.paginator-content {
  position: relative;
  background-color: #75a7ff;
}

.paginator-text {
  position: absolute;
  color: #213e5d;
  top: 40%;
  left: auto;
  transform: translate(0, -30%);
  margin: -1px 10px;
  font-size: 15px;
  font-weight: 600;
}

/* input[type="checkbox"]                         {position: relative !important;}
input[type="checkbox"]:focus                   {border-color: #73a0cf;outline: 0 none;box-shadow: none;opacity: 1;width: 19px;height: 19px;/* position: absolute; left: -2px;top: 6px;transition: all 0s ease-in-out;} */
.nav-item {
  cursor: pointer;
}

/* .header-datepicker .date-range>p-overlaypanel {top: -15px;clear: both;left: auto;} */
/* .date-range{position: relative;} */


.panel-heading-gray {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8
}

.paginator-count .ui-paginator .ui-dropdown {
  margin-left: 0.1em;
}

.paginator-count .ui-paginator .ui-paginator-first,
.paginator-count .ui-paginator .ui-paginator-prev,
.paginator-count .ui-paginator .ui-paginator-next,
.paginator-count .ui-paginator .ui-paginator-last {
  min-width: 1.8em
}

/*----------------------------------------- Time Table Schema -------------------------------------------- */

.slot-drag-panel {
  border: 1px solid #bbbbbb;
}

.slot-drag-row {
  display: flex;
  border-bottom: 1px solid #bbbbbb;
}

.slot-drag-row:last-child {
  border-bottom: none;
}

.day-type {
  text-align: left;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.05);
  flex-basis: 140px;
  border-right: 1px solid #bbbbbb;
}

.days {
  margin-bottom: 0;
  padding: 0 0 0 10px
}

.accordion-container {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.set>a {
  display: block;
  padding: 8px 8px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-top: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  justify-content: space-between;
}

li.set:nth-child(1)>a {
  border-top: none
}

.timetable-subject-list li.set:nth-child(2)>a {
  border-top: none
}

.slot-time>ul {
  display: flex;
  margin: 0;
  padding: 0;
  min-height: 45px;
  list-style: none;
}

.slot-time>ul>li {
  border: 1px solid #a7a7a7;
  padding: 8px 8px;
  margin: 3px;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  cursor: pointer;

  height: 104px;
  overflow: hidden;
}


.teacher-pic {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.teacher-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 1px solid #c8c8c8;
}


.time-head {
  display: flex;
  border-bottom: 1px solid #c8c8c8;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
  width: 100%;
}

.slot-time-details {
  font-weight: 600;
  margin-right: 10px;
  font-size: 14px;
}

.time-success {
  color: #03a203;
}

.time-success:hover {
  color: #03a203;
}

.time-remove {
  color: #f90303;
}

.time-remove:hover {
  color: #f90303;
}

.time-body {
  white-space: nowrap;
  width: 100%;
}

.time-icons {
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;

}

.time-head-icon {
  padding: 5px 10px 5px;
  color: #73a0cf;
}

.timetable-content {
  width: 300px
}

.time_dailogdetails {
  display: flex;
  margin: 5px 0
}

.time_dailogdetails p {
  font-size: 0.7rem;
}

.time-info {
  display: flex;
  align-items: center;
  margin: 5px 0;
  justify-content: space-between
}

.time-info-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.nowrap {
  white-space: normal !important;
}

.time-btn {
  background: #0062cc;
  margin: 5px;
  padding: 2px 10px;
  border-radius: 4px;
  color: #fff;
}

.time-btn:hover {
  color: #fff;
}

.timetable-dialog-head {
  border-bottom: 1px solid #c8c8c8
}

.timetable-dialog-head h5 {
  margin-bottom: 5px
}

.timebody-icon {
  justify-content: center;
  display: flex;
  font-size: 20px;
  margin-top: 6px;
}

.slot_selected {
  background: #c5e1ff
}



ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-box {
  /* background: #fff; */
  box-shadow: none;
  position: relative;
  transition: .5s;
  /* border: 1px solid #f2f2f2;border-radius: 0; */
}

.card-body {
  max-height: 100%;
  overflow: auto;
}

.timetablelist {
  text-decoration: none;
  text-align: right;
  float: right;
  background: #dbf1ff;
  padding: 2px 4px;
  border-radius: 10px;
  font-size: 13px;
  margin: 0 !important;
  border: 1px solid #55aee8;
  /* display: inline; */
}

.times-data-border:first-of-type {
  border-top: none !important;
}

.timetable-dialog-box {
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 5px rgba(33, 34, 41, 0.1);
  border-radius: 3px;
  padding: 15px;
  background: rgba(229, 241, 255, 1);
  position: relative;
  width: 250px;
  display: none;
}

.timetable-dialog-box:before,
.timetable-dialog-box:after {
  border: solid transparent;
  content: '';
  height: 0px;
  width: 0px;
  pointer-events: none;
  z-index: 99999;
  top: -20px;
  left: 55px;
  position: absolute;
}

.timetable-dialog-box:before {
  border-color: rgba(203, 203, 203, 0);
  border-bottom-color: #c8c8c8;
  border-width: 10px;
}

.timetable-dialog-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(229, 241, 255, 1);
  border-width: 10px;
  top: -18px;
}

.timetable-dialog {
  padding: 10px;
  position: absolute;
  top: 68px;
  left: -12px;
  z-index: 99;
}

.slot-time-list>ul>li:hover .timetable-dialog-box {
  display: block;
}

.lunch-break {
  background-color: #6fafff;
  color: #fff;
}

.slot_icon-lebel {
  font-weight: bold
}

.slot-icon {
  font-size: 15px;
  color: #444;
  margin-right: 3px
}

.faculty-pic {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.faculty-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 1px solid #c8c8c8;
}

@media (max-width: 1200px) {

  .day-type {
    flex-basis: 100px;
  }
}

.slot-time-list {
  flex: 1
}

.slot-time-list>ul {
  display: flex;
  margin: 0;
  padding: 0;
  min-height: 45px;
  list-style: none;
}

.slot-time-list>ul>li {
  border: 1px solid #dedede;
  padding: 8px 8px;
  margin: 3px;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.slot-time {
  flex: 1;
  overflow-x: auto;
}


.timetable_info-popup {
  width: 600px
}



.timeTable .ui-scrollpanel-bar:hover {
  background-color: #0176bd
}

.timeTable>.ui-scrollpanel-wrapper>.ui-scrollpanel-content {
  width: 100%;
  padding: 0;
}

.timeul {
  display: flex;
  margin: 0;
  padding: 10px 0px;
  /* min-height: 45px; */
  list-style: none;
  width: 100%;
}

.timeli {
  border: 1px solid #a7a7a7;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  /* width: 250px; */
  /* height: 104px; */
  /* overflow-y: hidden; */
}

.timeul li.timeli:last-child {
  margin-right: 10px;
}

.timelistslot {
  overflow: hidden;
  width: 250px;
  height: 94px;
}



/*---------------------------------------------  Time Table ----------------------------------------*/


.inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

.show {
  display: block;
}

.inner li {
  margin: .5em 0;
}

.inner li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease
}

.borderBox.light {
  padding: 10px 10px 10px;
  background-color: #fff;
  min-height: 400px
}

.borderBox {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .03) !important;
}

.borderBox.light.bordered>.borderBox-title {
  border-bottom: 1px solid #eef1f5;
  margin-bottom: 10px;
}

.borderBox.light>.borderBox-title {
  padding: 0;
  min-height: 36px;
}

.borderBox>.borderBox-title>.nav-tabs {
  background: 0 0;
  margin: 1px 0 0;
  /* float: left; */
  /* float: right; */
  display: inline-block;
  border: 0;
}

.borderBox.light>.borderBox-title>.nav-tabs>li.active>a,
.borderBox.light>.borderBox-title>.nav-tabs>li:hover>a {
  margin: 0;
  background: 0 0;
  color: #333;
}

.borderBox.light>.borderBox-title>.nav-tabs>li>a {
  margin: 0;
  padding: 5px 13px 6px;
  font-size: 13px;
  color: #666;
}

.tabbable-line>.nav-tabs>li.active,
.tabbable-line>.nav-tabs>li a.active,
.borderBox .tabbable-line>.nav-tabs>li a.active {
  background: 0 0;
  border-bottom: 4px solid #007bff;
  position: relative;
  color: #007bff;
}

.tabbable-line>.nav-tabs>li.active i,
.tabbable-line>.nav-tabs>li a.active i,
.borderBox .tabbable-line>.nav-tabs>li a.active i {
  color: #007bff;
}



/*------------------------------------------------------ Enquiry Form -------------------------------------------*/

.star-icon {
  font-size: 0.6em;
  font-style: normal;
  font-weight: 700;
  color: #f90303;
  position: relative;
  top: -5px;
}

.verifyBtn {
  background: #0062cc;
  vertical-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff !important;
  border-radius: 4px;
}

.otpbox {
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 2.2px;
}

.captchaBox {
  height: 30px;
}

canvas#capCode {
  height: 28px;
  /* padding: 0px 0px 0px 0; */
  font-size: 37px;
  /* margin-top: 3px; */
  border-radius: 3px;
}

.navigation-tabs li a {
  color: rgb(128, 127, 127);
  font-weight: 600;
  cursor: default !important;
  text-align: center;
  font-size: 12px !important;
}

.navigation-tabs>li a.active,
.navigation-tabs>li a.active:focus,
.navigation-tabs>li a.active:hover {
  border-bottom: 3px solid #73a0cf !important;
  background: transparent !important;
  color: #333 !important;
  font-weight: 600;
  cursor: pointer !important;
}

.srch-br-r {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.srch-br-l {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.content-parent {
  position: relative;
}

.content-center {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}


/*-----------------------------------------------  Admission Form --------------------------------------------------------------*/

.panel {
  /* margin-bottom: 20px; */
  background-color: #fff;
  /* border: 1px solid transparent; */
  /* border-radius: 4px; */
}
.panel-scroll{
  height: calc(100vh - 180px);
  overflow-y: auto;
}
.card-box {
  /* background: #fff; */
  min-height: 50px;
  box-shadow: none;
  position: relative;
  /* margin-bottom: 20px; */
  transition: .5s;
  margin-top: -3px;
  /* border: 1px solid #dee2e6 !important; */
  /* border-radius: 0; */
  z-index: 11
}

.group-add-btn a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 9999;
}

.font-weight-600 {
  font-weight: 600;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-pills>li>a,
.nav-tabs>li>a {
  font-size: 14px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 2px 2px 0 0;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.upload-arrow {
  border-radius: 100%;
  border: 1px solid #0062cc;
  padding: 3px 3px;
  font-size: 12px;
  cursor: pointer;
}

.ckbox span.chkbox::before {
  left: 15px;
}

.ckbox span.chkbox::after {
  left: 15px;
  width: 14px;
  height: 14px;
}

.mt-chkbox-name {
  margin-top: -4px;
  /* margin-bottom: 5px; */
}

.scheduler-border .az-content-label {
  color: #70737c;
  font-size: 12px;
}

.addflieds {
  justify-content: space-between;
  align-items: center;
}

.center-content {
  display: flex;
  justify-content: center;
}

.addNewBtn {
  padding: 1px 2px 0px 2px;
  font-weight: 600;
  margin: 0px;
  text-decoration: none;
  color: #000;
}

.addRemoveNewBtn {
  font-size: 1.8em !important;
  position: relative;
  top: 1px;
}

.revometimeIcon {
  background: #b91c1c;
  color: #fff
}

.revometimeIcon:hover {
  background: #ff0000;
}

.addtimeIcon {
  background: #03a203;
  color: #fff;
}

.addtimeIcon:hover {
  background: #15e015;
}

.addadvanceIcon {
  background: #93b6ff;
  color: #fff;
}

.addadvanceIcon:hover {
  background: #7c98d3;
}

@media (max-width:1024px) {
  canvas#capCode {
    width: 110px;
  }
}

@media (max-width:405px) {
  canvas#capCode {
    width: 100px;
  }
}

@media (max-width:350px) {
  canvas#capCode {
    width: 75px;
  }
}


/* -----------------------------------   Student Information   -------------------------------------------- */

.text-auto-break {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.stdt-notification {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #f32121;
  display: inline-block;
  cursor: pointer;
  /* margin: 3px; */
}

@media (max-width:500px) {
  .content-header .az-content-header-top.large-title-flex-none {
    display: block;
  }

  .content-header .btn-sm-pt {
    margin-top: 10px;
  }
}

@media(min-width:801px) {
  .label-text-right {
    text-align: right
  }
}





/*------------------------------------------ Route & Stop Mapping  ----------------------------------------------- */

.radioBox span:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #969dab;
  border-radius: 50px;
  top: 1px;
  left: 0;
}

.radioBox span:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
  top: 5px;
  left: 4px;
  display: none;
}

.rdiobox span {
  padding-left: 2px !important;
}

.table thead th {
  border-bottom: 1px solid #c8c8c8 !important;
}

@media (max-width: 360px) {
  .px-xs-3 {
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .content-header .az-content-header-top.large-title-flex-none-360 {
    display: block;
  }

  .content-header .btn-sm-pt-360 {
    margin-top: 10px;
  }
}


/*----------------------------------------------  Student Route Change ------------------------------------------------*/

legend.scheduler-border {
  font-size: 1.2rem !important;
  text-align: left !important;
  width: auto !important;
  border: none;
  padding: 0px 5px 0px;
  margin-left: 10px;
}

fieldset.scheduler-border {
  border: 1px solid #c6c3c3;
  padding: 0 10px 10px 10px;
  /* border-bottom: none; */
  margin: 0 5px;
}


legend.scheduler-border>div {
  color: #000 !important
}








/*-----------------------------------------------  Confirmation Error Text ------------------------------------------------------*/
p-confirmdialog .ui-dialog-content .ui-confirmdialog-icon {
  color: #ff0000
}

p-confirmdialog .ui-dialog-content .ui-confirmdialog-message {
  color: #ff0000
}

p-confirmdialog>div>div.ui-dialog-footer>button:nth-child(odd) {
  background: #ff0000;
  border: 1px solid #ac2828;
}

p-confirmdialog>div>div.ui-dialog-footer>button:nth-child(odd):hover {
  background: #b30202;
  border: 1px solid #ac2828;
}

p-confirmdialog>div>div.ui-dialog-footer>button:nth-child(odd):enabled:focus {

  box-shadow: 0 0 0 0.2em #ff7272;
}

p-confirmdialog .cnfrm_clrs {
  display: flex;
}

p-confirmdialog .cnfrm_clrs p:nth-child(odd) {
  width: 20%
}

p-confirmdialog .cnfrm_clrs p:nth-child(even) {
  margin-left: 10px
}

/*------------------------------------------------ university Master -----------------------------------------------------*/

textarea.form-control {
  height: 34px;
}

.az-content-body-heading {
  display: flex;
  justify-content: space-between;
}

.table thead th {
  text-transform: capitalize !important;
  font-size: 12px;
  vertical-align: text-top !important;
  white-space: nowrap;
}

.table tbody td {
  text-transform: capitalize !important;
  white-space: nowrap;
  border-top: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectBox-div {
  width: 100px;
}

.selectBox {
  width: 100%;
  border: none;
  padding: 3px 0;
  border-radius: 4px;
}

.custom-tab .nav-tabs {
  padding: 0;
}

.custom-tab .nav-item a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 5px 15px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  vertical-align: middle;
  padding: 0;
  margin: -1px;
}

.border-trbl {
  border: 1px solid #dee2e6 !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (max-width: 434.99px) {
  .content-header .az-content-header-top.sm-wd {
    display: inline;
  }
}




/*---------------------------------------------  Merit Check List  --------------------------------------------------------------  */

.collapse-table-icon {
  border: 1px solid #ddd;
  padding: 2px 7px;
  margin-right: 8px;
  border-radius: 2px;
}

.dropdown-icon {
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
}

.yeardata {
  border: 1px solid rgba(159, 218, 232, 0.64);
  padding: 4px 10px;
  border-radius: 2px;
  font-weight: 600;
  background: rgba(211, 231, 236, 0.64);
  font-size: 10px;
}

.category-count-row {
  justify-content: flex-end
}

.caste {
  padding: 4px 8px !important;
  margin-right: 0.5em;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
  cursor: pointer;
  color: #000;
  border-radius: 20px;
}

.caste-obc {
  border: 1px solid #89bef7 !important;
}

.caste-oc {
  border: 1px solid #b69de2 !important;
}

.caste-sc {
  border: 1px solid #82d0dc !important;
}

.caste-bc {
  border: 1px solid #92ab74 !important;
}

.caste-st {
  border: 1px solid #66b4f1 !important;
}

.caste-count {
  padding: 1px 5px;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  margin-left: 5px;
}

.caste-obc-count {
  background: #4e82bb;
}

.caste-oc-count {
  background: #9160ea;
}

.caste-sc-count {
  background: #13abc3;
}

.caste-bc-count {
  background: #7c9c56;
}

.caste-st-count {
  background: #2d95e8;
}

.filter-dialog-box {
  border: 1px solid #f9aee5;
  padding: 4px 5px 0;
  border-radius: 2px;
  cursor: pointer;
}

.merits {
  /* margin-bottom: 5px !important; */
  margin: 5px;
  display: inline-block;
}

.merits:last-of-type {
  margin-bottom: 0px !important;
}

.merit-count {
  display: inline-block;
  padding: 2px 20px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}

.tenth-merit-count {
  background: #fafcff;
  border: 1px solid #58a4f7;
  color: #045bb7;
}

.twelth-merit-count {
  background: #f9feff;
  border: 1px solid #2d91a0;
  color: #067f92;
}

.ug-merit-count {
  background: #f5fdfd;
  border: 1px solid #06c3d6;
  color: #02c1cc;
}

.title-arrow-set {
  cursor: pointer;
  display: inline-block;
  background: rgba(211, 231, 236, 0.64);
  border: 1px solid rgb(176, 219, 230);
  padding: 0px 8px;
  border-radius: 2px;
}

.category-groups {
  /* color: #50a8e8; */
  font-size: 11px !important;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 4px;
}

.category-groups-icon {
  font-size: 12px;
  line-height: 25px;
  cursor: pointer;
}

.overlay-panel {
  position: relative;
}

.overlay-panel p-overlaypanel .ng-trigger.ng-trigger-animation.ui-overlaypanel {
  width: 35% !important;
  z-index: 1002 !important;
  top: 26.563px !important;
  left: 16px !important;
  transform: translateY(0px) !important;
  opacity: 1 !important;
}

@media (max-width:1200px) {
  .overlay-panel p-overlaypanel .ng-trigger.ng-trigger-animation.ui-overlaypanel {
    width: 60% !important;
  }
}

@media (max-width:768px) {
  .category-count-row {
    justify-content: center;
  }

  .overlay-panel p-overlaypanel .ng-trigger.ng-trigger-animation.ui-overlaypanel {
    width: 70% !important;
  }
}

@media (max-width:425px) {
  .overlay-panel p-overlaypanel .ng-trigger.ng-trigger-animation.ui-overlaypanel {
    width: 100% !important;
    left: 0 !important
  }

  .category-count-row {
    justify-content: left;
  }

  .caste {
    height: 23px;
    line-height: 21px;
    padding: 0px 4px !important;
  }

  .caste-count {
    font-size: 10px !important;
    padding: 1px 2px;
  }

  .filter-dialog-box {
    padding: 4px 4px 0;
    cursor: pointer;
    font-size: 10px;
  }
}

@media (max-width:340px) {
  .caste-count {
    margin-left: 3px;
  }

  .caste {
    margin-right: 0.3em;
  }
}

/*----------------------------------------------------- Tagger  ---------------------------------------------- */

.eight {
  width: 100%;
}

.column:first-child,
.columns:first-child {
  margin-left: 0;
}

.column,
.columns {
  margin-left: 2%;
  float: left;
  min-height: 1px;
  position: relative;
  box-sizing: border-box;
}

input[type='text'],
input[type='password'],
input[type='date'],
select,
textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
}

select {
  padding: 0.2em;
}

input,
select,
textarea {
  border: 1px solid #ccc;
  padding: 0.3em;
  font-family: 'Open Sans';
  font-size: 0.8em;
  margin-top: 0;
}

input,
.tagger,
pre {
  margin: 0em 0 0em 0;
}

.tagger {
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
  font-family: sans-serif;
  font-size: 10pt;
  padding: 1px 1px 0 1px;
  min-height: 19px;
  display: inline-block;
  border-radius: 2px;
}

.tagger .droparrow {
  padding: 9px 10px 9px 4px;
}

.tagger .intxt {
  width: 100px !important;
}

.tagger .tag {
  font-size: 11px;
  padding: 2px 4px;
  font-weight: 600;
}

.removetag img {
  margin-bottom: 2px
}

/* --------------------------- Student Personal Details ----------------------------------------- */
.personalDetails,
.parentDetails,
.addressDetails,
.academicDetails {
  width: 23.891% !important;
  margin: 0 0.5rem 0.5rem !important;

}

/*------------------------ EligibilitySetup --------------------------- */

.font-15 {
  font-size: 15px;
}

li.active-border a.active {
  background: 0 0;
  border-bottom: 4px solid #36c6d3;
  position: relative;
}

.sbjlist {
  border: 1px solid #979696;
  padding: 2px 30px;
  margin: 5px;
  border-radius: 25px;


}

/* ----------------------- Employee Registrations -------------------------------- */

@media (max-width:575px) {
  .mg-col-b-5 {
    margin-bottom: 5px;
  }

  .d-col-none {
    display: none;
  }
}

@media (max-width:768px) {
  .custom-tab .nav-item a {
    padding: 5px 10px;
  }
}


/*------------------------------------- Common Header------------------------------------ */

body .ui-table .ui-table-tbody>tr>td {
  padding: 0.271em 0.857em !important;
  font-size: 13px;
}

.height-container {
  height: calc(90vh);
  overflow-y: auto
}

.height-container-110 {
  height: calc(100vh - 110px);
}

.height-container-125 {
  height: calc(100vh - 125px);
  overflow-y: auto;
}
.height-container-130 {
  height: calc(100vh - 130px);
  overflow-y: auto;
}
.height-container-136 {
  height: calc(100vh - 136px);
  overflow-y: auto;
}
.height-container-135 {
  height: calc(100vh - 135px);
}
.height-container-145 {
  height: calc(100vh - 145px);
}
.height-container-150 {
  height: calc(100vh - 150px);
}

.height-container-320 {
  height: calc(100vh - 320px);
  overflow-y: auto;
}

.height-container-330 {
  height: calc(100vh - 330px);
  overflow-y: auto;
}

.height-container-sidebar127 {
  height: calc(100vh - 127px);
  /* overflow-y: auto;*/
}


.height-container-170 {
  height: calc(100vh - 170px);
  /* overflow-y: auto; */
  /* overflow: hidden; */
}
.height-container-200 {
  height: calc(100vh - 200px);
  /* overflow-y: auto; */
  /* overflow: hidden; */
}
.height-container-175 {
  height: calc(100vh - 100px);
  /* overflow-y: auto; */
  overflow: hidden;
}

.height-container-270 {
  height: calc(100vh - 270px);
  overflow-y: auto;
}


.height-container-147 {
  height: calc(100vh - 147px);
  overflow-y: auto;
}

.height-container-140 {
  height: calc(100vh - 140px);
  overflow-y: auto;
}


.height-container-90 {
  height: calc(100vh - 90px);
  overflow-y: auto;
}

.table-height-90 .ui-table-scrollable-body {
  height: calc(100vh - 90px);
}

.table-height-295 .ui-table-scrollable-body {
  height: calc(100vh - 295px);
}

.table-height-480 .ui-table-scrollable-body {
  height: calc(100vh - 480px);
}

/* start option */
.table-height-325 .ui-table-scrollable-body {
  height: calc(100vh - 325px) !important;
}

.table-height-324 .ui-table-scrollable-body {
  height: calc(100vh - 324px);
}

.table-height-360 .ui-table-scrollable-body {
  height: calc(100vh - 360px);
}

.table-height-370 .ui-table-scrollable-body {
  height: calc(100vh - 370px);
}
.table-height-310 .ui-table-scrollable-body {
  height: calc(100vh - 310px);
}
.table-height-335 .ui-table-scrollable-body {
  height: calc(100vh - 335px);
}

.table-height-330 .ui-table-scrollable-body {
  height: calc(100vh - 330px);
}

.table-height-260 .ui-table-scrollable-body {
  height: calc(100vh - 260px);
}
.table-height-266 .ui-table-scrollable-body {
  height: calc(100vh - 266px);
}

.table-height-261 .ui-table-scrollable-body {
  height: calc(100vh - 261px);
}
.table-height-285 .ui-table-scrollable-body {
  height: calc(100vh - 285px);
}

/* end option */
/* start option */
.table-height-340 .ui-table-scrollable-body {
  height: calc(100vh - 340px);
}

.table-height-410 .ui-table-scrollable-body {
  height: calc(100vh - 410px);
}
.table-height-390 .ui-table-scrollable-body {
  height: calc(100vh - 390px);
}

.table-height-380 .ui-table-scrollable-body {
  height: calc(100vh - 380px);
}

.table-height-345 .ui-table-scrollable-body {
  height: calc(100vh - 345px);
}
.table-height-355 .ui-table-scrollable-body {
  height: calc(100vh - 355px);
}
.table-height-415 .ui-table-scrollable-body {
  height: calc(100vh - 415px);
}
.table-height-420px .ui-table-scrollable-body {
  height: calc(100vh - 420px);
}


/* end option */


.table-height-765 .ui-table-scrollable-body {
  height: calc(100vh - 765px);
}


.table-height-765 .ui-table-scrollable-body {
  height: calc(100vh - 765px);
}

.table-height-315 .ui-table-scrollable-body {
  height: calc(100vh - 315px);
}

.table-height-312 .ui-table-scrollable-body {
  height: calc(100vh - 312px);
}

.table-height-320 .ui-table-scrollable-body {
  height: calc(100vh - 320px) !important;
}

.table-height-reports-315 .ui-table-scrollable-body {
  height: calc(100vh - 250px);
}

.table-height-374 .ui-table-scrollable-body {
  height: calc(100vh - 374px);
}

.table-height-255 .ui-table-scrollable-body {
  height: calc(100vh - 255px);
}

.table-height-550 .ui-table-scrollable-body {
  height: calc(100vh - 550px);
}
.table-height-670 .ui-table-scrollable-body {
  height: calc(100vh - 670px);
}
.table-height-40-200 .ui-table-scrollable-body {
  height: calc(40vh - 200px);
}

.table-height-500 .ui-table-scrollable-body {
  height: calc(100vh - 500px);
}

.table-height-450 .ui-table-scrollable-body {
  height: calc(100vh - 450px);
}

.table-height-440 .ui-table-scrollable-body {
  height: calc(100vh - 440px);
}

.table-height-442 .ui-table-scrollable-body {
  height: calc(100vh - 442px);
}


.table-height-430 .ui-table-scrollable-body {
  height: calc(100vh - 430px);
}

.table-height-420 .ui-table-scrollable-body {
  height: calc(100vh - 420px);
}

.table-height-425 .ui-table-scrollable-body {
  height: calc(100vh - 425px);
}

.table-height-200 .ui-table-scrollable-body {
  height: calc(100vh - 200px);
}
.table-height-205 .ui-table-scrollable-body {
  height: calc(100vh - 205px);
}
.table-height-400-200 .ui-table-scrollable-body {
  height: calc(100vh - 200px);
}

.table-height-264 .ui-table-scrollable-body {
  min-height: calc(100vh - 264px);
}
.table-height-460 .ui-table-scrollable-body {
  height: calc(100vh - 460px);
}

.table-height-470 .ui-table-scrollable-body {
  height: calc(100vh - 470px);
}

.table-height-485 .ui-table-scrollable-body {
  height: calc(100vh - 485px);
}

.table-height-400 .ui-table-scrollable-body {
  height: calc(100vh - 400px);
}

.table-height-435 .ui-table-scrollable-body {
  height: calc(100vh - 435px);
  overflow-y: auto
}

.table-height-230 .ui-table-scrollable-body {
  height: calc(100vh - 230px);

}

.table-height-250 .ui-table-scrollable-body {
  height: calc(100vh - 250px) !important;

}

.table-height-210 .ui-table-scrollable-body {
  height: calc(100vh - 210px) !important;

}

.table-height-100 .ui-table-scrollable-body {
  height: calc(100vh - 180px);
}

.table-height-175 .ui-table-scrollable-body {
  height: calc(100vh - 175px);
}
.table-height-195 .ui-table-scrollable-body {
  height: calc(100vh - 195px);
}

.table-height-height140 .ui-table-scrollable-body {
  height: calc(100vh - 140px) !important;

}

.table-height-385 .ui-table-scrollable-body {
  height: calc(100vh - 385px);

}

.dailog-table-height-377 .ui-table-scrollable-body {
  height: calc(100vh - 377px);

}

.table-height-510 .ui-table-scrollable-body {
  height: calc(100vh - 510px);
}

.table-height-535 .ui-table-scrollable-body {
  height: calc(100vh - 535px);
}
/* start Option */
.table-height-300 .ui-table-scrollable-body {
  height: calc(100vh - 300px);

}

.table-height-305 .ui-table-scrollable-body {
  height: calc(100vh - 305px);

}
.table-height-305 .ui-table-scrollable-body {
  height: calc(100vh - 310px);

}

.table-height-290 .ui-table-scrollable-body {
  height: calc(100vh - 290px);

}
.table-height-295 .ui-table-scrollable-body {
  height: calc(100vh - 295px);

}
.table-height-500 .ui-table-scrollable-body {
  height: calc(100vh - 500px);

}
.table-height-265 .ui-table-scrollable-body {
  height: calc(100vh - 265px);

}

.table-height-310 .ui-table-scrollable-body {
  height: calc(100vh - 310px);

}
.table-height-260 .ui-table-scrollable-body {
  height: calc(100vh - 260px);

}
.table-height-290 .ui-table-scrollable-body {
  height: calc(100vh - 290px);

}

.table-height-340 .ui-table-scrollable-body {
  height: calc(100vh - 340px) !important;

}

.table-height-350 .ui-table-scrollable-body {
  height: calc(100vh - 350px);

}

.table-height-351 .ui-table-scrollable-body {
  height: calc(100vh - 351px);

}

.table-height-400 .ui-table-scrollable-body {
  height: calc(100vh - 400px);

}
.table-height-700 .ui-table-scrollable-body {
  height: calc(50vh - 115px);

}

/* End */

.table-height-245 .ui-table-scrollable-body {
  height: calc(100vh - 245px);
}

.table-height-242 .ui-table-scrollable-body {
  height: calc(100vh - 242px);
}



.table-height-270 .ui-table-scrollable-body {
  height: calc(100vh - 270px);
}

.table-height-220 .ui-table-scrollable-body {
  height: calc(100vh - 220px);
}

.table-height-277 .ui-table-scrollable-body {
  height: calc(100vh - 277px);
}

.table-height-260 .ui-table-scrollable-body {
  height: calc(100vh - 260px);
}

.table-height-268 .ui-table-scrollable-body {
  height: calc(100vh - 268px);
}

.table-height-280 .ui-table-scrollable-body {
  height: calc(100vh - 280px);
}
.table-height-330 .ui-table-scrollable-body {
  height: calc(100vh - 330px) !important;
}

.recon_table_height .ui-table-scrollable-body {
  height: calc(100vh - 500px);
}



.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3
}

.flex-4 {
  flex: 4;
}

.page-head-container .ui-toolbar {
  padding: 0;
}

.page-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10px 0px 10px;
  background: #ececec
    /* background: linear-gradient(to bottom, rgba(115, 160, 207, 1)15%, rgba(156, 202, 251, 0.2)100%); */

}

.page-left-content {
  /* background: #73a0cf; */
  /* width: 100%; */
  align-items: center;
  display: flex;
  padding-bottom: 10px
}

.page-right-content {
  /* background: #77e088; */
  /* width: 100%; */
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px
}

.header-date {
  margin-left: 15px;
}



/*---------------------- Small Device Border ---------------------*/

@media (max-width:800px)

/*641px*/
  {
  .sm-dv-border {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 6px 0 0 !important;
  }

  .sm-dv-table .ui-table .ui-table-tbody>tr:nth-child(even) {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
  }

  .sm-dv-table .ui-table .ui-table-tbody>tr>td {
    padding: 0.22em 0.800em !important
  }

  .clear-overflow {
    clear: both;
    overflow: auto;
  }

  .table-right-height .ui-table-wrapper {
    height: auto !important;
  }

  /* Grid Table Border */
  .grid-table-sm-dv .ui-table .ui-table-tbody>tr {
    border-top: 1px solid #c8c8c8;
  }
}

@media (max-width:800px) {
  .ui-table table {
    table-layout: unset !important;
  }

  .grid-table-sm-dv .ui-table .ui-table-tbody>tr {
    border-top: 1px solid #c8c8c8;
  }
}


s-inputtext {
  position: relative;
}

s-dropdown {
  position: relative;
}

/* .error-icon {
  right: 0.1em !important;
} */

p-dropdown {
  position: relative;
}

s-datepicker {
  position: relative;
}

/* .error-icon-dropdown {
  right: 1em !important;
} */

s-lookup>.error-icon-dropdown {
  right: 0.7em !important;
}

label {
  /* display:block ;  */
  font-size: 12px;
}

.rdiobox span:before {
  top: 0px;
  left: 0;
}

.rdiobox span:after {
  top: 5px;
}

.az-iconbar .nav-link i {
  font-size: 20px;
}

.az-sidebar-body .nav-link i {
  font-size: 15px;
  margin-right: 0px;
}

@media (max-width:500px) {

  .sign-in-profile {
    width: 50px !important;
    margin-left: 5px;
  }

  /* .btns-col .ui-toolbar-group-left {
    margin-bottom: 10px;
    float: none !important;
  } */

  .title-wrap {
    flex-wrap: wrap;
  }

  /* 
  .date-title {
    margin-left: 0;
    margin-top: 10px;
    flex-wrap: wrap;
  } */

  /* .header-datepicker {
    margin-bottom: 10px;
  } */

  .title-btn {
    margin-left: 0 !important;
  }

  .date-title>div>label {
    margin-left: 0 !important
  }

  /* .btns-col .ui-toolbar-group-right {
    float: left !important;
  } */

  .nav-item .btn {
    padding: 5px 8px;
  }

  body .ui-table.ui-table-responsive .ui-paginator-bottom {
    text-align: center !important;
  }

  .ui-paginator .ui-paginator-left-content {
    float: none !important;
    text-align: center !important;
    margin-bottom: 10px;
  }
}


/*----------------------------- Student Registration  -----------------------------*/


@media (max-width:575.98px) {
  .col-m-5 {
    margin-bottom: 5px;
  }
}

.reg-img-view {
  background: #d2eafd;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #a5c8e4;
  border-radius: 4px;
}





/*-----------------------------------  Login Form ------------------------------------------*/

.login-form {
  /* border: 1px solid #6d6d6d; */
  padding: 30px;
  height: 100vh;
  border-radius: 5px;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(./../../assets/img/login.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #000;
  display: flex;
  align-items: center;
  width: 450px;
  margin: 0 auto;
}

.login-form-content {
  padding: 15px;
  width: 100%;
  /* height: 430px; */
  /* background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.8)); */
  border: 3px solid gray; 
  background: #fff;
  opacity: 0.9;
  border-radius: 10px;
}

.login-logo {
  width: 25%;
  margin: 0 auto;
  /* height: 140px; */
  /* border: 1px solid #c8c8c8; */
  /* border-radius: 50%; */
  clear: both;
}

.login-form-content h3 {
  font-weight: 700
}

.login-font {
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}

.forgot_dialog .ui-dialog-titlebar {
  background: #1274f4 !important;
  color: #fff !important;
}

.forgot_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  color: #fff !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.login-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(./../../assets/img/bg-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pavara-bg-img {
  background: url(./../../assets/img/pavara.jpg);
  background-size: 108.2% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
}

div.pavara-login+footer.login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(109, 109, 109, 1);
}

.pavara-login .login-form {
  padding: 30px;
  border-radius: 5px;
  color: #000;
  width: 400px;
  position: absolute;
  top: 45%;
  left: 35%;
  transform: translate(-35%, -50%);
}

.pavara-login .anms-login-form {
      /* padding: 30px; */
    border-radius: 5px;
    color: #000;
    max-width: 500px;
    position: absolute;
    top: 18%;
    right: 2%;
    /* transform: translate(-35%, -50%); */
    font-size: 15px;
}

.anms-pavara-bg-img {
  background: url(./../../assets/img/pavara_cet.jpg);
  background-size: 108.2% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.anms-text{
  font-size: 15px !important;
}

@media (max-width:450px) {
  .pavara-login .login-form {
    padding: 10px;

    width: 100%;
  }
}

.login-btn {
  transition: 0.5s;
  /* background-image: linear-gradient(120deg, #3498db, #8e44ad, #3498db); */
  background-image: linear-gradient(120deg, #007bff, #8e44ad, #007bff);
  background-size: 200%;
}

.login-btn:hover {
  background-position: right;
}

.input-control {
  position: relative;
}

.login-icon {
  position: absolute;
  z-index: 1111;
  margin: 7px;
  left: 0;
  font-size: 14px;
}

.eye-icon {
  position: absolute;
  z-index: 1111;
  margin: 20px;
  right: -11px;
  top:-11px;
  font-size: 14px;
  color: #b0c4de;
}


a.dropdown-item:hover,
a.dropdown-item:focus {
  background-color: transparent;
  color: #007bff !important;
  cursor: pointer;
}

.sign-in-profile {
  display: flex;
  margin-right: 10px;
  flex-direction: column;
  justify-content: center;
  text-overflow: ellipsis;
  width: 90px;
}

.sign-in-profile-pic {
  margin: 12px auto 0px;
  text-align: center;
  justify-content: center;
}

.userDailog {
  width: 100%;
}

.dropdown-item {
  line-height: 38px
}

.dropdown-menu {
  padding: 15px 10px 5px 10px !important;
}

.loginDailog {
  max-height: calc(100vh);
}

.dropdown-div {
  max-height: 300px;
}


.loginDailog .ui-scrollpanel-bar-x {
  display: none;
}

.pwd-forget {
  margin-bottom: 10px;
  margin-right: 10px
}

.login-clientLogo {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}

.login-clientLogo img {
  width: 55px;
}

.login-clientName {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #444;
  user-select: none;
}

.pwd-success {
  background-color: #01a001;
  padding: 5px;
  border-radius: 5px;
  color: #FFF;
  margin-top: 15px;
}

.pwd-warning {
  background-color: #c52e00;
  padding: 5px;
  border-radius: 5px;
  color: #FFF;
  margin-top: 15px;
}

.pwd-success label,
.pwd-warning label {
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0;

}

@media(max-width:330px) {
  .pwd-forget {
    float: left !important;
    margin: 10px 0px;
  }
}

@media(max-width:475px) {
  .login-form {
    width: auto;
    padding: 0;
  }
}

/*---------------------------  Preloader  ----------------------------*/

.custombar1 .ui-scrollpanel-wrapper {
  border-right: 9px solid transparent !important;
}

.custombar1 .ui-scrollpanel-bar {
  background-color: #70737c !important;
  opacity: 1 !important;
  transition: background-color .3s !important;
}

.custombar1 .ui-scrollpanel-bar:hover {
  background-color: #70737c !important;
}

.ui-table-scrollable-view>.ui-table-scrollable-header.ui-widget-header {
  background: #f4f4f4;
}


/*--------------------------------  Lesson Plan --------------------------------*/

.add-btn-remove {
  padding: 3px 4px;
  color: #fff;
  border-radius: 100%;
}

.add-btn-remove:hover {
  color: #fff;
}

.green-btn {
  background: #03a203;
}

.red-btn {
  background: #b91c1c;
}

.grid-table-body-height .ui-table-scrollable-body {
  height: calc(100vh - 229px);
  overflow-y: auto
}
/* .grid-table-sm-dv .ui-table-scrollable-body{
  overflow: overlay;
} */

.grid-table-body-height-280 .ui-table-scrollable-body {
  height: calc(100vh - 280px);
}
.grid-table-body-height-240 .ui-table-scrollable-body {
  height: calc(100vh - 240px);
}

.grid-table-body-height-260 .ui-table-scrollable-body {
  height: calc(100vh - 260px);
}

.grid-table-body-height-263 .ui-table-scrollable-body {
  height: calc(100vh - 263px);
}

.grid-table-body-height-250 .ui-table-scrollable-body {
  height: calc(100vh - 250px);
}

.grid-table-body-height-346 .ui-table-scrollable-body {
  height: calc(100vh - 346px);
}

.lockupt-gride .ui-table-wrapper {
    height: calc(100vh - 190px) !important;
}

.lockupgrid .ui-table-wrapper {
  height: calc(75vh - 160px);
  overflow-y: auto
}

.lockuptable .ui-table-wrapper {
  height:  calc(100vh - 160px);
  overflow-y: auto
}

.exceluploadgrid .ui-table-wrapper {
  height: calc(100vh - 170px);
  overflow-y: auto
}

.grd-tbl-height-235 .ui-table-wrapper {
  height: calc(100vh - 235px);
  overflow-y: auto
}


/* ---------------------- New User -------------------- */

.flex-width {
  margin: 5px 13px;
  flex-basis: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex-width .ckbox span {
  padding-left: 10px;
}

.flex-width .ckbox span:before {
  top: 0px;
  left: 0;
}

.flex-width .ckbox span:after {
  top: 0px;
}


/* ------- Role And User Permission ------ */

.check-color th .ckbox span:after {
  background-color: #2500ff;
}

.chapter-row {
  background-color: #8eb0eb !important;
  color: #fff !important
}




/* -------------------------- Syllabus Entry ----------------------- */

.syllabus-entry-header-color {
  /* color: #ffffff !important;
  background: linear-gradient(360deg, #3174ff, #8fb8ff); */
  color: #ffffff !important;
  background: #73a0cf !important;
}

.syllabus-entry-child-header-color {
  background: linear-gradient(360deg, #93b6ff, #8fb8ff);
  color: #fff !important;
}


.table-height-240 .ui-table-scrollable-body {
  height: calc(100vh - 240px);
}

.table-height-child .ui-table-wrapper {
  height: auto;
}


/* ----------------------- Course / Subject Mapping ----------------------- */






.search-header-loockup {
  margin-left: 20px;
  flex-basis: 600px
}

.search-header-loockup .ui-inputtext:enabled:hover:not(.ui-state-error) {
  border-color: #00ffe0 !important
}

.search-header-loockup ul li {
  white-space: nowrap;
}

.search-header-loockup ul li:nth-child(even) {
  background: #c5e1ff !important;
  white-space: nowrap;
}

.search-header-loockup ul li:nth-child(even):hover {
  color: #fff !important;
  background: #73a0cf !important;
}

@media(max-width:600px) {
  .search-header-loockup {
    display: none;
  }
}


/*--------------------------------- Template Dialogs ------------------------------*/

.template-dialog .ui-dialog {
  width: 40%;
}

.drop-dwn-btn {
  background: rgb(171, 213, 255);
  border: 1px solid #a6a6a6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 0;
  margin-left: -2px;
  z-index: 11;
}


/*---------------------------- Room Shift Mappping ------------------------------*/

p-multiSelect li {
  display: flex !important;
}

.drop-col {
  flex: 1;
}


/*------------------------------ Fee Collections -----------------------------*/

.fee-collection-table {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.table-col-icon {
  color: #000;
  font-size: 1em;
  /* line-height: 35px !important; */
}










/*-----------------------------------  Custome Date Picker -----------------------------------*/

.date-range .date-range-input input[type="text"] {
  position: relative;
}

.rdiobox,
.ckbox {
  cursor: pointer;
}

/* .date-range>p-overlaypanel                      {position: absolute;top: 0px;clear: both;width: 100%;max-width: 100%;left: 10px;} */
.date-range .ng-trigger.ng-trigger-animation.ui-overlaypanel {
  z-index: 1002;
  top: 25.969px !important;
  left: 5.156px !important;
  transform: translateY(0px);
  opacity: 1;
}

.date-range-group .date-range-list {
  padding: 5px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.date-range-group .date-range-list:hover {
  background: #c5e1ff;
  /* border: 1px solid #83beff; */
}

.date-range .ui-overlaypanel .ui-overlaypanel-content {
  padding: 7px 7px 7px 7px
}

.calendar-box2 .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
  justify-content: center;
  font-weight: 900;
}

.calendar-box2 .ui-datepicker-header a.ui-datepicker-prev span,
.calendar-box2 .ui-datepicker-header a.ui-datepicker-next span {
  top: 50% !important;
}

.date-range-btn {
  padding: 0px 5px !important;
  /* margin-top: 20px !important; */
}

.date-range-btn span {
  padding: 3px 10px !important;
}

.calendar-box2 .ui-datepicker table td {
  padding: 0;
}

.calendar-box2 .ui-datepicker table td>a,
.calendar-box2 .ui-datepicker table td>span {
  padding: 0.3em;
  margin: 1px;
}

body .ui-state-disabled,
body .ui-widget:disabled {
  opacity: 0.8 !important;
}

.btn-disabled {
  color: #f8f9fa;
  background-color: #e9ecef;
  border-color: #e9ecef;
  opacity: 0.2;
  outline: none;
  pointer-events: none
}

.btn-disabled:hover {
  background-color: #e9ecef;
  border-color: #e9ecef;
  opacity: 0.2;
  outline: none;
}



/*-----------------------------------Header------------------------ */


.suv-logo {
  padding: 4px 9px 4px 9px;
  background: #fff;
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  width:70px;
}

.suv-side-logo {
  /* padding: 4px 9px 4px 9px; */
  padding: 4px 4px 4px 4px;
  background: #fff;
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  width:70px;
}

.suv-side-logo span {
  font-weight: 700;
  white-space: nowrap;
  /* padding-left: 6px; */
}

.suv-logo-img {
  width: 55px;
  height: 55px; 
}

.client-logo {
  overflow: hidden;
  padding: 5px;
  background: #fff;
  border-radius: 0px 4px 4px 0px;
  width: 60px;
  margin-right: 0px;
  height: 63px;
  text-align: center;
}

.client-img-logo {
  width: 40px;
  position: relative;
  top:-8px;
}
.client-img-logo-left {
  position: relative;
  top: 5px;
}

.module-view {
  margin-left: 5px
}

.myRegistration {
  width: calc(100% - 600px)
}

.mobile-client-logo {
  border-radius: 4px 0 0 4px;
  line-height: 50px;
}

@media (max-width:768px) {
  .client-img-logo {
    width: 40px;
  }

  .mobile-client-logo {
    display: none;

  }

  .suv-logo-sm {
    display: none
  }

  .client-logo {
    overflow: hidden;
    padding: 4px 3px 4px 4px;
    border-radius: 0px 4px 4px 0px;
    margin-right: 5px;
    width: 70px;
    height: 58px;
    line-height: 48px;
  }

  .suv-side-logo {
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    width: 60px;
  }

  .footer-container {
    font-size: 1em !important;
  }

  .onlinetest-container .suv-logo {
    padding: 1px 4px 1px 4px;
    border-radius: 4px;

  }

  .onlinetest-container .az-header-left {
    margin-left: 5px !important;

  }
}

@media (min-width:768.99px) {
  .client-logo-sm {
    display: none;
  }
}

@media(max-width:560px) {
  .module-mobile-none {
    display: none
  }

  /* .client-logo{display: none;} */
}



/*---------------------------------  Page Header -----------------------------*/




.export-dropdown .ui-dropdown-label.ui-inputtext {
  width: 100px;
}

.module-view .btn-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  padding: 2px 5px 2px 5px;
  outline: #fff;
}

.module-view .btn-outline:hover {
  background-color: #4282c7;
}

@media (min-width:768px) {
  .header-datepicker {
    width: 200px !important
  }
}


/* ----------------------- Footer --------------------------- */


.footer {
  position: absolute;
  bottom: 0px;
  background: #0062cc;
  overflow: hidden;
  clear: both;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  z-index: 99;
  padding: 0 20px;
  color: #ffffff;
  font-size: 1.3em;
}

.footer-container {
  display: flex;
  justify-content: space-evenly;
  font-size: 1em;
  /* letter-spacing: 1px; */
}

@media (max-width:450px) {
  .footer-container {
    flex-direction: column;
    align-items: center
  }

  .organization-footer,
  .location-footer,
  .last-logged-footer {
    padding: 1px 0 !important;
  }
}

.organization-footer,
.location-footer,
.last-logged-footer {
  padding: 2.5px 0;
}

/* .date-range-input .error-icon {
  right: 1em !important;
} */

.az-iconbar-primary {
  z-index: 999;
}

/* @media (min-width: 992px)                       {
                                                 .footer {margin-left: 64px;}
                                                } */

/* ----------------------------Reports--------------------------------- */


input[type="checkbox"]:focus {
  outline: -webkit-focus-ring-color auto 1px;
}


/*--------------------------------  Home page & Module page ------------------------------------------- */

.module-document {
  margin: 50px 50px 50px 50px;
}

.module-document ul.module-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.module-circle {
  position: relative;
  border: 1px solid #c8c8c8;
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  box-shadow: 0px 10px 15px 3px #ececec;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 20%, rgba(23, 122, 219, 0.6) 100%, rgba(255, 255, 255, 1) 100%);
  border-radius: 100%;
  cursor: pointer;
}

.module-circle:hover {
  color: #fff;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 20%, rgba(23, 122, 219, 0.4) 50%, rgba(255, 255, 255, 1) 100%)
}

.module-circle-completed {
  position: relative;
  border: 1px solid rgb(94, 255, 88);
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  box-shadow: 0px 10px 15px 3px #ececec;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 20%, rgba(10, 184, 4, 0.603) 100%, rgba(255, 255, 255, 1) 100%);
  border-radius: 100%;
  cursor: pointer;
}

.module-circle-completed:hover {
  color: #fff;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 20%, rgba(10, 184, 4, 0.4) 50%, rgba(255, 255, 255, 1) 100%)
}

.module-icon-completed {
  font-size: 3em;
  /* color:rgba(10, 184, 4); */
  color: rgb(88, 201, 84);
}


.module-text {
  cursor: pointer;
}

.module-icon {
  font-size: 3em;
  /* color: #0062cc; */
  color: #4282c7;
}

.module-dropdown-dialog {
  max-height: calc(100vh - 350px);
  overflow: auto;
  padding-right: 10px;
}

.module-dropdown-list {
  border: 1px solid #c8c8c8;
  padding: 10px 0px 10px 10px;
  text-align: left;
  border-radius: 4px;
  width: 250px;
  position: absolute;
  display: none;
  background: #fff;
  box-shadow: 0 0 5px rgba(33, 34, 41, 0.1);
}

.module-dialog:hover .module-dropdown-list {
  display: block;
}

.module-dropdown-list:before,
.module-dropdown-list:after {
  border: solid transparent;
  content: '';
  height: 0px;
  width: 0px;
  pointer-events: none;
  z-index: 99999;
  top: -20px;
  left: 110px;
  position: absolute;
}

.module-dropdown-list:before {
  border-color: rgba(203, 203, 203, 0);
  border-bottom-color: #c8c8c8;
  border-width: 10px;
}

.module-dropdown-list:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  top: -18px;
}

.module-items-list {
  padding: 5px 0px;
  border-top: 1px dotted #c8c8c8;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

ul>li>div.module-dropdown-list>div>ul>li {
  font-weight: 600
}

ul>li>div.module-dropdown-list>div>ul>li:nth-child(1)>div {
  border-top: none;
}

ul>li>div.module-dropdown-list>div>ul>li>ul>li {
  color: #3a99ff;
}

ul>li>div.module-dropdown-list>div>ul>li>ul>li:hover {
  color: #333333;
}

.module-item-test {
  margin-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.module-sub-items-list {
  border-left: 1px dotted #c8c8c8;
  margin-left: 10px;
  padding-left: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}



@media (max-width:768px) {
  .module-document {
    margin: 8px 8px 8px 8px;
  }

  .module-circle {
    width: 100px;
    height: 100px;
  }
}

/* .module-circle-dropdown{position: relative;}                                                
.module-circle-dropdown:hover .module-dropdown-list      {display: block;}
.module-dropdown-list                           {top:50%;left: 50%; transform: translate(-50%, 50%);  border:1px solid #c8c8c8;padding: 10px;text-align: left;border-radius:4px;width: 250px;position: absolute;display: none;background: #fff;box-shadow: 0 0 5px rgba(33, 34, 41, 0.1);  } */

.module-dialog {
  position: relative;
}

.module-dropdown-list {
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9
}

/*-------------------------------------------- Subject Allocation To Faculty ---------------------------------- */

/* .multi-list-dropdown{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
 
}
.div-w-col1{width: 100px;}
.div-w-col2{width: 200px} */




.onlinetest-container .az-content-dashboard-ten {

  margin-left: 0;


}





/*-------------------------------- Login Footer -----------------------------------*/
.login-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(109, 109, 109, 0.5);
}

.header-content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px;
  color: #ffffff;
  flex-wrap: wrap
}

/* .login-header-logo {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
} */

/* .login-client-logo {
  width: 40px;
} */

.login-server-address {
  padding: 8px;
}

.login-ip {
  margin: 0 40px;
}

.login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(109, 109, 109, 0.5);
}

.footer-content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
}

.copyright-text {
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10px;

}

.company-name {
  color: #ffc107;
  font-style: italic;
  font-weight: bold;

}

.login-footer-logo {
  background: #fff;
  padding: 5px 10px 10px 10px;
  border-radius: 4px;
  color: #848484;
}

.login-suv-logo {
  width: 100px;
}



/*-------------------------------------------- Document View -----------------------------------*/

.print-icons s-gridview .fa {
  font-size: 1rem;
}

.print-icons s-gridview .fa-file-pdf {
  color: #ff5722;
}

.print-icons s-gridview .fa-file-excel {
  color: #03a203;
}

.print-icons s-gridview .fa-file-archive {
  color: #d83907;
}

.img-document-row {
  display: flex;
  /* padding: 5px; */
  /* justify-content: space-between; */
}

.img-document {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px;
  width: 150px;
  border: 1px solid #c8c8c8;
  margin: 0 5px;
  background: #ececec;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-document-selected {
  background: #d7e5ff;
}

.img-document-verify {
  background: rgba(0, 219, 84, 0.6);
}

.img-document-unverify {
  background: rgba(255, 158, 0, 0.6);
}

.img-document-remove {
  background: rgba(255, 0, 0, 0.6);
}

.img-document-verify i.fa-check-circle {
  color: #007bff;
}

.regist-img-veiw{
  height: calc(100vh - 200px) !important;
}
.document-img-veiw, .regist-img-veiw {
  width: 100%;
  /* padding: 8px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: calc(100vh - 200px);
  overflow: hidden;
  margin-top: 0px;
}

.card-header{
  line-height: 20px;
}
.dialog-bg {
  height: calc(100vh - 150px);
}

.dialog-bg .inline-icon {
  background: rgb(1, 118, 189) !important;
}

.statu-icon-ok {
  font-size: 1.4em !important;
  color: #01a001 !important;
}

.statu-icon-cancel {
  font-size: 1.4em !important;
  color: #ff0000 !important;
}



.radio-progsetup span:before {
  top: 4px;
}

.radio-progsetup span:after {
  top: 9px;
}

.progsetup-middle-input {
  width: 70px !important;
  margin: 0 10px
}

.col-input-label {

  padding: 0 10px
}

.col-input-control {
  width: 10%;
}

.col-input-label1 {
  width: 7%
}

.col-input-control1 {
  width: 16%
}

@media(max-width:767.98px) {

  .col-input-control,
  .col-input-controls {
    width: 100%;
    padding: 0 10px;
  }

  .col-input-label {
    width: 100%;

  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .col-input-label {
    padding: 0 5px;
    width: 30%;
  }

  .col-input-control,

  .col-input-controls {
    width: 69%;
    margin-right: 5px
  }
}

@media (min-width:992px) and (max-width:1199.98px) {

  .col-input-label1,
  .col-input-label2,
  .col-input-label3,
  .col-input-label4,
  .col-input-label5 {
    width: 24.2%;
  }

  .col-input-control1 {
    width: 74.8%;
  }

  .col-input-control2,
  .col-input-control3,
  .col-input-control4,
  .col-input-control5 {
    width: 25%;
    margin-right: 5px
  }

  .col-input-label6 {
    width: 24.2%;
  }

  .col-input-controls {
    width: 75%;
  }
}

@media (min-width:1200px) and (max-width:1450px) {
  .col-input-control {
    width: 10%;
  }

  .col-input-label1 {
    width: 10%
  }

  .col-input-control1 {
    width: 23%;
  }
}

/*********************************** Portals Styles ************************************** */


/* -----------------------   Student Profile  --------------------- */

.profile-head-bg {
  background-color: #3c73ad;

}

.profile-head-bg>.az-content-label {
  color: #fff !important;
}



/* .profile-timetable {
  display: flex;
  align-items: center;
} */

.male-profile {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.male-profile-pic {

  width: 78px;
  height: 80px;
  padding: 3px;
  border-radius: 100%;

}

.title-head-su {
  /* background:  #7fbdff; */
  background: #c9e3ff;

}

.working-details {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.atten-chart {
  height: 250px;
}

@media (max-width:460px) {
  .atten-chart {
    height: 410px;
  }
}

@media (min-width:460px) and (max-width: 992px) {
  .atten-chart {
    height: 410px;
  }

}

.text-left-fee {
  text-align: left
}

.text-center-fee {
  text-align: center
}

.text-right-fee {
  text-align: right
}

.fee-info {
  font-size: 15px;
}

@media (max-width:768px) {
  .fee-info {
    font-size: 13px;
    text-align: center;
    line-height: 2
  }
}

@media (max-width:680px) {
  .instllmnt-details {
    flex-direction: column;
    line-height: 20px
  }
}

@media (max-width:500px) {
  .height-container-170 {
    height: calc(100vh - 240px);
    overflow-y: auto;
  }


}

@media (max-width:575.98px) {
  .loginDailog {
    height: 90vh !important;
  }
}


.popover-list {
  /* max-height: 300px; */
  max-height: 280px;
  /* overflow: auto */
}

/*  Demo Module Page */



.module-page .ui-scrollpanel-content {
  padding: 0 !important;
  width: calc(100% + 10px) !important;
}

.popover-scroll .ui-scrollpanel-content {
  padding: 0 18px 18px 0;
}

.popover-body {
  /* width: 250px; */
  padding: 10px;
}

.popover-scroll {
  max-height: 300px
}

/* *******************************   Online Test   ********************************************** */
.onlinetest-container .container-fluid {
  padding-left: 0
}

.onlinetest-container .suv-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 0 !important;
}

.onlinetest-container .az-header .az-logo {
  margin-left: 0px;
}


/***************************************************  Online User Login... *****************************************/
.login_content {
  width: 80%;
  margin: 0 auto;
  padding: 20px 40px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user_login_header {
  color: #929292;
  margin-bottom: 40px;
}

/* #user-register {
  padding: 5px 40px 5px;
} */

#user-register .user_login_header {
  margin-bottom: 15px;
}

.user-label {
  font-size: 1.2em
}


.lblht {
  height: 35px;
}



.user-container {
  height: 100vh;
  background: #f8f8f8
}

.content-center-user {
  height: 100vh;
  /* align-items: center; */
}



.create_new_user,
.user-forget_pswd {
  font-size: 1.2em
}

.create_new_user a:hover,
.user-forget_pswd a:hover {
  text-decoration: underline;
  color: #ce8f1b;
}

.ui-float-label>.form-control.p-1 {
  padding-right: 0.25rem !important;
}

.ui-float-label>label {
  left: 0.85em !important
}

.ui-float-label>input:focus~label,
.ui-float-label>input.ui-state-filled~label,
.ui-float-label>.ui-inputwrapper-focus~label,
.ui-float-label>.ui-inputwrapper-filled~label {
  left: -0.05em !important;
  color: #007bff;
  font-weight: bold;
}

.user-underline {
  width: 100px;
  height: 4px;
  background: #007bff;
  margin: 0 auto;
  border-radius: 10px;
}

.user_frgt_rgstr {
  display: flex;
  justify-content: space-between;
}

.user-calendar {
  display: flex !important;
}


.user-calendar .ui-button-text {
  padding: 0.75em 0.25em 0.25em 0.25em !important;
}

.icon-position {
  position: relative;
}

.ur-times,
.ur-check {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0px, -50%);
  font-size: 1.3em;

}

.ur-times {
  color: #ff0000;
}

.ur-check {
  color: rgb(9, 148, 62);
}

@media(min-width:768px) {
  .user-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(../../assets/img/login.jpg);
    /* background:url(../../assets/img/login.jpg); */
    background-size: cover;
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat
  }

  .user_login_header h2 {
    font-size: 2.4em
  }

}

@media(max-width:767.98px) {
  .bg-mobile {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(../../assets/img/login.jpg);
    /* background:url(../../assets/img/login.jpg); */
    background-size: cover;
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat
  }

  .user_login_header {
    /* color: #fff; */
    margin-bottom: 20px;
  }

  .ui-float-label>input:focus~label,
  .ui-float-label>input.ui-state-filled~label,
  .ui-float-label>.ui-inputwrapper-focus~label,
  .ui-float-label>.ui-inputwrapper-filled~label {
    color: #ffffff;

  }

  .create_new_user,
  .user-label {
    color: #fff;
  }

  .create_new_user a {
    color: #9ecdff
  }

  .login_content {
    padding: 0
  }

}

/************************ Communication Setting *************************************/

.com_list {
  border: 1px solid rgba(0, 0, 0, 0.125);

  border-radius: 20px 20px;
  width: 130px;
  text-align: center;
  margin: 0 10px 10px 0;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #fff;
}

.com_list a {
  display: block;
  padding: 5px 5px;
}

.comm_height-205 {
  height: calc(100vh - 151px);
}

.comm_dialog {
  width: 100%;
  height: 99.9%;
  background: black;

}

.comm_content {
  height: calc(100vh - 254px);
}

.com_list:hover,
.com_list:focus {
  /* background: #48c5d2; */
  background-color: #e2f0ff;

  color: #73a0cf;
}

.list-group-item-action:hover,
.list-group-item-action:focus {

  background-color: #e2f0ff;
}

.list-msg {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.remove-item {
  color: #ff6666;
}

.comm_content ul li {
  display: inline-block;
  flex-wrap: wrap;
  width: 23%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 14px;
}

.comm_content ul li span {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 15px;
}

@media(max-width:1024px) {
  .comm_content ul li {
    width: 33.333%
  }
}

@media(max-width:375px) {
  .comm_content ul li {
    width: 50%
  }
}


/* --------------------------------------------- Feedback --------------------------------------- */

.inputBtn {
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 5px 5px 5px 5px;
  margin-left: 5px;
  font-size: 14px;
  height: 28px;
  width: 25px;
  text-align: center;
  line-height: 28px;
}

.inputBtnPlus {
  color: #ffffff;
  background-color: #008000;
  border-radius: 5px 5px 5px 5px;
  margin-left: 5px;
  font-size: 14px;
  height: 28px;
  width: 25px;
  text-align: center;
  line-height: 28px;
}

.fildset-icon {
  font-size: 14px;
  color: #fff;
  background: #008000;
  padding: 5px;
  border-radius: 5px;
}

.question-err s-textarea {
  position: relative;
}

.question-err s-textarea>i.error-icon-textarea {
  top: -63px;
  right: -17px;
}
/* .que-err s-textarea {
  position: relative;
} */

.que-err s-textarea>i.error-icon-textarea {
  top: 0px;
  right: -0px;
}
.audcatmap {
  flex-basis: 400px;
  font-weight: bold;

}

.audcatmap .days {
  font-size: 13px;
}

.audcatmapcard {
  background: #0062cc;
  font-weight: bold;
  margin: -10px -10px 10px;
}

.audcatmapcard ul li.nav-item a {
  color: #fff !important;
  padding-left: 10px !important;
}

.audcatsmallcard .timeul {
  flex-direction: column;
  min-height: 150px;
  display: flex;
  align-items: stretch;
}

.audcatsmallcard .timeli {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.audcatsmallcard .audcatlistslot {
  width: 100%;
  /* height: 20px; */
  font-size: 14px;
}

.audcatsmallcard .timeul li.timeli:last-child {
  margin: 2px 4px;
}

.audcatlistslot .time-remove {
  position: absolute;
  top: 0px;
  right: 3px;
}

.audbtn {
  font-size: 1.65em !important;
}

.audcatmap-scroll {
  max-height: 150px;
  height: auto;
}

.mincol .audcatmap-scroll {
  max-height: 50px;
}

.mincol .audcatsmallcard .timeul {
  min-height: 50px;
}

.mincol .slot-time {
  overflow: hidden;
}


/* student portal */

.ui-steps .ui-steps-item {
  width: 20%;
}

.ui-steps.steps-custom {
  margin-bottom: 30px;

}

.ui-steps.steps-custom .ui-steps-item .ui-menuitem-link {
  height: 10px;
  padding: 0px;

}

.ui-steps.steps-custom .ui-steps-item .ui-steps-number {
  background-color: #0081c2;
  color: #fff;
  display: inline-block;
  width: 36px;
  border-radius: 50%;
  margin-top: -14px;
  margin-bottom: 10px;

}

.ui-steps.steps-custom .ui-steps-item .ui-steps-title {
  color: #555;

}

.feedbk-radio {
  display: flex;
  margin-left: 5px;
  justify-content: flex-end;
}

.feedbk-radio li {
  margin: 0 15px;
}

.feedbk-radio li span {
  font-size: 14px;

}

.question {
  background-color: rgb(0 123 255 / 0.05);
  /* padding: 10px 5px 10px; */
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.question-inline {
  display: flex;
  justify-content: space-between;
}

.question label {
  margin: 0;
}

.question h5 {
  color: #222;
  margin: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
  margin: 20px;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 16px;

}

.std-banner {
  display: flex;
  padding: 0 15px;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.std-profile {
  max-width: 100%;
  border: 1px solid #4174a9;
  padding: 3px;
  border-radius: 10px;
  /* min-width: 90px; */
  /* max-width: 100px; */
  margin: 0 20px 0 0;
  width: 90px;
}

.std-profile img {
  width: 100%;
  
}

.std-profile-modifiy{
  width: 145px;
  max-width: 137px;
}
.std-pic {
  flex: 0
}

.card-labels {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

/* ::-webkit-scrollbar{
  display: none;
} */


.card-label-list {
  width: 288px;
  margin: 5px 0px;
  display: inline-block;
  height: 20px;
}
.card-label-list-modification {
  margin: 5px 0px;
  }

.card-label-list label {
  font-weight: bold
}

.card-label-list span {
  padding: 0 5px;

}

.question-width {
  width: 65%
}

.feedback-width {
  width: 35%
}

@media (max-width:1024px) {
  .question-inline {
    flex-direction: column
  }

  .question-width {
    width: 100%
  }

  .feedback-width {
    width: 100%
  }

  .feedbk-radio {
    justify-content: flex-start;
    margin: 10px 0;
  }
}

label {
  cursor: pointer;
}

.ui-scrollpanel-bar-y {
  width: 8px
}

.ui-scrollpanel-bar-x {
  height: 8px;
  display: none !important;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F1F1F1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
  cursor: pointer
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(94, 93, 93);
  cursor: pointer
}

.pass-indication .fa-check-circle {
  padding: 2px;
  color: #008000;
  font-size: 15px;
}

.pass-input {
  position: relative;
  width: 100%;
}

.pass-indication {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(2%, -43%);
}

.pass-indication .fa-times-circle {
  padding: 2px;
  color: #ff0000;
  font-size: 15px;
}

.pass-indication .fa-info-circle{
  padding: 2px;
    color: #3e80e4 ;
    font-size: 15px;
  }

.ui-chips ul.ui-inputtext .ui-chips-token {
  background: #e0e6ea !important;
  color: #024171 !important;
}


@media (max-width:768px) {

  s-datepicker,
  s-inputtext,
  s-dropdown,
  s-textarea,
  p-chips,
  p-multiselect {
    width: 100%
  }

  body .ui-table.ui-table-responsive .ui-table-tbody>tr>td.ui-resizable-column {
    display: flex;
    flex-wrap: wrap
  }
}
/* .scrollbar-color .ui-scrollpanel-bar {
  display: none !important;
} */
.ta-wid{
  padding: 0px !important;
}

p-chips .ui-inputtext.ui-state-default.ui-corner-all {
  width: 100%;
  overflow-x: auto;
  cursor: pointer;
}

.ui-column-title {
  text-align: left;
}

.ui-steps .ui-steps-title {
  white-space: nowrap !important
}


/* Alumini Dashboard */

.prev-std-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 2px;
  background: #c1dfff;
  text-align: center;
  line-height: 55px
}
.prev-std-img .fa-user{
  color: #007bff;
}

.prev-std-img>img {
  width: 100%;
  border-radius: 50%;
}

.prev-std-no,
.prev-std-mail {
  color: #707070
}

.banner-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5px;
  background: linear-gradient(45deg, #b3ddf9, transparent);
  color: #0000ff;
  font-weight: bold;
}

.banner-header>h4 {
  font-weight: bold;
  color: #0000ff;
}

.overlay-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(175, 175, 175, 0.3);
}


/* studentonlinetest */

.question-pallet {
  width: 300px;
}

.list-no {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgb(0 123 255 / 0.05);
  text-align: center;
  line-height: 21px;
  margin: 5px;

}

.btn-blue {
  background: #005b9f;
  color: #fff;
}

.badg-circle {
  background: #dc3545;
  color: #fff;
  border-radius: 50%;
  position: absolute !important;
  top: -18px !important;
  font-size: 13px !important;
  right: -4px;
  width: 25px;
  height: 25px;
  line-height: 19px;
  text-align: center;
}



.imgThumbnail{
  height: 50px;
  width: 50px;
}
.imgThumbImg{
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 3px; /* Some padding */
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  background-color: #3174ff;
}

app-studhome .az-body .az-content.az-content-dashboard-ten {
  margin-left: 0px !important;
  padding-top: 47px;
  /* position: fixed; */
}
.az-body-content {
  margin-left: 0px !important;
  padding-top: 47px;
  position: relative !important;
}
app-studhome-lib .az-body .az-content.az-content-dashboard-ten-lib {
  margin-left: 0px !important;
  padding-top: 47px;
  position: fixed;
}

app-home .az-content.az-content-dashboard-ten {
  margin-left: 0 !important;
}

@media screen and (max-width: 40em) {
  .ui-table-responsive .ui-table-tbody>tr>td .ui-column-title {

    min-width: 100% !important;
    display: block !important;
  }
}

.document-pdf-veiw {
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  margin-top: -10px;

}
@media screen and (min-width:1024px){
  .height-container-170    { padding: 0px; }
  .qua-pa                  { padding: 0px;}
}
.text_value    { margin-left: 27px;}
.index-bold    { font-weight: bold;}
.date-as       { width: 50px; margin-right: 6px}
.text-obtain   { padding-left: 20px;}
.ta-scroll     { overflow-x: hidden;}
.hid-scroll    { overflow: hidden; height: 100vh;}

.table thead th      { vertical-align: middle !important;}
.nut-group           { padding: 0px !important}
.pa-nu-pad           { border-bottom: 1px solid #CBCBCB; padding: 2px 2px 2px 7px;}
.pa-nu-pad           { padding: 2px 2px 2px 7px;}
.extr-theo           {  width: 55vh !important; padding-right: 20px !important}
.cl-bor              { border-bottom: 1px solid #d3d3d3;}
.te-wa               { white-space: normal;}


.fixed-content{
  overflow-y: hidden;
}
.right-top:before {
  content: ' ';
  position: absolute;
  left: auto;
  right: -12px;
  top: -1px;
  border: 17px solid;
  border-color: #17a2b8 transparent transparent transparent;
  border-radius: 4px;
}

.right-top:after {
  content: ' ';
  position: absolute;
  left: auto;
  right: -12px;
  top: -1px;
  border: 17px solid;
  border-color: #17a2b8 transparent transparent transparent;
  border-radius: 4px;
}
/* .fixed-footer    {    
  position: fixed;
  left: 234px;
  bottom: 98px;
  width: 70%;
  z-index: 99;
} */
.content-scroll  {
  height: 85%;
  overflow-y: scroll;
}
.align-perfect  {padding-left: 60px;}
/* .card-footer    { position: fixed; left: 0; right: 0; width: 100%;} */


body .fc th {
   padding: 0 !important; 
}

.ui-overlaypanel-content {
  padding: 0.3em !important;
}



.height-container-127 {
  height: calc(100vh - 127px);
  overflow-y: auto;
}

.grid-table-body-height-240 .ui-table-scrollable-body {
  height: calc(100vh - 240px);
}


.height-container-portals-170 {
  height: calc(100vh - 126px);
  /* overflow-y: auto; */
  /* overflow: hidden; */
}

.bookTitle-panel{
  width: 140vh !important;
  border:1px solid #73a0cf !important;
  background-color:  #bddef7 !important;
}
.bookTitle-panel_copy{
  width: 100% !important;
  border:1px solid #73a0cf !important;
  background-color:  #bddef7 !important;

}

.bookTitle-panel-portal{
  width: 130vh !important;
  border:1px solid #73a0cf !important;
  background-color:  #bddef7 !important;
}


.column-sm {
  display: block;
  padding: 10px;
}
.column-sm > div {
  padding-left: 0px;
  padding-right: 0px; 
}

@media (min-width:991px) {

.column-sm {
  height: calc(100vh - 128px);
  overflow: auto;
}
}

.sidebar-header {
    background: #ececec!important;
    border: 1px solid;
    border-color: #c8c8c8;
    margin: 0;
}
.sidebar-content-body {
    margin: -1px 0px 7px 0px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
}

.info-label{
    color: #005b9f;
    font-weight: bold;
}
.info-icon{
    font-size: 1.2em;
    color: #005b9f;
}

.re-order-icon{
  font-size: 16px;
  margin-left:15px;
}

/* .ui-table .ui-table-frozen-view .ui-table-tbody > tr > td,
.ui-table .ui-table-unfrozen-view .ui-table-tbody >tr > td{
  height:24px !important;
} */

.ui-table .ui-table-frozen-view .ui-table-scrollable-body {
    overflow: hidden !important;
}

.daySlot {
    border:2px silver solid !important;
    border-left: 5px #005b9f solid !important;
    border-radius: 10px !important;
}

.daySlotWarning {
    border:2px silver solid !important;
    border-left: 5px #fc7605 solid !important;
    border-radius: 10px !important;
}

.daySlot-header {
    padding:0px 10px 0px 10px !important;
    background-color: #ececec !important;
    border-radius: 7px 7px 0px 0px !important;
}

.daySlotWarning-header {
    padding:0px 10px 0px 10px !important;
    background-color: #ffdc9b !important;
    border-radius: 7px 7px 0px 0px !important;
}

.daySlot-clock {
    font-size: 25px !important;
    float: right !important;
}

.cal-title-ldiv{
  margin-left:5px;
  margin-top:4px;
  float:left;
}

.cal-title-mdiv{
  margin-right:5px;
  float:right;
  background:#fff;
  color:#767779;
  border-radius:5px;
  padding: 2px;
  font-size:15px;
  min-width: 25px;
  text-align: center;
}

.cal-title-rdiv{
  margin-right:5px;
  float:right;
  background:#fff;
  border-radius:5px;
  min-width: 25px;
}

.cal-icon{
  font-size:20px;
  padding:3px;
  color:#767779;
}

.cal-dot {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 1px;
    margin-right: 8px;
    margin-top: 5px;
    cursor: pointer;
}

.notAssigned {
    background-color: #005b9f !important;
    border-color: #005b9f !important;
    cursor: pointer;
    min-height: 30px;
}

.partialAssigned {
    background-color: #fc7605 !important;
    border-color: #fc7605 !important;
    cursor: pointer;
    min-height: 30px;
}

.fullAssigned {
    background-color: #438b20 !important;
    border-color: #438b20 !important;
    cursor: pointer;
    min-height: 30px;
}

.disabledSlot {
    background-color: gray !important;
    border-color: gray !important;
    cursor: pointer;
    min-height: 30px;
}

.fc-theme-standard td, .fc-theme-standard th {
    /* border: 1px solid #ddd; */
    border: 1px solid #a4c1df  !important;
}

.fc-daygrid-event-dot{
  /* border:#fff !important; */
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color,#fff) !important;
}

.fc .fc-daygrid-day-number {
  font-size:15px !important;
}

.fc-day-disabled{
  background: repeating-linear-gradient(-45deg, #ececec,  #ececec 5px, #ffffff 10px, #ffffff 5px) !important;
  /* background: #ececec !important; */
}

.fc-day-today{
  /*background: repeating-linear-gradient(-45deg, gray,  gray 10px, silver 10px, silver 20px) !important;*/
  background: #a4c1df !important;
}

.fc-holiday{
  background: repeating-linear-gradient(-45deg, gray,  gray 10px, silver 10px, silver 20px) !important;
}

.fc .fc-daygrid-day-top {
    background-color: #ececec !important;
    border-bottom: 1px solid #a4c1df !important;
    color:#116fbf !important;
    font-weight: bold !important;
}

.feedback-rep-card{
  height: 275px;
}
.gridchar-icon{
  font-size: 1.2em;
  color: #093e69;
  cursor: pointer;
}

fieldset .border{
  border: 1px solid #73a0cf !important;
}

.file-icon {
  font-size: 25px;
  border: 1px solid #73a0cf;
  padding: 2px;
  border-radius: 5px;
}


fieldset {
    min-width: auto;
    padding: revert;
    margin: revert;
    border: 1px solid #c0c9c0;
}

.green-icon{
  color:#3bb001 !important;
}

.red-icon{
  color:#ff0000 !important;
}

.orange-icon{
  color:#fd7e14 !important;
}

.blue-icon{
  color:#73a8e0 !important;
}
.payment-label-bold{
  font-weight: bold;
}