@charset "UTF-8";
.input-xs {
  height: 25px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.label-large {
  font-size: 12px;
  padding: 0.3em 0.6em;
}

.label-alternate {
  background-color: #EEEEEE;
  color: #333333;
  border: 1px #CCCCCC solid;
}

.panel-collapsible {
  border-radius: 0;
  margin-bottom: 0;
  border-top: none;
}
.panel-collapsible:first-child {
  border-top: 1px solid #dddddd;
}
.panel-collapsible .panel-heading {
  cursor: pointer;
}
.panel-collapsible .panel-heading:before {
  content: "▶";
  margin-right: 5px;
}
.panel-collapsible .panel-heading.collapsed:before {
  content: "▼";
  margin-right: 3px;
}

.badge-error {
  background-color: #D9534F;
}

.time-slot-row {
  cursor: pointer;
}

.close-modal {
  display: none;
}

.label.check-maid {
  background-color: #5da33d;
}

.label.maid-marines {
  background-color: #143367;
}

.label.synergy-maids {
  background-color: #26bde5;
}

#recurring-conflicts-container {
  margin: 5px 0 20px 0;
}

#appointment_order_appointment_time option:disabled {
  color: #BBBBBB;
}

/* Employee Calendar */
.calendar-header {
  font-size: 36px;
}

.calendar-header span {
  padding: 0 20px;
}

.calendar-table {
  table-layout: fixed;
}
.calendar-table .next-month, .calendar-table .calendar-table .prev-month {
  color: #BBBBBB;
  background-color: #FFFFFF;
}
.calendar-table .today {
  background-color: #EEEEEE;
}
.calendar-table .date {
  position: absolute;
}
.calendar-table .appointments {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
.calendar-table .appointments li {
  padding: 3px 0;
}
.calendar-table .appointments p:last-child {
  margin-bottom: 0;
}
.calendar-table .today .date {
  font-weight: bold;
}
.calendar-table .tooltip {
  width: 200px;
}
.calendar-table sup {
  margin-left: -3px;
}

.calendar-content {
  min-height: 85px;
}

.calendar-table .statistics-section {
  border-top: 1px #DDDDDD solid;
  padding-top: 20px;
  margin-top: 40px;
}

.table .available-time-slot {
  text-align: center;
}

.table .available-time-slot:hover {
  background-color: #EFEFEF;
}

@media (max-width: 768px) {
  .calendar-table thead {
    display: none;
  }
  .calendar-table td {
    display: block;
  }
  .calendar-table .date {
    position: static;
    display: inline-block;
    width: 30px;
    vertical-align: top;
  }
  .calendar-table .appointments {
    margin: 0;
    display: inline-block;
    padding: 5px;
  }
  .calendar-table .appointments li {
    display: inline-block;
    padding: 0 3px;
  }
  .calendar-table .appointments li:after {
    content: ",";
  }
  .calendar-table .appointments li:last-child:after {
    content: "";
  }
  .calendar-content {
    min-height: 0px;
  }
}
.pdf-invoice-table td {
  padding: 2px 0;
}

tbody tr.flash td {
  animation-name: pulsate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
    background-color: #fcf8e3;
  }
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: #fcf8e3;
  }
}
#sms-log {
  height: 200px;
  overflow-y: scroll;
  resize: vertical;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  /*border: solid #fff 5px;
  left: -5px;
  background: #fff;*/
  background-color: #f5f6f4;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 99%;
}

