﻿@charset "utf-8";
/* CSS Document */
@font-face{
    font-family: 'custom-sans-serif';
    src: local("Heiti TC"), local("微軟正黑體"), local("Microsoft JhengHei");
    unicode-range: U+4E00-9FFF;
}
@font-face{
    font-family: 'custom-sans-serif';
    src: local(Arial), local(Segoe UI);
    unicode-range: U+00-024F;
}

html,body,
h1,h2,h3,h4,h5,h6,/*標題大->小*/
p,pre,/*段落*/
b,strong,/*粗體;一般、強調的*/
i,em,/*斜體;一般、強調的*/
mark,/*標記文字(預設是黃底)*/
del,/*刪除線*/
ins,/*底線*/
small,/*小文字*/
sub,/*下標文字*/
sup,/*上標文字*/
q,/*引號*/
kbd,/*提示瀏覽者鍵盤輸入指示*/
blockquote,/*縮排*/
abbr,/*解釋縮寫意思;值title="World Health Organization"給瀏覽器有用信息*/
address,/*標示地址*/
cite,/*預設斜體*/
bdo,/*文字方向鏡射;值dir="rtl"*/
a,/*連結;值link(默認)、visited(未訪問)、hover(滑鼠移過去)、active(活動)*/
img,/*圖*/
table,caption,tr,th,td,thead,tbody,tfoot,colgroup,col,/*表格*/
ul,ol,li,/*無序列表框;值disc(實體圈)circle(空心圈)square(實體方)none(無)、有序列表框;type=(1AaIi)、列表*/
dl,dt,dd/*描述列表框、描述列表裡的大標、每項大標裡的內容*/
div,span,/*區塊*/
iframe,/*外連框架*/
header,footer,nav,section,article,aside,details,summary,/*框架：頁頭、頁尾、連結容器、分段內容、獨立的內容、輔助內容、細節、大綱*/
form,input,textarea,label,fieldset,legend,select,optgroup,option,button,datalist,keygen,output/*表單；input值：text文字、password密碼、submit提交、reset重設、radio單選按鈕、checkbox複選框、color色彩、email電子郵件、tel電話、url網址、number數字(可另設定max.min)、search搜索、range滑塊控制、date日期(可另設定max.min)、datetime-local日期時間、month月份、time時間、week週*/
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	text-decoration: none;
	line-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	word-break: normal;
	word-wrap: break-word;
}
html body{
	letter-spacing: 0;
}
html[lang=zh-Hant-TW] body{
	letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 120%;
}
h1{
	font-size: 24px;
}
h1:before {
	content: '◆ ';
	font-weight: 100;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 16px;
}
a{
	color:#0c1b33;
}
body {
    font-family: 'custom-sans-serif';
	font-size: 15px;
    color: #0c1b33;
}
footer ul{
	text-align: center;
	padding: 30px 5px;
	font-size: 13px;
}
footer li{
	display: inline-block;
	border-right: 1px solid #0c1b33;
	margin: 5px 5px 5px 0;
	padding: 0px 10px 0 0;
}
footer li:last-of-type{
	border-right:0;
	margin: 5px 3px;
	padding: 0 3px;
}
section:last-of-type,
section:last-of-type>div>ul{
	border-bottom: 0;
	padding-bottom:0;
	margin-top: 15px;
}
.hr{
	border-bottom: 1px solid #ffbe55;
}
/*---logo選單-----開始--*/

