@font-face {
  font-family: "Helvetica Neue";
  src: url("/bookit/assets/fonts/HelveticaNeue-Italic.eot");
  src: url("/bookit/assets/fonts/HelveticaNeue-Italic.eot?#iefix") format("embedded-opentype"), url("/bookit/assets/fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("/bookit/assets/fonts/HelveticaNeue-Italic.woff") format("woff"), url("/bookit/assets/fonts/HelveticaNeue-Italic.ttf") format("truetype"), url("/bookit/assets/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/bookit/assets/fonts/HelveticaNeue.eot");
  src: url("/bookit/assets/fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("/bookit/assets/fonts/HelveticaNeue.woff2") format("woff2"), url("/bookit/assets/fonts/HelveticaNeue.woff") format("woff"), url("/bookit/assets/fonts/HelveticaNeue.ttf") format("truetype"), url("/bookit/assets/fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/bookit/assets/fonts/HelveticaNeue-Bold.eot");
  src: url("/bookit/assets/fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("/bookit/assets/fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("/bookit/assets/fonts/HelveticaNeue-Bold.woff") format("woff"), url("/bookit/assets/fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("/bookit/assets/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/*
 * Typography
 * ========================================================================== */
/*
 * Colors
 * ========================================================================== */
/*
 * Navbar
 * ========================================================================== */
/*
 * Mixins
 * ========================================================================== */
body {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  color: #4d4d4d;
  background-color: #f0f0f0;
}

.sidenav {
  display: block;
  height: 100%;
  min-width: 250px;
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  overflow-x: hidden;
  padding-top: 99px;
}
.sidenav a.sidenav-item {
  display: block;
  min-height: 55px;
  width: 100%;
  padding: 15px 10px 15px 60px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  text-decoration: none;
  white-space: initial;
  color: #666666;
  background-repeat: no-repeat;
  background-position: 20px 10px;
}
.sidenav a.sidenav-item:hover {
  color: #666666;
}
.sidenav a.sidenav-item:active {
  color: white;
  border-left: solid 5px #c70c47;
  background-position: 15px 10px;
  padding-left: 55px;
}
.sidenav .sidenav-item.active-item {
  color: white;
  border-left: solid 5px #c70c47;
  background-position: 15px 10px;
  padding-left: 55px;
}

.topnav {
  position: fixed;
  display: block;
  height: 79px;
  width: 100%;
  background-color: #c70c47;
  z-index: 1020;
}
.topnav .topnav-header {
  position: absolute;
  display: block;
  height: 79px;
  width: 250px;
  top: 0;
  left: 0;
  background-color: #74001e;
}
.topnav .topnav-header a {
  display: block;
  height: 79px;
  width: 100%;
}
.topnav .topnav-header a img {
  display: block;
  margin: 0 auto;
}
.topnav .topnav-left {
  float: left !important;
  padding-left: 250px;
}
.topnav .topnav-right {
  float: right !important;
}
.topnav .active-item {
  color: white;
}
.topnav ul,
.topnav ul.dropdown-menu {
  float: left;
  list-style: none;
  margin: 0;
  padding: 7px 0;
}
.topnav ul li,
.topnav ul.dropdown-menu li {
  position: relative;
  display: block;
  float: left;
  text-align: center;
}
.topnav ul li a,
.topnav ul.dropdown-menu li a {
  position: relative;
  display: block;
  padding: 35px 15px 5px;
  font-size: 13px;
  line-height: 14px;
  background-repeat: no-repeat !important;
  background-position: center 5px !important;
  color: #74001e;
  text-decoration: none;
}
.topnav ul li a:hover,
.topnav ul.dropdown-menu li a:hover {
  color: white;
}
.topnav ul li a:active,
.topnav ul.dropdown-menu li a:active {
  color: white;
}
.topnav ul li .active-item,
.topnav ul.dropdown-menu li .active-item {
  color: white;
}
.topnav ul.dropdown-menu {
  background-color: #c70c47;
}
.topnav ul.dropdown-menu li {
  float: none;
  margin: 5px auto;
}
.topnav ul.dropdown-menu li a {
  text-transform: uppercase;
}
.topnav ul.dropdown-menu li a:hover {
  background-color: transparent;
}
.topnav ul.dropdown-menu li a:active {
  background-color: transparent;
}

.message-number {
  display: none;
  font-size: 13px;
  border-radius: 50%;
  line-height: 20px;
  padding: 2px;
  min-width: 24px;
  background-color: white;
  color: #74001e;
  text-align: center;
  vertical-align: baseline;
}

/* top menu layout */
.navbar-changed {
  display: none;
  min-height: 68px;
  background-color: #74001e;
  border: 0 none;
  -webkit-border-radius: 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0; /* Firefox 1-3.6 */
  -ms-border-radius: 0;
  border-radius: 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  margin: 0;
  padding: 0;
  /* navbar-toggle */
  /* remove collapse top line */
}
.navbar-changed .navbar-toggle,
.navbar-changed .navbar-toggle:focus,
.navbar-changed .navbar-toggle:hover {
  background: transparent !important;
  border: 0 none;
  -webkit-border-radius: 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0; /* Firefox 1-3.6 */
  -ms-border-radius: 0;
  border-radius: 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  margin-top: 19px;
  margin-bottom: 19px;
  padding: 0 10px;
}
.navbar-changed .navbar-toggle .icon-bar {
  -webkit-border-radius: 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0; /* Firefox 1-3.6 */
  -ms-border-radius: 0;
  border-radius: 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  height: 6px;
  width: 30px;
  background-color: white;
  -webkit-transition: all 0.25s; /* WebKit */
  -moz-transition: all 0.25s; /* Mozilla */
  -o-transition: all 0.25s; /* Opera */
  transition: all 0.25s; /* Generic */
}
.navbar-changed .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-changed .navbar-toggle:focus > .icon-bar, .navbar-changed .navbar-toggle:hover > .icon-bar {
  background-color: white;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.navbar-changed .navbar-brand {
  height: 60px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 0 0 15px;
}
.navbar-changed .navbar-brand img {
  height: 60px;
}
.navbar-changed .navbar-collapse,
.navbar-changed .navbar-form {
  border: 0 none;
}
.navbar-changed .navbar-collapse {
  background-color: #1a1a1a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-changed .navbar-nav li.divider {
  border-top: 1px solid #666666;
  margin-top: 15px;
  line-height: 10px;
  font-size: 10px;
  margin-bottom: 5px;
}
.navbar-changed .navbar-nav li a {
  display: block;
  padding: 15px 10px 15px 60px !important;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-decoration: none;
  color: #666666;
  background-repeat: no-repeat;
  background-position: 20px 10px;
  text-transform: uppercase;
}
.navbar-changed .navbar-nav li a:hover {
  color: #666666;
}
.navbar-changed .navbar-nav li a:active {
  color: white;
}
.navbar-changed .navbar-nav li a.active-item {
  color: white;
}
.navbar-changed .navbar-nav li.active > a {
  color: white !important;
}

.navbar-clear-margin {
  margin-bottom: 0;
}

.navbar-shadow {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.22);
}

/* navbar collapse */
@media (max-width: 1017px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-default .navbar-nav > .open a,
  .navbar-default .navbar-nav > .open a:focus,
  .navbar-default .navbar-nav > .open a:hover {
    background-color: transparent;
  }
  .navbar-nav > li {
    width: 100%;
    float: left;
  }
  .navbar-nav > li .dropdown-menu {
    left: 0;
    padding-left: 40px;
    background: transparent;
    position: relative;
    width: 100%;
    border: 0 none;
    -webkit-border-radius: unset; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: unset; /* Firefox 1-3.6 */
    -ms-border-radius: unset;
    border-radius: unset; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  }
  .navbar-nav > li .dropdown-menu a {
    background-color: transparent;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 1018px) {
  .navbar-default .navbar-nav > .open .dropdown-menu {
    left: auto;
    padding-left: 5px;
    background-color: white;
    position: absolute;
    width: atuo;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 4px; /* Firefox 1-3.6 */
    -ms-border-radius: 4px;
    border-radius: 4px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  }
  .navbar-default .navbar-nav > .open .dropdown-menu li a,
  .navbar-default .navbar-nav > .open .dropdown-menu li a:focus,
  .navbar-default .navbar-nav > .open .dropdown-menu li a:hover {
    padding: 0 15px;
  }
  .navbar-default .navbar-nav > .open .dropdown-menu {
    right: 0;
    left: auto;
  }
  .topnav li.dropdown:hover > ul.dropdown-menu,
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-toggle {
    margin-bottom: 2px;
  }
  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
  }
}
.plainnav {
  min-height: 68px;
  background-color: #74001e;
}
.plainnav .plainnav-brand {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.plainnav .plainnav-brand img {
  display: block;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.bki-btn-borderless {
  display: inline;
  color: #4d4d4d;
  background: transparent;
  text-decoration: none !important;
  border: 0 none;
  -webkit-transition: all 0.25s ease-in-out; /* WebKit */
  -moz-transition: all 0.25s ease-in-out; /* Mozilla */
  -o-transition: all 0.25s ease-in-out; /* Opera */
  transition: all 0.25s ease-in-out; /* Generic */
  text-transform: uppercase;
}
.bki-btn-borderless:hover {
  color: #c70c47;
  background: transparent;
  border: 0 none;
}
.bki-btn-borderless:active {
  color: #74001e;
  border: 0 none;
}

.bki-btn-border, #calendar .fc-button {
  margin: 5px;
  padding: 10px 20px;
  color: #4d4d4d;
  background-color: white;
  text-decoration: none !important;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 4px; /* Firefox 1-3.6 */
  -ms-border-radius: 4px;
  border-radius: 4px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  -webkit-transition: all 0.25s ease-in-out; /* WebKit */
  -moz-transition: all 0.25s ease-in-out; /* Mozilla */
  -o-transition: all 0.25s ease-in-out; /* Opera */
  transition: all 0.25s ease-in-out; /* Generic */
  text-transform: uppercase;
}
.bki-btn-border:hover, #calendar .fc-button:hover {
  color: #4d4d4d;
  background-color: white;
  border: 1px solid #c70c47;
}
  .bki-btn-border:active, #calendar .fc-button:active, #calendar .fc-state-active {
  color: #4d4d4d;
  border: 1px solid #74001e;
}

.bki-btn-border.disabled, #calendar .disabled.fc-button,
.bki-btn-border[disabled],
#calendar .fc-button[disabled],
.bki-btn-borderless.disabled,
.bki-btn-borderless[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /* for IE8 */
  filter: alpha(opacity=65); /* for IE5-7 */
  opacity: 0.65; /* for all other browsers */
  border: 0 none;
}

.bki-btn-border.btn-selected, #calendar .btn-selected.fc-button {
  color: #4d4d4d;
  border: 1px solid #74001e;
}

.bki-btn-bkg {
  margin: 5px;
  padding: 10px 20px;
  color: white;
  background-color: #c70c47;
  text-decoration: none;
  border: 1px solid #74001e;
  -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 4px; /* Firefox 1-3.6 */
  -ms-border-radius: 4px;
  border-radius: 4px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  -webkit-transition: all 0.25s ease-in-out; /* WebKit */
  -moz-transition: all 0.25s ease-in-out; /* Mozilla */
  -o-transition: all 0.25s ease-in-out; /* Opera */
  transition: all 0.25s ease-in-out; /* Generic */
  text-transform: uppercase;
}
.bki-btn-bkg:hover {
  color: white;
  background-color: #74001e;
  text-decoration: none;
  border: 0 none;
}

.bki-btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bki-btn-inline-center {
  display: inline-block;
}

.bki-dashboard {
  background: url("/bookit/assets/img/icons/dashboard.png");
}

li.active .bki-dashboard,
.bki-dashboard:active,
.bki-dashboard.active-item {
  background: url("/bookit/assets/img/icons/dashboard-active.png");
}

.bki-customers {
  background: url("/bookit/assets/img/icons/customers.png");
}

li.active .bki-customers,
.bki-customers:active,
.bki-customers.active-item {
  background: url("/bookit/assets/img/icons/customers-active.png");
}

.bki-projects {
  background: url("/bookit/assets/img/icons/projects.png");
}

li.active .bki-projects,
.bki-projects:active,
.bki-projects.active-item {
  background: url("/bookit/assets/img/icons/projects-active.png");
}

.bki-samples {
  background: url("/bookit/assets/img/icons/samples-register.png");
}

li.active .bki-samples,
.bki-samples:active,
.bki-samples.active-item {
  background: url("/bookit/assets/img/icons/samples-register-active.png");
}

.bki-measure-calendar {
  background: url("/bookit/assets/img/icons/measure-calendar.png");
}

li.active .bki-measure-calendar,
.bki-measure-calendar:active,
.bki-measure-calendar.active-item {
  background: url("/bookit/assets/img/icons/measure-calendar-active.png");
}

.bki-quotes {
  background: url("/bookit/assets/img/icons/quotes.png");
}

li.active .bki-quotes,
.bki-quotes:active,
.bki-quotes.active-item {
  background: url("/bookit/assets/img/icons/quotes-active.png");
}

.bki-installation-calendar {
  background: url("/bookit/assets/img/icons/installation-calendar.png");
}

li.active .bki-installation-calendar,
.bki-installation-calendar:active,
.bki-installation-calendar.active-item {
  background: url("/bookit/assets/img/icons/installation-calendar-active.png");
}

.bki-promotions {
  background: url("/bookit/assets/img/icons/promotions.png");
}
.bki-promotions:hover {
  background: url("/bookit/assets/img/icons/promotions-hover.png");
}

li.active .bki-promotions,
.bki-promotions:active,
.bki-promotions.active-item {
  background: url("/bookit/assets/img/icons/promotions-active.png");
}

.bki-messages {
  background: url("/bookit/assets/img/icons/messages.png");
}
.bki-messages:hover {
  background: url("/bookit/assets/img/icons/messages-hover.png");
}

li.active .bki-messages,
.bki-messages:active,
.bki-messages.active-item {
  background: url("/bookit/assets/img/icons/messages-active.png");
}

.bki-sample-inventory {
  background: url("/bookit/assets/img/icons/samples-inventory.png");
}
.bki-sample-inventory:hover {
  background: url("/bookit/assets/img/icons/samples-inventory-hover.png");
}

li.active .bki-sample-inventory,
.bki-sample-inventory:active,
.bki-sample-inventory.active-item {
  background: url("/bookit/assets/img/icons/samples-inventory-active.png");
}

.bki-products {
  background: url("/bookit/assets/img/icons/products.png");
}
.bki-products:hover {
  background: url("/bookit/assets/img/icons/products-hover.png");
}

li.active .bki-products,
.bki-products:active,
.bki-products.active-item {
  background: url("/bookit/assets/img/icons/products-active.png");
}

.bki-account {
  background: url("/bookit/assets/img/icons/account.png");
}
.bki-account:hover {
  background: url("/bookit/assets/img/icons/account-hover.png");
}

li.active .bki-account,
.bki-account:active,
.bki-account.active-item {
  background: url("/bookit/assets/img/icons/account-active.png");
}

form {
  border: 1px solid #e4e4e4;
  padding: 20px;
  -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 10px; /* Firefox 1-3.6 */
  -ms-border-radius: 10px;
  border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.p-form {
  margin: 10px 0;
}

.h-form {
  margin: 0 0 20px;
}

.stylish-input-group .input-group-addon {
  background: white !important;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
}

.control-label {
  text-align: left !important;
  text-transform: uppercase;
}

.selectAction {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
}
.selectAction option {
  text-transform: uppercase;
}

.red-border {
  border: 1px solid #c70c47;
}

/* Fix indentation issue (in non app edition) due to correction of form group layouts */
.form-group .row {
  margin-left: 0;
  margin-right: 0;
}

.customcheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  min-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
}

/*!* On mouse-over, add a grey background color *!*/
/*.customcheck:hover input ~ .checkmark {*/
/*background-color: #ccc;*/
/*}*/
/* When the checkbox is checked, add a green background */
.customcheck input:checked ~ .checkmark {
  background-color: #74001e;
  border: 1px solid #74001e;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
  left: 7px;
  top: 0;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fixed-min-height {
  /*min-height: 40px;*/
  margin-bottom: 10px;
}

.site-text-left {
  float: left;
  font-weight: bold;
}

.site-text-right {
  float: right;
}

a i.red-icon,
button i.red-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url("/bookit/assets/img/icons/new.png") no-repeat 0 0;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  width: 15px;
  height: 15px;
}

i.ion-icon {
  font-size: 25px;
  font-weight: bold;
  color: #b0b0b0;
}
i.ion-icon:hover {
  color: #b0b0b0;
}

i.icon-search {
  display: inline-block;
  vertical-align: baseline;
  background: url("/bookit/assets/img/icons/search.png") no-repeat center center;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  width: 15px;
  height: 15px;
}

i.edit-icon,
i.note-icon,
i.quote-equal-icon,
i.plus-round-icon,
i.equal-icon,
i.remove-icon,
i.remove-icon-sm {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background-size: cover !important;
  image-rendering: -webkit-optimize-contrast;
}

i.edit-icon {
  background: url("/bookit/assets/img/icons/edit.png") no-repeat center center;
}

i.note-icon {
  background: url("/bookit/assets/img/icons/note.png") no-repeat center center;
}

i.quote-equal-icon {
  width: 30px;
  height: 30px;
  background: url("/bookit/assets/img/icons/quote-equals.png") no-repeat center center;
}

i.plus-round-icon {
  background: url("/bookit/assets/img/icons/plus-round-icon.png") no-repeat center center;
}

i.equal-icon {
  background: url("/bookit/assets/img/icons/equal.png") no-repeat center center;
}

i.remove-icon,
i.remove-icon-sm {
  background: url("/bookit/assets/img/icons/remove.png") no-repeat center center;
}

i.remove-icon-sm {
  width: 12px;
  height: 12px;
}

.select-icon {
  font-family: "Ionicons", "Helvetica Neue";
}
.select-icon option {
  font-family: "Ionicons", "Helvetica Neue";
}

.btn-remove {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #e4e4e4;
}

.select2-selection__clear {
  color: #b0b0b0;
}

span.clear-icon {
  position: relative;
  cursor: pointer;
  float: right;
  font-weight: bold;
  line-height: 28px;
  color: #b0b0b0;
}

.bki-panel {
  background-color: white;
  min-height: 200px;
}
.bki-panel h3,
.bki-panel p {
  margin: 0;
}
.bki-panel .panel-heading {
  padding: 30px 30px 0;
}
.bki-panel .panel-body {
  padding: 30px;
}
.bki-panel .circle-number {
  display: inline-block;
  font-size: 26px;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #f0f0f0;
  float: right;
  text-align: center;
  vertical-align: middle;
  margin-top: -10px;
}
.bki-panel .circle-number.pink-color {
  background-color: #c70c47;
  color: white;
}

.title-banner {
  position: fixed;
  display: block;
  background-color: white;
  padding: 10px 20px 10px 270px;
  width: 100%;
  height: 72px;
  margin-top: 79px;
  z-index: 1000;
}
.title-banner .main-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 52px;
  color: #666666;
  float: left;
  vertical-align: middle;
  margin: 0;
}
.title-banner .banner-right {
  float: right;
}
.title-banner .bki-btn-header-dropdown {
  line-height: 40px;
  vertical-align: middle;
}

#bki-header-dropdown {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  background-color: white;
  overflow: hidden;
  -webkit-box-shadow: inset 0 10px 10px -10px #f0f0f0;
  -moz-box-shadow: inset 0 10px 10px -10px #f0f0f0;
  box-shadow: inset 0 10px 10px -10px #f0f0f0;
  -webkit-transition: all 0.25s; /* WebKit */
  -moz-transition: all 0.25s; /* Mozilla */
  -o-transition: all 0.25s; /* Opera */
  transition: all 0.25s; /* Generic */
}
#bki-header-dropdown .no-left-margin {
  margin-left: 0;
}

