.clearfix{
	clear: both;
}
.full-width{
	width: 100%;
	height: 100%;
}
.center-div{
	position: absolute!important;
	margin : 0!important;
	left : 50%;
	top : 50%;
}
.spin-container{
	background: black;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	left : 0;
	top: 0;
}
.admin-container{
	min-height: 100px;
	position: relative;
}
.capitalize{
	text-transform: capitalize;
}
.table-header{

}
.table-header-right{
	position: relative;
	margin-top: 25px;
}
.table-header-right select{
	height : 34px!important;
}
.table-header-right button{
	margin-left: 20px;
}
.flog-left{
	float:right;
}
.flog-right{
	float:right;
}
.table>tbody>tr>td{
	max-width: 50%!important;
}

@media (min-width: 1200px) {
  #schedules-container {
      min-width: fit-content;
  }
}
