﻿.color-darkgrey {
  color: #3d3d3d; }

.color-blue {
  color: #006588; }

.color-magenta {
  color: #b30848; }

.color-red {
  color: #f74149; }

.color-white {
  color: #FFF; }

.color-orange {
  color: #e77e22; }

.color-green {
  color: #00c662; }

.color-grey {
  color: #ccc; }

.text-align-right {
  text-align: right; }

h2 {
  display: inline-block; }

h3, h2 {
  display: inline-block;
  color: #006588;
  font-family: 'OpenSans-Regular';
  margin: 0; }

h4 {
  margin: 0 0 5px 0;
  color: #006588;
  font-family: 'OpenSans-Regular'; }

label {
  font-weight: normal; }

.purchase-description {
  font-size: 1.2em; }

.small-text {
  font-size: 0.8em; }

.font-weight-500 {
  font-family: 'OpenSans-SemiBold'; }

.lighter-blue {
  color: #0082ad; }

i {
  font-size: 1.2em; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin-top: 6px; }

.tolerance-explanation {
  font-size: 0.9em;
  display: inline-block;
  font-family: 'OpenSans-Regular'; }

.stat-number {
  font-size: 4em;
  line-height: 0.3; }

.line-height-0 {
  line-height: 0; }

a {
  color: #3d3d3d; }
  a:hover {
    color: #3d3d3d;
    text-decoration: none; }

/****** GENERAL STYLES ******/
html {
  scroll-behavior: smooth; }

body {
  background-color: #f5f6f9;
  color: #3d3d3d;
  font-family: 'OpenSans-Light';
  font-size: 1.6em;
  /*font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";*/
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'OpenSans-Light'; }

nav {
  padding: 20px 10px 20px 10px;
  text-align: right; }

footer {
  float: left;
  width: 100%;
  background-color: #006588;
  padding: 20px 0 20px 0;
  text-align: center; }

.postition-relative {
  position: relative; }

.postition-absolute {
  position: absolute; }

.shadow {
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15); }

.white-background {
  background-color: #FFF; }

.red-background {
  background: #f74149; }

.orange-background {
  background: #e77e22; }

.grey-background {
  background: #ccc; }

.blue-background {
  background: #006588; }

.light-grey-background {
  background: #f5f6f9; }

.green-background {
  background: #00c662; }

.bg-legenda {
  background-color: #f5f6f9;
  border-radius: 5px;
  padding: 3px 10px 10px 12px;
  margin: 20px 0 0 20px; }
  .bg-legenda i {
    font-size: 1em !important; }

.blue-gradient {
  background: #006588;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #006588 0%, #48899f 100%);
  background: -webkit-linear-gradient(45deg, #006588 0%, #48899f 100%);
  background: linear-gradient(45deg, #006588 0%, #48899f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006588', endColorstr='#48899f',GradientType=1 ); }

.border-bottom-grey {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.border-top-grey {
  border-top: 1px solid #ccc;
  padding-top: 20px; }

.grey-border {
  border: 1px solid #ccc; }

.red-border {
  border: 1px solid #f74149; }

.background-modal {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5); }

.width-33 {
  width: 33.33%;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  float: left; }

.width-50 {
  width: 50%;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  float: left; }

.width-100 {
  width: 100% !important;
  padding: 0 10px 0 10px;
  box-sizing: border-box; }

.max-width-600 {
  max-width: 600px !important; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.content-space-between {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between; }

.center-text {
  text-align: center; }

.remove-margin {
  margin: 0 !important; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-40 {
  margin-top: 40px; }

.MarginTop40 {
  margin-top: 40px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-20 {
  margin-right: 20px; }

.padding-10 {
  padding: 10px; }

.padding-20 {
  padding: 20px !important; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-70 {
  padding-top: 70px; }

.height-400 {
  min-height: 400px; }

.min-height-440 {
  min-height: 440px; }

.height-85 {
  height: 85%; }

.height-91 {
  height: 91%; }

.height-full {
  height: 100%; }

.hide {
  display: none; }

.border-radius-5 {
  border-radius: 5px; }

.cursor-pointer {
  cursor: pointer !important; }
  .cursor-pointer .grey-border:hover {
    border: 2px solid #006588; }

.pointer-events-none {
  pointer-events: none; }

.stick-to-bottom {
  position: absolute !important;
  bottom: 0; }

.slide-from-top {
  top: 0 !important;
  left: 0 !important;
  transition: all 0.5s ease; }

.slide-from-left {
  top: 0 !important;
  left: 0 !important;
  transition: all 1s ease-in-out; }

.slide-from-right {
  top: 0 !important;
  right: 0 !important;
  transition: all 1s ease-in-out; }

.partial-border:before {
  content: '';
  width: 35%;
  height: 200px;
  display: block;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0; }

.partial-border:after {
  content: '';
  width: 35%;
  height: 200px;
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  right: 0; }

.status {
  width: 12px;
  height: 12px;
  background-color: #CCCCCC;
  border-radius: 99px; }

.info {
  background-color: #006588;
  color: #FFFFFF;
  font-family: 'OpenSans-SemiBold';
  padding: 10px 9px 11px 9px;
  line-height: 0px;
  border-radius: 99px;
  max-width: 4px; }

.delete {
  background-color: crimson;
  color: #FFFFFF;
  font-family: 'OpenSans-SemiBold';
  padding: 8px 7px 13px 7px;
  line-height: 0px;
  border-radius: 99px;
  max-width: 8px; }

.warning-wrapper {
  padding: 10px !important;
  font-size: 1.4em; }

.warning {
  background-color: darkorange;
  color: #FFFFFF;
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  line-height: 0px;
  border-radius: 99px;
  padding: 14px 11px 15px 11px;
  max-width: 16px;
  display: inline-block; }

a i {
  transition: all 0.5s ease; }
  a i:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.5s ease; }

.sticky-header {
  position: fixed;
  top: 0;
  right: 15px;
  background: white;
  padding: 0px 20px 20px 20px;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
  z-index: 100; }

.fade-transition {
  transition: all .3s ease;
  opacity: 1.0; }

.fade-enter, .fade-leave {
  opacity: 0; }

.small-notification {
  position: absolute;
  display: block;
  right: 20px;
  padding: 10px;
  bottom: 54px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  font-size: 1.0em;
  background: #FFF; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all .5s ease; }

.slide-fade-leave-active {
  transition: all .5s ease-out; }

.slide-fade-enter, .slide-fade-leave-to {
  transform: translatey(300px);
  opacity: 0; }

.graph-wrapper, .warning-wrapper, #graph-wrapper-placeholder, .table-wrapper {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  padding: 14px 14px 28px 14px;
  position: relative;
  overflow: hidden; }
  .graph-wrapper .graph-placeholder, .warning-wrapper .graph-placeholder, #graph-wrapper-placeholder .graph-placeholder, .table-wrapper .graph-placeholder {
    margin-top: 14px;
    width: 100%;
    min-height: 300px; }
  .graph-wrapper h3, .warning-wrapper h3, #graph-wrapper-placeholder h3, .table-wrapper h3, .graph-wrapper h2, .warning-wrapper h2, #graph-wrapper-placeholder h2, .table-wrapper h2 {
    display: inline-block;
    color: #006588;
    font-family: 'OpenSans-Regular';
    margin: 0;
    font-size: 1.3em; }
  .graph-wrapper .delete-button, .warning-wrapper .delete-button, #graph-wrapper-placeholder .delete-button, .table-wrapper .delete-button {
    float: right;
    margin: 0 10px 0 0;
    color: #f74149;
    transition: all ease 0.3s;
    cursor: pointer; }
    .graph-wrapper .delete-button:hover, .warning-wrapper .delete-button:hover, #graph-wrapper-placeholder .delete-button:hover, .table-wrapper .delete-button:hover {
      color: #f74149;
      transition: all ease 0.3s; }
  .graph-wrapper i, .warning-wrapper i, #graph-wrapper-placeholder i, .table-wrapper i {
    margin-left: 5px;
    transition: all 0.5s ease;
    /*&:hover {
            cursor: pointer;
            opacity: 0.6;
            transition: all 0.5s ease;
        }*/ }

.icon-hover {
  cursor: pointer;
  opacity: 1.0;
  transition: all 0.5s ease; }
  .icon-hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.5s ease; }

.page-not-found-message {
  color: #006588; }

#graph-wrapper-placeholder {
  background: none;
  box-shadow: none;
  border: 4px dashed #ccc;
  padding: 20px;
  cursor: pointer;
  transition: all 0.5s ease; }
  #graph-wrapper-placeholder:hover {
    border: 4px dashed #eceef4; }
  #graph-wrapper-placeholder .add {
    text-align: center; }
    #graph-wrapper-placeholder .add i {
      color: #ccc;
      font-size: 3em;
      padding: 20px 0 20px 0; }
  #graph-wrapper-placeholder ul {
    font-size: 1.2em;
    list-style: none;
    font-family: 'OpenSans-Regular'; }
    #graph-wrapper-placeholder ul i {
      font-size: 0.8em;
      color: #00c662; }
  #graph-wrapper-placeholder li {
    display: block;
    cursor: pointer;
    padding: 4px 4px 4px 8px;
    margin-top: 1px; }
    #graph-wrapper-placeholder li:hover {
      background-color: #eceef4; }

.scale-to-zero {
  transition: all 0.5s ease;
  transform: scale(0); }

.arrow-buttons i {
  font-size: 2.2em;
  margin: 0; }

/****** MENU ******/
.main-menu {
  height: 100%;
  min-height: 100vh;
  position: absolute;
  width: 100%;
  left: -10px;
  transition: all 0.5s ease; }
  .main-menu a {
    color: #FFF;
    display: block;
    padding: 20px 10px 20px 30px; }
    .main-menu a:hover {
      background: #0082ad;
      text-decoration: none; }
  .main-menu .logo-wrapper {
    padding: 20px;
    text-align: center; }
    .main-menu .logo-wrapper img {
      width: 60%; }
    .main-menu .logo-wrapper a {
      display: inline-block;
      padding: 0; }
      .main-menu .logo-wrapper a:hover {
        background: none; }
  .main-menu .user {
    padding-left: 60px;
    position: relative;
    overflow: hidden; }
    .main-menu .user:before {
      content: '\f007';
      display: block;
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 1.4em;
      top: 15px;
      left: 30px; }
    .main-menu .user:after {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 100%;
      top: 0;
      right: 0;
      background: -moz-linear-gradient(45deg, rgba(0, 101, 136, 0) 0%, #006588 50%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, rgba(0, 101, 136, 0) 0%, #006588 50%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, rgba(0, 101, 136, 0) 0%, #006588 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00006588', endColorstr='#006588',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    .main-menu .user:hover:after {
      background: -moz-linear-gradient(45deg, rgba(0, 101, 136, 0) 0%, #0082ad 50%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, rgba(0, 101, 136, 0) 0%, #0082ad 50%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, rgba(0, 101, 136, 0) 0%, #0082ad 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00006588', endColorstr='#006588',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
  .main-menu ul li {
    font-family: 'OpenSans-Regular';
    position: relative;
    margin: 0; }
    .main-menu ul li i {
      margin-right: 10px; }
  .main-menu ul .active {
    background: #f5f6f9;
    padding: 10px 0 10px 0; }
    .main-menu ul .active:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 8px;
      background-color: #006588;
      top: 0;
      right: 0;
      border-radius: 0 0 8px 0; }
    .main-menu ul .active:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 8px;
      background-color: #006588;
      bottom: 0;
      right: 0;
      border-radius: 0 8px 0 0; }
    .main-menu ul .active a:hover {
      background: #f5f6f9; }
    .main-menu ul .active a {
      color: #006588; }

/****** BUTTONS ******/
.small-button, .log-in-form a {
  color: #b30848;
  font-family: 'OpenSans-Regular';
  position: relative;
  display: inline-block;
  transition: all ease 0.3s;
  cursor: pointer; }
  .small-button:before, .log-in-form a:before, .small-button:after, .log-in-form a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    width: 0px;
    height: 1px;
    background: #b30848;
    left: calc(50%);
    transition: all ease 0.3s; }
  .small-button:hover, .log-in-form a:hover {
    text-decoration: none;
    color: #b30848;
    transition: all ease 0.3s; }
    .small-button:hover:before, .log-in-form a:hover:before {
      left: calc(50%);
      width: 50%;
      transition: all ease 0.3s; }
    .small-button:hover:after, .log-in-form a:hover:after {
      left: calc(-0%);
      width: 50%;
      transition: all ease 0.3s; }
  .small-button i, .log-in-form a i {
    font-size: 0.8em;
    margin-right: 5px; }

.medium-button, .cta, .upload-button, input[type=submit], .log-in-form input[type=submit], #AddTransducer button, .log-in-button, .logged-in-button, .big-button {
  display: inline-block;
  cursor: pointer;
  border-radius: 99px;
  Padding: 7px 20px 7px 20px;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  margin-top: 20px;
  box-shadow: -3px 4px 19px 0px rgba(25, 71, 104, 0.5);
  transition: all ease 0.3s; }
  .medium-button i, .cta i, .upload-button i, input[type=submit] i, .log-in-form input[type=submit] i, #AddTransducer button i, .log-in-button i, .logged-in-button i, .big-button i {
    margin-right: 10px; }
  .medium-button:hover, .cta:hover, .upload-button:hover, input[type=submit]:hover, #AddTransducer button:hover, .log-in-button:hover, .logged-in-button:hover, .big-button:hover {
    box-shadow: none;
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s; }

.DisabledButton,
.disabled-button {
  box-shadow: none !important;
  background-color: #ccc !important;
  cursor: default !important;
  pointer-events: none; }

.cta {
  font-size: 1.5em;
  Padding: 7px 40px 9px 40px; }

.add-button {
  border-radius: 99px;
  padding: 10px 18px 10px 10px;
  display: inline-block;
  color: #FFF;
  box-shadow: -3px 4px 19px 0px rgba(25, 71, 104, 0.5);
  transition: all ease 0.3s; }
  .add-button i {
    font-size: 0.9em; }
    .add-button i:hover {
      opacity: 1.0; }
  .add-button:hover {
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    box-shadow: -3px 4px 19px 0px rgba(25, 71, 104, 0);
    transition: all ease 0.3s; }

.hide-upload-button {
  display: inline-block !important;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.upload-button {
  font-family: 'OpenSans-Light';
  font-weight: 300;
  display: inline-block;
  font-size: 1.2em;
  Padding: 10px 30px 10px 30px;
  margin-bottom: 20px; }

.back-button {
  margin-top: 80px;
  cursor: pointer; }
  .back-button a {
    color: #3d3d3d;
    font-size: 1.4em;
    font-family: 'OpenSans-Regular';
    margin-left: 50px; }
    .back-button a:hover {
      text-decoration: none;
      color: #006588; }
  .back-button i {
    font-size: 0.9em; }
  .back-button .gradient-circle {
    position: absolute;
    top: 75px;
    left: 12px;
    border-radius: 999px;
    padding: 3px 12px 7px 12px;
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    transition: all .4s ease; }

.back-button:hover > a > .gradient-circle {
  transition: all .4s ease;
  left: 0px; }

.tab > li.active > a {
  background-color: #FFF;
  font-family: 'OpenSans-SemiBold';
  color: #b30848; }
  .tab > li.active > a:hover {
    background-color: #FFF;
    color: #b30848; }

/****** INPUT ******/
.search-box {
  background-image: url("../Images/search-icon-01.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 8%; }
  .search-box:focus {
    background-size: 0%; }

input[type=text], input[type=password], input[type=email], #AddTransducer input[type=date], #AddTransducer textarea {
  border-radius: 99px;
  border: 1px solid #ccc;
  padding: 7px 20px 9px 20px;
  transition: all ease 0.3s; }
  input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, #AddTransducer input[type=date]:focus, #AddTransducer textarea:focus {
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
    outline: none;
    transition: all ease 0.3s;
    background-size: 0%; }

::placeholder {
  color: #ccc;
  font-style: italic; }

input[type=reset] {
  position: absolute;
  top: 29px;
  right: 9px;
  border-radius: 169px;
  -webkit-appearance: none;
  border: none;
  background: #f74149;
  color: #FFF;
  padding: 2px 0 2px 0;
  width: 24px;
  /*margin-left: -38px*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9em; }
  input[type=reset]:focus {
    outline: none; }

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 99px;
  border: none;
  min-width: 100px; }

select {
  height: 38px;
  border-radius: 100px;
  padding: 0 20px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: block;
  font-family: 'OpenSans-Light';
  min-width: 220px;
  background: url("../Images/drop-down-icon.svg") no-repeat right 16px center;
  background-size: 12px; }
  select:focus {
    border-radius: 19px 19px 0 0;
    outline: none; }

.custom-select {
  position: relative; }
  .custom-select:focus {
    outline: none; }
  .custom-select:before {
    content: '';
    pointer-events: none; }
  .custom-select:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 14px;
    top: 11px;
    z-index: 999;
    pointer-events: none;
    font-size: 0.7em;
    color: #006588; }

input[type=number] {
  border: 1px solid #ccc;
  border-radius: 99px;
  padding: 5px 12px 5px 12px;
  -webkit-appearance: none; }

progress[value] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px; }

progress[value]::-webkit-progress-bar {
  background-color: #ccc;
  border-radius: 99px; }

progress[value]::-webkit-progress-value {
  border-radius: 99px;
  background: #006588;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #006588 0%, #48899f 100%);
  background: -webkit-linear-gradient(45deg, #006588 0%, #48899f 100%);
  background: linear-gradient(45deg, #006588 0%, #48899f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006588', endColorstr='#48899f',GradientType=1 ); }

/* Switch Button*/
.switch {
  position: relative;
  display: inline-block !important;
  width: 43px !important;
  height: 22px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

.slider.slider-snr {
  background-color: #006588 !important; }

input:checked + .slider {
  background-color: #006588; }
  input:checked + .slider::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

input:focus + .slider {
  box-shadow: 0 0 1px #006588; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/****** Log in form ******/
.log-in-form h2 {
  margin-top: 20px; }

.log-in-form input[type=text], .log-in-form input[type=password], .log-in-form input[type=email], .log-in-form #AddTransducer input[type=date], #AddTransducer .log-in-form input[type=date], .log-in-form #AddTransducer textarea, #AddTransducer .log-in-form textarea {
  width: 100%;
  max-width: 300px; }

.log-in-form input[type=password] {
  width: 100%;
  max-width: 300px; }

.log-in-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 99px;
  border: none;
  min-width: 100px; }

.log-in-form .text-validation {
  position: relative;
  color: #f74149;
  width: 100%;
  font-family: 'OpenSans-SemiBold';
  display: inline-block;
  margin-top: 10px; }
  .log-in-form .text-validation li:before {
    content: '\f071';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: relative;
    margin-right: 10px; }

.log-in-form-label {
  width: 100%;
  font-family: 'OpenSans-Light';
  margin-top: 20px; }

#Email-error:before,
#Password-error:before {
  content: '\f071';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  margin-right: 10px; }

.remember-me label {
  display: inline-block !important;
  width: auto; }

/****** RANGE SLIDER ******/
.slider-wrapper {
  text-align: center;
  background: #f2f2f2;
  border-radius: 999px;
  border: 20px solid #f2f2f2;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */ }
  .slider-wrapper i {
    margin: 0px 10px 0 10px;
    cursor: pointer; }
  .slider-wrapper .fa-minus {
    color: #f74149; }
  .slider-wrapper .fa-plus {
    color: #00c662; }
  .slider-wrapper .disabled {
    color: #ccc; }

.range-slider {
  display: inline-block !important;
  width: 81% !important;
  -webkit-appearance: none;
  /* Override default CSS styles */
  border-radius: 99px;
  max-width: none;
  outline: none;
  height: 8px;
  background-color: rgba(9, 101, 136, 0.2); }

::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 40px;
  width: 40px;
  border: 2px solid #FFF;
  border-radius: 99px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 2px 10px;
  transition: all ease 0.2s;
  background: #006588;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #006588 0%, #48899f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #006588 0%, #48899f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #006588 0%, #48899f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006588', endColorstr='#48899f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  ::-webkit-slider-thumb:hover {
    box-shadow: none;
    transition: all ease 0.2s; }

::-ms-thumb {
  border: 2px solid #FFF;
  border-radius: 99px;
  transition: all ease 0.2s;
  height: 40px;
  width: 20px;
  background: #b30848; }

::-ms-track {
  height: 8px;
  cursor: pointer; }

::-ms-fill-lower {
  background: #006588; }

.value-slider {
  border: 2px solid #FFF;
  border-radius: 999px;
  line-height: 2.6;
  width: 66px;
  color: #FFF;
  margin: 1px 0 0 0;
  font-size: 1.5em;
  font-family: 'OpenSans-Regular';
  background: #006588;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #006588 0%, #48899f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #006588 0%, #48899f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #006588 0%, #48899f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006588', endColorstr='#48899f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.baseline-slider-wrapper {
  position: relative; }

.baseline-slider {
  display: inline-block !important;
  width: 81% !important;
  -webkit-appearance: none;
  /* Override default CSS styles */
  border-radius: 99px;
  max-width: none;
  outline: none;
  height: 4px;
  background-color: #006588; }

::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border: 2px solid #006588;
  border-radius: 99px;
  cursor: pointer;
  transition: all ease 0.2s;
  background: #FFF;
  /* Old browsers */
  box-shadow: none; }
  ::-webkit-slider-thumb:hover {
    box-shadow: none;
    transition: all ease 0.2s; }

.range-value {
  display: inline-block;
  padding: 10px 0 10px 0;
  border-radius: 99px;
  border: 3px solid #006588;
  background: #FFF;
  position: absolute;
  top: -10px;
  width: 48px;
  text-align: center; }

/****** TABLES ******/
.max-height-170 {
  max-height: 170px;
  overflow-y: auto; }

.max-height-200 {
  max-height: 200px;
  overflow-y: auto; }

.max-height-300 {
  max-height: 300px;
  overflow-y: auto; }

.max-height-340 {
  max-height: 340px;
  overflow-y: auto; }

.max-height-400 {
  max-height: 400px;
  overflow-y: auto; }

.max-height-600 {
  max-height: 600px;
  overflow-y: auto; }

.max-height-75vh {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden; }

.min-height-170 {
  min-height: 170px; }

.min-height-600 {
  min-height: 600px; }

.table, .table-measurements {
  width: 100%;
  border-collapse: collapse;
  /*max-height: 400px;*/ }
  .table thead th, .table-measurements thead th {
    border-bottom: none !important; }
  .table th, .table-measurements th {
    padding: 10px 3px 10px 3px;
    border-top: 0 !important;
    background-color: #f5f6f9;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
    font-size: 0.9em; }
  .table tr, .table-measurements tr {
    border-bottom: 1px solid #CCCCCC; }
  .table td, .table-measurements td {
    padding: 10px 3px 10px 3px; }

.table-measurements tr:hover {
  background: #f5f6f9;
  cursor: pointer; }

.table-measurements td {
  padding: 10px 3px 10px 3px; }

.table-measurements i {
  cursor: pointer; }

.table-measurements .fa-circle {
  font-size: 0.7em; }

.sticky-table-header {
  position: relative; }
  .sticky-table-header th {
    top: 0;
    position: sticky;
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 100; }

.table-wrapper {
  padding: 0; }
  .table-wrapper .medium-button, .table-wrapper .cta, .table-wrapper .upload-button, .table-wrapper input[type=submit], .table-wrapper #AddTransducer button, #AddTransducer .table-wrapper button, .table-wrapper .log-in-button, .table-wrapper .logged-in-button, .table-wrapper .big-button {
    margin-right: 20px;
    padding: 9px 24px 11px 24px; }
  .table-wrapper table {
    border-top: 0;
    overflow-x: hidden;
    display: table; }
  .table-wrapper th {
    padding: 16px 10px 16px 10px;
    border-top: 0 !important;
    background-color: #f5f6f9;
    font-family: 'OpenSans-Regular';
    font-size: 0.9em; }
  .table-wrapper tr:hover {
    background: #f5f6f9;
    cursor: pointer; }
  .table-wrapper td {
    padding: 10px 0px 10px 10px;
    font-size: 0.9em; }
  .table-wrapper .fa-circle {
    font-size: 0.6em; }
  .table-wrapper i {
    font-size: 0.9em; }
  .table-wrapper i {
    margin-left: 5px;
    transition: all 0.5s ease; }
    .table-wrapper i:hover {
      cursor: default !important;
      opacity: 1.0 !important; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

/****** Transducer Overview ******/
[v-cloak] {
  display: none; }

#AddTransducer label {
  display: block;
  font-family: 'OpenSans-Light';
  font-size: 1em;
  width: 100%; }

#AddTransducer select {
  width: 74%;
  display: inline-block;
  border: 1px solid #ccc;
  background: url("../Images/drop-down-icon.svg") no-repeat right 16px center;
  background-size: 12px; }

#AddTransducer .free-input {
  width: 74% !important; }

#AddTransducer input[type=text], #AddTransducer input[type=password], #AddTransducer input[type=email], #AddTransducer input[type=date], #AddTransducer textarea {
  width: 100%; }

#AddTransducer input[type=date] {
  -webkit-appearance: none;
  min-height: 42px;
  position: relative;
  /*width: 100%;
        border-radius: 99px;
        padding:8px;
        border: 1px solid $Grey;*/ }

#AddTransducer input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

#AddTransducer textarea {
  border-radius: 6px;
  min-height: 100px;
  padding: 5px; }

#AddTransducer .modal-buttons {
  position: absolute;
  padding-right: 60px;
  bottom: 0; }

#AddTransducer button {
  -webkit-appearance: none;
  border-radius: 99px;
  border: none;
  min-width: 100px; }
  #AddTransducer button i {
    font-size: 0.9em; }

#placeholderButtons {
  height: 65px; }

.transducer-details-button {
  padding: 10px;
  background: #f5f6f9;
  color: #006588;
  font-family: 'OpenSans-SemiBold';
  transition: all 0.3s ease; }
  .transducer-details-button:hover {
    background: none;
    cursor: pointer;
    transition: all 0.3s ease; }
  .transducer-details-button i {
    font-size: 0.9em; }

.rotate90 {
  transform: rotate(90deg); }

/****** Trend Overview ******/
.color-label {
  border-left: 8px solid; }

.transducer-info, .graph-info {
  position: absolute;
  left: 0;
  top: -300px;
  width: 100%;
  min-height: 100%;
  padding: 10px;
  background-color: #006588;
  z-index: 999;
  border-radius: 0 5px 5px 0;
  transition: all 0.5s ease-in-out; }

.graph-info {
  top: -500px; }
  .graph-info h3, .graph-info h2 {
    color: #FFF;
    width: 100%; }

.notes-wrapper {
  width: 100%;
  min-height: 100%;
  padding: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 5px;
  top: 0;
  right: -2000px;
  z-index: 999;
  border-radius: 0 5px 5px 0;
  transition: all 1s ease; }

.images-wrapper {
  width: 100%;
  min-height: 100%;
  padding: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 5px;
  top: 0;
  left: -2000px;
  z-index: 999;
  border-radius: 0 5px 5px 0;
  transition: all 1s ease; }
  .images-wrapper .notes {
    left: 0px;
    box-shadow: 12px 0 14px 0px rgba(0, 0, 0, 0.1); }

.notes {
  background-color: white;
  height: 100%;
  width: 88%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  border-radius: 5px;
  padding: 20px;
  overflow-y: auto;
  box-shadow: -12px 0 14px 0px rgba(0, 0, 0, 0.1); }
  .notes i {
    width: 100%;
    margin-bottom: 10px;
    text-align: right; }

.small-select {
  height: 29px;
  width: 100%;
  min-width: 0;
  display: inline-block;
  padding: 0px 40px 0px 10px; }

/****** LANDINGSPAGE ******/
.hero {
  background-color: #f2f2f2;
  background: url("../Img/Background_header-04.svg") no-repeat center;
  background-size: cover;
  height: 100vh;
  padding: 100px; }
  .hero h1 {
    font-family: 'OpenSans-Bold';
    color: #006588;
    font-size: 2.8em; }
  .hero p {
    margin: 50px 0 30px 0;
    font-size: 1.4em;
    max-width: 580px; }

/****** User Dashboard ******/
.remaining-measurements {
  font-size: 7em;
  display: inline-block;
  width: 100%;
  line-height: 1.1; }

.drop-zone, .DropZoneError {
  border: 3px dashed #ccc;
  border-radius: 8px;
  padding: 20px; }
  .drop-zone p, .DropZoneError p {
    font-size: 2em;
    color: #3d3d3d; }
  .drop-zone .supported-formats, .DropZoneError .supported-formats {
    font-size: 1.4em; }

.DropZoneError {
  border: 3px dashed #f74149; }

.drop-zone-icon {
  margin-top: 40px;
  font-size: 4em;
  color: #ccc; }

.quantity, .price {
  font-size: 2em;
  display: inline-block;
  color: #0082ad; }

.price {
  color: #006588; }

.uploaded-images-wrapper {
  position: relative;
  float: left;
  /*display: inline-block;*/ }
  .uploaded-images-wrapper a {
    position: absolute;
    z-index: 200;
    top: -15px;
    right: -15px;
    background: white;
    border-radius: 99px;
    text-align: center;
    padding: 2px 4px 1px 3px; }
    .uploaded-images-wrapper a i {
      margin: 0;
      font-size: 1.5em; }
  .uploaded-images-wrapper img {
    width: 100%; }

.button-enlarge {
  text-align: center;
  background: rgba(244, 244, 244, 0.8);
  padding: 8px 2px 8px 2px;
  position: absolute;
  width: 100%;
  bottom: 0; }

.amount-of-frames {
  padding: 5px 12px;
  background: #f2f2f2;
  font-family: 'OpenSans-SemiBold';
  margin-bottom: 15px;
  border-radius: 99px;
  display: inline-block; }

.InvalidFileMessage {
  margin: 10px 0; }

.highlight {
  background: #006588;
  color: #FFF; }
  .highlight:hover {
    background: #006588 !important; }

.ui-selected {
  background-color: #D4DFE5; }

#divUploadedFiles ul li i:hover {
  opacity: 1.0; }

#divSnrFiles {
  max-height: 204px;
  min-height: 204px; }

.border-snr {
  padding: 6px 12px 2px 10px;
  border: 2px solid transparent;
  border-radius: 99px; }

.errorSNR {
  border: 2px solid #f74149 !important; }

#divLoeFiles {
  max-height: 360px;
  min-height: 360px; }

#divLoeFiles, #divSnrFiles {
  overflow-y: auto; }
  #divLoeFiles ul, #divSnrFiles ul {
    margin-top: -10px; }
  #divLoeFiles li, #divSnrFiles li {
    font-size: 0.9em; }
    #divLoeFiles li i:hover, #divSnrFiles li i:hover {
      opacity: 1.0; }
  #divLoeFiles .uploaded-images-wrapper, #divSnrFiles .uploaded-images-wrapper {
    float: left;
    width: 25%;
    margin-right: 20px;
    max-width: 80px; }

.slide {
  width: 100%;
  min-height: 710px; }

.slide-marker {
  margin: 0px 2px 0 2px;
  height: 16px;
  width: 16px;
  border: 2px solid #006588;
  border-radius: 99px; }

.SlideCurrent,
.slide-current {
  background-color: #006588; }

.img-biplane {
  min-height: 110px; }

.transducer-selection {
  box-shadow: -3px 4px 19px 0px rgba(25, 71, 104, 0.5);
  text-align: center;
  float: left;
  margin: 10px 20px 0 0;
  border: 1px solid #ccc;
  padding: 10px;
  transition: all ease 0.3s; }
  .transducer-selection:hover {
    box-shadow: none;
    cursor: pointer;
    transition: all ease 0.3s; }

.selectedTransducer {
  border: 1px solid #006588;
  box-shadow: none; }

.get-started-numbers {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 12px; }
  .get-started-numbers:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 99px;
    border: 2px solid #006588;
    color: #006588; }

steps-to-start {
  counter-reset: item;
  list-style-type: none;
  padding: 0; }
  steps-to-start li {
    display: block;
    position: relative;
    margin: 20px 0 20px 40px; }
    steps-to-start li:before {
      content: counter(item) "  ";
      counter-increment: item;
      display: block;
      position: absolute;
      top: -5px;
      left: -40px;
      width: 34px;
      height: 34px;
      border-radius: 99px;
      border: 2px solid #006588;
      color: #006588;
      padding: 4px 11px; }

.progress-widget {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 90%;
  z-index: 999;
  background: #FFF;
  box-shadow: 0px 0px 60px 20px rgba(0, 0, 0, 0.3);
  min-height: 100px;
  border-top: 4px solid #006588;
  padding: 20px 20px 40px 20px; }
  .progress-widget .close-button {
    position: absolute;
    top: 15px;
    right: 15px; }
  .progress-widget .icon {
    font-size: 1.6em;
    margin-right: 10px; }
  .progress-widget p {
    font-size: 0.9em;
    margin: 20px 0 0 0; }

.ui-draggable-dragging {
  position: relative;
  width: 680px !important;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 24px 10px 10px 10px !important;
  z-index: 999;
  border-radius: 5px;
  transform: rotate(-3deg) scale(0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

div.ui-draggable-dragging.multi-selected:after {
  /*position: absolute;
        top: -30px;
        width: 60px;
        height: 60px;
        right: -31px;
        background: $Blue;
        box-shadow: 7px 0 5px rgba(0, 0, 0, 0.2);
        content: "\f302";
        color: $White;
        font-size: 2.0em;
        line-height: 1;
        padding: 14px 11px;
        border-radius: 210px;
        font-family: "Font Awesome 5 Free";*/
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: white;
  box-shadow: 7px 0 5px rgba(0, 0, 0, 0.2);
  content: "\f302";
  color: #ccc;
  font-size: 9em;
  line-height: 0;
  padding: 25% 36%;
  border-radius: 5px;
  font-family: "Font Awesome 5 Free";
  z-index: 999; }

/***Custom radio button***/
.radio-wrapper {
  padding: 8px 20px;
  border-radius: 999px;
  background-color: #f5f6f9;
  margin-right: 10px;
  /* The container */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a white background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .radio-wrapper label {
    margin-bottom: 0; }
  .radio-wrapper .radio-container {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #006588;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default radio button */ }
    .radio-wrapper .radio-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
  .radio-wrapper .checkmark {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 16px;
    width: 16px;
    background-color: #FFF;
    border: 2px solid #006588;
    border-radius: 50%; }
    .radio-wrapper .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
  .radio-wrapper .radio-container:hover input ~ .checkmark {
    background-color: #f5f6f9; }
  .radio-wrapper .radio-container input:checked ~ .checkmark {
    background-color: #FFF; }
  .radio-wrapper .radio-container input:checked ~ .checkmark:after {
    display: block; }
  .radio-wrapper .radio-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #006588; }

/* Light radio container */
.radio-container-light {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #3d3d3d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */ }
  .radio-container-light input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }

.disabled-radio {
  color: #ccc; }

.disabled-radio .checkmark-light {
  border: 1px solid #ccc; }

/* Create a custom radio button */
.checkmark-light {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 16px;
  width: 16px;
  background-color: #FFF;
  border: 1px solid #3d3d3d;
  border-radius: 50%; }
  .checkmark-light:after {
    content: "";
    position: absolute;
    display: none; }

/* On mouse-over, add a grey background color */
.radio-container-light:hover input ~ .checkmark-light {
  background-color: #f5f6f9; }

/* When the radio button is checked, add a white background */
.radio-container-light input:checked ~ .checkmark-light {
  background-color: #FFF; }

/* Show the indicator (dot/circle) when checked */
.radio-container-light input:checked ~ .checkmark-light:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio-container-light .checkmark-light:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #006588; }

/***Custom checkbox button***/
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .custom-checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    border-radius: 2px; }
    .custom-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 11px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.custom-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #006588;
  border: none; }

/****** Edit Tolerances ******/
.explanation-wrapper {
  position: relative;
  margin-top: 10px;
  padding: 8px 5px 0px 34px;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .explanation-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    height: 100%;
    background-color: #006588;
    color: #FFF;
    align-items: center;
    display: flex;
    padding: 0 5px 0 4px; }

/****** Analyzer Management ******/
.stat-description {
  font-family: 'OpenSans-SemiBold';
  margin-bottom: 48px; }

.stat-counter {
  font-size: 2.5em;
  color: #006588;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.td-email {
  max-width: 99px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.date-exceeded {
  display: inline-block;
  color: #FFF;
  border-radius: 3px;
  background-color: #f74149;
  padding: 2px 6px; }

/****** STORE ******/
.product-photo {
  /*display: block;
    max-width: 1200px;
    max-height: 606px;
    width: auto;
    height: auto;*/
  width: 100%; }

.order-overview-wrapper {
  position: absolute;
  right: 0;
  top: 130px; }

.order-overview {
  width: 19%;
  position: fixed !important; }

.checkout {
  width: 100%; }
  .checkout th {
    padding: 5px; }
  .checkout td {
    padding: 10px 5px 10px 5px; }
  .checkout .total {
    background: #f5f6f9;
    color: #006588;
    font-family: 'OpenSans-SemiBold'; }

.margin-bottom-220 {
  margin-bottom: 240px; }

.product-price {
  position: absolute;
  top: 200px;
  font-size: 2em; }

.product-button {
  position: absolute;
  top: 240px; }

.product-cta-wrapper {
  height: 160px; }

.price-wrapper {
  position: absolute;
  right: 50%; }
  .price-wrapper input[type=number] {
    position: absolute;
    top: 6px;
    margin-left: 10px; }

.product-button-wrapper {
  padding: 40px 0 0 0; }

.product-features li {
  padding: 0 0 0 30px;
  margin-top: 20px; }
  .product-features li:before {
    content: '\f058';
    color: #00c662;
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2em;
    left: 40px;
    margin-top: -3px; }

.product-specifications {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 40px; }
  .product-specifications tr:nth-child(even) {
    background-color: #f5f6f9; }
  .product-specifications tr td {
    padding: 5px; }

.overlay-updating {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  text-align: center; }
  .overlay-updating p {
    display: inline-block;
    margin-top: 25%;
    padding: 40px;
    border-radius: 8px; }

.terms-of-agreement {
  padding: 10px; }
  .terms-of-agreement h3, .terms-of-agreement h2 {
    margin-top: 40px; }
  .terms-of-agreement p {
    margin-top: 20px; }
  .terms-of-agreement .date {
    font-family: 'OpenSans-SemiBold';
    font-size: 1.1em; }

@media (max-width: 1279px) {
  .main-menu {
    width: 300px;
    left: -300px;
    position: fixed;
    z-index: 9999; }
  .toggle-arrow {
    position: absolute;
    top: 0;
    right: -50px;
    background: #006588;
    color: #FFF;
    padding: 14px 19px 14px 30px;
    border-radius: 0 4px 4px 0;
    cursor: pointer; } }

@media (max-width: 1024px) {
  .width-50 {
    width: 100%; } }

@media (max-width: 990px) {
  .md-margin-top-40 {
    margin-top: 40px !important; }
  .stat-description {
    margin-top: 20px; } }

@media (max-width: 768px) {
  .m-margin-bottom-40 {
    margin-bottom: 40px; }
  /****** STORE ******/
  .margin-bottom-220 {
    margin-bottom: 190px; }
  .product-price {
    position: absolute;
    top: 140px;
    font-size: 2em; }
  .product-button {
    position: absolute;
    top: 180px; }
  .table-wrapper table {
    overflow-x: auto;
    display: block; }
  .table-wrapper .medium-button, .table-wrapper .cta, .table-wrapper .upload-button, .table-wrapper input[type=submit], .table-wrapper #AddTransducer button, #AddTransducer .table-wrapper button, .table-wrapper .log-in-button, .table-wrapper .logged-in-button, .table-wrapper .big-button {
    padding: 9px 18px 11px 18px; }
  .text-align-right {
    text-align: left; }
  .width-50 {
    width: 100%; }
  .order-overview-wrapper {
    position: relative;
    top: 0; }
  .order-overview {
    position: relative !important;
    width: 100%; } }

.pulsatefwd {
  -webkit-animation: pulsate-fwd 1s ease-in-out infinite both;
  animation: pulsate-fwd 1s ease-in-out infinite both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-10-27 12:51:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

body {
  background: white; }

p {
  line-height: 1.8; }

.landingspage-navigation {
  position: absolute; }
  .landingspage-navigation img {
    margin: 15px 0 0 0; }

.log-in-button, .logged-in-button {
  background-color: #FFF;
  color: #006588;
  margin: 16px 10px 0 0;
  padding: 4px 74px 4px 4px;
  position: relative; }
  .log-in-button:hover, .logged-in-button:hover {
    color: #FFF;
    background: #006588; }
    .log-in-button:hover i, .logged-in-button:hover i {
      color: #FFF; }
  .log-in-button i, .logged-in-button i {
    font-size: 2em; }
  .log-in-button span, .logged-in-button span {
    margin: -15px 0 0 0;
    position: absolute;
    display: block;
    top: 24px;
    right: 22px;
    font-family: 'OpenSans-SemiBold'; }

.logged-in-button {
  padding: 4px 114px 4px 4px; }

.landingspage-hero {
  background: url("../Images/hero-images.jpg") no-repeat center;
  background-size: cover;
  height: 80vh;
  min-height: 400px; }
  .landingspage-hero .text-big {
    font-family: 'OpenSans-SemiBold';
    display: inline-block;
    padding: 10px 20px;
    font-size: 2em;
    color: #006588;
    border-radius: 99px; }
  .landingspage-hero .row {
    height: 80vh; }
  .landingspage-hero .line-1 {
    margin: 35px 0 0 0%; }
  .landingspage-hero .line-2 {
    margin: 0 0 0 14%; }
  .landingspage-hero .line-3 {
    font-family: 'OpenSans-SemiBold';
    color: #006588;
    margin-top: 40px;
    font-size: 1.4em;
    text-shadow: 0px 0px 9px white; }

.padding-topbottom-100 {
  padding: 100px 0 100px 0; }

.big-button {
  Padding: 11px 30px 11px 30px;
  font-size: 1.4em;
  font-family: 'OpenSans-SemiBold'; }

.landingspage-slider {
  position: relative; }
  .landingspage-slider .fa-arrow-right,
  .landingspage-slider .fa-arrow-left {
    position: absolute;
    top: 40%;
    font-size: 2em;
    cursor: pointer;
    transition: all 0.3s ease; }
  .landingspage-slider .fa-arrow-right {
    right: 10px; }
    .landingspage-slider .fa-arrow-right:hover {
      right: 0px; }
  .landingspage-slider .fa-arrow-left {
    left: 10px; }
    .landingspage-slider .fa-arrow-left:hover {
      left: 0px; }
  .landingspage-slider .content-slider {
    min-height: 365px;
    max-width: 80%;
    margin: 40px auto;
    position: relative;
    overflow: hidden; }
  .landingspage-slider .how-to-slide {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #FFF;
    right: -120%;
    transition: all 0.5s ease;
    box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 20px; }
    .landingspage-slider .how-to-slide img {
      margin-bottom: 20px; }
    .landingspage-slider .how-to-slide p {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 10px;
      font-family: 'OpenSans-SemiBold';
      font-size: 1.1em; }
  .landingspage-slider .ShowSlide {
    right: 0;
    transition: all 0.5s ease; }

.standards {
  overflow-x: auto; }
  .standards table {
    border-collapse: separate;
    border-spacing: 20px 0; }
    .standards table thead tr {
      font-family: 'OpenSans-Regular';
      font-size: 1.4em;
      color: #006588; }
      .standards table thead tr td {
        padding-bottom: 10px; }
    .standards table tr td {
      border-bottom: 1px solid #ccc;
      padding: 5px;
      margin-right: 4px; }

.best-practise {
  position: relative; }
  .best-practise .switch {
    position: absolute !important;
    top: 3px; }

.landingspage-checkbox {
  position: relative;
  padding: 3px 0 0 31px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-right: 34px; }

/* Hide the browser's default checkbox */
.landingspage-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.landingspage-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px; }

/* On mouse-over, add a grey background color */
.landingspage-checkbox:hover input ~ .landingspage-checkmark {
  background-color: #f5f6f9; }

/* Create the checkmark/indicator (hidden when not checked) */
.landingspage-checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.landingspage-checkbox input:checked ~ .landingspage-checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.landingspage-checkbox .landingspage-checkmark:after {
  left: 12px;
  top: -5px;
  width: 10px;
  height: 24px;
  border: solid #00c662;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.footer-landingspage {
  text-align: left; }
  .footer-landingspage a {
    text-decoration: underline; }
    .footer-landingspage a:hover {
      color: white;
      text-decoration: none; }
  .footer-landingspage img {
    width: 280px;
    max-width: 100%; }

.flag {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 99px;
  border: 2px solid white;
  position: absolute;
  right: 0;
  top: 0; }

.lp-logo {
  max-width: 230px;
  width: 100%; }

.desktop-hide {
  display: none; }

@media (max-width: 768px) {
  .lp-logo {
    max-width: 230px; }
  .mobile-hide {
    display: none; }
  .desktop-hide {
    display: inherit; } }

@media (max-width: 425px) {
  .landingspage-hero .line-3 {
    margin-top: 40px;
    font-size: 1em; }
  .landingspage-hero .text-big {
    padding: 5px 20px;
    font-size: 1.5em; } }
