﻿@font-face {
  font-family: "MuseoSlab500Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/convendum/fonts/ITCAvantGardePro-Bk.eot"), url("/convendum/fonts/ITCAvantGardePro-Bk.otf");
}
@font-face {
  font-family: "MuseoSlab500Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/convendum/fonts/ITCAvantGardePro-Md.eot"), url("/convendum/fonts/ITCAvantGardePro-Md.otf");
}
/*@font-face {
    font-family: MuseoSlab500Regular;
    src: url("https://convendum.se/fonts/ITCAvantGardePro-Bk.eot");
    src: url("https://convendum.se/fonts/ITCAvantGardePro-Bk.eot?#iefix") format("eot"), url("https://convendum.se/fonts/ITCAvantGardePro-Bk.woff") format("woff"), url("https://convendum.se/fonts/ITCAvantGardePro-Bk.ttf") format("truetype"), url("https://convendum.se/fonts/ITCAvantGardePro-Bk.svg#MuseoSlab500Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: MuseoSlab500Medium;
    src: url("https://convendum.se/fonts/ITCAvantGardePro-Bk.eot");
    src: url("https://convendum.se/fonts/ITCAvantGardePro-Bk.eot?#iefix") format("eot"), url("https://convendum.se/fonts/ITCAvantGardePro-Bk.woff") format("woff"), url("https://convendum.se/fonts/ITCAvantGardePro-Bk.ttf") format("truetype"), url("https://convendum.se/fonts/ITCAvantGardePro-Bk.svg#MuseoSlab500Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}*/
body {
  font-family: MuseoSlab500Regular !important;
  background-color: transparent !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  /*background-color: transparent;*/
  background-color: black !important;
  min-height: 400px;
  color: white;
}

html {
  background-color: transparent !important;
}

/* 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;
  }
  .buttonStyle {
    width: 100%;
    text-align: center;
  }
  .k-header {
    width: 100%;
  }
  #calendarObjectId {
    width: 100%;
  }
}
.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 0.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;
}

#scheduler {
  border-top: 0;
  border: 1px solid #d7bb7a !important;
}

.k-lg-date-format {
  margin-left: 5px;
}

.k-today {
  background-color: transparent !important;
}

.k-today.k-state-selected {
  background-color: #e3cfa1 !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 0.45em 0 0.45em;
  text-align: center;
}

.k-calendar .k-state-selected > .k-link {
  background-color: #d7bb7a;
}

.k-nonwork-hour {
  background: #ffeded;
}

.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;
}

.row {
  padding: 5px 0;
}

.container label {
  color: white;
}

.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: 900px;
}

select.form-control {
  width: auto;
}

.marked {
  background-color: #00b0ff !important;
}

input[type=submit], button {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: transparent !important;
  color: white;
  border-color: white;
  line-height: 21px;
  font-size: 18px;
  padding: 15px 30px;
  border-width: 1px;
  text-transform: uppercase !important;
}

.linkbutton {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: transparent !important;
  color: white;
  line-height: 21px;
  font-size: 18px;
  padding: 17px 40px;
  border: 1px solid white;
  display: inline-block;
  text-transform: uppercase;
}

.linkbutton.lbsm {
  font-size: 12px;
  padding: 2px 3px;
}

.linkbutton:hover {
  border-color: #d7bb7a !important;
  color: #d7bb7a !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

input[type=submit]:hover, button:hover {
  border-color: #d7bb7a !important;
  color: #d7bb7a !important;
}

textarea.form-control, input[type=text].form-control, input[type=password].form-control {
  border-radius: 0;
}

.container .text-danger {
  color: #f00;
  font-size: 1em;
}

a {
  color: white !important;
  font-size: 16px;
}

a:hover {
  color: #d7bb7a !important;
}

.numinput {
  max-width: 100px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: white;
  font-family: MuseoSlab500Medium !important;
}

h1, h2, h3, .h1, .h2, .h3 {
  text-transform: uppercase;
}

.k-widget a {
  color: black !important;
}

.searchresultitem {
  border-bottom: 1px solid gray;
}

.button {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: transparent !important;
  color: white;
  line-height: 21px;
  font-size: 18px;
  padding: 17px 40px;
  border: 1px solid white;
  display: inline-block;
  text-transform: uppercase;
}

.button.buttomsm {
  line-height: 16px;
  font-size: 15px;
  padding: 12px 30px;
}

.button:hover {
  border-color: #d7bb7a !important;
  color: #d7bb7a !important;
  text-decoration: none;
  cursor: pointer;
}

.searchresultheader {
  font-size: 16px;
  font-weight: bold;
}

.convendumloading {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

span {
  color: white;
}

img.roomobjectdetails:hover {
  cursor: pointer;
}

.ui-widget-content {
  background-color: black !important;
}

.noTitleStuff .ui-dialog-titlebar {
  display: none;
}

.convendumpopup .container .row:last-child {
  padding-top: 20px;
  border-top: 1px solid white;
}

.convendumpopup .container .row:first-child {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}

.convendumclosepopup {
  float: right;
}

.logininfocontainer {
  display: inline-block;
  float: right;
  padding-top: 5px;
}

.text-danger {
  color: #b94a48 !important;
}

.text-danger span {
  color: #b94a48 !important;
}

.panel, .panel-body {
  background-color: transparent !important;
}

.selectedtab {
  color: #d7bb7a !important;
}

.backbtn {
  text-transform: uppercase;
}

.menurow a {
  text-transform: uppercase;
}

.navbar-inverse {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

@media (min-width: 600px) {
  .convendumpopup {
    min-width: 420px !important;
  }
}
.k-slot-cell > span {
  color: black;
}

.ui-button-icon.ui-icon.ui-icon-closethick, .ui-dialog-titlebar-close {
  outline: 0;
}

.k-event, .k-task-complete {
  border-color: #d7bb7a;
  background: #d7bb7a 0 -257px none repeat-x;
  color: #ffffff;
}

.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 {
  color: #ffffff;
  background-color: #d7bb7a;
  border-color: #d7bb7a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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: #d7bb7a;
  border-color: #d7bb7a;
}

.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: white;
  border-color: white;
}

.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: #d7bb7a;
}

.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 {
  border-bottom-color: black;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar,
.k-window, .k-window-titleless .k-window-content, .k-window-action,
.k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator,
.k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker,
.k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox,
.k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container,
.k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in,
.k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
  border-radius: 0px;
}

.form-control {
  border-radius: 0px;
}

.k-more-events, .k-event, .k-task-single, .k-task-complete, .k-event .k-link {
  border-radius: 0px;
}

.buttonStyle {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: transparent !important;
  color: white;
  border-color: white;
  line-height: 21px;
  font-size: 18px;
  padding: 15px 30px;
  border-width: 1px;
  text-transform: uppercase !important;
}

@media (min-width: 1200px) {
  .contactUsText {
    padding-top: 16px;
  }
}