/*漢堡吧開始*/
#sidebarMenu,
.sidebarIconToggle,
input[type=checkbox].openSidebarMenu {
	display: none;
}
@media (max-width: 834px){
	#sidebarMenu {
		display: inline-block;
		position: fixed;
		right: -23px;
		width: 275px;
		margin-top: 26px;
		transform: translateX(260px);
		transition: transform 250ms ease-in-out;
		background: #0c1b33;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 0 5px 0px;
		z-index: 999;
		overflow: hidden;
	}
	.sidebarMenuInner{
		margin:0;
		padding:0;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
	}
	.sidebarMenuInner li{
		list-style: none;
		color: #ffffff;
		cursor: pointer;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.sidebarMenuInner li a{
		color: #ffffff;
		cursor: pointer;
		text-decoration: none;
		padding: 20px;
		display:
		block;
	}
	.sidebarMenuInner li a:hover,
	.sidebarMenuInner li a.now{
		color: #ffffff;
		background: #c60000;
	}
	input[type="checkbox"]:checked ~ #sidebarMenu {
		transform: translateX(-45px);
	}

	input[type=checkbox].openSidebarMenu {
		transition: all 0.3s;
		box-sizing: border-box;
	}
	.sidebarIconToggle {
		display: inline-block;
		transition: all 0.3s;
		box-sizing: border-box;
		cursor: pointer;
		position: fixed;
		z-index: 9999;
		right: 33px;
		width: 50px;
		height: 50px;
		padding: 15px 10px;
		background: #0C1B33;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 0 5px 0px;
	}
	.spinner {
		transition: all 0.3s;
		box-sizing: border-box;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #ffffff;
	}
	.horizontal {
		transition: all 0.3s;
		box-sizing: border-box;
		position: relative;
		float: left;
		margin-top: 5px;
	}
	.diagonal.part-1 {
		position: relative;
		transition: all 0.3s;
		box-sizing: border-box;
		float: left;
	}
	.diagonal.part-2 {
		transition: all 0.3s;
		box-sizing: border-box;
		position: relative;
		float: left;
		margin-top: 6px;
	}
	input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
		transition: all 0.3s;
		box-sizing: border-box;
		opacity: 0;
	}
	input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
		transition: all 0.3s;
		box-sizing: border-box;
		transform: rotate(135deg);
		margin-top: 9px;
	}
	input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
		transition: all 0.3s;
		box-sizing: border-box;
		transform: rotate(-135deg);
		margin-top: -11px;
	}
}
/*漢堡吧結束*/
nav{
    width: calc(100% - 236px);
    max-width: 800px;
    position: relative;
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: center; */
}
header{
	position: absolute;
	width: 100%;
	z-index:1;
}
.MenuLogo{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 20px 10px 20px;
}
@media (max-width: 834px){
	.MenuLogo{
		padding: 25px 20px 10px 20px;
	}
}
@media (max-width: 425px){
	.MenuLogo{
		padding: 25px 29px 130px 20px;
	}
}
.Logo{
	height: 40px;
}
.Logo img{
	height: 100%;
}
.DesktopMenu{
	display: flex;
	justify-content: flex-end;
	/* background: #0C1B33; */
	/* -webkit-border-radius: 5px; */
	/*-moz-border-radius: 5px;*/
	/* border-radius: 5px; */
	/* box-shadow: 0 0 5px 0px; */
	padding: 6px 5px;
	/* margin-top: 33px; */
	align-items: center;
}
@media (max-width: 834px){
	.DesktopMenu{
		display: none;
	}
}
.DesktopMenu li{
	/* width: 100%; */
	padding: 0 4px;
}
.DesktopMenu li:last-child{
	/* width: 100%; */
	padding-right: 0;
}
.DesktopMenu a{
	display: block;
	color: #ffffff;
	background: #0C1B33;
	padding: 10px 20px 8px 20px;
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}
.DesktopMenu a:hover,
.DesktopMenu a.now{
	color: #ffffff;
	background: #C60000;
}
/*---logo選單-----結束--*/



/*---段落設定-----開始--*/
.HeadlineA{
	position:relative;
}
.HeadlineA{
	display: flex;
	border-bottom: 3px solid #FFBE55;
	justify-content: space-between;
	align-items: center;
	padding: 15px 33px;
}
.HeadlineA h3{
	font-size:24px;
}
.HeadlineA .menu a{
	display:inline-block;
	padding:3px;
}
.HeadlineA .menu a:hover{
	border-bottom:1px solid #0C1B33;
}

