<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

 html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}
#messages-card {
  /* height: 100%; */
  padding-bottom: 0;
}
#messages-card-container {
  /* height: calc(100% - 35px); */
  padding-bottom: 0;
}
#messages-card {
  margin-top: 15px;
}
.mdl-layout__header-row span {
  margin-left: 15px;
  margin-top: 0;
}
.mdl-grid {
  max-width: 1024px;
  margin: auto;
}
.material-icons {
  display: block;
  font-size: 36px;
  top: 8px;
  position: relative;
}
.mdl-layout__header-row {
  padding: 0;
  margin: 0;
}
.mdl-card__supporting-text {
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
#messages {
  overflow-y: auto;
  margin-bottom: 10px;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
}
#message-filler {
  flex-grow: 1;
}
.message-container:first-of-type {
  border-top-width: 0;
}
.message-container {
  display: block;
  margin-top: 10px;
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.message-container.visible {
  opacity: 1;
}
.message-container .pic {
  background-image: url('/images/profile_placeholder.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  border-radius: 20px;
}
.message-container .spacing {
  display: table-cell;
  vertical-align: top;
}
.message-container .message {
  display: table-cell;
  width: calc(100% - 40px);
  padding: 5px 0 5px 10px;
}
.message-container .name {
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  box-sizing: border-box;
}
#message-form {
  display: flex;
  flex-direction: row;
  width: calc(100% - 48px);
  float: left;
}
#image-form {
  display: flex;
  flex-direction: row;
  width: 48px;
  float: right;
}
#message-form .mdl-textfield {
  width: calc(100% - 100px);
}
#message-form button, #image-form button {
  width: 100px;
  margin: 15px 0 0 10px;
}
.mdl-card {
  min-height: 0;
}
.mdl-card {
  background: linear-gradient(white, #f9f9f9);
  justify-content: space-between;
}
#user-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 22px;
  width: 100%;
  right: 0;
  padding-left: 10px;
  justify-content: flex-end;
  padding-right: 10px;
}
#user-container #user-pic {
  top: -3px;
  position: relative;
  display: inline-block;
  background-image: url('/images/profile_placeholder.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
  border-radius: 20px;
}
#user-container #user-name {
  font-size: 16px;
  line-height: 36px;
  padding-right: 10px;
  padding-left: 20px;
}
#image-form #submitImage {
  width: auto;
  padding: 0 6px 0 1px;
  min-width: 0;
}
#image-form #submitImage .material-icons {
  top: -1px;
}
.message img {
  max-width: 300px;
  max-height: 200px;
}
#mediaCapture {
  display: none;
}
@media screen and (max-width: 610px) {
  header {
    height: 113px;
    padding-bottom: 80px !important;
  }
  #user-container {
    top: 72px;
    background-color: rgb(133, 96, 168);
    height: 38px;
    padding-top: 3px;
    padding-right: 2px;
  }
  #user-container #user-pic {
    top: 2px;
    width: 33px;
    height: 33px;
    background-size: 33px;
  }
}
section.page-title, section.page-title h1{
  padding: 0;
  margin: 0;
}
 section.page-title h1{
  margin: 5px;
}
.mdl-textfield__label:after {
  background-color: rgb(133, 96, 168);
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  color:rgb(133, 96, 168);
}
.mdl-button .material-icons {
  top: -1px;
  margin-right: 5px;
}

#patient-card {
  transition: 250ms opacity ease-in-out;
}

form#patient-form {
  margin-bottom: 10px;
}

span.mbm-header__text__label {
  margin-left: 5px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.05em;
  color:rgb(133, 96, 168);
}

#pregnancy-info-card {
  /* height: fit-content; */
  padding-bottom: 10px;
}

.mdl-card__title {
  background-color: #eee;
  padding: 10px;
  margin-top: 10px;
}

.mdl-card__title .mdl-card__title-text{
  font-size: 1.6em;
    font-weight: 400;
    color: rgb(116, 102, 119);
}

#aog_bmi_id {
  display: none;
}

.mdl-checkbox.is-upgraded {
  margin-bottom: 10px;
}

[data-mbm='health_history'] .mdl-chip__text {
  font-size: 16px;
  /* background-color: rgb(133, 96, 168); */
}

[data-mbm] {
  /*display: none;*/
}


