/*!
 + Peet theme v1.0 
 * April 2021
 * Peter de Vos
 */
/* ------------------------------

/*Screensaver*/
#screensaver {
  position: absolute;
  width: 100%;
  height:100%;
  left:0px;
  top: 0px;
  display: none;
  z-index:9999;
  background-color:black;
}

body::-webkit-scrollbar {
  display: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.nav-peet {
  height: 54px;
}

.screensaver-clock {
  position: relative;
  left: 50px;
  top: 50px;
  font-size: 8.2rem;
  font-weight: 300;
  line-height: 1.1;
  color: #7d8184;
}
.test {
  position: absolute;
  top: 0px;
  left: 0px;
}

.scrs-weather-current{
    position: absolute;
    top: 150px;
    float:left;
}
.scrs-weather-current-temp{
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.1;
    float: left;
}
.scrs-weather-current-icon{
    position: relative;
    top: -60px;
    height: 120px;
    width: 120px;
    float: left;
    margin-right: 15px;
}

/* Vaste hoogte tegel */
.fixed-height {
  max-height: 250px;
  min-height: 250px;
  padding-bottom: 20px;
}

/* Overflow tegels */
.no-overflow {
  overflow: hidden;
}

.scroll-overflow {
  padding-right: 2px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.width-full {
  width: 100%;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Grafiek in tegel met vaste hoogte */
.chart-small {
  position: relative;
  top: -35px;
  height:185px  
}

/* Donut grafiek in tegel met vaste hoogte */
.doughnut-small {
  position: relative;
  top: -15px;
  max-height:150px  
}

/* Scrollbar stylen */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #163649;
}

::-webkit-scrollbar-thumb {
  background: #195477;
}

::-webkit-scrollbar-thumb:hover {
  background: #0971a8;
}

/*Vertical bar*/

.bar-container {
    width: 75px;
    float: left;
}
.bar-gauge {
    width:65px;
    height:122px;
    float:left;
    background-color:#195477;
    margin:0px 10px 2px 10px;
    padding-bottom:5px;
    border-width:2px;
    position:relative;
}
.bar-gauge-value {
    font-family:"Arial";
    color:#aee0fa;
    font-size:8pt;
    text-align:center;
    padding-top:85px;
}
.bar-gauge-cost {
    font-family:"Arial";
    color:#aee0fa;
    font-size:8pt;
    text-align:center;
}

.bar-gauge-icon {
    margin-left: 25px;
}
.bar-gauge-bar {
    float:left;
    width:55px;
    margin:0px 5px 0px 5px;
    height:82px;
    background-color:#1d2e3b;
    position:relative;
}
.bar-gauge-cage-css {
    width:55px;
    float:left;
    position:relative;
}
.bar-1, .bar-2, .bar-3, .bar-4, .bar-5, .bar-6, .bar-7, .bar-8, .bar-9 {
    float:left;
    width:60px;
    background-color:#195477;
    height:5px;
}
.bar-1 {
    margin-bottom:4px;
}
.bar-2 {
    margin-bottom:4px;
}
.bar-3 {
    margin-bottom:4px;
}
.bar-4 {
    margin-bottom:4px;
}
.bar-5 {
    margin-bottom:4px;
}
.bar-6 {
    margin-bottom:4px;
}
.bar-7 {
    margin-bottom:4px;
}
.bar-8 {
    margin-bottom:4px;
}
.bar-9 {
    margin-bottom:4px;
}
.bar-gauge-power-level {
    float:left;
    height:0px;
    max-height:80px;
    width:55px;
    background-color:#5de23a;
    position:absolute;
    bottom:0px;
    transition: background-color 0.5s ease-in;  
}
.bar-gauge-power-return-level {
    float:left;
    height:0px;
    max-height:80px;
    width:55px;
    background-color:#5de23a;
    position:absolute;
    bottom:0px;
    transition: background-color 0.5s ease-in;  
}
.bar-gauge-gas-level {
    float:left;
    height:0px;
    max-height:80px;
    width:55px;
    background-color:#5de23a;
    position:absolute;
    bottom:0px;
    transition: background-color 0.5s ease-in;  
}
.bar-gauge-water-level {
    float:left;
    height:0px;
    max-height:80px;
    width:55px;
    background-color:#5de23a;
    position:absolute;
    bottom:0px;
    transition: background-color 0.5s ease-in;  
}

/*Clock, date and weather display*/
.date-time-header {
    width: 100%;
}
.weeknumber {
    float: right;
}
.hour {
    float: left;
}
.minute {
    float: left;
}
.clock-separator {
    float: left;
}
.clock-container {
    width: 200px;
}
.uv-index-icon{
    position: relative;
    top: -20px;
    height: 60px;
    width: 60px;
    float: right;
}
.weather-current{
    position: absolute;
    top: 85px;
    float:left;
}
.weather-current-temp{
    float: left;
}
.weather-current-icon{
    position: relative;
    top: -18px;
    height: 55px;
    width: 80px;
    float: left;
    margin-right: 15px;
}
.weather-forecast{
    float:right;
    width: 83px;
}

.weather-info {
    cursor: pointer;  
}
.weather-day1{
    position: relative;
    width: 100%;
    float: right;
}
.weather-day1-text{
    float: left;
}
.weather-day1-icon{
    position: relative;
    top: -2px;
    height: 28px;
    width: 28px;
    float: left;
}
.weather-day-temp{
    float: right;
}
.weather-day2{
    position: relative;
    top:-18px;
    width: 100%;
    float: right;
}
.weather-day-text{
    width: 28px;
    float: left;
}
.weather-day2-icon{
    position: relative;
    top: -2px;
    height: 28px;
    width: 28px;
    float: left;
}
.weather-day3{
    position: relative;
    top:-36px;
    width: 100%;
    float: right;
}
.weather-day3-text{
    float: left;
}
.weather-day3-icon{
    position: relative;
    top: -2px;
    height: 28px;
    width: 28px;
    float: left;
}
.weather-day4{
    position: relative;
    top:-54px;
    width: 100%;
    float: right;
}
.weather-day4-text{
    float: left;
}
.weather-day4-icon{
    position: relative;
    top: -2px;
    height: 28px;
    width: 28px;
    float: left;
}
.weather-day5{
    position: relative;
    top:-72px;
    width: 100%;
    float: right;
}
.weather-day5-text{
    float: left;
}
.weather-day5-icon{
    position: relative;
    top: -2px;
    height: 28px;
    width: 28px;
    float: left;
}

/* Light switch position */
.switch-container {
  position: relative;
  float: right;
  top: -50px;
  max-height:0px;
}
.switch-light {
  position: relative;
  float: right;
}
.switch-text {
  float: right;
  color: #156a8a;
  margin: 3px 7px 0px 15px;
}

.tab-button {
  margin: 5px 5px 5px 5px;
}

.test {
  background-color: #1e2832;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Circle progress indicator */
.progress-indicator {
  position: relative;
  top: -30px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin:10px 10px 2px 10px;
}

.progress-indicator-title {
  position: relative;
  top: -75px;
  left: 2px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: lighter;
}

.progress-indicator-text {
  position: relative;
  height: 66px;
  top: -110px;
  left: 2px;
  width: 100%;
  max-width: 100px;
  margin: auto;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: lighter;
}

/* Camera view window */
.cameraView {
  padding: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  -webkit-transform:scale(0.98);
  -moz-transform:scale(0.98);
  -o-transform:scale(0.98);
  -ms-transform:scale(0.98);
}

/* Camera view window */
.cameraViewModal {
  padding: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.centerContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Scroll bar verbergen */
.noScrollBar {
  overflow-y: scroll;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.noScrollBar::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/* Maximale hoogte PEET Modal ivm touchscreen */

.peetMaxModalHeight {
  max-height: 350px;
  overflow-y: scroll;
}

.noScroll {
  overflow-y: hidden;
}

/* Dropdown lijst aanvulling */ 
.dropdown-item:hover {
  background-color: #0971a8;
  cursor: pointer;
}

.selected {
  background-color: #0971a8;
}

.dropdown-item-image {
  height: 35px;
  width: 35px;
  border: 1px solid #aee0fa;
  border-radius: 4px;
  margin-right: 8px;
  padding: 3px;
}

.selected-icon {
  height: 45px;
  width: 45px;
  color: #0f9ce6;
  border-radius: 4px;
  text-align: center;
  align-content: center;
  display: inline-block;
  overflow: hidden;
  border: 1px solid rgba(15, 156, 230, 0.5);
  background-color: rgba(15, 156, 230, 0.25);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.25), 0 0 12px rgba(15, 156, 230, 0.15);
  margin-left: 10px;
}

.location-icon {
  width: 45px;
  height: 45px;
  color: #0f9ce6;
  border-radius: 4px;
  border: 1px solid rgba(15, 156, 230, 0.5);
  background-color: rgba(15, 156, 230, 0.25);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.25), 0 0 12px rgba(15, 156, 230, 0.15);
  margin-left: 10px;
  padding: 5px;
}

/* Full screen modal */
.modal.modal-fullscreen .modal-dialog {
  width:100vw;
  height:100vh;
  margin:0;
  padding:0;
  max-width:none;
}

.modal.modal-fullscreen .modal-content {
  height:auto;
  height:100vh;
  border-radius:0;
  border:none;
}

.modal.modal-fullscreen .modal-body {
  overflow-y:auto;
  margin-left: auto;
  margin-right: auto;
}

.text-red {
  color: #d90b0b;
}

.text-green {
  color: #0bdb12;
}

#iot-preloader-relative,
.card-preloader {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 30, 37, 0.9);
  z-index: 1040;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 0 4rem rgba(15, 156, 230, 0.45); }
  #iot-preloader-relative .center-preloader,
  .card-preloader .center-preloader {
    height: 100%;
    vertical-align: middle; }
    #iot-preloader-relative .center-preloader .spinners,
    .card-preloader .center-preloader .spinners {
      width: 60px;
      height: 60px;
      margin: 0 auto; }
      #iot-preloader-relative .center-preloader .spinners .spinner01,
      .card-preloader .center-preloader .spinners .spinner01 {
        border: 5px solid rgba(15, 156, 230, 0.9);
        opacity: .9;
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-radius: 50%;
        box-shadow: 0 0 35px rgba(15, 156, 230, 0.45);
        width: 50px;
        height: 50px;
        margin: 0 auto;
        will-change: transform, opacity;
        -webkit-animation: spinPulse 1s infinite ease-in-out;
                animation: spinPulse 1s infinite ease-in-out; }
      #iot-preloader-relative .center-preloader .spinners .spinner02,
      .card-preloader .center-preloader .spinners .spinner02 {
        border: 5px solid rgba(15, 156, 230, 0.9);
        opacity: .9;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(15, 156, 230, 0.45);
        width: 30px;
        height: 30px;
        margin: 0 auto;
        position: relative;
        top: -40px;
        will-change: transform;
        -webkit-animation: spinoffPulse 1s infinite linear;
                animation: spinoffPulse 1s infinite linear; }


/*Rotating fan*/

.rotate {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 200ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Activiteiten knoppen rij */
.activityLocationContainer {
  max-width: 100%;
  height: 65px;
  overflow: hidden;
}

.activityLocationWrapper {
  max-width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.activityLocationSlide {
  max-width: 100%;
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  align-content: center;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activityWrapper {
  width: 100%;
  max-width: 280px;
  height: 65px;
  display: flex;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
}

.activityRow{
    width: fit-content;
    height: 65px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 4px;
}

.activityWrapper::-webkit-scrollbar {
  display: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.activityRow::-webkit-scrollbar {
  display: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Locatie canvas */
.locationCanvas {
  position: relative;
  top: 10px;
  max-height: 154px;
  overflow-y: scroll;
  justify-content: center;
  display:inline-block;
}

.locationCanvas::-webkit-scrollbar {
  display: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Remote control */
.remoteContainer {
  width: 100%;
  max-width: 280px;
  display: flex;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
}

.remoteWrapper{
    width: fit-content;
    max-width: 100%;
    overflow: auto;
    display: flex;
    gap: 20px;
}

.remoteWrapper::-webkit-scrollbar {
  display: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.buttonCanvas {
  width: 280px;
  padding-right: 10px;
  display: inline-block;
}

.remoteContainer::-webkit-scrollbar {
  display: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.buttonHolder {
  height: 65px;
  width: 65px;
  display: inline-block;
}
.longButtonHolder {
  height: 130px;
  width: 65px;
  margin-right: 15px;
  display: inline-block;
}

.remoteRoundButton {
  height: 50px;
  width: 50px;
  color: #0f9ce6;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
  border: 1px solid rgba(15, 156, 230, 0.5);
  background-color: rgba(15, 156, 230, 0.25);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.25), 0 0 12px rgba(15, 156, 230, 0.15);
}

.remoteSquareButton {
  height: 50px;
  width: 50px;
  color: #0f9ce6;
  border-radius: 4px;
  text-align: center;
  align-content: center;
  display: inline-block;
  overflow: hidden;
  border: 1px solid rgba(15, 156, 230, 0.5);
  background-color: rgba(15, 156, 230, 0.25);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.25), 0 0 12px rgba(15, 156, 230, 0.15);
}

.remoteRoundButton:hover,.remoteRoundButton:active, .remoteRoundButton:focus {
  border: 1px solid rgba(15, 156, 230, 0.75);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.45), 0 0 16px rgba(15, 156, 230, 0.45);
  background-color: rgba(15, 156, 230, 0.25);
  color: #aee0fa;
  cursor: pointer;
}
.remoteRoundButton:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #aee0fa;
  background-color: rgba(15, 156, 230, 0.25);
  border: 1px solid rgba(15, 156, 230, 0.8);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(15, 156, 230, 0.5);
}

.remoteRoundButton.selected {
  color: #aee0fa;
  background-color: #36b1f2;
  border: 1px solid #36b1f2;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(15, 156, 230, 0.75);
}

.remoteRoundButton.disabled {
  display: none;
}

.remoteRoundButtonIcon {
  color: #1097e6;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 0px;
}

.remoteRoundButtonIcon:hover,.remoteRoundButtonIcon:active, .remoteRoundButtonIcon:focus {
  color: #aee0fa;
  cursor: pointer;
}

.remoteLongButton {
  position: relative;
  height: 100px;
  width: 50px;
  color: #0f9ce6;
  border-radius: 25px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  border: 1px solid rgba(15, 156, 230, 0.5);
  background-color: rgba(15, 156, 230, 0.25);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.25), 0 0 12px rgba(15, 156, 230, 0.15);
}
.remoteLongButtonText {
  position: absolute;
  width: 50px;
  top: 41px;
  font-size: 12px;
  text-align: center;
  align-content: center;
}
.remoteUpperLongButton {
  position: absolute;
  top: 0px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
}
.remoteUpperLongButton:hover,.remoteUpperLongButton:active, .remoteUpperLongButton:focus {
  border: 1px solid rgba(15, 156, 230, 0.75);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.45), 0 0 16px rgba(15, 156, 230, 0.45);
  background-color: rgba(15, 156, 230, 0.25);
  color: #aee0fa;
  cursor: pointer;
}
.remoteUpperLongButton:not([disabled]):not(.disabled):active, .remoteUpperLongButton:not([disabled]):not(.disabled).active, .show > .remoteUpperLongButton.dropdown-toggle {
  color: #aee0fa;
  background-color: rgba(15, 156, 230, 0.25);
  border: 1px solid rgba(15, 156, 230, 0.8);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(15, 156, 230, 0.5);
}
.remoteLowerLongButton {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
}
.remoteLowerLongButton:hover,.remoteLowerLongButton:active, .remoteLowerLongButton:focus {
  border: 1px solid rgba(15, 156, 230, 0.75);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.45), 0 0 16px rgba(15, 156, 230, 0.45);
  background-color: rgba(15, 156, 230, 0.25);
  color: #aee0fa;
  cursor: pointer;
}
.remoteLowerLongButton:not([disabled]):not(.disabled):active, .remoteLowerLongButton:not([disabled]):not(.disabled).active, .show > .remoteLowerLongButton.dropdown-toggle {
  color: #aee0fa;
  background-color: rgba(15, 156, 230, 0.25);
  border: 1px solid rgba(15, 156, 230, 0.8);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(15, 156, 230, 0.5);
}


.remoteSquareButton.noBottomText {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.remoteSquareButton.bottomText {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.remoteSquareButton:hover,.remoteSquareButton:active, .remoteSquareButton:focus {
  border: 1px solid rgba(15, 156, 230, 0.75);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.45), 0 0 16px rgba(15, 156, 230, 0.45);
  background-color: rgba(15, 156, 230, 0.25);
  color: #aee0fa;
  cursor: pointer;
}
.remoteSquareButton:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #aee0fa;
  background-color: rgba(15, 156, 230, 0.25);
  border: 1px solid rgba(15, 156, 230, 0.8);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(15, 156, 230, 0.5);
  cursor: pointer;
}

.remoteSquareButton.selected {
  color: #aee0fa;
  background-color: #36b1f2;
  border: 1px solid #36b1f2;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(15, 156, 230, 0.75);
}

.remoteSquareButton.active {
  color: #aee0fa;
  background-color: rgba(59, 204, 16, 0.45);
  border: 1px solid rgba(59, 204, 16, 0.5);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(76, 238, 27, 0.75);
}

.remoteSquareButton.warning {
  color: #aee0fa;
  background-color: #c5d01d;
  border: 1px solid #c5d01d;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(216, 227, 40, 0.75);
}

.remoteSquareButton.error {
  color: #aee0fa;
  background-color: #f62e3c;
  border: 1px solid #f62e3c;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(246, 46, 60, 0.75);
}

.remoteSquareButton.disabled {
  color: #aee0fa;
  background-color: #8e32de;
  border: 1px solid #8e32de;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(142, 50, 222, 0.75);
}


.remoteSquareButtonIcon {
  width: 35px;
  height: 35px;
}

.remoteSquareButtonIconLarge {
  width: 48px;
  height: 48px;
}

.remoteSquareButtonBackground {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 4px;
}

.remoteRectButton {
  display: inline-block;
  height: 25px;
  width: 50px;
  color: #0f9ce6;
  border-radius: 3px;
  text-align: center;
  align-content: center;
  border: 1px solid rgba(15, 156, 230, 0.5);
  background-color: rgba(15, 156, 230, 0.25);
  margin: 10px;
  box-shadow: inset 0 0 6px rgba(15, 156, 230, 0.25), 0 0 6px rgba(15, 156, 230, 0.15);
}

.remoteRectButton:hover,.remoteRectButton:active, .remoteRectButton:focus {
  border: 1px solid rgba(15, 156, 230, 0.75);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.45), 0 0 16px rgba(15, 156, 230, 0.45);
  background-color: rgba(15, 156, 230, 0.25);
  color: #aee0fa;
  cursor: pointer;
}
.remoteRectButton:not([disabled]):not(.disabled):active, .remoteRectButton:not([disabled]):not(.disabled).active, .show > .remoteRectButton.dropdown-toggle {
  color: #aee0fa;
  background-color: rgba(15, 156, 230, 0.25);
  border: 1px solid rgba(15, 156, 230, 0.8);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(15, 156, 230, 0.5);
  cursor: pointer;
}

.remoteRoundButtonText {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 25px;
  overflow: hidden;
}

.remoteRectButtonText {
   margin-top:2px;
   font-size: 12px;
}

.remoteSquareButtonBottomText {
  text-align:center;
  font-size: 10px;
}

.remoteSquareButtonWithText {
  z-index: 1;
  display: inline-block;
}

.buttonRow {
  justify-content: center;
  overflow: hidden;
}

.locationWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.buttonColumn {
  max-width: 25%;
  height: 100%;
  float: left;
}

/* Tabel button */
.tableButton {
  position: relative;
  top: -2px;
  height: 20px;
  width: 20px;
}

/* dataTables aanvulling */

.inHeaderSearch {
   position: relative;
   top: -15px;
}

.noSearch {
   position: relative;
   top: -18px;
}

/* MultiMedia Wrapper */

.mediaInfoIcon {
  vertical-align:top;
}

.mediaInfoContainer {
  max-width: 100%;
  height: 55px;
  overflow: hidden;
}

.mediaInfoWrapper {
  max-width: 100%;
  height: 55px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.mediaInfoSlide {
  max-width: 100%;
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  align-content: center;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.multiMediaContainer {
  min-width: 100%;
  height: 420px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.multiMediaWrapper {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  transition: transform 0.3s ease;
}

.multiMediaSlide {
  min-width: 100%;
  min-height: 100%;
  border-radius: 5px;
  flex: 0 0 100%;
}

/*MultiMedia Info */
.mediaHeader {
  width: 100%;
  height: 70px;
  text-align: left;
  margin-bottom: 5px;
}
.mediaLogoContainer {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #194a67;
  border-radius: 5px;
  vertical-align:top;
  align-content: center;
}
.mediaLogo {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 5px;
}

.mediaLogo:hover,.mediaLogo-peet:active, .mediaLogo-peet:focus {
  cursor: pointer;
}

.mediaInfo {
  display: inline-block;
  max-width:calc(100% - 70px);
  text-align: left;
  vertical-align:top;
  margin-left: 5px;
  text-wrap: wrap;
}

.mediaTitle {
  position: relative;
  top: -8px;
  max-width:100%;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #0f9ce6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 25px;
}

.mediaSubTitle {
  position: relative;
  top: -6px;
  height: 30px;
  max-width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mediaTime {
  position: relative;
  top: -5px;
  height: 10px;
  max-width: 100%;
  overflow: hidden;
  font-size: 9px;
  text-align: left;
}

.mediaProgress {
  position: relative;
  top: -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #161e25;
  border-radius: 0;
  box-shadow: none;
  margin-top: 8px;
}

.mediaExtraInfo {
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
  padding: 2px;
  border-radius: 5px;
  text-align: justify;
  text-justify: inter-word;
  overflow: hidden;
  font-size: 11px;
  text-align: left;
  display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.mediaHistoryContainer {
  width: 100%;
  height: 220px;
  overflow-y: scroll;
  text-align: left;
}

.mediaHistoryContainer::-webkit-scrollbar {
  display: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.mediaHistoryRow {
  width: 100%;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mediaHistoryArtContainer {
  display: inline-block;
  background-color: #194a67;
  border-radius: 5px;
  vertical-align:top;
}

.mediaHistoryArt {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 5px;
}

.mediaHistoryArt:hover,.mediaHistoryArt:active, .mediaHistoryArt:focus {
  cursor: pointer;
}

.mediaHistoryTrackInfo {
  display: inline-block;
  width: calc(100% - 130px);
  text-align: left;
  vertical-align:top;
  margin-left: 8px;
  text-wrap: wrap;
}

.mediaHistoryArtist {
  position: relative;
  top: -3px;
  width: 100%;
  max-height: 30px;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #0f9ce6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mediaHistoryTitle {
  position: relative;
  top: -5px;
  width: 100%
  max-height: 40px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mediaHistoryTrackTime {
  float: right;
  width: 50px;
}

.mediaHistoryTimeInfo {
  width: 25px;
  float: right;
}

.mediaHistoryFavorite {
  width: 25px;
  position: relative;
  top: 12px;
}

.mediaHistoryTime {
  display: none;
  float: right;
  width: 25px;
  text-align: center;
  font-size: 9px;
}



.mediaHistoryLogo {
  width: 25px;
  height: 25px;
  margin-top: 4px;
  border-radius: 2px;
  float: right;
  vertical-align:bottom;
}

.nowPlayingEqualizer {
  display: block;
  float: right;
  width: 25px;
  height: 15px;
}

.mediaLoader {
  position: relative;
  height: 50px;
  width: 50px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#38b2f2 50px, transparent 0),
                    linear-gradient(#38b2f2 50px, transparent 0),
                    linear-gradient(#38b2f2 50px, transparent 0),
                    linear-gradient(#38b2f2 50px, transparent 0),
                    linear-gradient(#38b2f2 50px, transparent 0),
                    linear-gradient(#38b2f2 50px, transparent 0);
  background-position: 0px center, 8px center, 16px center, 24px center, 32px center, 40px center, 48px center;
  animation: rikSpikeRoll 1.2s linear infinite alternate;
}
@keyframes rikSpikeRoll {
  0% { background-size: 5px 3px; border-radius: 3px;}
  16% { background-size: 5px 50px, 5px 3px, 5px 3px, 5px 3px, 5px 3px, 5px 3px; border-radius: 3px;}
  33% { background-size: 5px 30px, 5px 50px, 5px 3px, 5px 3px, 5px 3px, 5px 3px; border-radius: 3px;}
  50% { background-size: 5px 10px, 5px 30px, 5px 50px, 5px 3px, 5px 3px, 5px 3px; border-radius: 3px;}
  66% { background-size: 5px 3px, 5px 5px, 5px 30px, 5px 50px, 5px 3px, 5px 3px; border-radius: 3px;}
  83% { background-size: 5px 3px, 5px 3px, 5px 10px, 5px 30px, 5px 50px, 5px 3px; border-radius: 3px;}
  100% { background-size: 5px 3px, 5px 3px, 5px 3px,  5px 10px, 5px 30px, 5px 50px; border-radius: 3px;}
}

.hide{
  display: none;
}

.show{
  display: block;
}

/* Favoriet selectie */

.favoriteSelectRow {
  width: 100%;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 2px;
}

.favoriteSelectRow:hover {
  cursor: pointer;
  background-color: #0973ab;
}

.favoriteRowSelected {
  background-color: #36b1f2;
}

.favoriteSelectArtContainer {
  display: inline-block;
  background-color: #194a67;
  border-radius: 5px;
  vertical-align:top;
}

.favoriteSelectArt {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 5px;
}

.favoriteSelectTrackInfo {
  display: inline-block;
  width: calc(100% - 130px);
  text-align: left;
  vertical-align:top;
  margin-left: 8px;
  text-wrap: wrap;
}

.favoriteSelectArtist {
  position: relative;
  top: -3px;
  width: 100%;
  max-height: 30px;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #0f9ce6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.favoriteSelectTitle {
  position: relative;
  top: -5px;
  width: 100%
  max-height: 40px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Favoriet Toast Message */
.mediaToastRow {
  width: 100%;
  display: inline-block;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mediaToastArtContainer {
  display: inline-block;
  border-radius: 5px;
  vertical-align:top;
}

.mediaToastArt {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 5px;
}

.mediaToastInfo {
  display: inline-block;
  width: calc(100% - 100px);
  text-align: left;
  vertical-align:top;
  margin-left: 8px;
  text-wrap: wrap;
}

.mediaToastHeading {
  position: relative;
  top: -3px;
  width: 100%;
  max-height: 30px;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #0f9ce6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.success {
  color: #499DE4;
}

.mediaToastTitle {
  position: relative;
  top: -5px;
  width: 100%
  max-height: 40px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* TV en Radio Gids */

.scheduleDaySelect {
  position: relative;
  float: right;
  inline-block;
  margin-right: 26px;
  z-index: 100;
}

/* Radio Station Tabel */

.radioStationNameCell {
  max-width: 170px;
  min-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tvChannelLogoColumn {
  max-width: 45px;
}


.radioStationLogoColumn {
  max-width: 40px;
}
.tvChannelLogoCell {
  width: 45px;
  max-width: 45px;
  height: 41px;
  min-height: 41px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border-radius:4px;
  margin-left: 2px;
  margin-right: 2px;
  left: -4px;
}

.radioStationLogoCell {
  width: 37px;
  max-width: 37px;
  height: 37px;
  min-height: 37px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border-radius:4px;
  margin: 2px;
  left: -4px;
}


/* Voertuig canvas */
.vehicleCanvas {
  position: relative;
  top: 10px;
  max-height: 154px;
  overflow-y: scroll;
  justify-content: center;
  display:inline-block;
}

.vehicleCanvas::-webkit-scrollbar {
  display: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.vehicleWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Vehicle Info Wrapper */

.vehicleInfoIcon {
  vertical-align:top;
}

.vehicleInfoContainer {
  max-width: 100%;
  height: 55px;
  overflow: hidden;
}

.vehicleInfoWrapper {
  max-width: 100%;
  height: 55px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.vehicleInfoSlide {
  max-width: 100%;
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  align-content: center;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vehicleContainer {
  min-width: 100%;
  height: 420px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.vehicleWrapper {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  transition: transform 0.3s ease;
}

.vehicleSlide {
  min-width: 100%;
  min-height: 100%;
  border-radius: 5px;
  flex: 0 0 100%;
}

/* Tankstation details */

.gasStationDetailsRow {
  width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.gasStationLogoContainer {
  display: inline-block;
  background-color: #194a67;
  border-radius: 5px;
  vertical-align:top;
}

.gasStationLogo {
  display: inline-block;
  height: 58px;
  width: 58px;
  border-radius: 5px;
}

.gasStationInfo {
  display: inline-block;
  float: right;
  width: calc(100% - 70px);
  text-align: left;
  vertical-align:top;
  margin-left: 8px;
  text-wrap: wrap;
}

.gasStationDescription {
  position: relative;
  top: -3px;
  width: 100%;
  max-height: 30px;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #0f9ce6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gasStationHistory {
  position: relative;
  top: -5px;
  width: 100%;
  max-height: 40px;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/*AudioPlayer*/
.audioPlayerContainer {
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.buttonActive {
  color: WHITE;
}
audio::-webkit-media-controls {
  display: none;
}

/*Font Awesome Peet */
.fa-peet {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.fa-alarm {
  color: #e62e04;
}

.fa-warning {
  color: #f9c802;
}

.fa-ok {
  color: #4bc825;
}

.fa-peet:hover,.fa-peet:active, .fa-peet:focus {
  color: #36b1f2;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.25), 0 0 12px rgba(15, 156, 230, 0.5);
  cursor: pointer;
}
  
/* Badges */
.badge {
  border-radius: .125rem;
  font-size: 11px;
  font-weight: initial;
  line-height: 1;
  padding: .375rem .5625rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }
  .badge.badge-pill {
    border-radius: 10rem; }

/*Badge variations*/
.badge-primary {
  border: 1px solid #1bdbe0;
  color: #1bdbe0; }

.badge-secondary {
  border: 1px solid #d8d8d8;
  color: #d8d8d8; }

.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
  border: 1px solid #38ce3c;
  color: #38ce3c; }

.badge-info, .preview-list .preview-item .preview-thumbnail .badge.badge-offline {
  border: 1px solid #8e32e9;
  color: #8e32e9; }

.badge-warning, .preview-list .preview-item .preview-thumbnail .badge.badge-busy {
  border: 1px solid #ffde73;
  color: #ffde73; }

.badge-danger {
  border: 1px solid #ff4d6b;
  color: #ff4d6b; }

.badge-light {
  border: 1px solid #f8f9fa;
  color: #f8f9fa; }

.badge-dark {
  border: 1px solid #3e4b5b;
  color: #3e4b5b; }

/*Badge outlined variations*/
.badge-outline-primary {
  color: #1bdbe0;
  border: 1px solid #1bdbe0; }

.badge-outline-secondary {
  color: #d8d8d8;
  border: 1px solid #d8d8d8; }

.badge-outline-success {
  color: #38ce3c;
  border: 1px solid #38ce3c; }

.badge-outline-info {
  color: #8e32e9;
  border: 1px solid #8e32e9; }

.badge-outline-warning {
  color: #ffde73;
  border: 1px solid #ffde73; }

.badge-outline-danger {
  color: #ff4d6b;
  border: 1px solid #ff4d6b; }

.badge-outline-light {
  color: #f8f9fa;
  border: 1px solid #f8f9fa; }

.badge-outline-dark {
  color: #3e4b5b;
  border: 1px solid #3e4b5b; }

td.alignright {
  text-align: right;
}

td.aligncenter {
  text-align: center;
}

th.alignright {
  text-align: right;
}

th.aligncenter {
  text-align: center;
}

.hidden {
  display: none;
}

.dataTables_paginate .active {
  border: 1px solid #194e6d;
  color: #abdcf6;
  background-color: rgba(8, 117, 174);
  border-radius: 2px;
}

.page-link{
  color: #abdcf6;
}

.form-group.hide {
  display: none;
}

progress[value] {
  --color: #0f9ce6; /* the progress color */
  --background: #194a67; /* the background color */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 5px;
  border-radius: 2px;
    background: var(--background);
}
progress[value]::-webkit-progress-bar {
  border-radius: 2px;
  background: var(--background);
}
progress[value]::-webkit-progress-value {
  border-radius: 2px;
  background: var(--color);
}

/* Tabel regels even en oneven verschillende kleuren */

table.basicTable th, td { 
  padding-left: 5px;
  padding-right: 5px;
}

table.basicTable th {
  background-color: #1d2e3b;
}
  
table.basicTable tr:nth-child(odd) { 
  background-color: #163649; 
} 

table.basicTable tr:nth-child(even) { 
  background-color: #1d2e3b; 
} 


/* Round slider formatering */
.rs-control .rs-range-color {
    background-color: #54BBE0;
}
.rs-control .rs-path-color {
    background-color: #13567c;
}
.rs-control .rs-handle {
    background-color: #0f9ce6;
}
.rs-control .rs-bg-color {
    background-color: #1d2e3b;
}

/* Datepicker classes */

.monthPickerHolder {
  position: relative;
  display: none;
  z-index: 9000;
}

.datePickerHolder {
  position: relative;
  display: none;
  z-index: 9000;
}

/* Stationinfo */
.showStationInfo {
  display: block;
}

.hideStationInfo {
  display: none;
}

/* Circle loader */
.circle-loader {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.circle-loader:before, .circle-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #0f9ce6; }

.circle-loader:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite; }

.circle-loader:after {
  border: 5px solid #1e2832; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Heart Loader */
@keyframes beating {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.heart-loader {
    position: relative;
    left: 2px;
    top: 0px;
    width: 12px;
    height: 12px;
    display: flex;
    align-content: center;
    animation: beating 1s infinite;
}

.heart-loader::before,
.heart-loader::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 6px;
    height: 10px;
    border-radius: 6px 6px 0 0;
    background: #b8e0F9;
}

.heart-loader::before{
    left: 6px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

.heart-loader::after{
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}


.loader-xs {
  width: 12px;
  height: 12px;
}

.loader-sm {
  width: 25px;
  height: 25px;
}

.loader-md {
  width: 50px;
  height: 50px;
}

.loader-lg {
  width: 75px;
  height: 75px;
}

/* SVG Icons */

/* Animated Equalizer */
.equalizer {
  position: relative;
  float: left;
}

.eq-bar1 {
  animation: eq-bar1 1.2s infinite linear;
}

.eq-bar2 {
  animation: eq-bar2 0.8s infinite linear;
}

.eq-bar3 {
  animation: eq-bar3 1s infinite linear;
}

.eq-bar4 {
  animation: eq-bar4 0.7s infinite linear;
}

@keyframes eq-bar1 {
  0% {
    height: 2px;
  }
  50% {
    height: 7px;
  }
  100% {
    height: 2px;
  }
}

@keyframes eq-bar2 {
  0% {
    height: 5px;
  }
  40% {
    height: 1px;
  }
  80% {
    height: 7px;
  }
  100% {
    height: 5px;
  }
}

@keyframes eq-bar3 {
  0% {
    height: 7px;
  }
  50% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}

@keyframes eq-bar4 {
  0% {
    height: 2px;
  }
  50% {
    height: 7px;
  }
  100% {
    height: 2px;
  }
}

/* Scroller */
@keyframes scroller {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(0%, 0, 0);
  }
  80%,
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
.scroller {
  float: left;
  width: calc(100vw - 350px);
  animation: scroller 30s linear infinite;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  backface-visibility:hidden;
 }
.scroller li {
  display: inline-block;
  font-size: 17px;
  width: 100%;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

span.scroll-more {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px;
}

.scroller-wrap{
  position: relative;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  overflow:hidden;
}

.tickerIcon {
  float: left;
  display: block;
  padding: 1px;
  height: 22px;
  width: 22px;
  margin-right: 7px;
  border-radius: 3px;
  background-color: #FFFFFF;
}

/* Logbok tabellen */

.logbookTableContainer {
  max-width: 100%;
  overflow: hidden;
}

.logbookTableWrapper {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  height: 380px;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.logbookTableSlide {
  max-width: 100%;
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  align-content: center;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


 
