/*

* Override Pages default styles or create your own styles here

*/


body {
    color: #545b60 !important;
}

.overlay-loader {
    display: flex;
    text-align: center;
    flex-direction: column;
    column-count: 1;
    align-items: center;
    justify-content: center;
}

.overlay-loader .ms_logo {
    width: 300px;
}

.m-b-0 {
    margin-bottom: 0px;
}
textarea.form-control.report_remarks {
    min-height: 217px;
}
textarea.form-control.resource_description{
    min-height: 217px;
}
textarea.form-control.group_description{
    min-height: 40px; 
}
textarea.form-control.objective_description{
    min-height: 40px; 
}
textarea.form-control.objective_notes{
    min-height: 20px; 
}

.possible_results_tags .label-info {
    background-color: #f7f1fd;
    color: #343a40 !important;
}

.selected_users_box{
    min-height:80px;
    background-color: #fff;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.add_user_to_selection{
    font-size:20px !important;
}
.group_select_box{
    padding-top:10px;
}
.form-group-default label {
    margin-bottom: 3px !important;
}
.obj_broad {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
}
.card.broad_objective {
    margin-bottom: 10px;  
    float: left;
}
.broad-holder {
    float: left;
    width: 100%;
    background-color: #f7fdec;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px !important;
    border: 5px solid #d1e0c4;
}
.broad_objective .card-body {
    padding: 10px !important;
}
.obj_specific {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}
.card.specific_objective {
    margin-bottom: 10px !important;
    margin-left: 5%;
    width: 90%;
}
.specific_objective .card-body {
    padding: 10px !important;
}
.specific-holder {
    background-color: #f7fdec;
}
.btn_add_specific_objective{
    margin-right:5% !important;
}
.container-fluid.lof_container {
    width: 95% !important;
    max-width:95% !important;
}

 .ms_logo {
    width: 100%;
    margin: 10px 0 20px;
    height: 100px;
    float:left;
    background-image: url('../img/ms_logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

@media (max-width: 1200px){
    .ms_logo {
        width: 50px;
        margin: 10px -10px 20px;
        height: 100px;
        float:right;
        background-image: url('../img/ms_logomark.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .sidebar-visible .ms_logo {
        width: 100%;
        margin: 10px 0 20px;
        height: 100px;
        float:left;
        background-image: url('../img/ms_logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
    }
}

.table thead tr th {
    color: #ff8a23;
    font-weight: 600;
    border-bottom: 1px solid #ffdec1;
    padding-left:16px;
}
.card-title {
    font-size: 1.2em !important;
    font-weight: 700 !important;
    color: #815dc5;
}
.card-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1 !important;
    padding-bottom: 18px !important;
}

/* LOF TABLE VIEW */
.handsontable .htCore {
    font-size: 12px;
}
.handsontable thead tr:first-child th {
    background-color: #f6ffe8;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0 5px 0 !important;
    vertical-align: middle;
}
.handsontable thead tr:nth-child(2) th{
    background-color: #e6efcc;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0 5px 0 !important;
    vertical-align: middle;
}
.handsontable  td.studentcol {
    background-color: #f7f7f7;
    font-weight:bold;
}
.handsontable   tr:nth-child(2) th:first-child {
    background-color: #f7f7f7;
}
.handsontable   tr:first-child th:first-child {
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    border-left: none !important;
}
.cellresult_failed, .specific-objective-result.failed {
    color: #ff0000;
}
.cellresult_partialachieved, .specific-objective-result.partialachieved {
    color: #d85b00;
}
.cellresult_achieved, .specific-objective-result.achieved {
    color: #44a515;
}
.handsontable .collapsibleIndicator {
    line-height: 8px;
    font-size: 12px;
    width: 9px;
    height: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    font-weight: bold;
}
/* END OF LOF TABLE VIEW */

.menu-icon > i {
    font-size: 20px;
}
.sub-menu .menu-icon > i {
    font-size: 15px !important;
}
.sub-menu .menu-icon {
   height: 30px;
    width: 40px;
    line-height: 30px;
}
.menu-icon {
    display: inline-block;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    float: right;
    margin-right: 14px;
    color: #627182;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: bold;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
    padding: 0px 0 10px 0;
}
@media only screen and (min-width: 980px){
body.menu-pin .page-sidebar .menu-items .menu-icon{
    -webkit-transform: translate3d(-14px, 0, 0);
    transform: translate3d(-14px, 0, 0);
    -ms-transform: translate(-14px, 0);
}
}
@media (max-width: 1200px){
.sub-menu span.menu-icon {
    margin-right: 5px;
}
.sidebar-visible .page-sidebar .sidebar-menu .menu-items > .sub-menu > li  {
    padding: 0px 20px 0 40px !important;
}
.sidebar-visible .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 20px 0 40px !important;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px !important;
}
.sidebar-visible .sub-menu span.menu-icon {
    margin-right: 14px ;
}
.sidebar-visible .sub-menu  li {
    padding: 0px 20px 0 40px ;
}
}

.card-title-icon{
    font-size: 1.5em;
    margin-right: 10px;
    padding-top: 5px;
}
td.disabled.day {
    color: #e6e6e6 !important;
}
table[data-sortable] th:after {
   position:relative;
   right: 10px;
}
table.sortable-theme-minimal th:not([data-sortable=false]):not([data-sorted=true]):after {
    content: "\2195" !important;
    color: #888888;
    float: right;
    visibility: visible !important;
    font-size: 12px;
    position:relative;
   right: 10px;
    border: none !important;
    margin-top: -3px !important;
}
table[data-sortable] th[data-sorted-direction="ascending"]:after {
    border-top-color: #ff8a23;
    border-bottom-color: transparent;
    margin-top: 5px;
}
table[data-sortable] th[data-sorted-direction="descending"]:after {
    border-bottom-color: #ff8a23;
    border-top-color:transparent;
    margin-top: 0px;
}
.group-view-edit .viewedit_button.fa.fa-edit {
    float: left;
}
.viewedit_button.fa.fa-edit {
    color: #29bbcc;
    font-size: 16px !important;
    height: 20px;
    margin: 0 10px;
}
i.viewresults_button.fa.fa-chart-line {
    color: #ab00ff;
    font-size: 18px;
    height: 20px;
    float: left;
    margin: 0 10px;
}
td.student-view-edit, td.staff-view-edit, td.parent-view-edit, td.reports-view-edit, td.resources-view-edit {
    text-align:center !important;
}
td.resources-active {
    text-align: center !important;
}
.visible_yes{
font-size: 16px !important;
color:#62c55c;
}
i.fa-plus.fa.add_user_to_selection.add-student {
    color: #62c55c;
    cursor:pointer;
}
i.fa.add_user_to_selection.add-student.fa-check {
    color: #d6d6d6;
}
.visible_no{
    font-size: 16px !important;
    color:#d27d7d;
    }
    th.centertitle {
        text-align: center !important;
    }
    span.group_name {
        display: block;
        float: left;
        border: 1px solid #d0c2ec;
        border-radius: 4px;
        padding: 1px 5px;
        margin-right: 5px;
        margin-bottom: 4px;
    }

    td.resources-title, td.reports-title, td.reports-student, td.student-first-name, td.student-last-name, td.staff-first-name, td.staff-last-name, td.parent-first-name, td.parent-last-name, td.lof_title, .filtered-name, td.group-name, td.broad-objective-title {
        font-weight: 600;
    }

.bg-present {
    background: #a7c35d;   
    color: #fff; 
}
.bg-absent {
    background: #e05959;
    color: #fff;    
}
.bg-sick {
    background: #6143b3;    
    color: #fff;
}
.bg-excused,
.bg-quarantine {
    background: #6b204e;  
    color: #fff;  
}
.bg-medical {
    background: #54b2d6;  
    color: #fff;  
}

span.negative {
    display: block;
    float: left;
    background-color: #e05959;
    padding: 2px 8px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #e05959;
}
span.positive {
    display: block;
    float: left;
    background-color: #54b2d6;
    padding: 2px 8px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #54b2d6;
}
span.industry {
    display: block;
    float: left;
    background-color: #a7c35d;
    padding: 2px 8px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #a7c35d;
}
span.no-homework {
    display: block;
    float: left;
    background-color: #b50c62;
    padding: 2px 8px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #b50c62;
}
span.negligence {
    display: block;
    float: left;
    background-color:#6143b3;
    padding: 2px 8px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #6143b3;
}
span.report-type-label {
    width: 100%;
    text-align: center;
}
.table.table-hover tbody tr:hover td {
    background: #f7f7f7 !important;
}
.selected-student {
    float: left;
    border: 2px solid #ffae34;
    border-radius: 6px 14px 14px 6px;
    padding: 1px 2px 1px 6px;
    margin-right: 12px;
    margin-bottom: 9px;
}
.remove-student-cross {
    color: #d60000;
    float: left;
    padding: 4px;
    cursor:pointer;
}
span.chosen-student-name {
    float: left;
    font-weight: 600;
    margin-right: 6px;
}
.selected-users-field{
    min-height: 70px;
}
td.specific-objective-title {
    padding: 5px 5px 5px 50px !important;
}
.table.lof-student-results tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(234, 236, 238, 0.7);
    border-top: 0px;
    padding: 6px;
    font-size: 13.5px;
}
td.specific-objective-result {
    text-align: center !important;
}
.login-wrapper .bg-pic > img {
    opacity: 0.8 !important;
}

.login-wrapper {
    background-color: #cbd7dc !important;
}
img.login_logo {
    width: 180px;
}
.ht_master .wtHolder {
    overflow-x: scroll !important;
}

.list-page-info {
    margin-top: -12px;
    margin-bottom: 20px;
    color: #a0a0a0;
    font-family: 'Montserrat';
    font-size: 13px;
}

.showing-count, 
.total-count {
    font-weight: bold;
}

.card-filter > .select2-container {
    max-width: 200px !important;
    float: left;
    margin-right: 10px;
}
span.select2-selection.select2-selection--single {
    background: #f7f7f7;
}
.card-filter > .datepicker {
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 12px;
    float: left;
    width: 200px;
    border: none;
    background-color: #f7f7f7;
    margin-right: 10px;
}

.card-filter > input.form-control.inp-table-filter,
.card-filter > input.form-control.inp-table-filter-no-filter {
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 12px;
    float: left;
    width: 200px;
    border: none;
    background-color: #f7f7f7;
}

.table tbody tr td {
    padding: 12px 16px;
}

.report-stats-chart {
    
    margin-top: 1rem;
    width: 100%;
}


ul#files-holder {
    list-style: none;
    padding: 0px;
}

