

@font-face {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: normal;
    src: url('/static/fonts/Verdana.ttf')  format('truetype');
}


@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('/static/fonts/Helvetica.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Oblique'), url('Helvetica-Oblique.woff') format('woff');
}


html {
    font-size: 16px; /* This sets the base font size for the document */
}


p, h1, h2, table, tr, td, th, div, img, label {
  border: 0px solid blue;
}

table, th, td {
  border: 0px solid black;
  margin: 0px;
  padding: 0px;
}


/* ===============================
** COLORS AND FONT SIZE
================================== */



:root {

    --col-brand: #212223; /*#1976D2;*/

    --col-main-d3:#020c15;
    --col-main-d2:#0a2f54;
    --col-main-d1:#145ea8;
    --col-main-n:#1976D2;
    --col-main-l1:#5e9fe0;
    --col-main-l2:#a3c8ed ;
    --col-main-l3: #e8f1fb;

    --col-main-n-translucent:rgb(31, 96, 161, 0.5);

    /* Greys, darkest on top */
    --col-greys-d3: #191919;
    --col-greys-d2: #424242;
    --col-greys-d1: #6A6A6A;
    --col-greys-n: #939393;
    --col-greys-l1: #BBBCBC;
    --col-greys-l2: #E4E5E5;
    --col-greys-l3: #F8F9F9;

    --col-background: #ebebeb;

    --col-green: #2ECC71;
    --col-green-dark: #4ab578;
    --col-green-darker: #185934;
    --col-medium-green: #8ce6b3;
    --col-light-green: #D5F5E3;

    --col-blue: #1976D2;
    --col-blue-dark: #145ea8;
    --col-blue-darker: #0a2f54;
    --col-medium-blue: #5e9fe0;
    --col-light-blue: #a3c8ed;

    --col-blue-d3:#020c15;
    --col-blue-d2:#0a2f54;
    --col-blue-d1:#145ea8;
    --col-blue-n:#1976D2;
    --col-blue-l1:#5e9fe0;
    --col-blue-l2:#a3c8ed ;
    --col-blue-l3: #e8f1fb;
    

    --col-red: #E74C3C;
    --col-bright-red: #db1616;

    --col-red-dark: #b51b1b;
    --col-medium-red: #f09d95;
    --col-light-red: #FADBD8;

    --col-orange: #e7943c;
    --col-orange-dark: #b55e1b;
    --col-medium-orange: #f09d95;
    --col-light-orange: #fae7d8;


    --col-yellow-badge: #FFD54F;
    --col-yellow-flag: #ffe44a;
    --col-yellow-light: #f7efa6;

    --col-marina-main: #FFF176;
    --col-marina-border: #8c864c;
    --col-natural_harbour-main: #2ECC71;
    --col-natural_harbour-border: #1D8348;


    /* sizes */
    --font-size-xxxl: 3.2em;
    --font-size-xxl: 2.2em;
    --font-size-xl: 1.8em;
    --font-size-l: 1.2em;
    --font-size-m: 1.0em;
    --font-size-s: 0.85em;
    --font-size-xs: 0.65em;
    --font-size-xxs: 0.5em;
    --font-size-xxxs: 0.42em;
}


@media (max-width: 768px) {
  :root {
    /* sizes mobile */
    --font-size-xxxl: 2.2em; /* was 3.2em */
    --font-size-xxl: 1.8em;
    --font-size-xl: 1.4em;
    --font-size-l: 1.1em;
    --font-size-m: 1.0em;
    --font-size-s: 0.85em;
    --font-size-xs: 0.7em;
    --font-size-xxs: 0.6em;
    --font-size-xxxs: 0.5em;
  }
}




/* ===============================
** FONTS
================================== */

h1, h2, h3, p, a, table, input, li, .style-as-p {

    font-family: 'Verdana';
    font-weight: 100;
    line-height: 1.7em;
    letter-spacing: 0.04em;
    text-align: left;
    color:var(--col-main-d3);
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}



h1, h2 {
    font-size:var(--font-size-xxl);
    font-weight: 500;
    line-height: 1.2em;
    padding-bottom: 0px;
}

h3 {
    font-size:var(--font-size-l);
    font-weight: 300; 
    padding-bottom: 5px;
}


a, p, li, .style-as-p {
    font-weight: 300;
    padding-bottom: 0px;
}

a:hover {
    color: var(--col-main-d1);
}

a, .brand-color, .style-as-href {
  color: var(--col-main-d1);
  cursor: pointer;
}

.href-no-styling, .href-no-styling:hover {
  color:var(--col-main-d3);
  text-decoration: none;
}

p.logofont {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    letter-spacing: 1.3px;
    line-height: 1em;
    color: white;
}

a.no-underline {
    text-decoration: none;
}

.serif {
  font-family: serif;
}




.thick       {font-weight: 900}
.thin        {font-weight: 300}
.underline  {text-decoration: underline;}
.span-underline {border-bottom: 2px solid var(--col-main-n)}


.xxxlarge      {font-size:var(--font-size-xxxl);}
.xxlarge      {font-size:var(--font-size-xxl);}
.xlarge      {font-size:var(--font-size-xl);}
.large       {font-size:var(--font-size-l);}
.regular     {font-size:var(--font-size-m);}
.small       {font-size:var(--font-size-s);}
.xsmall       {font-size:var(--font-size-xs);}
.xxsmall       {font-size:var(--font-size-xxs);}
.xxxsmall       {font-size:var(--font-size-xxxs);}
.white      {color: white;}


.center      {text-align: center;}
.left        {text-align: left;}
.right       {text-align: right;}
.nobreak     {white-space: nowrap;}

.spacer { margin: 30px 0px 10px }

.clr-light {color:var(--col-greys-n);}
.clr-light-l1 {color:var(--col-greys-l1);}
.clr-light-l2 {color:var(--col-greys-l2);}

.font-clr-d3 {color:var(--col-main-d3);}
.font-clr-d2 {color:var(--col-main-d2);}
.font-clr-d1 {color:var(--col-main-d1);}
.font-clr-n  {color:var(--col-main-n);}
.font-clr-l1 {color:var(--col-main-l1);}
.font-clr-l1b {color:var(--col-main-l1b);}
.font-clr-l2 {color:var(--col-main-l2);}
.font-clr-red-warning {color:var(--col-red-warning);}
.font-clr-brand-contrast {color: var(--col-brand-font-contrast);}


.clr-brand {color:var(--col-main-n);}
.red {color: red;}
.black {color: black;}





div.red-bubble {
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    background: var(--col-bright-red);
    color:white;
    border-radius:50%;
    font-family: 'Verdana';
    font-weight: 100;

}


span.red-bubble {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:1.5em;
    height:1.5em;
    background: var(--col-bright-red);
    color:white;
    border-radius:50%;
    font-size:1em;
    line-height:1;
}




.dot-habour-type {
    height: 15px; 
    width: 15px; 
    border-radius: 50%; 
    display: inline-block; 
    margin-right: 5px; 
}



.dot-marina {
    background-color: var(--col-marina-main); 
    border: 2px solid var(--col-marina-border);
}

.dot-natural_harbour {
    background-color: var(--col-natural_harbour-main); 
    border: 2px solid var(--col-natural_harbour-border);
}



.pointer {
    cursor: pointer;
}


