*:focus {
	outline:none !important;
}
html {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	font-size:11pt;
	color: white;
	background-color:#0e1016;
}
h1 {
	font-size: 6rem;
	margin-top: 74px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
#container {
	padding-top: 300px;
	padding-bottom: 260px;
	width: 98vw;
	max-width: 1020px;
	margin: auto;
}
#heading {
	border-bottom-right-radius: 15px;
	border-bottom: 4px solid #04a;
	border-right: 4px solid #05b;
	width: calc(100% - 8px);
	height: 260px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #037e;
	z-index:10;
}
#timeline {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: min-content; /*268px;*/
	grid-gap: 24px;
	height: calc(100% - 290px);
	width: 100%;
	margin-top: -6px;
}
.profile {
	height: 260px;
	z-index: 32;
}
.profile img {
	border-radius: 50%;
	background-color:black;
	margin: 30px;
	float: left;
}
.title_card {
	float: left;
	width: 700px;
	margin-top: -58px;
}
.datacard {
	border-radius: 21px;
	transition: background-color 0.1s;
	background-color: #4446;
}
.expanded .datacard {
	height: 276px;
	width: 96.5vw;
	margin: 8px;
	padding-top: 12px;
	border-bottom-right-radius: 12px;
}
.datacard.collapsed {
	height: 80px;
	padding-top: 8px;
}
.datacard.change {
	background-color: #044;
}
.datacard.med {
	background-color: rgba(195, 177, 225, 0.3);
}

.feed_description {
	padding-left: 145px;
	float:left;
}
.expanded .feed_description {
	display:inline-block;
	font-size: 3rem;
	margin-top:-10px;
}
.collapsed .feed_description {
	width: 260px;
	text-align:center;
	font-size: 2.4rem;
	margin-top:-58px;
}
.express .feed_description {
	padding-left: 180px;
}

.combo .feed_description {
	padding-left: 210px;
}
.collapsed .combo .feed_description{
	padding-left: 216px;
}

.collapsed .med_type .feed_description{
	padding-left: 200px;
}
.expanded .feed_description {
	text-align:left;
	padding-left:0;
}
.collapsed .small_ml {
	display:none;
}
/*.small_ml {
	display:inline-block;
	font-size: 2.4rem;
	margin-left: 235px;
	margin-top:-1.45em;
	overflow:scroll;
	height: 2.8em;
	width: 385px;
}*/
.small_ml {
    display: table-cell;
    position: relative;
    font-size: 2.4rem;
    margin-left: 284px;
    padding-left: 24px;
    /* padding-bottom: 11px; */
    top: -1.6em;
    overflow: scroll;
    height: 2.8em;
    width: 400px;
    vertical-align: bottom;
}
.expanded .datacard_info {
	float: left;
	height: 145px;
	width: 618px;
	margin: 6px;
	margin-bottom: 16px;
	border-radius:15px;
	border: solid 3px #AA000000;
	background-color:#33353e;
	font-weight: 400;
	padding-left: 20px;
}
.collapsed .datacard_info {
	position:relative;
	top: -142px;
	left: 342px;
	width: 380px;
	text-align: left;
	max-height: 1em;
}
.collapsed .end_time, .change .end_time, .express .end_time, .solid .end_time, .med .end_time {
	display:none;
}

.change .small_ml {
	visibility:hidden;
}
.collapsed .med .feed_description {
	display: none;
}
.end_time {
	display:inline-block;
	min-width: 180px;
}
.datacard_time {
	position:relative;
	color: white;
	font-size: 3.9rem;
	font-weight: 400;
	padding: 0 24px;
}
.collapsed .datacard_time {
	/*display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;*/
}
.expanded .datacard_time {
	display:block;
}
.edit_icon {
	/*z-index:20;*/
	position:absolute;
	display:block;
	right:28px;
	top: 20px;
	/*opacity: 0.2;*/
}
.delete_icon {
	position:absolute;
	display:block;
	right:112px;
	top: 20px;
}
.collapsed .edit_icon, .collapsed .delete_icon {
	display:none;
}
h2 {
	padding-left: 10px;
	margin: 4px 0;
	font-size: 4rem;
	color:#08e;
	text-align:left;
}
.collapsed h2 {
	margin-top: 64px;
	width: 360px;
	float:left;
}
.express h2 {
	color:pink;
}
.spit h2 {
	color:#e31f1f;
}
.combo h2 {
	color:green;
}
.pee h2 {
	color:yellow;
}
.poop h2 {
	color: #c06c1b;
}
.solid h2 {
	color: orange;
}
.med h2 {
	color: #BF40BF;
}
.small {
	font-size: 2.4rem;
	margin-left: 15px;
}
.collapsed .date {
	position:absolute;
	left:175px;
	top: 20px;
}
.expanded .date {margin-left: 120px;}
.since_last {
	float:right;
	margin-top:131px;
	color:#ccc;
}
.collapsed .since_last {margin-top:18px;}