table.bki-table {
  border-collapse: separate;
  background-color: white;
  -webkit-border-radius: 6px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 6px; /* Firefox 1-3.6 */
  -ms-border-radius: 6px;
  border-radius: 6px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-left: 0px;
  padding: 20px;
  width: 100%;
}
table.bki-table tbody > tr > td,
table.bki-table tbody > tr > th,
table.bki-table tfoot > tr > td,
table.bki-table tfoot > tr > th {
  color: #4d4d4d;
  padding: 8px;
  border-top: none !important;
}
table.bki-table thead > tr > td,
table.bki-table thead > tr > th {
  color: #333333;
  padding-bottom: 20px !important;
  border-top: none !important;
  text-transform: uppercase;
}
table.bki-table tbody table > tbody > tr:hover {
  background-color: #f0f0f0;
}
table.bki-table th {
  border-top: none;
}
table.bki-table th:first-child {
  -webkit-border-radius: 6px 0 0 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 6px 0 0 0; /* Firefox 1-3.6 */
  -ms-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
table.bki-table th:last-child {
  -webkit-border-radius: 0 6px 0 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0 6px 0 0; /* Firefox 1-3.6 */
  -ms-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
table.bki-table th:only-child {
  -webkit-border-radius: 6px 6px 0 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 6px 6px 0 0; /* Firefox 1-3.6 */
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
table.bki-table tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0 0 0 6px; /* Firefox 1-3.6 */
  -ms-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
table.bki-table tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0 0 6px 0; /* Firefox 1-3.6 */
  -ms-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.tableHeading {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.bki-table-border-top-bottom {
  border-top: 3px solid #74001e !important;
  border-bottom: 3px solid #74001e !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#calendar {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  background-color: white;
  padding: 2em;
  /*
    If you are going back in time is there a way to distinguish between history? Like showing it as a light
  grey or something?
    */
}
#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 2em;
}
#calendar .fc-toolbar h2 {
  display: inline-block;
  color: #666666;
  line-height: 50px;
  vertical-align: middle;
}
#calendar .fc-left {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#calendar .fc-button {
  display: inline-block;
  height: auto;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#calendar [disabled].fc-button {
  border: 1px solid #e4e4e4;
}
#calendar .fc-prev-button,
#calendar .fc-next-button {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px !important;
  height: 40px !important;
  border: 0 none;
  padding: 0;
  -webkit-border-radius: 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0; /* Firefox 1-3.6 */
  -ms-border-radius: 0;
  border-radius: 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#calendar .fc-prev-button:hover,
#calendar .fc-prev-button:active,
#calendar .fc-next-button:hover,
#calendar .fc-next-button:active {
  border: 0 none;
}
#calendar .fc-prev-button {
  background-image: url("/bookit/assets/img/icons/arrow-back.png");
}
#calendar .fc-next-button {
  background-image: url("/bookit/assets/img/icons/arrow-next.png");
}
#calendar .fc-state-active {
  color: white;
  background-color: #c70c47;
}
#calendar table {
  background-color: transparent;
}
#calendar .fc-event .fc-bg {
  background: transparent;
}
#calendar a.fc-day-grid-event,
#calendar a.fc-time-grid-event {
  color: #141414 !important;
}
#calendar a.fc-day-grid-event:focus,
#calendar a.fc-time-grid-event:focus {
  color: #141414;
  text-decoration: none;
}
#calendar .fc-time-grid-event .fc-title,
#calendar .fc-day-grid-event .fc-content {
  width: 100%;
  white-space: inherit;
  overflow: visible;
}
#calendar .appointment-day {
  padding: 10px 5px 5px 10px;
  border-width: 2px;
}
#calendar .bki-past-day {
  opacity: 0.5;
}
#calendar .appointment-day.personal-unavailability {
  border-color: #e4e4e4 !important;
  background-color: #f0f0f0 !important;
  color: #74001e !important;
}
#calendar .fc-day-top {
  background: transparent !important;
}
#calendar .fc-day-header {
  font-weight: 100;
  text-transform: uppercase;
  text-align: right;
  padding: 5px;
}
#calendar .fc-past {
  background-color: #f0f0f0;
}
#calendar .fc-body .fc-row {
  min-height: 5em;
}

