[name="delete_files[]"] {
  margin-left: 15px !important;
}

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

.mT-20 {
  margin-top: 20px;
}

.mT-5 {
  margin-top: 5px;
}

.mB-5 {
  margin-bottom: 5px;
}

.mB-10 {
  margin-bottom: 10px;
}

.pTBLR-5 {
  padding: 5px;
}

.d-block {
  display: block;
}

#order-photo-manage > .row {
  margin: 0 -1px;
}
#order-photo-manage > .row .lacobox-item {
  padding: 1px;
}
#order-photo-manage > .row .lacobox-item > div {
  height: 100px;
  position: relative;
}
#order-photo-manage > .row .lacobox-item > div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  width: 100%;
}
#order-photo-manage > .row .lacobox-item label {
  margin-bottom: 0;
  position: absolute;
  display: inline-block;
  left: 5px;
  bottom: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0px 6px;
}

.lacopicker_wrapper input[type=number].lacopicker_input_hours, .lacopicker_wrapper input[type=number].lacopicker_input_minutes {
  height: 46px;
  border-color: #d2d6de;
}
.lacopicker_wrapper .lacopicker_input_wrapper_hours, .lacopicker_wrapper .lacopicker_input_wrapper_minutes {
  width: 59px;
}
.lacopicker_wrapper .lacopicker_input_separator {
  height: 46px;
  line-height: 46px;
  border-color: #d2d6de;
}
.lacopicker_wrapper .lacopicker_input_add {
  height: 23px;
  width: 23px;
  border-color: #d2d6de;
}
.lacopicker_wrapper .lacopicker_input_substract {
  height: 24px;
  width: 23px;
  border-color: #d2d6de;
}

.main-sidebar, a.logo {
  width: 190px !important;
}

.content-wrapper, nav.navbar, footer.main-footer {
  margin-left: 190px !important;
}

#uploading-loader {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.66);
  z-index: 9999;
}
#uploading-loader > div {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#uploading-loader > div img {
  margin-bottom: 30px;
}
#uploading-loader > div > span {
  display: block;
}

.text-italic {
  font-style: italic;
}

@media screen and (min-width: 992px) {
  [id^=listSlaveUnits] {
    max-width: 900px !important;
  }
}

.tooltip .tooltip-arrow {
  border-bottom-color: #CC0000 !important;
}
.tooltip .tooltip-inner {
  border-radius: 0;
  background: #CC0000;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #b30000 !important;
}

/* -- -- */
/* -- ALL HAIL THE LACOBOX -- */
/* -- -- */
#lacobox-container {
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: none;
  height: 100%;
  width: 100%;
}
#lacobox-container > div {
  background-color: rgba(0, 0, 0, 0.4);
}
#lacobox-container:hover .close-lacobox, #lacobox-container:hover .lacobox-navigation {
  opacity: 1;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#lacobox-container #lacobox-image-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#lacobox-container #lacobox-image-holder #lacobox-loader {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#lacobox-container #lacobox-image-holder img {
  min-width: 100px;
  min-height: 100px;
  height: auto;
  width: auto;
  max-width: 90vw;
  max-height: 90vh;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#lacobox-container #lacobox-image-holder .lacobox-description {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  text-align: center;
  color: white;
}
#lacobox-container.hide-navigation .lacobox-navigation {
  display: none !important;
}
#lacobox-container .close-lacobox {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 23px;
  color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#lacobox-container .close-lacobox span {
  line-height: 50px;
  font-size: 35px;
  cursor: pointer;
}
#lacobox-container .lacobox-navigation {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  height: 100px;
  width: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
#lacobox-container .lacobox-navigation i {
  line-height: 100px;
  cursor: pointer;
}
#lacobox-container .next-lacobox-image {
  right: 5px;
}
#lacobox-container .previous-lacobox-image {
  left: 5px;
}
#lacobox-container .no-next-lacobox-image, #lacobox-container .no-next-lacobox-image i {
  opacity: 0.4 !important;
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  #lacobox-container .lacobox-navigation, #lacobox-container .close-lacobox {
    opacity: 1 !important;
  }
}
[select2] {
  display: none !important;
}