.datacard:hover {
	background-color:#039a;
	transition: background-color 0.2s;
	cursor:pointer;
}
.icon {
	position:relative;
	float:right;
	z-index:12;
	top: -134px;
	cursor:pointer;
	margin-right: 20px;
}
.icon img {
	border-radius:50%;
	border: solid 1px white;
}
.icon #add {
	right: 30px;
}
#add {
	transition: transform 0.4s;
}
#expand img {
	right: -30px;
}
#summary {
	display:grid;
	column-gap: 12px;
	font-size:2.7rem;
	font-weight:300;
	position:fixed;
	bottom: -90px; /*-42px; 0px;*/
	height: 92px;/*154px;*/
	background-color: #07396b;
	width: 100%;
	left:0;
	padding: 20px;
	padding-top: 58px;
	display: grid;
	grid-template-columns: 10fr 9fr;
	border-top: solid 4px #33353e;
	z-index: 52;
}
#summary p {
	margin-top: -42px; /*-44px;*/
}
.express {
	background-color: darkgreen;
}
.express .small_ml, .poop .small_ml, .pee .small_ml, .spit .small_ml {
	display: none;
}

#filterMenu {
	font-size: 4rem;
	background-color: #037e;
	z-index: 50;
	position: absolute;
	top: 262px;
	right: 10px;
	width: 380px;
	height: 0;
	border: none;
	border-left: 6px solid #04a;
	border-right: 6px solid #04a;
	transition: height 0.2s, border 0.8s;
	overflow: hidden;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#filterMenu ul {
	margin-top:10px;
	list-style-type: none;
	font-weight: 300;
	padding-left:0;
}
#filterMenu li {
	padding: 10px;
	padding-left: 30px;
}
#filterMenu li:hover {
	background-color: #04a;
}

#new_card_form {
}
.popup_form {
	position: fixed;
	z-index: 100;
	width: 0; /*95vw;*/
	height: 0; /*70vh;*/
	left: 97.5vw; /*2vw*/
	top: 280px;
	border: none; /*0.5vw solid #07396b;*/
	transition: height 0.4s, width 0.4s, left 0.4s;
	background-color: #049;
	overflow:hidden;
}

form *{
	font-size: 5rem;
	border-radius: 15px;
	margin:20px;
	text-align: center;
	font-weight: 400;
}
#field_divider {
	color:black;
	font-weight: 500;
	padding: 5px;
}
#label_divider {
	color:white;
	font-weight: 300;
	padding: 5px;
}
select {
	width: 340px;
	background-color:#86ca;
	color:black;
}
label {
	display:inline-block;
	font-size: 4rem;
	background-color:transparent;
	border:none;
	width: 28.5vw;
	text-align:center;
	margin-bottom: 0;
	margin-top: 30px;
}
#end_time_label {
	padding-left: 93px;
}
#amount_label {
	width: 750px;
	padding-left: 21px;
	text-align: left;
}
#amount_field {
	width: 28vw;
	min-width: 28vw;
}
#solid_feed_description {
	display:none;
}
input {
	font-size: 4.2rem;
	min-width: 50vw;
	padding: 4px 0;
	color: black;
	background-color: #86ca;
}
#card_type_field {
	font-size: 4.15rem;
	min-width: 50vw;
}
#feed_type_field {
	font-size: 4.15rem;
	min-width: 50vw;
}
#card_date_field {
	width: 50vw;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	display:block;
	position: relative;
	left: -12px;
	top: 2px;
}
option {
	font-size: 2rem;
	text-align: center;
	width: 340px;
}
.clock_input {
	margin-top: 10px;
	min-width: 24vw;
	width: 28vw;
}
#set_current_end_time {
	float: right;
	margin-right: 50px;
	width: 12vw;
	color: black;
	background-color: darkgray;
	border-radius: 15px;
	border: 1px solid black;
	cursor: pointer;
	font-size: 3.2rem;
}
#timer {
	position: absolute;
	right: 0;
	height: 350px;
	width: 0; /*350px;*/
	transition: width 0.4s;
}
#timer img {
	margin:25px;
}
#timer_display {
	font-size: 4rem;
	width: 350px;
	height: 125px;
	position:absolute;
	bottom:10px;
	font-weight: 500;
	text-align:left;
	padding-left: 50px;
	color: gray;
}
.rownum {
	display:none;
}