.fc-bg .fc-today {
  background: transparent !important;
  border: 0 none !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
  padding: 5px;
}

.fc .fc-row {
  border-top-width: 1px;
}

.fc-list-item-time,
.fc-list-item-marker {
  display: none;
}

.boardViewLinkWrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  height: 60px;
  border: 0 none !important;
  background-color: transparent !important;
}

.boardViewLinkWrapper .boardViewLink {
  height: 60px;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    min-width: 600px;
    width: 50%;
  }
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.ulSlots {
  position: relative;
  padding: 5px;
  width: auto;
  float: left;
  margin-bottom: 0;
  list-style: none;
}
.ulSlots li {
  display: block;
  margin: 0 5px 2px 5px;
  vertical-align: middle;
  line-height: 10px;
}
.ulSlots li .btnSlot {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 30px;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  background: transparent;
  color: white; /* button text color */
  -webkit-transition: all 0.5s; /* WebKit */
  -moz-transition: all 0.5s; /* Mozilla */
  -o-transition: all 0.5s; /* Opera */
  transition: all 0.5s; /* Generic */
  z-index: 1300;
}
.ulSlots li .btnSlot:before,
.ulSlots li .btnSlot:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #74001e !important; /* onhover background color */
  z-index: 1200;
  -ms-transform: translate3d(0, -100%, 0); /* IE 9 */
  -webkit-transform: translate3d(0, -100%, 0); /* Chrome, Safari, Opera */
  -moz-transform: translate3d(0, -100%, 0); /* Mozilla */
  transform: translate3d(0, -100%, 0); /* Generic */
  /* move elements above button so they don't appear initially */
  -webkit-transition: all 0.5s; /* WebKit */
  -moz-transition: all 0.5s; /* Mozilla */
  -o-transition: all 0.5s; /* Opera */
  transition: all 0.5s; /* Generic */
}
.ulSlots li .btnSlot:before {
  background: #1a1a1a !important; /* button default background color */
  z-index: 1100;
  -ms-transform: translate3d(0, 0, 0); /* IE 9 */
  -webkit-transform: translate3d(0, 0, 0); /* Chrome, Safari, Opera */
  -moz-transform: translate3d(0, 0, 0); /* Mozilla */
  transform: translate3d(0, 0, 0); /* Generic */
}
.ulSlots li .btnSlot.selectedSlot:before {
  background: #74001e !important;
}
.ulSlots li .btnSlot:after {
  top: 0;
  z-index: 1200;
  -ms-transform: translate3d(0, -101%, 0); /* IE 9 */
  -webkit-transform: translate3d(0, -101%, 0); /* Chrome, Safari, Opera */
  -moz-transform: translate3d(0, -101%, 0); /* Mozilla */
  transform: translate3d(0, -101%, 0); /* Generic */
}
.ulSlots li .btnSlot.disabled {
  pointer-events: none;
}
.ulSlots li .btnSlot.disabled:before,
.ulSlots li .btnSlot.disabled:after {
  background-color: #e4e4e4 !important;
}
.ulSlots li.liSlotValue {
  margin-top: 20px;
}

