.ui-datepicker {
    background: #eee;
    /* border-style: solid;
     border-width: 1px;*/
}

.ui-datepicker-title {
     text-align: center;
}

.ui-datepicker-next {
    float: right !important;
}

.ui-datepicker-calendar {
	margin: 10px 10px;
}

.ui-icon-circle-triangle-e {
	cursor: pointer;
 	font-weight: bold;
 	margin-right: 10px;
}

.ui-icon-circle-triangle-w {
	cursor: pointer;
 	font-weight: bold;
 	margin-left: 10px;
}

.left-separation-min {
 	margin-left: 6px;
}

.left-separation-max {
 	margin-left: 25px;
}

.left-separation {
 	margin-left: 15px;
}

.profile-field-width {
 	width: 42% !important; 
}

.pass-button {
	text-decoration:none;
	font-weight:bold;
	color:white;
	font-size:16px;
	padding:10px;
	background-color:green;
	width:75px;
}

.fail-button {
	text-decoration:none;
	font-weight:bold;
	color:white;
	font-size:16px;
	padding:10px;
	background-color:red;
	width:75px;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #F05149 !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #F0908B !important;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #F0908B !important;
}

.swal2-progress-steps .swal2-progress-step {
    background: #F05149 !important;
}

.swal2-progress-steps .swal2-progress-step-line {
    background: #F05149 !important;
}

.filter-form-previous {
    margin: 15px 0px 15px 15px;	
}

.filter-form-pending {
    margin: 15px 0px 0px 15px;	
}

.arrows-font {
  font-family: 'FontAwesome', "proxima-nova",sans-serif;
}

.centreMenuButtons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.tableSeparation {
	margin-top: 30px;
}

.tableCaption {
	caption-side: bottom;
}

.centreTableContent {
	text-align: center;
	vertical-align: middle;
}