.rotate {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spacing {padding: 30px 0px;}
.spacing-before {padding-top: 40px;}

.cap-with-dots {
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}


.text-box {
  padding: 4px 13px;
  margin: 2px 4px;
  background-color: var(--col-main-l2);
  border-radius: 5px;
  white-space:nowrap;
  line-height: 2em;
}


.no-padding-margin {
  padding: 0px;
  margin: 0px;
}


p.blurry, div.blurry , span.blurry {
    filter: blur(4px);
    text-decoration: none;
    color: inherit;
    cursor: default;
    pointer-events: none;
    user-select: none; 
}

img.blurry {
    filter: grayscale(100%) blur(10px);
    text-decoration: none;
    color: inherit;
    cursor: default;
    pointer-events: none;
    user-select: none; 
}

.marketing-font {
    color: rgb(10, 37, 64);
}



/* ===============================
** LISTS
================================== */

ul {
    margin: 0px;
    padding-left: 20px;
}

li {

}


/* ===============================
** PADDING, MARGIN
================================== */


.pb-4 {
    padding-bottom: 4px;
}



/* ===============================
** FLASHED MESSAGES
================================== */

p.flashed-messages {
  border: 3px solid var(--col-main-n);
  margin: 15px 0px;
  padding: 20px 15px;
  font-weight: 700;
  background-color: var(--col-yellow-light); 

}

/* ===============================
** HARBOUR TILES
================================== */

.harbour-tile-image-area {
    width: 100%;
    padding: 0px;
    border: 0px solid lightgrey;
    border-radius: 0px;
    height: 0px;
    padding-top: 60%;  /* If you want to change this, it will affect style='position: absolute; top: 35%' that is used to make images center vertically on tiles. */
    position: relative;
}

.harbour-tile-info-area {
    width: calc(100% - 20px);
    background-color: var(--col-greys-l2);
    padding: 10px;
    position: relative;
}

.harbour-tile-info-area-map-popup {
    width: 100%;
    background-color: white;
    padding: 10px 0px 0px;
    position: relative;
}


.facilities-and-moorings-wrapper {
    width: 100%; 
    height: 0px; 
    padding-bottom: calc(100% / 9);
    margin: 8px 0px 0px;    
}

.facilities-and-moorings {
    width: calc(100% / 9);
    height: 0px;
    padding-bottom: calc(100% / 9);
    float: left;
    position: relative;
}

.facilities-and-moorings-large {
    width: calc(100% / 5);
    height: 0px;
    padding-bottom: calc(100% / 5);
    float: left;
    position: relative;
}



.harbour-tile {
    width: 100%;
    padding: 0px;
    border: 0px solid lightgrey;
    border-radius: 0px;
    height: 0px;
    padding-top: 85%;
    position: relative;
}

.harbour-tile-image-outer-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


.harbour-tile-image {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 85%;
  overflow: hidden;
  background-color: lightgrey
}


.harbour-tile-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.harbour-tile-top-gradient {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: calc(12.54% + 30px); 
    background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.6) 91%);
}

.harbour-tile-bottom-gradient {
    position: absolute; 
    left: 0px; 
    bottom: 0px; 
    width: 100%; 
    height: calc(12.54% + 10px); 
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5) 91%);
}

.harbour-tile-top-mooring-wrapper {
    position: relative;
    width: calc(96%);
    height: calc(100% - 30px);
    margin: 5px 2%
}

.harbour-tile-bottom-facilities-wrapper {
    position: relative;
    width: calc(96%);
    height: calc(100% - 10px);
    margin: 5px 2%
}


.white-circle {
    width: calc(90%); 
    height: calc(90%); 
    position: absolute; 
    background-color: white; 
    border-radius: 50%;
}

.harbour-tile-symbol-wrapper {
    z-index: 2; 
    width: calc(100% / 9); 
    height: 100%; 
    float: right; 
    position: relative;"
}


.harbour-tile-symbol {
    width: calc(90% - 4px);
    height: calc(90% - 4px); 
    position: absolute; 
    border-radius: 50%
}

.true-false-none-wrapper {
    position: absolute;
    height: 30%; 
    width: 30%; 
    right: -3%; 
    top: -3%
}

.harbour-tile-title-wrapper {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: calc(12.54% + 10px);

}

.harbour-tile-title-inner-wrapper {
    position: relative; 
    height: 100%; 
    width: 100%;
}

.harbour-tile-title {
    color: white;
    position: absolute;
    left: 12px;
    top: 4px
}

.harbour-tile-subtitle {
    color: white; 
    position: absolute; 
    left: 12px; 
    bottom: 4px;
}


/* ===============================
** Project tiles
================================== */

div.project-tile-parent {
    width: calc(100% - 48px);
    margin: 24px;
    /*padding-top: 12%;
    height: 0;*/
    padding: 0px;
    background-color: white;
    position: relative;
}

div.project-tile-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16%;
    height: 100%;
    background-color: lightgrey;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

img.project-tile-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

div.project-tile-info {
    background-color: yellow; 
    width: calc(84% - 30px); 
}

div.project-tile-specs-parent {
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    width: 100%; 
    height: calc(60%); 
    background-color: pink;

    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px;

}

div.project-tile-specs-child {
    width: calc(25% - 0px);
    background-color: white;

}


/* ===============================
** SPECIAL FORM FIELD
================================== */


.bigcomment{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}



/* ===============================
** Filtering
================================== */

.view-mode {
  background-color: var(--col-greys-l2);
  margin: 4px;
  width: calc(25% - 8px); 
  border-radius: 10px;
  cursor: pointer; 
  font-weight: 300;
  line-height: 1.7em;
  text-align: left;
  color:var(--col-main-d2);
  text-decoration: none;
  font-size:var(--font-size-s);
  user-select: none;
}


.view-mode:hover {
  background-color: var(--col-greys-l1);
}

.view-mode-selected, .view-mode-selected:hover {
  background-color: var(--col-greys-d3);
}

.view-mode-selected p {
  color: white;
}

.view-mode img {
 width: 80%; padding: 10%;
}

.view-mode-selected img {
 filter: invert(100%);
}





.table-filter {
  background-color: var(--col-greys-l2);
  width: fit-content;

  height: 25px;
  border-radius: 15px;
  padding: 3px 12px 0px;
  margin: 3px;
  cursor: pointer; 
  font-weight: 300;
  line-height: 1.7em;
  text-align: left;
  color:var(--col-main-d2);
  text-decoration: none;
  font-size:var(--font-size-s);
  user-select: none;

}

.table-filter:hover {
  background-color: var(--col-greys-l1);
}

.table-filter-selected, .table-filter-selected:hover {
  background-color: var(--col-greys-d3);
  color: white;
}

.table-filter-zero, .table-filter-zero:hover  {
  background-color: var(--col-greys-l3);
  color: #d1cfc0;
}


.table-filter-auto-height {
  height: auto;
}




.filter-button {
  background-color: var(--col-greys-d3); 
  border-radius: 15px;
  border: 0px; 
  padding: 3px 8px 0px; 
  cursor: pointer; 
  font-weight: 300; 
  text-align: center; 
  color: white; 
  text-decoration: none; 
  font-size:var(--font-size-s);
  user-select: none; 
}



.call-to-action-button {
  background: linear-gradient(90deg, #ff4e50, #f9d423);
  border: none;
  border-radius: 999px;
  color: white;
  padding: 12px 28px;
  font-family: sans-serif;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(255, 78, 80, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.call-to-action-button:hover {
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 12px 24px rgba(255, 78, 80, 0.5);
}



.range-slider {
    position: relative;
    width: 100%;
    height: 90px;
    text-align: center;
}

.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 34px;
    width: 100%;
    outline: none;
    height: 24px;
    margin: 0;
    padding: 0;
}

.range-slider input[type="text"] {
    pointer-events: auto;
}

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

.rangeValue {
  width: 30px;
}

.output {
  position: absolute;
  border:1px solid #999;
  width: 40px;
  height: 30px;
  text-align: center;
  color: #999;
  border-radius: 4px;
  display: inline-block;
  font: bold 15px/30px Helvetica, Arial;
  bottom: 75%;
  left: 50%;
  transform: translate(-50%, 0);
}

.output.output_right {
  left: 100%;
}


.range-slider input[type=range] {
  -webkit-appearance: none;
  background: none;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
}

.range-slider input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;  /* if this is changed, the JS function positionSliderLabel() must also be changed */
  width: 20px;  /* if this is changed, the JS function positionSliderLabel() must also be changed */
  border-radius: 50%;
  background: var(--col-greys-d3);
  margin-top: -9px;
  position: relative;
  z-index: 10000;
}

.range-slider input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--col-greys-d3);
  margin-top: -9px;
  position: relative;
  z-index: 10000;
}

.range-slider input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--col-greys-d3);
  margin-top: -9px;
  position: relative;
  z-index: 10000;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.full-range,
.incl-range {
  width: 100%;
  height: 5px;
  left: 0;
  top: 41px;
  position: absolute;
  background: #DDD;
}

.incl-range {
  background: var(--col-greys-n);
}



.slider_value {
    outline: none;
    border: 1px solid var(--col-greys-n);
    border-radius: 8px;
    background-color:  var(--col-greys-l2);
}


.sort-on-element {
    cursor: pointer;
    background-color: white; 
    width: 100%;
    padding: 4px 8px;
}

.sort-on-element:hover{
    background-color: var(--col-greys-l2); 
}

.sort-on-element-selected{
    background-color: var(--col-greys-l2); 
}


/* ===============================
** HIGHLIGHTS
================================== */

.hotkey {
    margin: 0px 4px;
    padding: 3px 8px;
    background-color: #FF5F1F;
    color: white;
    font-size:var(--font-size-s);
    border-radius: 4px;
    display: inline-block;
}