#files-holder li {
    border-bottom: solid 1px #ededed;
    clear: both;
    padding: 10px 10px;
}

#files-holder li:last-child {
    border-bottom: 0px;
}

.file-name {
    float: left;
    /* clear: both; */
    font-weight: bolder;
    color: #815dc5;
}

.file-link {
    float: right;
    /* clear: both; */
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #fff;
    color: #545b60 !important;
    line-height: 1.3em;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell {
    padding-top: 35px;
}

.fixed-header thead th {
    background: #fff;
}


.row-overview {
    font-weight: bold;
    border-top: solid 1px #000 !important;
}

.table tbody tr.row-overview td {
    font-weight: bold;
    border-top: solid 2px #000 !important;
    border-bottom: solid 2px #000 !important;
}

.table.table-striped tbody tr.student-attachment.saved td {
    background: #f8ffe0 !important;
}


.page-sidebar .sidebar-menu .menu-items > li > a > .title {
	width: calc(100% - 10px) !important;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
    float: right;
    padding-right: 3px !important;
}

.fileuploader {
    background:none;
 }
 
#tbl-sa-files .table tbody tr td {
    padding: 6px 16px;
}

#tbl-sa-files  .table-striped tbody tr:nth-of-type(odd) {
   background-color: none;
}
 
