.loader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 500;
}

.loader .loader-gif {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #e5e5e5 url(/progress.svg) center center no-repeat;
}

.loader .loader-msg {
  position: absolute;
  left: 0px;
  width: 100%;
  display: inline-block;
  margin-bottom: -3em;
  font-size: 12px;
  text-align: center;
  bottom: 50%;
}

/* sector-tooltip */

.sector-tooltip {
  position: absolute;
  width: 180px;
  height: 30px;
  padding: 10px;
  font-size: 10px;
  text-align: center;
  background: black;
  border: black;
  border-radius: 2px;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
  color: white;
  opacity: 0.7;
}

.sector-tooltip:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  top: 24px;
  left: 77px;
}

.price--selected {
  stroke: #cce294;
}

.price--busy {
  stroke: #e7e7e7;
}

[data-status="reserved"] {
  stroke: #f44;
}

.price--reserved {
  stroke: #e7e7e7;
}

.modal-status-b::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-top: 1px dashed #e7e7e7;
}

.modal-status-b {
  margin: 25px 0 0;
  position: relative;
  padding: 8px 0 0;
}
.modal-status {
  margin: 3px 0 0;
  font-size: 12px;
  padding: 0 0 0 16px;
  position: relative;
}
.modal-status:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid;
  left: 0;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.modal-status--cashier:before {
  border-color: #ff3d00;
}

.modal-status--online:before {
  border-color: #00ff00;
}

.modal-status--selected:before {
  border-color: #cce294;
}

.modal-status--partner:before {
  border-color: #ffde00;
}

.modal-status--busy:before {
  border-color: #e7e7e7;
}

.modal-status--reserved:before {
  border-color: #f44;
}

.select-ticket-alert {
  display: none;
  width: 100%;
  position: relative;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 0.25rem;
  padding: 12px 14px;
  color: #000000;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.select-ticket-alert__close {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  right: 6px;
  cursor: pointer;
}
