﻿/*Change the primaryColor in the manifest as well*/
/*Boilerplate*/
* {
  margin: 0;
  font-family: 'Roboto', sans-serif; }

ul {
  padding-left: 0; }

ul.stepper.horizontal .step.active .step-title::before,
ul.stepper.horizontal .step.done .step-title::before,
ul.stepper .step.active::before, ul.stepper .step.done::before {
  background-color: #007473; }

::placeholder {
  color: #acacac;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  color: #acacac; }

::-ms-input-placeholder {
  color: #acacac; }

/* label focus color */
.input-field input[type=text]:focus + label {
  color: #007473 !important; }

/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #007473 !important;
  box-shadow: 0 1px 0 0 #007473 !important; }

/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #007473 !important;
  box-shadow: 0 1px 0 0 #007473 !important; }

/* icon prefix focus color */
.input-field .prefix.active {
  color: #007473 !important; }

.btn-flat {
  color: #007473; }

.btn, .btn-large {
    background-color: #007473;
    color: #eaeaea !Important;
    text-decoration:none;
}

    .btn:hover, .btn-large:hover {
        background-color: #008e8c;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        text-decoration: none;
        color: #eaeaea !Important;
    }

/*Header*/
.Header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  background-color: #007473;
  /*min-height: 64px;*/ }

.HeaderIcon {
  color: #eaeaea;
  padding: 15px;
  font-size: 2em;
  cursor: pointer; }

/*Side Menu*/
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  height: calc(100% + 60px);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all .2s ease-out;
  transform: translateX(-105%); }

.sidenav-out {
  transform: translateX(0%); }

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  transition: all .2s ease-out;
  display: none;
  cursor: pointer; }

.sidenav-overlay-show {
  display: block;
  opacity: 1; }

.ProfileHeader {
  width: 100%;
  height: 140px;
  background-color: #007473;
  text-align: center;
  color: #eaeaea; }

.ProfileHeader i {
  color: #eaeaea;
  font-size: 3em;
  margin: 15px; }

.Menu ul {
  list-style-type: none; }

.Menu li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
  text-decoration: none;
  transition: all .2s ease-out; }

.Menu li > a:hover {
  background-color: #f3f3f3; }

.Menu li > a > i {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.3em; }

/*Main Page*/
Main {
  margin-top: 64px;
  padding-top: 40px;
  text-align: center; }

.input-validation-error {
  border-bottom: 1px solid #F44336 !important;
  -webkit-box-shadow: 0 1px 0 0 #F44336 !important;
  box-shadow: 0 1px 0 0 #F44336 !important; }

.field-validation-error {
  opacity: 1;
  position: absolute;
  bottom: 2px;
  left: 0;
  color: #F44336;
  min-height: 18px;
  display: block;
  font-size: 12px;
  line-height: 1.6; }

.PinContainer {
  width: 100%; }

.PinNumbers {
  font-size: 5em;
  display: inline-block;
  height: 90px;
  width: 90px;
  margin: 5px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #acacac;
  padding: 0px; }

.PinNumbers::-webkit-outer-spin-button,
.PinNumbers::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.PinNumbers[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

.minwidth250 {
  min-width: 250px; }

.minwidth200 {
  min-width: 200px; }

.minwidth300 {
  min-width: 300px; }

.MaterialButton {
  -webkit-font-smoothing: antialiased;
  font-size: .875rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: .0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 8px 0 8px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  height: 36px;
  border: none;
  outline: none;
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 4px;
  color: #eaeaea;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  background-color: #666666; }

.MaterialButton:hover {
  background-color: #008e8c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.HighlightButton {
  background-color: #007473; }

.LabelUp {
  top: -30px !important;
  font-size: 14px !important; }

.selectionButton {
  display: block;
  margin: 15px auto 15px auto;
  -webkit-font-smoothing: antialiased;
  font-size: 2em;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: .0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px;
  align-items: center;
  justify-content: center;
  color: #eaeaea;
  background-color: #007473;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  outline: none;
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 4px; }

.selectionButton:hover {
  background-color: #008e8c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.MainLogo {
  width: 200px;
  transition: all .2s ease-out; }

@media only screen and (max-width: 700px) {
  .MainLogo {
    width: 80px;
    transition: all .2s ease-out; }
  .selectionButton {
    width: 80%; } }

@media only screen and (min-width: 701px) {
  .selectionButton {
    min-width: 400px; } }

.Fixed-Back-Btn {
  position: fixed;
  left: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997; }

.Fixed-Back-Btn a {
  width: auto;
  height: 56px;
  background-color: #007473;
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  line-height: -20px;
  font-size: 1.6rem; }

.Fixed-Back-Btn a:hover {
  background-color: #008e8c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.Fixed-Back-Btn a i {
  line-height: 56px;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  color: #fff; }

.LoginDiv {
  margin: auto;
  width: 300px;
  text-align: center;
  padding-top: 40px; }

/*info cards*/
.Card {
  max-width: 300px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: left;
  padding: 15px;
  vertical-align: top;
  position: relative; }

.Card i {
  display: inline-block;
  background-color: #acacac;
  color: #eaeaea;
  padding: 8px;
  border-radius: 3px;
  font-size: 2em;
  float: left; }

.cardDivider {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  margin: 5px; }

.cardTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 3px;
  margin-left: 10px;
  display: inline-block; }

.cardSubtitle {
  font-size: 18px;
  line-height: 2px;
  margin-bottom: 20px;
  margin-left: 10px;
  display: inline-block; }

.cardDate {
  color: rgba(128, 128, 128, 0.87);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px; }

.pulse1:focus {
  animation: pulse1 2s infinite;
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none; }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 116, 115, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 116, 115, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 116, 115, 0);
    box-shadow: 0 0 0 20px rgba(0, 116, 115, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 116, 115, 0);
    box-shadow: 0 0 0 0 rgba(0, 116, 115, 0); } }

@keyframes pulse1 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 116, 115, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 116, 115, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(0, 116, 115, 0);
    box-shadow: 0 0 0 20px rgba(0, 116, 115, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 116, 115, 0);
    box-shadow: 0 0 0 0 rgba(0, 116, 115, 0); } }

.blue {
    background-color: #2196F3 !important;
}

/*Override materialize*/
span.badge.new:after {
    content: "";
}

span.badge-sm.new {
    font-weight: 300;
    font-size: 0.7rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px;
}

span.badge-sm {
    min-width: 3rem;
    padding: 2px 6px;
    margin-left: 6px;
    text-align: center;
    font-size: 1rem;
    line-height: 18px;
    height: 18px;
    color: #757575;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