.HeadlineB{
	position:relative;
}
.HeadlineB{
	display: flex;
	background: #CEDBEF;
	justify-content: space-between;
	align-items: baseline;
	padding: 15px 20px 10px 20px;
	margin: 30px 0 7px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.HeadlineB h4{
	font-size: 20px;
}
.HeadlineB h5{
	font-size: 18px;
}

.article{
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 33px;
	color: #0c1b33;
}
.article h1,
.article h2,
.article p,
.article ul li{
    padding: 5px 0;
}
.article h2{
    margin-top: 20px;
}
.article p{
	line-height: 160%;
}
.article mark{
	background:#CEDBEF;
	padding: 10px 20px;
	margin-top: 5px;font-size:16px;
	display:
	inline-block;
	line-height: 150%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.article em{
	font-size:24px;
	display:
	block;
	line-height: 150%;
	color: #c60000;
	font-weight: bolder;
	font-style: normal;
}
.article ul li{
	margin-left: 20px;
	list-style: disc;
	line-height: 160%;
}

/*---article-----結束--*/


/*---header、flexslider-----開始--*/
 header{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
 .MenuLogo{
	/* position: absolute; */
	z-index:800;
	left: 0;
	right: 0;
}
 .flexslider .slides > li {
  height: 890px;
  background-size: cover;
	position: relative;
}
@media (max-width: 1024px){
	 .flexslider .slides > li {
	  height: 690px;
	}
}
@media (max-width: 768px){
	 .flexslider .slides > li {
	  height: 590px;
	}
}
@media (max-width: 425px){
	 .flexslider .slides > li {
	  height: 500px;
	}
}
 .flexslider {
    overflow: hidden;
}
 .flexslider .slides > li > .TxtBox{
    position: absolute;
    width: 80%;
    max-width: 500px;
    min-width: 300px;
    height: 30%;
    max-height: 200px;
    font-weight: bolder;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #ffffff;
    text-shadow: 0 0 6px #0c1b33;
}
 .flexslider .slides > li > .TxtBox .UpperQuote,
 .flexslider .slides > li > .TxtBox .LowerQuote{
	font-size: 130px;
	position: absolute;
}
 .flexslider .slides > li > .TxtBox .UpperQuote{
	right: 0;
}
 .flexslider .slides > li > .TxtBox .LowerQuote{
	bottom: 10px;
	left: 0;
}
 .flexslider .slides > li > .TxtBox .QuoteTxt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	line-height: 100%;
	white-space: nowrap;
}
@media (max-width: 650px){
	 .flexslider .slides > li > .TxtBox .UpperQuote,
	 .flexslider .slides > li > .TxtBox .LowerQuote{
	font-size: 20vmin;
	}
	 .flexslider .slides > li > .TxtBox .QuoteTxt {
	  font-size: 6vmin;
	}
}
/*---header、flexslider-----結束--*/

/*--FloatWin--*/

.FloatWin{
    content:
    "";
	position:
    fixed;
	z-index:100000;
	top:0;
	right:0;
	bottom:0;
	left:0;
    background:	rgb(12 27 51 / 0.75);
    /* display:none; */
}
.FloatWin>div{
	position:
	absolute;
	z-index:100001;
	top:50%;
	left:50%;
	transform:
	translate(-50%,-50%);
	width: 90%;
	max-width:396px;
	min-width:300px;
	max-height: 90%;
	background:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px 0px;
	overflow:
	hidden;
	overflow-y: auto;
	font-size:13px;
	padding: 25px 0 20px 0;
	box-sizing: border-box;
}

/*------CircleDi--------*/

.CircleDiA{
	position: relative;
	width:100%;
	max-width:396px;
	min-width:300px;
	max-height: calc(90vh - 83px);
	background:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px 0px;
	overflow:hidden;
	overflow-y: auto;
	font-size:13px;
	padding: 25px 0 20px 0;
	box-sizing: border-box;
	
}
.CircleDiA::before,
.CircleDiA::after{
	content:"";
	position:absolute;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.CircleDiA::before{
	width:96px;
	height:96px;
	border:4px solid #FFBE55;
	top:-46px;
	left:-19px;
}
.CircleDiA::after{
	width:67px;
	height:67px;
	border:4px solid #C60000;
	top:-45px;
	left:50px;
}


/*--FormBox--*/
.FormBox{
	width: 100%
	}
.FormBox>.hint{
	background:#ffbe55;
	padding: 15px 33px;
	margin-top: -3px;
}
.FormBox>.FillIn{
    font-weight: 600;
    padding-top: 10px;
	position:relative;
}
.FormBox>.FillIn li{
    padding: 10px 33px;
}
.FormBox>.abreast li{
	width: calc(100% / 2);
	padding: 8px 4px 8px 33px;
}
.FormBox>.FillIn li .ps{
	color:#7390BE;
	font-size:13px;
	font-weight: 400;
	padding-top: 8px;
}
.FormBox>.FillIn>li>.button{
	padding: 5px 0 0 0;
}
.FormBox>.FillIn>li>.button a{
	width: 100%;
}
.FormBox>.FillIn>li>.box{
	display:
	flex;
	justify-content: flex-start;
	padding-top: 8px;
}
.FormBox>.FillIn>li>.AnswerBox{
	color:#7390BE;
	font-size:15px;
	font-weight: 400;
	padding-top: 5px;
	line-height: 120%;
}
.FormBox>.FillIn>li>label{
	display:
	block;
	padding-top: 5px;
}
.FormBox>.FillIn>li>.box>label{
	margin-left: 15px;
	vertical-align: middle;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}
.FormBox>.FillIn>li>.box>label:first-child{
	margin-left: 0px;
}
.FormBox>.FillIn input,
.FormBox>.FillIn textarea{
	border: 1px solid #7390BE;
	width: 100%;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 7px;
}
.FormBox>.FillIn textarea{
	height:150px;
}
.FormBox>.FillIn select:first-child,
.FormBox>.FillIn select:only-child,
.FormBox>.FillIn input:first-child,
.FormBox>.FillIn input:only-child,
.FormBox>.FillIn textarea:first-child,
.FormBox>.FillIn textarea:only-child,
.FormBox>.FillIn input[type=submit]:first-child,
.FormBox>.FillIn input[type=submit]:only-child{
	margin:0;
}
.FormBox>.FillIn input[type=submit]{
	border: 0;
	background: #0C1B33;
 color:#ffffff;
	padding: 8px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 font-size:15px;
	margin-left: 7px;
	cursor: pointer;
	width: auto;
	display:
	inline-block;
}
.FormBox>.FillIn input[type=radio],
.FormBox>.FillIn input[type=checkbox]{
	width:auto;
	margin-right: 5px;
}
.FormBox>.FillIn select{
	border: 1px solid #7390BE;
	width: 100%;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 7px;
}
.FormBox>.FillIn .hr{
	padding: 0 33px 33px 33px;
	margin-bottom: 33px;
}
.FormBox>.abreast{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 3px solid #FFBE55;
	padding: 10px 30px;
}
.FormBox>.abreast li{
	width: calc(100% / 2);
	padding: 8px 3px;
}
.FormBox>.abreast li.SingleColumn{
	width: 100%;
}
.FormBox>.NewHelpLi{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #7390BE;
	margin: 10px 30px;
	padding: 10px 0;
}
.FormBox>.NewHelpLi:last-child{
	border-bottom: 0;
}
.FormBox>.NewHelpLi li{
	width: calc(100% / 2);
	padding: 8px 3px;
}
.FormBox>.NewHelpLi li.SingleColumn{
	width: 100%;
}
.FormBox>.QALi{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #7390BE;
	margin: 10px 30px;
	padding: 10px 0;
}
.FormBox>.QALi:last-child{
	border-bottom: 0;
}
.FormBox>.QALi li{
	width: calc(100% / 2);
	padding: 8px 3px;
}
.FormBox>.QALi li.SingleColumn{
	width: 100%;
}
.FormBox>.QALi .button{
	margin:0 auto;
}

.button{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 28px;
}
.HeadlineA .button{
	padding: 0;
}
.button input,
.button a{
	background:#0C1B33;
	color:#ffffff;
	padding: 8px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:15px;
	margin: 5px;
	cursor: pointer;
	min-width: calc(100% / 3 - 10px);
	display:inline-block;
}
.button input:only-child,
.button a:only-child{
	margin: 5px 0 3px 0;
}
.button input:hover,
.button input.now,
.button a:hover,
.button a.now{
	background:#c60000;
}

.AddPetInfo{
	width: 100%;
	padding: 10px 0;
	flex-wrap: initial;
}
.AddPetInfo input{
	width: 100%;
	padding: 16px 10px;
	background: #ffffff;
	border: 1px dotted #0C1B33;
	color:#0C1B33;
	font-weight: bolder;
}
.AddPetInfo input:hover{
	background: #0C1B33;
	border: 1px dotted #0C1B33;
	color:#ffffff;
}

/*---ResponsePage----*/
.ResponsePage{
	position: relative;
	text-align: center;
	padding: 30px 50px;
	box-sizing: border-box;
	line-height: 150%;
	font-size: 15px;
}
.ResponsePage i{
	display:block;
	font-size: 145px;
	color:#FFBE55;
}

/*-----EmailBox---------*/
.EmailBox{
	width:90%;
	margin:30px auto;
	background:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px 0px;
	overflow:hidden;
	font-size:13px;
	padding-top: 30px;
	box-sizing: border-box;
	position:relative;
}
/*---divide---------*/
.DivideA{
	display:
	flex;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	}
.content{
	width:100%;
	padding-left: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	align-content: center;
}

/*---index About Area---*/
.about {
	}
.about img{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	display:block;
	}


.PetLi{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px 0;
	justify-content: center;
	align-items: stretch;
}
.PetLi>li{
	width: calc(100% / 3 );
	padding: 20px 15px;
}
.PetLi li>.photo{
	width: 100%;
	height: 0;
	padding-top: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.PetLi li>.photo>span{


}
.PetLi li>.photo img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.PetLi li>.name{
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	padding: 25px 0 20px 0;
}
.PetLi li>.menu{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.PetLi li>.menu li{
	padding: 0 10px;
	border-right: 1px solid #0C1B33;
	font-size:15px;
	color:#0C1B33;
}
.PetLi li>.menu li:last-child{
	border-right: 0;
}
.PetLi li>.menu li a:hover{
	color:#c60000;
}
.PetDailyLogStyle{
	display: flex;
	justify-content: flex-end;
}
.PetDailyLogStyle>li,
.PetDailyLogStyle>li>a{
	display: flex;
	align-items: center;
}
.PetDailyLogStyle>li{
	margin-right: 15px;
}
.PetDailyLogStyle>li>a{
	background: #0c1b33;
	color: #ffffff;
	padding: 3px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.PetDailyLogStyle>li>a:hover,
.PetDailyLogStyle>li>.now{
	background: #c60000;
}
.PetDailyLogStyle i{
	margin-right: 5px;
}
.PetDailyLogLi{
	width: 100%;
	margin-top: 20px;
}
.PetDailyLogLi li{
	padding: 15px 0;
}
.PetDailyLogLi li .day{
	margin-bottom: 10px;
	margin-left: 5px;
}
.PetDailyLogLi li .DailyLog{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 2px #0c1b33;
	padding: 5px 5px 5px 15px;
	color:#0C1B33;
}
.PetDailyLogLi li span{}
.PetDailyLogLi li b{
	font-size: 25px;
	margin: 0 3px;
}
.PetDailyLogLi li .DailyLog .time{
	width: 60px;
	height: 60px;
	display: flex;
	background: #FFBE55;
	letter-spacing: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 600;
}
.PetDailyLogLi li .DailyLog .weight{
	
}
.PetDailyLogLi li .DailyLog .up{
	font-size: 35px;
	color: #c60000;
}
.PetDailyLogLi li .DailyLog .down{
	font-size: 35px;
	color: #1A78C9;
}
.PetDailyLogLi li .DailyLog .equal{
	font-size: 55px;
	color: #2B931A;
}
.PetDailyLogLi li .DailyLog .WCFrequency{
	
}
.PetDailyLogLi li .DailyLog .WCTime{
	
}
.PetDailyLogLi li .DailyLog .material-icons{
	font-size: 50px;
	color: #7390BE;
}
.PetDailyLogLi li .DailyLog:hover .material-icons{
	margin-right: -5px;
}


.PetDailyLogInfo{
	justify-content: flex-start;
	display:flex;
	padding-left: 3px;
	padding-top:12px;
}
.PetDailyLogInfo .InfoLi{
	width:100%;
}
.PetDailyLogInfo .InfoLi .HeadlineA{
	border-bottom: 3px solid #c60000;
	margin-top: 13px;
}
.PetDailyLogInfo .FillIn{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.PetDailyLogInfo .OneFourth{
	padding-left: 23px;
}
.PetDailyLogInfo .ThreeFourth{
	margin-left: -7px;
}
.PetDailyLogInfo .FillIn li{
	padding: 10px;
}
.PetDailyLogInfo .FillIn li .box input{
	width:100%;
	border: 1px dashed #0C1B33;
	background: #ffffff;
	color:#0C1B33;
}


.OldQALi{
	justify-content: flex-start;
	display:flex;
	padding-left: 3px;
	padding-top:0;
}
.OldQALi .InfoLi{
	width:100%;
}
.OldQALi .InfoLi .HeadlineA{
	border-bottom: 3px solid #c60000;
	margin-top: 13px;
}
.OldQALi .FillIn{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.OldQALi .OneFourth{
	padding-left: 23px;
}
.OldQALi .ThreeFourth{
	margin-left: -7px;
}
.OldQALi .FillIn li{
	padding: 10px;
}
.OldQALi .FillIn li .box input{
	width:100%;
	border: 1px dashed #0C1B33;
	background: #ffffff;
	color:#0C1B33;
}
.QAPhotoA{
	background: url(../_img/QA/photoA.jpg) no-repeat 0 87px;
	background-size: auto 100%;
}


.MedicalRecords{
	width:100%;
	line-height: 130%;
	padding-left: 23px;
	box-sizing: border-box;
}
.MedicalRecords .button{
	padding: 5px;
}
.MedicalRecords .txt{
	padding: 10px 20px 10px 20px;
}
.MedicalRecords .QTxt{
	display: flex;
	background: #FFBE55;
	justify-content: space-between;
	align-items: center;
	padding: 17px 20px 13px 20px;
	margin: 5px 0 10px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.MedicalRecords .ATxt{
	display: flex;
	background: #FFDCA5;
	justify-content: space-between;
	align-items: center;
	padding: 17px 20px 13px 20px;
	margin: 5px 0 10px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.ChartBox canvas{
	margin-top: 40px;
/*	height: 424px !important;*/
/*	padding: 0 20px 40px 20px;*/
}

.HeadlineC{
	display:flex;
	background:#cedbef;
	justify-content: space-between;
	align-items: center;
	padding:10px 5px 5px 5px;
	margin-top:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.HeadlineC h3{
	font-size:24px;
}
.HeadlineC .material-icons{
	font-size:40px
}