/* Material Icons */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Material-Icons.woff2") format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* overrides */

html {
  height: 100%;
  overflow: hidden;
}

body{
	display: flex;
    height: 100%;
    flex-direction: column;
}

.custom-table td{
	padding: 10px !important;
}

.custom-sidebar {
  height: 100%;
}

.content-window{
	flex-direction: row-reverse;
	overflow: auto;
	height:100%;
}

.custom-hr{
    border: 1px solid gray;
    width: 90%;
    margin: 1rem auto;
}

.dataTables_filter{
	margin-bottom: 20px;
}

.dataTables_filter input,
.dataTables_length select{
	border-radius: 2px;
    border-color: rgba(0,0,0,.15);
    color: #373737;
    padding: 1px 8px !important;
	line-height: 2;
    height: 30px;
    border-radius: 2px !important;
    border: 1px solid #8c8f94 !important;
    background-color: #fff !important;
	margin-left: 10px !important;
}

.dataTables_paginate a{
	color: #2271b1 !important;
    border-color: #2271b1 !important;
    background: #f6f7f7 !important;
	font-size: 12px;
    text-align: center !important;
	display: inline-block !important;
    min-width: 30px !important;
    min-height: 30px;
}

.dataTables_paginate a:hover{
	color: #2271b1 !important;
    border-color: #2271b1 !important;
    background: #f6f7f7 !important;
}

.dataTables_paginate .current{
	border-width: 2px !important;
}

ul{
	list-style-type: none;
}

/* Body */

body {
  background-color: #f0f0f1;
  height: 100%;
}

/* Topbar */

.navbar {
  background-color: #1d2327;
}

.navbar-brand {
  margin-left: 1.5rem;
}

/* Sidebar */
.custom-sidebar {
  background-color: #1d2327;
  width: 10%;
}

.sub-nav-list {
  font-size: 14px;
  position: relative;
  display: flex;
  color: #f0f0f1;
  text-decoration: none;
  padding: 0.5rem;
}

.sub-nav-list[aria-expanded="true"] {
  background-color: #0a58ca;
  color: #f0f0f1;
}

.sub-nav-list .material-icons {
  color: #a7aaad;
}

.sub-nav-list:hover,
.sub-nav-menu-item:hover {
  color: #72aee6;
}

.sub-nav-list-items {
  display: flex;
  flex-direction: column;
}

.sub-nav-list span {
  padding: 0 1rem 0 0.5rem;
}

.sub-nav-menu {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  background-color: #2c3338;
}

.sub-nav-menu-item {
  font-size: 14px;
  margin: 0.5rem 0;
  color: #f0f0f1;
  text-decoration: none;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.collap {
  background-color: #fbfbfb;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.clickable{
	cursor: pointer;
}

/* Content window*/

.main-panel {
  overflow: auto;
  width:100%;
  background-color: #f0f0f1;
}

.content {
  margin: 20px;
}

.custom-table {
  font-size: 14px;
  width: 100%;
}

.content-title {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 1.3;
  color: #1d2327;
  display: inline-block;
  margin-right: 5px;
}

.custom-button {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: normal;
  min-height: 30px;
  margin: 0;
  padding: 4px 8px;
  cursor: pointer;
  border: 1px solid #2271b1;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}



.buttonVar1 {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  margin-right: 4px;
  position: relative;
  font-weight: 600;
}

.buttonVar1:hover {
  color: #fff;
}

.buttonVar2 {
  background: #f6f7f7;
  color: #2271b1;
  text-decoration: none;
  text-shadow: none;
  margin-right: 4px;
  position: relative;
  font-weight: 600;
}

.buttonVar3 {
  background: transparent;
  border: none;
  color: #2271b1;
  text-decoration: none;
  text-shadow: none;
  margin-right: 4px;
  position: relative;
  font-weight: 600;
}

/* tables */

.dataTables_length label {
  display: flex;
  align-items: center;
}

.dataTables_length select {
  margin: 0 0.5rem;
}

.paginate_button {
}

/* Forms */

.form-50{
	width: 50%;
}

.form-flex{
	display: flex;
    align-items: baseline;
    margin-right: 2rem;
}

.form-flex label{
	margin-right: .5rem;
}

.custom-label {
  color: #1d2327;
  font-weight: 400;
  text-shadow: none;
  vertical-align: baseline;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

.custom-label-second {
  color: #1d2327;
  font-weight: 400;
  text-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px !important;
  line-height: 1.4em;
}
.custom-input-field {
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  color: #373737;
  padding: 1px 8px;
}
.custom-input-field-second {
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  color: #373737;
  padding: 1px 8px;
}

.custom-div {
  display: flex;
  align-items: center;
}
.custom-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-shadow: none;
  color: #1d2327;
}
.custom-title-second {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  color: #1d2327;
}
.custom-container {
  margin-left: 0 !important;
}
.custom-row {
  flex-direction: column !important;
}
.custom-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom-checkbox {
  border: 1px solid #8c8f94;
  border-radius: 4px;
  background: #fff;
  color: #50575e;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -0.25rem 0.25rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  transition: 0.05s border-color ease-in-out;
}

input[type="checkbox"]:checked::before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);
  margin: 0 -0.35rem;
  height: 1.3125rem;
  width: 1.3125rem;
}

