﻿
html
{
	font-size: 100%;
}

body
{
	color: #005FBA;
	background-color: #EBF4FE;
	font-family: inherit;
	font-size: 1.12rem;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #FF7E5B;
	font-size: 1.3rem;
	margin-top: 12px;
	text-align: center;
}

.page_container
{
	margin: 0px auto;
	max-width: 1280px;
	padding: 0px 1px 0px 1px;
}

.main_table
{
	border-collapse: collapse;
}

.first_cell
{
	border: 2px solid #609CE5;
	min-width: 250px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	vertical-align: top;
}

.second_cell
{
	border: 2px solid #609CE5;
	padding: 10px;
	vertical-align: top;
}

.second_cell img
{
	display: block;
	margin: 0 auto;
}

.title_p
{
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

.management_schedule_table
{
	border-spacing: 0px;
	margin-top: 10px;
}

.management_schedule_table tr
{
	text-align: center;
}

.management_schedule_table td
{
	background: #DEE8F2;
	border: 1px solid;
	border-color: rgba(0,95,186,0.39);
	border-right: 0px;
	border-top: 0px;
	padding: 5px;
}

.bold_td
{
	font-weight: bold;
}

.working_hours_table td
{
	padding-top: 10px;
}

.svg_rectangle
{
	fill: transparent;
	stroke: #005FBA;
}

.svg_text
{
	fill: #005FBA;
	font-size: 1.5rem;
}

.svg_path
{
	fill: #005FBA;
	stroke: #005FBA;
}

.top_left_td
{
	border-left: 0px !important;
	border-top-left-radius: 10px;
}

.top_right_td
{
	border-right: 0px rgba(0,95,186,0.39) !important;
	border-top-right-radius: 10px;
}

.bottom_left_td
{
	border-bottom-left-radius: 10px;
}

.bottom_right_td
{
	border-bottom-right-radius: 10px;
}

.header_td
{
	background: rgba(0,95,186,0.67) !important;
	border-bottom: 0px !important;
	border-color: white !important;
	border-right: 0px;
	border-top: 0px !important;
	color: white;
	padding: 15px !important;
}

.last_td
{
	border-right: 1px solid rgba(0,95,186,0.39) !important;
}

.no_bold_title_p
{
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

.note_table
{
	border-collapse: collapse;
}

.note_table tr
{
	vertical-align: top;
}

.justify_td
{
	text-align: justify;
}

.link
{
	color: #005FBA;
	display: block;
	padding: 7px 20px;
	text-align: justify;
	text-decoration: none;
}

.border
{
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}

.border li
{
	border: 0px solid transparent;
	border-left: 10px solid #FF7E5B;
	border-radius: 5px;
	box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1), -2px -2px 5px 0 rgba(0,0,0,.1), 2px 2px 5px 0 rgba(0,0,0,.1), -2px 2px 5px 0 rgba(0,0,0,.1);
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
}

.border li:before
{
	background: #FF7E5B;
	border-radius: 0px 5px 5px 0px;
	content:'';
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	width: 0;
	z-index: -1;
}

.border li:hover:before
{
	width: 100%;
}