.popout {
  width: fit-content;
  border-radius: 15px;
  padding: 3px 12px 4px;
  margin: 3px;
  font-weight: 800;
  text-decoration: none;
  position: relative;
  justify-content: center;
  align-items: center;
}

.popout-green {
  background-color: var(--col-light-green);
  border: 1px solid var(--col-green);
  color:var(--col-green-darker);
}

.popout-orange {
  background-color: var(--col-light-orange);
  border: 1px solid var(--col-orange);
  color:var(--col-orange-darker);
}

.popout-blue {
  background-color: var(--col-light-blue);
  border: 1px solid var(--col-blue);
  color:var(--col-blue-darker);
}


.popout-red {
  background-color: var(--col-light-red);
  border: 1px solid var(--col-red);
  color:var(--col-red-darker);
}

.popout-grey {
  background-color: var(--col-greys-l2);
  border: 1px solid var(--col-greys-n);
  color:var(--col-greys-d1);
}

.new-or-updated {
  width: fit-content;
  border-radius: 12px;
  padding: 2px 6px;
  font-weight: 800;
  text-decoration: none;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: red;
}


div.project_refresh_status_in_progress {
  background-color: var(--col-light-blue);
  border: 3px solid var(--col-blue);
  color:var(--col-blue-darker);
}

div.project_refresh_status_failed {
  background-color: var(--col-light-red);
  border: 3px solid var(--col-red);
  color:var(--col-red-darker);    
}

div.project_refresh_status_unknown {
  background-color: var(--col-light-orange);
  border: 3px solid var(--col-orange);
  color:var(--col-orange-darker);
}
div.project_refresh_status_completed {
  background-color: var(--col-light-green);
  border: 3px solid var(--col-green);
  color:var(--col-green-darker);
}

div.project_refresh_status_initiating {
  background-color: var(--col-greys-l2);
  border: 3px solid var(--col-greys-n);
  color:var(--col-greys-d1);
}



/* ===============================
** BUTTONS
================================== */

.grey-small-button {
  cursor: pointer; 
  margin-top: 20px; 
  padding: 3px 8px;
  background-color: var(--col-greys-l2); 
  border-radius: 12px;
}

.grey-small-button-more-padding {
  cursor: pointer; 
  padding: 6px 12px;
  background-color: var(--col-greys-l2); 
  border-radius: 12px;
}


/* ===============================
** PROJECT PAGE
================================== */

.section-divider {
    width: 100%;
    margin: 10px 0px;
    border-top: 1px solid black;
}

.section-name {
    padding: 18px 0px;
}

.work-deliverables {
  background-color: var(--col-greys-l2);
  width: fit-content;
  border-radius: 15px;
  padding: 3px 12px 4px;
  margin: 3px;
  cursor: pointer; 
  font-weight: 300;
  color:var(--col-main-d2);
  text-decoration: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}



/* ===============================
** STANDARD TABLE
================================== */

table.std-table {
  border-collapse: separate; /* Don't collapse */
  border-spacing: 0;
  padding:0px;
  margin: 0px;
  width: 100%;
  background-color: y
}
tr.std-table { 
  height: 20px;
}

th.std-table{
  padding: 4px 10px 4px 0px;
}



td.std-table{
  height: 20px;
  padding: 4px 10px 4px 0px;
  margin:0px;
}




/* ===============================
** REVIEW INCOMING DATA
================================== */

table.review-table {
  border-collapse: collapse;
  padding:0px;
  margin: 0px 0px 20px 0px;
  width: 100%;
}

td.review-table-text {
    width: 90%;    
}

td.review-table-full-width {
    width: 90%;    
}


td.review-table-toggle {
    width: 10%; 
    cursor: pointer;
}

td.review-table-spacer {
    height: 10px; 
    background-color: transparent;
}


.review-data-dropdown {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid transparent;
}


.review-data-include {
    background-color:  var(--col-light-green);
    border: 2px solid var(--col-green);
}

.review-data-exclude {
    background-color:  #F2F3F4;
    border: 2px solid #F2F3F4;
}

.review-data-new-is-deviant {
    border: 2px solid #AF7AC5;
}



/* ===============================
** IMAGES

set the size of the div separately from this code, and give it class="image-fit-center"
place the <img> inside the <div> and decide if you want it to zoom-out or zoom-in

================================== */



div.image-fit-center {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.zoom-out {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


img.zoom-in {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ===============================
** IMAGE CAROUSEL
================================== */


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.harbour-images {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: lightgrey
}

.harbour-images-not-square-on-mobile {
  padding-bottom: 60%;
}


.harbour-images img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}


.previous, .next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 16px);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.previous img,
.next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
}

.previous {
  left: 8px;
}

.next {
  right: 8px;
}


/* On hover, add a black background color with a little bit see-through */
/*.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}*/



/* Caption text */
.image-description {
  position: absolute;
  bottom: -124px;
  width: 100%;
}

.image-text-background {
    color:white; 
    background-color: var(--col-main-n-translucent); 
    padding: 4px 14px; 
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 2px;
  background-color: white;
  opacity: 0.7;
  border-radius: 50%;
  /**border: 2px solid #717171;**/
  border: 2px solid rgba(113, 113, 113, 0.8);
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}




/* ===============================
** STANDARD ELEMENTS
================================== */

body {
   padding:0px;
   margin:0px;
   background-color: #f8f9fa;
   min-height: 100vh;
   min-height: -webkit-fill-available;
}

html {
    /*margin-left: calc(100vw - 100%); /* Avoid different positioning with and without scroll bar */
   /*height: 100%;
   min-height: 100vh;
   min-height: -webkit-fill-available;*/
}

.full-height {
    position: relative; /* needed for footer positioning*/
    height: auto !important; /* real browsers */
    min-height: calc(100% - 160px); /* real browsers */
}


.footer-outer {
    position: absolute;;
    bottom: 0px;
    width: calc(100% - 60px);
    margin-top: 40px;
    height: 80px;
    padding: 0px 30px;
    background-color: var(--col-main-n);
}

.footer-inner {
    position: relative;
    width: 100%;
    height:100%;
}

footer {
    border-top: 1px solid lightgrey;
    margin-top: 10px;
    padding: 10px 20px;
    bottom: 0px;
}


/* ===============================
** ICONS HOVER
================================== */


.trash-can-hover:hover {
  content: url('/static/symbols/trash-can-open.png');
}

.settings-wheel-hover:hover {
  content: url('/static/symbols/settings-wheel-turned.png');
}

.airplane-hover:hover {
  content: url('/static/symbols/airplane-flying.png');
}

.messages-hover:hover {
  content: url('/static/symbols/messages-dotted.gif');
}

.is-visible-turn-from-true:hover img,
.is-visible-turn-from-false:hover img {
  content: none; /* disable CSS content swap */
}

.star-filled-hover:hover {
  content: url('/static/symbols/star-filled-sparkle.png');
}

.star-empty-hover:hover {
  content: url('/static/symbols/star-empty-sparkle.png');
}

.concierge-service-hover:hover {
  content: url('/static/symbols/concierce_service_activated.png');
}



/* ===============================
** PLANKEPRISER STANDARD TABLE
================================== */

table.pp-table {
  border-collapse: collapse;
  padding:0px;
  margin: 0px;
  width: 100%;
}

tr.pp-table { 
  height: 40px;
}

th.pp-table{
  padding: 4px 0px 4px 10px;
  
}

td.pp-table{
  border-top: 1px solid var(--col-greys-l2);
  border-bottom: 1px solid var(--col-greys-l2);
  /*border: solid var(--col-greys-l2);
  border-width: 1px 0px;*/
  height: 40px;
  padding: 4px 0px 4px 10px;
  margin:0px;
}

td.table-new-shadow{
  border-top: 2px solid #f1f3f4;
  border-bottom: 2px solid #f1f3f4;
}

.pp-table-no-border-top{
  border-top: 2px solid transparent;
}

.pp-table-no-border-bottom{
  border-top: 1px solid transparent;
}


.pp-table-border-top{
  border-top: 2px solid var(--col-greys-d3);
}

.pp-table-regular-border-bottom{
  border-bottom: 1px solid var(--col-greys-l2);
}


.pp-table-border-right{
  border-right: 2px solid var(--col-greys-d3);
}

.pp-table-border-left{
  border-left: 2px solid var(--col-greys-d3);
}

.pp-table-heading {
  border-bottom: 2px solid var(--col-greys-d3);
}

.pp-table-border-right-left {
  /*border: solid var(--col-greys-d3);
  border-width: 0px 2px 0px 2px;*/
  border-left: 2px solid var(--col-greys-d3);
  border-right: 2px solid var(--col-greys-d3);
  
}


