.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.mapboxgl-canary {
  background-color: salmon;
}
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}
.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}
.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}
.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus,
.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}
.mapboxgl-ctrl-group button:first-child {
  border-radius: 4px 4px 0 0;
}
.mapboxgl-ctrl-group button:last-child {
  border-radius: 0 0 4px 4px;
}
.mapboxgl-ctrl-group button:only-child {
  border-radius: inherit;
}
.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='0.9' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}
@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23000'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 2px 24px 2px 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 8px 2px 28px;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    display: none;
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    top: 0;
    right: 0;
    border: 0;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}
.mapboxgl-attrib-empty {
  display: none;
}
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}
.mapboxgl-popup-anchor-left {
  flex-direction: row;
}
.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}
.mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}
.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}
.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 1;
  transition: opacity 0.2s;
}
.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}
.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  width: 0;
  height: 0;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  content: "";
  border-bottom: 7.5px solid #4aa1eb;
  position: absolute;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid transparent;
  transform: translateY(-28px) skewY(-20deg);
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid transparent;
  transform: translate(7.5px, -28px) skewY(20deg);
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}
.mapboxgl-user-location-dot-stale:after {
  display: none;
}
.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}
@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.mapboxgl-scroll-zoom-blocker,
.mapboxgl-touch-pan-blocker {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  justify-content: center;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s ease-in-out;
  transition-delay: 1s;
}
.mapboxgl-scroll-zoom-blocker-show,
.mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