.dropdown {
	font-size: 4rem;
	background-color: #037e;
	z-index: 50;
	position: fixed;
	top: 262px;
	right: 10px;
	width: 380px;
	height: 0;
	border: none;
	border-left: 6px solid #04a;
	border-right: 6px solid #04a;
	transition: height 0.2s, border 0.8s;
	overflow: hidden;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.dropdown ul {
	margin-top:10px;
	list-style-type: none;
	font-weight: 300;
	padding-left:0;
}
.dropdown li {
	padding: 10px;
	padding-left: 30px;
}
.dropdown li:hover {
	background-color: #04a;
}
.bubble_shadow {
	box-shadow: 
	8px 8px 12px 0 rgba(255, 255, 255, 0.3) inset,
	-8px -8px 12px 0 rgba(0, 0, 0, .25) inset;
}
.bubble_shadow1 {
	box-shadow: 
	8px 8px 12px 0 rgba(255, 255, 255, 0.1) inset,
	-8px -8px 12px 0 rgba(0, 0, 0, .25) inset;
}
.bubble_shadow2 {
	box-shadow: 
	6px 6px 9px 0 rgba(255, 255, 255, 0.1) inset,
	-6px -6px 9px 0 rgba(0, 0, 0, .2) inset;
}
.bubble_shadow3 {
	box-shadow: 
	4px 4px 6px 0 rgba(255, 255, 255, 0.05) inset,
	-6px -6px 9px 0 rgba(0, 0, 0, .2) inset;
}

.poops_size_label {
	width: 25vw;
	text-align:left;
}

input[type=radio] {
	border: 0px;
	min-width: 3.4rem;
	height: 2.6rem;
	margin:0;
	margin-left: 50px;
	accent-color:#4446;
}
.show_size_break {
	display:inline-block;
}
.hide_size_break {
	display:none;
}
#edit_card_type_field {
	font-size: 4.15rem;
	min-width: 50vw;
}
#edit_feed_type_field {
	font-size: 4.15rem;
	min-width: 50vw;
}
#edit_card_date_field {
	width: 50vw;
}
#edit_row_num {
	display:none;
}
#edit_amount_field {
	width: 28vw;
	min-width: 28vw;
}
#edit_current_end_time {
	float: right;
	margin-right: 50px;
	width: 12vw;
	color: black;
	background-color: darkgray;
	border-radius: 15px;
	border: 1px solid black;
	cursor: pointer;
	font-size: 3.2rem;
}
#edit_amount_label {
	width: 750px;
	padding-left: 21px;
	text-align: left;
}
.summary_date {
	position: absolute;
	text-align: center;
	bottom: 160px;
	right: 56px;
	background-color:#07396b;
	padding: 10px;
	height: 1.2em;
	width: 22vw;
	font-weight: 500;
	z-index:14;
	border-radius: 5px;
	
	padding-top: 4px;
	padding-bottom: 12px;
	height: 1.1em;
	font-weight: 500;
	font-size: 2.5rem;
	text-decoration:underline solid #1c427688 5px;
	/*text-decoration-thickness: 1px;*/
	text-underline-offset: 10px;
}

.summary_date:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -1.25em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8em 0.8em 0.8em 0.5em;
  border-color: transparent transparent #07396b #07396b;
}
.summary_date:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 23.6vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8em 0.45em 0.8em 0.45em ;
  border-color: transparent #07396b #07396b transparent;
}
#summary_date_border {
	height: 0.8em;
	bottom: 164px;
	background-color: #8888;
	z-index:12;
	border-radius: 5px;
}
#summary_date_border:after {
	right: -1.27em;
  border-width: 0.75em 0.8em 0.75em 0.5em;
  border-color: transparent transparent #8888 #8888;
}
#summary_date_border:before {
	right: 23.95vw;
	border-width: 0.75em 0.4em 0.75em 0.4em;
  border-color: transparent #3c629688 #3c629688 transparent;
}
.bubble_shadow_tab {
	box-shadow: 
	0 1.5px 0 0 rgba(255, 255, 255, 0.3) inset,
	0 0 0 0 rgba(0, 0, 0, .25) inset;
}

#trigger_area{
	position:fixed;
	top:295px;
	bottom: 1500px;
	/*margin: 250px 0px 1500px 0px;
	height: auto;*/
	width: 100vw;
	background-color: #44000088;
}

.ratio {
	width: auto;
	margin: auto 20px;
	font-size: 3.8rem;
}
.ratio_field {
	min-width: 135px;
	width: 50px;
	margin: 50px auto 40px auto;
}