td.pp-table-no-border {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  /*border: solid var(--col-greys-l2);
  border-width: 1px 0px;*/
  height: 40px;
  padding: 4px 0px 4px 10px;
  margin:0px;

}

.pp-table-same-width {
    width: 1fr;
}
.pp-table-same-width:first-of-type {
  width: 1fr;
}

/* ===============================
** DB ADMIN TABLE
================================== */

table.db-admin-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 80px 0px;
  font-size: 14px;
}

th.db-admin-table {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 14px;
}

td.db-admin-table {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 14px;
}




/* ===============================
** LIST of PROJECTS 
================================== */


table.min-table {
  border-collapse: collapse;
  padding:0px;
  margin: 0px;
  width: 100%;
}

tr.min-table { 
}

th.min-table{
}
td.min-table{
  margin:0px;
}




/* ===============================
** BUILDKERNEL GANTT CHART
================================== */

table.gantt-table {
  border-collapse: collapse;
  padding:0px;
  margin: 0px;
  width: 100%;
  background-color: transparent;
}

tr.gantt-table { 
  height: 40px;
}

th.gantt-table{
  border-bottom: 2px solid var(--col-greys-l2);
}

td.gantt-table{
  border-top: 1px solid var(--col-greys-l2);
  border-bottom: 1px solid var(--col-greys-l2);
  /*border: solid var(--col-greys-l2);
  border-width: 1px 0px;*/
  height: 40px;
  padding: 0px;
  margin: 0px;
}

div.table-sorter {
    position: relative; 
    float: right; 
    cursor: pointer;
}

img.table-sorter {
    position: absolute; 
    height: 80%; 
    right: 0px;
    top: 10%;
}

p.table-sorter {
    margin-right: 28px;
}

.gantt-table-heading {
  border-bottom: 2px solid var(--col-greys-d3);
}


.gantt-today-line {
  stroke-width: 2px;
  stroke: red;

}

.gantt-timeline-line {
  stroke-width: 0.5px;
  stroke: grey;

}

.gantt-background-helper {
  fill: transparent;
  stroke-width:0;
}


.gantt-construction-background {
  fill: #EAEDED;  
  stroke-width:0;
}


.gantt-construction {
  fill: #A9CCE3;  
  stroke-width:0;
}

.gantt-construction-border {
  stroke-width: 2px;
  stroke: #5499C7;

}


.gantt-construction-fade-out {
  /* https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Gradients */
  fill: url(#gradient-fade-out);  
  stroke-width:0;
}

.gantt-construction-fade-in {
  /* https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Gradients */
  fill: url(#gradient-fade-in);  
  stroke-width:0;
}


text.gantt-timeline-thick-text {
  font-size: 14px;
  font-weight: 800;
  fill: black;
  font-family: 'Roboto Mono';
  letter-spacing: 0.06em;
}

text.gantt-timeline-sub-block {
  font-size: 12px;
  font-weight: 100;
  fill: #909497;
  font-family: 'Roboto Mono';
  letter-spacing: 0.06em;
}



text.gantt-timeline-year {
  font-size: 14px;
  font-weight: 300;
  fill: #909497;
  font-family: 'Roboto Mono';
  letter-spacing: 0.06em;
}

text.gantt-timeline-sub-block {
  font-size: 12px;
  font-weight: 100;
  fill: #909497;
  font-family: 'Roboto Mono';
  letter-spacing: 0.06em;
}


.margin-left-right { 
  margin: 0px 4px 0px 4px;
}


/* Text alignment (this should be after all other SVG text styles above)
================================== */

.svg-middle{text-anchor:middle;}
.svg-end{text-anchor:end;}
.svg-start{text-anchor:start;}
.svg-hanging{alignment-baseline:hanging;}
.svg-vertical-middle{alignment-baseline:middle;}
.svg-baseline{alignment-baseline:baseline;}



/* ===============================
**
================================== */

.button-validate {
    background-color: var(--col-main-n);
    border: none;
    color: white;
    padding: 8px 14px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    border-bottom: 3px solid var(--col-main-d1);
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    font-size: 1em;
}


.div-button {
    padding: 4px 8px;
    background-color: var(--col-main-n);
    position: relative;
    min-width: 50px;
    margin: 50px;
    margin-top: 150px;
    cursor: pointer;
}

/* ===============================
** WARNINGS
================================== */

.warning-red {
    background-color: var(--col-red);
    color: white;
    font-weight: 700;
}


/* ===============================
** SEARCH BOX
================================== */

.menu-search-box {
    height:54px;
    width: 100%;
}


/* ===============================
** CHAT BOT
================================== */

.chat-dots-container {
    display: flex;
    gap: 10px;
    padding: 24px 14px 4px;
    background-color: lightgrey;
    min-height: 1.4em;
    border-radius: 14px;
    width: 50px;
}

.chat-dot {
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
    animation: jump 1.5s infinite;
}

.chat-dot:nth-child(2) {
    animation-delay: 0.3s;
}

.chat-dot:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


.chat-window {
    position: fixed; 
    bottom: 30px; 
    display: none; 
    z-index: 11; 
    height: 600px; 
    max-height: 120%; 
    background-color: white; 
    border: 3px solid var(--col-brand);

}

.chat-message-from-system, .internal-note-from-colleauge {
    background-color: var(--col-greys-l2);
    padding:10px;
    border-radius: 14px;
    width: calc(100% - 24px);
    /*width: calc(80% - 20px);
    margin-right: 20%;*/
    margin-bottom: 12px;
}

.chat-message-from-user, .internal-note-from-self {
    background-color: var(--col-main-l2);
    color: black;
    padding: 10px;
    border-radius: 14px;
    width: calc(100% - 24px);
    /*width: calc(80% - 20px);
    margin-left: 20%;*/
    margin-bottom: 12px;
}

.name-of-internal-note-colleauge {
    text-align: left;
}

.name-of-internal-note-self {
    text-align: right;
    margin-right: 24px;
}



/* ===============================
** AUTOCOMPLETE OLD CODE DELETE
================================== */
/*
div.autocomplete-wrapper {
    height:54px;
    width: 100%;
    margin: 0px;
    border: 3px solid var(--col-main-n);
    border-radius: 0px;
    position: relative;;
    font-size: 1.2em;
    color:black;
}


div.autocomplete-input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100%);
    height: 54px;
    border: 0px solid transparent;
    background-color: transparent;
    padding: 0px;
    margin:0px;
}

input.autocomplete-input {
    height:54px;
    border: 0px solid transparent;
    width: calc(100% - 10px);
    background-color: transparent;
    padding-left: 10px;
    font-size: 1.2em;
    color:black;
    margin:0px;
}


div.autocomplete-button {
    position: absolute;
    right: -1px;
    top: 0px;
    height:54px;
    width:54px;
    border: 0px solid transparent;
    background-color: var(--col-main-n);
    font-size: 1.2em;
    color:black;
    margin:0px;
    cursor: pointer;
}

input.autocomplete-button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    background-color: transparent;
    border: none;
    color: white;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 1.2em;
    cursor: pointer;
}




.autocomplete-quick-selection {
  background-color: var(--col-greys-l1);
  height: 25px;
  border-radius: 15px;
  padding:5px 14px 0px;
  margin:5px;
  display: inline-block; 
  cursor: pointer; 
}

.autocomplete-quick-selection:hover {
  background-color: var(--col-brand);
  color: white;
}
*/





/* ===============================
** FULL SIZE STRUCTURE
================================== */

/* also defined below, based on viewport */
.full-screen-wrapper {
    background-color: transparent;
    width: 100%;
    /* height: 100vh;  <-- this is defined below */ 
    position: relative;
}

.full-screen-pop-up {
    position: fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    z-index: 99;
    background-color: white;
}


.map-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    height:90%;
    width:100%;
}

.bottom-menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height:10%;
    width:100%;
    border-top: 1px solid var(--col-greys-l2);
}

.bottom-menu-parts {
    float: left;
    width: 50%;
    height:  100%;
    background-color: var(--col-main-d1);
    background-color: white;
    cursor: pointer;
}

.map-wrapper-admin {
    width:70%;
}
    
.admin-wrapper {
    background-color: grey;
    position: absolute;
    top: 0px;
    right: 0px;
    height:100%;
    width:30%;
}


#full-screen-popup-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #f8f9fa;
    z-index: 20;
    overflow-y: auto; /* Allow scrolling inside menu */
}

body.menu-open {
    overflow: hidden; /* Prevent background scrolling */
}

.full-screen-menu-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
}

.pop-up-full-screen-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 10;
}