/*!
 * Cropper.js v0.8.1
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-09-03T04:55:16.458Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
}
.cropper-container img {
  display: block;
  min-width: 0!important;
  max-width: none!important;
  min-height: 0!important;
  max-height: none!important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}
.cropper-modal {
  opacity: .5;
  background-color: #000;
}
.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: #39f solid 1px;
  outline-color: rgba(51, 153, 255, 0.75);
}
.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee;
}
.cropper-dashed.dashed-h {
  top: 33.33333333%;
  left: 0;
  width: 100%;
  height: 33.33333333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333333%;
  width: 33.33333333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0.75;
}
.cropper-center:after,
.cropper-center:before {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee;
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}
.cropper-line,
.cropper-point {
  background-color: #39f;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.cropper-point {
  width: 5px;
  height: 5px;
  opacity: 0.75;
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: 0.75;
  }
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(f4769f9bdb7466be65088239c12046d1.eot);
  src: url(f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1d80c3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #135480;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #d2d2d2;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #d2d2d2;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #d2d2d2;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #c0c0c0;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ebebeb;
  border-color: #ccc;
}
.btn-default .badge {
  color: #ebebeb;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #1d80c3;
  border-color: #1a71ad;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #166397;
  border-color: #09293e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #166397;
  border-color: #124e78;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #166397;
  border-color: #124e78;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #124e78;
  border-color: #09293e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1d80c3;
  border-color: #1a71ad;
}
.btn-primary .badge {
  color: #1d80c3;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #43a047;
  border-color: #3b8e3f;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #347c37;
  border-color: #163417;
}
.btn-success:hover {
  color: #fff;
  background-color: #347c37;
  border-color: #29632c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #347c37;
  border-color: #29632c;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #29632c;
  border-color: #163417;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #43a047;
  border-color: #3b8e3f;
}
.btn-success .badge {
  color: #43a047;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ff8031;
  border-color: #ff7018;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #fd6100;
  border-color: #973a00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #fd6100;
  border-color: #d95300;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #fd6100;
  border-color: #d95300;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d95300;
  border-color: #973a00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ff8031;
  border-color: #ff7018;
}
.btn-warning .badge {
  color: #ff8031;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ed1c24;
  border-color: #de1219;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c61017;
  border-color: #68080c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c61017;
  border-color: #a50d13;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c61017;
  border-color: #a50d13;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #a50d13;
  border-color: #68080c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ed1c24;
  border-color: #de1219;
}
.btn-danger .badge {
  color: #ed1c24;
  background-color: #fff;
}
.btn-link {
  color: #1d80c3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #135480;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in,
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #d3d3d3;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1d80c3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #1d80c3;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1d80c3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1d80c3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #135480;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1d80c3;
  border-color: #1d80c3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #1d80c3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #166397;
}
.label-success {
  background-color: #43a047;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #347c37;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #ff8031;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #fd6100;
}
.label-danger {
  background-color: #ed1c24;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c61017;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1d80c3;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1d80c3;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1d80c3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #43a047;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ff8031;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ed1c24;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1d80c3;
  border-color: #1d80c3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #b8dcf4;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #1d80c3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1d80c3;
  border-color: #1d80c3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1d80c3;
}
.panel-primary > .panel-heading .badge {
  color: #1d80c3;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1d80c3;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog,
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in,
.modal-backdrop.show {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 480px) {
  .modal-dialog {
    width: 300px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn {
  font-weight: 600;
}
.btn-default {
  color: rgba(68, 68, 68, 0.75);
}
.btn-nobg {
  background: none;
}
.btn-group,
.btn-group-vertical {
  vertical-align: baseline;
}
.dropdown-menu {
  cursor: pointer;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  min-width: 100px;
}
.dropdown-menu .dropdown-item {
  outline: none;
}
.dropdown-menu > li > a {
  color: #444444;
  padding: 5px 24px 5px 16px;
}
.dropdown-menu > li > a.highlight {
  text-decoration: none;
  color: #262626;
  background-color: #d3d3d3;
}
.dropdown-menu.disable-highlight > li > a:hover {
  color: initial;
  background-color: initial;
}
.dropdown-menu.disable-highlight > li > a:hover.highlight {
  text-decoration: none;
  color: #262626;
  background-color: #d3d3d3;
}
.modal-content {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 130px auto;
  }
}
.tooltip {
  filter: drop-shadow(0 0 2px rgba(68, 68, 68, 0.5));
}
.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 5px 15px;
  color: #444444;
  background-color: #fbfbfb;
  border-radius: 2px;
  max-width: 300px;
  width: max-content;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fbfbfb;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fbfbfb;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fbfbfb;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fbfbfb;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
pre {
  padding: 0;
  border: none;
  font-family: inherit;
  background-color: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
}
body,
.cr-body {
  color: #444444;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
h1,
.cr-headline {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
}
h2,
.cr-title {
  font-size: 20px;
  font-weight: 400;
}
h3,
.cr-section {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.cr-detail {
  font-size: 12px;
  line-height: 20px;
}
.cr-detail-medium {
  font-size: 12px;
  font-weight: 600;
}
.cr-detail-semibold {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}
label,
.cr-label {
  font-size: 12px;
  line-height: 16px;
  padding-right: 8px;
}
.cr-stat {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.04em;
}
.cr-stat-title {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.cr-button {
  border: none;
  padding: 8px 24px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
button,
input[type="button"],
.cr-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.cr-icon-btn {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
}
.cr-graph-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.cr-graph-axis {
  font-size: 10px;
  letter-spacing: -0.04em;
}
.cr-mini-graph-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.cr-navigation {
  font-size: 14px;
  font-weight: 500;
}
.cr-label-bold {
  font-size: 12px;
  font-weight: bold;
}
.cr-subtitle {
  font-size: 16px;
}
.cr-medium {
  font-weight: 600;
}
.cr-page-padding {
  padding: 24px;
}
.cr-page-padding-top {
  padding-top: 24px;
}
.cr-kpis {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  text-align: center;
}
.cr-kpis .cr-detail {
  color: rgba(68, 68, 68, 0.5);
}
.cr-flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.cr-flex-between {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.cr-flex-fill {
  flex: 1 0 0;
  width: 0;
}
input::-ms-clear {
  display: none;
}
a {
  color: #1d80c3;
}
a:hover,
a:focus {
  color: inherit;
}
.inline-block {
  display: inline-block;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.cr-section-title {
  color: rgba(68, 68, 68, 0.5);
  font-weight: 600;
  font-size: 12px;
}
.cr-item-heading {
  font-size: 12px;
  font-weight: 500;
  color: rgba(68, 68, 68, 0.5);
  margin-top: 15px;
}
.cr-item {
  font-size: 14px;
  margin-bottom: 4px;
}
.ng-submitted .cr-form-elem.ng-invalid {
  border: 1px solid #ed1c24;
}
.ng-submitted .ng-pristine:not(.ng-submitted) .cr-form-elem:not(.ng-touched) {
  border: 1px solid #e3e3e3;
}
.ng-submitted .ng-pristine:not(.ng-submitted) .cr-form-elem:not(.ng-touched):focus {
  border: 1px solid #d3d3d3;
}
.cr-form-elem.ng-touched.ng-invalid {
  border: 1px solid #ed1c24;
}
.cr-form-elem-margin {
  margin-bottom: 24px;
}
input,
textarea {
  box-shadow: none;
  background: none;
  color: #444444;
  outline: none;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #fbfbfb;
  border: 1px #e3e3e3 solid;
}
input:focus,
textarea:focus {
  border: 1px solid #d3d3d3;
}
input {
  height: 28px;
}
/* TODO: update details page to use the global cr* styles  (eg. replace detail-item with cr-item)
   https://te2web.atlassian.net/browse/ROOM-793
*/
.details-page .detail-section-title {
  color: rgba(68, 68, 68, 0.5);
  font-weight: 600;
  font-size: 12px;
}
.details-page .detail-section-title .section-help-text {
  font-weight: normal;
}
.details-page .detail-item-heading {
  font-size: 12px;
  font-weight: 500;
  color: rgba(68, 68, 68, 0.5);
  margin-top: 15px;
}
.details-page .detail-item {
  font-size: 14px;
  margin-bottom: 4px;
}
.details-page .detail-item-no-label {
  margin-top: 18px;
}
.details-page .detail-item-semibold {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}
.details-page .control-label {
  font-weight: normal;
  font-size: 12px;
}
.details-page.cr-edit .control-label {
  color: rgba(68, 68, 68, 0.5);
}
.details-page.cr-edit .detail-section-title {
  color: #444444;
  margin-bottom: 20px;
}
.details-page .detail-chl > span {
  display: inline-block;
  margin-top: 4px;
  margin-right: 4px;
}
hr.details-divider {
  margin-top: 58px;
  margin-bottom: 15px;
  border-color: #d3d3d3;
}
hr.details-divider.no-bar {
  margin-bottom: 0;
  border: none;
}
.cr-drop {
  position: absolute;
  width: 100%;
  height: 6px;
  margin: -3px 0 0 -10px;
}
.cr-drop.drag-enter {
  background-color: rgba(13, 112, 179, 0.25);
}
.cr-break-word {
  word-wrap: break-word;
  hyphens: auto;
}
.cr-uppercase {
  text-transform: uppercase;
}
.cr-chip {
  display: inline-block;
  white-space: nowrap;
  margin-top: 4px;
  margin-right: 4px;
}
.sticker-image {
  background-color: #afafaf;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.sticker-image .icon-cr-image {
  color: #fff;
  font-size: 16px;
}
.circle-image {
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.square-image {
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hide-image {
  display: none;
}
.cr-stretch {
  width: 100%;
}
.locale-dropdown .current-selection {
  color: #1d80c3;
  font-size: 12px;
  font-weight: normal;
}
.locale-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.error-text {
  color: #ed1c24;
}
input::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
input:-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
input::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.no-scroll {
  overflow: hidden;
}
.cr-date-picker-container .uib-datepicker:focus,
.cr-date-picker-container .uib-daypicker:focus,
.cr-date-picker-container .uib-datepicker > div:focus {
  outline: none;
}
.cr-date-picker-container .uib-datepicker {
  padding: 0 16px 4px 16px;
}
.cr-date-picker-container .uib-datepicker button.btn,
.cr-date-picker-container .uib-datepicker button.btn:focus,
.cr-date-picker-container .uib-datepicker button.btn:active {
  outline: none;
  font-weight: normal;
}
.cr-date-picker-container .uib-datepicker .uib-title {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  border: none;
  pointer-events: none;
  background-color: inherit;
}
.cr-date-picker-container .uib-datepicker thead {
  color: #d3d3d3;
}
.cr-date-picker-container .uib-datepicker thead .glyphicon {
  font-size: 14px;
}
.cr-date-picker-container .uib-datepicker thead tr:last-child {
  color: rgba(68, 68, 68, 0.5);
  text-transform: uppercase;
}
.cr-date-picker-container .uib-datepicker thead th {
  text-align: center;
}
.cr-date-picker-container .uib-datepicker thead th button {
  margin: 10px 0;
  border: none;
  background-color: #f3f3f3;
}
.cr-date-picker-container .uib-datepicker thead th button:hover {
  background-color: #ebebeb;
}
.cr-date-picker-container .uib-datepicker .uib-weeks .uib-day button {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444444;
  border: none;
  background-color: #f3f3f3;
}
.cr-date-picker-container .uib-datepicker .uib-weeks .uib-day button:hover {
  background-color: #ebebeb;
}
.cr-date-picker-container .uib-datepicker .uib-weeks .uib-day button.btn-info.active {
  color: #0d70b3;
  background-color: rgba(13, 112, 179, 0.25);
}
.cr-date-picker-container .uib-datepicker .uib-weeks .uib-day button:focus {
  outline: none;
}
.popover {
  z-index: 1030;
  min-width: 164px;
  max-width: 220px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.popover .popover-content {
  padding: 12px;
}
.popover.top .arrow {
  border-top-color: rgba(0, 0, 0, 0.08);
}
.popover.bottom .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.popover.left .arrow {
  border-left-color: rgba(0, 0, 0, 0.08);
}
.popover.right .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}
.btn-link {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
/* start of new styles section */
.text-regular {
  font-size: 14px;
  line-height: 20px;
}
.capitalize-first-letter:first-letter {
  text-transform: uppercase;
}
body .bs-datepicker-container {
  padding: 0px;
}
body .bs-datepicker-container .bs-datepicker-head {
  background-color: #fbfbfb;
}
body .bs-datepicker-container .bs-datepicker-head * {
  color: #444444;
}
body .bs-datepicker-container .bs-datepicker-body {
  border: none;
  background-color: #fbfbfb;
}

@font-face {
  font-family: "control-room";
  src: url(32a2a2cdbda0f4c80c9986293dbc927f.eot);
  src: url(32a2a2cdbda0f4c80c9986293dbc927f.eot#iefix) format("embedded-opentype"), url(b1a1fe13f83691d516dcbc72cc12db26.ttf) format("truetype"), url(a276429697a3ac96337bcfe484357517.woff) format("woff"), url(e30d41ac98e193d166d854a7b2e9c6c1.svg#control-room) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "control-room" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cr-zoom-in:before {
  content: "\e900";
}
.icon-cr-zoom-out:before {
  content: "\e901";
}
.icon-cr-alternate-email:before {
  content: "\e902";
}
.icon-cr-chevron-down:before {
  content: "\e903";
}
.icon-cr-chevron-up:before {
  content: "\e904";
}
.icon-cr-creditcard:before {
  content: "\e905";
}
.icon-cr-lock:before {
  content: "\e906";
}
.icon-cr-lightning:before {
  content: "\e907";
}
.icon-cr-accomodations:before {
  content: "\e908";
}
.icon-cr-active-1:before {
  content: "\e909";
}
.icon-cr-receipt:before {
  content: "\e90a";
}
.icon-cr-active:before {
  content: "\e90b";
}
.icon-cr-activities:before {
  content: "\e90c";
}
.icon-cr-add-simple:before {
  content: "\e90d";
}
.icon-cr-add:before {
  content: "\e90e";
}
.icon-cr-alert:before {
  content: "\e90f";
}
.icon-cr-back:before {
  content: "\e910";
}
.icon-cr-beacon:before {
  content: "\e911";
}
.icon-cr-bold:before {
  content: "\e912";
}
.icon-cr-bullet-list:before {
  content: "\e913";
}
.icon-cr-calendar-basic:before {
  content: "\e914";
}
.icon-cr-calendar:before {
  content: "\e915";
}
.icon-cr-cart:before {
  content: "\e916";
}
.icon-cr-cascade:before {
  content: "\e917";
}
.icon-cr-checkbox-off:before {
  content: "\e918";
}
.icon-cr-checkbox-on:before {
  content: "\e919";
}
.icon-cr-chevron-left:before {
  content: "\e91a";
}
.icon-cr-chevron-right:before {
  content: "\e91b";
}
.icon-cr-clear:before {
  content: "\e91c";
}
.icon-cr-close:before {
  content: "\e91d";
}
.icon-cr-comments:before {
  content: "\e91e";
}
.icon-cr-confirm-fail:before {
  content: "\e91f";
}
.icon-cr-contract:before {
  content: "\e920";
}
.icon-cr-coupon:before {
  content: "\e921";
}
.icon-cr-delete:before {
  content: "\e922";
}
.icon-cr-dining:before {
  content: "\e923";
}
.icon-cr-done:before {
  content: "\e924";
}
.icon-cr-dropdown-down:before {
  content: "\e925";
}
.icon-cr-edit-ult:before {
  content: "\e926";
}
.icon-cr-edit:before {
  content: "\e927";
}
.icon-cr-entertainment:before {
  content: "\e928";
}
.icon-cr-error-bandaid:before {
  content: "\e929";
}
.icon-cr-error-zzz:before {
  content: "\e92a";
}
.icon-cr-error:before {
  content: "\e92b";
}
.icon-cr-eventpoi:before {
  content: "\e92c";
}
.icon-cr-expand:before {
  content: "\e92d";
}
.icon-cr-experiences:before {
  content: "\e92e";
}
.icon-cr-file-pdf:before {
  content: "\e92f";
}
.icon-cr-food:before {
  content: "\e930";
}
.icon-cr-gift:before {
  content: "\e931";
}
.icon-cr-golf:before {
  content: "\e932";
}
.icon-cr-home:before {
  content: "\e933";
}
.icon-cr-image:before {
  content: "\e934";
}
.icon-cr-info-line:before {
  content: "\e935";
}
.icon-cr-info:before {
  content: "\e936";
}
.icon-cr-italic:before {
  content: "\e937";
}
.icon-cr-key:before {
  content: "\e938";
}
.icon-cr-landmark:before {
  content: "\e939";
}
.icon-cr-link:before {
  content: "\e93a";
}
.icon-cr-live:before {
  content: "\e93b";
}
.icon-cr-location-target:before {
  content: "\e93c";
}
.icon-cr-mail:before {
  content: "\e93d";
}
.icon-cr-mapping:before {
  content: "\e93e";
}
.icon-cr-marker:before {
  content: "\e93f";
}
.icon-cr-mc-rocket:before {
  content: "\e940";
}
.icon-cr-menu-slim:before {
  content: "\e941";
}
.icon-cr-menu:before {
  content: "\e942";
}
.icon-cr-minimize:before {
  content: "\e943";
}
.icon-cr-mobile:before {
  content: "\e944";
}
.icon-cr-more:before {
  content: "\e945";
}
.icon-cr-notifications:before {
  content: "\e946";
}
.icon-cr-numbered-list:before {
  content: "\e947";
}
.icon-cr-place:before {
  content: "\e948";
}
.icon-cr-play:before {
  content: "\e949";
}
.icon-cr-promotion:before {
  content: "\e94a";
}
.icon-cr-radio-off:before {
  content: "\e94b";
}
.icon-cr-radio-on:before {
  content: "\e94c";
}
.icon-cr-recommendation:before {
  content: "\e94d";
}
.icon-cr-refresh:before {
  content: "\e94e";
}
.icon-cr-reminder:before {
  content: "\e94f";
}
.icon-cr-reorder:before {
  content: "\e950";
}
.icon-cr-report:before {
  content: "\e951";
}
.icon-cr-scanner:before {
  content: "\e952";
}
.icon-cr-search:before {
  content: "\e953";
}
.icon-cr-sent:before {
  content: "\e954";
}
.icon-cr-settings:before {
  content: "\e955";
}
.icon-cr-sort-ascending:before {
  content: "\e956";
}
.icon-cr-sort-descending:before {
  content: "\e957";
}
.icon-cr-sort:before {
  content: "\e958";
}
.icon-cr-spinner:before {
  content: "\e959";
}
.icon-cr-swap:before {
  content: "\e95a";
}
.icon-cr-tableview:before {
  content: "\e95b";
}
.icon-cr-ticket:before {
  content: "\e95c";
}
.icon-cr-time:before {
  content: "\e95d";
}
.icon-cr-underline:before {
  content: "\e95e";
}
.icon-cr-user:before {
  content: "\e95f";
}
.icon-cr-venue:before {
  content: "\e960";
}
.icon-cr-walk:before {
  content: "\e961";
}
.icon-cr-water:before {
  content: "\e962";
}
.icon-cr-wellness:before {
  content: "\e963";
}
.icon-cr-sync:before {
  content: "\e964";
}
.icon-cr-group:before {
  content: "\e965";
}
.icon-cr-level:before {
  content: "\e966";
}
.icon-cr-modify:before {
  content: "\e967";
}
.icon-cr-export:before {
  content: "\e968";
}
.icon-cr-print:before {
  content: "\e969";
}
.icon-cr-confirm:before {
  content: "\e96a";
}
.icon-cr-waiter:before {
  content: "\e96b";
}
.icon-cr-folder-upload:before {
  content: "\e96c";
}

.cr-chip {
  height: 20px;
  font-size: 12px;
  line-height: 21px;
  padding: 0 8px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c3dced;
}
.cr-chip-light {
  height: 20px;
  font-size: 12px;
  line-height: 21px;
  padding: 0 8px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c3dced;
  background-color: #e0ecf2;
}
.cr-chip-large {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px 4px 8px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c3dced;
}

cr-alert {
  width: 650px;
  margin: 0 auto;
  position: fixed;
  top: 4px;
  left: 0;
  right: 0;
}
cr-alert .alert {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 352px;
  color: #fbfbfb;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #444444;
  padding: 10px 15px;
}
cr-alert .alert .icon-cr-close {
  font-size: 18px;
  margin-left: 20px;
}
cr-alert .alert .alert-msg:after {
  content: ". ";
}
cr-alert .alert a {
  color: #fbfbfb;
  text-decoration: underline;
  margin-left: 4px;
}
cr-alert > section {
  display: flex;
  align-items: center;
  flex-direction: column;
}
cr-alert > section > div.ng-enter {
  transition: 250ms linear all;
  opacity: 0;
  margin-top: -20px;
}
cr-alert > section > div.ng-enter.ng-enter-active {
  opacity: 1;
  margin-top: 0;
}
cr-alert > section > div.ng-leave {
  transition: 250ms linear all;
  opacity: 1;
  margin-top: 0;
}
cr-alert > section > div.ng-leave.ng-leave-active {
  opacity: 0;
  margin-top: -20px;
}

cr-breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
cr-breadcrumbs .cr-breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  width: 110px;
  height: 24px;
  padding: 3px 0;
  border: 2px solid #f3f3f3;
  border-radius: 12px;
  margin-left: -15px;
  background-color: #fbfbfb;
  color: #1d80c3;
  cursor: pointer;
  user-select: none;
  transition: color 0.1s ease-in, background-color 0.1s ease-in;
}
cr-breadcrumbs .cr-breadcrumb:hover {
  background-color: #1d80c3;
  color: #fbfbfb;
}
cr-breadcrumbs .cr-breadcrumb:hover.disabled {
  background-color: #d3d3d3;
  color: #444444;
}
cr-breadcrumbs .cr-breadcrumb:first-child {
  margin-left: 0;
}
cr-breadcrumbs .cr-breadcrumb.active {
  background-color: #1d80c3;
  color: #fbfbfb;
}
cr-breadcrumbs .cr-breadcrumb.disabled {
  background-color: #d3d3d3;
  color: #444444;
  cursor: default;
}

.cr-card {
  color: #444444;
  min-width: 288px;
  max-width: 448px;
  border-radius: 2px;
  padding: 20px 24px 28px 24px;
  background-color: #fbfbfb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.cr-card > header {
  font-weight: 600;
  margin-bottom: 20px;
}
.cr-card cr-stat-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.cr-card cr-stat-container .stat {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.cr-card cr-stat-container .stat .heading {
  font-size: 10px;
  color: #afafaf;
}

.cr-change-arrow {
  color: #43a047;
}
.cr-change-arrow.descending {
  color: #ed1c24;
}

.cr-date-range-picker {
  font-size: 12px;
}
.cr-date-range-picker button.btn,
.cr-date-range-picker button.btn:focus,
.cr-date-range-picker button.btn:active {
  outline: none;
  font-weight: normal;
}
.cr-date-range-picker .current-range {
  cursor: pointer;
  font-weight: 600;
}
.cr-date-range-picker .current-range .icon-cr-dropdown-down {
  font-size: 14px;
  vertical-align: middle;
}
.cr-date-range-picker .filter-title {
  font-weight: normal;
}
.cr-date-range-picker > ul > li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.cr-date-range-picker .simple-picker-divider {
  border-right: 1px solid #d3d3d3;
}
.cr-date-range-picker .dropdown-menu {
  padding: 0;
}
.cr-date-range-picker .custom-range {
  display: flex;
  flex-flow: row nowrap;
  width: 559px;
  cursor: default;
}
.cr-date-range-picker .custom-range > div {
  padding-bottom: 7px;
}
.cr-date-range-picker .custom-range .calendar-labels {
  height: 32px;
  color: rgba(68, 68, 68, 0.5);
  background-color: #e3e3e3;
}
.cr-date-range-picker .custom-range .calendar-labels.rounded-corner-top-right {
  border-top-right-radius: 4px;
}
.cr-date-range-picker .custom-range .divider {
  margin: 0;
  width: 1px;
  height: 279px;
  background-color: #d3d3d3;
}
.cr-date-range-picker .menu-items {
  padding: 0;
  width: 160px;
  cursor: default;
}
.cr-date-range-picker .menu-items li:first-child a {
  border-top-left-radius: 4px;
}
.cr-date-range-picker .menu-items .cta {
  margin-top: 49px;
  padding: 0 16px 16px 16px;
}
.cr-date-range-picker .menu-items .cta button {
  font-weight: 600;
  width: 100%;
}
.cr-date-range-picker .menu-items li {
  list-style: none;
}
.cr-date-range-picker .menu-items li a {
  color: #333;
  display: block;
  cursor: pointer;
  font-weight: 400;
  padding: 8px 16px;
  white-space: nowrap;
  text-decoration: none;
}
.cr-date-range-picker .menu-items li a:hover {
  background-color: #d3d3d3;
}

.cr-date-picker {
  font-size: 12px;
}
.cr-date-picker .input-container {
  display: inline-block;
  position: relative;
  height: 28px;
  width: 137px;
  white-space: nowrap;
}
.cr-date-picker .date-input input {
  font-size: 14px;
  width: 100%;
}
.cr-date-picker .dropdown-menu {
  top: 25px;
  user-select: none;
}
.cr-date-picker .date-toggle {
  cursor: pointer;
  color: #afafaf;
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 6px;
}

cr-dropdown .dropdown-label.disabled {
  opacity: 0.12;
  cursor: not-allowed;
}
cr-dropdown .current-selection {
  width: 160px;
  cursor: pointer;
  outline: none;
}
cr-dropdown .current-selection.disabled {
  opacity: 0.12;
  cursor: not-allowed;
}
cr-dropdown .current-selection .image-container {
  margin-top: 4px;
  padding-right: 4px;
}
cr-dropdown .current-selection .selection-text {
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 4px 4px 0;
  /* turn off tooltip in safari. */
}
cr-dropdown .current-selection .selection-text:after {
  content: "";
  display: block;
}
cr-dropdown .current-selection .status-icon {
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
cr-dropdown .select-box {
  height: 28px;
  padding-left: 8px;
  border: 1px solid #e3e3e3;
  background-color: #fbfbfb;
}
cr-dropdown .select-box.is-open {
  border: 1px solid #d3d3d3;
}
cr-dropdown .select-box > div {
  display: flex;
  flex-flow: row nowrap;
}
cr-dropdown .select-box .icon-cr-dropdown-down {
  margin-top: 5px;
  font-size: 20px;
}
cr-dropdown .select-box .icon-cr-clear {
  color: #afafaf;
  font-size: 16px;
  margin-top: 7px;
  margin-right: 4px;
}
cr-dropdown img {
  width: 17px;
  height: 17px;
}
cr-dropdown .dropdown-menu.render-left {
  left: -5000px;
  right: auto;
}
cr-dropdown .dropdown-menu > li > a.menu-item-selected {
  font-weight: 600;
}
cr-dropdown .dropdown-menu li > a > .dropdown-text-wrapper {
  display: flex;
  flex-direction: column;
}
cr-dropdown .dropdown-menu li > a > .dropdown-text-wrapper .secondary-text {
  font-size: 10px;
}
cr-dropdown .dropdown-menu li > a > .dropdown-text-wrapper .sub-text {
  color: #636363;
  font-size: 8px;
}
cr-dropdown .dropdown-menu .no-results {
  color: #444444;
  padding: 4px 10px;
  cursor: default;
}
cr-dropdown .dropdown-menu.search-enabled {
  min-width: 250px;
}
cr-dropdown .dropdown-menu .indent {
  padding-left: 18px;
}
cr-dropdown .dropdown-menu .status-icon {
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
}
cr-dropdown .dropdown-menu .status-icon.success {
  color: #43a047;
}
cr-dropdown .dropdown-menu .status-icon.warning {
  color: #ed1c24;
}
cr-dropdown .cr-chip-large {
  width: 92px;
  padding-right: 4px;
}
cr-dropdown .cr-chip-large > div:first-child {
  padding: 0;
}
cr-dropdown .cr-chip-large .icon-cr-dropdown-down {
  font-size: 20px;
  margin-top: 0;
}
cr-dropdown .chip-menu.dropdown-menu {
  min-width: 0;
}
cr-dropdown .chip-label {
  margin-left: 6px;
  margin-bottom: 5px;
}
cr-dropdown .filter-menu {
  text-decoration: none;
  font-weight: 600;
}
cr-dropdown .filter-menu .icon-cr-dropdown-down {
  font-size: 14px;
  vertical-align: middle;
}
cr-dropdown .icon-cr-done {
  font-weight: 600;
}
cr-dropdown .item-icon {
  font-size: 16px;
}
cr-dropdown .reset-filter span {
  padding-left: 5px;
}
cr-dropdown .typeahead-filter {
  padding-left: 16px;
}
cr-dropdown .dropdown-icon-container {
  width: 13px;
  margin-right: 2px;
  display: inline-block;
}
cr-dropdown .dropdown-icon-container.status {
  width: 22px;
}
cr-dropdown .image-container {
  display: inline-block;
}
cr-dropdown .image-container img {
  margin-top: -2px;
}
cr-dropdown .blue-label .dropdown-label {
  color: #1d80c3;
}
cr-dropdown .has-data-error li {
  display: none;
}
cr-dropdown .has-data-error li:last-child {
  display: block;
}
cr-dropdown .error-icon-small.data-error {
  padding-top: 0;
  margin: 12px;
}
cr-dropdown .error-icon-small.data-error .data-error-icon {
  font-size: 48px;
}
cr-dropdown .center-vertically {
  margin-top: 5px;
}

.cr-duration-input {
  font-size: 12px;
}
.cr-duration-input .input-container {
  display: inline-block;
  position: relative;
  height: 28px;
  width: 65px;
  white-space: nowrap;
}
.cr-duration-input .duration-input input {
  font-size: 14px;
  width: 100%;
}
.cr-duration-input .duration-label {
  cursor: default;
  user-select: none;
  color: #afafaf;
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: 8px;
}

.cr-duration-editor .editor-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.cr-duration-editor .editor-container > * {
  margin-right: 8px;
}
.cr-duration-editor .editor-container > .input-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.cr-duration-editor .editor-container > .input-container .first-input {
  margin-right: 8px;
}

.cr-filter-menu {
  cursor: pointer;
}
.cr-filter-menu > div {
  display: inline-block;
}
.cr-filter-menu .current-filter {
  text-decoration: none;
  font-weight: 600;
}
.cr-filter-menu .current-filter .icon-cr-dropdown-down {
  font-size: 14px;
  vertical-align: middle;
}

cr-icon-label-value {
  font-size: 9px;
  color: #afafaf;
}
cr-icon-label-value > div:first-child {
  display: flex;
}
cr-icon-label-value .icon-container {
  margin-right: 4px;
}
cr-icon-label-value .icon-container span .icon-img {
  width: 15px;
  opacity: 0.25;
}
cr-icon-label-value .label-value-container {
  line-height: 1;
}
cr-icon-label-value .selected-value {
  font-size: 11px;
  color: #444444;
}

cr-section-heading > div {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
cr-section-heading .grey-text {
  color: #afafaf;
}


.cr-spinner {
  display: inline-block;
}
.cr-spinner .spinner {
  width: 24px;
  height: 24px;
  animation: rotator 1.4s linear infinite;
}
.cr-spinner .spinner.small-spinner {
  width: 12px;
  height: 12px;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.cr-spinner .spinner .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: dash 1.4s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.cr-spinner .spinner-bg {
  background-color: rgba(68, 68, 68, 0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 3px;
}
.cr-spinner .spinner-bg .spinner .path {
  stroke: #fbfbfb;
}

cr-split-btn.disabled .btn:first-child {
  cursor: not-allowed;
}
cr-split-btn .btn:first-child {
  margin-right: 3px;
}
cr-split-btn .btn-group {
  vertical-align: middle;
}
cr-split-btn .btn-group > .btn {
  position: relative;
  z-index: 1001;
}
cr-split-btn .btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
cr-split-btn .dropdown-menu {
  padding: 12px 0;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.33);
}
cr-split-btn .dropdown-menu li > a:hover,
cr-split-btn .dropdown-menu li > a:focus {
  background-color: #e3e3e3;
}

.cr-time-picker {
  font-size: 12px;
}
.cr-time-picker .input-container {
  display: inline-block;
  position: relative;
  height: 28px;
  width: 122px;
  white-space: nowrap;
}
.cr-time-picker .input-container:hover .time-close {
  display: initial;
}
.cr-time-picker .time-input input {
  font-size: 14px;
  width: 100%;
}
.cr-time-picker .dropdown-menu {
  top: 25px;
  user-select: none;
  width: 122px;
}
.cr-time-picker .dropdown-menu > li > a.menu-item-selected {
  font-weight: 600;
}
.cr-time-picker .time-icon {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  color: #afafaf;
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 7px;
}
.cr-time-picker .time-icon:disabled {
  cursor: not-allowed;
}
.cr-time-picker .time-close {
  right: 25px;
  display: none;
}

cr-toast {
  position: fixed;
  z-index: 1070;
  top: 148px;
  right: 64px;
}
cr-toast .toast {
  float: right;
  max-width: 352px;
  color: #fbfbfb;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 20px;
  background-color: #444444;
  padding: 10px 15px;
}
cr-toast > section {
  display: flex;
  flex-direction: column;
}
cr-toast > section > div.ng-enter {
  transition: 250ms linear all;
  opacity: 0;
  margin-top: 20px;
}
cr-toast > section > div.ng-enter.ng-enter-active {
  opacity: 1;
  margin-top: 0;
}
cr-toast > section > div.ng-leave {
  transition: 250ms linear all;
  opacity: 1;
  margin-top: 0;
}
cr-toast > section > div.ng-leave.ng-leave-active {
  opacity: 0;
  margin-top: -20px;
}

cr-phone .phone-container {
  position: fixed;
  top: 160px;
  width: 352px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
cr-phone .phone-container.tabbed-page {
  top: 190px;
}
cr-phone .phone {
  background: url(69565bdadb98558f9fd900b27ba71f96.svg) no-repeat top center;
  height: 560px;
  width: 280px;
  position: relative;
}
cr-phone .phone-screen {
  position: absolute;
  top: 59px;
  left: 16px;
  width: 248px;
  height: 436px;
  border: 1px solid #e3e3e3;
  background-color: #fbfbfb;
}
cr-phone .phone-screen.has-cta {
  padding-bottom: 55px;
}
cr-phone .phone-screen.has-links {
  padding-bottom: 55px;
}
cr-phone .phone-screen.has-links-1 {
  padding-bottom: 55px;
}
cr-phone .phone-screen.has-links-2 {
  padding-bottom: 123px;
}
cr-phone .phone-screen.has-links-3 {
  padding-bottom: 164px;
}
cr-phone .phone-screen.has-links-4 {
  padding-bottom: 205px;
}
cr-phone .phone-screen.has-links-5 {
  padding-bottom: 246px;
}
cr-phone .phone-screen.has-links-6 {
  padding-bottom: 287px;
}
cr-phone .phone-screen.has-links-7 {
  padding-bottom: 328px;
}
cr-phone .cta-container {
  width: 248px;
  padding: 8px 12px 12px 12px;
  background-color: #fbfbfb;
  border: 1px solid #e3e3e3;
  position: absolute;
  bottom: 65px;
  left: 16px;
}
cr-phone .cta-container > div.btn {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fbfbfb;
  background-color: #1d80c3;
}
cr-phone .cta-container > div.btn:hover {
  background-color: #1d80c3;
}
cr-phone .cta-container > div.btn:active {
  box-shadow: none;
}
cr-phone .links-container {
  width: 248px;
  position: absolute;
  bottom: 65px;
  left: 16px;
  background-color: #fbfbfb;
}
cr-phone .links-container .link-section {
  border: 1px solid #d3d3d3;
  background-color: #f3f3f3;
  padding: 10px 15px;
  color: #909090;
  font-size: 10px;
}
cr-phone .links-container .link-header {
  text-transform: uppercase;
}
cr-phone .links-container .link-text-container {
  padding: 10px 15px;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
cr-phone .links-container .link-text-container .link-text {
  font-size: 12px;
  color: #1d80c3;
}
cr-phone .links-container .link {
  border-top: 1px solid #d3d3d3;
  padding: 5px;
}
cr-phone .links-container .link .link-button {
  margin: 5px;
  padding: 10px 5px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #6241be;
  min-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cr-weekday-viewer {
  font-size: 14px;
  width: 90px;
}
.cr-weekday-viewer.small-view {
  font-size: 12px;
  width: 80px;
}
.cr-weekday-viewer .day {
  color: #d3d3d3;
}
.cr-weekday-viewer .day.selected {
  color: #444444;
}

.cr-weekday-editor {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.cr-weekday-editor .weekday-container {
  user-select: none;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  font-size: 12px;
  width: 175px;
  height: 25px;
  margin-right: 12px;
}
.cr-weekday-editor .weekday-container .day {
  cursor: pointer;
  border-right: 1px solid #e3e3e3;
  color: #444444;
  width: 100%;
  height: 100%;
}
.cr-weekday-editor .weekday-container .day:first-child {
  border-radius: 3px 0 0 3px;
}
.cr-weekday-editor .weekday-container .day:last-child {
  border-right: none;
  border-radius: 0 3px 3px 0;
}
.cr-weekday-editor .weekday-container .day.selected {
  background-color: #1d80c3;
  color: #fbfbfb;
}
.cr-weekday-editor .weekday-container .day.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

cr-week-picker > section {
  margin-right: -4px;
  /* TODO: copied from date-picker  */
}
cr-week-picker > section > div {
  font-size: 25px;
}
cr-week-picker > section > div .change-week-selector {
  padding: 4px;
  border-radius: 4px;
}
cr-week-picker > section > div .change-week-selector:hover {
  background-color: rgba(29, 128, 195, 0.25);
}
cr-week-picker > section > div .current-week {
  font-size: 12px;
  padding: 0 25px;
  margin: 0 5px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 4px;
}
cr-week-picker > section > div .current-week:hover {
  background-color: rgba(29, 128, 195, 0.25);
}
cr-week-picker > section .align-with-date {
  left: auto;
  right: 64px;
}
cr-week-picker > section .picker-divider {
  border-right: 1px solid #d3d3d3;
}
cr-week-picker > section .dropdown-menu {
  padding: 0;
}
cr-week-picker > section button.btn,
cr-week-picker > section button.btn:focus,
cr-week-picker > section button.btn:active {
  outline: none;
  font-weight: normal;
  border-radius: 0;
}
cr-week-picker > section .menu-items {
  padding: 0;
  width: 160px;
  cursor: default;
}
cr-week-picker > section .menu-items li {
  list-style: none;
}
cr-week-picker > section .menu-items li a {
  color: #333;
  display: block;
  cursor: pointer;
  font-weight: 400;
  padding: 8px 16px;
  white-space: nowrap;
  text-decoration: none;
}
cr-week-picker > section .menu-items li a:hover {
  background-color: #d3d3d3;
}
cr-week-picker > section .menu-items li a:first-letter {
  text-transform: capitalize;
}
cr-week-picker > section .menu-items li a.is-selected {
  font-weight: 600;
}
cr-week-picker tr.uib-weeks:hover td.uib-day:first-child button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
cr-week-picker tr.uib-weeks:hover td.uib-day:last-child button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
cr-week-picker tr.uib-weeks:hover td.uib-day button.btn {
  background-color: #e3e3e3;
}
cr-week-picker tr.uib-weeks:hover td.uib-day button.btn:hover {
  background-color: #e3e3e3;
}

.cr-reorder-container {
  position: relative;
}
.cr-reorder-container.dragging {
  opacity: 0.5;
}
.cr-reorder-container .reorder-item {
  display: flex;
}
.cr-reorder-container .reorder-item .icon-cr-sort {
  flex: 0 0 auto;
  font-size: 24px;
  height: 24px;
  width: 24px;
  opacity: 0.3;
  margin-right: 24px;
}
.cr-reorder-container .reorder-item-content {
  flex: 1 1 100%;
}
.cr-reorder-container .cr-drop {
  z-index: 999;
}

cr-tooltip-wrapper .tooltip-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cr-mobile-scroll {
  cursor: url(b7e29ca8feac12fa6817031a0d65e167.svg) 8 8, url(c3ec36d22a42c2092f96c465c8e4b555.png) 8 8, pointer !important;
}

cr-action-item-list .action-item {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 16px;
}
cr-action-item-list .action-item .sticker-image {
  margin-right: 12px;
}
cr-action-item-list .action-item .action-title {
  font-size: 14px;
  line-height: 29px;
}

cr-action-summary-modal .cr-title {
  margin-bottom: 24px;
}
cr-action-summary-modal .description {
  margin-top: 20px;
}

cr-associate-entity-modal .cr-title {
  margin-bottom: 24px;
}

cr-attribute-phone-preview .placeholder-image {
  height: 162px;
  background-color: #d3d3d3;
}
cr-attribute-phone-preview .info-container {
  padding: 0 12px;
}
cr-attribute-phone-preview .lighten {
  opacity: 0.25;
}

cr-attributes-list .cr-filter-item {
  font-size: 12px;
}
cr-attributes-list .icon-container {
  cursor: pointer;
}
cr-attributes-list .icon-container .attribute-icon {
  margin-left: 7px;
  width: 22px;
  height: auto;
}
cr-attributes-list .icon-container .attribute-icon.read-only {
  cursor: default;
}

cr-attributes-presentation .detail-attribute {
  margin-top: 5px;
}
cr-attributes-presentation .detail-attribute:first-child {
  margin-top: 2px;
}
cr-attributes-presentation .detail-attribute > .detail-attribute-label {
  font-weight: 600;
}
cr-attributes-presentation .detail-attribute > .detail-attribute.value {
  margin-left: 5px;
}
cr-attributes-presentation .detail-attribute .icon-container img.attribute-icon {
  height: 16px;
  width: auto;
}

cr-cta-buttons-details .cr-flex-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
cr-cta-buttons-details .cta-item {
  width: 400px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e3e3e3;
}
cr-cta-buttons-details .cta-item:last-child {
  padding-bottom: 0px;
  border: none;
}
cr-cta-buttons-details .cta-type {
  min-width: 100px;
}

cr-extensions {
  display: block;
  margin-top: 14px;
}
cr-extensions .extension-id {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
cr-extensions .value-label {
  margin-top: 4px;
}
cr-extensions .extension-value {
  background: none;
  max-height: 102px;
  overflow: auto;
}

cr-featured-events-phone-preview header {
  color: #fbfbfb;
  background-color: #2d7d7d;
  font-size: 18px;
  padding: 18px 8px 4px 8px;
}
cr-featured-events-phone-preview header .heading-text {
  font-size: 14px;
}
cr-featured-events-phone-preview header .heading-text:first-letter {
  text-transform: capitalize;
}
cr-featured-events-phone-preview .featured-event-phone-container {
  background-color: #f3f3f3;
  padding: 0 8px 8px 8px;
}
cr-featured-events-phone-preview .featured-event-phone-container > label {
  font-size: 10px;
  margin: 12px 12px 12px 0;
}
cr-featured-events-phone-preview .featured-event-phone-container > div {
  display: flex;
  border-radius: 4px;
  background-color: #fbfbfb;
}
cr-featured-events-phone-preview .featured-event-phone-container > div img {
  width: 110px;
  height: 73px;
  padding-right: 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
cr-featured-events-phone-preview .featured-event-phone-container > div .featured-data > label {
  padding: 12px 0 4px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
}
cr-featured-events-phone-preview .trending-content-phone > section {
  padding: 8px 0 6px 8px;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
}
cr-featured-events-phone-preview .trending-content-phone > section .metadata {
  flex-grow: 2;
}
cr-featured-events-phone-preview .trending-content-phone > section .metadata > div {
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 2px;
}
cr-featured-events-phone-preview .trending-content-phone .image-container {
  padding-right: 8px;
}
cr-featured-events-phone-preview .trending-content-phone .image-container img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
cr-featured-events-phone-preview .metadata-item {
  display: flex;
  color: #d3d3d3;
}
cr-featured-events-phone-preview .metadata-item > div:last-child {
  min-width: 65px;
  padding-left: 4px;
}
cr-featured-events-phone-preview .metadata-item .metadata-label {
  font-size: 8px;
  line-height: 10px;
}
cr-featured-events-phone-preview .metadata-item .metadata-label:first-letter {
  text-transform: capitalize;
}
cr-featured-events-phone-preview .metadata-item .metadata-value {
  color: #444444;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 85px;
  text-transform: capitalize;
}
cr-featured-events-phone-preview .icon-cr-calendar,
cr-featured-events-phone-preview .icon-cr-marker {
  font-size: 18px;
}
cr-featured-events-phone-preview .content-heading {
  font-size: 9px;
  padding-left: 20px;
  padding-right: 10px;
  font-weight: 600;
  color: #afafaf;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
cr-featured-events-phone-preview .content-heading > div {
  padding: 8px;
}
cr-featured-events-phone-preview .content-heading .trending-tab {
  color: #0d70b3;
  border-bottom: 2px solid #0d70b3;
}

cr-image-uploader .icon-cr-add {
  font-size: 26px;
  color: #1d80c3;
}
cr-image-uploader .add-image-label {
  color: #1d80c3;
}
cr-image-uploader .image-actions {
  display: none;
}
cr-image-uploader .image-actions .action-icon {
  font-size: 24px;
  color: #e3e3e3;
  line-height: 40px;
}
cr-image-uploader .image-actions .image-edit,
cr-image-uploader .image-actions .image-delete {
  cursor: pointer;
  display: inline-block;
  background-color: rgba(68, 68, 68, 0.75);
  width: 40px;
  height: 40px;
}
cr-image-uploader .image-actions .image-edit {
  border-radius: 50% 0 0 50%;
}
cr-image-uploader .image-actions .image-delete {
  border-radius: 0 50% 50% 0;
}
cr-image-uploader .image-actions .image-delete.circle {
  border-radius: 50%;
}
cr-image-uploader .sticker-container {
  margin-right: 20px;
}
cr-image-uploader .sticker-container .sticker-image {
  background: none;
  border-radius: 10%;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #d3d3d3;
  display: inline-block;
  vertical-align: top;
  width: 82px;
  height: 82px;
}
cr-image-uploader .sticker-container .sticker-image.circle-image {
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
cr-image-uploader .sticker-container .sticker-image.pointer-off {
  cursor: default;
}
cr-image-uploader .sticker-container .sticker-image.pointer-off:hover .image-actions {
  display: block;
}
cr-image-uploader .sticker-container .sticker-link {
  color: #1d80c3;
}
cr-image-uploader .sticker-container .sticker-link:hover {
  text-decoration: underline;
}
cr-image-uploader .main-container {
  width: 279px;
  height: 184px;
}
cr-image-uploader .main-container .dragover {
  border: 2px dashed black;
}
cr-image-uploader .main-container .main-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}
cr-image-uploader .main-container .main-image.pointer-off {
  cursor: default;
}
cr-image-uploader .main-container .main-image.pointer-off:hover .image-actions {
  display: block;
}

cr-image-modal .main-container {
  position: relative;
  margin: 75px 30px 30px 30px;
}
cr-image-modal .main-container.sticker {
  margin-top: 85px;
}
cr-image-modal .main-container.sticker .drop-zone {
  border-radius: 10%;
  height: 224px;
  width: 224px;
}
cr-image-modal .main-container.sticker .drop-zone.circle-drop-zone {
  border-radius: 50%;
}
cr-image-modal .main-container.sticker .cropper-container {
  border-radius: 10%;
}
cr-image-modal .main-container .cropper {
  max-width: 100%;
  max-height: 100%;
}
cr-image-modal .main-container .cropper-face {
  opacity: 0;
}
cr-image-modal .main-container .instructions .browse-cta {
  cursor: pointer;
  opacity: 0.85;
  color: #1d80c3;
}
cr-image-modal .main-container .instructions .browse-cta:hover {
  opacity: 1;
}
cr-image-modal .main-container .instructions .drag-cta {
  opacity: 0.5;
}
cr-image-modal .main-container .instructions .cr-detail {
  margin-top: 8px;
  opacity: 0.5;
}
cr-image-modal .main-container .drop-zone {
  border: 2px dotted #e3e3e3;
  border-radius: 4px;
  height: 349px;
  width: 530px;
  margin: auto;
}
cr-image-modal .main-container .drop-zone.dragover {
  border-color: #afafaf;
}
cr-image-modal .main-container .image-container {
  margin: 0 auto;
}
cr-image-modal .main-container .image-container .cropper-container {
  overflow: hidden;
  border: 1px solid #afafaf;
}
cr-image-modal .main-container .image-container.circle .cropper-container {
  border-radius: 50%;
}
cr-image-modal .main-container .image-container .action-icon {
  font-size: 22px;
  color: #e3e3e3;
  line-height: 30px;
}
cr-image-modal .main-container .image-container:hover .image-delete {
  display: block;
}
cr-image-modal .main-container .image-container .image-delete {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(68, 68, 68, 0.75);
  width: 30px;
  height: 30px;
}
cr-image-modal .main-container .image-container .cropper-view-box {
  outline: none;
}
cr-image-modal .main-container .modal-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
cr-image-modal .main-container .image-controls {
  width: 70px;
  margin: 10px auto;
}
cr-image-modal .main-container .image-controls .icon {
  cursor: pointer;
  font-size: 26px;
  color: #1d80c3;
}

cr-image-viewer .main-image {
  width: 279px;
  height: 184px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #d3d3d3;
}
cr-image-viewer .no-image {
  background-color: #afafaf;
  width: 279px;
  height: 184px;
}
cr-image-viewer .no-image .icon-cr-image {
  color: #fff;
  font-size: 30px;
}

cr-inline-chips .inline-chip-count-flex {
  display: flex;
  flex-direction: row;
}
cr-inline-chips .inline-chip-count-flex .chip-container {
  flex-grow: 1;
  white-space: nowrap;
}
cr-inline-chips .inline-chip-count-flex .chip-count {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 24px;
}
cr-inline-chips .tooltip-inner {
  max-width: initial;
}

cr-entity-categories .spinner-container {
  height: 150px;
}
cr-entity-categories .no-results {
  margin-left: 24px;
  margin-top: 48px;
  font-size: 14px;
}
cr-entity-categories .icon-cr-add {
  color: #fbfbfb;
  text-decoration: none;
}
cr-entity-categories .add-action-menu {
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
}
cr-entity-categories .add-action-menu.open {
  background-color: #266a6a;
}
cr-entity-categories .add-action-menu > ul {
  min-width: 110px;
}

cr-entity-categories-mobile-preview {
  height: 100%;
  user-select: none;
}
cr-entity-categories-mobile-preview .mobile-top-section {
  background-color: #1d6d6d;
}
cr-entity-categories-mobile-preview .mobile-top-section .mobile-category-label-pin {
  position: absolute;
  top: 17px;
  right: 12px;
}
cr-entity-categories-mobile-preview .mobile-top-section .mobile-category-label-pin .icon-cr-marker {
  color: #fbfbfb;
  font-size: 16px;
}
cr-entity-categories-mobile-preview .mobile-top-section .mobile-category-label {
  text-align: center;
  color: #fbfbfb;
  padding-top: 16px;
  padding-bottom: 8px;
}
cr-entity-categories-mobile-preview .mobile-top-section .mobile-categories {
  white-space: nowrap;
}
cr-entity-categories-mobile-preview .mobile-top-section .mobile-categories .mobile-category-container {
  display: inline-block;
  width: 42px;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: #1d6d6d;
  text-align: center;
  color: #fbfbfb;
  vertical-align: middle;
}
cr-entity-categories-mobile-preview .mobile-top-section .mobile-categories .mobile-category-container .mobile-category {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background-size: 16px;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  opacity: 0.5;
}
cr-entity-categories-mobile-preview .mobile-top-section .mobile-categories .mobile-category-container.selected {
  border-color: #fbfbfb;
}
cr-entity-categories-mobile-preview .mobile-top-section .mobile-categories .mobile-category-container.selected .mobile-category {
  opacity: 1;
}
cr-entity-categories-mobile-preview .mobile-sub-categories {
  background-color: #2d7d7d;
  white-space: nowrap;
  font-size: 0;
}
cr-entity-categories-mobile-preview .mobile-sub-categories .mobile-sub-category {
  color: #fbfbfb;
  padding: 0 16px;
  display: inline-block;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
cr-entity-categories-mobile-preview .mobile-sub-categories .mobile-sub-category .icon-cr-search {
  vertical-align: middle;
  font-size: 12px;
}
cr-entity-categories-mobile-preview .mobile-bottom-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: absolute;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ebebeb;
  width: 100%;
  bottom: 0;
  height: 30px;
}
cr-entity-categories-mobile-preview .mobile-bottom-section .mobile-menu-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #1d6d6d;
  opacity: 0.5;
}
cr-entity-categories-mobile-preview .mobile-bottom-section .mobile-menu-item.selected {
  opacity: 1;
}
cr-entity-categories-mobile-preview .mobile-bottom-section .mobile-menu-item .icon {
  font-size: 14px;
  line-height: 20px;
}
cr-entity-categories-mobile-preview .mobile-bottom-section .mobile-menu-item .text {
  font-size: 6px;
  line-height: 6px;
}

cr-manage-category .spinner-container {
  background-color: #f3f3f3;
}
cr-manage-category .control-label {
  margin-top: 14px;
}
cr-manage-category .control-label:first-of-type {
  margin-top: 0;
}
cr-manage-category .details-page {
  min-height: calc(100% - 56px);
}
cr-manage-category input {
  width: 160px;
}
cr-manage-category .validation-container > * {
  vertical-align: middle;
}
cr-manage-category .error.cr-simple-input {
  border-color: #ed1c24;
}
cr-manage-category .error.validation-container {
  color: #ed1c24;
}
cr-manage-category .localization-dropdown {
  display: inline-block;
  margin-left: 15px;
}

cr-entity-categories-edit {
  display: block;
  height: 100%;
  background-color: #f3f3f3;
}
cr-entity-categories-edit .spinner-container {
  height: 150px;
}
cr-entity-categories-edit .no-results {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
}
cr-entity-categories-edit .instructions {
  text-align: center;
  background-color: #fbfbfb;
  padding: 12px 0;
}
cr-entity-categories-edit .data-error {
  text-align: center;
  line-height: 30px;
  margin-top: 64px;
  font-size: 12px;
  opacity: 0.5;
}
cr-entity-categories-edit .data-error .icon-cr-data-error {
  font-size: 80px;
  opacity: 0.4;
}

cr-entity-link a {
  color: #444444;
}
cr-entity-link .edit-button {
  text-decoration: none;
  cursor: pointer;
}

cr-entity-manage-delete-link > a.delete-link {
  display: block;
  line-height: 1.4;
  color: #444444;
  padding: 5px 24px 5px 16px;
}
cr-entity-manage-delete-link > a.delete-link:hover {
  color: #262626;
  text-decoration: none;
  background-color: #d3d3d3;
}

cr-manage-attribute .manage-attributes .cr-top {
  background-color: #f3f3f3;
}
cr-manage-attribute .manage-attributes .cr-live-area-split-view .cr-left {
  background-color: #f3f3f3;
}
cr-manage-attribute .manage-attributes .content header {
  display: flex;
  flex-flow: row nowrap;
}
cr-manage-attribute .manage-attributes .content header .attribute-type {
  margin-top: 6px;
}
cr-manage-attribute .manage-attributes .content header > div .cr-item-heading {
  margin-top: 0;
}
cr-manage-attribute .manage-attributes .content header > div:last-child {
  margin-left: 20px;
}
cr-manage-attribute .manage-attributes .content header > div .custom-input > input {
  width: 191px;
}
cr-manage-attribute .manage-attributes .content header > div .custom-dropdown > div .current-selection {
  width: 186px;
}
cr-manage-attribute .manage-attributes .content hr.details-divider {
  margin-top: 40px;
}
cr-manage-attribute .manage-attributes .content > section > div {
  flex-grow: 1;
  padding-top: 4px;
  margin-bottom: 24px;
}
cr-manage-attribute .manage-attributes .content > section > div .container-icon-label {
  width: 523px;
  margin-top: 15px;
}
cr-manage-attribute .manage-attributes .content > section > div .container-icon-label .label-container {
  width: 411px;
}
cr-manage-attribute .manage-attributes .content > section > div .container-icon-label .dropdown-menu {
  min-width: 50px;
}
cr-manage-attribute .manage-attributes .content > section > div .container-icon-label .dropdown-menu > li > a {
  padding-right: 16px;
}
cr-manage-attribute .manage-attributes .content > section > div .display-section-title {
  color: #444444;
}
cr-manage-attribute .manage-attributes .content > section > div .values-text {
  margin-top: 0;
}
cr-manage-attribute .manage-attributes .content > section > div:last-child {
  margin-left: 20px;
}
cr-manage-attribute .manage-attributes .content > section > div .custom-input > input[type="text"] {
  width: 263px;
}
cr-manage-attribute .manage-attributes .content > section > div .custom-dropdown > div .current-selection {
  width: 88px;
}
cr-manage-attribute .manage-attributes .content .no-top-margin {
  margin-top: 0;
}

cr-phone-filter-view section {
  position: relative;
  background-color: #f3f3f3;
}
cr-phone-filter-view header {
  background-color: #2d7d7d;
  color: #fbfbfb;
  font-size: 16px;
  padding: 12px;
  height: 75px;
}
cr-phone-filter-view header > div:first-child {
  padding-bottom: 12px;
}
cr-phone-filter-view header > div:first-child .icon-cr-close {
  padding-right: 64px;
}
cr-phone-filter-view header > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
cr-phone-filter-view header .search-container {
  margin: 8px 0;
}
cr-phone-filter-view header .cancel-text {
  font-size: 10px;
  padding-left: 8px;
}
cr-phone-filter-view header .search-input {
  background-color: #fbfbfb;
  border-radius: 7px;
  height: 27px;
  display: flex;
  align-items: center;
  color: #d3d3d3;
  font-size: 10px;
}
cr-phone-filter-view header .search-input .icon-cr-search {
  padding-left: 4px;
  font-size: 16px;
}
cr-phone-filter-view .filter-label {
  height: 45px;
  padding: 12px;
  font-weight: 600;
  border-bottom: 1px solid #d3d3d3;
}
cr-phone-filter-view .items-container div {
  padding: 8px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #d3d3d3;
}
cr-phone-filter-view .items-container div img {
  width: 24px;
  padding-right: 8px;
}

cr-menu-modifier-group > section {
  display: flex;
  justify-content: space-between;
}
cr-menu-modifier-group > section > div:first-child {
  flex: 1;
  padding-right: 24px;
}
cr-menu-modifier-group > section > div:last-child {
  flex: 3;
}
cr-menu-modifier-group > section div.detail-item-heading.mobile-behavior-heading {
  margin-top: 0;
}

cr-associated-entities-list .associated-entity {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
cr-associated-entities-list .associated-entity .entity-icon {
  color: #1d80c3;
  font-size: 24px;
  margin-right: 12px;
}
cr-associated-entities-list .associated-entity .associated-link {
  color: #1d80c3;
}

cr-pdf-uploader .add-link {
  font-size: 12px;
  color: #1d80c3;
  cursor: pointer;
}
cr-pdf-uploader .cr-flex-left {
  display: inline-flex;
  justify-content: left;
  align-items: top;
}
cr-pdf-uploader .main-container {
  padding-bottom: 15px;
}
cr-pdf-uploader .pdf-container {
  width: 330px;
  height: 290px;
  background: #ebebeb;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
cr-pdf-uploader .pdf-container .pdf-embed-box {
  z-index: 5;
  box-shadow: 2px 2px 2px #afafaf;
  margin-top: 15px;
  margin-left: 25px;
  width: 280px;
  height: 255px;
}
cr-pdf-uploader .pdf-container .pdf-embed {
  width: 280px;
  height: 250px;
}
cr-pdf-uploader .pdf-container .pdf-name {
  z-index: 10;
  margin-top: -5px;
  margin-left: -1px;
  width: 330px;
  background-color: white;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 15px;
  padding-left: 25px;
}
cr-pdf-uploader .pdf-container .pdf-name span {
  font-size: 12px;
  vertical-align: middle;
}
cr-pdf-uploader .pdf-container .pdf-name .file-icon {
  font-size: 24px;
}
cr-pdf-uploader .main-pdf {
  cursor: pointer;
}
cr-pdf-uploader .main-pdf.pointer-off {
  cursor: default;
}
cr-pdf-uploader .pdf-actions .action-icon {
  font-size: 24px;
  color: #444444;
  line-height: 40px;
}
cr-pdf-uploader .pdf-actions .pdf-delete {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

cr-pdf-modal .cr-modal {
  background-color: #fbfbfb;
}
cr-pdf-modal .main-container {
  position: relative;
  margin: 75px 30px 30px 30px;
}
cr-pdf-modal .main-container .instructions .browse-cta {
  cursor: pointer;
  opacity: 0.85;
  color: #1d80c3;
}
cr-pdf-modal .main-container .instructions .browse-cta:hover {
  opacity: 1;
}
cr-pdf-modal .main-container .instructions .drag-cta {
  opacity: 0.5;
}
cr-pdf-modal .main-container .instructions .cr-detail {
  margin-top: 8px;
  opacity: 0.5;
}
cr-pdf-modal .main-container .instructions .upload-progress {
  opacity: 0.5;
  text-align: center;
  display: block;
  padding-top: 10px;
}
cr-pdf-modal .main-container .drop-zone {
  border: 2px dotted #e3e3e3;
  border-radius: 4px;
  height: 350px;
  margin: auto;
}
cr-pdf-modal .main-container .drop-zone.dragover {
  border-color: #afafaf;
}
cr-pdf-modal .main-container .pdf-container {
  margin: 0 auto;
  background-color: white;
  border: 1px solid #d3d3d3;
  padding-left: 115px;
}
cr-pdf-modal .main-container .pdf-container .action-icon {
  font-size: 22px;
  color: #e3e3e3;
  line-height: 30px;
}
cr-pdf-modal .main-container .pdf-container .embed-container {
  height: 347px;
}
cr-pdf-modal .main-container .pdf-container .embed-container embed {
  width: 300px;
  height: 347px;
}
cr-pdf-modal .main-container .pdf-container:hover .pdf-delete {
  display: block;
}
cr-pdf-modal .main-container .pdf-container .pdf-delete {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(68, 68, 68, 0.75);
  width: 30px;
  height: 30px;
}
cr-pdf-modal .main-container .modal-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}

cr-calendar .headers-container {
  display: flex;
  flex-flow: row nowrap;
  min-width: 375px;
}
cr-calendar .headers-container .venue-timezone {
  width: 64px;
  height: 32px;
  color: rgba(68, 68, 68, 0.5);
  background-color: #e3e3e3;
  border-right: 1px solid #fbfbfb;
  position: relative;
}
cr-calendar .headers-container .venue-timezone > div {
  position: absolute;
  top: 9px;
  right: 8px;
}
cr-calendar .headers-container .day-heading-container {
  width: 100%;
  display: flex;
}
cr-calendar .headers-container .scroll-gutter {
  background-color: #e3e3e3;
}
cr-calendar .all-day-container {
  display: flex;
  flex-flow: row nowrap;
  background-color: #f3f3f3;
  min-width: 375px;
}
cr-calendar .all-day-container > div:first-child {
  width: 64px;
  border-right: 1px solid #e0e0e0;
}
cr-calendar .all-day-container > div:first-child > div {
  color: rgba(68, 68, 68, 0.5);
}
cr-calendar .all-day-container > section {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
cr-calendar .all-day-container .scroll-gutter {
  background-color: #f3f3f3;
}
cr-calendar .calendar-container {
  display: flex;
  flex-flow: row nowrap;
}
cr-calendar .calendar-container .time-column {
  width: 64px;
  border-right: 1px solid #e0e0e0;
  background-color: #fbfbfb;
}
cr-calendar .calendar-container .time-column .time-slot > div {
  float: right;
  padding-right: 8px;
  color: rgba(68, 68, 68, 0.5);
}
cr-calendar .calendar-container .time-slot.calendar-hr:after {
  content: "";
  border-bottom: 1px solid #e0e0e0;
  position: absolute;
  width: 100%;
}
cr-calendar .calendar-container .days-section {
  display: flex;
  width: 100%;
  position: relative;
}
cr-calendar .calendar-container .days-section .hr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbfbfb;
}
cr-calendar .scroll-gutter {
  flex: 1 1 auto;
  width: 20px;
  background-color: #fbfbfb;
}

cr-calendar-day-heading {
  flex: 1 1 auto;
}
cr-calendar-day-heading section {
  height: 32px;
  padding-left: 12px;
  padding-right: 4px;
  color: rgba(68, 68, 68, 0.5);
  background-color: #e3e3e3;
  border-right: 1px solid #fbfbfb;
}
cr-calendar-day-heading section:hover .icon-cr-expand,
cr-calendar-day-heading section:hover .icon-cr-contract {
  display: block;
}
cr-calendar-day-heading section:hover .icon-cr-expand,
cr-calendar-day-heading section:hover .icon-cr-contract,
cr-calendar-day-heading section:hover .display-date {
  color: #444444;
}
cr-calendar-day-heading section .display-date {
  width: 70px;
  font-size: 18px;
  padding-top: 8px;
}
cr-calendar-day-heading .icon-container {
  width: 24px;
}
cr-calendar-day-heading .icon-container .icon-cr-expand,
cr-calendar-day-heading .icon-container .icon-cr-contract {
  display: none;
  font-size: 24px;
  padding-top: 4px;
}

cr-calendar-event > section {
  color: #fbfbfb;
  overflow: hidden;
  padding: 4px 8px;
  position: absolute;
  border-radius: 8px;
  text-overflow: ellipsis;
  border: 2px solid #fbfbfb;
  background-color: #1d80c3;
}
cr-calendar-event > section.automation,
cr-calendar-event > section.broadcast {
  padding-right: 17px;
}
cr-calendar-event > section .exp-icon {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  width: 14px;
  font-size: 14px;
}
cr-calendar-event > section.selected-event {
  border-color: #135480;
}
cr-calendar-event > section.selected-event.past-event {
  border-color: #4192c6;
}
cr-calendar-event > section.broadcast {
  background-color: #8e5496;
}
cr-calendar-event > section.broadcast.selected-event {
  border-color: #603965;
}
cr-calendar-event > section.broadcast.selected-event.past-event {
  border-color: #ab76a9;
}
cr-calendar-event > section.broadcast .exp-icon {
  right: 2px;
}
cr-calendar-event > section.inactive {
  background-color: #afafaf;
}
cr-calendar-event > section.inactive.selected-event {
  border-color: #898989;
}
cr-calendar-event > section.inactive.selected-event.past-event {
  border-color: #adadad;
}
cr-calendar-event > section.automation .exp-icon {
  top: 3px;
}

cr-calendar-day {
  flex: 1 1 auto;
}
cr-calendar-day > section {
  height: 100%;
  position: relative;
  border-right: 1px solid #e0e0e0;
}
cr-calendar-day > section > div {
  position: relative;
  margin: 0 2px;
}
cr-calendar-day > section .current-time {
  margin: 0;
  width: 100%;
  height: 2px;
  border: none;
  z-index: 500;
  position: absolute;
  background-color: #1d6d6d;
}
cr-calendar-day .today {
  background-color: rgba(29, 128, 195, 0.05);
}

cr-calendar-all-day {
  flex: 1 1 auto;
}
cr-calendar-all-day > section {
  height: 100%;
  min-height: 40px;
  display: flex;
  flex-flow: row nowrap;
}
cr-calendar-all-day > section .day-block {
  width: 100%;
  display: inline-block;
  flex: 1 1 auto;
  padding: 8px 0;
  border-right: 1px solid #e0e0e0;
  background-color: #f3f3f3;
}
cr-calendar-all-day > section .day-block cr-calendar-all-day-event:first-child .all-day-event-container {
  margin-left: -1px;
}

cr-calendar-all-day-event .all-day-event-container {
  margin: 4px -1px 4px 0;
  min-height: 16px;
}
cr-calendar-all-day-event .all-day-event {
  height: 16px;
  position: relative;
  overflow: hidden;
  color: #fbfbfb;
  background-color: #8e5496;
}
cr-calendar-all-day-event .all-day-event.automation {
  background-color: #1d80c3;
}
cr-calendar-all-day-event .all-day-event.automation div {
  padding-right: 20px;
}
cr-calendar-all-day-event .all-day-event.automation.inactive {
  background-color: #afafaf;
}
cr-calendar-all-day-event .all-day-event.starts-today {
  margin-left: 4px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
cr-calendar-all-day-event .all-day-event.starts-today.recurred-yesterday {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 2px;
}
cr-calendar-all-day-event .all-day-event.starts-today.recurred-yesterday .text {
  display: none;
}
cr-calendar-all-day-event .all-day-event.ends-today {
  margin-right: 4px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
cr-calendar-all-day-event .all-day-event.ends-today.recurs-tomorrow {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 2px;
}
cr-calendar-all-day-event .all-day-event div {
  z-index: 1;
  overflow: hidden;
  padding: 0 8px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
cr-calendar-all-day-event .all-day-event.multi-day {
  overflow: visible;
}
cr-calendar-all-day-event .all-day-event.multi-day div {
  width: auto;
}
cr-calendar-all-day-event .all-day-event div.exp-icon {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  width: 14px;
  font-size: 14px;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-grid-background {
  fill: none;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
  fill: #d70206;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
  fill: #f05b4f;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
  fill: #f4c63d;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
  fill: #d17905;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
  fill: #453d3f;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
  fill: #59922b;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
  fill: #0544d3;
}
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-area {
  fill: #6b0392;
}
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-area {
  fill: #f05b4f;
}
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-area {
  fill: #dda458;
}
.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-area {
  fill: #eacf7d;
}
.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-area {
  fill: #86797d;
}
.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-area {
  fill: #b2c326;
}
.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-area {
  fill: #6188e2;
}
.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-area {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


.cr-chart {
  position: relative;
}
.cr-chart .ct-grids .ct-grid {
  stroke-dasharray: none;
  stroke: rgba(68, 68, 68, 0.12);
}
.cr-chart .ct-grids .ct-grid.ct-horizontal {
  stroke: none;
}
.cr-chart .ct-series .ct-point,
.cr-chart .ct-series .ct-line {
  stroke: #43a047;
}
.cr-chart .ct-series .ct-point {
  stroke-width: 16px;
}
.cr-chart .ct-bar {
  stroke-width: 32px;
}
.cr-chart .cr-chart-label {
  color: rgba(68, 68, 68, 0.5);
}
.cr-chart .cr-chart-label.ct-horizontal {
  display: block;
  text-align: center !important;
  transform: translateY(16px);
}
.cr-chart .cr-chart-label.ct-vertical {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cr-chart .cr-chart-label.cr-end {
  color: rgba(68, 68, 68, 0.75);
  font-weight: 500;
}
.cr-chart .cr-chart-label.cr-rotate {
  display: block;
  width: 50px !important;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: rotate(-60deg) translateX(-30px) translateY(15px);
}
.cr-chart.cr-mini .cr-chart-label.ct-horizontal {
  transform: translateY(4px);
}
.cr-chart.cr-mini .cr-chart-label.cr-rotate {
  transform: rotate(-60deg) translateX(-15px) translateY(8px);
}
.cr-chart .chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: 0.5em;
  background: #fbfbfb;
  filter: drop-shadow(0 0 2px #444444);
  color: #444444;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.cr-chart .chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #fbfbfb;
}
.cr-chart .chartist-tooltip.tooltip-show {
  opacity: 1;
}
.cr-chart .ct-area,
.cr-chart .ct-line {
  pointer-events: none;
}

.cr-table {
  cursor: default;
  width: 100%;
}
.cr-table > .cr-thead .cr-tr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #e3e3e3;
  color: rgba(68, 68, 68, 0.5);
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  white-space: nowrap;
}
.cr-table > .cr-thead .cr-tr .cr-th {
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cr-table > .cr-thead .cr-tr .cr-th:first-child {
  flex: 0;
  flex-basis: 64px;
}
.cr-table > .cr-thead .cr-tr .cr-th:nth-child(2) {
  padding-left: 0;
}
.cr-table > .cr-thead .cr-tr .cr-th.small-column {
  flex: 0;
  flex-basis: 64px;
}
.cr-table > .cr-thead .cr-tr .cr-th.medium-column {
  flex: 0;
  flex-basis: 150px;
}
.cr-table > .cr-thead .cr-tr .cr-th.large-column {
  flex: 0;
  flex-basis: 230px;
}
.cr-table > .cr-thead .cr-tr .cr-th.xlarge-column {
  flex: 0;
  flex-basis: 310px;
}
.cr-table > .cr-thead .cr-tr .cr-th.2xlarge-column {
  flex: 0;
  flex-basis: 390px;
}
.cr-table > .cr-thead .cr-tr .cr-th > span > span {
  vertical-align: middle;
}
.cr-table > .cr-thead .cr-tr .cr-th.cr-sortable {
  cursor: pointer;
}
.cr-table > .cr-thead .cr-tr .cr-th > span:after {
  display: inline-block;
  width: 14px;
  content: " ";
}
.cr-table > .cr-thead .cr-tr .cr-th .icon-cr-sort-ascending,
.cr-table > .cr-thead .cr-tr .cr-th .icon-cr-sort-descending {
  display: none;
}
.cr-table > .cr-thead .cr-tr .cr-th > .cr-asc,
.cr-table > .cr-thead .cr-tr .cr-th > .cr-desc {
  color: #444444;
}
.cr-table > .cr-thead .cr-tr .cr-th > .cr-asc .icon-cr-sort-ascending {
  display: inline;
}
.cr-table > .cr-thead .cr-tr .cr-th > .cr-desc .icon-cr-sort-descending {
  display: inline;
}
.cr-table .cr-tbody .cr-tr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 48px;
  line-height: 48px;
}
.cr-table .cr-tbody .cr-tr .show-on-hover {
  visibility: hidden;
}
.cr-table .cr-tbody .cr-tr .edit-btn {
  display: inline-block;
  text-decoration: none;
  color: rgba(68, 68, 68, 0.8);
}
.cr-table .cr-tbody .cr-tr .edit-btn .icon-cr-edit {
  font-size: 25px;
  margin-top: 13px;
}
.cr-table .cr-tbody .cr-tr .report-btn {
  display: inline-block;
  text-decoration: none;
  color: rgba(68, 68, 68, 0.8);
}
.cr-table .cr-tbody .cr-tr .report-btn .icon-cr-level {
  font-size: 25px;
  margin-top: 13px;
}
.cr-table .cr-tbody .cr-tr.cr-hover-highlight {
  background-color: #fff;
}
.cr-table .cr-tbody .cr-tr.cr-hover-highlight:hover {
  background-color: rgba(13, 112, 179, 0.1);
}
.cr-table .cr-tbody .cr-tr.cr-hover-highlight:hover .show-on-hover {
  visibility: visible;
}
.cr-table .cr-tbody .cr-tr.item-selected.cr-detail {
  background-color: rgba(13, 112, 179, 0.15);
}
.cr-table .cr-tbody .cr-tr.item-disabled.cr-detail {
  background-color: #e3e3e3;
  pointer-events: none;
}
.cr-table .cr-tbody .cr-tr .cr-td {
  flex: 1;
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.cr-table .cr-tbody .cr-tr .cr-td.align-right {
  text-align: right;
}
.cr-table .cr-tbody .cr-tr .cr-td:first-child {
  flex: 0;
  flex-basis: 64px;
}
.cr-table .cr-tbody .cr-tr .cr-td:nth-child(2) {
  padding-left: 0;
  font-size: 14px;
}
.cr-table .cr-tbody .cr-tr .cr-td.image-column {
  text-overflow: initial;
}
.cr-table .cr-tbody .cr-tr .cr-td.small-column {
  flex: 0;
  flex-basis: 64px;
}
.cr-table .cr-tbody .cr-tr .cr-td.medium-column {
  flex: 0;
  flex-basis: 150px;
}
.cr-table .cr-tbody .cr-tr .cr-td.large-column {
  flex: 0;
  flex-basis: 230px;
}
.cr-table .cr-tbody .cr-tr .cr-td.xlarge-column {
  flex: 0;
  flex-basis: 310px;
}
.cr-table .cr-tbody .cr-tr .cr-td.2xlarge-column {
  flex: 0;
  flex-basis: 390px;
}
.cr-table .name-column span {
  color: #444;
}

.cr-simple-table {
  cursor: default;
  display: table;
  width: 100%;
}
.cr-simple-table > .cr-thead {
  display: table-header-group;
}
.cr-simple-table > .cr-thead > .cr-tr {
  display: table-row;
  color: rgba(68, 68, 68, 0.5);
}
.cr-simple-table > .cr-thead > .cr-tr > .cr-th {
  display: table-cell;
  text-align: right;
  padding-bottom: 20px;
}
.cr-simple-table > .cr-thead > .cr-tr > .cr-th:first-child {
  text-align: left;
}
.cr-simple-table > .cr-tbody {
  display: table-row-group;
}
.cr-simple-table > .cr-tbody > .cr-tr {
  display: table-row;
}
.cr-simple-table > .cr-tbody > .cr-tr > .cr-td {
  display: table-cell;
  text-align: right;
  color: #444444;
}
.cr-simple-table > .cr-tbody > .cr-tr > .cr-td + .cr-td {
  padding-left: 30px;
}
.cr-simple-table > .cr-tbody > .cr-tr > .cr-td:first-child {
  text-align: left;
}
.cr-simple-table > .cr-tbody > .cr-tr + .cr-tr > .cr-td {
  padding-top: 16px;
}

.cr-canvas-map {
  user-select: none;
  position: relative;
  z-index: 0;
  background: #cccccc;
  width: 100%;
  height: 100%;
}
.cr-canvas-map .data-error-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.cr-canvas-map .data-error-container .data-error {
  margin-top: 0;
  color: #444444;
}
.cr-canvas-map .tooltip {
  transform: translateX(-50%);
  pointer-events: none;
}
.cr-canvas-map .tooltip.in {
  pointer-events: all;
}
.cr-canvas-map .loading-overlay {
  opacity: 0.5;
  background: #fbfbfb;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cr-canvas-map cr-spinner {
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  position: absolute;
  z-index: 3;
}
.cr-canvas-map .cr-canvas {
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.cr-canvas-map .cr-fullscreen {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 16px;
}
.cr-canvas-map .cr-fullscreen .cr-fullscreen-on {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #444444;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.cr-canvas-map .cr-fullscreen .btn {
  color: #444444;
  background-color: rgba(255, 255, 255, 0.7);
}
.cr-canvas-map .cr-zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.cr-canvas-map .cr-zoom .cr-zoom-in,
.cr-canvas-map .cr-zoom .cr-zoom-out {
  cursor: pointer;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 40px;
}
.cr-canvas-map .cr-zoom .cr-zoom-in {
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 2px;
}
.cr-canvas-map .cr-zoom .cr-zoom-out {
  border-radius: 0px 0px 20px 20px;
}

cr-collapsible-pane {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding: 0 24px;
  font-size: 14px;
}
cr-collapsible-pane .cr-drop {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  height: 5px;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0;
  border-color: transparent;
}
cr-collapsible-pane .cr-drop.drag-enter {
  background-color: rgba(13, 112, 179, 0.25);
}
cr-collapsible-pane .cr-pane.drag .cr-drop {
  display: block;
}
cr-collapsible-pane .cr-pane-label {
  cursor: pointer;
  font-weight: 600;
}
cr-collapsible-pane .cr-pane-label.read-only {
  cursor: default;
}
cr-collapsible-pane .cr-pane-label,
cr-collapsible-pane .cr-expand,
cr-collapsible-pane .cr-pane-icon {
  vertical-align: middle;
  line-height: 40px;
}
cr-collapsible-pane .icon-cr-sort {
  cursor: move;
  opacity: 0.5;
}
cr-collapsible-pane .cr-pane-icon {
  display: inline-block;
  font-size: 25px;
  width: 25px;
}
cr-collapsible-pane .cr-pane-icon .category-icon {
  width: 24px;
  height: auto;
}
cr-collapsible-pane .cr-expand {
  width: 25px;
  display: inline-block;
  margin: 0 16px;
  font-size: 25px;
  cursor: pointer;
}
cr-collapsible-pane .cr-pane.drag .cr-expand {
  opacity: 0.5;
}
cr-collapsible-pane .cr-pane-child {
  margin-left: 68px;
}
cr-collapsible-pane .cr-pane-child .cr-pane-child-container > * {
  vertical-align: middle;
  line-height: 40px;
}
cr-collapsible-pane .cr-pane-child .cr-pane-child-label {
  cursor: pointer;
}
cr-collapsible-pane .cr-pane-child .cr-pane-child-label.read-only {
  cursor: default;
}
cr-collapsible-pane .cr-pane-child .cr-pane-child-header {
  font-size: 12px;
  color: rgba(68, 68, 68, 0.5);
  font-weight: 600;
  text-transform: uppercase;
}
cr-collapsible-pane .cr-pane-child .cr-pane-child-icon {
  margin: 0 16px;
  display: inline-block;
  font-size: 25px;
  width: 25px;
}

.cr-event-schedule-viewer {
  margin: 10px 0 20px 0;
}
.cr-event-schedule-viewer .schedule-row .canceled-label {
  margin-right: 8px;
  opacity: 0.5;
}
.cr-event-schedule-viewer .schedule-row.cancellations {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.cr-event-schedule-viewer .schedule-row.cancellations .cr-chip {
  margin-top: 0;
  margin-bottom: 4px;
}

cr-bar-graph .bar-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}
cr-bar-graph .bar-wrapper .bar-background {
  background-color: #e3e3e3;
  border-radius: 20px;
  flex: 1 0 0;
  height: 100%;
  position: relative;
}
cr-bar-graph .bar-wrapper .bar-background .bar {
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: right;
  transition: width 2s;
}
cr-bar-graph .bar-wrapper .bar-background .bar.unfiltered-bar {
  opacity: 0.5;
}
cr-bar-graph .bar-wrapper .bar-text {
  flex: 0 0 auto;
  font-weight: bold;
  padding-left: 32px;
}

cr-metric-box .metric-box {
  align-items: center;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  display: flex;
  flex-flow: column;
  height: 100px;
  justify-content: center;
  width: 176px;
}
cr-metric-box .metric-box .subtitle {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  line-height: 16px;
}
cr-metric-box .metric-box .text {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
cr-metric-box .metric-box .value {
  font-size: 36px;
  line-height: 42px;
}

cr-entity-header header .sticker-image {
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 82px;
  height: 82px;
}
cr-entity-header header .sticker-image.circle-image {
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
cr-entity-header header .sticker-image.placeholder-image {
  background-color: #afafaf;
}
cr-entity-header header .sticker-image .icon-cr-image {
  color: #fff;
  font-size: 30px;
}
cr-entity-header header .basic-info {
  display: inline-block;
  vertical-align: top;
  flex-grow: 2;
}
cr-entity-header header .basic-info label {
  margin: 10px 0 15px 0;
}
cr-entity-header header .flex-remaining-space {
  flex-grow: 2;
}
cr-entity-header header h1 {
  margin: 0 0 0 0;
}
cr-entity-header .image-container {
  width: 100px;
}
cr-entity-header .state-container {
  margin-bottom: 20px;
}
cr-entity-header .cr-chip-large {
  background-color: #fbfbfb;
  border: 1px solid #afafaf;
  height: 24px;
}
cr-entity-header .cr-chip-large.ACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #43a047;
}
cr-entity-header .cr-chip-large.INACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #afafaf;
}
cr-entity-header .cr-chip-large.DRAFT {
  border: 1px solid #afafaf;
  background-color: #fbfbfb;
  color: rgba(68, 68, 68, 0.5);
}

cr-cta-button-configure .top-spacing {
  margin-top: 48px;
}
cr-cta-button-configure .full-width-input {
  width: 100%;
}
cr-cta-button-configure .full-width-input > input {
  width: 100%;
}
cr-cta-button-configure .type-dropdown,
cr-cta-button-configure .menu-dropdown {
  margin-bottom: 24px;
}
cr-cta-button-configure .add-button {
  font-size: 12px;
  color: #0d70b3;
  margin-bottom: 12px;
}
cr-cta-button-configure .add-button a {
  text-decoration: none;
  cursor: pointer;
}
cr-cta-button-configure .add-button a.disabled {
  opacity: 0.12;
  cursor: not-allowed;
}
cr-cta-button-configure .cta-container > section.cr-stretch {
  position: relative;
}
cr-cta-button-configure .cta-container > section.cr-stretch .icon-cr-close {
  position: absolute;
  right: -24px;
  color: #d3d3d3;
  font-size: 18px;
  cursor: pointer;
}
cr-cta-button-configure .flex-placeholder {
  min-width: 279px;
  margin-left: 30px;
}

cr-cta-button-builder-row .cta-button-builder-row {
  display: flex;
  padding-left: 20px;
}
cr-cta-button-builder-row .cta-type-selector {
  display: flex;
}
cr-cta-button-builder-row .cta-type-dropdown {
  margin-right: 30px;
}
cr-cta-button-builder-row .cta-label-input {
  flex-grow: 1;
}
cr-cta-button-builder-row .full-width-input {
  width: 100%;
}
cr-cta-button-builder-row .full-width-input > input {
  width: 100%;
}
cr-cta-button-builder-row .type-dropdown,
cr-cta-button-builder-row .menu-dropdown {
  margin-bottom: 24px;
}

cr-cta-buttons-configure .cta-buttons-container {
  width: 625px;
}

cr-input .input-container {
  display: inline-block;
}
cr-input .input-container input.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
cr-input .input-container.stretch {
  display: block;
}
cr-input .input-container.stretch input {
  width: 100%;
}
cr-input .input-container.input-large input {
  height: 40px;
  font-size: 28px;
}
cr-input cr-form-error {
  margin-top: -24px;
}
cr-input input {
  width: 160px;
  height: 28px;
  padding: 0 8px;
  outline: none;
  color: #444444;
  background-color: #fbfbfb;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

.cr-input-container > .cr-input-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 2px;
  height: 28px;
  background-color: #fbfbfb;
  border: 1px #e3e3e3 solid;
}
.cr-input-container > .cr-input-wrapper.cr-focused {
  border-color: #d3d3d3;
}
.cr-input-container > .cr-input-wrapper > .cr-input {
  flex-grow: 1;
  border: none;
  background: none;
}
.cr-input-container > .cr-input-wrapper > .cr-input-characters-remaining {
  flex-shrink: 0;
  color: #d3d3d3;
  line-height: 28px;
  padding-right: 3px;
}
.cr-input-container > .cr-input-validation-container {
  margin-top: 2px;
  height: 22px;
}
.cr-input-container > .cr-input-validation-container > .cr-input-validation > span {
  vertical-align: middle;
}
.cr-input-container .cr-input-validation-error {
  border-color: #ed1c24;
  color: #ed1c24;
}
.cr-input-container .cr-input-validation-pending {
  border-color: #ff8031;
  color: #ff8031;
}
.cr-input-container .cr-input-validation-valid {
  border-color: #43a047;
  color: #43a047;
}
.cr-input-container.cr-input-disabled {
  border-color: #e3e3e3;
  opacity: 0.75;
}
.cr-input,
.cr-textarea {
  color: #444444;
  background: none;
  box-sizing: border-box;
  outline: none;
  padding: 2px 8px;
  border-radius: 2px;
  height: 28px;
  background-color: #fbfbfb;
  border: 1px #e3e3e3 solid;
}
.cr-textarea {
  height: 112px;
}

cr-form-error {
  display: block;
}
cr-form-error .cr-error-container {
  color: #ed1c24;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
cr-form-error .cr-error-container *[ng-message] > span {
  vertical-align: middle;
}
cr-form-error .cr-error-container.height-auto {
  height: auto;
}

cr-form-label-error {
  display: block;
  margin-bottom: 5px;
}
cr-form-label-error .control-label {
  margin-bottom: 0;
}
cr-form-label-error cr-form-error {
  margin-left: 8px;
  line-height: 12px;
}
cr-form-label-error cr-form-error .cr-error-container {
  font-size: 12px;
  line-height: 1;
  height: initial;
}
cr-form-label-error > * {
  display: inline-block;
  vertical-align: middle;
}

.cr-search {
  position: relative;
  white-space: nowrap;
}
.cr-search > .icon-cr-search {
  display: inline-block;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  color: #1d80c3;
  cursor: pointer;
}
.cr-search > input {
  background: none;
  border: none;
  margin-left: 4px;
  width: 176px;
  color: #444444;
  outline: none;
  padding: 4px 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: transparent;
}
.cr-search > input::-webkit-input-placeholder {
  color: rgba(29, 128, 195, 0.5);
}
.cr-search > input:-moz-placeholder {
  color: rgba(29, 128, 195, 0.5);
}
.cr-search > input::-moz-placeholder {
  color: rgba(29, 128, 195, 0.5);
}
.cr-search > input:-ms-input-placeholder {
  color: rgba(29, 128, 195, 0.5);
}
.cr-search > input:focus {
  border-color: #1d80c3;
}
.cr-search > .not-empty {
  border-color: #1d80c3;
}
.cr-search > .icon-cr-clear {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 4px;
  color: rgba(68, 68, 68, 0.5);
}
.cr-search > .cr-dropdown {
  top: initial;
  left: initial;
  right: initial;
  margin-left: 28px;
  width: 176px;
}
.cr-search.cr-search-white > .icon-cr-search,
.cr-search.cr-search-white > .icon-cr-clear {
  color: #fbfbfb;
}
.cr-search.cr-search-white > input {
  color: #fbfbfb;
  border-color: #fbfbfb;
}
.cr-search.cr-search-white > input::-webkit-input-placeholder {
  color: #fbfbfb;
}
.cr-search.cr-search-white > input:-moz-placeholder {
  color: #fbfbfb;
}
.cr-search.cr-search-white > input::-moz-placeholder {
  color: #fbfbfb;
}
.cr-search.cr-search-white > input:-ms-input-placeholder {
  color: #fbfbfb;
}
.cr-search.cr-search-black > .icon-cr-search,
.cr-search.cr-search-black > .icon-cr-clear {
  color: #444444;
}
.cr-search.cr-search-black > input {
  color: #444444;
  border-color: #444444;
}
.cr-search.cr-search-black > input::-webkit-input-placeholder {
  color: #444444;
}
.cr-search.cr-search-black > input:-moz-placeholder {
  color: #444444;
}
.cr-search.cr-search-black > input::-moz-placeholder {
  color: #444444;
}
.cr-search.cr-search-black > input:-ms-input-placeholder {
  color: #444444;
}

.cr-toggle {
  cursor: default;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cr-toggle > .cr-toggle-label,
.cr-toggle .cr-toggle-message {
  display: inline-block;
  vertical-align: middle;
}
.cr-toggle > .cr-toggle-label.cr-toggle-label-active,
.cr-toggle .cr-toggle-message.cr-toggle-label-active {
  margin-right: 4px;
}
.cr-toggle > .cr-toggle-message {
  margin-left: 4px;
  transition: color 0.5s;
  color: rgba(68, 68, 68, 0.5);
  min-width: 45px;
}
.cr-toggle > .cr-toggle-display {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 36px;
  height: 20px;
}
.cr-toggle > .cr-toggle-display > .cr-toggle-bar {
  transition: background-color 0.5s;
  position: relative;
  border-radius: 7px;
  background-color: #d3d3d3;
  margin: 3px 0px;
  height: 14px;
}
.cr-toggle > .cr-toggle-display > .cr-toggle-bar > .icon-cr-done {
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 3px;
  color: #fbfbfb;
  font-size: 12px;
}
.cr-toggle > .cr-toggle-display > .cr-toggle-circle {
  transition: left 0.5s, fill 0.5s;
  position: relative;
  z-index: 1;
  float: left;
  left: 0;
  fill: #afafaf;
}
.cr-toggle.cr-toggle-on:not(.cr-toggle-disabled) > .cr-toggle-display > .cr-toggle-bar {
  background-color: rgba(13, 112, 179, 0.5);
}
.cr-toggle.cr-toggle-on:not(.cr-toggle-disabled) > .cr-toggle-display > .cr-toggle-bar > .icon-cr-done {
  opacity: 1;
}
.cr-toggle.cr-toggle-on:not(.cr-toggle-disabled) > .cr-toggle-display > .cr-toggle-circle {
  left: 16px;
  fill: #0d70b3;
}
.cr-toggle.cr-toggle-on:not(.cr-toggle-disabled) > .cr-toggle-message {
  color: #0d70b3;
  font-weight: 600;
}
.cr-toggle.cr-toggle-disabled > .cr-toggle-display > .cr-toggle-bar {
  background-color: rgba(211, 211, 211, 0.5);
}
.cr-toggle.cr-toggle-disabled > .cr-toggle-display > .cr-toggle-circle {
  fill: #d3d3d3;
}
.cr-toggle.cr-toggle-disabled > .cr-toggle-message {
  color: rgba(68, 68, 68, 0.25);
}

.cr-radio {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 12px;
}
.cr-radio > .cr-radio-display {
  display: inline-block;
  margin-bottom: 12px;
}
.cr-radio > .cr-radio-display.radio-margin {
  margin-right: 32px;
}
.cr-radio > .cr-radio-display > .cr-radio-icon {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  font-size: 16px;
}
.cr-radio > .cr-radio-display > .cr-radio-icon.icon-cr-radio-on {
  opacity: 0.75;
}
.cr-radio > .cr-radio-display > .cr-radio-label {
  display: inline-block;
  vertical-align: middle;
}
.cr-radio.cr-radio-disabled {
  cursor: default;
}
.cr-radio.cr-radio-disabled .cr-radio-icon {
  color: #afafaf;
}
.cr-radio.cr-radio-disabled .cr-radio-label {
  color: rgba(68, 68, 68, 0.5);
}

.cr-check {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cr-check.cr-check-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.cr-check > .cr-check-display {
  display: block;
  white-space: nowrap;
}
.cr-check > .cr-check-display > .cr-check-icon {
  margin-left: -2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}
.cr-check > .cr-check-display > .cr-check-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

cr-enum-builder .enum-values {
  padding: 0 10px;
  color: #afafaf;
  border-top: 1px solid #e3e3e3;
}
cr-enum-builder .enum-values.border-bottom {
  border-bottom: 1px solid #e3e3e3;
}
cr-enum-builder .enum-values .enum-value {
  padding: 8px 0;
  position: relative;
}
cr-enum-builder .enum-values .enum-value .enum-validation-container {
  position: absolute;
  left: 203px;
  top: 10px;
}
cr-enum-builder .enum-values input {
  width: 160px;
  height: 28px;
  padding: 0 8px;
  outline: none;
  color: #444444;
  background-color: #fbfbfb;
  border: 1px solid #e3e3e3;
}
cr-enum-builder .enum-values .icon-cr-sort {
  margin-right: 18px;
}
cr-enum-builder .enum-values .icon-cr-close {
  font-size: 16px;
  margin-top: 6px;
  margin-left: 18px;
}
cr-enum-builder .add-row-cta {
  padding: 4px 0;
  font-size: 12px;
}
cr-enum-builder .add-row-cta:hover {
  color: #0d70b3;
}
cr-enum-builder .add-row-cta a {
  text-decoration: none;
}
cr-enum-builder .disabled a {
  cursor: not-allowed;
  color: rgba(29, 128, 195, 0.12);
}
cr-enum-builder .align-with-input {
  margin-left: 35px;
}
cr-enum-builder .ng-submitted .ng-invalid {
  border: 1px solid #ed1c24;
}
cr-enum-builder .ng-touched.ng-invalid,
cr-enum-builder .ng-not-empty.ng-invalid-is-unique {
  border: 1px solid #ed1c24;
}

.cr-inline-check {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-top: 12px;
}
.cr-inline-check > .cr-inline-check-display {
  border: 1px solid #e3e3e3;
  display: inline-block;
  padding: 8px;
}
.cr-inline-check > .cr-inline-check-display.cr-inline-check-display-on {
  background-color: #1d80c3;
  color: #fbfbfb;
}
.cr-inline-check > .cr-inline-check-display:first-child {
  border-radius: 4px 0px 0px 4px;
}
.cr-inline-check > .cr-inline-check-display:last-child {
  border-radius: 0px 4px 4px 0px;
}
.cr-inline-check > .cr-inline-check-display + .cr-inline-check-display {
  border-left-width: 0;
}

.cr-hours-selector {
  display: inline-flex;
  vertical-align: middle;
  flex-direction: row;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  background-color: #fbfbfb;
  height: 24px;
  width: 125px;
}
.cr-hours-selector > .cr-hours-text {
  flex-grow: 1;
  margin-left: 8px;
  line-height: 22px;
}
.cr-hours-selector > .cr-hours-icon {
  font-size: 16px;
  line-height: 22px;
  color: rgba(68, 68, 68, 0.25);
  width: 16px;
  margin-right: 4px;
}
.cr-hours-selector > .cr-dropdown {
  left: initial;
  right: initial;
  min-width: 125px;
  height: 115px;
  overflow: auto;
}

cr-required-field {
  color: rgba(68, 68, 68, 0.5);
}
cr-required-field section.half-width {
  width: 50%;
}
cr-required-field div {
  font-size: 12px;
  font-weight: 500;
}

.cr-row-builder-legacy > .cr-row-builder-legacy-label {
  color: rgba(68, 68, 68, 0.5);
  padding: 0 0 2px;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 0 0 1px;
}
.cr-row-builder-legacy > .cr-row-builder-legacy-add {
  padding: 8px 0 0;
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px 0 0;
}
.cr-row-builder-legacy > .cr-row-builder-legacy-add > .cr-row-builder-legacy-add-text {
  display: inline-block;
  cursor: pointer;
  color: #0d70b3;
}
.cr-row-builder-legacy > .cr-row-builder-legacy-add > .cr-row-builder-legacy-add-text.cr-disabled {
  cursor: default;
  color: rgba(13, 112, 179, 0.12);
}

cr-row-builder .model-input {
  display: none;
}
cr-row-builder .cr-row-container {
  position: relative;
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 0;
}
cr-row-builder .cr-row-container:first-of-type {
  border-top: 1px solid #e3e3e3;
}
cr-row-builder .cr-row-container .cr-drop {
  position: absolute;
  width: 100%;
  height: 5px;
  margin: 0;
}
cr-row-builder .cr-row-container .cr-drop.drag-enter {
  background-color: rgba(13, 112, 179, 0.25);
}
cr-row-builder .cr-row {
  position: relative;
  width: 100%;
  padding: 5px 0 10px 24px;
  line-height: 28px;
  min-height: 28px;
  border-bottom: 1px solid #e3e3e3;
}
cr-row-builder .cr-row .icon-cr-sort,
cr-row-builder .cr-row .icon-cr-close {
  position: absolute;
  top: 0;
  font-size: 18px;
  line-height: 28px;
  color: rgba(68, 68, 68, 0.5);
}
cr-row-builder .cr-row .icon-cr-sort:hover,
cr-row-builder .cr-row .icon-cr-close:hover {
  color: #444444;
}
cr-row-builder .cr-row .icon-cr-sort {
  padding-top: 6px;
  left: 0;
  cursor: move;
}
cr-row-builder .cr-row .icon-cr-close {
  margin-top: 6px;
  right: 0;
  cursor: pointer;
}
cr-row-builder .cr-row-builder-add-text {
  display: inline-block;
  cursor: pointer;
  color: #1d80c3;
  margin-top: 8px;
}
cr-row-builder .cr-row-builder-add-text.cr-disabled {
  cursor: not-allowed;
  color: rgba(29, 128, 195, 0.12);
}
cr-row-builder .cr-row-builder-tooltip-icon {
  display: inline-block;
  font-size: 20px;
  color: #0d70b3;
  margin-left: 4px;
  position: relative;
  top: 4px;
}

.cr-extensions-builder-row-container {
  position: relative;
  padding: 3px 0;
}
.cr-extensions-builder-row-container input,
.cr-extensions-builder-row-container textarea {
  width: 500px;
}
.cr-extensions-builder-row-container textarea {
  font-family: monospace;
  height: 80px;
}
.cr-extensions-builder-row-container .icon-cr-close {
  color: rgba(68, 68, 68, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  cursor: pointer;
}
.cr-extensions-builder-row-container .icon-cr-close:hover {
  color: #444444;
}

.cr-hours-builder-row {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  box-sizing: content-box;
  cursor: default;
  padding: 8px 0;
  height: 24px;
}
.cr-hours-builder-row > .cr-days {
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}
.cr-hours-builder-row > .cr-days > .cr-day {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.cr-hours-builder-row > .cr-days > .cr-day.cr-active {
  color: #fbfbfb;
  background-color: #0d70b3;
}
.cr-hours-builder-row > .cr-days > .cr-day + .cr-day {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #d3d3d3;
}
.cr-hours-builder-row > .cr-hours-builder-label {
  color: rgba(68, 68, 68, 0.5);
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
  margin-left: 32px;
  margin-right: 8px;
}
.cr-hours-builder-row > .cr-remove-container {
  flex-grow: 1;
  text-align: right;
  padding-right: 8px;
}
.cr-hours-builder-row > .cr-remove-container > .cr-remove {
  cursor: pointer;
  color: rgba(68, 68, 68, 0.25);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}

cr-chip-selector {
  display: inline-block;
}
cr-chip-selector section {
  cursor: text;
  border-radius: 2px;
  background-color: #fbfbfb;
  border: 1px #e3e3e3 solid;
  margin-bottom: 24px;
}
cr-chip-selector section.is-focused {
  border: 1px #d3d3d3 solid;
}
cr-chip-selector section .cr-chip-container {
  min-height: 30px;
  display: flex;
  padding: 4px 0 0 4px;
}
cr-chip-selector section .cr-chip-container.cr-disabled {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
cr-chip-selector section .cr-chip-container.cr-disabled input {
  cursor: not-allowed;
}
cr-chip-selector section .cr-chip-wrapper {
  display: inline-block;
  margin: 2px 4px 4px 0;
}
cr-chip-selector section .cr-chip-input-container {
  width: 100%;
}
cr-chip-selector section .cr-chips {
  display: inline;
}
cr-chip-selector section .cr-chips .cr-chip {
  margin: 2px 4px 4px 0;
  display: inline-block;
}
cr-chip-selector section .cr-chips .cr-chip .icon-cr-close {
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  vertical-align: baseline;
}
cr-chip-selector section .cr-chips .cr-chip:last-child {
  margin-right: 0;
}
cr-chip-selector section .icon-cr-add {
  color: #1d80c3;
  font-size: 26px;
  margin: auto 0;
  padding-bottom: 2px;
  cursor: pointer;
}
cr-chip-selector section .cr-chip-input-wrapper {
  display: inline;
  position: relative;
}
cr-chip-selector section .cr-chip-input-wrapper .cr-chip-input {
  padding: 0 4px;
  vertical-align: middle;
  line-height: 24px;
  height: 22px;
  outline: none;
  border: none;
  background: none;
}
cr-chip-selector section .cr-spinner {
  padding: 4px 8px;
}
cr-chip-selector section .dropdown-menu .indent {
  padding-left: 18px;
}
cr-chip-selector .cr-chip-placeholder {
  position: absolute;
  padding: 1px 4px;
  color: rgba(68, 68, 68, 0.5);
}

cr-entity-content .image-uploader-container {
  margin-left: 30px;
}
cr-entity-content .content-details .detail-item-description {
  width: 100%;
}
cr-entity-content .content-details .content-detail {
  width: 100%;
}
cr-entity-content .content-details .content-detail > input {
  width: 100%;
}
cr-entity-content .content-details textarea {
  width: 100%;
  height: 120px;
  padding: 5px;
  resize: vertical;
}
cr-entity-content .button-section-spacing {
  margin-top: 48px;
}

.cr-row-manager {
  margin-bottom: 12px;
}
.cr-row-manager .dragging {
  position: relative;
  background-color: rgba(243, 243, 243, 0.7);
}
.cr-row-manager .item-rows {
  padding: 0 6px;
  border-top: 1px solid #e3e3e3;
}
.cr-row-manager .item-rows.border-bottom {
  border-bottom: 1px solid #e3e3e3;
}
.cr-row-manager .add-row-cta {
  padding: 4px 0;
  font-size: 12px;
}
.cr-row-manager .add-row-cta:hover {
  color: #0d70b3;
}
.cr-row-manager .add-row-cta a {
  text-decoration: none;
}
.cr-row-manager .disabled a {
  cursor: not-allowed;
  color: rgba(29, 128, 195, 0.12);
}
.cr-row-manager .ng-submitted .ng-invalid {
  border: 1px solid #ed1c24;
}
.cr-row-manager .ng-touched.ng-invalid {
  border: 1px solid #ed1c24;
}

cr-row-manager-row .item-row {
  padding: 12px 0;
}
cr-row-manager-row .item-row .left-flex-item {
  flex-basis: 35px;
  padding: 6px 0;
}
cr-row-manager-row .item-row .middle-flex-item {
  width: 100%;
}
cr-row-manager-row .item-row .right-flex-item {
  flex-basis: 35px;
  padding: 6px 0;
  text-align: right;
}
cr-row-manager-row .item-row .icon-cr-sort {
  color: #afafaf;
  margin-right: 18px;
}
cr-row-manager-row .item-row .icon-cr-close {
  color: #afafaf;
  font-size: 16px;
}

.cr-event-schedule .first-col {
  min-width: 95px;
}
.cr-event-schedule .middle-col {
  padding: 0 8px;
}
.cr-event-schedule .schedule-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 32px;
  margin-bottom: 10px;
}
.cr-event-schedule .schedule-row.cancellations {
  align-items: flex-start;
}
.cr-event-schedule .schedule-row.cancellations.ng-leave.ng-leave-active {
  opacity: 0;
}
.cr-event-schedule .schedule-row.cancellations.ng-leave {
  transition: 0.5s linear all;
}
.cr-event-schedule .schedule-row.cancellations .cr-chip {
  margin-top: 0;
  margin-bottom: 4px;
}
.cr-event-schedule .schedule-row.cancellations .cr-chip .icon-cr-close {
  color: #444444;
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  vertical-align: baseline;
}
.cr-event-schedule .schedule-row.cancellations .cr-chip.ng-leave.ng-leave-active {
  opacity: 0;
}
.cr-event-schedule .schedule-row.cancellations .cr-chip.ng-leave {
  transition: 0.5s linear all;
}
.cr-event-schedule .schedule-row.cancellations .canceled-label {
  opacity: 0.5;
}
.cr-event-schedule .schedule-row .end-time-validation .cr-error-container,
.cr-event-schedule .schedule-row .start-time-validation .cr-error-container {
  position: relative;
  line-height: initial;
  margin-left: 12px;
  height: 100%;
}
.cr-event-schedule .schedule-row.times-row {
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 5px;
}
.cr-event-schedule .schedule-row.times-row .add-time-cta {
  font-size: 12px;
  height: 28px;
  margin-right: 12px;
}
.cr-event-schedule .schedule-row.times-row .add-time-cta:hover {
  color: #0d70b3;
}
.cr-event-schedule .schedule-row.times-row .add-time-cta a {
  text-decoration: none;
}
.cr-event-schedule .schedule-row .repeat-times-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.cr-event-schedule .schedule-row .repeat-times-container .repeat-time {
  margin: 0 8px 8px 0;
}
.cr-event-schedule .schedule-row .repeat-times-container .cr-error-container {
  height: 28px;
  line-height: initial;
}
.cr-event-schedule .disabled a {
  cursor: not-allowed;
  color: rgba(29, 128, 195, 0.12);
}
.cr-event-schedule .at-time {
  padding: 0 5px;
}
.cr-event-schedule .checkbox-ends {
  padding-left: 23px;
}
.cr-event-schedule .weekday-editor {
  margin-left: 20px;
}

.cr-event-schedule .first-col {
  min-width: 70px;
  font-size: 12px;
  line-height: 14px;
}
.cr-event-schedule .second-col {
  margin: 0 6px;
  font-size: 12px;
  line-height: 14px;
}
.cr-event-schedule .schedule-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 32px;
  margin-bottom: 24px;
}
.cr-event-schedule .picker-container {
  width: 141px;
  height: 28px;
}
.cr-event-schedule .picker-container .input-container {
  width: 141px;
}
.cr-event-schedule .cr-error-container {
  line-height: 14px;
}
.cr-event-schedule .specific-days,
.cr-event-schedule .all-day {
  display: block;
  margin-left: 80px;
}
.cr-event-schedule .specific-days .cr-check-label,
.cr-event-schedule .all-day .cr-check-label {
  font-size: 12px;
  line-height: 14px;
}
.cr-event-schedule .specific-days .cr-check-icon,
.cr-event-schedule .all-day .cr-check-icon {
  font-size: 20px;
}
.cr-event-schedule .disabled a {
  cursor: not-allowed;
  color: rgba(29, 128, 195, 0.12);
}
.cr-event-schedule .at-time {
  padding: 0 5px;
}
.cr-event-schedule .checkbox-ends {
  padding-left: 23px;
}
.cr-event-schedule .weekday-editor {
  margin-top: 8px;
  margin-left: 18px;
}
.cr-event-schedule .exception-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cr-event-schedule .exception {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 0 4px 0 8px;
  background-color: #c3dced;
  height: 20px;
  border-radius: 10px;
}
.cr-event-schedule .remove-exception {
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}

.cr-live-area-full-view {
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 0 24px;
  width: 100%;
}
.cr-live-area-full-view.cr-edit {
  background-color: #f3f3f3;
}
.cr-live-area-full-view .cr-item-row {
  padding-left: 40px;
}
.cr-live-area-full-view .cr-item-column {
  display: inline-block;
}
.cr-live-area-full-view .cr-item-row + .cr-item-row {
  margin-top: 48px;
}
.cr-live-area-full-view .cr-item-column + .cr-item-column {
  margin-left: 32px;
}

.cr-layout-section-header {
  margin-bottom: 30px;
}
.cr-layout-section-header.cr-32 {
  margin-bottom: 32px;
}
.cr-layout-section-header.cr-28 {
  margin-bottom: 28px;
}
.cr-layout-section-header.cr-20 {
  margin-bottom: 20px;
}
.cr-layout-section-header.cr-16 {
  margin-bottom: 16px;
}
.cr-layout-top-margin {
  margin-top: 30px;
}
.cr-layout-top-margin-40 {
  margin-top: 40px;
}
.cr-layout-valign-middle {
  vertical-align: middle;
}
.cr-layout-title {
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(68, 68, 68, 0.5);
}

cr-data-error .data-error {
  font-size: 12px;
  padding-top: 96px;
  text-align: center;
  color: #b9b9b9;
}
cr-data-error .data-error .data-error-icon {
  font-size: 96px;
  margin-bottom: 12px;
}

.cr-filters-container {
  height: 48px;
  padding: 0 24px 0 64px;
  color: #1d80c3;
  background-color: #f3f3f3;
}
.cr-filters-container.cr-tabs-with-filters {
  height: 56px;
  color: white;
  background-color: #2d7d7d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.cr-filters-container.cr-tabs-with-filters .cr-filter-menu .current-filter {
  color: white;
}
.cr-filters-container > div {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.cr-filters-container > div .cr-filter-item-contained {
  display: inline-block;
}
.cr-filters-container > div .cr-filter-item {
  display: inline-block;
  margin-right: 25px;
}
.cr-filters-container > div .cr-filter-item:last-child,
.cr-filters-container > div .cr-filter-item.cr-no-margin {
  margin-right: 0;
}

cr-foot-note {
  color: rgba(68, 68, 68, 0.5);
  padding-bottom: 32px;
}

.cr-identity-bar {
  -webkit-transition: [background-color 500ms, X];
  -moz-transition: [background-color 500ms, X];
  -ms-transition: [background-color 500ms, X];
  -o-transition: [background-color 500ms, X];
  transition: [background-color 500ms, X];
  display: flex;
  align-items: center;
  position: relative;
  color: white;
  height: 56px;
  background-color: #1d6d6d;
}
.cr-identity-bar .header-nav {
  position: absolute;
  width: 50%;
  bottom: 11px;
  left: 24px;
}
.cr-identity-bar .header-nav div {
  display: inline-block;
}
.cr-identity-bar .header-nav .icon-cr-menu {
  cursor: pointer;
  font-size: 24px;
}
.cr-identity-bar .header-nav .headers {
  position: absolute;
  display: flex;
  top: 0;
  left: 40px;
}
.cr-identity-bar .header-nav .headers .venue-menu-container {
  cursor: pointer;
  margin-left: 24px;
}
.cr-identity-bar .header-nav .headers .venue-menu-container .venue-menu span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cr-identity-bar .header-nav .headers .venue-menu-container .venue-menu .cr-title {
  display: flex;
}
.cr-identity-bar > div:last-child {
  position: absolute;
  right: 16px;
  bottom: 12px;
}
.cr-identity-bar > div:last-child,
.cr-identity-bar .headers {
  -webkit-transition: [opacity 500ms, X];
  -moz-transition: [opacity 500ms, X];
  -ms-transition: [opacity 500ms, X];
  -o-transition: [opacity 500ms, X];
  transition: [opacity 500ms, X];
}
.cr-identity-bar.cr-disabled {
  background-color: #d3d3d3;
}
.cr-identity-bar.cr-disabled > div:last-child,
.cr-identity-bar.cr-disabled .headers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.25;
}
@media screen and (max-width: 558px) {
  .cr-identity-bar {
    max-width: 100vw;
  }
  .cr-identity-bar .venue-menu span:first-child {
    max-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .cr-identity-bar .venue-menu span:first-child {
    max-width: 150px;
  }
}
@media screen and (max-width: 400px) {
  .cr-identity-bar .venue-menu span:first-child {
    max-width: 100px;
  }
}

.cr-layout {
  height: 100%;
}
.cr-layout .cr-flex-page-height {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.cr-layout > .cr-layout-left {
  position: fixed;
  left: 0;
  z-index: 999;
}
.cr-layout > .cr-layout-right {
  position: absolute;
  left: 0;
  min-width: 375px;
  right: 0;
  top: 0;
  bottom: 0;
}
.cr-layout > .cr-layout-right.nav-panel-open {
  -webkit-transition: [left 500ms, X];
  -moz-transition: [left 500ms, X];
  -ms-transition: [left 500ms, X];
  -o-transition: [left 500ms, X];
  transition: [left 500ms, X];
  left: 240px;
}
.cr-layout > .cr-layout-right.nav-panel-close {
  -webkit-transition: [left 500ms, X];
  -moz-transition: [left 500ms, X];
  -ms-transition: [left 500ms, X];
  -o-transition: [left 500ms, X];
  transition: [left 500ms, X];
  left: 0;
}
.cr-layout > .cr-layout-right > .cr-layout-content {
  height: calc(100% - 56px);
}
@media screen and (max-width: 992px) {
  .cr-layout .cr-flex-page-height {
    display: flex;
    flex-direction: column;
  }
  .cr-layout > .cr-layout-left {
    position: fixed;
    left: 0;
  }
  .cr-layout > .cr-layout-right {
    position: absolute;
    left: 0;
    min-width: 500px;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .cr-layout > .cr-layout-right.nav-panel-open,
  .cr-layout > .cr-layout-right.nav-panel-close {
    left: 0;
  }
  .cr-layout > .cr-layout-right > .cr-layout-content {
    height: calc(100% - 56px);
  }
}
@media screen and (max-width: 558px) {
  .cr-layout > .cr-layout-right {
    position: absolute;
    left: 0;
    min-width: 375px;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.cr-modal-size-sm .modal-dialog {
  width: 352px;
}
.cr-modal-size-sm .modal-dialog .cr-modal-contents {
  min-height: 62px;
}
.modal-dialog.cr-modal-size-sm {
  width: 352px;
}
.modal-dialog.cr-modal-size-sm .cr-modal-contents {
  min-height: 62px;
}
.cr-modal-size-md .modal-dialog {
  width: 512px;
}
.cr-modal-size-md .modal-dialog .cr-modal-contents {
  min-height: 174px;
}
.cr-modal-size-touch-md .modal-dialog {
  width: 100%;
  max-width: 546px;
  padding: 0 16px;
}
.cr-modal-size-touch-md .modal-dialog .cr-modal-contents {
  min-height: 174px;
  padding: 24px 24px 0;
}
.cr-modal-size-touch-md .cr-modal .cr-modal-footer {
  padding: 24px;
}
.cr-modal-size-touch-md .cr-modal .cr-modal-footer > .cr-modal-buttons button {
  height: 48px;
  width: 156px;
}
.cr-modal-size-touch-md .cr-modal .cr-modal-footer > .cr-modal-buttons button.btn-nobg {
  width: 130px;
  color: #444444;
  opacity: 0.5;
}
.cr-modal-size-touch-sm .modal-content {
  width: 372px;
  height: 240px;
  padding: 10px;
}
.cr-modal-size-touch-sm .modal-content .modal-dialog {
  width: 100%;
  padding: 0 16px;
}
.cr-modal-size-touch-sm .modal-content .modal-dialog .cr-modal-contents {
  min-height: 174px;
  padding-top: 10px;
}
.cr-modal-size-touch-sm .modal-content .cr-modal .cr-modal-footer {
  padding: 24px;
}
.cr-modal-size-touch-sm .modal-content .cr-modal .cr-modal-footer > .cr-modal-buttons button {
  height: 48px;
  width: 170px;
}
.cr-modal-size-touch-sm .modal-content .cr-modal .cr-modal-footer > .cr-modal-buttons button.btn-nobg {
  width: 130px;
  color: #444444;
  opacity: 0.5;
}
.cr-modal-size-lg .modal-dialog {
  width: 640px;
}
.cr-modal-size-lg .modal-dialog .cr-modal-contents {
  min-height: 418px;
}
.cr-modal-size-xlg .modal-dialog {
  width: 890px;
}
.cr-modal-size-xlg .modal-dialog .cr-modal-contents {
  min-height: 418px;
}
.cr-modal-size-full .modal-dialog {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
.cr-modal-size-full .modal-dialog .cr-modal-contents {
  min-height: 100vh;
}
.cr-modal-size-full .modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.cr-modal-contents {
  word-wrap: break-word;
}
.cr-modal > .cr-modal-title {
  padding: 0 24px;
  background-color: #1d6d6d;
  color: #fbfbfb;
  border-radius: 4px 4px 0 0;
  height: 36px;
  line-height: 36px;
}
.cr-modal > .cr-modal-footer {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
}
.cr-modal > .cr-modal-footer > .cr-modal-extra-options {
  flex-grow: 1;
  line-height: 40px;
}
.cr-modal > .cr-modal-footer > .cr-modal-error {
  flex-grow: 1;
  color: #ed1c24;
  padding-top: 10px;
}
.cr-modal > .cr-modal-footer > .cr-modal-buttons {
  align-self: flex-end;
  white-space: nowrap;
}
.cr-modal > .cr-modal-footer > .cr-modal-buttons button {
  height: 48px;
  width: 156px;
  position: relative;
}
.cr-modal > .cr-modal-footer > .cr-modal-buttons button.btn-nobg:hover {
  outline: none;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  background-color: #ebebeb;
}
.cr-modal > .cr-modal-footer > .cr-modal-buttons button.btn-nobg {
  opacity: 0.5;
}
.cr-modal > .cr-modal-footer > .cr-modal-buttons button.btn-nobg:active {
  outline: none;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  background-color: #ebebeb;
}
.cr-modal > .cr-modal-footer > .cr-modal-buttons button.btn-nobg:focus {
  outline: none;
}
.cr-modal > .cr-modal-footer > .cr-modal-buttons button.btn {
  overflow: hidden;
}
.cr-modal > .cr-modal-footer > .cr-modal-buttons .cr-modal-spinner {
  font-size: 20px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -2px);
}
.cr-modal > .cr-modal-contents,
.cr-modal > .cr-modal-footer {
  padding: 16px 24px;
}
.cr-modal .cr-invisible {
  visibility: hidden;
}

.cr-nav-panel {
  -webkit-transition: [width 500ms, X];
  -moz-transition: [width 500ms, X];
  -ms-transition: [width 500ms, X];
  -o-transition: [width 500ms, X];
  transition: [width 500ms, X];
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  cursor: default;
  background-color: #2a2a2a;
  color: #fbfbfb;
  height: 100vh;
  width: 0;
}
.cr-nav-panel .cr-nav-panel-contents,
.cr-nav-panel .cr-nav-panel-title {
  -webkit-transition: [opacity 500ms, X];
  -moz-transition: [opacity 500ms, X];
  -ms-transition: [opacity 500ms, X];
  -o-transition: [opacity 500ms, X];
  transition: [opacity 500ms, X];
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.cr-nav-panel .cr-nav-panel-title {
  width: 240px;
  overflow: hidden;
  padding-left: 24px;
  line-height: 56px;
  height: 56px;
  white-space: nowrap;
}
.cr-nav-panel .cr-nav-panel-category-title {
  -webkit-transition: [opacity 500ms, X];
  -moz-transition: [opacity 500ms, X];
  -ms-transition: [opacity 500ms, X];
  -o-transition: [opacity 500ms, X];
  transition: [opacity 500ms, X];
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding: 0 24px;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
}
.cr-nav-panel .cr-nav-panel-category-action {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  text-decoration: none;
  color: #fbfbfb;
  display: block;
  -webkit-transition: [opacity 500ms, X];
  -moz-transition: [opacity 500ms, X];
  -ms-transition: [opacity 500ms, X];
  -o-transition: [opacity 500ms, X];
  transition: [opacity 500ms, X];
  padding: 0 24px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.cr-nav-panel .cr-nav-panel-category-action:hover {
  background-color: #444444;
  cursor: pointer;
}
.cr-nav-panel .cr-nav-panel-category-action:hover .cr-nav-panel-category-action-icon,
.cr-nav-panel .cr-nav-panel-category-action:hover .cr-nav-panel-category-action-text {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.cr-nav-panel .cr-nav-panel-category-action.cr-nav-panel-category-action-active {
  background-color: #171717;
  cursor: default;
}
.cr-nav-panel .cr-nav-panel-category-action.cr-nav-panel-category-action-active .cr-nav-panel-category-action-icon,
.cr-nav-panel .cr-nav-panel-category-action.cr-nav-panel-category-action-active .cr-nav-panel-category-action-text {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.cr-nav-panel .cr-nav-panel-category-action .cr-nav-panel-category-action-icon {
  vertical-align: middle;
  font-size: 16px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.cr-nav-panel .cr-nav-panel-category-action .cr-nav-panel-category-action-text {
  -webkit-transition: [opacity 500ms, X];
  -moz-transition: [opacity 500ms, X];
  -ms-transition: [opacity 500ms, X];
  -o-transition: [opacity 500ms, X];
  transition: [opacity 500ms, X];
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 16px;
  padding-left: 16px;
}
.cr-nav-panel.cr-nav-panel-active {
  width: 240px;
}
.cr-nav-panel.cr-nav-panel-active .cr-nav-panel-category-title {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.cr-nav-panel.cr-nav-panel-active .cr-nav-panel-title,
.cr-nav-panel.cr-nav-panel-active .cr-nav-panel-category-action,
.cr-nav-panel.cr-nav-panel-active .cr-nav-panel-contents,
.cr-nav-panel.cr-nav-panel-active .te2-trademark {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.cr-nav-panel.cr-nav-panel-active .te2-trademark {
  -webkit-transition: [opacity 500ms 200ms, X];
  -moz-transition: [opacity 500ms 200ms, X];
  -ms-transition: [opacity 500ms 200ms, X];
  -o-transition: [opacity 500ms 200ms, X];
  transition: [opacity 500ms 200ms, X];
}
.cr-nav-panel.cr-nav-panel-active.cr-disabled {
  pointer-events: none;
}
.cr-nav-panel.cr-nav-panel-active.cr-disabled .te2-trademark,
.cr-nav-panel.cr-nav-panel-active.cr-disabled .cr-nav-panel-contents,
.cr-nav-panel.cr-nav-panel-active.cr-disabled .cr-nav-panel-title {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.cr-nav-panel .te2-trademark {
  -webkit-transition: [opacity 250ms, X];
  -moz-transition: [opacity 250ms, X];
  -ms-transition: [opacity 250ms, X];
  -o-transition: [opacity 250ms, X];
  transition: [opacity 250ms, X];
  opacity: 0;
  background: url(78cadf8bde14ecbdfff3fbe07975c106.svg) no-repeat center bottom;
  background-size: 90%;
  pointer-events: none;
  height: 60px;
  width: 216px;
  position: absolute;
  bottom: 18px;
  left: 12px;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .cr-nav-panel {
    top: 56px;
    position: absolute;
    height: calc(100vh - 50px);
  }
}

cr-split-view-page > section {
  background-color: #fbfbfb;
}
cr-split-view-page > section .cr-top {
  background-color: #fbfbfb;
}
cr-split-view-page > section.cr-edit {
  background-color: #f3f3f3;
}
cr-split-view-page > section.cr-edit .cr-left,
cr-split-view-page > section.cr-edit .cr-top {
  background-color: #f3f3f3;
}
cr-split-view-page > section.no-left-padding .cr-left {
  padding: 0;
}
cr-split-view-page .cr-right-white .cr-live-area-split-view .cr-right {
  background-color: #fbfbfb;
}
cr-split-view-page .cr-left-gray .cr-live-area-split-view .cr-left {
  background-color: #f3f3f3;
}
cr-split-view-page .cr-live-area-split-view {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
cr-split-view-page .cr-live-area-split-view .cr-left {
  flex-grow: 1;
  background-color: #fbfbfb;
  padding: 24px;
  width: 0;
}
cr-split-view-page .cr-live-area-split-view .cr-right {
  flex-shrink: 0;
  background-color: #f3f3f3;
  width: 400px;
  padding: 24px;
}
cr-split-view-page .cr-live-area-split-view .cr-item-row {
  padding-left: 40px;
}
cr-split-view-page .cr-live-area-split-view .cr-item-column {
  display: inline-block;
}
cr-split-view-page .cr-live-area-split-view .cr-item-row + .cr-item-row {
  margin-top: 48px;
}
cr-split-view-page .cr-live-area-split-view .cr-item-column + .cr-item-column {
  margin-left: 32px;
}

.cr-tabs {
  height: 56px;
}
.cr-tabs.cr-label {
  padding-right: 0px;
}
.cr-tabs > ul {
  margin: 0;
  padding: 0 0 0 56px;
  background-color: #2d7d7d;
  line-height: 52px;
  height: 56px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.cr-tabs > ul > li {
  color: white;
  padding: 0 8px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  margin-right: 24px;
  display: inline-block;
}
.cr-tabs > ul > li.cr-active {
  border-bottom: 4px solid white;
}
.cr-tabs > ul > li.cr-inactive {
  opacity: 0.5;
}
.cr-tabs .overflow-dropdown {
  position: relative;
}
.cr-tabs .overflow-dropdown .icon-cr-more {
  opacity: 0.5;
  font-size: 24px;
  position: absolute;
  bottom: -8px;
}
.cr-tabs .overflow-dropdown .icon-cr-more.menu-open {
  opacity: 1;
}

cr-table-container {
  font-size: 12px;
}
cr-table-container .table-container {
  min-width: 1100px;
}
cr-table-container .table-container footer {
  text-align: center;
  font-size: 24px;
  padding: 24px;
}
cr-table-container .table-container footer .no-results {
  color: #afafaf;
  font-size: 14px;
}
cr-table-container .table-container footer .no-results.icon {
  font-size: 40px;
  margin-top: 70px;
  margin-bottom: 20px;
}

.cr-title-bar {
  -webkit-transition: [background-color 500ms, X];
  -moz-transition: [background-color 500ms, X];
  -ms-transition: [background-color 500ms, X];
  -o-transition: [background-color 500ms, X];
  transition: [background-color 500ms, X];
  color: white;
  height: 56px;
  line-height: 56px;
  padding: 0 24px;
  background-color: #2d7d7d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  max-width: 100vw;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.cr-title-bar .title-bar-icon {
  width: 24px;
  vertical-align: middle;
  font-size: 24px;
}
.cr-title-bar section div {
  display: inline-block;
}
.cr-title-bar section .title {
  margin-left: 11px;
  vertical-align: middle;
}
.cr-title-bar section .title:first-letter {
  text-transform: capitalize;
}
.cr-title-bar .title-bar-icon,
.cr-title-bar .title {
  -webkit-transition: [color 500ms, X];
  -moz-transition: [color 500ms, X];
  -ms-transition: [color 500ms, X];
  -o-transition: [color 500ms, X];
  transition: [color 500ms, X];
}
.cr-title-bar.cr-disabled {
  background-color: #e3e3e3;
}
.cr-title-bar.cr-disabled .title,
.cr-title-bar.cr-disabled .title-bar-icon {
  color: #444444;
}
.cr-title-bar.cr-disabled .btn-nobg {
  color: #444444;
}
.cr-title-bar.cr-disabled .btn-nobg:hover {
  outline: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ebebeb;
}
.cr-title-bar.cr-disabled .btn-nobg:focus {
  outline: none;
}
.cr-title-bar.cr-disabled .btn-nobg:active {
  outline: none;
  background-color: #ebebeb;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.cr-title-bar .cta {
  margin-left: 15px;
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

cr-page-not-found {
  color: rgba(68, 68, 68, 0.75);
}

cr-data-error .access-denied {
  font-size: 16px;
  color: #444444;
}

.cr-stick-to-top {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.cr-stick-to-top.cr-sticky-nav-open {
  left: 240px;
}
.cr-stick-to-top.cr-sticky-nav-close {
  left: 0;
}

body,
html {
  padding: 0;
  margin: 0;
  background: #ffffff !important;
}
#app-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s;
  pointer-events: none;
  color: #0d70b3;
}
#app-spinner .spinner {
  width: 64px;
  height: 64px;
}
#app-container {
  opacity: 0;
  transition: opacity 2s;
  width: 100%;
  height: 100%;
}
#app-container .user-action-menu {
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}
#app-container .user-action-menu.open {
  background-color: #185959;
}
#app-container .user-action-menu > ul {
  min-width: 110px;
}
#app-container .user-action-menu .icon-cr-user {
  font-size: 24px;
}

.cr-dashboard {
  height: 100%;
}
.cr-dashboard .report-container {
  background: #fbfbfb;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 3px;
  padding: 14px 20px 20px 20px;
}
.cr-dashboard .report-container header {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.cr-dashboard .spinner-container {
  margin: 20px;
}
.cr-dashboard .file-icon {
  margin-right: 8px;
  color: #ff8031;
  font-size: 24px;
}
.cr-dashboard .frame-container {
  height: 100%;
}
.cr-dashboard .frame-container header {
  font-size: 13px;
}
.cr-dashboard .frame-container iframe {
  width: 100%;
  border: none;
  display: block;
  height: calc(100% - 40px);
}
.cr-dashboard .list-container {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 160px);
}
.cr-dashboard .list-container .scroll-list {
  overflow: auto;
}
.cr-dashboard .list-container .scroll-list ul {
  padding: 0;
  margin: 0;
}
.cr-dashboard .list-container .scroll-list ul li {
  padding: 10px 0;
  cursor: pointer;
  list-style: none;
}
.cr-dashboard .list-container .scroll-list ul li:last-child {
  padding-bottom: 0;
}
.cr-dashboard .list-container .scroll-list ul li a {
  line-height: 24px;
  vertical-align: text-bottom;
  color: #444444;
  outline: none;
  text-decoration: none;
}
.cr-dashboard .list-container .scroll-list ul li a:hover {
  font-weight: 500;
}
.cr-dashboard .list-container header {
  font-size: 14px;
}
.cr-dashboard .list-container .no-reports {
  height: 70px;
}

.cr-quicksight-dashboard {
  height: 100%;
}
.cr-quicksight-dashboard .report-container {
  background: #fbfbfb;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 14px 20px 20px 20px;
  margin: 20px;
}
.cr-quicksight-dashboard .spinner-container {
  margin: 20px;
}

cr-quicksight-embed #quicksight-embed-container {
  height: 100%;
  width: 100%;
}
cr-quicksight-embed #quicksight-embed-target {
  height: 100%;
  width: 100%;
}
cr-quicksight-embed iframe {
  border: none;
  background-color: transparent;
}


cr-event-details cr-entity-header .cr-chip.remove-top-spacing {
  margin-top: 0;
}

.cr-event-flyout .name {
  cursor: pointer;
  line-height: 16px;
  padding-bottom: 6px;
}
.cr-event-flyout .name:hover {
  text-decoration: underline;
}
.cr-event-flyout .poi-container {
  margin-bottom: 8px;
}
.cr-event-flyout .poi-container .poi.cr-chip {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}
.cr-event-flyout .poi-container .hidden-chip-count {
  font-size: 12px;
  height: 20px;
  padding-top: 5px;
  display: inline-block;
}
.cr-event-flyout .times {
  opacity: 0.5;
  font-size: 12px;
}
.cr-event-flyout .action-buttons {
  cursor: default;
  user-select: none;
  height: 20px;
  text-align: right;
  font-size: 20px;
}
.cr-event-flyout .action-buttons span {
  cursor: pointer;
  border-radius: 2px;
  margin-right: 6px;
}
.cr-event-flyout .action-buttons span:hover {
  background-color: #e0e0e0;
}
.cr-event-flyout .action-buttons span:last-child {
  margin-right: 0;
}

cr-event-manage .cr-row-manager .item-rows {
  position: relative;
}
cr-event-manage .section-spacer {
  margin-top: 20px;
}
cr-event-manage .schedule-row-manager {
  margin-bottom: 12px;
}
cr-event-manage .arrival-dropdown .current-selection {
  min-width: 520px;
}
cr-event-manage .arrival-dropdown .current-selection .selection-text {
  max-width: initial;
}

cr-event-phone-preview .main-container .img-container {
  position: relative;
  background-color: #d3d3d3;
  min-height: 162px;
}
cr-event-phone-preview .main-container .img-container .icon-cr-back {
  position: absolute;
  top: 26px;
  left: 12px;
  color: #fbfbfb;
  font-size: 24px;
}
cr-event-phone-preview .main-container .img-container img.main-phone-image {
  width: 100%;
}
cr-event-phone-preview .main-container img.fab-distance {
  right: 21px;
  bottom: -30px;
  width: 52px;
  position: absolute;
}
cr-event-phone-preview .main-container .mock-time {
  right: 32px;
  bottom: -40px;
  font-size: 10px;
  color: #0d70b3;
  position: absolute;
}
cr-event-phone-preview .main-container .blue-text {
  color: #0d70b3;
}
cr-event-phone-preview .main-container .add-to-calendar {
  font-size: 16px;
  color: #0d70b3;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
cr-event-phone-preview .main-container .add-to-calendar div:last-child {
  padding-left: 4px;
  font-size: 10px;
}
cr-event-phone-preview .main-container .info-container {
  padding: 0 12px;
}
cr-event-phone-preview .main-container .info-container .title-container {
  width: 166px;
  margin: 17px 0;
}
cr-event-phone-preview .main-container .info-container .title-container p {
  margin: 0;
  font-size: 17px;
}
cr-event-phone-preview .main-container .info-container .empty-container p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}
cr-event-phone-preview .main-container .info-container .empty-container p.title {
  font-size: 18px;
}
cr-event-phone-preview .main-container .info-container .attributes-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 7px 12px 7px 0;
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute .schedule-link {
  color: #0d70b3;
  display: inline-block;
  margin-top: 2px;
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute .icon-container {
  display: inline;
  color: #afafaf;
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute .icon-container span .icon-img {
  width: 15px;
  opacity: 0.25;
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute .icon-container .schedule-icon {
  font-size: 16px;
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute .attribute-details-container {
  display: inline;
  margin-left: 5px;
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute .attribute-details-container p {
  margin: 0;
  line-height: 1;
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute .attribute-details-container p.attribute-name {
  font-size: 9px;
  color: rgba(0, 0, 0, 0.5);
}
cr-event-phone-preview .main-container .info-container .attributes-container .attribute .attribute-details-container p.attribute-value {
  font-size: 11px;
}
cr-event-phone-preview .main-container .info-container .description {
  font-size: 11px;
  width: 220px;
  margin: 1px;
}


cr-events-schedule .loading-spinner {
  position: fixed;
  z-index: 895;
  left: 50%;
  top: 0;
}

.cr-change-password-modal .cr-title {
  margin-bottom: 34px;
}
.cr-change-password-modal .control-label {
  color: #afafaf;
  font-weight: normal;
}
.cr-change-password-modal input {
  width: 100%;
}
.cr-change-password-modal .password-requirements-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.cr-change-password-modal .password-requirements-wrapper .password-requirements-header {
  display: flex;
  align-items: center;
}
.cr-change-password-modal .password-requirements-wrapper .password-requirements-header .icon {
  font-size: 24px;
  margin-right: 8px;
}
.cr-change-password-modal .password-requirements-wrapper .password-requirement {
  display: flex;
  margin-left: 24px;
  align-items: center;
}
.cr-change-password-modal .password-requirements-wrapper .password-requirement .requirement-indicator {
  border-radius: 50px;
  height: 18px;
  width: 18px;
  color: white;
  border: 2px solid gray;
  margin-right: 8px;
}
.cr-change-password-modal .password-requirements-wrapper .password-requirement .requirement-indicator.requirement-met {
  border: 2px solid green;
  background-color: green;
}
.cr-change-password-modal .password-requirements-wrapper .password-requirement .requirement-indicator.not-met {
  border: 2px solid red;
}

.cr-set-auth-code-modal .cr-title {
  margin-bottom: 16px;
}
.cr-set-auth-code-modal .cr-instructions {
  font-size: 14px;
  margin-bottom: 16px;
}
.cr-set-auth-code-modal .control-label {
  font-weight: normal;
  opacity: 0.5;
}
.cr-set-auth-code-modal input {
  width: 100%;
  height: 48px;
  font-size: 14px;
}

.cr-places-list .state-enabled > div {
  display: inline-block;
}
.cr-places-list .state-enabled .icon-container {
  width: 20px;
  font-size: 20px;
  margin-right: 4px;
  vertical-align: middle;
}

.cr-place-details {
  color: #444444;
}
.cr-place-details .cr-section {
  margin-top: 4px;
}
.cr-place-details .cr-item-row > header {
  position: relative;
}
.cr-place-details .cr-item-row > header .is-visible {
  position: absolute;
  right: 0;
  top: 8px;
  color: #43a047;
  font-weight: bold;
  font-size: 12px;
}
.cr-place-details .cr-item-row > header .is-visible .icon-cr-done {
  vertical-align: middle;
}
.cr-place-details .store-hours {
  width: 310px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.cr-place-details .store-hours .hours {
  width: 142px;
}
.cr-place-details .features ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.cr-place-details .features ul li {
  list-style: none;
}
.cr-place-details .charts {
  color: rgba(68, 68, 68, 0.5);
}
.cr-place-details .charts > header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.cr-place-details .commerce-spinner {
  margin-top: 108px;
  height: 0;
}

cr-pos-enable > section {
  margin-bottom: 56px;
}
cr-pos-enable .section-title {
  font-weight: 600;
  color: rgba(68, 68, 68, 0.5);
}
cr-pos-enable .connection-status {
  color: #43a047;
}
cr-pos-enable .info-section {
  margin-top: 7px;
}
cr-pos-enable .info-section .section-title {
  font-weight: normal;
}
cr-pos-enable .info-section .pos-info span:after {
  content: " / ";
}
cr-pos-enable .info-section .pos-info span:last-child:after,
cr-pos-enable .info-section .pos-info span:nth-child(3):after {
  content: "";
}
cr-pos-enable .pending-text {
  color: #ff8031;
}
cr-pos-enable .error-text {
  color: #ed1c24;
}
cr-pos-enable cr-toggle {
  display: block;
  margin: 26px 16px 0 0;
}
cr-pos-enable .spinner-container {
  height: 40px;
}
cr-pos-enable .loading-config .cr-spinner {
  font-size: 14px;
}
cr-pos-enable .error-state a {
  cursor: pointer;
}
cr-pos-enable .hover-container {
  cursor: default;
}
cr-pos-enable .hover-container .hover-link {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: [opacity 200ms, X];
  -moz-transition: [opacity 200ms, X];
  -ms-transition: [opacity 200ms, X];
  -o-transition: [opacity 200ms, X];
  transition: [opacity 200ms, X];
}
cr-pos-enable .hover-container:hover .hover-link {
  opacity: 1;
}
cr-pos-enable .hover-container:hover .hover-link a {
  text-decoration: none;
}

cr-pos-enable-modal .cr-modal {
  background-color: #f3f3f3;
}
cr-pos-enable-modal .cr-modal-footer {
  background-color: #fbfbfb;
}
cr-pos-enable-modal .cr-title {
  margin-bottom: 20px;
}
cr-pos-enable-modal label {
  color: #afafaf;
  font-weight: normal;
}
cr-pos-enable-modal .cr-modal-contents > div:not(.cr-title) {
  margin-bottom: 20px;
}
cr-pos-enable-modal .cr-input-container {
  margin-bottom: 20px;
}
cr-pos-enable-modal .dropdown-toggle {
  padding: 4px 7px;
  min-width: 160px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  background-color: #fbfbfb;
}
cr-pos-enable-modal .dropdown-toggle .caret {
  color: #afafaf;
  position: absolute;
  right: 8px;
  top: 13px;
}
cr-pos-enable-modal .slow-api-msg {
  color: #afafaf;
}
cr-pos-enable-modal .spinner-container {
  height: 104px;
}
cr-pos-enable-modal .cr-input-container {
  width: 160px;
}
cr-pos-enable-modal .content > div:first-child {
  margin-bottom: 22px;
}

cr-poi-list .state-column {
  width: 120px;
}
cr-poi-list .name-column span.icon-cr-landmark {
  color: rgba(68, 68, 68, 0.5);
  vertical-align: text-bottom;
}
cr-poi-list .name-column span.icon-cr-landmark:hover {
  color: #444444;
}

cr-poi-map-tooltip .details-link {
  cursor: pointer;
  color: #444444;
  font-size: 14px;
  font-weight: 600;
}
cr-poi-map-tooltip .details-link:hover {
  text-decoration: underline;
}
cr-poi-map .map-container {
  position: relative;
  line-height: 0;
  width: 100%;
  vertical-align: middle;
  height: calc(100vh - 216px);
}
cr-poi-map .map-container.fullscreen {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

cr-poi-type-list .cr-live-area-full-view {
  min-height: calc(100vh - 112px);
}
cr-poi-type-list .cr-poi-type-container:not(:first-child) {
  margin-top: 25px;
}
cr-poi-type-list .cr-poi-type-container .cr-poi-type {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 14px;
}
cr-poi-type-list .cr-poi-type-container .cr-poi-type .icon-cr-edit {
  cursor: pointer;
  line-height: 14px;
  color: #afafaf;
  margin-left: 2px;
  visibility: hidden;
}
cr-poi-type-list .cr-poi-type-container .cr-poi-type:hover .icon-cr-edit {
  visibility: visible;
}
cr-poi-type-list .cr-poi-type-container .cr-poi-type .cr-poi-type-text {
  cursor: pointer;
}
cr-poi-type-list .cr-poi-type-container .cr-poi-type .cr-poi-type-text:hover {
  text-decoration: underline;
}
cr-poi-type-list .no-results {
  text-align: center;
  font-size: 14px;
}

cr-poi-type-list-modal .modal-contents {
  min-height: 225px;
}
cr-poi-type-list-modal .modal-contents cr-input input,
cr-poi-type-list-modal .modal-contents cr-input .input-container {
  width: 100%;
}
cr-poi-type-list-modal .cr-title {
  line-height: 30px;
}
cr-poi-type-list-modal .name-label {
  margin-top: 30px;
}
cr-poi-type-list-modal .details-page.cr-edit .control-label {
  color: #444444;
}
cr-poi-type-list-modal .sticker-image {
  cursor: pointer;
  background-color: #afafaf;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border-radius: 6px;
}
cr-poi-type-list-modal .sticker-image .icon-cr-image {
  color: #fff;
  font-size: 16px;
}
cr-poi-type-list-modal .cr-poi {
  margin-top: 15px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
}
cr-poi-type-list-modal .cr-poi:hover .cr-poi-text {
  text-decoration: underline;
}
cr-poi-type-list-modal .cr-poi .cr-poi-text {
  cursor: pointer;
}
cr-poi-type-list-modal .delete-type-container {
  position: relative;
  color: #0d70b3;
}
cr-poi-type-list-modal .delete-type-container .cr-hidden {
  visibility: hidden;
}
cr-poi-type-list-modal .delete-type-container .cr-spinner {
  position: absolute;
  width: 100%;
  text-align: center;
}
cr-poi-type-list-modal .delete-type-container .delete-type {
  color: #0d70b3;
  cursor: pointer;
}
cr-poi-type-list-modal .delete-type-container .delete-type:hover {
  text-decoration: underline;
}

cr-poi-type-inventory .cr-live-area-full-view {
  height: calc(100vh - 112px);
  padding: 0;
}
cr-poi-type-inventory .sticker-image {
  cursor: pointer;
  background-color: #afafaf;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  margin-right: 14px;
}
cr-poi-type-inventory .sticker-image .icon-cr-image {
  color: #fff;
  font-size: 16px;
}
cr-poi-type-inventory .cr-poi-container {
  cursor: pointer;
}
cr-poi-type-inventory .cr-poi-container:hover {
  background-color: rgba(13, 112, 179, 0.1);
}
cr-poi-type-inventory .cr-poi-container:hover .cr-poi-text {
  text-decoration: underline;
}
cr-poi-type-inventory .cr-poi-container .cr-poi {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
}
cr-poi-type-inventory .cr-poi-container .cr-poi .cr-poi-text {
  cursor: pointer;
}
cr-poi-type-inventory .no-results {
  text-align: center;
  font-size: 14px;
}

.cr-poi-details .ride-container {
  margin-top: 15px;
}
.cr-poi-details .cta {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.cr-poi-details .location-details {
  flex-shrink: 0;
  width: 320px;
}
.cr-poi-details .location-container {
  margin-top: 18px;
}
.cr-poi-details .cr-map-container {
  width: 100%;
  height: 310px;
}
.cr-poi-details .cr-map-details {
  margin-left: 30px;
}
.cr-poi-details .cr-map-details .detail-item-heading:first-child {
  margin-top: 0;
}
.cr-poi-details .cr-fullscreen-map {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cr-poi-details .right-pad {
  padding-right: 20px;
}
.cr-poi-details .no-results {
  margin-top: 20px;
  font-size: 14px;
}

.cr-attributes-builder-row-container {
  position: relative;
  line-height: initial;
}
.cr-attributes-builder-row-container > * {
  display: inline-block;
  vertical-align: top;
}
.cr-attributes-builder-row-container .cr-attribute-label {
  line-height: 28px;
}
.cr-attributes-builder-row-container input {
  width: 160px;
}
.cr-attributes-builder-row-container .icon-container {
  margin: 5px 8px 0 8px;
}
.cr-attributes-builder-row-container .icon-container img.attribute-icon {
  height: 16px;
  width: auto;
}
.cr-attributes-builder-row-container .cr-attribute-label {
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

cr-poi-edit cr-chip-selector {
  width: 100%;
}
cr-poi-edit .cr-state-dropdown {
  margin-left: 20px;
}
cr-poi-edit .poi-type-dropdown .select-box {
  width: 290px;
}
cr-poi-edit .poi-type-dropdown .selection-text {
  max-width: 260px;
}
cr-poi-edit .virtual-queue {
  margin-top: 24px;
}
cr-poi-edit .virtual-queue .virtual-queue-select {
  padding-left: 18px;
  margin-bottom: 28px;
}
cr-poi-edit .virtual-queue .virtual-queue-select cr-dropdown[name="ride"] * .dropdown-toggle,
cr-poi-edit .virtual-queue .virtual-queue-select cr-dropdown[name="ride"] * .current-selection,
cr-poi-edit .virtual-queue .virtual-queue-select cr-dropdown[name="ride"] * .selection-text,
cr-poi-edit .virtual-queue .virtual-queue-select cr-dropdown[name="ride"] * .dropdown-menu {
  width: 100%;
  min-width: 250px;
  max-width: 600px;
}
cr-poi-edit .location-details {
  width: 300px;
}
cr-poi-edit .cr-map-container {
  width: 100%;
  height: 310px;
}
cr-poi-edit .detail-medium {
  font-size: 12px;
  font-weight: 600;
  color: #afafaf;
  margin-bottom: 6px;
}
cr-poi-edit .cr-fullscreen-map {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
cr-poi-edit .location-fields {
  flex-shrink: 0;
  width: 320px;
  margin-left: 30px;
}
cr-poi-edit textarea {
  resize: vertical;
}
cr-poi-edit .section-spacer {
  margin-top: 20px;
}
cr-poi-edit .add-type-container {
  margin-top: 12px;
}
cr-poi-edit .add-type-container .dropdown-container {
  position: relative;
}
cr-poi-edit .add-type-container .icon-cr-close {
  font-size: 18px;
  color: rgba(68, 68, 68, 0.5);
  position: absolute;
  right: -22px;
  top: 6px;
}

cr-poi-phone-preview .main-container .img-container {
  position: relative;
  background-color: #d3d3d3;
  min-height: 162px;
}
cr-poi-phone-preview .main-container .img-container img.fab {
  position: absolute;
}
cr-poi-phone-preview .main-container .img-container img.fab-distance {
  right: 21px;
  bottom: -34px;
  width: 52px;
}
cr-poi-phone-preview .main-container .img-container img.fab-close {
  width: 18px;
  left: 12px;
  top: 26px;
  filter: invert(100%);
}
cr-poi-phone-preview .main-container .img-container img.fab-favorite {
  width: 18px;
  right: 12px;
  top: 26px;
  filter: invert(100%);
}
cr-poi-phone-preview .main-container .img-container img.main-phone-image {
  width: 100%;
}
cr-poi-phone-preview .main-container .info-container {
  padding: 0 12px;
}
cr-poi-phone-preview .main-container .info-container .title-container {
  width: 166px;
  margin: 17px 0;
}
cr-poi-phone-preview .main-container .info-container .title-container p {
  margin: 0;
  font-size: 17px;
}
cr-poi-phone-preview .main-container .info-container .empty-container p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}
cr-poi-phone-preview .main-container .info-container .empty-container p.title {
  font-size: 18px;
}
cr-poi-phone-preview .main-container .info-container .attributes-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
cr-poi-phone-preview .main-container .info-container .attributes-container .attribute {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 7px 12px 7px 0;
}
cr-poi-phone-preview .main-container .info-container .attributes-container .attribute .icon-container {
  display: inline;
  align-self: center;
}
cr-poi-phone-preview .main-container .info-container .attributes-container .attribute .icon-container span .icon-img {
  width: 15px;
  opacity: 0.25;
}
cr-poi-phone-preview .main-container .info-container .attributes-container .attribute .attribute-details-container {
  display: inline;
  margin-left: 5px;
}
cr-poi-phone-preview .main-container .info-container .attributes-container .attribute .attribute-details-container p {
  margin: 0;
  line-height: 1;
}
cr-poi-phone-preview .main-container .info-container .attributes-container .attribute .attribute-details-container p.attribute-name {
  font-size: 9px;
  color: rgba(0, 0, 0, 0.5);
}
cr-poi-phone-preview .main-container .info-container .attributes-container .attribute .attribute-details-container p.attribute-value {
  font-size: 11px;
}
cr-poi-phone-preview .main-container .info-container .description {
  font-size: 11px;
  width: 220px;
  margin: 1px;
}

.cr-app-usage-reports {
  height: 100%;
}
.cr-app-usage-reports .cr-loading {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
}
.cr-app-usage-reports .cr-chart-active-users .ct-series .ct-point,
.cr-app-usage-reports .cr-chart-active-users .ct-series .ct-line {
  stroke: #00897b;
}
.cr-app-usage-reports .cr-chart-downloads .ct-series .ct-point,
.cr-app-usage-reports .cr-chart-downloads .ct-series .ct-line {
  stroke: #5077c5;
}
.cr-app-usage-reports .cr-chart-crashes .ct-series .ct-point,
.cr-app-usage-reports .cr-chart-crashes .ct-series .ct-line {
  stroke: #ed1c24;
}
.cr-app-usage-reports .cr-live-area-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 112px);
}
.cr-app-usage-reports .cr-live-area-container > .cr-live-area-split-view {
  flex-grow: 1;
}

cr-reporting-tabular-orders-placed {
  font-size: 14px;
}
cr-reporting-tabular-orders-placed .cr-filter-item:first-child {
  margin-right: 0;
}
cr-reporting-tabular-orders-placed .name-column {
  cursor: pointer;
}
cr-reporting-tabular-orders-placed .name-column a {
  color: #444;
}
cr-reporting-tabular-orders-placed .state-enabled > div {
  display: inline-block;
}
cr-reporting-tabular-orders-placed .state-enabled .icon-container {
  width: 20px;
  font-size: 20px;
  margin-right: 4px;
  vertical-align: middle;
}
cr-reporting-tabular-orders-placed .table-container footer {
  text-align: center;
  font-size: 24px;
  padding: 24px;
}
cr-reporting-tabular-orders-placed .table-container footer .no-results {
  font-size: 14px;
}
cr-reporting-tabular-orders-placed .data-error {
  text-align: center;
  line-height: 30px;
  margin-top: 64px;
  font-size: 12px;
  opacity: 0.5;
}
cr-reporting-tabular-orders-placed .data-error .icon-cr-data-error {
  font-size: 80px;
  opacity: 0.4;
}

cr-reporting-tabular-top-items {
  font-size: 14px;
}
cr-reporting-tabular-top-items .cr-filter-item:first-child {
  margin-right: 0;
}
cr-reporting-tabular-top-items .name-column {
  cursor: pointer;
}
cr-reporting-tabular-top-items .name-column a {
  color: #444;
}
cr-reporting-tabular-top-items .state-enabled > div {
  display: inline-block;
}
cr-reporting-tabular-top-items .state-enabled .icon-container {
  width: 20px;
  font-size: 20px;
  margin-right: 4px;
  vertical-align: middle;
}
cr-reporting-tabular-top-items .cr-td .cr-chip {
  margin-left: 10px;
}
cr-reporting-tabular-top-items .table-container footer {
  text-align: center;
  font-size: 24px;
  padding: 24px;
}
cr-reporting-tabular-top-items .table-container footer .no-results {
  font-size: 14px;
}
cr-reporting-tabular-top-items .data-error {
  text-align: center;
  line-height: 30px;
  margin-top: 64px;
  font-size: 12px;
  opacity: 0.5;
}
cr-reporting-tabular-top-items .data-error .icon-cr-data-error {
  font-size: 80px;
  opacity: 0.4;
}

.cr-orders-reports .cr-filter-item:first-child {
  margin-right: 0;
}
.cr-orders-reports .no-data-container {
  padding-top: 114px;
}
.cr-orders-reports .icon-cr-no-data {
  opacity: 0.2;
  font-size: 80px;
  margin-left: 148px;
}
.cr-orders-reports .icon-cr-error-bandaid {
  font-size: 80px;
  margin-bottom: 5px;
}
.cr-orders-reports .loading-error {
  text-align: center;
  margin-top: 40px;
  opacity: 0.4;
}
.cr-orders-reports .no-data-text {
  opacity: 0.5;
  margin-top: 20px;
  text-align: center;
}
.cr-orders-reports .cr-heat-dot {
  margin-right: 4px;
}
.cr-orders-reports .cr-layout-title-text-wrapper span {
  vertical-align: middle;
}
.cr-orders-reports .cr-layout-title-text-wrapper span.icon-cr-tableview {
  display: none;
}
.cr-orders-reports .cr-live-area-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 112px);
}
.cr-orders-reports .cr-live-area-container > .cr-live-area-split-view {
  flex-grow: 1;
}
.cr-orders-reports .cr-simple-table .table-column-1 {
  width: 81px;
}
.cr-orders-reports .cr-simple-table .table-column-2 {
  width: 50px;
}

.cr-reports-module {
  height: 100%;
}
.cr-reports-module .cr-reports-list {
  display: flex;
  flex-flow: row wrap;
  min-height: calc(100% - 56px);
  padding-right: 24px;
  background-color: #f3f3f3;
}
.cr-reports-module .cr-reports-list cr-card {
  flex-grow: 1;
}
.cr-reports-module .cr-reports-list .cr-card {
  cursor: pointer;
  margin-left: 24px;
  margin-bottom: 24px;
}
.cr-reports-module .cr-reports-list .cr-card .chart-heading {
  font-size: 10px;
  text-align: center;
  color: rgba(68, 68, 68, 0.5);
}

cr-cvt-dashboard {
  /* override accordion component styles */
  /* end override */
}
cr-cvt-dashboard .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding-left: 45px;
}
cr-cvt-dashboard .panel-title > a {
  text-decoration: none;
}
cr-cvt-dashboard .content-issues-container {
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #d3d3d3;
}
cr-cvt-dashboard .entity-section {
  border-top: 1px solid #d3d3d3;
  padding-top: 12px;
}
cr-cvt-dashboard .entity-section .section-label {
  padding-left: 0;
}
cr-cvt-dashboard .entity-section .entity-name {
  padding-left: 24px;
}
cr-cvt-dashboard .entity-section .entity-issues {
  padding-left: 48px;
}
cr-cvt-dashboard .entity-section cr-cvt-issues-section ul {
  padding: 0;
}
cr-cvt-dashboard .entity-name {
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding-bottom: 8px;
}
cr-cvt-dashboard .entity-name a {
  color: #444444;
}
cr-cvt-dashboard .entity-name .icon-cr-edit {
  visibility: hidden;
}
cr-cvt-dashboard .entity-name:hover .icon-cr-edit {
  visibility: visible;
}
cr-cvt-dashboard .no-results {
  text-align: center;
  padding-bottom: 14px;
}

cr-cvt-dashboard-header header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  background-color: white;
  border-bottom: 1px solid #e3e3e3;
}
cr-cvt-dashboard-header header > div:first-child {
  width: 75%;
  display: flex;
  flex-flow: row nowrap;
}
cr-cvt-dashboard-header .content-issues-title {
  width: 25%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
cr-cvt-dashboard-header .content-last-run {
  font-size: 12px;
  line-height: 14px;
}
cr-cvt-dashboard-header .content-last-run span:first-child {
  color: #d3d3d3;
}
cr-cvt-dashboard-header .content-last-run span:first-child:after {
  content: ":";
}
cr-cvt-dashboard-header .run-btn-container span {
  margin-right: 28px;
}
cr-cvt-dashboard-header .run-btn-container span.pending-text:after {
  content: "...";
}

cr-cvt-issues-section > section {
  display: flex;
  flex-flow: row nowrap;
  padding: 12px 0;
  border-top: 1px solid #f3f3f3;
}
cr-cvt-issues-section > section ul {
  margin: 0;
  min-width: 0;
  flex-shrink: 25;
}
cr-cvt-issues-section > section > div {
  width: 18%;
}
cr-cvt-issues-section .section-label {
  padding-left: 20px;
  line-height: 20px;
}
cr-cvt-issues-section .issues-container {
  font-size: 14px;
  list-style: none;
}
cr-cvt-issues-section .issues-container > div:first-child {
  display: flex;
}
cr-cvt-issues-section .issues-container .icon-cr-error,
cr-cvt-issues-section .issues-container .icon-cr-done {
  width: 20px;
  font-size: 20px;
}
cr-cvt-issues-section .issues-container .icon-cr-info {
  color: #e3e3e3;
  font-size: 22px;
  width: 20px;
}
cr-cvt-issues-section .issues-container .info-text {
  color: #e3e3e3;
}
cr-cvt-issues-section .issues-container .icon-cr-done {
  color: #43a047;
}
cr-cvt-issues-section .issues-container .issues {
  padding-left: 4px;
  align-self: center;
  min-width: 0;
}
cr-cvt-issues-section .issues-container .issues > div:first-child {
  display: flex;
}
cr-cvt-issues-section .issues-container .issues > div:first-child > div {
  padding-left: 4px;
  white-space: nowrap;
}
cr-cvt-issues-section .issues-container .issues .issue-link {
  overflow: hidden;
  text-overflow: ellipsis;
}
cr-cvt-issues-section .issues-container .issues .issue-link a {
  color: #444444;
  cursor: pointer;
}
cr-cvt-issues-section .issues-container .issues .expected-message {
  color: rgba(68, 68, 68, 0.5);
}
cr-cvt-issues-section .issues-container .issues .pretty-json {
  padding-top: 4px;
  background-color: white;
  border: none;
}
cr-cvt-issues-section .issues-container .affected-entities li {
  list-style: none;
}
cr-cvt-issues-section .issues-container .affected-entities li a {
  line-height: 24px;
}

cr-cvt-issues-header .module-status-container {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
cr-cvt-issues-header .module-status-container > div:first-child {
  display: flex;
  align-items: center;
  width: 20%;
}
cr-cvt-issues-header .module-status-container .icon-cr-cascade {
  color: #fbfbfb;
  font-size: 30px;
  transition: transform 0.33s ease-in;
}
cr-cvt-issues-header .module-status-container .icon-cr-cascade.show-cascade {
  color: #444444;
}
cr-cvt-issues-header .module-status-container .icon-cr-cascade.panel-expanded {
  transform: rotate(90deg);
}
cr-cvt-issues-header .module-status-container .module-label {
  margin-bottom: 2px;
}
cr-cvt-issues-header .module-status-container .icon-cr-error {
  font-size: 20px;
  padding-right: 8px;
}
cr-cvt-issues-header .module-status-container .icon-cr-error.has-errors {
  color: #ed1c24;
}
cr-cvt-issues-header .module-status-container .icon-cr-done {
  font-size: 20px;
  color: #43a047;
}
cr-cvt-issues-header .module-status-container .module-status {
  display: flex;
  align-items: center;
  font-weight: 400;
}
cr-cvt-issues-header .module-status-container .module-status .error-count {
  color: #ed1c24;
}
cr-cvt-issues-header .module-status-container .module-status .error-count.count-separator:after {
  content: ",";
}

.cr-internal-icon-table {
  padding: 5px;
}
.cr-internal-icon-table .header-icon tr th {
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
.cr-internal-icon-table tbody tr td:first-of-type {
  min-width: 64px;
}
.cr-internal-icon-table tbody tr .img-icon {
  font-size: 48px;
  text-align: center;
}
.cr-internal-icon-table tbody tr .name-icon {
  font-size: 16px;
  text-align: left;
}

.cr-beacons .cr-tabs > ul {
  z-index: 11;
}


.cr-beacon-details .cr-page-padding-top {
  padding-top: 10px;
}
.cr-beacon-details header.main {
  white-space: nowrap;
  margin-bottom: 55px;
}
.cr-beacon-details header.main .basic-info {
  display: inline-block;
  vertical-align: top;
}
.cr-beacon-details header.main .basic-info .detail-id {
  margin: 12px 0 24px 0;
  color: #afafaf;
}
.cr-beacon-details header.main h1 {
  margin: 0 0 7px 0;
}
.cr-beacon-details .title-margin-bottom {
  margin-bottom: 36px;
}
.cr-beacon-details .cr-flex-left {
  margin-top: 8px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
}
.cr-beacon-details .cr-flex-left .cr-flex-item {
  flex-grow: 1;
}
.cr-beacon-details .cr-flex-left .cr-flex-item .detail-item.notes {
  width: 400px;
}
.cr-beacon-details .cr-flex-left .cr-flex-item:nth-of-type(2) {
  width: 320px;
  flex-grow: 0;
  flex-shrink: 0;
}
.cr-beacon-details .cta {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.cr-beacon-details .spinner-container {
  width: 24px;
  height: 24px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 240px;
}
.cr-beacon-details .location-details {
  width: 300px;
}
.cr-beacon-details .spinner-container {
  height: 200px;
}
.cr-beacon-details .cr-map-container {
  flex-grow: 1;
  height: 310px;
}
.cr-beacon-details .cr-map-details {
  margin-left: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 320px;
}
.cr-beacon-details .cr-map-details .detail-item-heading:first-child {
  margin-top: 0;
}
.cr-beacon-details .cr-map-details .detail-item .unit-range {
  color: #afafaf;
  margin-left: 24px;
}
.cr-beacon-details .cr-fullscreen-map {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cr-beacon-details .no-results {
  margin-top: 20px;
  font-size: 14px;
}

cr-beacon-edit .input-stretch {
  width: 620px;
}
cr-beacon-edit .input-stretch.input-stretch-main {
  width: 740px;
}
cr-beacon-edit .input-stretch.input-stretch-main > input {
  font-size: 24px;
  font-weight: 500;
  height: 35px;
}
cr-beacon-edit .input-stretch > input {
  width: 100%;
}
cr-beacon-edit .detail-medium {
  font-size: 12px;
  font-weight: 600;
  color: #afafaf;
}
cr-beacon-edit .location-detail {
  width: 300px;
}
cr-beacon-edit .location-detail .select-box {
  width: 300px;
}
cr-beacon-edit .location-detail .select-box > div div.selection-text {
  max-width: 150px;
}
cr-beacon-edit .location-detail .dropdown-menu {
  min-width: 300px;
}
cr-beacon-edit .location-detail > input {
  width: 100%;
}
cr-beacon-edit .flex-left-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
}
cr-beacon-edit .flex-left-container .notes {
  display: flex;
  flex-direction: column;
  width: 100%;
}
cr-beacon-edit .flex-left-container .notes .associated-poi-container {
  margin-top: 10px;
  min-height: 200px;
}
cr-beacon-edit .flex-left-container .flex-item-right {
  margin-left: 30px;
}
cr-beacon-edit .flex-left-container .flex-item-right .message-detail {
  font-size: 12px;
  font-weight: 600;
  color: #afafaf;
  width: 320px;
  margin-top: 30px;
}
cr-beacon-edit textarea {
  width: 100%;
  height: 120px;
  padding: 5px;
  resize: vertical;
}
cr-beacon-edit .map-text {
  display: flex;
  flex-direction: column;
  width: 70%;
}
cr-beacon-edit .map-container {
  width: 100%;
  height: 350px;
}
cr-beacon-edit .fullscreen-map {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

cr-beacons-map-tooltip .details-link {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
cr-beacons-map-tooltip .details-link:hover {
  text-decoration: underline;
}
cr-beacons-map .map-container {
  position: relative;
  line-height: 0;
  width: 100%;
  vertical-align: middle;
  height: calc(100vh - 216px);
}
cr-beacons-map .map-container.fullscreen {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

cr-mc-classic iframe {
  width: 100%;
  border: none;
  display: block;
  height: calc(100vh - 112px);
}

.cr-category-archive-modal .cr-title {
  margin-bottom: 24px;
}
.cr-category-archive-modal .description {
  margin-top: 20px;
}

.cr-create-kitchen-modal .cr-title {
  margin-bottom: 32px;
}
.cr-create-kitchen-modal .control-label {
  color: #444444;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 8px;
}
.cr-create-kitchen-modal .modal-divider {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -24px;
  margin-right: -24px;
  border-color: #e3e3e3;
}
.cr-create-kitchen-modal .cr-filters-container {
  background-color: white;
  margin: 0px;
  padding: 0px;
}
.cr-create-kitchen-modal .table-container {
  height: 320px;
  overflow-y: scroll;
  min-width: 100%;
  margin-left: -24px;
  margin-right: -24px;
}
.cr-create-kitchen-modal .table-container .cr-table .cr-tbody .cr-tr {
  height: 40px;
  line-height: 40px;
}
.cr-create-kitchen-modal .table-container .cr-table .cr-tbody .cr-tr div.image-column {
  margin-left: 24px;
}
.cr-create-kitchen-modal .table-container .tip-label {
  pointer-events: auto;
}
.cr-create-kitchen-modal .table-shrink .table-container {
  height: calc(231px);
}
.cr-create-kitchen-modal .selected-poi-header {
  font-weight: bold;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.cr-create-kitchen-modal .selected-poi-container {
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}
.cr-create-kitchen-modal .selected-poi-container .cr-td {
  padding-right: 12px;
}
.cr-create-kitchen-modal .selected-poi-container .icon-cr-clear {
  cursor: pointer;
  margin-left: auto;
  font-size: 24px;
  line-height: 20px;
  color: rgba(68, 68, 68, 0.5);
}
.cr-create-kitchen-modal .note {
  font-size: 16px;
  position: absolute;
  bottom: 26px;
  height: 32px;
  width: 315px;
}
.cr-create-kitchen-modal .cr-thead {
  display: none;
}

.cr-create-menu-modal .cr-title {
  margin-bottom: 34px;
}
.cr-create-menu-modal .cr-modal-contents {
  width: 87%;
}
.cr-create-menu-modal .control-label {
  color: #afafaf;
  font-weight: normal;
  font-size: 14px;
}
.cr-create-menu-modal input {
  width: 100%;
}
.cr-create-menu-modal .kitchen-dropdown {
  margin-top: 12px;
  margin-bottom: 24px;
}
.cr-create-menu-modal .kitchen-dropdown .dropdown-toggle {
  width: 100%;
}
.cr-create-menu-modal .kitchen-dropdown .select-box {
  width: 90%;
}
.cr-create-menu-modal .note {
  margin-bottom: 36px;
}

.cr-fnb-archive-modal .title {
  font-size: 16px;
  margin-bottom: 24px;
}
.cr-fnb-archive-modal .description {
  font-size: 16px;
  margin-bottom: 20px;
}
.cr-fnb-archive-modal .menu-list {
  font-size: 16px;
}

cr-fnb-reporting .content {
  padding: 45px 64px;
  max-width: 1100px;
}
cr-fnb-reporting .chart-header {
  color: #afafaf;
  font-weight: bold;
  font-size: 14px;
  padding-left: 12px;
  padding-bottom: 12px;
}
cr-fnb-reporting .chart-container,
cr-fnb-reporting .commerce-spinner {
  height: 151px;
}

cr-kitchen-details .kitchen-details {
  height: 100%;
  overflow-y: hidden;
}
cr-kitchen-details .kitchen-details .header-wrapper {
  display: flex;
  justify-content: space-between;
  height: 72px;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  padding: 8px 32px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
cr-kitchen-details .kitchen-details .header-wrapper .back-btn-wrapper {
  padding-right: 16px;
  cursor: pointer;
}
cr-kitchen-details .kitchen-details .header-wrapper .header-left {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
  padding-right: 8px;
}
cr-kitchen-details .kitchen-details .header-wrapper .header-left .id,
cr-kitchen-details .kitchen-details .header-wrapper .header-left .title {
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
cr-kitchen-details .kitchen-details .header-wrapper .header-left .id {
  font-size: 12px;
  font-weight: 600;
}
cr-kitchen-details .kitchen-details .header-wrapper .header-right {
  display: flex;
}
cr-kitchen-details .kitchen-details .header-wrapper .header-right button {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 8px;
}
cr-kitchen-details .kitchen-details .header-wrapper .header-right button.archive-btn {
  color: white;
  background-color: #ed1c24;
}
@media screen and (max-width: 992px) {
  cr-kitchen-details .kitchen-details .header-wrapper .header-right button {
    margin-right: 0;
  }
  cr-kitchen-details .kitchen-details .header-wrapper .header-right button.archive-btn {
    border-radius: 0px 8px 8px 0px;
  }
  cr-kitchen-details .kitchen-details .header-wrapper .header-right button.edit-btn {
    border-radius: 8px 0px 0px 8px;
  }
}
cr-kitchen-details .kitchen-details .header-wrapper .header-right button div {
  font-size: 24px;
}
cr-kitchen-details .content {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  height: calc(100% - 72px);
  overflow-y: auto;
}
cr-kitchen-details .content .messages {
  width: 100%;
}
cr-kitchen-details .content .left {
  flex: 1;
  padding: 32px;
}
cr-kitchen-details .content .title {
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 20px;
}
cr-kitchen-details .content cr-section-heading {
  color: rgba(68, 68, 68, 0.5);
}
cr-kitchen-details .content .control-label {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 24px;
}
cr-kitchen-details .content .details-divider {
  margin: 0;
  padding-bottom: 12px;
}
cr-kitchen-details .content .hours-item {
  padding-bottom: 28px;
}
cr-kitchen-details .content .hours-row {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 12px;
}
cr-kitchen-details .content .hours-label {
  flex: 0 0 146px;
  font-weight: 600;
}
cr-kitchen-details .content .order-onsite {
  font-weight: 600;
}
cr-kitchen-details .content .printer-row .printer-auto {
  font-weight: 600;
}
cr-kitchen-details .content .test-print {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 14px;
}
cr-kitchen-details .content .test-print .test-print-button {
  display: flex;
  color: #1d80c3;
  cursor: pointer;
}
cr-kitchen-details .content .test-print .test-print-button .icon {
  font-size: 22px;
}
cr-kitchen-details .content .test-print .test-print-button .test-print-link {
  font-weight: 600;
  margin-left: 17px;
}
cr-kitchen-details .content .test-print .test-print-button:hover .test-print-link {
  text-decoration: underline;
}
cr-kitchen-details .content .test-print .test-print-success {
  display: flex;
  flex-direction: row;
}
cr-kitchen-details .content .test-print .test-print-success .icon {
  font-size: 22px;
  margin-right: 6px;
  color: #43a047;
}
cr-kitchen-details .content .test-print .test-print-failure {
  color: #ed1c24;
}
cr-kitchen-details .content .fees-container .details-divider {
  margin: 0;
  padding: 0;
}
cr-kitchen-details .content .fees-container .fee-item-container .fee-item {
  display: flex;
  margin: 20px 0px;
}
cr-kitchen-details .content .fees-container .fee-item-container .fee-item .fee-item-label {
  width: 184px;
  font-weight: 600;
}
cr-kitchen-details .content .fees-container .fee-item-container .fee-item .fee-item-tax,
cr-kitchen-details .content .fees-container .fee-item-container .fee-item .fee-item-status {
  margin-top: 18px;
}
cr-kitchen-details .content .category-label,
cr-kitchen-details .content .printer-label,
cr-kitchen-details .content .zone-desc {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 6px;
}
cr-kitchen-details .content .option-label,
cr-kitchen-details .content .printer-value {
  color: #444444;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
cr-kitchen-details .content .zone-header {
  padding-bottom: 8px;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
}
cr-kitchen-details .content .zone-divider {
  color: rgba(68, 68, 68, 0.5);
  margin-top: 10px;
  margin-bottom: 10px;
}
cr-kitchen-details .content .locker-pickup-details-wrapper .locker-config-details {
  display: flex;
}
cr-kitchen-details .content .locker-pickup-details-wrapper .locker-config-details .selected-locker {
  padding-right: 32px;
}
cr-kitchen-details .content .locker-pickup-details-wrapper .locker-config-details .selected-locker .locker-name {
  display: flex;
  flex-direction: column;
}
cr-kitchen-details .content .localization-dropdown {
  margin-left: 15px;
}
cr-kitchen-details .content .address-container-flex {
  display: flex;
  flex-flow: row nowrap;
  width: 700px;
}
cr-kitchen-details .content .address-container-flex div {
  width: 140px;
}
@media (max-width: 992px) {
  cr-kitchen-details .kitchen-details .header-wrapper {
    padding: 8px 16px;
  }
}

cr-kitchen-manage .header-wrapper {
  display: flex;
  justify-content: space-between;
  height: 72px;
  align-items: center;
  padding: 8px 16px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
cr-kitchen-manage .header-wrapper .header-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-right: 8px;
}
cr-kitchen-manage .header-wrapper .header-left .id,
cr-kitchen-manage .header-wrapper .header-left .title {
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
cr-kitchen-manage .header-wrapper .header-left .id {
  font-size: 12px;
  font-weight: 600;
}
cr-kitchen-manage .header-wrapper .header-right {
  display: flex;
}
cr-kitchen-manage .header-wrapper .header-right button {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 8px;
}
cr-kitchen-manage .form {
  height: 100%;
  overflow-y: hidden;
  background-color: #f3f3f3;
}
cr-kitchen-manage .form.ng-submitted textarea.ng-invalid {
  border-color: #ed1c24;
}
cr-kitchen-manage .content {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  overflow-y: auto;
  height: calc(100% - 72px);
}
cr-kitchen-manage .content .messages {
  width: 100%;
}
cr-kitchen-manage .place-id {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 30px;
}
cr-kitchen-manage .left {
  padding: 40px 64px 30px;
  width: 100%;
}
cr-kitchen-manage .details-divider {
  margin: 26px 0 11px;
}
cr-kitchen-manage .list-divider {
  margin: 0;
  padding: 0 0 14px;
}
cr-kitchen-manage .btn-divider {
  margin: 0;
  padding: 0 0 5px;
}
cr-kitchen-manage .add-btn {
  padding: 5px 0;
}
cr-kitchen-manage .name-input .input-container {
  padding-bottom: 40px;
  width: 700px;
}
cr-kitchen-manage .name-input input {
  font-size: 28px;
  height: 40px;
  margin: 0;
  width: 100%;
}
cr-kitchen-manage .localization-dropdown {
  margin-left: 15px;
}
cr-kitchen-manage .content-input .input-container {
  padding-bottom: 20px;
  width: 700px;
}
cr-kitchen-manage .content-input input {
  margin: 0;
  width: 100%;
}
cr-kitchen-manage .control-label {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
cr-kitchen-manage cr-form-label-error {
  margin-bottom: 3px;
}
cr-kitchen-manage cr-required-field {
  display: block;
  margin-bottom: 20px;
  padding-top: 34px;
}
cr-kitchen-manage .block-order {
  display: flex;
  padding-top: 20px;
}
cr-kitchen-manage .require-phone {
  padding: 20px 0;
}
cr-kitchen-manage .input-with-tooltip .tooltip-icon,
cr-kitchen-manage .label-with-tooltip .tooltip-icon {
  display: inline-block;
  margin-left: 4px;
  font-size: 20px;
  color: #1d80c3;
}
cr-kitchen-manage .input-with-tooltip .tooltip,
cr-kitchen-manage .label-with-tooltip .tooltip {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
cr-kitchen-manage .input-with-tooltip .tooltip .tooltip-inner,
cr-kitchen-manage .label-with-tooltip .tooltip .tooltip-inner {
  max-width: 320px;
  padding: 10px 15px;
  text-align: left;
}
cr-kitchen-manage .label-with-tooltip .tooltip .tooltip-inner {
  max-width: 215px;
}
cr-kitchen-manage .category-label {
  position: relative;
}
cr-kitchen-manage .category-label .category-tooltip {
  position: absolute;
  left: 100px;
  top: 0px;
}
cr-kitchen-manage .address-section hr.details-divider {
  margin-top: 10px;
}
cr-kitchen-manage .address-container-flex {
  display: flex;
  flex-flow: row nowrap;
  width: 700px;
}
cr-kitchen-manage .address-container-flex .content-wide {
  padding-right: 20px;
}
cr-kitchen-manage .address-container-flex .content-wide .input-container {
  padding-bottom: 20px;
  width: 300px;
}
cr-kitchen-manage .fb-location-configuration-section .control-label {
  padding-top: 2px;
  padding-bottom: 2px;
}
cr-kitchen-manage .fb-location-configuration-section .config-dropdown {
  width: 100%;
  padding-bottom: 20px;
}
cr-kitchen-manage .fb-location-configuration-section .config-dropdown .select-box {
  width: 400px;
}
cr-kitchen-manage .fb-location-configuration-section .config-dropdown .selection-text {
  max-width: 300px;
}
cr-kitchen-manage .fb-location-configuration-section .config-option-label {
  display: flex;
  align-items: center;
}
cr-kitchen-manage .printer-container .printer-label.control-label {
  color: #444444;
  flex: 0 0 118px;
  font-size: 14px;
}
cr-kitchen-manage .printer-container .cr-check {
  margin-top: 1em;
}
cr-kitchen-manage .printer-container .cr-check .cr-check-label {
  color: rgba(68, 68, 68, 0.5);
}
cr-kitchen-manage .printer-container .printer-options {
  margin-top: 1em;
}
cr-kitchen-manage .printer-container .printer-setup .printer-details {
  display: flex;
}
cr-kitchen-manage .printer-container .printer-setup .printer-details .printer-remove {
  flex-grow: 2;
  text-align: right;
  padding-top: 1em;
}
cr-kitchen-manage .printer-container .printer-setup .printer-details .printer-remove .value-remove {
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
}
cr-kitchen-manage .printer-container .printer-setup .printer-details .printer-remove .value-remove:hover {
  text-decoration: none;
}
cr-kitchen-manage .printer-container .printer-setup:first-of-type {
  margin-top: 1em;
}
cr-kitchen-manage .fees-container .fee-item-container .fee-item {
  display: flex;
  margin: 20px 0px;
}
cr-kitchen-manage .fees-container .fee-item-container .fee-item .fee-item-label {
  width: 184px;
  font-size: 16px;
}
cr-kitchen-manage .fees-container .fee-item-container .fee-item .icon-cr-close {
  font-size: 26px;
  color: #444444;
  text-decoration: none;
  opacity: 0.25;
}
cr-kitchen-manage .fees-container .fee-item-container .fee-item .fee-item-tax,
cr-kitchen-manage .fees-container .fee-item-container .fee-item .fee-item-status {
  margin-top: 18px;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone {
  padding-bottom: 12px;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone-options {
  padding-bottom: 16px;
}
cr-kitchen-manage .pickup-zone-container .cr-radio-display {
  padding-top: 6px;
  display: block;
}
cr-kitchen-manage .pickup-zone-container .cr-check-display {
  display: block;
}
cr-kitchen-manage .pickup-zone-container .cr-check {
  margin-top: 1em;
}
cr-kitchen-manage .pickup-zone-container .cr-check .cr-check-label {
  color: rgba(68, 68, 68, 0.5);
}
cr-kitchen-manage .pickup-zone-container .pickup-check {
  padding-left: 2px;
  padding-top: 6px;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone-content-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}
cr-kitchen-manage .pickup-zone-container .reorder-item {
  border-bottom: 1px solid #d3d3d3;
  padding-top: 10px;
}
cr-kitchen-manage .pickup-zone-container .reorder-item .cursor-move {
  padding-top: 16px;
}
cr-kitchen-manage .pickup-zone-container .cr-toggle {
  margin-bottom: 12px;
}
cr-kitchen-manage .pickup-zone-container .cr-toggle-label {
  display: none;
}
cr-kitchen-manage .pickup-zone-container .cr-toggle-message {
  font-weight: bold;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone input {
  width: 425px;
  margin-bottom: 16px;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone .value-remove {
  position: absolute;
  top: 24px;
  right: 0px;
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone .value-remove:hover {
  text-decoration: none;
}
cr-kitchen-manage .pickup-zone-container .disabled {
  pointer-events: none;
  opacity: 50%;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone-controls .input-container {
  padding-bottom: 4px;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone-controls input {
  width: 425px;
  margin-bottom: 4px;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone-controls .current-selection {
  width: initial;
}
cr-kitchen-manage .pickup-zone-container .pickup-zone-controls .selection-text {
  width: 395px;
  max-width: initial;
}
cr-kitchen-manage .pickup-zone-container .section-single {
  margin-left: 32px;
  margin-bottom: 12px;
}
cr-kitchen-manage .pickup-zone-container .locker-pickup-config-wrapper .locker-config-selections {
  display: flex;
  padding-bottom: 20px;
}
cr-kitchen-manage .pickup-zone-container .locker-pickup-config-wrapper .locker-config-selections .locker-input-label {
  display: flex;
  flex-direction: column-reverse;
}
cr-kitchen-manage .pickup-zone-container .cr-radio-display {
  display: block;
  margin-bottom: 12px;
}
cr-kitchen-manage .pickup-zone-container .cr-radio-display > .cr-radio-icon {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  font-size: 22px;
  margin-right: 6px;
}
cr-kitchen-manage .pickup-zone-container .cr-radio-display > .cr-radio-icon.icon-cr-radio-on {
  opacity: 0.75;
}
cr-kitchen-manage .pickup-zone-container .cr-radio-display > .cr-radio-label {
  display: inline-block;
  vertical-align: middle;
}
cr-kitchen-manage .pickup-zone-container .zone-label {
  padding-bottom: 6px;
}
cr-kitchen-manage .pickup-zone-container .pickupzone-add {
  padding-top: 16px;
}
@media screen and (max-width: 1000px) {
  cr-kitchen-manage .left {
    padding: 16px;
  }
}


cr-menu-category-manage .spinner-container {
  background-color: #f3f3f3;
}
cr-menu-category-manage .control-label {
  margin-top: 14px;
}
cr-menu-category-manage .control-label:first-of-type {
  margin-top: 0;
}
cr-menu-category-manage .details-page {
  min-height: calc(100% - 56px);
}
cr-menu-category-manage input {
  height: 28px;
  width: 384px;
}
cr-menu-category-manage .validation-container > * {
  vertical-align: middle;
}
cr-menu-category-manage .error.cr-simple-input {
  border-color: #ed1c24;
}
cr-menu-category-manage .error.validation-container {
  color: #ed1c24;
}
cr-menu-category-manage .localization-dropdown {
  display: inline-block;
  margin-left: 15px;
}
cr-menu-category-manage .half-width {
  width: 50%;
}
cr-menu-category-manage .associated-item {
  margin-bottom: 12px;
}
cr-menu-category-manage .associated-item .inner {
  display: inline-flex;
  align-items: center;
  color: #1d80c3;
  cursor: pointer;
}
cr-menu-category-manage .associated-item .inner:hover {
  text-decoration: none;
}
cr-menu-category-manage .associated-item .icon {
  font-size: 24px;
  margin-right: 12px;
}
cr-menu-category-manage cr-section-heading.associated-items-header > div {
  margin-bottom: 24px;
}
cr-menu-category-manage .details-divider {
  border-color: rgba(68, 68, 68, 0.25);
}
cr-menu-category-manage .new-category {
  align-items: center;
  display: flex;
  padding-top: 48px;
}
cr-menu-category-manage .new-category.disabled {
  opacity: 0.5;
}
cr-menu-category-manage .new-category button {
  align-items: center;
  background: none;
  border: none;
  color: #1d80c3;
  display: inline-flex;
  padding: 0;
}
cr-menu-category-manage .new-category button:disabled {
  cursor: not-allowed;
}
cr-menu-category-manage .new-category button .icon-cr-add {
  font-size: 24px;
  padding-right: 8px;
}
cr-menu-category-manage .new-category .new-category-msg {
  padding-left: 16px;
}
cr-menu-category-manage .cr-radio .cr-radio-display {
  display: block;
}
cr-menu-category-manage .radio-section {
  position: relative;
}
cr-menu-category-manage .radio-section .tooltip-icon-menu {
  top: 27px;
  left: 120px;
  margin-left: 4px;
  position: absolute;
  display: inline-block;
  font-size: 20px;
  color: #1d80c3;
}
cr-menu-category-manage .radio-section .tooltip-icon-printer {
  position: absolute;
  top: 60px;
  left: 130px;
  display: inline-block;
  margin-left: 4px;
  font-size: 20px;
  color: #1d80c3;
}

cr-menu-details .create-actions {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfb;
  box-shadow: 0 2px 4px 0 rgba(68, 68, 68, 0.25);
}
cr-menu-details .create-action {
  height: 72px;
  width: 230px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  border: 2px solid #1d80c3;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
cr-menu-details .create-action:hover {
  color: #ffffff;
  background-color: #1d80c3;
}
cr-menu-details .create-action .action-icon {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
cr-menu-details .loading {
  margin-top: 40px;
}
cr-menu-details .left {
  padding: 40px 64px;
  max-width: 938px;
  position: relative;
}
cr-menu-details .title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
cr-menu-details .id {
  font-weight: bold;
  margin-bottom: 28px;
}
cr-menu-details .state {
  display: inline-block;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 16px;
}
cr-menu-details .state.ACTIVE {
  color: #fbfbfb;
  background-color: #43a047;
}
cr-menu-details .state.INACTIVE {
  color: #fbfbfb;
  background-color: #afafaf;
}
cr-menu-details .state.DRAFT {
  border-color: #afafaf;
  background-color: #fbfbfb;
  color: rgba(68, 68, 68, 0.5);
}
cr-menu-details hr.details-divider {
  border-color: rgba(68, 68, 68, 0.125);
}
cr-menu-details cr-section-heading {
  color: rgba(68, 68, 68, 0.5);
}
cr-menu-details .edit {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  font-size: 24px;
}
cr-menu-details .pdf-container {
  width: 270px;
  height: 240px;
  background: #ebebeb;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  cursor: pointer;
}
cr-menu-details .pdf-container .pdf-embed-box {
  z-index: 5;
  box-shadow: 2px 2px 2px #afafaf;
  margin-top: 15px;
  margin-left: 25px;
  width: 220px;
  height: 205px;
}
cr-menu-details .pdf-container .pdf-embed {
  width: 220px;
  height: 200px;
}
cr-menu-details .pdf-container .pdf-name {
  z-index: 10;
  margin-top: -5px;
  margin-left: -1px;
  width: 270px;
  background-color: white;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 15px;
  padding-left: 25px;
}
cr-menu-details .pdf-container .pdf-name span {
  font-size: 12px;
  vertical-align: middle;
}
cr-menu-details .pdf-container .pdf-name .file-icon {
  font-size: 24px;
}
cr-menu-details .pdf-container .icon-container {
  display: none;
  font-size: 22px;
  height: 0px;
  float: right;
  color: #afafaf;
}
cr-menu-details .pdf-container:hover .icon-container {
  display: block;
}
cr-menu-details .menu-layout .sub-heading {
  color: #afafaf;
  font-size: 12px;
  margin-bottom: 10px;
}
cr-menu-details .menu-layout .cr-pane {
  margin-left: -74px;
}
cr-menu-details .menu-layout .cr-pane-label:hover,
cr-menu-details .menu-layout .cr-pane-child-label:hover {
  text-decoration: underline;
}
cr-menu-details .menu-layout.read-only .cr-pane-label:hover,
cr-menu-details .menu-layout.read-only .cr-pane-child-label:hover {
  text-decoration: none;
}
cr-menu-details .menu-layout.read-only cr-collapsible-pane .cr-pane-child .cr-pane-child-label {
  cursor: default;
}

cr-menu-manage .form {
  min-height: 100%;
  background-color: #f3f3f3;
}
cr-menu-manage .form.ng-submitted textarea.ng-invalid {
  border-color: #ed1c24;
}
cr-menu-manage .content {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}
cr-menu-manage .content .messages {
  width: 100%;
}
cr-menu-manage .left {
  padding: 40px 64px 30px;
  flex: 0 0 938px;
}
cr-menu-manage .details-divider {
  margin: 40px 0 8px;
}
cr-menu-manage .kitchen-id {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 24px;
}
cr-menu-manage .state-container {
  align-items: center;
  display: flex;
  padding-bottom: 24px;
}
cr-menu-manage .state-container .icon-cr-info {
  color: #1d80c3;
  font-size: 24px;
  padding-left: 8px;
}
cr-menu-manage .cr-chip-large {
  align-items: center;
  background-color: #fbfbfb;
  border: 1px solid #afafaf;
  height: 26px;
}
cr-menu-manage .cr-chip-large.ACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #43a047;
}
cr-menu-manage .cr-chip-large.INACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #afafaf;
}
cr-menu-manage .cr-chip-large.DRAFT {
  border: 1px solid #afafaf;
  background-color: #fbfbfb;
  color: rgba(68, 68, 68, 0.5);
}
cr-menu-manage .cr-chip-large.disabled {
  opacity: 0.5;
}
cr-menu-manage .name-input .input-container {
  padding-bottom: 40px;
  width: 700px;
}
cr-menu-manage .name-input input {
  font-size: 28px;
  height: 40px;
  margin: 0;
  width: 100%;
}
cr-menu-manage .nutritional-facts-input .input-container {
  width: 490px;
}
cr-menu-manage .nutritional-facts-input input {
  width: 100%;
}
cr-menu-manage .nutritional-facts-input input::placeholder {
  color: #444444;
  opacity: 0.5;
}
cr-menu-manage .nutritional-facts-label {
  margin-top: -8px;
  padding-bottom: 24px;
}
cr-menu-manage .control-label {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
cr-menu-manage cr-form-label-error {
  margin-bottom: 3px;
}
cr-menu-manage cr-required-field {
  display: block;
  margin-bottom: 20px;
}
cr-menu-manage .menu-layout .sub-heading {
  color: #afafaf;
  font-size: 12px;
  margin-bottom: 10px;
}

cr-menus-list .cr-filter-item {
  font-size: 12px;
}


cr-modifier-groups-manage cr-split-view-page .cr-live-area-split-view .cr-left {
  flex: 0 0 808px;
}
cr-modifier-groups-manage .modifier-group-title,
cr-modifier-groups-manage .content-detail {
  width: 350px;
}
cr-modifier-groups-manage .details-divider {
  margin-top: 38px;
}
cr-modifier-groups-manage .details-divider.reduce-margin-top {
  margin-top: 14px;
}
cr-modifier-groups-manage .modifier-group-dropdown .dropdown .current-selection,
cr-modifier-groups-manage .modifier-group-dropdown .dropdown .selection-text {
  max-width: 250px;
}
cr-modifier-groups-manage cr-dropdown[name="modifier-group-required-dropdown"] section {
  margin-bottom: 24px;
}
cr-modifier-groups-manage cr-form-label-error[for="min-modifier-count"] cr-form-error {
  display: none;
}
cr-modifier-groups-manage .cr-flex-left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
}
cr-modifier-groups-manage .cr-flex-left #min-modifier-count {
  margin-right: 38px;
}
cr-modifier-groups-manage .modifier-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
cr-modifier-groups-manage .modifier-list .reorder-item {
  align-items: center;
  background-color: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 13px 0 16px;
  margin-top: -1px;
}
cr-modifier-groups-manage .modifier-list li:last-child .reorder-item {
  margin-top: 0;
}
cr-modifier-groups-manage .modifier-list .cr-drop {
  margin: 0;
}
cr-modifier-groups-manage .modifier-list .modifier-details {
  display: flex;
  padding: 1px 60px 0 0;
  position: relative;
  margin-bottom: 18px;
}
cr-modifier-groups-manage .modifier-list .modifier-details:last-child {
  margin-bottom: 0;
}
cr-modifier-groups-manage .modifier-list .modifier-name {
  width: 180px;
  flex: 0 0 180px;
  margin-right: 45px;
}
cr-modifier-groups-manage .modifier-list .modifier-attributes {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
cr-modifier-groups-manage .modifier-list .attribute-header {
  flex: 1 1 90px;
}
cr-modifier-groups-manage .modifier-list .attribute-header {
  font-size: 12px;
  opacity: 0.5;
  margin: 5px 5px 5px 10px;
  line-height: 14px;
  min-width: 90px;
}
cr-modifier-groups-manage .modifier-list .modifier-attribute {
  flex: 1 1 25%;
}
cr-modifier-groups-manage .modifier-list .modifier-attribute .input-container {
  height: 25px;
}
cr-modifier-groups-manage .modifier-list .modifier-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
}
cr-modifier-groups-manage .modifier-list .modifier-remove:hover {
  text-decoration: none;
}
cr-modifier-groups-manage .modifiers-label {
  margin-bottom: 3px;
}
cr-modifier-groups-manage .associated-items {
  padding-bottom: 28px;
}
cr-modifier-groups-manage .associated-items .details-divider {
  margin-top: 58px;
}
cr-modifier-groups-manage .associated-items .associated-item {
  margin-bottom: 12px;
}
cr-modifier-groups-manage .associated-items .associated-item .inner {
  display: inline-flex;
  align-items: center;
  color: #1d80c3;
  cursor: pointer;
}
cr-modifier-groups-manage .associated-items .associated-item .inner:hover {
  text-decoration: none;
}
cr-modifier-groups-manage .associated-items .associated-item .icon {
  font-size: 24px;
  margin-right: 12px;
}

.cr-pdf-preview-modal .pdf-header {
  position: sticky;
  top: 0px;
  width: 100vw;
  background: #444444;
  color: #fbfbfb;
  padding: 14px;
  padding-right: 34px;
  font-size: 24px;
  text-align: center;
}
.cr-pdf-preview-modal .pdf-header span {
  vertical-align: middle;
}
.cr-pdf-preview-modal .pdf-header .close-button {
  float: right;
}
.cr-pdf-preview-modal .everything {
  width: 100vh;
  min-height: 100vw;
}
.cr-pdf-preview-modal .pdf-container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cr-pdf-preview-modal .pdf-embed {
  left: auto;
  right: auto;
  width: 80%;
  height: 95vh;
}
.cr-pdf-preview-modal .pdf-canvas {
  width: 80%;
  height: 95vh;
}

cr-product-details .details-divider {
  margin-bottom: 10px;
}
cr-product-details .discount-types-list > span {
  margin-right: 8px;
}

cr-products-manage .details-divider {
  color: rgba(68, 68, 68, 0.25);
}
cr-products-manage .add-modifier-group .dropdown-label,
cr-products-manage .discount-type-dropdown .dropdown-label {
  color: #1d80c3;
  font-size: 12px;
  font-weight: normal;
}
cr-products-manage .discount-type-dropdown {
  line-height: 14px;
  margin-top: 12px;
}
cr-products-manage .max-quantity-container {
  display: flex;
}
cr-products-manage .max-quantity-container .icon-cr-info {
  font-size: 20px;
  color: #0d70b3;
  margin: 4px 0 0 4px;
}
cr-products-manage .already-prepared-check .cr-check > .cr-check-display > .cr-check-icon,
cr-products-manage .discount-check .cr-check > .cr-check-display > .cr-check-icon,
cr-products-manage .identification-check .cr-check > .cr-check-display > .cr-check-icon {
  color: rgba(68, 68, 68, 0.5);
  font-size: 24px;
}
cr-products-manage .already-prepared-check .cr-check-label,
cr-products-manage .discount-check .cr-check-label,
cr-products-manage .identification-check .cr-check-label {
  color: rgba(68, 68, 68, 0.5);
}
cr-products-manage .content-textarea {
  width: 489px;
  resize: none;
  height: 120px;
}
cr-products-manage .discount-type {
  padding-top: 38px;
}
cr-products-manage .discount-type-list {
  margin-top: 12px;
}
cr-products-manage .discount-type-list .discount-type-details {
  align-items: center;
  border-top: 1px solid rgba(68, 68, 68, 0.25);
  display: flex;
  height: 48px;
  width: 100%;
}
cr-products-manage .discount-type-list .discount-type-details:last-child {
  border-bottom: 1px solid rgba(68, 68, 68, 0.25);
}
cr-products-manage .discount-type-list .discount-type-name {
  flex: 0 0 185px;
  margin-right: 12px;
}
cr-products-manage .discount-type-list .external-id,
cr-products-manage .discount-type-list .pricing-code {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-right: 24px;
}
cr-products-manage .discount-type-list .external-id cr-form-label-error,
cr-products-manage .discount-type-list .pricing-code cr-form-label-error {
  display: flex;
  flex-flow: column;
  margin: 0 12px 0 0;
  width: 46px;
}
cr-products-manage .discount-type-list .external-id .cr-form-elem,
cr-products-manage .discount-type-list .pricing-code .cr-form-elem {
  margin: 0;
  width: 120px;
}
cr-products-manage .discount-type-list .discount-type-remove {
  color: rgba(68, 68, 68, 0.75);
  font-size: 24px;
  margin-left: auto;
}
cr-products-manage .discount-type-list .discount-type-remove:hover {
  text-decoration: none;
}
cr-products-manage .modifier-group-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
cr-products-manage .modifier-group-list .reorder-item {
  background-color: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 13px 0 16px;
  margin-top: -1px;
}
cr-products-manage .modifier-group-list li:last-child .reorder-item {
  margin-top: 0;
}
cr-products-manage .modifier-group-list .cr-drop {
  margin: 0;
}
cr-products-manage .modifier-group-list .modifier-group-details {
  display: flex;
  padding: 1px 60px 0 0;
  position: relative;
}
cr-products-manage .modifier-group-list .modifier-group-name {
  width: 180px;
  flex: 0 0 180px;
  margin-right: 45px;
}
cr-products-manage .modifier-group-list .modifier-group-attributes {
  flex: 1 1 100%;
}
cr-products-manage .modifier-group-list .modifier-group-attribute {
  margin-bottom: 18px;
}
cr-products-manage .modifier-group-list .modifier-group-attribute:last-child {
  margin-bottom: 0;
}
cr-products-manage .modifier-group-list .modifier-group-attribute .attribute-header {
  font-size: 12px;
  opacity: 0.5;
  margin: 5px 0;
  line-height: 14px;
}
cr-products-manage .modifier-group-list .modifier-group-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
}
cr-products-manage .modifier-group-list .modifier-group-remove:hover {
  text-decoration: none;
}
cr-products-manage .tax-code-dropdown .current-selection {
  width: 320px;
}
cr-products-manage .tax-code-dropdown .current-selection .selection-text {
  max-width: 320px;
}

.mobile-schedule-container {
  padding-top: 12px;
  display: flex;
  margin-top: 8px;
}
.mobile-schedule-container .header-label {
  font-size: 14px;
  font-weight: normal;
  color: #444;
}
.mobile-schedule-container .mobile-schedule-header {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin-right: 16px;
  width: 92px;
}
.mobile-schedule-container .mobile-schedule-items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column {
  margin-bottom: 8px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .weekday-selector {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .weekday-selector .schedule-label {
  font-size: 12px;
  line-height: 14px;
  color: #444444;
  font-weight: normal;
  line-height: 16px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .weekday-selector .schedule-label.delete-schedule-control {
  color: #ec407a;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .delete-schedule {
  color: #ed1c24;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-header {
  display: flex;
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 2px;
  align-items: center;
  height: 40px;
  background: #e3e3e3;
  justify-content: space-between;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-header .ordering-hours-label {
  margin-left: 16px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-header .ordering-hours-close {
  margin-right: 16px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-header .ordering-hours-close .icon-cr-close {
  font-size: 26px;
  color: #444444;
  text-decoration: none;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body {
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-top-style: none;
  border-radius: 2px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body cr-dropdown .current-selection {
  width: 122px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .window-capacity {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .window-capacity .input-container {
  width: 122px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .ordering-hour-column {
  display: flex;
  flex-flow: row nowrap;
  padding: 17px;
  justify-content: flex-start;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .ordering-hour-column .open-time .input-container input.disabled,
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .ordering-hour-column .close-time .input-container input.disabled {
  opacity: 1;
  cursor: pointer;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .ordering-hour-column > div {
  margin-right: 8px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container {
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 2px;
  margin: 8px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-header {
  display: flex;
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 2px;
  align-items: center;
  height: 40px;
  background: #e3e3e3;
  justify-content: space-between;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-header .pickup-window-label {
  margin-left: 16px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-header .pickup-window-close {
  margin-right: 16px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-header .pickup-window-close .icon-cr-close {
  font-size: 26px;
  color: #444444;
  text-decoration: none;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-body {
  border-radius: 2px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-body .pickup-window-column {
  display: flex;
  flex-flow: row nowrap;
  padding: 17px;
  justify-content: flex-start;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-body .pickup-window-column .open-time .input-container input.disabled,
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-body .pickup-window-column .close-time .input-container input.disabled {
  opacity: 1;
  cursor: pointer;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-container .pickup-window-body .pickup-window-column > div {
  margin-right: 8px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .ordering-hour-body .pickup-window-button {
  padding-left: 17px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .remove {
  margin-right: 16px;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .input-with-tooltip,
.mobile-schedule-container .mobile-schedule-items .schedule-column .label-with-tooltip {
  display: flex;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .input-with-tooltip .tooltip-icon,
.mobile-schedule-container .mobile-schedule-items .schedule-column .label-with-tooltip .tooltip-icon {
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
  font-size: 20px;
  color: #1d80c3;
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .input-with-tooltip .tooltip,
.mobile-schedule-container .mobile-schedule-items .schedule-column .label-with-tooltip .tooltip {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
.mobile-schedule-container .mobile-schedule-items .schedule-column .input-with-tooltip .tooltip .tooltip-inner,
.mobile-schedule-container .mobile-schedule-items .schedule-column .label-with-tooltip .tooltip .tooltip-inner {
  max-width: 320px;
  padding: 10px 15px;
  text-align: left;
}
.mobile-schedule-container .control-label {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.schedule-description {
  margin-top: 10px;
  margin-bottom: 13px;
}
.cr-check {
  margin-bottom: 10px;
}
.cr-check .cr-check-label {
  color: rgba(68, 68, 68, 0.5);
}


cr-venue-hours-edit-order ul {
  margin: 0;
  padding: 0;
  position: relative;
}
cr-venue-hours-edit-order ul li {
  list-style: none;
}
cr-venue-hours-edit-order .cr-drop {
  height: 12px;
}
cr-venue-hours-edit-order .instructions {
  padding: 12px 0;
  text-align: center;
  background-color: #fbfbfb;
}
cr-venue-hours-edit-order .reorder-item {
  font-size: 14px;
  font-weight: 600;
}
cr-venue-hours-edit-order .reorder-item > div {
  line-height: 40px;
  vertical-align: middle;
}
cr-venue-hours-edit-order .reorder-item .icon-cr-sort {
  font-size: 25px;
  color: rgba(68, 68, 68, 0.5);
  margin-right: 11px;
}

cr-venue-hours-manage .dropdown-container {
  min-width: 90px;
  margin-left: 140px;
}
cr-venue-hours-manage .delete-link-venue-hours {
  width: 170px;
  text-transform: inherit;
}

cr-venue-hours-order .venue-hours-list {
  margin-left: 40px;
}
cr-venue-hours-order .venue-hours-list a {
  font-weight: 600;
  color: #444444;
  line-height: 40px;
  cursor: pointer;
}
cr-venue-hours-order .create-disabled {
  opacity: 0.5;
}

cr-venue-hours-phone-preview header {
  background-color: #afafaf;
  color: #fbfbfb;
  font-weight: 600;
  height: 42px;
  position: relative;
}
cr-venue-hours-phone-preview header .customer-name {
  text-align: center;
  padding-top: 17px;
}
cr-venue-hours-phone-preview header .icon-cr-notifications {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 17px;
}
cr-venue-hours-phone-preview .content-container {
  padding: 12px;
  background-color: #ebebeb;
}
cr-venue-hours-phone-preview .welcome-section {
  margin-bottom: 12px;
}
cr-venue-hours-phone-preview .welcome-section > section div {
  width: 65px;
  height: 40px;
  background-color: #d3d3d3;
}
cr-venue-hours-phone-preview .venue-hours-container {
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  background-color: #fbfbfb;
  border-radius: 2px;
  margin-bottom: 12px;
}
cr-venue-hours-phone-preview .venue-hours-container > div {
  padding-bottom: 4px;
}
cr-venue-hours-phone-preview .venue-hours-container .icon-cr-time {
  color: #d3d3d3;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 2px;
}
cr-venue-hours-phone-preview .map-placeholder {
  height: 160px;
  background-color: #d3d3d3;
}
cr-venue-hours-phone-preview .section-title {
  font-size: 10px;
  font-weight: 600;
  color: #afafaf;
  text-transform: uppercase;
  margin-bottom: 12px;
}

cr-preferences-details {
  font-size: 14px;
  line-height: 20px;
}
cr-preferences-details .alert-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #fbfbfb;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.33);
}
cr-preferences-details .alert-container a {
  cursor: pointer;
}
cr-preferences-details .split-view-container {
  display: flex;
  flex-grow: 1;
  min-height: 100vh;
}
cr-preferences-details .split-view-container .main {
  flex-grow: 1;
  padding: 24px 12px 24px 64px;
  background-color: #fbfbfb;
}
cr-preferences-details .split-view-container .main .page-title {
  font-size: 20px;
  margin-bottom: 24px;
}
cr-preferences-details .split-view-container .main .icon-container {
  min-width: 118px;
  text-align: right;
}
cr-preferences-details .split-view-container .main .icon-container .icon-cr-edit {
  font-size: 26px;
  color: #444444;
}
cr-preferences-details .split-view-container .sidebar {
  flex-shrink: 0;
  background-color: #f3f3f3;
  width: 400px;
  padding: 24px;
}
cr-preferences-details hr {
  margin-top: 48px;
  margin-bottom: 12px;
}
cr-preferences-details .section-spacing {
  margin-bottom: 24px;
}

cr-preferences-brand-content .language-dropdown-container {
  width: 100px;
  text-align: right;
}
cr-preferences-brand-content .text-label {
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 8px;
}
cr-preferences-brand-content .title-container {
  margin-bottom: 24px;
}

cr-preferences-guidelines {
  font-size: 14px;
  line-height: 20px;
}
cr-preferences-guidelines > section > div {
  margin-bottom: 24px;
}
cr-preferences-guidelines > section .preference-header {
  font-size: 14px;
  margin-bottom: 24px;
}
cr-preferences-guidelines > section .create-button {
  width: 210px;
  text-transform: uppercase;
}

cr-preferences-questions-overview .pref-heading {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
}
cr-preferences-questions-overview .questions-list {
  line-height: 24px;
}
cr-preferences-questions-overview .text-color-light {
  color: #afafaf;
}
cr-preferences-questions-overview .special-hr {
  margin: 4px 0 8px 0;
}
cr-preferences-questions-overview .chip-container {
  margin: 24px 0 32px 0;
}
cr-preferences-questions-overview .cr-chip-large {
  background-color: #fbfbfb;
  border: 1px solid #afafaf;
  height: 24px;
  padding: 4px 16px;
}
cr-preferences-questions-overview .cr-chip-large.ACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #43a047;
}
cr-preferences-questions-overview .cr-chip-large.INACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #afafaf;
}
cr-preferences-questions-overview .cr-chip-large.DRAFT {
  border: 1px solid #afafaf;
  background-color: #fbfbfb;
  color: rgba(68, 68, 68, 0.5);
}

cr-preferences-manage .cr-title-bar .btn-nobg {
  width: 100px;
}
cr-preferences-manage .cr-title-bar .btn-save,
cr-preferences-manage .cr-title-bar .split-btn-save {
  width: 122px;
}
cr-preferences-manage .prefs-info-title,
cr-preferences-manage .prefs-info-description {
  color: rgba(68, 68, 68, 0.5);
}
cr-preferences-manage .prefs-info-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
cr-preferences-manage textarea::placeholder {
  color: rgba(68, 68, 68, 0.5);
}
cr-preferences-manage .details-divider {
  margin-bottom: 8px;
}
cr-preferences-manage cr-section-heading > div {
  margin-bottom: 12px;
}
cr-preferences-manage .section-description {
  font-size: 12px;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 20px;
}
cr-preferences-manage .content-input input {
  width: 489px;
}
cr-preferences-manage .content-textarea {
  width: 489px;
  resize: none;
  height: 120px;
}
cr-preferences-manage .cr-chip-large {
  background-color: #fbfbfb;
  border: 1px solid #afafaf;
}
cr-preferences-manage .cr-chip-large.ACTIVE {
  color: #fbfbfb;
  background-color: #43a047;
  border-color: transparent;
}
cr-preferences-manage .cr-chip-large.INACTIVE {
  color: #fbfbfb;
  background-color: #afafaf;
}
cr-preferences-manage .state-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
cr-preferences-manage .cr-check-icon,
cr-preferences-manage .cr-check-label {
  color: rgba(68, 68, 68, 0.5);
}
cr-preferences-manage .cr-check > .cr-check-display > .cr-check-icon {
  font-size: 20px;
}
cr-preferences-manage .cr-check-label {
  font-size: 12px;
  line-height: 14px;
}
cr-preferences-manage .questions-label {
  margin-bottom: 3px;
}
cr-preferences-manage .reorder-item {
  background-color: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 0 19px;
  margin-top: -1px;
  align-items: center;
}
cr-preferences-manage .questions-list {
  max-width: 896px;
}
cr-preferences-manage .question-row {
  display: flex;
  align-items: center;
}
cr-preferences-manage .question-row cr-dropdown {
  margin-right: 15px;
}
cr-preferences-manage .question-row cr-dropdown .current-selection {
  width: 350px;
}
cr-preferences-manage .question-row cr-dropdown .current-selection .selection-text {
  min-width: 290px;
}
cr-preferences-manage .question-label {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  line-height: 14px;
  margin-right: 15px;
}
cr-preferences-manage .question-remove {
  position: absolute;
  right: 0;
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
}
cr-preferences-manage .question-remove:hover {
  text-decoration: none;
}
cr-preferences-manage .add-question {
  margin-top: 10px;
}
cr-preferences-manage .tooltip-icon {
  display: inline-block;
  font-size: 20px;
  color: #0d70b3;
  margin-left: 4px;
}
cr-preferences-manage .tooltip {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
cr-preferences-manage .tooltip .tooltip-inner {
  max-width: 240px;
  padding: 10px 15px;
  text-align: left;
}

cr-preferences-phone-preview header {
  height: 48px;
  font-size: 21px;
  line-height: 24px;
  padding-left: 4px;
  color: #fbfbfb;
  background-color: #2d7d7d;
  display: flex;
  align-items: center;
}
cr-preferences-phone-preview header .icon-cr-close {
  margin-right: 42px;
}
cr-preferences-phone-preview .user-pref-container {
  padding-left: 6px;
}
cr-preferences-phone-preview .user-pref-container > section:first-child {
  margin-bottom: 17px;
}
cr-preferences-phone-preview .brand-title {
  font-size: 21px;
  margin-top: 24px;
}
cr-preferences-phone-preview .brand-description {
  font-size: 10px;
  line-height: 10px;
  margin-top: 12px;
  color: rgba(68, 68, 68, 0.5);
}
cr-preferences-phone-preview .required-text {
  font-size: 10px;
  color: rgba(68, 68, 68, 0.5);
}

cr-questions-phone-preview .question {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
}
cr-questions-phone-preview .multi-select {
  font-size: 10px;
  color: rgba(68, 68, 68, 0.5);
  margin-top: -6px;
}
cr-questions-phone-preview .slider-view {
  overflow: hidden;
  margin-bottom: 20px;
}
cr-questions-phone-preview .slider-view .answers-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 8px;
}
cr-questions-phone-preview .slider-view .answers-container div {
  padding: 8px;
  margin-right: 6px;
  border-radius: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ccc;
  border: 1px solid #ccc;
}

cr-question-manage .cr-title-bar .btn-nobg {
  width: 100px;
}
cr-question-manage .cr-title-bar .btn-save,
cr-question-manage .cr-title-bar .split-btn-save {
  width: 122px;
}
cr-question-manage .tooltip-icon {
  display: inline-block;
  font-size: 20px;
  color: #0d70b3;
  margin-left: 4px;
}
cr-question-manage .tooltip {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
cr-question-manage .tooltip .tooltip-inner {
  max-width: 240px;
  padding: 10px 15px;
  text-align: left;
}
cr-question-manage .cr-left {
  max-width: 856px;
}
cr-question-manage .cr-radio {
  margin-bottom: 37px;
}
cr-question-manage .cr-radio .cr-radio-display > .cr-radio-icon {
  font-size: 24px;
  margin-right: 3px;
}
cr-question-manage cr-form-label-error {
  margin-bottom: 12px;
}
cr-question-manage .top-section-label .control-label {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
cr-question-manage .settings-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
cr-question-manage .settings-header .text {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
cr-question-manage .settings-header .tooltip-icon {
  margin-left: 15px;
}
cr-question-manage .settings-value {
  margin-top: 30px;
  color: rgba(68, 68, 68, 0.75);
}
cr-question-manage .details-divider {
  margin-bottom: 10px;
  margin-top: 64px;
}
cr-question-manage cr-section-heading > div {
  margin-bottom: 35px;
}
cr-question-manage .content-label {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
}
cr-question-manage .content-input input {
  width: 489px;
}
cr-question-manage .cr-check > .cr-check-display > .cr-check-icon {
  font-size: 24px;
  margin-right: 5px;
}
cr-question-manage .cr-check > .cr-check-display > .cr-check-label {
  font-size: 12px;
}
cr-question-manage .default-expiration {
  margin-bottom: 20px;
  margin-top: 4px;
}
cr-question-manage .default-expiration .expiration-selector {
  margin-bottom: 0;
}
cr-question-manage .default-expiration .expiration-selector .row {
  margin: 8px 0 0 0;
  display: flex;
  align-items: center;
}
cr-question-manage .default-expiration .expiration-selector .row cr-input,
cr-question-manage .default-expiration .expiration-selector .row cr-input input {
  width: 48px;
  height: 28px;
}
cr-question-manage .default-expiration .expiration-selector .row cr-input {
  margin-right: 12px;
}
cr-question-manage .default-expiration .expiration-selector .row cr-dropdown .current-selection {
  width: 100px;
  margin-right: 12px;
}
cr-question-manage .after-response {
  font-size: 12px;
  line-height: 14px;
}
cr-question-manage .values-label {
  margin-bottom: 4px;
}
cr-question-manage .question-values {
  max-width: 405px;
  margin-bottom: 14px;
}
cr-question-manage .question-values .reorder-item {
  background-color: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 0 19px;
  margin-top: -1px;
  align-items: center;
}
cr-question-manage .question-value-details {
  display: flex;
  position: relative;
  align-items: center;
}
cr-question-manage .value-label {
  font-size: 12px;
  margin-right: 8px;
  color: rgba(68, 68, 68, 0.5);
}
cr-question-manage .value-input input {
  margin: 0;
  width: 240px;
}
cr-question-manage .value-input cr-form-error {
  margin: 0;
  position: absolute;
  top: 25px;
}
cr-question-manage .value-remove {
  position: absolute;
  right: 0;
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
}
cr-question-manage .value-remove:hover {
  text-decoration: none;
}
cr-question-manage .add-another {
  margin-top: 67px;
}
cr-question-manage .add-another .btn-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px;
  margin-right: 26px;
}
cr-question-manage .add-another .btn-link:hover,
cr-question-manage .add-another .btn-link:focus {
  text-decoration: none;
}
cr-question-manage .add-another .icon {
  font-size: 24px;
  margin-right: 8px;
}
cr-question-manage .add-another-help {
  font-size: 12px;
  color: rgba(68, 68, 68, 0.5);
}

cr-automation-select .content {
  padding: 45px 64px;
}
cr-automation-select .category-title {
  font-size: 16px;
}
cr-automation-select .category-description {
  font-size: 12px;
  margin-bottom: 21px;
}
cr-automation-select .automation-types {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
cr-automation-select .automation-type {
  flex: 0 0 224px;
  margin-bottom: 45px;
  margin-right: 24px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 184px;
  width: 224px;
  border: 2px solid #1d80c3;
  border-radius: 4px;
  cursor: pointer;
}
cr-automation-select .automation-type:hover {
  background-color: #1d80c3;
  color: #fbfbfb;
}
cr-automation-select .type-icons {
  height: 24px;
  margin-bottom: 5px;
}
cr-automation-select .type-icon {
  font-size: 24px;
}
cr-automation-select .type-name {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  white-space: pre-line;
}
cr-automation-select .type-description {
  text-align: center;
  font-size: 12px;
}
cr-automation-select .cr-flex-center {
  height: auto;
}

cr-broadcast-select .content {
  padding: 45px 64px;
}
cr-broadcast-select .category-title {
  font-size: 16px;
}
cr-broadcast-select .category-description {
  font-size: 12px;
  margin-bottom: 21px;
}
cr-broadcast-select .automation-types {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
cr-broadcast-select .automation-type {
  flex: 0 0 224px;
  margin-bottom: 45px;
  margin-right: 24px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 184px;
  width: 224px;
  border: 2px solid #1d80c3;
  border-radius: 4px;
  cursor: pointer;
}
cr-broadcast-select .automation-type:hover {
  background-color: #1d80c3;
  color: #fbfbfb;
}
cr-broadcast-select .type-icons {
  height: 24px;
  margin-bottom: 5px;
}
cr-broadcast-select .type-icon {
  font-size: 24px;
}
cr-broadcast-select .type-name {
  font-weight: bold;
  font-size: 14px;
}
cr-broadcast-select .type-description {
  text-align: center;
  font-size: 12px;
}
cr-broadcast-select .cr-flex-center {
  height: auto;
}

cr-coupon-details cr-section-heading {
  color: rgba(68, 68, 68, 0.5);
}
cr-coupon-details .details-divider {
  margin-top: 35px;
  margin-bottom: 8px;
}
cr-coupon-details .content {
  padding: 24px;
}
cr-coupon-details .cr-item-row {
  padding-left: 40px;
  max-width: 900px;
}
cr-coupon-details .attribute {
  margin-bottom: 24px;
}
cr-coupon-details .attribute .text-label {
  font-size: 12px;
  line-height: 14px;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 2px;
}
cr-coupon-details .cr-chip-large {
  background-color: #fbfbfb;
  border: 1px solid #afafaf;
  height: 24px;
}
cr-coupon-details .cr-chip-large.ACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #43a047;
}
cr-coupon-details .cr-chip-large.INACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #afafaf;
}
cr-coupon-details .cr-chip-large.DRAFT {
  border: 1px solid #afafaf;
  background-color: #fbfbfb;
  color: rgba(68, 68, 68, 0.5);
}
cr-coupon-details .associated-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
cr-coupon-details .associated-list .associated-item {
  margin-bottom: 12px;
}
cr-coupon-details .associated-list .associated-item .associated-link {
  align-items: center;
  color: #1d80c3;
  cursor: pointer;
  display: flex;
  text-decoration: none;
}
cr-coupon-details .associated-list .associated-item .associated-link .associated-icon {
  font-size: 24px;
  margin-right: 8px;
}

cr-coupon-manage .form {
  min-height: 100%;
  background-color: #f3f3f3;
}
cr-coupon-manage .form.ng-submitted textarea.ng-invalid {
  border-color: #ed1c24;
}
cr-coupon-manage .content {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}
cr-coupon-manage .left {
  padding: 35px 64px 30px;
  flex: 0 0 600px;
}
cr-coupon-manage .cr-chip-large {
  background-color: #fbfbfb;
  border: 1px solid #afafaf;
  height: 24px;
}
cr-coupon-manage .cr-chip-large.ACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #43a047;
}
cr-coupon-manage .cr-chip-large.INACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #afafaf;
}
cr-coupon-manage .cr-chip-large.DRAFT {
  border: 1px solid #afafaf;
  background-color: #fbfbfb;
  color: rgba(68, 68, 68, 0.5);
}
cr-coupon-manage .state-container {
  margin-top: -10px;
  margin-bottom: 30px;
}
cr-coupon-manage .state-container cr-form-label-error {
  margin-bottom: 10px;
}
cr-coupon-manage label {
  font-weight: normal;
  color: rgba(68, 68, 68, 0.5);
}
cr-coupon-manage cr-form-label-error {
  margin-bottom: 3px;
}
cr-coupon-manage cr-required-field {
  display: block;
  margin-bottom: 20px;
}
cr-coupon-manage cr-input .input-container {
  width: 100%;
}
cr-coupon-manage cr-input input {
  width: 100%;
}
cr-coupon-manage textarea {
  width: 100%;
  height: 82px;
  margin-bottom: 29px;
  resize: none;
}
cr-coupon-manage .details-divider {
  margin-top: 15px;
  margin-bottom: 8px;
  border-color: #afafaf;
}
cr-coupon-manage .coupon-type-dropdown {
  margin-bottom: 20px;
}
cr-coupon-manage .coupon-type-dropdown .dropdown-toggle {
  width: 100%;
}
cr-coupon-manage .coupon-type-dropdown .dropdown-toggle .select-box {
  width: 100%;
}
cr-coupon-manage .coupon-type-dropdown .dropdown-toggle .select-box > div:first-child {
  width: calc(100% - 40px);
}
cr-coupon-manage .coupon-type-dropdown .dropdown-toggle .current-selection .selection-text {
  max-width: 100%;
}
cr-coupon-manage .messages {
  width: 100%;
}

cr-coupons-list .current-selection-text {
  font-size: 12px;
}

cr-experience-calendar .loading-spinner {
  position: fixed;
  z-index: 895;
  left: 50%;
  top: 0;
}
cr-experience-calendar .calendar,
cr-experience-calendar .cr-filter-item {
  font-size: 12px;
  line-height: 14px;
}

cr-experience-dashboard .content {
  padding: 45px 64px;
}
cr-experience-dashboard .header {
  text-align: center;
}
cr-experience-dashboard .header .page-title {
  font-size: 20px;
  line-height: 26px;
}
cr-experience-dashboard .header .page-description {
  font-size: 12px;
  margin-bottom: 21px;
}
cr-experience-dashboard .automation-types {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
cr-experience-dashboard .automation-type {
  flex: 0 0 224px;
  margin-right: 24px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 194px;
  width: 224px;
  border: 2px solid #1d80c3;
  border-radius: 4px;
  cursor: pointer;
}
cr-experience-dashboard .automation-type:hover {
  background-color: #1d80c3;
  color: #fbfbfb;
}
cr-experience-dashboard .type-name {
  font-weight: bold;
  font-size: 14px;
}
cr-experience-dashboard .type-description {
  text-align: center;
  font-size: 12px;
}

cr-experience-details {
  display: block;
  height: 100%;
}
cr-experience-details .details-container {
  display: flex;
  flex-flow: column;
  min-height: 100%;
  background-color: #f3f3f3;
}
cr-experience-details .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
}
cr-experience-details .left {
  flex: 1 0 440px;
  overflow: hidden;
  padding: 35px 0 30px 64px;
}
cr-experience-details .right {
  flex: 1 1 400px;
  overflow: hidden;
  padding: 125px 64px 30px 0;
}
cr-experience-details .center {
  flex: 0 0 352px;
}
cr-experience-details .experience-header {
  margin-bottom: 25px;
}
cr-experience-details .experience-header .title {
  font-size: 16px;
}
cr-experience-details .experience-header .description {
  font-size: 12px;
}
cr-experience-details .foot-note .details-divider {
  border-color: rgba(68, 68, 68, 0.75);
  margin: 12px 0 8px;
}
cr-experience-details .state-container {
  margin-top: -4px;
  margin-bottom: 30px;
}
cr-experience-details .cr-chip-large {
  background-color: #fbfbfb;
  border: 1px solid #afafaf;
  height: 24px;
}
cr-experience-details .cr-chip-large.ACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #43a047;
}
cr-experience-details .cr-chip-large.INACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #afafaf;
}
cr-experience-details .cr-chip-large.DRAFT {
  border: 1px solid #afafaf;
  background-color: #fbfbfb;
  color: rgba(68, 68, 68, 0.5);
}
cr-experience-details cr-check .cr-check,
cr-experience-details cr-check .cr-check > .cr-check-display {
  display: inline;
}
cr-experience-details .id {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-top: 18px;
}

.cr-experience-flyout .name {
  cursor: pointer;
  line-height: 16px;
  padding-bottom: 10px;
}
.cr-experience-flyout .name:hover {
  text-decoration: underline;
}
.cr-experience-flyout .experience-data {
  display: flex;
  color: rgba(68, 68, 68, 0.5);
}
.cr-experience-flyout .experience-data .icon {
  font-size: 16px;
  flex: 0 0 16px;
  margin-right: 3px;
}
.cr-experience-flyout .experience-data .text {
  font-size: 12px;
  line-height: 16px;
}
.cr-experience-flyout .experience-data .text .row {
  margin: 0 0 5px;
}
.cr-experience-flyout .times {
  opacity: 0.5;
  font-size: 12px;
}
.cr-experience-flyout .action-buttons {
  cursor: default;
  user-select: none;
  height: 20px;
  text-align: right;
  font-size: 20px;
}
.cr-experience-flyout .action-buttons span {
  cursor: pointer;
  border-radius: 2px;
  margin-right: 6px;
}
.cr-experience-flyout .action-buttons span:hover {
  background-color: #e0e0e0;
}
.cr-experience-flyout .action-buttons span:last-child {
  margin-right: 0;
}

cr-experience-list .tooltip {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
cr-experience-list .tooltip .tooltip-inner {
  padding: 8px 12px;
  border-radius: 4px;
}

cr-experience-what cr-input {
  width: 100%;
}
cr-experience-what cr-input .input-container {
  width: 100%;
}
cr-experience-what cr-input input {
  width: 100%;
}
cr-experience-what textarea {
  width: 100%;
  height: 82px;
  margin-bottom: 29px;
  resize: vertical;
}
cr-experience-what textarea.ng-touched.ng-invalid {
  border-color: #ed1c24;
}
cr-experience-what .details-divider {
  margin-top: 15px;
  margin-bottom: 8px;
  border-color: #afafaf;
}
cr-experience-what .cr-check > .cr-check-display > .cr-check-icon {
  font-size: 24px;
  margin-right: 5px;
}
cr-experience-what .cr-check > .cr-check-display > .cr-check-label {
  font-size: 12px;
}
cr-experience-what .push-message,
cr-experience-what .sms-message {
  padding-left: 31px;
}
cr-experience-what .links-header {
  font-size: 12px;
  margin-bottom: 5px;
  color: rgba(68, 68, 68, 0.5);
}
cr-experience-what cr-check + .links-header {
  margin-top: 29px;
}
cr-experience-what .push-message + .links-header,
cr-experience-what .sms-message + .links-header {
  margin-top: 10px;
}
cr-experience-what .links-divider {
  margin-top: 3px;
  border-color: #e3e3e3;
  margin-bottom: 10px;
}
cr-experience-what .add-link,
cr-experience-what .add-coupon {
  padding: 5px 0;
}
cr-experience-what .link,
cr-experience-what .coupon {
  padding: 8px 75px 8px 0;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-top: -1px;
  position: relative;
}
cr-experience-what .link cr-dropdown,
cr-experience-what .coupon cr-dropdown {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
cr-experience-what .link cr-dropdown .dropdown-toggle,
cr-experience-what .coupon cr-dropdown .dropdown-toggle {
  width: 100%;
}
cr-experience-what .link cr-dropdown .dropdown-toggle .select-box,
cr-experience-what .coupon cr-dropdown .dropdown-toggle .select-box {
  width: 100%;
}
cr-experience-what .link cr-dropdown .dropdown-toggle .select-box > div:first-child,
cr-experience-what .coupon cr-dropdown .dropdown-toggle .select-box > div:first-child {
  width: calc(100% - 40px);
}
cr-experience-what .link cr-dropdown .dropdown-toggle .current-selection .selection-text,
cr-experience-what .coupon cr-dropdown .dropdown-toggle .current-selection .selection-text {
  max-width: 100%;
}
cr-experience-what .link-remove,
cr-experience-what .coupon-remove {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
}
cr-experience-what .link-remove:hover,
cr-experience-what .coupon-remove:hover {
  text-decoration: none;
}
cr-experience-what .cr-radio > .cr-radio-display > .cr-radio-icon {
  font-size: 24px;
}
cr-experience-what .cr-radio-label {
  font-size: 12px;
}
cr-experience-what .sms-controls {
  margin: 15px 0;
}

cr-experience-who .details-divider {
  margin-top: 15px;
  margin-bottom: 8px;
  border-color: #afafaf;
}
cr-experience-who .send-header {
  margin-bottom: 10px;
}
cr-experience-who .send-header .title {
  font-weight: bold;
}
cr-experience-who .send-header .subtitle {
  font-size: 12px;
}
cr-experience-who .behaviors .title {
  font-weight: bold;
}
cr-experience-who .behaviors .examples {
  cursor: pointer;
  font-size: 12px;
  color: #1d80c3;
  margin-bottom: 12px;
}
cr-experience-who .behaviors .examples .title {
  color: #afafaf;
}
cr-experience-who .behaviors .examples .description {
  margin-bottom: 8px;
}
cr-experience-who .behaviors .tooltip {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
cr-experience-who .behaviors .tooltip .tooltip-inner {
  max-width: 320px;
  padding: 10px 15px;
  text-align: left;
}
cr-experience-who .behaviors .field {
  padding-bottom: 16px;
}
cr-experience-who .behaviors .cr-error-container {
  height: auto;
}
cr-experience-who .tag {
  padding: 20px 75px 0 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
cr-experience-who .app-divider {
  padding: 20px 75px 0 0;
  border-bottom: 1px solid #e3e3e3;
}
cr-experience-who .add-tag {
  padding-left: 0;
  margin-bottom: 25px;
}
cr-experience-who .add-tag:last-child {
  margin-bottom: 0;
}
cr-experience-who .tag-remove {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
}
cr-experience-who .tag-remove:hover {
  text-decoration: none;
}
cr-experience-who .alt-message {
  align-items: center;
  border-top: 1px solid #e3e3e3;
  color: #0097a7;
  display: flex;
  padding-top: 10px;
}
cr-experience-who .alt-message .icon {
  font-size: 26px;
  padding-right: 10px;
}
cr-experience-who .side-note {
  float: right;
  color: #afafaf;
}
cr-experience-who cr-dropdown {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
cr-experience-who cr-dropdown .dropdown-toggle {
  width: 100%;
}
cr-experience-who cr-dropdown .dropdown-toggle .select-box {
  width: 100%;
}
cr-experience-who cr-dropdown .dropdown-toggle .select-box > div:first-child {
  width: calc(100% - 40px);
}
cr-experience-who cr-dropdown .dropdown-toggle .current-selection .selection-text {
  max-width: 100%;
}
cr-experience-who cr-chip-selector section {
  margin-bottom: 20px;
}
.ng-submitted cr-experience-who cr-chip-selector .cr-form-elem.ng-invalid {
  border: 1px solid #ed1c24 !important;
}
.tag-unsupported-section .tag-unsupported-description {
  display: flex;
  align-items: center;
  color: #0097a7;
  margin-bottom: 24px;
}
.tag-unsupported-section .tag-unsupported-description .icon {
  font-size: 22px;
  margin-right: 13px;
}
.tag-unsupported-section .details-divider {
  border-color: #d3d3d3;
}

cr-experience-when .details-divider {
  margin-top: 15px;
  margin-bottom: 8px;
  border-color: #afafaf;
}
cr-experience-when .schedule-label {
  font-size: 12px;
  line-height: 14px;
  color: rgba(68, 68, 68, 0.5);
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
cr-experience-when .schedule label {
  color: #444444;
  margin-bottom: 0;
}
cr-experience-when .schedule cr-date-picker,
cr-experience-when .schedule cr-time-picker {
  margin-left: 8px;
  margin-right: 8px;
}
cr-experience-when .schedule-flex {
  display: flex;
  align-items: center;
}
cr-experience-when .active-from {
  margin-bottom: 24px;
}
cr-experience-when .expires-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
cr-experience-when .expires-radio + .expires-radio {
  margin-top: 20px;
}
cr-experience-when .expires-radio-icon {
  font-size: 22px;
  margin-right: 6px;
}
cr-experience-when .expires-option {
  margin-bottom: 20px;
  margin-left: 28px;
  margin-top: 4px;
}
cr-experience-when .expires-option.time {
  display: flex;
  align-items: center;
}
cr-experience-when .expires-option.time cr-date-picker,
cr-experience-when .expires-option.time cr-time-picker {
  height: 28px;
}
cr-experience-when .duration {
  margin-bottom: 0;
}
cr-experience-when .duration .row {
  margin: 0;
  display: flex;
  align-items: center;
}
cr-experience-when .after-receipt {
  font-size: 12px;
  line-height: 14px;
}
cr-experience-when .duration cr-input,
cr-experience-when .duration cr-input input {
  width: 48px;
  height: 28px;
}
cr-experience-when .duration cr-input {
  margin-right: 12px;
}
cr-experience-when .duration cr-dropdown .current-selection {
  width: 100px;
  margin-right: 12px;
}
cr-experience-when .at-time {
  margin: 0 8px;
  font-size: 12px;
  line-height: 14px;
}
cr-experience-when .send-now-info {
  display: flex;
  align-items: center;
  color: #0097a7;
  margin-bottom: 24px;
}
cr-experience-when .send-now-icon {
  font-size: 22px;
  margin-right: 13px;
}

cr-experience-summary .summary-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
cr-experience-summary .nothing-yet {
  font-size: 12px;
  line-height: 14px;
  border-top: 1px solid rgba(68, 68, 68, 0.5);
  padding-top: 10px;
}
cr-experience-summary .summary-section {
  border-top: 1px solid rgba(68, 68, 68, 0.5);
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
cr-experience-summary .section-number {
  height: 24px;
  width: 24px;
  flex: 0 0 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0d70b3;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  background-color: #fbfbfb;
}
cr-experience-summary .section-content {
  flex: 1 1 100%;
  padding-top: 3px;
  max-width: 800px;
  overflow: hidden;
}
cr-experience-summary .summary-header {
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 12px;
  text-transform: uppercase;
}
cr-experience-summary .summary-field {
  margin-bottom: 17px;
  overflow-wrap: break-word;
}
cr-experience-summary .field-label {
  font-size: 12px;
  line-height: 14px;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 3px;
}
cr-experience-summary .field-value {
  min-height: 20px;
}
cr-experience-summary .link-value,
cr-experience-summary .tag-value {
  margin-bottom: 3px;
}
cr-experience-summary .section-edit {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 26px;
  text-decoration: none;
  color: #444444;
  opacity: 0.25;
  cursor: pointer;
}
cr-experience-summary .section-edit:hover {
  text-decoration: none;
}
cr-experience-summary .coupon-error {
  color: #ed1c24;
}
cr-experience-summary .preserve-white-space {
  white-space: pre-line;
}

cr-experience-test-message .message-card {
  background-color: #fbfbfb;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
cr-experience-test-message .header {
  display: flex;
}
cr-experience-test-message .icon {
  font-size: 20px;
}
cr-experience-test-message .title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
cr-experience-test-message .description {
  font-size: 12px;
  margin: 15px 0;
}
cr-experience-test-message cr-dropdown[name="user"] * .dropdown-toggle,
cr-experience-test-message cr-dropdown[name="user"] * .current-selection,
cr-experience-test-message cr-dropdown[name="user"] * .selection-text,
cr-experience-test-message cr-dropdown[name="user"] * .dropdown-menu {
  width: 100%;
  max-width: 100%;
}
cr-experience-test-message .language-select {
  margin-bottom: 15px;
}
cr-experience-test-message .error-text {
  font-size: 12px;
  margin-top: 15px;
}

cr-additional-field .description {
  font-size: 12px;
  margin-bottom: 4px;
}
cr-additional-field .cr-check .cr-check-display .cr-check-icon {
  font-size: 20px;
}
cr-additional-field .cr-check .cr-check-display .cr-check-label {
  font-size: 12px;
  margin-left: 8px;
}
cr-additional-field .optional cr-input input {
  margin-bottom: 0;
  margin-left: 26px;
  width: 100px;
}
cr-additional-field .has-units {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
cr-additional-field .has-units .field-units {
  margin-left: 8px;
  margin-top: 5px;
  color: #afafaf;
  font-size: 12px;
}
cr-additional-field .simple-select {
  width: 100%;
}
cr-additional-field .dropdown {
  margin-right: 80px;
}
cr-additional-field cr-chip-selector {
  padding-right: 80px;
}
cr-additional-field .large-category-select .cr-chip-wrapper:not(:first-child) {
  display: block;
}
cr-additional-field .large-category-select .cr-chip-wrapper:not(:first-child):before {
  content: " OR ";
  color: #afafaf;
  font-weight: bold;
  font-size: 12px;
}

cr-experience-manage {
  display: block;
  height: 100%;
}
cr-experience-manage .form {
  display: flex;
  flex-flow: column;
  min-height: 100%;
  background-color: #f3f3f3;
}
cr-experience-manage .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
}
cr-experience-manage .left {
  flex: 1 0 440px;
  overflow: hidden;
  padding: 35px 0 30px 64px;
}
cr-experience-manage .right {
  flex: 1 1 400px;
  overflow: hidden;
  padding: 125px 64px 30px 0;
}
cr-experience-manage .center {
  flex: 0 0 352px;
}
cr-experience-manage .experience-header {
  margin-bottom: 25px;
}
cr-experience-manage .experience-header .title {
  font-size: 16px;
}
cr-experience-manage .experience-header .description {
  font-size: 12px;
}
cr-experience-manage label {
  font-weight: normal;
  color: rgba(68, 68, 68, 0.5);
}
cr-experience-manage cr-form-label-error {
  margin-bottom: 3px;
}
cr-experience-manage cr-required-field {
  display: block;
  margin-bottom: 20px;
}
cr-experience-manage cr-required-field .details-divider {
  margin-top: 35px;
  margin-bottom: 10px;
}
cr-experience-manage .foot-note .details-divider {
  border-color: rgba(68, 68, 68, 0.75);
  margin: 12px 0 8px;
}
cr-experience-manage .next-button {
  min-width: 85px;
}
cr-experience-manage cr-breadcrumbs {
  margin-bottom: 33px;
}
cr-experience-manage .state-container {
  margin-top: -10px;
  margin-bottom: 30px;
}
cr-experience-manage .state-container cr-form-label-error {
  margin-bottom: 10px;
}
cr-experience-manage .cr-chip-large {
  background-color: #fbfbfb;
  border: 1px solid #afafaf;
  height: 24px;
}
cr-experience-manage .cr-chip-large.ACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #43a047;
}
cr-experience-manage .cr-chip-large.INACTIVE {
  color: #fbfbfb;
  border: none;
  background-color: #afafaf;
}
cr-experience-manage .cr-chip-large.DRAFT {
  border: 1px solid #afafaf;
  background-color: #fbfbfb;
  color: rgba(68, 68, 68, 0.5);
}
cr-experience-manage cr-check .cr-check,
cr-experience-manage cr-check .cr-check > .cr-check-display {
  display: inline;
}

cr-experience-phone-preview .img-container {
  position: relative;
  min-height: 162px;
}
cr-experience-phone-preview .img-container .icon-cr-back {
  position: absolute;
  top: 26px;
  left: 12px;
  color: #fbfbfb;
  font-size: 24px;
}
cr-experience-phone-preview .img-container img.main-phone-image {
  width: 100%;
}
cr-experience-phone-preview .img-container .main-container {
  width: 246px;
  height: 163px;
}
cr-experience-phone-preview .experience-image {
  width: 100%;
  border: 1px solid #d3d3d3;
}
cr-experience-phone-preview .experience-title {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 16px;
  margin-top: 10px;
}
cr-experience-phone-preview .experience-body {
  font-size: 11px;
  line-height: 15px;
}
cr-experience-phone-preview .description {
  overflow-wrap: break-word;
  padding: 10px 15px;
}
cr-experience-phone-preview .title-bar-container .cr-title-bar {
  background-color: #3aaca6;
}
cr-experience-phone-preview .title-bar-container .cr-title-bar .title-bar-icon {
  color: white;
}
cr-experience-phone-preview .title-bar-container .cr-title-bar .cr-title {
  color: white;
  text-align: center;
  width: 120px;
}
cr-experience-phone-preview .with-linebreaks {
  white-space: pre-wrap;
}
cr-experience-phone-preview .coupons .coupon-section {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background-color: #f3f3f3;
  padding: 10px 15px;
  color: #909090;
  font-size: 10px;
}
cr-experience-phone-preview .coupons .coupon-preview {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
}
cr-experience-phone-preview .coupons .coupon-preview-small {
  padding: 10px 15px;
  font-size: 12px;
  border-bottom: 1px solid #d3d3d3;
  color: #1d80c3;
}
cr-experience-phone-preview .coupons .qr-image {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
cr-experience-phone-preview .coupons .code128-image {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
cr-experience-phone-preview .coupons .coupon-header {
  text-transform: uppercase;
}

cr-experience-report cr-split-view-page .cr-live-area-split-view .cr-left,
cr-experience-report cr-split-view-page .cr-live-area-split-view .cr-right {
  background-color: #fbfbfb;
}
cr-experience-report .report-container {
  padding: 1px 0 40px 40px;
}
cr-experience-report .content {
  max-width: 800px;
}
cr-experience-report .header {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 6px;
}
cr-experience-report .subheader {
  font-size: 16px;
}
cr-experience-report .top-divider {
  margin: 27px 0 12px;
}
cr-experience-report .experience-active {
  font-size: 12px;
  padding-bottom: 20px;
}
cr-experience-report .schedule-row {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}
cr-experience-report .schedule-row .first-col {
  font-size: 12px;
  line-height: 14px;
  margin-right: 8px;
}
cr-experience-report .schedule-row .second-col {
  font-size: 12px;
  line-height: 14px;
  margin: 0 8px;
}
cr-experience-report .schedule-row .third-col {
  font-size: 12px;
  line-height: 14px;
  margin: 0 8px 0 32px;
}
cr-experience-report .schedule-row .picker-container {
  height: 28px;
  width: 143px;
}
cr-experience-report .schedule-row .picker-container .input-container {
  width: 143px;
}
cr-experience-report .schedule-row .cta-dropdown .select-box {
  width: 210px;
}
cr-experience-report .schedule-row .btn {
  color: #1d80c3;
  margin-left: 32px;
}
cr-experience-report .bottom-divider {
  margin: 15px 0 48px;
}
cr-experience-report .metric-row {
  display: flex;
  margin-bottom: 20px;
}
cr-experience-report .metric-row .report-metric {
  margin-right: 36px;
}
cr-experience-report .metric-row .report-metric.viewed .value {
  color: #175c80;
}
cr-experience-report .metric-row .report-metric.tapped .value {
  color: #1d80c3;
}
cr-experience-report .metric-row .report-metric.redeemed .value {
  color: #0097a7;
}
cr-experience-report .metric-row .report-metric .max-report-metric {
  font-size: 12px;
  line-height: normal;
  padding-top: 12px;
  text-align: center;
}
cr-experience-report .full-active {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 8px 660px;
  text-transform: uppercase;
}
cr-experience-report .full-active.hide {
  visibility: hidden;
}
cr-experience-report .graph-row {
  display: flex;
  font-size: 16px;
  justify-content: flex-start;
}
cr-experience-report .graph-row .graph-type {
  font-size: 16px;
  flex: 0 0 100px;
  padding-bottom: 28px;
}
cr-experience-report .graph-row cr-bar-graph {
  flex: 1 0 0;
  margin-bottom: 28px;
}
cr-experience-report .graph-row .bar-background {
  flex: 0 0 400px;
}
cr-experience-report .graph-row .sent .bar,
cr-experience-report .graph-row .sent .unfiltered-bar {
  background-color: #1d6d6d;
}
cr-experience-report .graph-row .delivered .bar,
cr-experience-report .graph-row .delivered .unfiltered-bar {
  background-color: #2d7d7d;
}
cr-experience-report .graph-row .viewed .bar,
cr-experience-report .graph-row .viewed .unfiltered-bar {
  background-color: #175c80;
}
cr-experience-report .graph-row .tapped .bar,
cr-experience-report .graph-row .tapped .unfiltered-bar {
  background-color: #1d80c3;
}
cr-experience-report .graph-row .redeemed .bar,
cr-experience-report .graph-row .redeemed .unfiltered-bar {
  background-color: #0097a7;
}
cr-experience-report .graph-row .max-value {
  border-left: 2px solid #e3e3e3;
  flex: 0 0 166px;
  padding: 0 24px;
}
cr-experience-report .graph-row:last-child .graph-type {
  padding-bottom: 0;
}
cr-experience-report .graph-row:last-child cr-bar-graph {
  margin-bottom: 0;
}
cr-experience-report cr-input input {
  width: 400px;
  height: 28px;
  padding-top: 5px;
}
cr-experience-report .search-button button {
  height: 28px;
}
cr-experience-report .user-status-table button {
  margin-top: 10px;
  background-color: #e3e3e3;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 10px;
}
cr-experience-report .user-status-table button :hover {
  background-color: #afafaf;
  border: 1px solid black;
}
cr-experience-report .user-status-table tr th {
  text-align: center;
  font-size: 14px;
  background-color: #e3e3e3;
  font-weight: 600;
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}
cr-experience-report .user-status-table tr td {
  text-align: center;
  font-size: 14px;
  background-color: #fbfbfb;
  font-weight: 400;
  border: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
}
.search-description {
  font-size: 12px;
  padding-bottom: 20px;
}

body,
html {
  padding: 0;
  margin: 0;
  background: #fff;
}
#app-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s;
  pointer-events: none;
  box-sizing: border-box;
  color: #0d70b3;
}
#app-spinner .spinner {
  width: 64px;
  height: 64px;
}
#app-container {
  opacity: 0;
  transition: opacity 1s;
  width: 100%;
  height: 100%;
}
#app-container .user-action-menu {
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}
#app-container .user-action-menu.open {
  background-color: #185959;
}
#app-container .user-action-menu > ul {
  min-width: 110px;
}
#app-container .user-action-menu .icon-cr-user {
  font-size: 24px;
}