.slotWrapper {
  position: relative;
  display: block;
}
.slotWrapper .slotChild {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  border: #e4e4e4 solid 1px;
  background-color: white;
  -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 4px; /* Firefox 1-3.6 */
  -ms-border-radius: 4px;
  border-radius: 4px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  box-sizing: border-box;
  z-index: 1;
}

.confirmedJob,
.pendingJob,
.assignedToDate,
.penciledWithInstaller,
.unavailability {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  border: 2px solid #74001e;
  color: #141414 !important;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10;
}

.confirmedJob,
.pendingJob {
  background-color: rgba(199, 12, 71, 0.9);
}

.penciledWithInstaller {
  background-color: rgba(199, 12, 71, 0.7);
}

.assignedToDate {
  background-color: rgba(199, 12, 71, 0.4);
}

.unavailability {
  border-color: #e4e4e4;
  background: #f0f0f0 url("/bookit/assets/img/unavailable.png") repeat 0 0;
  image-rendering: -webkit-optimize-contrast;
}

.boardViewLink {
  font-size: 1.00em;
  line-height: 1.3;
  padding: 0px 0px 0px 15px;
  text-decoration: none !important;
  -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 4px; /* Firefox 1-3.6 */
  -ms-border-radius: 4px;
  border-radius: 4px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.boardViewLink *,
.boardViewLink ::before,
.boardViewLink ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.watermarkText {
  position: absolute;
  display: inline-block;
  color: #4d4d4d;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.inner-triangle {
  border-right: 20px solid transparent;
  border-left: 17px solid #74001e;
  border-bottom: 17px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.draggable-widget {
  cursor: pointer;
}

.widget-waste-bin {
  display: block;
  width: 200px;
  height: 200px;
  line-height: 350px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9000;
}
.widget-waste-bin i.ion-icon {
  font-size: 50px;
}

.widget-waste-bin.hover i.ion-icon {
  color: #c70c47;
  font-size: 80px;
}

.myPagination.pagination > li > a,
.myPagination.pagination > li > span {
  color: #74001e;
  background-color: #fff;
  border: 1px solid #ddd;
}
.myPagination.pagination > .active > a,
.myPagination.pagination > .active > a:focus,
.myPagination.pagination > .active > a:hover,
.myPagination.pagination > .active > span,
.myPagination.pagination > .active > span:focus,
.myPagination.pagination > .active > span:hover {
  color: #fff;
  background-color: #74001e;
  border-color: #74001e;
}
.myPagination.pagination > .disabled > a,
.myPagination.pagination > .disabled > a:focus,
.myPagination.pagination > .disabled > a:hover,
.myPagination.pagination > .disabled > span,
.myPagination.pagination > .disabled > span:focus,
.myPagination.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
}

.d-flex {
  display: flex !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.bki-ad {
  text-decoration: none !important;
}

.bki-ad-landscape {
  display: block;
  padding: 10px !important;
  height: 100%;
}

.bki-ad-portrait {
  display: block;
  padding: 15px;
  width: 100%;
}

.bki-ad-image img {
  display: block;
  max-width: 100%;
}

.bki-ad-portrait .bki-ad-image img {
  margin-left: auto;
  margin-right: auto;
}

.bki-ad-landscape .bki-ad-content {
  margin-left: 10px;
  text-align: left !important;
}

.bki-ad-portrait .bki-ad-content {
  margin-top: 10px;
  text-align: center !important;
}

.bki-ad-light-mode .bki-ad-content {
  color: black !important;
}

.bki-ad-dark-mode .bki-ad-content {
  color: white !important;
}

.bki-ad-content p {
  margin-bottom: 0 !important;
}

/*.bki-ad-content p:last-child {*/
/*  margin-bottom: 0;*/
/*}*/

.ellipsis {
  max-width: 100%;
  overflow: hidden;
  position: relative !important;
  font-size: 14px !important;
  line-height: 18px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/*.ellipsis:before {*/
/*  content: "\02026";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  width: 1.8em;*/
/*  height: 18px;*/
/*  margin-left: -1.8em;*/
/*  padding-right: 5px;*/
/*  text-align: right;*/
/*  background-size: 100% 100%;*/
/*  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 40%, white);*/
/*  z-index: 2;*/
/*}*/

.ellipsis-1 {
  max-height: 18px;
}

.ellipsis-2 {
  max-height: 36px;
}

.ellipsis-3 {
  max-height: 54px;
}

.ellipsis-4 {
  max-height: 72px;
}

.ellipsis-5 {
  max-height: 90px;
}

.ellipsis-6 {
  max-height: 108px;
}

.ellipsis-7 {
  max-height: 126px;
}

.ellipsis-8 {
  max-height: 144px;
}

.ellipsis-9 {
  max-height: 162px;
}

.ellipsis-10 {
  max-height: 180px;
}

.bki-gap-lg {
  display: block;
  width: 100%;
  height: 20px;
}

.bki-gap-sm {
  display: block;
  width: 100%;
  height: 10px;
}

.bki-divider {
  display: block;
  border-top: 1px solid #666666;
  margin: 20px 0;
  height: 1px;
  width: 100%;
}

.container-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.container-padding-sm {
  padding: 10px 15px;
}

.main-wrapper {
  position: relative;
  margin-left: 250px;
  padding-top: 79px;
}

.main-inner {
  margin-top: 75px;
}

.bki-well {
  display: block;
  width: 100%;
  min-height: 10px;
  padding: 20px 35px;
  margin-bottom: 20px;
  background-color: white;
  -webkit-border-radius: 6px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 6px; /* Firefox 1-3.6 */
  -ms-border-radius: 6px;
  border-radius: 6px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.bki-well [class*=col-] {
  padding: 10px;
}
.bki-well [class*=col-] [class*=col-] {
  padding: 5px;
}

/* max-width: 767 + 250 ($sidenav-width) = 1017 */
@media screen and (max-width: 1017px) {
  .navbar-changed {
    display: block;
  }
  .sidenav {
    display: none;
  }
  .topnav {
    display: none;
  }
  .main-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  .main-wrapper .main-inner {
    margin-top: 0;
  }
  .title-banner {
    position: relative;
    height: auto;
    float: left;
    margin-top: 68px;
    padding: 10px 20px;
  }
  .title-banner .main-title {
    font-size: 25px;
    line-height: 40px;
  }
  .bki-btn-border, #calendar .fc-button, #calendar .fc-button {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1018px) {
  .navbar-changed {
    display: none;
  }
  .sidenav {
    display: block;
    width: 250px;
  }
  .topnav {
    display: block;
  }
  .main-wrapper {
    margin-left: 250px;
  }
}
form {
  background-color: white;
}

.bki-shadow {
  -webkit-box-shadow: 0 5px 2px -2px #e4e4e4;
  -moz-box-shadow: 0 5px 2px -2px #e4e4e4;
  box-shadow: 0 5px 2px -2px #e4e4e4;
}

.bki-dropdown-menu li {
  padding: 3px 20px;
  cursor: pointer;
}

.hyphens {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.footnote {
  font-style: italic;
  font-size: 10px;
  color: #666666;
}

.bki-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding-right: 25px;
  background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-position: 96% 42%;
  border: 0 none;
  cursor: pointer;
}

/*
Fix issue of search input-group-addon on safari
*/
.input-group #txtSearch {
  height: 34px !important;
}
.input-group .input-group-addon {
  height: 34px !important;
  padding: 0 12px;
}
.input-group .input-group-addon button {
  height: 19px !important;
}
.input-group .input-group-addon button .icon-search {
  height: 15px !important;
}

.footer {
  text-align: center;
  color: #4d4d4d;
}
.footer .footer-menu {
  display: block;
  margin: 0 0 20px;
}
.footer .footer-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer .footer-menu ul li {
  display: inline-block;
  margin: 0 5px;
}
.footer p {
  margin-bottom: 0;
}
.footer a {
  color: #4d4d4d;
  text-decoration: none;
  padding: 0;
  -webkit-transition: color 0.25s ease-in-out; /* WebKit */
  -moz-transition: color 0.25s ease-in-out; /* Mozilla */
  -o-transition: color 0.25s ease-in-out; /* Opera */
  transition: color 0.25s ease-in-out; /* Generic */
}
.footer a:focus, .footer a:hover {
  color: #74001e;
  text-decoration: none;
}