#tbl-sa-files  th {
    background-color: #efefef;
}
.attachment-holder-header th{
    background-color: #ffffff !important; 
}
.general-label{
        font-family: 'Montserrat';
        font-size: 10.5px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        font-weight: 500;
}
button#upload-file {
    padding: 6px 24px;
    font-size: 16px;
}


.btn-orange {
	color: #ff8a23;
    font-weight: 600;
    border: 1px solid #ff8a23;
    background: #fff;
}

.teacher-feedback {
    border: 1px solid #c0c129;
    padding: 5px 10px;
    border-radius: 11px;
    background-color: #c0c129;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 12px !important;
}
.teacher-feedback:hover {
    background-color: #fcab35;
    border-color: #fcab35;
    color:#ffffff;
}

.btn-upload-feedback {
	border: solid 1px;
    border-radius: 3px;
    padding: 3px 5px;
    cursor: pointer;
}
.teacher-file {
    border: 1px solid #c0c129;
    padding: 5px 10px;
    border-radius: 11px;
    background-color: #c0c129;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 12px !important;
}

.teacher-file:hover {
    background-color: #fcab35;
    border-color: #fcab35;
    color:#ffffff;
}
a.student-work {
	
    border: 1px solid #54b2d6;
    padding: 5px 10px;
    border-radius: 11px;
    background-color: #54b2d6;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.7px; 
    font-size: 12px !important;
    display: inline-block;
    margin-top: 3px;
    margin-right: 8px !important;
	max-width: 210px;
}
a.student-work:hover{
    background-color: #35b3fc;
    border-color: #35b3fc;
}
.btn-remove-file {
    text-align: center;
    color: #ff0000;
    margin-left:20px;
}
.btn-remove-file:hover {
  cursor:pointer;
}
.student-file-row {
    float: left;
    clear: both;
    margin-bottom: 18px;
}

.btn-upload-feedback {
    padding: 5px 10px;
    border-radius: 11px;   
    cursor: pointer;
    background-color: #ededed;
    border-color: #cccccc;
    font-size:12px !important;
}
span.teacher-file-holder {
    display: inline-block;
    margin-top: 3px;
}


