﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  padding-bottom: 20px; }

body {
  background-color: #d1e9f2; }

/*.ui-widget-header{
    background-color:transparent;
    border:0;
}

.ui-widget-content{
}*/
.calendartabs .ui-tabs-nav {
  padding-left: 0; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1200px;
  background-color: white; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Stockholm Type", sans-serif;
  color: #444; }

.textAreaPlaceholderFix {
  border-right: 1px solid #ccc !important;
  -ms-border-top-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom: 0 !important;
  -ms-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.has-error .textAreaPlaceholderFix {
  border-right: 1px solid #b94a48 !important; }

@media (max-width: 768px) {
  .form-control {
    -ms-border-radius: 4px !important;
    border-radius: 4px !important; } }

.background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999; }

input:-webkit-autofill {
  -webkit-text-fill-color: #123 !important; }

input:-webkit-autofill:focus {
  -webkit-text-fill-color: #123 !important; }

input:-webkit-autofill::selection {
  -webkit-text-fill-color: #123 !important; }

input::selection {
  color: #fff !important;
  background: #ededed !important; }

textarea::selection {
  color: #fff !important;
  background: #ededed !important; }

.dim {
  z-index: 9999;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(230, 230, 230, 0.78);
  height: 100vh; }

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 -25px 0;
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  border-right: 6px solid rgba(0, 0, 0, 0.1);
  border-top: 6px solid rgba(0, 0, 0, 0.4);
  -ms-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: rot .6s infinite linear; }

@keyframes rot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.itemFocused {
  font-size: 24px !important;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in; }

.itemFocused:hover {
  cursor: pointer;
  background: transparent; }

.itemFocused:active {
  border: 0 solid transparent;
  border-radius: 5px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in; }

.noBullets {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

.myPageExtraBookingInfo {
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.k-scheduler-footer {
  display: none !important; }

.k-lg-date-format {
  margin-left: 5px; }

.k-calendar .k-content .k-link {
  padding: 0 .45em 0 .45em;
  text-align: center; }

.k-link, .k-nav-day {
  /*display: none;*/ }

.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #d3d3d3;
  background: rgba(211, 211, 211, 0.45); }

.overlayContent {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 250px; }

.input-group {
  margin-bottom: 10px; }

.win-flyout:not(.win-menu) button,
.win-flyout:not(.win-menu) input[type="button"] {
  margin-top: 16px;
  margin-left: 20px;
  float: right; }

#status {
  color: green; }

.bootstrappifyMarginRight {
  margin-right: 15px; }

.bootstrappifyMarginLeft {
  margin-left: 15px; }

.right {
  float: right; }

#showCompany {
  display: block; }

.inputWrapper {
  display: inline-block;
  width: 100%; }

.centerContents {
  position: fixed;
  top: 50%;
  width: 100%; }

.c_InfoDrop {
  line-height: 1px;
  z-index: 100003;
  background: #fde073;
  width: 100%;
  height: 45px;
  position: fixed;
  top: -46px;
  left: 0;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.c_InfoDropvsbl {
  z-index: 100003;
  background: #fde073;
  width: 100%;
  min-height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.input-group-addon {
  text-align: left; }

.container label {
  color: black; }

.book {
  background-position: 50% 50%;
  /* Sets reference point to scale from */
  background-size: 40%;
  /* Sets background image to cover entire element */
  background-repeat: no-repeat;
  height: 45px;
  min-width: 45px; }

.k-grid .k-alt td {
  background-color: #f5f5f5;
  /* specify the alternate background-color */ }

.k-grid td {
  padding: 4px !important; }

.k-grid {
  margin: 0 15px; }

@media screen and (max-width: 755px) {
  .container > * {
    padding: 0; } }

@media only screen and (min-device-width: 1200px) {
  /*.date-wrapper{
        display:none;
    }*/ }

.blockular {
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  width: 90px;
  max-width: 90px;
  margin: 0 auto;
  max-height: 90px; }

.pagination {
  margin: 10px;
  margin-top: 20px; }

.pageContainer {
  display: inline-block;
  float: right; }

.pageContainer a {
  color: #123;
  text-decoration: none; }

.page {
  -moz-transition: 0.15s linear all;
  -ms-transition: 0.15s linear all;
  -o-transition: 0.15s linear all;
  -webkit-transition: 0.15s linear all;
  background: #ddd;
  border-radius: 3px;
  height: 30px;
  margin: 3px;
  padding: 8px;
  transition: 0.15s linear all;
  width: 30px; }

.page:hover {
  background: #999;
  color: #fff; }

.form-group > #txtSearch {
  max-width: 110px; }

@media (min-width: 844px) {
  .form-group > #txtSearch {
    max-width: 350px; }
  .navFormGroup {
    padding-left: 15px !important;
    max-width: 400% !important; } }

@media (max-width: 767px) {
  .navFormGroup {
    padding-left: 30px !important;
    max-width: 100% !important; }
  .form-group > #txtSearch {
    max-width: 260px; } }

input[type=text], input[type=password], textarea, .inputcontainer {
  max-width: 280px; }

select.form-control {
  width: auto; }

.body-content {
  min-height: 600px; }

.noTitleStuff .ui-dialog-titlebar {
  display: none; }

.webbokningpopup .container .row:last-child {
  padding-top: 20px;
  border-top: 1px solid white; }

div a {
  color: #d79179; }

ul li span a {
  color: #d7bb7a; }

.selectedtab {
  text-decoration: underline; }

.capitalize {
  text-transform: capitalize; }

.fa.fa-arrow-left,
.fa.fa-arrow-right {
  cursor: pointer; }

.weekNavContainer, .weekNavContainer .h3 {
  font-size: 32px;
  padding: 20px; }

.ddlReport.reportDdlTemplate {
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

/*.k-floatwrap.k-header.k-scheduler-toolbar {
    display:none;
}*/
.k-widget.k-scheduler.k-floatwrap {
  border: 2px solid #e7e7e7; }

.ddlCategory, .ddlReport {
  margin-left: 10px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.ui-tabs.ui-widget.ui-widget-content.ui-corner-all > li:last-child {
  float: right; }

.k-scheduler-content {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  padding-bottom: 0; }
  .k-scheduler-content td[role="gridcell"] {
    overflow: hidden; }

.k-tooltip-content {
  text-align: left !important;
  max-width: 600px;
  border: 2px solid black;
  border-radius: 4px;
  padding-bottom: 10px; }

.k-tooltip {
  padding: 0px; }

.k-icon.k-i-arrow-s,
.k-icon.k-i-arrow-n {
  display: none; }

.sumcol {
  border-top: 2px solid gray; }

.headlinerow {
  font-size: 14px;
  font-weight: bold; }

.kitchentimeheadline {
  font-size: 16px;
  font-weight: bold; }

.spnWeek {
  padding-left: 10px;
  padding-right: 10px; }

.notetext {
  white-space: pre-wrap; }

.k-event-actions {
  display: none; }

/*.popuptbl {
    background-color: white;
}*/
/*.k-scheduler-timelineWeekview > tbody > tr:nth-child(1) .k-scheduler-table tr:nth-child(2) {
    display: none;
}*/
.validinputcb {
  color: green; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  /*background-color: $navbar-background-color-active;*/
  background: #5c6c81;
  background: linear-gradient(180deg, #5c6c81 0%, #04152a 100%); }

.navbar-default .navbar-nav a:hover {
  color: white;
  background: #5c6c81;
  background: linear-gradient(180deg, #5c6c81 0%, #04152a 100%);
  text-decoration: underline; }

.validinputcb, .requiredsymbol {
  position: absolute;
  top: 30%;
  right: 10px;
  display: none; }

.requiredsymbol {
  color: #a94442; }

.inputcontainer {
  position: relative;
  display: inline-block;
  width: 100%; }
  .inputcontainer textarea.form-control[data-val-required] ~ .requiredsymbol, .inputcontainer input.form-control[data-val-required] ~ .requiredsymbol {
    display: inline; }
  .inputcontainer textarea.form-control[data-val-required].valid, .inputcontainer input.form-control[data-val-required].valid {
    border-color: green; }
    .inputcontainer textarea.form-control[data-val-required].valid ~ .validinputcb, .inputcontainer input.form-control[data-val-required].valid ~ .validinputcb {
      display: inline; }
    .inputcontainer textarea.form-control[data-val-required].valid ~ .requiredsymbol, .inputcontainer input.form-control[data-val-required].valid ~ .requiredsymbol {
      display: none; }

.btn-customer-group {
  width: 100%; }

.calendartabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
  border: none; }
  .calendartabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all > div:first-child {
    border-bottom: 1px solid gray; }
    .calendartabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all > div:first-child > ul {
      max-width: 1200px;
      margin: 0 auto; }
  .calendartabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all li:nth-last-child(2) {
    margin-left: 0; }
  .calendartabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all > li:last-child {
    float: left; }
  @media (max-width: 800px) {
    .calendartabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all .k-scheduler-times th {
      white-space: normal;
      text-align: left; } }
  .calendartabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all #tabs-1 {
    padding: 0; }
  .calendartabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all [role="tablist"] {
    border: none;
    background-color: transparent; }

.ui-tabs-nav .ui-state-default {
  background-color: #f5f3ee;
  border-width: 1px 1px 0 1px;
  border-color: #f5f3ee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .ui-tabs-nav .ui-state-default a {
    color: #333;
    outline: none; }
  .ui-tabs-nav .ui-state-default.ui-state-active {
    color: white;
    /*background-color: $navbar-active-background-color;*/
    background: #5c6c81;
    background: linear-gradient(180deg, #5c6c81 0%, #04152a 100%); }
    .ui-tabs-nav .ui-state-default.ui-state-active a.ui-tabs-anchor {
      color: white;
      cursor: default !important; }

.page-headline {
  text-align: center; }

.navbar-inverse .navbar-toggle {
  border-color: darkgray; }
  .navbar-inverse .navbar-toggle i.fa-bars {
    color: #fff; }

label {
  font-weight: normal; }

.delete-time-button {
  color: red;
  cursor: pointer;
  margin-left: 50%; }

.selectedTimesWrapper table tr.timerow {
  padding-top: 3px;
  border-bottom: 1px solid gray; }

.selectedTimesWrapper table tr.namerow {
  font-weight: bold;
  text-decoration: underline; }

a.book-link {
  width: 100%;
  margin-top: 10px;
  color: #fff; }

.k-scheduler-header th {
  overflow: hidden;
  text-overflow: clip; }

.fake-from-packet {
  background-color: black;
  border-color: black;
  border-radius: 0;
  opacity: 0.3; }

.k-scheduler .k-today {
  background-color: white; }

.loading-mouse {
  cursor: wait; }

.identificationwrapper {
  max-width: 1000px;
  margin: 0 auto; }

.row {
  padding-top: 5px;
  padding-bottom: 5px; }

.k-scheduler-times th {
  padding: 0; }
  .k-scheduler-times th div {
    padding-right: 5px; }

.hierarchy {
  font-size: 18px; }

.field-validation-valid {
  display: none; }

.validation-summary-valid {
  display: none; }

.panel-primary {
  border-color: white;
  -webkit-box-shadow: 1px 0 6px 1px #000000;
  -webkit-box-shadow: 1px 0 6px 1px #000000;
  -ms-box-shadow: 1px 0 6px 1px #000000;
  -ms-box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 6px 1px #000000;
  box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.1); }
  .panel-primary > .panel-heading {
    color: white;
    background-color: #0d9f47;
    border-color: #0d9f47; }
  .panel-primary .panel-primary > .panel-heading {
    background-color: #00c04d;
    border-color: #00c04d; }

.panel-body {
  background-color: white; }
  .panel-body .panel-body {
    background-color: #fafafa; }

.password-error {
  color: #b94a48;
  font-size: 15px; }

.password-success {
  color: #00c04d;
  font-size: 15px; }

body.loader, .body-content.loader {
  opacity: 0.4; }
  body.loader:before, .body-content.loader:before {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background-position-x: center;
    background-position-y: center;
    background-image: url(../../Images/loader_transp.gif);
    position: fixed;
    background-repeat: no-repeat; }

@media (min-width: 1000px) {
  .btn-login {
    margin-left: 65px; } }

.check-email, .login-wrapper {
  max-width: 400px;
  margin: 0 auto; }

.hidden-by-loader {
  visibility: hidden; }

.loader-replacement {
  width: 64px;
  height: 64px;
  background-image: url(../../Images/loader_transp.gif);
  position: absolute; }

.loader-large {
  width: 64px;
  height: 64px;
  background-image: url(../../Images/loader_transp.gif); }

.ui-button:focus {
  outline: none !important; }

.object-details-image {
  max-width: 100%;
  /*&:hover {
        max-width: none;
    }*/ }

.ui-dialog.ui-widget {
  padding: 0; }

.object-name {
  border-width: 0 4px 4px 0;
  border-style: solid;
  height: 90%;
  padding-left: 6px; }

/*.k-scheduler-table tr[role=row] td:nth-child(2n) {
    border-right-width: 2px;

    &:last-child {
        border-right-width: 4px;
    }
}*/
/*.k-scheduler-table tr[role=row] td:nth-child(5){
    border-left-width:2px;
    &:last-child{
        border-left-width:4px;
    }
}*/
@media (min-width: 800px) {
  .occ-wrapper {
    width: 361px;
    padding: 10px;
    display: inline-block; } }

.period-string .period-start, .period-string .period-end {
  text-transform: capitalize; }

.period-string.period-string-long {
  font-size: 15px; }

.navbar {
  border-radius: 0; }

.k-state-selected {
  background-color: #3276b1; }

.ui-autocomplete-loading {
  background: url("../../Images/loader_transp.gif") no-repeat right center;
  background-size: 16px; }

.autocomplete-input {
  width: 380px; }

div[role=tabpanel] {
  padding: 0; }

.tabs-nested-left {
  position: relative;
  padding-left: 21em; }

.tabs-nested-left .ui-tabs-nav {
  padding: 0;
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  bottom: 0.25em;
  width: 20em; }

.tabs-nested-left .ui-tabs-nav li {
  right: 1px;
  width: 100%;
  border-right: none;
  border-bottom-width: 1px !important;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden; }

.tabs-nested-left .ui-tabs-nav li.ui-tabs-selected,
.tabs-nested-left .ui-tabs-nav li.ui-state-active {
  border-right: 1px solid transparent; }

.tabs-nested-left .ui-tabs-nav li a {
  float: right;
  width: 100%;
  text-align: right; }

.tabs-nested-left > div {
  height: 100%; }

.tabs-left a.ui-tabs-anchor {
  width: 100%; }

.ui-widget-content li.category-tab {
  /*border-left: 15px solid;*/
  /*border-left-color: rgb(136, 136, 136);*/
  font-size: 16px;
  border-top: 0; }

@media (min-width: 850px) {
  .ui-tabs-vertical {
    width: 100%; }
  .ui-tabs-vertical .ui-tabs-nav {
    padding: .2em .1em .2em .2em;
    float: left;
    width: 39%; }
  .ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a {
    display: block; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px; }
  .ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 60%; } }

@media (max-width: 849px) {
  .ui-tabs-vertical .ui-tabs-nav li {
    width: 100%; } }

.img-logo {
  max-width: 100%; }

.k-scheduler-layout.k-scheduler-timelineWeekview, .k-scheduler-layout.k-scheduler-timelineMonthview, .k-scheduler-layout.k-scheduler-timelineWorkWeekview {
  /*.k-scheduler-times .k-scheduler-table > tbody > tr:nth-child(2),*/ }
  .k-scheduler-layout.k-scheduler-timelineWeekview > tbody > tr:first-child > td > .k-scheduler-times .k-scheduler-table > tbody > tr:nth-child(2),
  .k-scheduler-layout.k-scheduler-timelineWeekview .k-scheduler-header > .k-scheduler-header-wrap > .k-scheduler-table > tbody > tr:nth-child(2), .k-scheduler-layout.k-scheduler-timelineMonthview > tbody > tr:first-child > td > .k-scheduler-times .k-scheduler-table > tbody > tr:nth-child(2),
  .k-scheduler-layout.k-scheduler-timelineMonthview .k-scheduler-header > .k-scheduler-header-wrap > .k-scheduler-table > tbody > tr:nth-child(2), .k-scheduler-layout.k-scheduler-timelineWorkWeekview > tbody > tr:first-child > td > .k-scheduler-times .k-scheduler-table > tbody > tr:nth-child(2),
  .k-scheduler-layout.k-scheduler-timelineWorkWeekview .k-scheduler-header > .k-scheduler-header-wrap > .k-scheduler-table > tbody > tr:nth-child(2) {
    display: none; }

.color-hint {
  width: 50px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: -4px; }

.color-name {
  padding-left: 55px; }

.color-hint-wrapper {
  font-size: 16px;
  padding-bottom: 30px; }

#divTopScroll {
  height: 16px;
  position: absolute;
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 100;
  margin-top: -10px; }
  #divTopScroll #divInnerTopScroll {
    height: 20px; }

.event-tooltip {
  padding: 0 10px 0 10px; }
  .event-tooltip span {
    font-size: 16px; }

.new-selection {
  border-color: darkgray;
  background: darkgray; }

.k-widget.k-tooltip {
  background-color: white;
  color: black; }

.logo-wrapper {
  margin-bottom: 20px;
  margin-top: 10px; }

.booking-form .panel .panel-heading h1, .booking-form .panel .panel-heading h2, .booking-form .panel .panel-heading h3, .booking-form .panel .panel-heading h4, .booking-form .panel .panel-heading h5, .booking-form .panel .panel-heading h6, .booking-form .panel .panel-heading .h1, .booking-form .panel .panel-heading .h2, .booking-form .panel .panel-heading .h3, .booking-form .panel .panel-heading .h4, .booking-form .panel .panel-heading .h5, .booking-form .panel .panel-heading .h6 {
  color: white; }

.hide-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden; }

.navbar {
  z-index: 1; }

.ui-widget-overlay {
  opacity: 0.8; }

select.form-control {
  width: 100%; }

.overload-warning {
  border-style: solid;
  border-width: 1px;
  border-color: #b94a48;
  padding: 1px; }

.carousel-control {
  background: white !important;
  z-index: 999;
  opacity: 1 !important; }

#menuwrapper img {
  padding-right: 10%; }

input.spinner {
  width: 40px; }

body {
  font-family: 'Open Sans', sans-serif; }

.container.body-content {
  padding-bottom: 15px;
  border-radius: 10px;
  margin-top: 15px; }

.category-tabs {
  border: none; }

.lokaler-title {
  font-size: 35px; }

.navbar-default .navbar-nav li a.menuItem {
  font-size: 14px;
  padding: 8px 10px;
  color: white; }

.object-name {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.seating-image-example {
  max-height: 400px;
  max-width: 500px; }

.center-text {
  text-align: center; }

#examplePopup {
  padding: 0; }

.smallwidth-input {
  width: 80px; }

.single-line-center {
  vertical-align: middle; }

.navbar-default {
  /*background-color: $navbar-background-color;*/
  background: #598ed0;
  background: linear-gradient(180deg, #598ed0 0%, #013a7d 100%);
  min-height: unset;
  min-height: 36px;
  border: none;
  border-radius: 6px; }

.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: 0; }

.noLeftPadding {
  padding-left: 0px; }

#calendarObjectId {
  width: auto; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 70%;
  margin: auto; }

.carousel-indicators {
  width: auto;
  background-color: rgba(150, 150, 150, 0.45); }

k-list-container.k-list-scroller.k-popup.k-group.k-reset {
  position: relative !important; }

.k-datepicker {
  border: 1px solid #ccc;
  opacity: 1; }

.k-timepicker {
  border: 1px solid #ccc;
  opacity: 1; }

.greyedout {
  background-color: #e2dee2 !important;
  border-color: #e8e8e8 !important;
  box-shadow: none !important; }

.book-date {
  font-size: 15px; }

.book-page-wrap {
  max-width: 900px;
  margin: auto; }

.k-scheduler-timelineWeekview .k-today {
  background-color: #e9f8ff !important; }

.navbar-logo {
  max-width: 400px; }

.accessory-row {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px; }

.accessory-square-standard {
  padding: 10px;
  border: 1px solid gray;
  border-radius: 4px; }

.accessory-square-added {
  padding: 9px;
  border: 2px solid green;
  border-radius: 4px; }

.calendarSelectedTime {
  padding: 5px 15px;
  background-color: #d1e9f2;
  border-radius: 4px;
  margin-bottom: 5px; }
  .calendarSelectedTime .row {
    padding: 0px; }

.trashSelectedTime {
  color: red;
  font-size: 30px;
  cursor: pointer;
  padding-top: 5px;
  float: right; }

.no-padding {
  padding: 0px; }

.selectedAccessorySquare {
  background-color: lightgreen;
  border: 2px solid gray; }

.objectdetailpopup-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .objectdetailpopup-container {
    max-width: 750px; } }

@media (min-width: 992px) {
  .objectdetailpopup-container {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .objectdetailpopup-container {
    max-width: 1170px; } }