.store-mouse-coordinates {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}


.map-menu-divs {
    position: absolute; 
    background-color: white; 
    border-radius: 5px; 
    border: 2px solid lightgrey; 
    height: 32px; 
}


/* ===============================
** SVG
================================== */


.svg-line {
    stroke:rgb(120,120,120);
    stroke-width:1.0;
    fill:transparent;
}



/* ===============================
** DIV BLOCKS
================================== */



.content-wrapper {
    background-color: transparent;
    margin: 0px;
    padding: 0px 0px 160px;
    width: 100%;
}


.header-outer {
    margin-bottom: 10px;
    height: 40px;
    padding: 0px 30px;
    background-color: var(--col-main-n);
}

.header-inner {
    width: 100%;
    height:100%;
    /*overflow: hidden;  add this to contain floated children */
}

.header-left {
    float: left;
    position: relative;
    height:100%;
    background-color: transparent;
    width: 60px;
}

.header-right {
    float: right;
    position: relative;
    height:100%;
    min-width: 80px;
}

.canvas-outer {
    padding: 0px 12px;
  }

.canvas{
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    /*max-width: 1000px;*/
}



.container{
    width: 100%;
    background-color: blue;
}





.chart {
    padding:0px;
    background-color: transparent;
}

.chart-height {
    height: 280px;
}


/* ===============================
** COLOR SCHEMES AND FONTS
================================== */

.color-scheme {
    width: 84px; 
    height: 90px; 
    margin: 10px; 
    padding: 5px 8px; 
    float:left;
    border: 1px solid transparent;
    font-family: 'GraphikRegular', 'Arial', sans-serif;
    font-size: 12px;
    color: white;
}


/* ===============================
** CENTERED POSITIONING
================================== */

/* must be within position: relative div */

.center-horiz {
    position: absolute;
    top:50%;
    left:0%;
    transform: translate3d(-0%,-50%,0);
    -webkit-transform: translate3d(-0%,-50%,0);
    -moz-transform: translate3d(-0%,-50%,0);
    -o-transform: translate3d(-0%,-50%,0);
}

.center-horiz-no-left-adjust {
    position: absolute;
    top:50%;
    transform: translate3d(-0%,-50%,0);
    -webkit-transform: translate3d(-0%,-50%,0);
    -moz-transform: translate3d(-0%,-50%,0);
    -o-transform: translate3d(-0%,-50%,0);
}


.center-horiz-and-vertical {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
}

.center-vertical {
    position: absolute;
    top:0%;
    left:50%;
    transform: translate3d(-50%,-0%,0);
    -webkit-transform: translate3d(-50%,-0%,0);
    -moz-transform: translate3d(-50%,-0%,0);
    -o-transform: translate3d(-50%,-0%,0);
}

.center-vertical-no-horiz-alignment {
    position: absolute;
    left:50%;
    transform: translate3d(-50%,-0%,0);
    -webkit-transform: translate3d(-50%,-0%,0);
    -moz-transform: translate3d(-50%,-0%,0);
    -o-transform: translate3d(-50%,-0%,0);
}



/* ===============================
** PRICING TABLE
================================== */

.price-parent {
    height: 100px;
    border-bottom: 1px solid grey;
    position: relative;
}

.col-1 {
    background-color: yellow;
    background-color: transparent;
    width: calc(25%);
    height: 100%;
    float:left;
}
.col-2 {
    background-color: blue;
    background-color: transparent;
    width: calc(50%);
    height: 100%;
    float:left;
}
.col-3 {
    background-color: pink;
    background-color: transparent;
    width: calc(25%);
    height: 100%;
    float:left;
}


.price-col-1-logo {
    background-color: yellow;
    background-color: transparent;
    width: calc(20%);
    height: 40px;
    float:left;
}



.price-prod-name {
    position:relative;
    width: 100%;
    background-color: transparent;
}

.price-logo {
    max-height:50px;
    max-width:120px;    
}



/* ===============================
** NAME CLEANING API
================================== */

table.name-claning {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.name-claning-button {
    background-color: #0AB74A;
    border: none;
    color: white;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    width: calc(100%);
    height:80px;
    font-size: 1.2em;
}

.name-claning-input {
    width: calc(100%);
    height:74px;
    border: 3px solid #0AB74A;
    background-color: var(--col-main-l3);
    border-radius: 0px;
    padding-left: 10px;
    font-size: 1.2em;
    color:black;
}


/* ===============================
** INPUT FORMS
================================== */

.input-box {
    width: calc(100% - 10px);
    height: 50px;
    border: 0px solid var(--col-main-n);
    border-bottom: 3px solid var(--col-main-n);
    background-color: var(--col-greys-l2);
    border-radius: 0px;
    padding-left: 10px;
    font-size: 1em;
}

.form-field-full-width {
    width:100%;
    min-height: 200px;
    padding: 5px;
    border:1px solid black;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}


/* ===============================
** LOGIN / SIGNUP / LOGOUT / RESET PW
================================== */

.login-box {
    margin: 0 auto;
    width:280px;
    background-color:var(--col-greys-l2);
    border: 3px solid var(--col-main-d1);
    padding: 25px 25px 20px 25px;
}

.login-sections {
    width: 100%;
    padding: 10px 0px;
}

.login-field {
    width: calc(100% - 16px);
    height: 54px;
    border: 3px solid var(--col-main-n);
    background-color: white;
    border-radius: 0px;
    padding-left: 10px;
    font-size: 1em;
}

.login-submit {
    background-color: var(--col-main-n);
    border: none;
    color: white;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    border-bottom: 3px solid var(--col-main-d1);
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    width: calc(100% - 0px);
    height: 54px;
    font-size: 1em;

}

.login-submit:hover {
    background-color: var(--col-main-d1);
    color: white;
}

.form-button {
    background-color: var(--col-main-n);
    border: none;
    color: white;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    border-bottom: 3px solid var(--col-main-d1);
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    width: calc(100% - 0px);
    height: 70%;
    font-size: 1em;
}

.form-button:hover {
    background-color: var(--col-main-d1);
    color: white;
}

/* ===============================
** LOADER. wait...
================================== */


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.3s infinite ease-in-out;
}
.loader {
  color: var(--col-main-n);
  font-size: 10px;
  margin: 20px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* ===============================
** LOADING RING
================================== */

.loading-ring {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 4px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ===============================
** MAGIC MATCHER
================================== */

.magic-shadow {
    width:calc(100%-50px);
    margin:0px 0px 15px 0px;
    padding:22px ;
    background-color: white;

}

.magic-button-mother {
    width: 80%;
    height: 70px;
    margin: 0 auto;
    background-color: transparent;
    padding-top: 5px;
}

.magic-button-daughter {
    width: calc(30% - 28px);
    margin:0px 5px;
    padding: 5px;
    border-radius: 0px;
    background-color: #dbdbdb;
    border: 4px solid #d4d4d4;
    float:left;
}

.magic-button-daughter-stop-this-mp {
    width: calc(10% - 28px);
    margin:0px 5px;
    padding: 5px;
    border-radius: 0px;
    background-color: #dbdbdb;
    border: 4px solid #d4d4d4;
    float:left;
}


.magic-button-daughter-dummy {
    width: calc(33.33% - 28px);
    float:left;
    height:1px;
    background-color: transparent;
}


.magic-button-daughter:hover {
    background: #c4c4c4;
    border-color: #c4c4c4;
    transition: all 0.4s ease 0s;
}


table.magic {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}


td.magic {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 3px 8px;
}


/* ===============================
** WIND ARROWS ON MAP 
================================== */


.wind-arrow-on-map-wrapper {
    position: relative; 
    width: 36px; 
    height: 82px; 
}

.wind-arrow-on-map-arrow {
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    width: 36px; 
    height: 36px; 
}

.wind-arrow-on-map-text {
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 46px;
    height: 36px;
}

.strokeme
{
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
}

/* ===============================
** FREEZE TOP ROW 
================================== */

.fixme {

    width: 100%;
    z-index: 1;
}



/* ===============================
** TOOLTIP - 
================================== */


.tooltip {
  position: relative;
}
.tooltip:hover {
} 

.tooltip-border {
    border: 1px solid transparent;
}
.tooltip-border:hover {
    border: 1px solid var(--col-main-n);
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--col-main-n);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: var(--col-main-n) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

p.tooltip {
    font-size:var(--font-size-xs);    
    color: white;
    text-align: center;
    line-height: 1.03em;

}

/* ===============================
** TABLE
================================== */

.crop-overflow-text-in-table {
    width:100%;
    overflow:hidden;
    height:20px;
    line-height:20px;
}

/* ===============================
** MATRIX TABLE
================================== */

table.matrix {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}


th.matrix, td.matrix {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 3px 5px;
    margin: 3px 5px;
}


/* ===============================
** OUTLIER TABLE
================================== */

table.outliers {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}


th.outliers, td.outliers {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 3px 5px;
    margin: 3px 5px;
}


/* ===============================
** OUTLIER TABLE
================================== */

th.sticky-heading{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  border-bottom: 2px solid black;
  margin-bottom: 2px;
  padding-bottom: 2px;
  z-index: 2;
}



@media (max-width: 576px) {
    .hide-tbl-col-on-mobil {display: none}
}
@media (min-width: 576px) {
    .hide-tbl-col-on-desktop {display: none}
}





/* ===============================
** MAP:
================================== */
#map {
    height:600px;
    border:0px solid #26394b;

}

/* ===============================
** HEART-LOGO
================================== */

.heart-wrapper {
    position: relative;
    background-color: transparent;
    width: 60px;
}

.heart-row{
    overflow: hidden; /* add this to contain floated children */
}

.heart-pixel{
    height: 3px;
    width:  3px;
    background-color: var(--col-main-n);
    border: 0.1px solid var(--col-main-n);
    float:left;
}

/* ===============================
** GRID LAYOUT
================================== */

.flex-grid-parent {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px;
}

.flex-gap-20 {
  gap: 20px;
}

.tile-harbour {
    width: calc(100%);
    margin: 10px 0px;
    background-color: var(--col-background);
    padding: 0px;
    border: 0px solid lightgrey;
    border-radius: 0px
}



.tile-text {
    padding: 6px 10px;
}

.fixed-grid-20  {width: 20%;}
.fixed-grid-25  {width: 25%;}
.fixed-grid-30  {width: 30%;}
.fixed-grid-33  {width: 33.33%;}
.fixed-grid-40  {width: 40%;}
.fixed-grid-50  {width: 50%;}
.fixed-grid-60  {width: 60%;}
.fixed-grid-70  {width: 70%;}
.fixed-grid-75  {width: 75%;}
.fixed-grid-80  {width: 80%;}
.fixed-grid-100 {width: 100%;}


.flex-grid-img-release {
    padding: 18px;
    border: 1px solid black;

}

/* ===============================
** 
================================== */

.webcam {
    width: 100%;
    padding-top: 65%;
    position:relative;
}


/* ===============================
** FACILITIES AND MOORING
================================== */

.has-data-false, .has-data-none {
    opacity: 15%;
}

.has-data-true {
    opacity: 85%;
}

.olav {
    padding: 10px;
    margin: 20px 0px;
    cursor: pointer;
    font-family: 'GraphikRegular', 'Arial', sans-serif;
    text-align: center;
    background-color: var(--col-greys-l3);
    border: 2px solid var(--col-greys-l1);
    color: var(--col-greys-l1);
}


.update-harbour {
    width: calc(50% - 48px);
    padding: 10px;
    margin: 10px;
    float: left;
    cursor: pointer;
    font-family: 'GraphikRegular', 'Arial', sans-serif;
    text-align: center;
}


.update-harbour-type-selected {
    background-color: var(--col-main-l2);
    border: 2px solid var(--col-main-d1);
    color: var(--col-main-d2);
    font-weight: 900;
}

.update-harbour-type-unselected {
    background-color: var(--col-greys-l3);
    border: 2px solid var(--col-greys-l1);
    color: var(--col-greys-l1);
}


#update-data-focus-none {
    background-color: #f9eec6; 
    border: 3px solid #e69030;   
}

