.rapCalendar table tr th:nth-child(6),
.rapCalendar table tr th:nth-child(7),
.rapCalendar table tr td:nth-child(6),
.rapCalendar table tr td:nth-child(7)
{
	display: none;
}

.rapCalendar table
{
	width: auto;
}

.rapCalendar table tr th,
.rapCalendar table tr td
{
	width: 20%;
}

.rapCalendar
{
	max-width: 280px !important;
}

.ui-dialog-titlebar
{
	background-color: #ffffff;
	border: none;
}

.ui-dialog .ui-dialog-titlebar-close
{
	position: absolute;
	top: 16px;
}

@font-face
{
	font-family: Carrois;
	src: local("CarroisGothic-Regular"), url(../lib/CarroisFont/CarroisGothic-Regular.68d46feb20564adeb3d3.ttf)
	format("truetype")
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p
{
	font-family: Carrois !important;
}

h3
{
	font-weight: bolder !important;
}

.ui-dialog
{
	max-width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
}

.ui-dialog-titlebar
{
	width: 100%;
}

.schedule_input_column
{
	min-width: 200px;
}

.required_asterisk
{
	color: #ff0000;
}

#schedule_mediation_popup
{
	overflow-y: scroll;
	width: 100% !important;
}

.schedule_section_header
{
	color: #074973;
	font-weight: 700;
	margin-top: 20px;
}

.schedule_add_counsil_background
{
	width: 100px;
	height: 100px;
	background-color: #e6e6e5;
	cursor: pointer;
}

.delete_counsel_button_area svg
{
	cursor: pointer;
}

.schedule_add_counsil_plus
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 25px;
}

#schedule_additional_info_input
{
	height: 162px;
}

.dialog-footer
{
	flex-shrink: 0;
	padding: 10px;
	text-align: right;
	box-sizing: border-box;
}

.valid_select_value,
input,
textarea
{
	color: #074973 !important;
	font-weight: 700 !important;
}

#schedule_mediation_popup label
{
	margin-bottom: 10px;
}

#submit_schedule_button, #update_my_mediator_profile_submit_button
{
	background-color: #074973;
	color: #ffffff !important;
	font-weight: 400 !important;
	font-size: 14px;
}

.delete_counsel_button_area
{
	margin-top: 20px;
	text-align: right;
}

#mediator_calendar table
{
	border-spacing: 2px;
}

#mediator_calendar table tbody
{
	font-size: 22px;
}

#mediator_calendar table tbody td
{
	height: 50px;
	width: 50px;
}

.rapCalendar
{
	max-width: 388px;
	margin: 20px auto;
	font-family: Arial, sans-serif;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.rapCalendar .available
{
	background-color: #25a972;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #218838;
	transition: background-color 0.2s;
}

.rapCalendar .available:hover
{
	background-color: #218838;
}

.rapCalendar .disabled
{
	background-color: #dddddd;
	color: #808080;
	cursor: not-allowed;
}

.rapCalendar .selected
{
	background-color: #007bff;
	color: white;
	font-weight: bold;
	border: 1px solid #0056b3;
}

.rapCalendar .disabled
{
	pointer-events: none;
}

#slots
{
	margin: 20px;
	font-family: Arial, sans-serif;
}

#slots ul
{
	list-style: none;
	padding: 0;
}

#slots li
{
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

#slots h3
{
	margin-bottom: 10px;
	color: #333;
}

#mediator_calendar table thead th
{
	font-size: 12px;
	font-weight: 100;
}

#select_availability th, #select_availability td
{
	padding: 10px;
}