﻿@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url(/fonts/OpenDyslexic/OpenDyslexic-Regular.otf);
}
/*#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: #c73634;
  border-color: #c73634;
}

/*#region Table*/
.dataTable > thead > tr > th {
  background-color: #1e61a3;
  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: #c73634;
  color: white;
  font-weight: 600;
  border-radius: 0.375rem;
}

.custom-filter-selected {
  background-color: #1e61a3;
  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: #1e61a3;
  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;
}

.k-content.k-active.k-tabstrip-content {
  padding: 0;
}

/*TopPanel í framboðsgridi*/
.availabilityTable thead th {
  background: #1e61a3;
  color: white;
}

/*footer panel í framboðsgridi*/
.availabilityTable tfoot th {
  background: #1e61a3;
  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: #1e61a3;
  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: #1e61a3;
  width: 34px;
  height: 34px;
}

.ms-m-l-180 {
  margin-left: 180px;
}

[type=checkbox] {
  height: 20px;
  width: 20px;
  margin-top: 5px;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a {
  color: #1e61a3;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #c73634;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-header {
  color: #1e61a3;
}

/* Kjölur does not want stop have any Uppercased words, so we override these styles */
.card .card-header h5 {
  text-transform: capitalize !important;
}

.page-wrapper .page-body-wrapper .page-header .row h3 {
  text-transform: capitalize !important;
}

.mega-menu .title {
  text-transform: capitalize !important;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-user h6 {
  text-transform: capitalize !important;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-user p {
  text-transform: capitalize !important;
}

.icon-hover-bottom .icon-title {
  text-transform: capitalize !important;
}

.email-wrap .email-app-sidebar .main-menu > li a {
  text-transform: capitalize !important;
}

.mega-inline .mega-title-badge {
  text-transform: capitalize !important;
}

.mega-vertical .mega-title-badge {
  text-transform: capitalize !important;
}

.mega-horizontal .mega-title-badge {
  text-transform: capitalize !important;
}

.user-profile .hovercard .info .title a {
  text-transform: capitalize !important;
}

.user-profile .hovercard .info .desc {
  text-transform: capitalize !important;
}

.comingsoon .comingsoon-inner .countdown .title {
  text-transform: capitalize !important;
}

.comingsoon .comingsoon-inner .countdown ul li {
  text-transform: capitalize !important;
}

.product-box .product-details h6 {
  text-transform: capitalize !important;
}

.product-page-details h4 {
  text-transform: capitalize !important;
}

.product-page-main .nav-link {
  text-transform: capitalize !important;
}

.pricing-block .pricing-inner h3 {
  text-transform: capitalize !important;
}

.admin-options .live-demo-btn a {
  text-transform: capitalize !important;
}

.updates-features h6 {
  text-transform: capitalize !important;
}

.footer-bg h2 {
  text-transform: capitalize !important;
}

.footer-bg button {
  text-transform: capitalize !important;
}

.btn-md {
  text-transform: capitalize !important;
}

.comment-box .comment-social li {
  text-transform: capitalize !important;
}

.search-page .nav-link {
  text-transform: capitalize !important;
}

.daterangepicker th.month, .daterangepicker td.month {
  text-transform: capitalize !important;
}

.customizer-contain h6 {
  text-transform: capitalize !important;
}

.customizer-contain .customizer-header h5 {
  text-transform: capitalize !important;
}

.document.page-wrapper .page-main-header .document-right-nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: capitalize !important;
}

.document .page-sidebar h4 {
  text-transform: capitalize !important;
}

.document-content .reviews h1 {
  text-transform: capitalize !important;
}

.ProfileCard-stat {
  text-transform: capitalize !important;
}

.button-builder .colorpicker-hex input {
  text-transform: capitalize !important;
}

.progress-media .media .media-body h5 {
  text-transform: capitalize !important;
}

.social-widget-card span {
  text-transform: capitalize !important;
}

.social-widget-card h5 {
  text-transform: capitalize !important;
}

.number-widgets .media .media-body h6 {
  text-transform: capitalize !important;
}

.feather-main .media-body h6 {
  text-transform: capitalize !important;
}

.ranker h6 {
  text-transform: capitalize !important;
}

.card-gradient .knob-header h5 {
  text-transform: capitalize !important;
}
