﻿@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf");
  font-weight: normal;
}
/*#region Color constants*/
/*#endregion Color constants*/
.tc-warning {
  color: #ff9f40 !important;
}

.k-svg-icon.k-svg-i-filter {
  color: white;
}

.tc-error {
  color: #ff5370 !important;
}

.tc-success {
  color: #22af47;
}

.tc-info {
  color: #1ea6ec;
}

.k-button-solid-primary {
  background-color: #103564;
  border-color: #103564;
}

/*#region Table*/
.dataTable > thead > tr > th {
  background-color: #103564;
  color: white;
}

.inactive > td {
  color: red;
}

/*#endregion Table*/
/*#region  Sticky footer styles */
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/*#region IndexAdaptive */
.custom-filter {
  display: flex;
  margin-bottom: 15px;
  margin: 0 auto;
  cursor: pointer;
}

.custom-filter > div {
  padding: 8px;
  margin-bottom: 10px;
  text-align: center !important;
}

.custom-filter > div:hover {
  background-color: #028fbc;
  color: white;
  font-weight: 600;
  border-radius: 0.375rem;
}

.custom-filter-selected {
  background-color: #103564;
  color: white;
  font-weight: 600;
  border-radius: 0.375rem;
}

.custom-filter > div > span {
  display: block;
}

.min-h-250 {
  min-height: 250px;
}

.unit-buttons {
  margin-bottom: 10px;
}

/*#endregion IndexAdaptive */
/*#region Availability calendar - IndexAdaptive*/
.ac-input {
  margin-bottom: 0px !important;
  border: none;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  height: 50px;
}

.form-group {
  position: relative;
}

.form-group > i {
  position: absolute;
  top: 17px;
  right: 30px;
  color: #898989;
}

.custom-scrollbar {
  transition-duration: 0.5s !important;
}

.availability-calendar-container {
  height: 500px;
  position: absolute;
  width: 94%;
  top: -500px;
  background-color: white;
  border: 1px solid #808080;
  border-radius: 8px;
  padding-bottom: 10px;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .availability-calendar-container {
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: white;
    border: 1px solid #808080;
    padding: 0;
    z-index: 100;
  }
}
.availability-calendar {
  width: 100%;
}

.ac-month {
  color: #4466f2;
  padding-top: 15px;
}

.ac-day {
  font-size: 14px;
  height: 35px;
  border: 1px solid white;
  border-radius: 6px;
}

.ac-day-title {
  font-size: 0.8em;
  color: #FF9A19;
}

.day-hover-start:hover {
  background: none;
  background-color: #5cc4ef;
  cursor: pointer;
}

.day-hover-end:hover {
  background: none;
  background-color: #5cc4ef;
  cursor: pointer;
}

.day-active {
  background: none !important;
  background-color: #5cc4ef !important;
  color: white;
  font-weight: 600;
}

.day-fuckfuckfuckfuckfuuuuuuuuck {
  background-color: inherit;
}

.day-start, .day-ends {
  background-color: #4ebf6c;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

.day-white {
  background-color: lightgray;
  font-weight: 600;
}

.day-white-unselectable {
  background-color: lightgray;
  font-weight: 600;
  opacity: 0.6;
}

.day-available-unselectable {
  background-color: #4ebf6c;
  cursor: pointer;
  font-weight: bold;
  color: white;
  opacity: 0.6;
}

/*#endregion Availability calendar */
/*#region Availability calendar - Reserve/Index */
.availability-grid-info > tbody > tr > td {
  text-align: left;
}

.ag-weekend {
  background-color: #e36d6d !important;
}

.ag-curr-day {
  background-color: black !important;
}

.ag-background {
  background-color: #103564;
  color: white !important;
  margin: 0px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 26px;
  border-bottom: 2px solid black;
}

.ag-background > div > span {
  font-weight: 600;
}

.availabilityGridHeader {
  background-color: #f9f9f9;
}

.availability-grid-info td, .availability-grid-info th,
.availabilityTable td, .availabilityTable th {
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  vertical-align: bottom;
  text-align: center;
}

.k-content.k-active.k-tabstrip-content {
  padding: 0;
}

/*TopPanel í framboðsgridi*/
.availabilityTable thead th {
  background: #103564;
  color: white;
}

/*footer panel í framboðsgridi*/
.availabilityTable tfoot th {
  background: #103564;
  color: white;
}

/*Sidepanel í framboðsgridi, sticky*/
.availabilityTable tbody th {
  background: #f9f9f9;
}

/*#endregion*/
/*#region Payment form*/
#payment-selections {
  border-right: 1px solid rgb(222, 226, 230);
  border-bottom: 1px solid rgb(222, 226, 230);
  border-left: 1px solid rgb(222, 226, 230);
}

.strip-number {
  margin-top: -10px !important;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/*#endregion Payment form*/
/*#region Misc */
.select2-selection {
  border: 1px solid #ced4da !important;
}

/* Fix á hæð á multiple selection*/
.select2-container--default .select2-selection--multiple {
  height: 38px;
  padding-top: 5px;
}

.select2-search__field {
  font-size: 1rem !important;
  margin-top: 2px !important;
  margin-left: 3px !important;
}

.reset-button {
  background-color: transparent;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}

/* Provide sufficient contrast against white background */
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/**/
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.list-group-item {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0 !important;
}

#sStoreQty {
  background-color: #103564;
  color: white;
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  padding-right: 6px;
  font-weight: bold;
  animation: blink 2s infinite;
}

/*#endregion Misc */
/*Style for property icons*/
.cls-1 {
  fill: #103564;
  width: 34px;
  height: 34px;
}

.ms-m-l-180 {
  margin-left: 180px;
}

[type=checkbox] {
  height: 20px;
  width: 20px;
  margin-top: 5px;
}
