/*//////////////////////////////////////////////////
/ 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 5px solid;
}
.error_task {
	border-left: #dc3545 5px solid;
}
.inprogress_task {
	border-left: #ffc107 5px solid;
}
.incomplete_task {
	border-left: 5px solid rgba(0,0,0,.125);
}
.very_incomplete_task {
	border-left: 5px solid rgba(0,0,0,.6);
}

/*//////////////////////////////////////////////////
/ 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;
}


/*//////////////////////////////////////////////////
/ DATE ERROR 
//////////////////////////////////////////////////*/
.errorBadge{
	color: red;
	z-index: 90;
	position: absolute;
	margin-top: 26px;
	background: #fff3cdc4;
	margin-left: 0px;
	margin-right: 16px;
	border-radius: 8px;
	padding: 4px;
	display: none;
}