.bxslider {
  top: -17px;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/assets/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  /*background: #666;*/
  background-color: #919191;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(120, 120, 120, 0.3);
  box-shadow: inset 0px 3px 2px 1px rgba(120, 120, 120, 0.3);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  /*background: #000;*/
  background-color: #77c056;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.scheduling-table {
  width: 1884px;
}
.scheduling-table div {
  box-sizing: border-box;
}
.scheduling-table .scheduling-row {
  height: 30px;
}
.scheduling-table .scheduling-row:hover {
  background-color: #FAFAFA;
}
.scheduling-table .scheduling-row:hover .time-slot.outside-working-hours {
  background-color: #DADADA;
}
.scheduling-table .scheduling-header-row {
  font-size: 10px;
  line-height: 10px;
  height: 20px;
  background-color: white !important;
}
.scheduling-table .scheduling-header-row div:first-child {
  width: 152px;
  display: inline-block;
  height: 20px;
  border-top: 1px #CCCCCC solid;
  border-left: 1px #CCCCCC solid;
  padding: 5px 0;
}
.scheduling-table .scheduling-header-row .time-slot {
  padding-left: 5px;
  height: 20px;
}
.scheduling-table .scheduling-header-row .time-slot.highlight {
  background-color: #777777;
  color: #FFFFFF;
}
.scheduling-table .scheduling-header-row-fixed {
  position: absolute;
  z-index: 1000;
  width: 1884px;
}
.scheduling-table .time-slot, .scheduling-table .worker-name, .scheduling-table .date-name, .scheduling-table .inefficiency {
  padding: 5px 0;
  display: inline-block;
  height: 30px;
  border-top: 1px #CCCCCC solid;
  border-left: 1px #CCCCCC solid;
}
.scheduling-table .time-slot:last-child {
  border-right: 1px #CCCCCC solid;
}
.scheduling-table .scheduling-row:last-child .worker-name, .scheduling-table .scheduling-row:last-child .time-slot {
  border-bottom: 1px #CCCCCC solid;
}
.scheduling-table .scheduling-header-row .time-slot {
  width: 54px;
  font-weight: normal;
}
.scheduling-table .scheduling-header-row .time-slot.start-of-appointment {
  border-left: 1px #000000 solid !important;
}
.scheduling-table .scheduling-header-row .time-slot.end-of-appointment {
  border-right: 1px #000000 solid !important;
}
.scheduling-table .assigned-worker-schedule .worker-name *, .scheduling-table .assigned-worker-schedule .time-slot * {
  opacity: 0.3;
}
.scheduling-table .time-slot {
  width: 54px;
}
.scheduling-table .time-slot.outside-working-hours {
  background-color: #EAEAEA;
}
.scheduling-table .time-slot.start-of-appointment {
  border-left: 1px #000000 solid !important;
}
.scheduling-table .time-slot.end-of-appointment {
  border-right: 1px #000000 solid !important;
}
.scheduling-table .time-slot.gap-highlight {
  background-image: image-url("/assets/gap_highlight-e795c6b6.gif");
  background-repeat: repeat-x;
  background-position: center;
}
.scheduling-table .inefficiency {
  width: 54px;
  overflow: hidden;
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
}
.scheduling-table .worker-name, .scheduling-table .date-name {
  white-space: pre;
  overflow: hidden;
  width: 152px;
  padding: 5px;
}
.scheduling-table .event {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  background-color: #333333;
  height: 20px;
  position: absolute;
  text-align: center;
}
.scheduling-table .event .glyphicon {
  font-size: 12px;
}
.scheduling-table .event a {
  color: #FFFFFF;
}
.scheduling-table .event-appointment, .scheduling-table .event-worker_assignment {
  background-color: rgb(117.5669642857, 191.0044642857, 83.9955357143);
  border-right: 1px #CACACA solid;
}
.scheduling-table .event-appointment:hover, .scheduling-table .event-worker_assignment:hover {
  background-color: #5da33d;
}
.scheduling-table .event-appointment.event-flexible, .scheduling-table .event-worker_assignment.event-flexible {
  background-color: #42AFD4;
}
.scheduling-table .event-appointment.event-flexible:hover, .scheduling-table .event-worker_assignment.event-flexible:hover {
  background-color: rgb(42.0732758621, 148.724137931, 184.9267241379);
}
.scheduling-table .event-worker_unavailability {
  color: #FFFFFF;
}
.scheduling-table .event-staff_meeting {
  background-color: rgb(27.652173913, 110.6086956522, 184.347826087);
  border-right: 1px #CACACA solid;
  color: #FFFFFF;
}
.scheduling-table .event-staff_meeting:hover {
  background-color: #15548c;
}

#flexibility-indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: visible;
  opacity: 0.43;
}

#worker-name-list td {
  cursor: pointer;
}
#worker-name-list td.active {
  background-color: #337ab7;
  color: white;
}

.worker-time-adjustment-form-container {
  display: none;
}

#sms-recipients-table td {
  opacity: 0.4;
  cursor: pointer;
}

#sms-recipients-table td.active {
  opacity: 1;
}

#appointment-sidebar .btn-block {
  margin-bottom: 5px;
}

.label-grey {
  background-color: #999999;
}

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

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

#worker-assignment-summary a {
  margin-right: 5px;
}