.button-box {
  margin-top: 1.5rem;
}

.optionBox{
	border: 1px solid #8c8f94;
	padding: 1rem;
	display: flex;
	margin-bottom: 1.5rem;
	position: relative;
	border-radius: 3px;
	flex-direction: column;
}

.options-title{
	position: absolute;
    top: -0.7rem;
    background: #f0f0f1;
    padding: 0 0.5rem;
    left: 1rem;
	color: #1d2327;
    font-weight: 400;
    text-shadow: none;
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

.options-title-modal{
	position: absolute;
    top: -0.7rem;
    background: #fff;
    padding: 0 0.5rem;
    left: 1rem;
	color: #1d2327;
    font-weight: 400;
    text-shadow: none;
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

.col-sm-10.custom-div.no-flex {
  display: block;
}
.CSV-custom{
  display: block;
}
.csv-name {
  text-align: right;
  width: 94%;
  font-size: 10px;
  font-family: "Courier New";
}
a.link {text-decoration: none;line-height: 20px;display: flex; margin-top: 1rem;}
a.link i {
    margin-right: 10px;

}



/* ------- Tabs Style ------------ */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab span {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabdescription {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

span.tabdescriptionlinks.active {
    font-weight: bold;
}

span.tabcontentlinks.active {
    font-weight: bold;
}

/*-------------------------------*/

/* Misc */

.categories-flex {
  display: flex;
}

.categories-flex-div {
  width: 45%;
  margin: 0 auto;
}
.reviews-flex {
  display: flex;
}

.reviews-flex-div {
  width: 45%;
  margin: 0 auto;
}

.products-flex {
  display: flex;
}

.products-flex-div {
  width: 45%;
  margin: 0 auto;
}

.thumbnail-img,
.fileinput-preview  img{
  width: 450px;
}

.product-image-block{
	margin: .5rem;
	display: inline-block;
	text-align: center;
}

.products-img{
	width: 250px;
    border: 1px solid #c3c4c7;
    height: 250px;
    object-fit: contain;
}

#file-upload {
  display: none;
}

.custom-file-upload {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: normal;
  min-height: 30px;
  margin: 0;
  padding: 4px 8px;
  cursor: pointer;
  border: 1px solid #2271b1;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  background: #f6f7f7;
  color: #2271b1;
  text-decoration: none;
  text-shadow: none;
  margin-left: 4px;
  position: relative;
  font-weight: 600;
}

.fileinput-exists .thumbnail {
  display: none;
}

.hidden {
  display: none !important;
}

#map {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 70px;
}

.places-buttons .btn {
  margin-bottom: 30px;
}

.space-70 {
  height: 70px;
  display: block;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
}

.tim-typo .tim-note {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

.tim-row {
  padding-top: 50px;
}

.tim-row h3 {
  margin-top: 0;
}

a.btn.btn-full-width {
  width: 100%;
}
a.btn.btn-w250 {
  min-width: 200px;
}

div.offer-image-overlay {
  width: auto;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-top: -56px;
  border-radius: 5px 5px 0px 0px;
  margin-left: -5px;
  margin-right: -5px;
  border: 1px solid silver;
  margin-bottom: 20px;
}

.full-width {
  min-width: 300px !important;
  width: 100% !important;
}
.easy-autocomplete-container {
  min-width: 300px !important;
  width: 100% !important;
}
.select2-container {
  /* min-width: 300px !important; */
  width: 100% !important;
}
span.select2-selection.select2-selection--multiple {
  border: 0px !important;
  border-bottom: 1px solid grey !important;
  border-radius: 0px !important;
}

div.location-helper {
  background-color: lightblue;
}

input#category {
  border: 0px;
  border-bottom: 1px solid grey;
}

#map {
  height: 450px;
}

.space-left {
  margin-left: 50px;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#selecthotel {
  width: 350px;
  border-bottom: solid 1px lightgrey;
}

label.label.channel-label {
  display: block;
  line-height: 5px;
  padding: 1px;
  /* border: 1px solid grey; */
  width: auto;
}
/* redseafish INDIVIDUELL */
button.btn.btn-rose.btn-default.btn-wd.btn-lg {
  background-color: #292f58;
}

.sidebar[data-active-color="rose"] li.active > a {
  background-color: #292f58;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(41, 47, 88, 0.4);
}

.card [data-background-color="rose"] {
  background: none;
  background-color: #1d2327 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(41, 47, 88, 0.4);
}

.hidden {
  display: none;
}

i.material-icons.role-icon {
  margin: 10px;
}
i.material-icons.role-icon.role-icon-public {
  color: green;
}

i.material-icons.role-icon.role-icon-https {
  color: darkred;
}

i.material-icons.role-icon.role-icon-hourglass_full {
  color: burlywood;
}

i.material-icons.role-icon.role-icon-accessibility {
  color: orange;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}

/*@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}*/

@media (min-width: 992px) {
  .typo-line {
    padding-left: 140px;
    margin-bottom: 40px;
    position: relative;
  }
  .typo-line .category {
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
    position: absolute;
  }
}

/* Expandable div */
.example-collapsible-button {
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  padding: 0.5em;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  box-sizing: border-box;
  border: 2px solid transparent;
  outline: none;

  text-align: left;
}
.example-collapsible-button:hover,
.example-collapsible-button:focus {
  border-color: var(--theme);
  color: var(--theme);
}
.example-collapsible-button.is-open {
  background-color: var(--theme); /* You probably need to change this! */
}
.example-collapsible-button.is-open:hover,
.example-collapsible-button.is-open:focus {
  border-color: transparent;
}
.example-collapsible-button::after {
  font-size: 1.5em;
  line-height: 1;
  content: "+";
}
.example-collapsible-button.is-open::after {
  content: "–";
}
.example-collapsible-panel {
  max-height: 0;
  margin-bottom: 0.5em;
  overflow: hidden;

  transition: max-height 0.25s ease-out;
}
.example-collapsible-panel.is-open {
  /* max-height: 52em;*/
  display: contents;
}
.example-collapsible-panel-content {
  padding: 0.5em;
}

.upload-warning{
	background-color: #ffcc00;
	padding: .5rem;
	border-radius: 3px;
	width: fit-content;
}

.upload-warning p{
	font-size: 13px;
	margin: 0;
}

.input-ghost{
	border: none;
	background: transparent;
}

.cb-lang{
	margin-right: 10px;
}

.input-error{
	color: red;
}

.toggle-translation {
	float: right;
	font-size: 13px;
	font-family: "Arial";
	text-decoration: underline;
	cursor: pointer;
	margin-right: 5%;
}

ul.translated-fields-list {
	width: 95%;
}

ul.translated-fields-list.hidden {
	display: none;
}

ul.translated-fields-list span {
	display: unset;
	width: 100px;
	margin-right: 10px;
	font-family: "Courier New";
}

ul.translated-fields-list li {
	margin-bottom: 10px;
}

.helptext {
    font-size: 10px;
    text-align: right;
    padding-right: 59px;
    color: silver;
    padding-top: -99px;
}
.fieldquality {
	border: 2px dotted navy !important; 
}
.fieldquality.fieldquality-error {
	border: 2px dotted navy !important; 
}
.fieldquality.fieldquality-error {
    border: 2px solid darkred !important;
    background-color: #ff3636;
    color: white;
}
.helptext.helptext-highlight {
    color: red;
    font-size: 16px;
}

.qrcode-container{
	width: 200px;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 2px 2px 10px  #00000024;
}