/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 
 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block;
 }
 
 body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   text-align: left;
   background-color: #fff;
 }
 
 [tabindex="-1"]:focus {
   outline: 0 !important;
 }
 
 hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
 }
 
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
 }
 
 p {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
   -webkit-text-decoration-skip-ink: none;
   text-decoration-skip-ink: none;
 }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
 }
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }
 
 dt {
   font-weight: 700;
 }
 
 dd {
   margin-bottom: .5rem;
   margin-left: 0;
 }
 
 blockquote {
   margin: 0 0 1rem;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 small {
   font-size: 80%;
 }
 
 sub,
 sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -.25em;
 }
 
 sup {
   top: -.5em;
 }
 
 a {
   color: #007bff;
   text-decoration: none;
   background-color: transparent;
 }
 
 a:hover {
   color: #0056b3;
   text-decoration: underline;
 }
 
 a:not([href]):not([tabindex]) {
   color: inherit;
   text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
   color: inherit;
   text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):focus {
   outline: 0;
 }
 
 pre,
 code,
 kbd,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em;
 }
 
 pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
 }
 
 figure {
   margin: 0 0 1rem;
 }
 
 img {
   vertical-align: middle;
   border-style: none;
 }
 
 svg {
   overflow: hidden;
   vertical-align: middle;
 }
 
 table {
   border-collapse: collapse;
 }
 
 caption {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom;
 }
 
 th {
   text-align: inherit;
 }
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem;
 }
 
 button {
   border-radius: 0;
 }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
 
 button,
 input {
   overflow: visible;
 }
 
 button,
 select {
   text-transform: none;
 }
 
 select {
   word-wrap: normal;
 }
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
 
 button:not(:disabled),
 [type="button"]:not(:disabled),
 [type="reset"]:not(:disabled),
 [type="submit"]:not(:disabled) {
   cursor: pointer;
 }
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   padding: 0;
   border-style: none;
 }
 
 input[type="radio"],
 input[type="checkbox"] {
   box-sizing: border-box;
   padding: 0;
 }
 
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
   -webkit-appearance: listbox;
 }
 
 textarea {
   overflow: auto;
   resize: vertical;
 }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: .5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
 }
 
 progress {
   vertical-align: baseline;
 }
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 
 [type="search"] {
   outline-offset: -2px;
   -webkit-appearance: none;
 }
 
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
 }
 
 output {
   display: inline-block;
 }
 
 summary {
   display: list-item;
   cursor: pointer;
 }
 
 template {
   display: none;
 }
 
 [hidden] {
   display: none !important;
 }
/* v0.0.1-test */

body {
  font-family: Arial,sans-serif;
  font-size: 14px;
  color: #000000;
}

h1,
h2, 
h3, 
h4, 
h5, 
h6,
.heading {
  color: #002158;
  font-weight: bold;
}

h1,
.heading-1 {
  font-size: 2rem;
}

h2,
.heading-2 {
  font-size: 1.6rem;
}

h3,
.heading-3 {
  font-size: 1.2rem;
}

h4,
.heading-4 {
  font-size: 1rem;
}

a {
  font-size: 1rem;
  color: #0b55a8;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 21px;
}

label {
  font-weight: bold;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    line-height: 1.5rem;
    background: white;
    color: black;
    border: 1px solid #002158;
    margin: 0 10px 5px 0;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 1.14286rem;
    font-weight: 400;
    transition: background-color 0.25s,color 0.25s;
    outline: none;
   cursor:pointer;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #002158;
    color: #ffffff;
}


button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:hover,
button[disabled]:focus,
input[type="button"][disabled]:focus,
input[type="reset"][disabled]:focus,
input[type="submit"][disabled]:focus {
    cursor: default;
    background: #f0f0f1;
    color: #676463;
    border-color: #d4d2d2;
    opacity: 1;
    font-weight: 400;
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    background-color: #fff;
    border: 1px solid #676463;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555555;
    border-radius: 4px;
    vertical-align: middle;    
}

textarea[disabled], 
input[type="text"][disabled], 
input[type="password"][disabled], 
input[type="datetime"][disabled], 
input[type="datetime-local"][disabled], 
input[type="date"][disabled], 
input[type="month"][disabled], 
input[type="time"][disabled], 
input[type="week"][disabled], 
input[type="number"][disabled], 
input[type="email"][disabled], 
input[type="url"][disabled], 
input[type="search"][disabled], 
input[type="tel"][disabled], 
input[type="color"][disabled],
textarea[disabled],
.uneditable-input[disabled] {
    cursor: not-allowed;
    background-color: #eee;
}