span.select2:not(.datatable-select2-container) {
  display: block;
}
span.select2:not(.datatable-select2-container) > span {
  display: block;
}
span.select2:not(.datatable-select2-container) > span > .select2-selection {
  display: block;
  height: 46px;
  line-height: 24px;
  padding: 12px;
  font-size: 18px;
  border-color: #d2d6de;
  border-radius: 4px;
}
span.select2:not(.datatable-select2-container) > span > .select2-selection .select2-selection__arrow {
  height: 44px;
}
span.select2:not(.datatable-select2-container) > span > .select2-selection .select2-selection__arrow > b {
  border-color: #555 transparent transparent transparent !important;
}
span.select2:not(.datatable-select2-container) > span > .select2-selection .select2-selection__placeholder {
  color: #444;
}

span.select2.datatable-select2-container {
  display: block;
}
span.select2.datatable-select2-container > span {
  display: block;
}
span.select2.datatable-select2-container > span > .select2-selection {
  display: block;
  height: 30px;
  font-size: 14px;
  border-color: #d2d6de;
  border-radius: 4px;
  min-width: 145px;
}
span.select2.datatable-select2-container > span > .select2-selection .select2-selection__arrow {
  height: 30px;
}
span.select2.datatable-select2-container > span > .select2-selection .select2-selection__arrow > b {
  border-color: #555 transparent transparent transparent !important;
}
span.select2.datatable-select2-container > span > .select2-selection .select2-selection__placeholder {
  color: #444;
}
span.select2.datatable-select2-container > span > .select2-selection .select2-selection__rendered {
  line-height: 24px;
}

body > .select2-container {
  z-index: 999999;
}

.wickedpicker {
  z-index: 99999;
}