#update-data-focus-true {
    background-color: #e1feea; 
    border: 3px solid #26bb69;    
}

#update-data-focus-false {
    background-color: #ffd7d0; 
    border: 3px solid #ff0000;    
}

#update-data-unfocus {
    background-color: transparent; 
    border: 3px solid transparent;    

}


/* ===============================
** VALIDATING USER IUPUT
================================== */

.validation-section {
    border-top: 2px solid black;
    margin: 30px 0px;
    padding: 20px 0px;
}

.validation-true-false {
    margin: 0px 4px;
}

.validation-text {
    margin: 4px 8px;
    padding: 12px;
    border: 1px solid grey;
}


.fixed-grid-50  {width: 50%;}


.validation-clr-none {background-color: var(--col-greys-l1)}
.validation-clr-true {background-color: var(--col-medium-green)}
.validation-clr-false {background-color: var(--col-medium-red)}

/* ===============================
** BUTTONS
================================== */


.submit-button {
    padding: 8px 12px;
    background-color: var(--col-main-n);
    position: relative;
    color: white;
    cursor: pointer;
}

.btn-yes, .btn-no, .btn-uncertain {
    padding: 6px 20px;
    margin: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    border: 2px solid transparent;
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    width: calc(100% - 80px);
    font-size: 1.5em;
    font-weight: 800;
    background-color: blue;
}

.btn-yes {
    background-color: var(--col-green);
    color: white;
}
.btn-yes:hover {
    background-color: var(--col-green-dark);
    color: white;
}

.btn-no {
    background-color: var(--col-red);
    color: white;
}
.btn-no:hover {
    background-color: var(--col-red-dark);
    color: white;
}

.btn-uncertain {
    background-color: var(--col-greys-n);
    color: white;
}
.btn-uncertain:hover {
    background-color: var(--col-greys-d1);
    color: white;
}



.branded-button, .branded-button:hover {
    background-color: var(--col-main-n);
    border: none;
    color: white;
    padding: 12px 20px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    min-width: 30px;
    font-size: 1em;
}

.branded-button:hover {
    background-color: var(--col-main-d1);
}

.branded-button-small, .branded-button-small:hover {
    padding: 6px 12px;
    min-width: 20px;

}

.red-button, .red-button:hover {
    background-color: var(--col-red);
    border: none;
    color: white;
    padding: 12px 20px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    min-width: 30px;
    font-size: 1em;
}

.red-button:hover {
    background-color: var(--col-red-dark);
}


.button-off, .operate-button {
  padding: 8px 18px;
  margin: 4px 4px;
  border-radius: 9999999px;
  white-space:nowrap;
  cursor: pointer;
  font-family: 'GraphikRegular', 'Arial', sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  text-align: left;
  text-decoration: none;
  background-color: var(--col-greys-l2);
  color: black;    
}

.button-on {
  padding: 8px 18px;
  margin: 4px 4px;
  border-radius: 9999999px;
  white-space:nowrap;
  cursor: pointer;
  font-family: 'GraphikRegular', 'Arial', sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  text-align: left;
  text-decoration: none;
  background-color: var(--col-main-n);
  color: white;
}



.compass-buttons {
  padding: 8px 18px;
  margin: 4px 4px;
  border-radius: 9999999px;
  background-color: var(--col-greys-l1);
  white-space:nowrap;
  cursor: pointer;
}


/* ===============================
** SVG
================================== */
.compass-directions {
    font-size:var(--font-size-s);
    font-weight: 600;
    fill: black;
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: 0.0em;
    text-anchor:middle; /* start, middle, end */
    alignment-baseline:middle; /* hanging, middle, baseline */
  }



.compass-text {
    font-size:var(--font-size-xxxs);
    font-weight: 200;
    fill: var(--col-greys-d1);
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: 0.0em;
    text-anchor:middle; /* start, middle, end */
    alignment-baseline:middle; /* hanging, middle, baseline */
  }


.wind-txt {
    font-size:var(--font-size-xxxs);
    font-weight: 200;
    fill: var(--col-greys-n);
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: 0.0em;
    text-anchor:middle; /* start, middle, end */
    alignment-baseline:middle; /* hanging, middle, baseline */
  }

.wind-bezier {
    fill: transparent;
    stroke-width:1;
    stroke: var(--col-greys-d2);
}

.wind-bezier-fill {
    fill: var(--col-greys-l1);
    stroke-width:0;
    stroke:transparent;
}

.bezier-min-max-wind-line {
    stroke: var(--col-greys-d2); 
    stroke-linecap:round; 
    stroke-width:0.5; 
}

.wind_speed_area_lines {
    stroke: var(--col-greys-l2); 
    stroke-linecap: round; 
    stroke-width:0.5;
}

.wind-protection-txt-true {
    font-weight: 600;
    fill: black;

}

.wind-protection-txt-false {
    font-weight: 600;
    fill: lightgrey;
}


.wind-protection-bacground-neutral {
  stroke:transparent;
  stroke-width:0;
  fill:lightgrey; 
  fill-opacity:1;
}


