.otherInstitutes{
	display: none;
}
div.stickycheck {
    background: #f4f4f4;
    border-bottom: 1px solid #d2d2d2;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 1;
    padding: 5px 10px;
    margin: 10px 0 0;
}
.timeTable {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
    margin-bottom: 20px;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.timeTable table {
    font-size: 11px;
}
.time-table-wrapper {
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
.time-table-wrapper tr.fix-padding td {
    padding: 12px 3px;
}
.time-table-wrapper > tbody > tr > td {
    border: 1px solid #d2d2d2;
    padding: 0;
    min-width: 50px;
}
.timeTable .table-box {
    height: 50px;
    width: 100%;
    display: contents;
    margin-left: -1px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    position: relative;
    padding: 1px;
    overflow: hidden;
}
.timeTable .table-box .color-box {
    background: #fff;
    color: #212121;
    line-height: 4;
    padding: 0 2px;
}
.has-error .select2-selection {
    border: 1px solid #a94442;
    border-radius: 4px;
}
.hidden {
    display: none !important;
}
.selectgroup-button{
    border: 1px solid lightgray !important;
}

.selectgroup-item {
  i {
    width: 14px;
    text-align: left;
  }
  input:checked + span {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    i:before {
      content: "\f00c";
    }
  }
}