﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
body {
  padding-bottom: 20px; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

/* 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;
}*/
body {
  font-family: 'Open Sans', sans-serif; }

.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-today {
  background-color: transparent !important; }

.k-calendar .k-today.k-state-selected, .k-calendar .k-state-selected {
  background-color: #d3304d !important; }

.k-scheduler {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }

.k-calendar .k-content .k-link {
  padding: 0 .45em 0 .45em;
  text-align: center; }

.k-nonwork-hour {
  background-color: white; }

.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: #d3304d; }

.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; }

.row {
  padding: 5px 0; }

.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; } }

.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; }

.active {
  background: #666;
  color: white !important; }

.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 {
  max-width: 280px; }

select.form-control {
  width: auto; }

.body-content {
  min-height: 600px; }

ul.navbar-right li span {
  color: white; }

.noTitleStuff .ui-dialog-titlebar {
  display: none; }

.webbokningpopup .container .row:last-child {
  padding-top: 20px;
  border-top: 1px solid white; }

div a, div a:focus, div a:hover {
  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; }

.daywrapper:hover {
  background-color: #fafafa; }

.daywrapper.today {
  background-color: #e6f8eb; }

.daywrapper.today:hover {
  background-color: #d0e9d7; }

/*.k-scheduler-timelineWeekview > tbody > tr:nth-child(1) .k-scheduler-table tr:nth-child(2) {
    display: none;
}*/
/*.k-scheduler-weekview.k-scheduler-layout tr+tr .k-scheduler-times th:last-child {
    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; }

@media (min-width: 800px) {
  .ui-tabs.ui-widget.ui-widget-content.ui-corner-all li:nth-last-child(2) {
    margin-left: 15%; } }

.k-scheduler-content {
  padding-bottom: 15px; }

.k-tooltip-content {
  text-align: left !important;
  max-width: 600px; }

.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;
}*/
/*.k-floatwrap.k-header.k-scheduler-toolbar {
    background-color: #F33F3F;
}

.k-calendar .k-state-selected > .k-link {
    background-color: #F33F3F;
}

.k-header.k-scheduler-toolbar a.k-link {
    background-color: #F33F3F;
}

.k-header.k-scheduler-toolbar li {
    border-color: #F33F3F;
}

.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-gantt-toolbar .k-button {
    border-color: #F33F3F;
}*/
.k-nav-day {
  color: #444; }

.datestring {
  display: block; }

.eventdescription {
  font-weight: bold; }

.singleevent {
  display: block;
  color: #FFFFFF;
  background-color: #d3304d;
  border-color: #d3304d;
  border-style: solid;
  border-width: 0;
  font-size: .85em;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 1px;
  cursor: pointer; }

.k-event {
  background-color: #d3304d;
  border-color: #d3304d;
  font-size: .85em;
  text-overflow: ellipsis; }

.k-event-template {
  white-space: nowrap;
  text-overflow: ellipsis; }

.k-scheduler-weekview .k-event-template {
  white-space: normal; }

.eventinfo {
  white-space: pre-wrap; }

.category {
  background-color: #d3304d;
  color: white;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  border-color: #d3304d;
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.5; }

.category.selectedcategory {
  opacity: 1; }

.popupinfotext {
  white-space: pre-wrap; }

.disabledBtn {
  cursor: default !important;
  pointer-events: none;
  opacity: 0.5; }

.k-widget.k-tooltip {
  background-color: white; }

.k-tooltip-closable .k-tooltip-content {
  padding-right: 0; }

.popuptbl h3 {
  padding-top: 0; }

.popuptbl hr {
  padding: 0;
  margin: 0; }

.popuptbl {
  background-color: white;
  color: black; }

.popuptbl td {
  margin: 20px; }

.popuptbl tr:nth-child(even) {
  background-color: #ddd; }

.weekmatrixcontainer {
  font-size: 20px; }

#booktimeselectrow {
  display: none; }

#booktimeselectrow .k-widget.k-timepicker {
  width: 120px; }

#loadingavailability span {
  vertical-align: top;
  font-size: 16px; }

#loadingavailability img {
  width: 20px;
  height: 20px; }

#loadingavailability {
  display: none; }

#selectedtimesunavailablerow {
  display: none; }

#selectedtimesavailablerow {
  display: none; }

#booktimeselectrow.has-error #selectedtimesunavailablerow {
  display: block; }

#booktimeselectrow.has-success #selectedtimesavailablerow {
  display: block; }

@media (min-width: 768px) {
  .container.body-content {
    max-width: 900px; } }

.kendoinactivedate {
  opacity: 0.3;
  text-align: center;
  cursor: default !important; }

.weekNavContainer .k-header, .weekNavContainer .k-link.k-nav-fast:hover {
  background-color: #d3304d;
  border-color: #d3304d; }

#calendar.k-widget.k-calendar,
.singleevent, .eventpagewrapper {
  width: 280px; }

#editwrapper .row {
  padding: 0; }

@media (min-width: 500px) {
  #editwrapper {
    width: 280px;
    overflow-x: hidden; } }

.ui-dialog.ui-widget .row {
  padding: 0; }

.navbarwrapper a {
  color: blue;
  text-decoration: underline; }

.inactive {
  opacity: 0.4; }

.kendoRoomHeaderContent {
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 500px) {
  .kendoRoomHeaderContent {
    width: 60px !important; } }

@media (max-width: 400px) {
  .jseditpopup:first-of-type {
    display: block; } }

.bookdatelabel {
  width: 50px; }

.k-slot-cell {
  height: 60px; }

.k-current-time {
  display: none !important; }

@media (max-width: 798px) {
  .k-scheduler-table th {
    font-size: 10px;
    overflow: hidden;
    -moz-text-overflow: clip;
    text-overflow: clip; } }

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
  background-color: #d3304d; }

.k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header li, .k-scheduler .k-header .k-link, .k-gantt > .k-header li, .k-gantt > .k-header .k-link, .k-gantt-toolbar .k-button, .km-pane-wrapper .k-header .k-button {
  background-color: #d3304d;
  border-color: #d3304d; }

.k-scheduler .k-scheduler-toolbar ul li.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-gantt-toolbar .k-button {
  background-color: #dc5a71;
  border-color: #dc5a71; }

.ui-dialog .ui-dialog-content.ui-widget-content {
  overflow-x: hidden; }

.k-gantt-toolbar > .k-gantt-views > li.k-state-selected, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-selected.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-selected.k-state-hover, .k-scheduler-toolbar > .k-scheduler-views > li.k-state-selected {
  background-color: #d3304d;
  border-color: #d3304d; }

.k-grid .k-header .k-button:hover, .k-scheduler .k-header .k-button:hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link, .k-gantt .k-gantt-toolbar .k-button:hover, .km-pane-wrapper .k-header .k-button:hover {
  background-color: #d3304d;
  border-color: #dc5a71; }