.wind-protection-true {
  fill: yellow;
  stroke: black;
  stroke-width: 8;
  
}


.svg-sailboat {
  fill: transparent;
  stroke: black;
  stroke-width: 1;
}

.svg-bearing-arrow-fill {
  fill: white;
  stroke: transparent;
  stroke-width: 0;
}

.svg-bearing-arrow-line {
  fill: white;
  stroke: white;
  stroke-width: 16;
}

.svg-wind-forecast-arrow-fill {
  fill: black;
  stroke: transparent;
  stroke-width: 0;
}

.svg-wind-forecast-arrow-line {
  fill: black;
  stroke: black;
  stroke-width: 1;
}

.svg-timescale-line {
  fill: transparent;
  stroke: var(--col-greys-d3);
  stroke-width: 0.5;
}


.svg-bearing-background {
  fill: black;
  stroke: black;
  stroke-width: 16;
}

.wind-protection-false {
  fill: transparent;
  stroke: lightgrey;
  stroke-width: 2;
  stroke-dasharray: 7,3;
}

.wind-protection-, .wind-protection-none {
  fill: transparent;
  stroke: lightgrey;
  stroke-width: 0.5;
}


.svg-pizza-clicker {
  fill:white; 
  fill-opacity:0.1;
  stroke:transparent;
  stroke-width:0;
  stroke-opacity:0.9;
  cursor: pointer;
}

.middle{text-anchor:middle;}
.end{text-anchor:end;}
.start{text-anchor:start;}
.hanging{alignment-baseline:hanging;}
.vertical-middle{alignment-baseline:middle;}
.baseline{alignment-baseline:baseline;}

.svg-text-white {fill: white;}
.svg-text-black {fill: black;}




/* ===============================
** FORM TO UPLOAD IMAGES
================================== */

.image-submit-upload {
    background-color: var(--col-main-n);
    border-radius: 0px;
    border: 3px solid var(--col-main-n);
    color: white;
    padding: 10px 25px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    height: 50px;
}



.image-select-filt-to-upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.image-select-filt-to-upload + label {
    background-color: var(--col-greys-l2);
    border-radius: 0px;
    border: 3px solid var(--col-greys-l1);
    padding: 14.5px 25px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none; /* Avoid strange look on iPhone */
    color: var(--col-greys-d3);
}

.image-select-filt-to-upload:focus + label,
.image-select-filt-to-upload + label:hover {
    background-color: var(--col-greys-l1);
    color: var(--col-greys-d3);
}

.image-select-filt-to-upload + label {
    cursor: pointer; /* "hand" cursor */
}

.image-select-filt-to-upload:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.image-select-filt-to-upload + label * {
    pointer-events: none;
}


/* ===============================
** TOGGLE SWICH
================================== */
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}



.bg-green { background-color: var(--col-green)}
.bg-green-dark { background-color: var(--col-green-dark)}
.bg-medium-green { background-color: var(--col-medium-green)}
.bg-light-green { background-color: var(--col-light-green)}
.bg-red { background-color: var(--col-red)}
.bg-red-dark { background-color: var(--col-red-dark)}
.bg-medium-red { background-color: var(--col-medium-red)}
.bg-light-red { background-color: var(--col-light-red)}




/* ===============================
** AUTOCOMPLETE SERACH BAR
================================== */


.menu-search-box {
  width: 100%;
  padding: 0% 0%;
}

.menu-search-box-full-screen {
  left: 0px;
  top: 0px;
  position: absolute;
}

mark {
    background-color: transparent;
    border-bottom: 3px solid #58D68D;
    color: inherit;
}


div.autocomplete-wrapper {
  height:54px;
  width: calc(100% - 6px);
  margin: 0px;
  border: 3px solid var(--col-brand);
  border-radius: 0px;
  position: relative;
  background-color: white;
}

div.autocomplete-wrapper-narrow, .big-logo-wrapper {
  width: calc(100% - 6px);
  margin-left: 0%;
}




div.ac-area-to-activate-search {
  position: absolute;
  height: 100%;
  width: calc(100% - 50px);
  left: 0px;
  top: 0px;

}

div.autocomplete-input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 38px);
  height: 54px;
  border: 0px solid transparent;

  padding: 0px 0px 0px 38px;
  margin:0px;
  font-size: 1.2em;
  color:black;
}

input.autocomplete-input {
  height:54px;
  border: 0px solid transparent;
  width: calc(100% - 10px);
  padding-left: 10px;
  font-size: 1.2em;
  color:black;
  margin:0px;
  outline: none;
}

input,textarea {
     width:100%;
     display:block }


p.autocomplete-input {
  
  border: 0px solid transparent;
  width: max-content;
  padding-top: 0px;
  padding-left: 20px;
  color:black;
  margin:0px;
  outline: none;
  position: absolute;
  left: 0px;
  top:50%;
  left:0%;
  transform: translate3d(-0%,-50%,0);
  -webkit-transform: translate3d(-0%,-50%,0);
  -moz-transform: translate3d(-0%,-50%,0);
  -o-transform: translate3d(-0%,-50%,0);
  font-size: 1.4em;

}


div.ac-button {
  position: absolute;
  top: 13px;
  height:28px;
  width:28px;
  right: 12px;
  border: 0px solid transparent;  
  font-size: 1.2em;
  color:black;
  margin:0px;
  cursor: pointer;
}

div.ac-search-result {

  min-height: 100px;
  display: none;
  width: calc(100% - 32px);
  padding: 12px 16px 40px 16px;
  margin-bottom: 50px;
  display: none;
  background-color: rgb(255,255,255);
  box-shadow: 0px 0px 20px var(--col-main-l2);


}



.ac_filter {
  border-radius: 12px;
  padding: 0px; 
  margin: 3px 2px; 
}

.ac_remove_filter {
  position: absolute;
  right: 6px;
  top: 20%; 
  height: 60%;
}

.ac_quick_filter {
  background-color: var(--col-greys-l2);
  padding-left: 10px; 
  padding-right: 10px; 
  cursor: pointer;
}

.ac_active_filter {
  background-color: var(--col-brand-medium);
  padding-left: 10px; 
  padding-right: 28px; 
  cursor: pointer;
  position: relative;
}


.ac-tile {
  background-color: ; 
  padding: 14px 0px; 
  position: relative; 
  border-bottom: 0px solid lightgrey; 
  width: 95%;
}

div.ac-tile-img {
  background-color: ; 
  position: absolute; 
  left: 0px; 
  top: 10px; 
  width: 60px; 
  height:45px;
}

img.ac-tile-img {
    padding: 0px; 
    margin: 0px; 
    height: calc(100% - 0px); 
    width: calc(100% - 0px)
}


div.ac-tile-prod-name {
  background-color: ; 
  position: absolute; 
  right: 0px; 
  top: 10px; 
  width: calc(100% - 70px); 
  height:25px
}

div.ac-tile-prod-info {
  background-color: ; 
  position: absolute; 
  right: 0px; 
  top: 35px; 
  width: calc(100% - 70px); 
  height:20px
}




/* ===============================
** HAMBURGER MENU
================================== */

/*
.hamburger {
  background: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
*/





/* ===============================
** SCREEN SIZE ADJUSTMENT
** viewport-identifier is for debugging (se base.html)
** canvas is the width of the site
** body font-size is relative to em-sizes
================================== */

/* INITIAL SETTINGS */
/*.container{width: calc(100% - 80px); padding: 0px 40px;}*/