/* MBM TOOLS */
/* test hidden scroll but still able to scroll  */
/* https://stackoverflow.com/questions/16670931/hide-scroll-bar-but-while-still-being-able-to-scroll */
#mbm-week-card{
  /* height: fit-content; */
  max-height: 620px;;
}
#mbm-week-card &gt; .mdl-card__supporting-text{
  position: inherit;
  height: 100%;
  overflow: hidden;
}
#mbm-week-card &gt; .mdl-card__supporting-text ul{
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: -17px; /* Increase/Decrease this value for cross-browser compatibility */
  overflow-y: scroll;
}
/* end of hidden scroll */
#mbm-week-card  .mdl-card__img {
  color: #fff;
  height: 720px; /*was 320px to just fit the image, now double due to hidden scroll*/
  background: url('/pregnancy_week/week_19.jpg') center / cover;
  background-attachment: fixed;
}

#mbm-week-card &gt; .mdl-card__title &gt; h2.mdl-card__title-text {
  color: #fff;
}

#pregnancy-info-card img{
  width: 100px;
}

#goings-on-list li{
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 5px;
}

#pregnancy-info-card h6, #weight_range{
  color: rgb(133, 96, 168);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

#mbm-fetus-size-card{
	min-height: 160px;
}

/* https://tigrr.github.io/circle-progress/examples.html https://github.com/tigrr/circle-progress */
/* #mbm-card {
  min-height: 700px;
} */
.fetus_size h6{
	font-weight: 500;
	margin-right: 180px;
	color: rgb(133, 96, 168);
	line-height: 20px;
	margin-top: 10px;
}


.hidden {
  display: none;
}

.uppercase{
  font-weight: bold;
  text-transform: uppercase;
}

.center-align {
  display: block;
  margin: auto;
}
.circle-progress {
  width: 200px; 
  height: auto;
}

.circle-progress-value {
	stroke-width: 6px;
	stroke: rgb(133, 96, 168);
	stroke-dasharray: 4 1;
}
.circle-progress-circle {
	stroke-width: 6px;
	stroke: #eee;
}
.circle-progress-text {
	font-weight: bold;
	fill:rgb(133, 96, 168);
}
.mdl-card__actions i{
  color: rgb(133, 96, 168);
}
#mbm-card-form-download{
  margin-bottom: 15px;
}

#mbm-guide-download {
  color: #fff;
  background-color: rgb(133, 96, 168);
}

#mbm-guide-download {
  background-image: url('/images/forms/maternity_class.png');
  background-position: bottom right;
  background-color: rgb(133, 96, 168);
  background-repeat: no-repeat;
}

#mbm-info-sheet-download {
  background-image: url('/images/forms/info_sheet.png');
  background-position: bottom right;
  background-color: rgb(133, 96, 168);
  background-repeat: no-repeat;
  color: #fff;
}

#mbm-birthplan-download {
  background-image: url('/images/forms/birth_plan.png');
  background-position: bottom right;
  background-color: rgb(133, 96, 168);
  background-repeat: no-repeat;
  color: #fff;
}

#mbm-hospital-bag-download {
  background-image: url('/images/forms/hospital_bag.png');
  background-position: bottom right;
  background-color: rgb(133, 96, 168);
  background-repeat: no-repeat;
  color: #fff;
}

#mbm-certificate-download {
  background-image: url('/images/forms/certificate.png');
  background-position: bottom right;
  background-color: rgb(133, 96, 168);
  background-repeat: no-repeat;
  color: #fff;
}

#mbm-welcome-download {
  background-image: url('/images/forms/welcome.png');
  background-position: bottom right;
  background-color: rgb(133, 96, 168);
  background-repeat: no-repeat;
  color: #fff;
}

#edinburg-card-container .question {
    font-size: larger;
    font-weight: 600;
}

div#edinburg-card-container {
    justify-content: center;
}

#edinburg-card-container #btns button {
    margin: 10px;
}

div#edinburg-score {
    min-height: 36px;
    justify-content: center;
}

#edinburg-score .mdl-card__supporting-text {
    padding-top: 20px;
    padding-bottom: 20px;
    height: fit-content;
}

span#edinburg-score-val {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 16px;
    width: fit-content;
	color: rgb(133, 96, 168) !important;
}

.mdl-color-text--purple-500 {
  color: rgb(133, 96, 168) !important;
}

.mdl-radio{
	height: auto;
}

.s_red{
	color: red;
}
.s_yellow{
	color: orange;
}
.s_green{
	color: green;
}

.edinburg-status {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: rgb(133, 96, 168) !important;
}

#edinburg-card-container .mdl-card__title.mdl-card--expand {
    background-color: rgb(133, 96, 168);
    color: white;
}

#pregnancy-info-card span.mbm-header__text__label {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

#pregnancy-info-card  .mdl-textfield.mdl-js-textfield.mdl-textfield--floating-label{
    margin: 0;
}
#pregnancy-info-card .mdl-card__title {
    justify-content: center;
    text-align: center;
}</pre></body></html>