/*//////////////////////////////////////////////////
/ PROGRESSION
//////////////////////////////////////////////////*/
.prg-action {
	position: absolute;
	right: 2px;
	padding: 0px 4px;
	border-radius: 3px;
}
.dropdown-toggle.dropdown-toggle-inline::after {
	display:none;
}
.form-control-tn {
	font-size: 66% !important;
    padding: .3rem 0.5rem !important;
}
.prog-cmbopad {
	padding: 0.113rem 0;
}
.complete_task {
	border-left: #28a745 3px solid;
}
.inprogress_task {
	border-left: #ffc107 3px solid;
}
.incomplete_task {
	border-left: 3px solid rgba(0,0,0,.125);
}
.very_incomplete_task {
	border-left: 3px solid rgba(0,0,0,.6);
}
.relevant_task {
	border-left: 3px solid #ffc107;
}

/*//////////////////////////////////////////////////
/ CALENDAR
//////////////////////////////////////////////////*/
#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
#calendar {
	margin: 0 auto;
}
.fc-dayGrid-view .fc-body .fc-row {
	height: auto;
}
.fc .fc-timegrid-slot {
	height: 12px; /*This will change the actual timeslot height*/
}

/*//////////////////////////////////////////////////
/ CASE WIZARD
//////////////////////////////////////////////////*/
.not_found_button{
	position: fixed;
	bottom: 20px;
	right: 20px;
}