/* VIEWPORT WIDTH: 0->320
/* ======================================*/
@media (min-width: 0px) {
    .viewport-identifier {background-color: pink}
    .container{width: calc(100% - 30px); padding: 0px 15px;}
    body{font-size: 11px;}
  .hide-on-mobil {display: none}
  .hide-on-desktop {display: block}
  
  .flex-grid-projects-filters, 
  .flex-grid-projects-content, 
  .flex-grid-10,
  .flex-grid-20,
  .flex-grid-25,
  .flex-grid-30,
  .flex-grid-33,
  .flex-grid-33-gap-20,
  .flex-grid-33-left-col,
  .flex-grid-double33-left-col,
  .flex-grid-33-center-col,
  .flex-grid-33-right-col,
  .flex-grid-33-padding,
  .flex-grid-33-harbour-tile,
  .flex-grid-35,
  .flex-grid-40,
  .flex-grid-40-padding-left,
  .flex-grid-40-padding-right,
  .flex-grid-50,
  .flex-grid-50-padding,
  .flex-grid-50-left-col,
  .flex-grid-50-right-col,
  .flex-grid-60,
  .flex-grid-60-center,
  .flex-grid-67,
  .flex-grid-70,
  .flex-grid-75,
  .flex-grid-80,
  .flex-grid-100 {width: 100%;}

  .flex-grid-img-release {width: calc(100% - 40px)}

  .half-height-on-mobile {height: 50vh}

  .flex-grid-projects-map {position: fixed; top: 0px; right: 0px; height: 100vh; width: 100%; display: none; z-index: 100}


  .flex-grid-33-left-col,
  .flex-grid-double33-left-col,
  .flex-grid-33-center-col,
  .flex-grid-33-right-col,
  .flex-grid-50-right-col,
  .flex-grid-50-left-col {margin: 0px 0px 24px 0px}



  .padding-left-or-right {padding: 30px 0px 0px 0px;}
  .flex-padding-left {padding-left: 0px}
  .flex-padding-right {padding-right: 0px}

  .flex-grid-33-harbour-tile {padding:  10px 0px 30px; }

  .map-flex-height {padding-top: 140%;}

  .search-box-wrapper {width: 98%;}
  .search-box-wrapper {width: calc(100% - 6px) }

  .center-grid-50 {width: 100%;margin-left: 0%}

  .flex-grid-70-with-margin {width: 100%; margin-right: 0px}

  .tile-wrapper-full-page-width {width: 100%;}

  .new-shadow {
    background-color: white; 
    border: 2px solid #f1f3f4; 
    border-radius: 8px; 
    padding: 20px; 
  }

  .shadow-highlight {
    border-color: #3498DB;
  }

  .shadow {
      background-color: rgb(255,255,255);
      box-shadow: 0px 0px 8px var(--col-greys-l1);
      border-radius: 10px;
  }

  .shadow-not-on-mobil {
      background-color: rgb(255,255,255);
      box-shadow: none;
      border-radius: none;
  }

  .full-screen-wrapper {
        height: 100svh;
  }

  .chat-window { 
     right: 1.5%; 
     width: 95%; 
  }



}


/* VIEWPORT WIDTH: 320 | iPhone 4 / 5 / SE | 
/* ======================================*/
@media (min-width: 320px) {
    .viewport-identifier {background-color: green}
    .container{width: calc(100% - 30px); padding: 0px 15px;}
    body{font-size: 11px;}
}


/* VIEWPORT WIDTH: 360 | Galaxy S5 | 
/* ======================================*/
@media (min-width: 360px) {
    .viewport-identifier {background-color: blue}
    .container{width: calc(100% - 30px); padding: 0px 15px;}
    body{font-size: 11px;}
}


/* VIEWPORT WIDTH: 375 | iPhone 6/7/8 | iPhone X
/* ======================================*/
@media (min-width: 375px) {
    .viewport-identifier {background-color: deeppink}
    .container{width: calc(100% - 30px); padding: 0px 15px;}
    body{font-size: 13px;}
}


/* VIEWPORT WIDTH: 411 | iPhone 6/7 | Pixel 2/2XL | iPhone 6/7/8 Plus
/* ======================================*/
@media (min-width: 411px) {
    .viewport-identifier {background-color: lime}
    .container{width: calc(100% - 30px); padding: 0px 15px;}
    body{font-size: 13px;}
}


/* VIEWPORT WIDTH: 576
/* ======================================*/
@media (min-width: 576px) {
    .viewport-identifier {background-color: cyan}
    .container{width: calc(100% - 80px); padding: 0px 40px;}
    body{font-size: 14px;}
}


/* VIEWPORT WIDTH: 768 | iPad
/* ======================================*/
@media (min-width: 768px) {
    .viewport-identifier {background-color: rgb(50,50,50)}
    .container{width: calc(100% - 30px); padding: 0px 15px;}
    body{font-size: 14px;}

    .canvas-outer {padding: 0px 30px;}

    .hide-on-mobil {display: block}
    .hide-on-desktop {display: none}
    
    .menu-search-box-full-screen {position: relative;}

    .chat-window { 
        right: 30px; 
        width: 400px; 
     }

    .flex-grid-projects-filters  {width: calc(18% - 18px); padding-right: 18px }
    .flex-grid-projects-content  {width: 82%;}
    .flex-grid-projects-map {position: fixed; top: 0px; right: 0px; height: 100vh; width: 80%; display: none; z-index: 100}


    .flex-grid-10  {width: 10%;}
    .flex-grid-20  {width: 20%;}
    .flex-grid-25  {width: 25%;}
    .flex-grid-25-people  {width: calc(25% - 50px); margin: 10px 20px 10px 0px; padding: 15px 15px 20px 15px; background-color: var(--col-greys-l2)}
    .flex-grid-30  {width: 30%;}
    .flex-grid-33  {width: 33.33%;}

    .flex-grid-33-gap-20 {
          flex: 0 0 calc((100% - 40px) / 3); /* 0 grow, 0 shrink, fixed basis */
          box-sizing: border-box;
        }

    .flex-grid-double33-left-col  {width: calc(66.67% - 6.67px); margin: 0px 6.67px 0px 0px}
    .flex-grid-33-left-col  {width: calc(33.33% - 13.33px); margin: 0px 13.33px 0px 0px}
    .flex-grid-33-center-col  {width: calc(33.33% - 13.33px); margin: 0px 6.67px 0px 6.67px}
    .flex-grid-33-right-col  {width: calc(33.33% - 13.33px); margin: 0px 0px 0px 13.33px}
    .flex-grid-50-left-col  {width: calc(50% - 10px); margin: 0px 10px 0px 0px}
    .flex-grid-50-right-col  {width: calc(50% - 10px); margin: 0px 0px 0px 10px}
    



    .flex-grid-33-padding  {width: calc(33% - 40px); padding: 0px 20px}
    .flex-grid-33-harbour-tile {width: calc(33% - 36px); padding: 10px 18px 30px}
    .flex-grid-35  {width: 35%;}
    .flex-grid-40  {width: 40%;}
    .flex-grid-40-padding-left {width: calc(40% - 20px); padding-left: 20px}
    .flex-grid-40-padding-right {width: calc(40% - 20px); padding-right: 20px}
    .flex-grid-50  {width: 50%;}
    .flex-grid-50-padding  {width: calc(50% - 40px); padding: 0px 20px}
    .flex-grid-60  {width: 60%;}
    .flex-grid-60-center  {width: 60%; margin-left: 20%}
    .flex-grid-67  {width: 66.67%;}
    .flex-grid-70  {width: 70%;}
    .flex-grid-70-with-margin {width: calc(70% - 50px); margin-right: 50px}
    .flex-grid-75  {width: 75%;}
    .flex-grid-80  {width: 80%;}
    .flex-grid-100 {width: 100%;}

    .flex-grid-img-release {width: calc(33.33% - 40px)}
    .half-height-on-mobile {height: 70vh}

    .padding-left-or-right {padding: 0px 0px 0px 30px;}
    
    .flex-padding-left {padding-left: 20px}
    .flex-padding-right {padding-right: 20px}


    .center-grid-50 {width: 50%;margin-left: 25%}

    .search-box-wrapper {width: calc(100% - 10px) }

    .autocomplete-wrapper {

    }

    .map-flex-height {
      width: 100%;
      padding-top: 75%;
      position:relative;
    }

    .tile-harbour {
        width: calc(33.33% - 20px);
        margin: 10px;
    }


    div.autocomplete-wrapper-narrow, .big-logo-wrapper {
      width: calc(80% - 6px);
      margin-left: 10%;
    }


    .harbour-images {padding-bottom: 75%;}


    .product-overview {padding: 20px 35px 10px 0px;}

    .tile-wrapper-products-page {width: 50%;}

    .product-tile {
    /* height and width is realtive to tile-wrapper-products-page */
    margin:10px;
    padding:20px 20px 10px 20px;
    width: calc(100% - 62px);
    }

    .shadow-not-on-mobil {
      background-color: rgb(255,255,255);
      box-shadow: 0px 0px 20px var(--col-main-l2);
      border-radius: 10px;
    }

    .full-screen-wrapper {
        height: 100vh;
    }


}


/* VIEWPORT WIDTH: 992 | iPad Pro
/* ======================================*/
@media (min-width: 992px) {
    .viewport-identifier {background-color: yellow}
    .container{width: calc(100% - 60px); padding: 0px 30px;}
    body{font-size: 15px;}
}


/* VIEWPORT WIDTH: 1200
/* ======================================*/
@media (min-width: 1200px) {
    .viewport-identifier {background-color: pink}
    .container{width: calc(100% - 80px); padding: 0px 40px;}
    body{font-size: 15px;}
}