[datepicker][readonly] {
  background-color: #fff;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 5px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

#planovac-body .required-error, .order-form-planovac .required-error {
  border-color: #ff6e7d;
}
#planovac-body #google-map-wrapper, .order-form-planovac #google-map-wrapper {
  position: relative;
  border: 1px solid #ddd;
}
#planovac-body #google-map-wrapper #google-map-controls, .order-form-planovac #google-map-wrapper #google-map-controls {
  z-index: 9;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.95);
}
#planovac-body #google-map-wrapper #google-map-controls label, .order-form-planovac #google-map-wrapper #google-map-controls label {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  padding-right: 25px;
}
#planovac-body #google-map-wrapper #google-map, .order-form-planovac #google-map-wrapper #google-map {
  height: 400px;
}
#planovac-body #google-calendar, .order-form-planovac #google-calendar {
  padding: 5px 0;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  position: relative;
  /* #grid-length {
     height: calc(21 * 82px);
   }*/
  /*.single-calendar-timestamp {
    padding: 5px 10px;
    small {
      display: block;
      border-bottom: 1px solid #eee;
      margin-bottom: 5px;
      color: #888;
    }
    .event-container {
      min-height: 25px;
      .single-event {
        position: relative;
        margin-bottom: 2px;
        padding: 5px;
        &:hover {
          i[editeventtrigger] {
            opacity: 1;
          }
        }
        h5 {
          font-size: 15px;
          margin-top: 0;
          margin-bottom: 0;
        }
        p {
          margin-top: 5px;
          margin-bottom: 0;
          font-size: 13px;
        }
        i[editeventtrigger] {
          position: absolute;
          padding: 5px;
          cursor: pointer;
          right: 1px;
          top: 1px;
          transition: 0.2s;
          opacity: 0;
        }
      }
    }
  }*/
}
#planovac-body #google-calendar.loading, .order-form-planovac #google-calendar.loading {
  overflow-y: hidden;
  padding-right: 18px;
}
#planovac-body #google-calendar.loading:after, .order-form-planovac #google-calendar.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.95) url("/preloader.gif") no-repeat center;
}
#planovac-body #google-calendar #google-calendar-time-grid, .order-form-planovac #google-calendar #google-calendar-time-grid {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
}
#planovac-body #google-calendar #google-calendar-time-grid .single-calendar-timestamp, .order-form-planovac #google-calendar #google-calendar-time-grid .single-calendar-timestamp {
  padding: 0 10px 0 10px;
  height: 60px;
}
#planovac-body #google-calendar #google-calendar-time-grid .single-calendar-timestamp small, .order-form-planovac #google-calendar #google-calendar-time-grid .single-calendar-timestamp small {
  display: block;
  overflow-x: hidden;
  margin-bottom: 0;
  line-height: 25px;
  color: #888;
  position: relative;
}
#planovac-body #google-calendar #google-calendar-time-grid .single-calendar-timestamp small:before, .order-form-planovac #google-calendar #google-calendar-time-grid .single-calendar-timestamp small:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  /*  top: calc(50% - 1px);
    left: 33px;*/
  top: 0;
  left: 14px;
}
#planovac-body #google-calendar #google-calendar-time-grid .single-calendar-timestamp .event-container, .order-form-planovac #google-calendar #google-calendar-time-grid .single-calendar-timestamp .event-container {
  margin-left: 38px;
}
#planovac-body #google-calendar #google-calendar-time-grid .single-calendar-timestamp .event-container > div, .order-form-planovac #google-calendar #google-calendar-time-grid .single-calendar-timestamp .event-container > div {
  cursor: -webkit-grab;
  cursor: grab;
}
#planovac-body #google-calendar #google-calendar-time-grid .single-calendar-timestamp .event-container > div i[editeventtrigger], .order-form-planovac #google-calendar #google-calendar-time-grid .single-calendar-timestamp .event-container > div i[editeventtrigger] {
  position: absolute;
  right: 6px;
  top: 5px;
}
#planovac-body #google-calendar #google-calendar-time-grid .single-calendar-timestamp .event-container > div h5, .order-form-planovac #google-calendar #google-calendar-time-grid .single-calendar-timestamp .event-container > div h5 {
  line-height: 1.2;
  margin: 0;
  padding: 5px;
  font-size: 15px;
}
#planovac-body #google-calendar #google-calendar-event-grid, .order-form-planovac #google-calendar #google-calendar-event-grid {
  height: 960px;
  position: relative;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event, .order-form-planovac #google-calendar #google-calendar-event-grid .single-event {
  width: calc(100% - 55px);
  cursor: move;
  position: absolute;
  margin-left: 50px;
  margin-right: 10px;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event:hover i[editeventtrigger], .order-form-planovac #google-calendar #google-calendar-event-grid .single-event:hover i[editeventtrigger] {
  opacity: 1 !important;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper, .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper {
  position: relative;
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper:before, .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 1px;
  background: #fff;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper:after, .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #aaa;
  border-bottom: 1px solid #fff;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper .stack-handler, .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper .stack-handler {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 10px;
  background: inherit;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aaa;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper h5, .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper h5 {
  font-size: 15px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper p, .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper i[onHoverShowNote], .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper i[onHoverShowNote] {
  line-height: 24px;
  padding-right: 6px;
  opacity: 0.75;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper i[onHoverShowNote]:hover, .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper i[onHoverShowNote]:hover {
  opacity: 1;
}
#planovac-body #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper i[editeventtrigger], .order-form-planovac #google-calendar #google-calendar-event-grid .single-event .single-event-inner-wrapper i[editeventtrigger] {
  position: absolute;
  padding: 5px;
  cursor: pointer;
  right: 1px;
  top: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

#todays-orders tbody tr td.highlight {
  background: #ffa3a7;
}
#todays-orders tbody tr td [date], #todays-orders tbody tr td [time] {
  padding: 6px 4px;
}
#todays-orders tbody tr td [date] {
  width: 85px;
  text-align: center;
}
#todays-orders tbody tr td [time] {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .btn-menu {
    float: none !important;
  }
  footer.main-footer {
    margin-left: 0 !important;
    text-align: center;
  }
  #order-action-buttons form {
    width: 100%;
    float: none !important;
  }
  .btnss-sml.pull-right {
    float: none !important;
  }
  .btnss-sml.pull-right .dropdown-menu {
    width: 100% !important;
    text-align: center !important;
  }
  .btnss-sml.pull-right .caret {
    margin-left: 5px;
  }
  #orderChecklistTable tbody tr {
    border-bottom: 5px solid #ddd;
  }
  #orderChecklistTable tbody tr td {
    width: 100% !important;
  }
  #orderChecklistTable tbody tr td .select2.select2-container.select2-container--default {
    width: 100% !important;
    max-width: calc(100vw - 67px) !important;
  }
  #orderChecklistTable tbody tr td textarea {
    height: 90px;
  }
}
.btn.hide-on-large {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 800px) {
  .btn.hide-on-large {
    display: none;
  }
}/*# sourceMappingURL=importer.css.map */