th.gradelist-col {
    width: 150px !important;
}

.slt-form {
    height: 55px !important;
    margin-top: 0px !important;
    padding: 26px 12px 4px 12px !important;
    line-height: 1;
}

.choices-inner {
    display: grid;
    grid-template-columns: 4fr 1fr max-content;
    gap: 20px;
    align-items: center;
}

.choices-inner .form-group, .question-card-inner .form-group {
	margin-bottom: 0px !important;
}

.choices-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: 1 / -1;
	position: relative;
}

.choices-cont-border-top {
	border-top: 1px solid #a7ce1b;
    padding-top: 40px;
    margin-top: 20px;
}

.choices-cont-border-top .hidden {
	display: block !important;
}

.question-card-inner {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.btn-add-choice {
	top: -16px;
    position: absolute;
    right: -8px;
    background-color: #007be8;
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    line-height: 1;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.btn-remove-choice {
	cursor: pointer;
	color: red;
}

.question-text-cont {
	grid-column: 1 / -1;
}

.question-edit-view {
	display: flex;
    justify-content: space-between;
}

.selected-groups-cont {
	border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 7px;
	display: flex;
    flex-direction: column;
	min-height: 64px;
	margin-bottom: 10px;
}

.selected-groups-cont label {
	font-family: 'Montserrat';
    font-size: 10.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 500;
	margin-bottom: 0px;
}

.selected-groups-inner {
	display: flex;
    flex-direction: row;
    gap: 10px;
}

.single-selected-group {
	border: 2px solid #ffae34;
    border-radius: 6px 14px 14px 6px;
    padding: 1px 2px 1px 6px;
}

.group-name {
	font-weight: 600;
}

.remove-group-cross {
	color: #d60000;
    padding: 4px;
    cursor: pointer;
}

.question-card-ans-cont {
	grid-template-columns: 4fr 1fr;
}

.question-card-ans-cont .question-text-cont {
	grid-column: unset;
}

.question-card-ans-cont .question-text-ans-input {
	grid-column: 1 / -1;
}

.question-checkboxes-cont .form-group-default.focused {
	border-color: rgba(0, 0, 0, 0.07) !important;
	background-color: transparent !important;
}

.question-checkboxes-cont .form-group-default label.fade {
    opacity: 1 !important;
}

.question-checkboxes-cont .single-checkbox-cont label {
	font-family: 'Arial';
    color: #545b60 !important;
    line-height: 1.3em;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: none;
	margin: 0px !important;
	cursor: pointer;
}

.single-checkbox-cont {
	display: flex;
    align-items: center;
    gap: 8px;
	cursor: pointer;
}

.checkboxes-cont {
	display: flex;
    flex-direction: column;
    gap: 6px;
}

.question-checkboxes-cont {
	grid-column: 1 / -1;
}

.btn-edit-question {
	cursor: pointer;
}

#marks-input {
	background: #fff;
    color: #545b60 !important;
    line-height: 1.3em;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    width: 50px;
	font-weight: bold !important;
}

.single-mark-cont {
	border-top: 1px solid #a7ce1b;
    padding-top: 20px;
    grid-column: 1 / -1;
	text-align: end;
	font-weight: bold;
}

#inp-form-date {
	width: 100%;
    border: none;
    position: relative;
    top: -2px;
}

.grid-by4 {
	display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-by4 .col-md-6 {
	width: 100% !important;
	max-width: 100% !important;
}

.grid-by2 {
	display: grid !important;
    grid-template-columns: 3fr 1fr;
}

.grid-by2 .col-md-6 {
	width: 100% !important;
	max-width: 100% !important;
}

.countdown-timer-cont {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: calc(100% - 250px);
    background-color: #88c55d;
    left: 250px;
}

.countdown-timer {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    background-color: #88c55d;
    padding: 8px 20px;
    border-radius: 4px;
    color: #ffffff;
    line-height: 1;
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 16px;
    width: 150px;
    justify-items: center;
    justify-content: center;
}

body.fixed-header .header {
    z-index: 9999 !important;
    background-color: transparent !important;
}

.header .pg {
    display: none !important;
}

.grade-mark {
    font-weight: bold !important;
    margin-right: 10px;
}

.unset-float-btn {
	    float: unset !important;
    margin: 10px 0px !important;
}

.marg-top-10 {
	margin-top: 10px !important;
}

.tables-form-cont {
	display: flex;
    gap: 10px;
    background-color: transparent !important;
    flex-direction: column;
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.tables-form-cont .card {
	background-color: #ffffff !important;
	padding-left: 30px !important;
    padding-right: 30px !important;
}

.subject-final-mark-cont {
    margin-top: 18px !important;
    font-weight: 700 !important;
}