html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: sans-serif, Helvetica Neue, Helvetica, Arial;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

a {
	/* color: #0d6efd; */
	text-decoration: none;
}

.header_container {
	background-color: #1e96b9;
	color: white;
	display: flex;
	justify-content: space-between;
}

.header_btn_img {
	width: 45px;
}

/* 跑馬燈 start */
.header_announcement {
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #f9e2ae;
	border-style: none;
}

.header_announcement > ul {
	padding-left: 0;
	display: flex;
	list-style-type: none;
	animation: header_announcement 40s linear infinite;
	position: absolute;
}

.header_announcement > ul > li {
	white-space: nowrap;
	margin-right: 2em;
	color: black;
}

@keyframes header_announcement {
	0% {
		left: 100%;
		transform: translateX(0%);
	}

	100% {
		left: 0;
		transform: translateX(-100%);
	}
}

/* 跑馬燈 end */

.footer_copyright {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	justify-content: space-between;
	background-color: white;
	position: relative;
	text-align: center;
}

.footer_container {
	display: flex;
	padding: 5px 15px;
	justify-content: space-between;
	background-color: white;
	border-radius: 20px 20px 0 0;
	background-color: #ffffff;
	position: relative;
	box-shadow: 0px 1px 6px -2px #01000a;
}

.footer_item {
	color: #9aa0ad;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	min-width: 48px;
}

.footer_item_txt {
	margin-top: 6px;
	font-size: 14px;
}

.footer_item-active,
.footer_item:hover {
	color: #1e96b9;
}

.footer_item i {
	line-height: 1;
}

/* SOS start */
.circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #ff0000;
}

.circle-text {
	font-family: Helvetica;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 4px;
}

/* SOS end */

.content_area {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 1px 6px -2px #01000a;
	margin: 13px 13px 13px 13px;
}

.content_child_area {
	background-color: white;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 1px 6px -2px #01000a;
}

.content_down_area {
	background-color: white;
	border-radius: 0px 0px 10px 10px;
	background-color: #ffffff;
	box-shadow: 0px 1px 6px -2px #01000a;
	margin: 13px;
}

/* v_center & h_center start */
/* 加在父類別 讓子類別垂直&水平置中 */
.v_h_center {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* v_center & h_center end */

.home_list_item {
	display: flex;
	align-items: center;
	padding: 3px;
}

.personnel_label {
	color: #3a97bb;
	border: 2px #3a97bb solid;
	border-radius: 10px;
	padding: 0px 3px 0px 3px;
	margin-right: 10px;
}
.personnel_label_choose {
	color: white;
	background-color: #3a97bb;
	border-radius: 10px;
	padding: 0px 3px 0px 3px;
	margin-right: 10px;
}

.message_div_choose {
	display: inline-flex !important;
}

.choose_member_label {
	color: #126483;
	background-color: #bcecff;
	border-radius: 10px;
	padding: 0px 3px 0px 3px;
	margin-right: 10px;
}

.choose_patient_label {
	color: #bd651e;
	background-color: #ffecdd;
	border-radius: 10px;
	padding: 0px 3px 0px 3px;
	margin-right: 10px;
}

.choose_patient_label {
	color: #bd651e;
	background-color: #ffecdd;
	border-radius: 10px;
	padding: 0px 3px 0px 3px;
	margin-right: 10px;
}

.choose_na_label {
	color: #2a642d;
	background-color: #d0ffd1;
	border-radius: 10px;
	padding: 0px 3px 0px 3px;
	margin-right: 10px;
}

.choose_family_label {
	color: #57511d;
	background-color: #fff8b7;
	border-radius: 10px;
	padding: 0px 3px 0px 3px;
	margin-right: 10px;
}

.personnal_label_container {
	/* display: flex; */
	justify-content: left;
}

.modal-top-right {
	position: relative;
	top: 0px;
	right: 0;
}

li div.active {
	background-color: #ffffff !important;
	color: #1e96b9 !important;
	font-size: 20px !important;
	font-weight: 900 !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

li div.nav-link {
	color: #000;
	font-size: 20px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.schedule-sticky-month {
	position: sticky;
}

.swiper {
	width: calc(100% - 20px);
	margin: 10px 7px 10px 7px;
}

.swiper-pagination-bullet-active {
	background-color: #ff8d32 !important;
}

.row_caution-hide {
	display: none;
}

.row_caution + .row_todo {
	border-top: dashed 1px #000000;
}

.row_caution.d-none + .row_todo {
	border-top: solid 1px #000000;
}
