#bookings {
    margin-bottom: 10px;
    width: 100%;
}
.booking-content {
    width: 100%;
    height: 100%;
    overflow-x: auto;
}
.booking-header {
    float:right;
    display: flex;
    padding-bottom: 10px;
}
.booking-footer>*,
.booking-header>* {
    display: inline-flex;
    height: 36px !important;
    color:#000 !important;
    white-space: nowrap;
}
.booking-header>span {
    padding-top: 1px;
}
.booking-header .hasDatepicker {
    min-width: 190px !important;
}

.booking-footer .btn,
.booking-header .btn {
    background-color: #fff;
    border: solid 1px #999;
}
.booking-footer .btn { 
    padding: 7px;
    font-size: 12px;
    line-height: 24px;
}
.booking-footer .btn svg{
    font-size:20px;
    margin-right: 10px;
}

#bookings tfoot tr {
    background-color: #ecf0f5;
}

#bookings tr th {
    background-color: #ecf0f5;
    color:#999;
    padding: 10px;
    font-size: 12px;
}
#bookings tr td {
    padding:10px;
}
#bookings tr td>div {
    display: inline-flex;
}
.booking-header .select2,
#bookings .select2 {
    min-width: 280px !important;
    display: block;
}
#bookings .hours_per_day {
    text-align: right;
    width: 46px !important;
    min-width: 46px !important;
    padding: 5px 3px;
}
#bookings .comment {
    width: 10px !important;
    min-width: 10px !important;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    overflow: hidden;
    resize: none;
}

/*#bookings .popup_button {
    cursor: pointer;
    height: 34px;
    display: flex;
    width: 20px !important;
    border: solid 1px #ccc;
    border-radius: 0 5px 5px 0px;
    color: #ccc;
    font-size: 32px;
    padding: 5px;
}*/
#bookings .popup_button {
  cursor: pointer;
  height: 17px;
  display: block;
  width: 26px !important;
  border: solid 1px #ccc;
  border-radius: 0 0px 5px 0px;
  color: #ccc;
  font-size: 32px;
  /*padding: 5px;*/
}
#bookings .switch {
    width: 26px !important;
    height: 15px !important;
    margin-top: 2px !important;
    float:left;
}
#bookings .slider_switch::before {
    width: 9px !important;
    height: 9px !important;
}
#bookings .switch input:checked + .slider_switch::before {
    -webkit-transform: translateX(10px) !important;
    -ms-transform: translateX(10px) !important;
    transform: translateX(10px) !important;
}

#bookings #btn_add_item[disabled="disabled"]:hover,
#bookings #btn_add_item[disabled="disabled"],
#bookings .popup_button[disabled="disabled"]{
    cursor: default !important;
    color: #eee !important;
}

#bookings .total_item {
    height:34px;
    min-width:80px;
    /*border: solid 1px #ccc;
    padding: 5px;*/
    margin-right:5px;
    text-align: right;
    font-weight: 100;
}
#bookings #totales th {
    text-align: right;
    padding-right: 4.5%;
    /*padding-right: 35px;
    font-weight: 100;*/
    /*right: 80px;
    position: relative;
    padding-right: 2px;*/
}
#bookings #totales th:first-child {
    text-align: left;
    /*right: 0px;*/
}
#bookings #totales th:last-child {
   /* padding-right: 48px;
    padding-left: 2px;*/
}