/******************* DEBUG *******************/
/***************** END DEBUG *****************/
body {
  color: #172b4d;
}

.btn {
  border-radius: 7px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.inline-block {
  display: inline-block !important;
}

a:focus {
  outline: 0;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

.panel {
  border-radius: 7px;
  font-size: 16px;
  background-color: #f4f5f6;
  margin-top: 10px;
}
.panel.panel-default.panel-no-bg {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel.panel-default.panel-no-border {
  border: 0px none;
}

.panel-primary > .panel-heading,
.panel-default > .panel-heading {
  /* width: calc(100% + 10px) !important;
  margin: -5px; */
  width: 100%;
  border-radius: 6px 6px 0 0;
  padding: 10px;
  font-size: 18px;
  color: #172b4d;
  font-weight: 500;
  border: none;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadce0;
}
.panel-primary > .panel-heading a,
.panel-default > .panel-heading a {
  color: #fff !important;
}
.panel-primary > .panel-heading a:hover,
.panel-default > .panel-heading a:hover {
  color: #ffe600 !important;
}

.panel-primary > .panel-heading:after,
.panel-default > .panel-heading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #56b9f1 50%, transparent 100%);
}

.panel-default,
.panel-primary {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid #dadce0;
}

.panel-body {
  padding: 20px 30px;
}

.panel-primary {
  border: 1px solid #dadce0;
  border-radius: 7px;
  margin-bottom: 10px;
}

.panel-heading h3 {
  font-size: 30px;
  margin: 0;
  padding: 10px 0;
}

.img-responsive {
  border-radius: 7px;
}

.label-success {
  background-color: #56b9f1;
}

.label-warning {
  background-color: rgb(156.6475409836, 214.262295082, 246.8524590164);
}

.label-danger {
  background-color: #f02a34;
}

.btn-primary {
  width: 100%;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
  background-image: -webkit-linear-gradient(top, rgb(38.9016393443, 165.4918032787, 237.0983606557) 14.13%, #56b9f1 97.78%);
  background-image: linear-gradient(180deg, rgb(38.9016393443, 165.4918032787, 237.0983606557) 14.13%, #56b9f1 97.78%);
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 14px;
  font-size: 18px;
  outline: 0;
  font-weight: 500;
}

.btn-primary::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, #56b9f1 14.13%, rgb(133.0983606557, 204.5081967213, 244.9016393443) 97.78%);
  background-image: linear-gradient(180deg, #56b9f1 14.13%, rgb(133.0983606557, 204.5081967213, 244.9016393443) 97.78%);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
  border-radius: 7px;
  padding: 14px;
  font-size: 18px;
  color: #fff;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-info {
  z-index: 1;
  padding: 14px;
  outline: 0;
  border: 1px solid rgb(238.39, 239.9, 241.41);
  color: rgb(147.8873239437, 155.2112676056, 167.1126760563);
  background-color: #fff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: rgb(82.8, 92, 101.2);
  background-color: #fff;
  border-color: rgb(187.9, 194, 200.1);
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #f02a34;
  padding: 14px;
  font-size: 18px;
  outline: 0;
  font-weight: 500;
}

.btn.active:focus,
.btn.focus,
.btn:focus,
.btn:active {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  border-radius: 7px;
  border: none;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  min-width: initial;
}

.dropdown-menu > li > a {
  padding: 5px 13px;
}

.dropdown .dropdown-menu li {
  padding: 2px 5px;
}

.dropdown .dropdown-menu li i {
  color: #898e92;
}

.dropdown .dropdown-menu li a {
  color: #606875;
  border-radius: 5px;
}

.dropdown .dropdown-menu li a:hover {
  background-color: #f4f5f6;
  cursor: pointer;
}

.dropdown i.fa-ellipsis-v {
  color: #56b9f1;
  font-size: 22px;
}

.datepicker th:hover,
.datepicker td:hover {
  cursor: pointer;
}

.datepicker .day {
  border-radius: 7px;
}

.datepicker .today,
.datepicker .day:hover {
  background-color: #f4f5f6;
  text-align: center;
  border-radius: 7px;
}

.datepicker th.next {
  text-align: right;
}

.datepicker .datepicker-switch,
.datepicker td.day {
  text-align: center;
}

.datepicker .today {
  margin-top: 10px;
}

.datepicker {
  padding: 10px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #56b9f1;
  border-color: transparent;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: rgb(109.5491803279, 194.7540983607, 242.9508196721);
  text-shadow: none;
}

.datepicker.dropdown-menu {
  border: none;
  color: #606875;
}

.datepicker-orient-left:after,
.datepicker-orient-left:before {
  display: none;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #f4f5f6;
  background-image: none;
  border: none;
  filter: none;
  color: inherit;
}

.datepicker .datepicker-months,
.datepicker .datepicker-years,
.datepicker .datepicker-decades,
.datepicker .datepicker-centuries {
  text-align: center;
}

.datepicker .datepicker-months .month,
.datepicker .datepicker-years .year,
.datepicker .datepicker-decades .decade,
.datepicker .datepicker-centuries .century {
  margin: 2px 2px;
  display: inline-block;
  padding: 5px;
  border: 1px solid #dadce0;
  border-radius: 7px;
  width: 68px;
  text-align: center;
}

.checkbox label {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 25px 0;
}

.checkbox input[type=checkbox],
input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid #dadce0;
  background: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 8px;
  position: relative;
  outline: 0;
}

input[type=checkbox]:enabled:hover {
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #56b9f1;
  background-color: rgb(156.6475409836, 214.262295082, 246.8524590164);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDIwIj4KICA8cG9seWdvbiBmaWxsPSIjRkZGIiBwb2ludHM9IjI0IDMuNDAxIDkuMzI2IDE5Ljg1OCAwIDEwLjU4NyAzLjM3NCA3LjE4NiA4Ljc1IDEyLjUzNSAyMC4yNyAwIi8+Cjwvc3ZnPgo=);
  outline: 0;
}

input[type=checkbox]:enabled:checked {
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #56b9f1;
  background-color: #56b9f1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDIwIj4KICA8cG9seWdvbiBmaWxsPSIjRkZGIiBwb2ludHM9IjI0IDMuNDAxIDkuMzI2IDE5Ljg1OCAwIDEwLjU4NyAzLjM3NCA3LjE4NiA4Ljc1IDEyLjUzNSAyMC4yNyAwIi8+Cjwvc3ZnPgo=);
  outline: 0;
}

.float-left {
  float: left;
  position: relative;
}

.vertical-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.margin-5 {
  margin: 5px;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.no-padding {
  padding: 0 !important;
}

.align-left-right {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.border-b-0::after {
  background: transparent !important;
}

.grid-2 {
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 10px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.w-100 {
  width: 100% !important;
}

.w-49 {
  width: 49% !important;
}

.w-initial {
  width: initial;
}

.padding-0 {
  padding: 0 !important;
}

.padding-2 {
  padding: 2px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-6 {
  padding: 0 6px !important;
}

.padding-6v {
  padding: 6px !important;
}

.padding-7 {
  padding: 7px !important;
}

.padding-11 {
  padding: 11px !important;
}

.padding-5-10 {
  padding: 5px 10px !important;
}

.padding-0-15 {
  padding: 0px 15px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-b-2 {
  padding-bottom: 2px !important;
}

.padding-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-lr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-3 {
  margin: 3px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-15 {
  margin-bottom: 15px !important;
}

.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-2 {
  margin-left: 2px !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-5-0-5-0 {
  margin: 5px 0 5px 0 !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-lr-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-r-0 {
  margin-right: 0;
}

.float-initial {
  float: initial !important;
}

.right-0 {
  right: 0;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.alert-info {
  color: #172b4d;
  background-color: #f4f5f6;
  border: none;
}
.alert-info i {
  color: #f02a34;
}

.jumbotron {
  color: #172b4d;
  background-color: #f4f5f6;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.jumbotron .text-warning {
  color: #172b4d;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.table thead,
.table th {
  background-color: #f4f5f6;
}

.table-white > tbody > tr > td,
.table-white th {
  background: #fff;
  font-weight: normal;
}

.table tr:first-child th:first-child {
  border-radius: 7px 0 0 0;
}

.table tr:first-child th:last-child {
  border-radius: 0 7px 0 0;
}

.table tr:first-child th:first-child:last-child {
  border-radius: 7px 7px 0 0;
}

.table tr th {
  border-bottom: none !important;
  border-top: none !important;
}

.table {
  -webkit-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
  border-radius: 7px;
}

.table > tbody > tr:first-child > td {
  border-top: none;
}

.alert {
  border-radius: 7px;
}

pre {
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: transparent;
  border: none;
  font-family: inherit;
  white-space: normal;
  font-size: inherit;
}

small {
  color: #898e92 !important;
}

.btn-xs,
.btn-xs:hover,
.btn-xs:focus,
.btn-xs.active.focus,
.btn-xs.active:focus,
.btn-xs.active:hover,
.btn-xs:active.focus,
.btn-xs:active:focus,
.btn-xs:active:hover {
  font-size: 14px;
  padding: 8px;
  font-weight: 500;
}

.title a {
  color: #172b4d !important;
  margin-right: 10px;
}

.label:hover {
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.btn-primary.default {
  filter: grayscale(93%);
}

.btn-primary.danger,
.btn-primary.danger:active,
.btn-primary.danger:focus,
.btn-primary.danger:focus:active {
  background-image: -webkit-linear-gradient(180deg, #e32323 14.13%, #f15656 97.78%);
  background-image: linear-gradient(180deg, #e32323 14.13%, #f15656 97.78%);
}

.btn-primary.danger::before {
  background-image: -webkit-linear-gradient(180deg, #eb1c1c 14.13%, #ff7e7e 97.78%);
  background-image: linear-gradient(180deg, #eb1c1c 14.13%, #ff7e7e 97.78%);
}

.modal-footer .btn + .btn {
  margin-left: 0;
  margin-top: 5px;
}

.word-break {
  word-break: break-word;
}

.absolute {
  position: absolute;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  background-color: #f02a34;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  background-color: #56b9f1;
}

.flexbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.container-fluid {
  padding-right: 6px;
}

.pagination.paging {
  margin-top: 50px !important;
}

.pagination.paging > li > a, .pagination.paging > li > span {
  border: none;
  color: rgb(148.625, 154.375, 165.875);
  background-color: transparent;
}

.pagination.paging > .active > a,
.pagination.paging > .active > a:focus,
.pagination.paging > .active > a:hover,
.pagination.paging > .active > span,
.pagination.paging > .active > span:focus,
.paginpagination.pagingation > .active > span:hover {
  background-color: #56b9f1;
  border-color: #56b9f1;
  border-radius: 10px;
  color: #fff;
}

.pagination.paging .disabled {
  color: #dadce0;
}

.text-muted {
  color: inherit;
  opacity: 0.5;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .jumbotron {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    width: 1170px;
  }
}
@media (max-width: 500px) {
  .datepicker .table-condensed {
    width: 70vw;
  }
  .datepicker .table-condensed thead tr th.dow {
    text-align: center;
  }
}
@media (min-width: 500px) {
  .datepicker .datepicker-months,
  .datepicker .datepicker-years,
  .datepicker .datepicker-decades,
  .datepicker .datepicker-centuries {
    text-align: center;
    max-width: 350px;
  }
}
#qrCodeModal {
  z-index: 100000;
}
#qrCodeModal .modal-dialog {
  max-width: calc(100vw - 20px);
}

.breadcrumbs-xs .dropdown {
  width: calc(100% - 44px);
  display: inline-block;
  margin-left: 2px;
}
.breadcrumbs-xs .dropdown-toggle .btn.btn-info {
  text-overflow: ellipsis;
  overflow-x: hidden;
  max-width: 100%;
  display: block;
}
.breadcrumbs-xs .back-button {
  float: left;
  padding: 11px 14px;
}

.cancel-booking-item-form {
  display: inline;
}

/*# sourceMappingURL=bootstrapCustom.css.map */