textarea {
  min-height: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* Generic */
.block {
  padding: .7rem;
}

.message {
  display: inline-block;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  padding: 4px;
  margin-bottom: 4px;
}

.error {
  border: 1px solid #a51e1e;
  background: #f4cece;
}

/* Colour Pallete */
.primary-1 {
  background-color: #002158;
  color: #ffffff;  
}

.primary-2 {
  background-color: #0b55a8;
  color: #ffffff;
}

.primary-3 {
  background-color: #d8e7f6 ;
}

.primary-4 {
  background-color: #ffc23d ;
}

/* Form */

form .fitem {
  margin-bottom: 10px;
}

form .fitem > * {
  vertical-align: top;
}

@media (min-width: 1200px) {
  form .fitem > * {
  display: inline-block;
}
  form .fitem > .fitemtitle {
    width: 13%;
    text-align: right;
    margin-right: 1%;
  }
  form .fitem > .felement {
    width: 85%;
  }
}

.title {
  font-size: 18px;
  text-align: center;
}

.tab {
  position: relative;
}

/* TabOne */ 

.sample-input {
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-items: baseline;
}

.sample-input img.test-tube {
  width: 10px;
}

.sample-inputs input {
  padding: 0;
}
.frame-mount {
  display: none;
}

/* TabTwo */

.tabtwo .tabtwo-flex {
  display: flex;
  justify-content: space-around;
  flex-flow: nowrap column;
  align-items: center;
}
.tabtwo .tabtwo-flex > * {
  flex-basis: auto;
}


.tabtwo .multipipette {
  flex-basis: 20%;
}


.tabtwo .multipipette img {
  width: 100%;
  max-width: 200px;
}


/* tab-three */

.tabthree .tabthree-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.tabthree .tabthree-flex > * {
  /* flex-basis: 100%; */
}

.tabthree .plateselect {
  align-items: center;
  justify-content: space-around;
}

.tabthree .clock-controls {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

/* Tab Four */

.tabfour .vial {
  width: 150px;
  position: relative;
  text-align: center;
}

.tabfour .vial img {
  width: 100%;
}
.tabfour .vial p {
  margin: 0;
  margin-left: 3px;
}
.tabfour .vial .bg,
.tabfour .extra {
  display: none;
}

.tabfour .vial-list {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}

.tabfour .label {
  width: 90%;
  margin-left: 10%;
  top: 40%;
  border: 1px solid #bbb;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  text-align: left;
}

.tabfour .label .topper,
.tabfour .label .ender {
  background-color: #BB212C; 
  width: 100%;
  height: 1.2rem;
  color: #fff;
  display: flex;
}

.tabfour .label .topper {
  align-items: flex-end;
  justify-content: flex-end;
}

.tabfour .label .ender {
  justify-content: space-between;
}

.tabfour .label .ender .bits {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}

.tabfour .label .topper > div,
.tabfour .label .ender .bits > div {
  background-color: #fff;
  height: 100%;
  width: 0.5rem;
  margin: 0 5px;
}

.tabfour .label .ender .bits > div {
  width: 0.3rem;
  margin: 0 5px;
}

.tabfour-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-flow: column;
}

.containersvg {
  position: relative;
}
.surfacelevel {
  position: absolute;
  width: 91%;
  height: 16%;
  transform: translate(-50%, 50%);
  left: 50%;
}

.surfacelevel:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #acaaaa;
  opacity: .5;
}

.surfacelevel > div {
  position: absolute;
    left: 120%;
    width: 100px;
}

/* tab-five */

.tabfive .tabfive-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.tabfive .tabfive-flex > * {
  /* flex-basis: 100%; */
}

.tabfive .select {
  display: flex;
    align-items: center;
    justify-content: space-around;
}

.tabfive .clock-controls {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

/* Tab Six */

.tabsix .tabsix-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-flow: column;
}

.tabsix .tabsix-counter {
  width: 100%;
  text-align: center;
}

.tabsix .clock-controls {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

/* Tab Seven */
.tabseven .tabseven-flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: column;
}

@media only screen and (min-width: 515px) {
  /* TabOne */
  .sample-inputs {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    background-image: url(frame.svg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    width: 500px;
    margin: 0 auto;
  }
  
  .sample-inputs .sample-input {
    display: flex;
    flex-flow: column;
    max-width: 12%;
    align-items: center;
    text-align: center;
  }
  
  .sample-inputs .sample-input input {
    width: 100%;
  }
  
  .sample-input img.test-tube {
    width: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .sample-input .sample-input-field {
    min-height: 50px;
  }

  .frame-mount {
    display: initial;;
    position: absolute;
    top: 18%;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }

  /* TabTwo */
  .tabtwo .tabtwo-flex {
    flex-flow: nowrap row;
  }

  /* TabThree */
  .tabthree .tabthree-flex {
    flex-direction: row;
  }

  .tabthree .plateselect {
    display: flex;
  }

  /* TabFour */
  .tabfour .vial .bg {
    display: initial;
  }

  .tabfour .vial .bg,
  .tabfour .extra {
    display: flex;
  }
  .tabfour .label {
    position: absolute;
  }

  .tabfour-flex {
    flex-flow: row;
  }
  

  /* TabFive */
  .tabfive .tabfive-flex {
    flex-direction: row;
  }

  /* Tab Six */
  .tabsix .tabsix-flex {
    flex-flow: row;
  }

  /*Tab Seven */
  .tabseven .tabseven-flex {
    flex-flow: row;
}

}

/* body {
  max-width: 590px;
} */
