@charset "UTF-8";
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/fonts/glyphiconshalflings-regular.eot");
  src: url("/assets/fonts/glyphiconshalflings-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/glyphiconshalflings-regular.woff") format("woff"), url("/assets/fonts/glyphiconshalflings-regular.ttf") format("truetype"), url("/assets/fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

i.icon.fa:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'Icons';
  src: url("/assets/fonts/icons.eot");
  src: url("/assets/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/icons.woff2") format("woff2"), url("/assets/fonts/icons.woff") format("woff"), url("/assets/fonts/icons.ttf") format("truetype"), url("/assets/fonts/icons.svg#icons") format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none; }

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  box-sizing: content-box; }

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px; }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }
  .sp-hue {
    left: 63%; }
  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8; }

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666; }

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center; }

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right; }

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0; }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -webkit-transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff; }

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px; }

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2; }

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em; } }

/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative; }

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px; }

/*# sourceMappingURL=bootstrap-datepicker3.standalone.css.map */
.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: -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.88889%; }
  .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.33333%; }
  .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.66667%; }
  .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.8047%; }
  .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.33333%; }
  .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.33333%; }
  .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; }

/*!
 * # Semantic UI 0.0.8 - Calendar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Popup
*******************************/
.ui.calendar .ui.popup {
  max-width: none;
  padding: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*******************************
            Calendar
*******************************/
.ui.calendar .calendar:focus {
  outline: 0; }

/*******************************
            Grid
*******************************/
.ui.calendar .ui.popup .ui.grid {
  display: block;
  white-space: nowrap; }

.ui.calendar .ui.popup .ui.grid > .column {
  width: auto; }

/*******************************
            Table
*******************************/
.ui.calendar .ui.table.year,
.ui.calendar .ui.table.month,
.ui.calendar .ui.table.minute {
  min-width: 15em; }

.ui.calendar .ui.table.day {
  min-width: 18em; }

.ui.calendar .ui.table.hour {
  min-width: 20em; }

.ui.calendar .ui.table tr th,
.ui.calendar .ui.table tr td {
  padding: 0.5em;
  white-space: nowrap; }

.ui.calendar .ui.table tr th {
  border-left: none; }

.ui.calendar .ui.table tr th .icon {
  margin: 0; }

.ui.calendar .ui.table tr th .icon {
  margin: 0; }

.ui.calendar .ui.table tr:first-child th {
  position: relative;
  padding-left: 0;
  padding-right: 0; }

.ui.calendar .ui.table.day tr:first-child th {
  border: none; }

.ui.calendar .ui.table.day tr:nth-child(2) th {
  padding-top: 0.2em;
  padding-bottom: 0.3em; }

.ui.calendar .ui.table tr td {
  padding-left: 0.1em;
  padding-right: 0.1em; }

.ui.calendar .ui.table tr .link {
  cursor: pointer; }

.ui.calendar .ui.table tr .prev.link {
  width: 14.28571429%;
  position: absolute;
  left: 0; }

.ui.calendar .ui.table tr .next.link {
  width: 14.28571429%;
  position: absolute;
  right: 0; }

.ui.calendar .ui.table tr .disabled {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3); }

/*--------------
     States
---------------*/
.ui.calendar .ui.table tr td.today {
  font-weight: bold; }

.ui.calendar .ui.table tr td.range {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none; }

.ui.calendar .ui.table.inverted tr td.range {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none; }

.ui.calendar .calendar:focus .ui.table tbody tr td.focus,
.ui.calendar .calendar.active .ui.table tbody tr td.focus {
  box-shadow: inset 0 0 0 1px #85B7D9; }

.ui.calendar .calendar:focus .ui.table.inverted tbody tr td.focus,
.ui.calendar .calendar.active .ui.table.inverted tbody tr td.focus {
  box-shadow: inset 0 0 0 1px #85B7D9; }

/*******************************
         Theme Overrides
*******************************/
html.marketing {
  background: #eee;
  height: 100%; }
  html.marketing body {
    background: #eee;
    height: 100%; }
    html.marketing body .app {
      height: calc( 100% - 44px); }
  html.marketing nav.ui.menu {
    border-radius: 0;
    margin: 0; }
    html.marketing nav.ui.menu .logo {
      height: 30px;
      padding: 5px 16px; }
  html.marketing .ui.container {
    height: calc(100% - 44px); }
  html.marketing section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #eee;
    padding: 25px; }
    html.marketing section > h1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41px;
          -ms-flex: 0 0 41px;
              flex: 0 0 41px; }
      html.marketing section > h1 em {
        font-size: 0.6em;
        font-weight: normal;
        display: inline-block; }
        html.marketing section > h1 em:after {
          content: ' - ';
          margin-right: 4px; }
      html.marketing section > h1 a + em {
        position: relative;
        top: -4px; }
        html.marketing section > h1 a + em:before {
          content: ''; }
        html.marketing section > h1 a + em:after {
          content: ' - ';
          margin-right: 4px; }
      html.marketing section > h1 span.title .button {
        position: relative;
        top: -5px; }
      html.marketing section > h1 span.action {
        font-size: 1rem;
        float: right; }
        html.marketing section > h1 span.action .button {
          position: relative; }
      html.marketing section > h1 span.search {
        font-size: 1rem;
        float: right;
        margin-right: 15px; }
        html.marketing section > h1 span.search .button {
          position: relative; }
    html.marketing section > .ui.tab {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    html.marketing section .actionBar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; }
  html.marketing .ui.dropdown .remove.icon {
    font-size: 0.857143em;
    float: left;
    margin: 0;
    padding: 0;
    left: -0.7em;
    top: 0;
    position: relative !important;
    opacity: 0.5;
    z-index: 10 !important; }
  html.marketing .ui.dropdown.loading .remove.icon {
    display: none; }
  html.marketing .ui.dropdown input[value=''] ~ .remove.icon,
  html.marketing .ui.dropdown input:not([value]) ~ .remove.icon,
  html.marketing .ui.dropdown .text:empty {
    opacity: 0; }

[class*='red colored'],
[class*='colored red'] {
  color: #db2828 !important; }
  [class*='red colored'].item,
  [class*='colored red'].item {
    background: transparent !important; }

[class*='red background'],
[class*='background red'] {
  background-color: #db2828 !important;
  color: #000000; }
  [class*='red background'].lighten,
  [class*='background red'].lighten {
    background-color: rgba(219, 40, 40, 0.5) !important; }

[class*='redBorder'],
[class*='borderred'] {
  border-color: 1px solid #db2828; }

.ct-chart .ct-chart-pie [class*='red'],
.ct-chart .ct-chart-pie [class*='red'] path {
  fill: #db2828 !important; }

.ct-chart .ct-chart-line [class*='red'],
.ct-chart .ct-chart-line [class*='red'] path {
  stroke: #db2828 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.red {
    background-color: #db2828 !important;
    color: #ffffff !important; }

.ui.button.basic.red.active {
  background-color: rgba(219, 40, 40, 0.5) !important;
  color: #ffffff !important; }

[class*='orange colored'],
[class*='colored orange'] {
  color: #f2711c !important; }
  [class*='orange colored'].item,
  [class*='colored orange'].item {
    background: transparent !important; }

[class*='orange background'],
[class*='background orange'] {
  background-color: #f2711c !important;
  color: #000000; }
  [class*='orange background'].lighten,
  [class*='background orange'].lighten {
    background-color: rgba(242, 113, 28, 0.5) !important; }

[class*='orangeBorder'],
[class*='borderorange'] {
  border-color: 1px solid #f2711c; }

.ct-chart .ct-chart-pie [class*='orange'],
.ct-chart .ct-chart-pie [class*='orange'] path {
  fill: #f2711c !important; }

.ct-chart .ct-chart-line [class*='orange'],
.ct-chart .ct-chart-line [class*='orange'] path {
  stroke: #f2711c !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.orange {
    background-color: #f2711c !important;
    color: #ffffff !important; }

.ui.button.basic.orange.active {
  background-color: rgba(242, 113, 28, 0.5) !important;
  color: #ffffff !important; }

[class*='yellow colored'],
[class*='colored yellow'] {
  color: #fbbd08 !important; }
  [class*='yellow colored'].item,
  [class*='colored yellow'].item {
    background: transparent !important; }

[class*='yellow background'],
[class*='background yellow'] {
  background-color: #fbbd08 !important;
  color: #000000; }
  [class*='yellow background'].lighten,
  [class*='background yellow'].lighten {
    background-color: rgba(251, 189, 8, 0.5) !important; }

[class*='yellowBorder'],
[class*='borderyellow'] {
  border-color: 1px solid #fbbd08; }

.ct-chart .ct-chart-pie [class*='yellow'],
.ct-chart .ct-chart-pie [class*='yellow'] path {
  fill: #fbbd08 !important; }

.ct-chart .ct-chart-line [class*='yellow'],
.ct-chart .ct-chart-line [class*='yellow'] path {
  stroke: #fbbd08 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.yellow {
    background-color: #fbbd08 !important;
    color: #ffffff !important; }

.ui.button.basic.yellow.active {
  background-color: rgba(251, 189, 8, 0.5) !important;
  color: #ffffff !important; }

[class*='olive colored'],
[class*='colored olive'] {
  color: #b5cc18 !important; }
  [class*='olive colored'].item,
  [class*='colored olive'].item {
    background: transparent !important; }

[class*='olive background'],
[class*='background olive'] {
  background-color: #b5cc18 !important;
  color: #ffffff; }
  [class*='olive background'].lighten,
  [class*='background olive'].lighten {
    background-color: rgba(181, 204, 24, 0.5) !important; }

[class*='oliveBorder'],
[class*='borderolive'] {
  border-color: 1px solid #b5cc18; }

.ct-chart .ct-chart-pie [class*='olive'],
.ct-chart .ct-chart-pie [class*='olive'] path {
  fill: #b5cc18 !important; }

.ct-chart .ct-chart-line [class*='olive'],
.ct-chart .ct-chart-line [class*='olive'] path {
  stroke: #b5cc18 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.olive {
    background-color: #b5cc18 !important;
    color: #ffffff !important; }

.ui.button.basic.olive.active {
  background-color: rgba(181, 204, 24, 0.5) !important;
  color: #ffffff !important; }

[class*='green colored'],
[class*='colored green'] {
  color: #21ba45 !important; }
  [class*='green colored'].item,
  [class*='colored green'].item {
    background: transparent !important; }

[class*='green background'],
[class*='background green'] {
  background-color: #21ba45 !important;
  color: #ffffff; }
  [class*='green background'].lighten,
  [class*='background green'].lighten {
    background-color: rgba(33, 186, 69, 0.5) !important; }

[class*='greenBorder'],
[class*='bordergreen'] {
  border-color: 1px solid #21ba45; }

.ct-chart .ct-chart-pie [class*='green'],
.ct-chart .ct-chart-pie [class*='green'] path {
  fill: #21ba45 !important; }

.ct-chart .ct-chart-line [class*='green'],
.ct-chart .ct-chart-line [class*='green'] path {
  stroke: #21ba45 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.green {
    background-color: #21ba45 !important;
    color: #ffffff !important; }

.ui.button.basic.green.active {
  background-color: rgba(33, 186, 69, 0.5) !important;
  color: #ffffff !important; }

[class*='teal colored'],
[class*='colored teal'] {
  color: #00b5ad !important; }
  [class*='teal colored'].item,
  [class*='colored teal'].item {
    background: transparent !important; }

[class*='teal background'],
[class*='background teal'] {
  background-color: #00b5ad !important;
  color: #ffffff; }
  [class*='teal background'].lighten,
  [class*='background teal'].lighten {
    background-color: rgba(0, 181, 173, 0.5) !important; }

[class*='tealBorder'],
[class*='borderteal'] {
  border-color: 1px solid #00b5ad; }

.ct-chart .ct-chart-pie [class*='teal'],
.ct-chart .ct-chart-pie [class*='teal'] path {
  fill: #00b5ad !important; }

.ct-chart .ct-chart-line [class*='teal'],
.ct-chart .ct-chart-line [class*='teal'] path {
  stroke: #00b5ad !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.teal {
    background-color: #00b5ad !important;
    color: #ffffff !important; }

.ui.button.basic.teal.active {
  background-color: rgba(0, 181, 173, 0.5) !important;
  color: #ffffff !important; }

[class*='blue colored'],
[class*='colored blue'] {
  color: #2185d0 !important; }
  [class*='blue colored'].item,
  [class*='colored blue'].item {
    background: transparent !important; }

[class*='blue background'],
[class*='background blue'] {
  background-color: #2185d0 !important;
  color: #ffffff; }
  [class*='blue background'].lighten,
  [class*='background blue'].lighten {
    background-color: rgba(33, 133, 208, 0.5) !important; }

[class*='blueBorder'],
[class*='borderblue'] {
  border-color: 1px solid #2185d0; }

.ct-chart .ct-chart-pie [class*='blue'],
.ct-chart .ct-chart-pie [class*='blue'] path {
  fill: #2185d0 !important; }

.ct-chart .ct-chart-line [class*='blue'],
.ct-chart .ct-chart-line [class*='blue'] path {
  stroke: #2185d0 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.blue {
    background-color: #2185d0 !important;
    color: #ffffff !important; }

.ui.button.basic.blue.active {
  background-color: rgba(33, 133, 208, 0.5) !important;
  color: #ffffff !important; }

[class*='violet colored'],
[class*='colored violet'] {
  color: #6435c9 !important; }
  [class*='violet colored'].item,
  [class*='colored violet'].item {
    background: transparent !important; }

[class*='violet background'],
[class*='background violet'] {
  background-color: #6435c9 !important;
  color: #ffffff; }
  [class*='violet background'].lighten,
  [class*='background violet'].lighten {
    background-color: rgba(100, 53, 201, 0.5) !important; }

[class*='violetBorder'],
[class*='borderviolet'] {
  border-color: 1px solid #6435c9; }

.ct-chart .ct-chart-pie [class*='violet'],
.ct-chart .ct-chart-pie [class*='violet'] path {
  fill: #6435c9 !important; }

.ct-chart .ct-chart-line [class*='violet'],
.ct-chart .ct-chart-line [class*='violet'] path {
  stroke: #6435c9 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.violet {
    background-color: #6435c9 !important;
    color: #ffffff !important; }

.ui.button.basic.violet.active {
  background-color: rgba(100, 53, 201, 0.5) !important;
  color: #ffffff !important; }

[class*='purple colored'],
[class*='colored purple'] {
  color: #a333c8 !important; }
  [class*='purple colored'].item,
  [class*='colored purple'].item {
    background: transparent !important; }

[class*='purple background'],
[class*='background purple'] {
  background-color: #a333c8 !important;
  color: #ffffff; }
  [class*='purple background'].lighten,
  [class*='background purple'].lighten {
    background-color: rgba(163, 51, 200, 0.5) !important; }

[class*='purpleBorder'],
[class*='borderpurple'] {
  border-color: 1px solid #a333c8; }

.ct-chart .ct-chart-pie [class*='purple'],
.ct-chart .ct-chart-pie [class*='purple'] path {
  fill: #a333c8 !important; }

.ct-chart .ct-chart-line [class*='purple'],
.ct-chart .ct-chart-line [class*='purple'] path {
  stroke: #a333c8 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.purple {
    background-color: #a333c8 !important;
    color: #ffffff !important; }

.ui.button.basic.purple.active {
  background-color: rgba(163, 51, 200, 0.5) !important;
  color: #ffffff !important; }

[class*='pink colored'],
[class*='colored pink'] {
  color: #e03997 !important; }
  [class*='pink colored'].item,
  [class*='colored pink'].item {
    background: transparent !important; }

[class*='pink background'],
[class*='background pink'] {
  background-color: #e03997 !important;
  color: #000000; }
  [class*='pink background'].lighten,
  [class*='background pink'].lighten {
    background-color: rgba(224, 57, 151, 0.5) !important; }

[class*='pinkBorder'],
[class*='borderpink'] {
  border-color: 1px solid #e03997; }

.ct-chart .ct-chart-pie [class*='pink'],
.ct-chart .ct-chart-pie [class*='pink'] path {
  fill: #e03997 !important; }

.ct-chart .ct-chart-line [class*='pink'],
.ct-chart .ct-chart-line [class*='pink'] path {
  stroke: #e03997 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.pink {
    background-color: #e03997 !important;
    color: #ffffff !important; }

.ui.button.basic.pink.active {
  background-color: rgba(224, 57, 151, 0.5) !important;
  color: #ffffff !important; }

[class*='brown colored'],
[class*='colored brown'] {
  color: #a5673f !important; }
  [class*='brown colored'].item,
  [class*='colored brown'].item {
    background: transparent !important; }

[class*='brown background'],
[class*='background brown'] {
  background-color: #a5673f !important;
  color: #ffffff; }
  [class*='brown background'].lighten,
  [class*='background brown'].lighten {
    background-color: rgba(165, 103, 63, 0.5) !important; }

[class*='brownBorder'],
[class*='borderbrown'] {
  border-color: 1px solid #a5673f; }

.ct-chart .ct-chart-pie [class*='brown'],
.ct-chart .ct-chart-pie [class*='brown'] path {
  fill: #a5673f !important; }

.ct-chart .ct-chart-line [class*='brown'],
.ct-chart .ct-chart-line [class*='brown'] path {
  stroke: #a5673f !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.brown {
    background-color: #a5673f !important;
    color: #ffffff !important; }

.ui.button.basic.brown.active {
  background-color: rgba(165, 103, 63, 0.5) !important;
  color: #ffffff !important; }

[class*='grey colored'],
[class*='colored grey'] {
  color: #767676 !important; }
  [class*='grey colored'].item,
  [class*='colored grey'].item {
    background: transparent !important; }

[class*='grey background'],
[class*='background grey'] {
  background-color: #767676 !important;
  color: #ffffff; }
  [class*='grey background'].lighten,
  [class*='background grey'].lighten {
    background-color: rgba(118, 118, 118, 0.5) !important; }

[class*='greyBorder'],
[class*='bordergrey'] {
  border-color: 1px solid #767676; }

.ct-chart .ct-chart-pie [class*='grey'],
.ct-chart .ct-chart-pie [class*='grey'] path {
  fill: #767676 !important; }

.ct-chart .ct-chart-line [class*='grey'],
.ct-chart .ct-chart-line [class*='grey'] path {
  stroke: #767676 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.grey {
    background-color: #767676 !important;
    color: #ffffff !important; }

.ui.button.basic.grey.active {
  background-color: rgba(118, 118, 118, 0.5) !important;
  color: #ffffff !important; }

[class*='black colored'],
[class*='colored black'] {
  color: #1b1c1d !important; }
  [class*='black colored'].item,
  [class*='colored black'].item {
    background: transparent !important; }

[class*='black background'],
[class*='background black'] {
  background-color: #1b1c1d !important;
  color: #ffffff; }
  [class*='black background'].lighten,
  [class*='background black'].lighten {
    background-color: rgba(27, 28, 29, 0.5) !important; }

[class*='blackBorder'],
[class*='borderblack'] {
  border-color: 1px solid #1b1c1d; }

.ct-chart .ct-chart-pie [class*='black'],
.ct-chart .ct-chart-pie [class*='black'] path {
  fill: #1b1c1d !important; }

.ct-chart .ct-chart-line [class*='black'],
.ct-chart .ct-chart-line [class*='black'] path {
  stroke: #1b1c1d !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.black {
    background-color: #1b1c1d !important;
    color: #ffffff !important; }

.ui.button.basic.black.active {
  background-color: rgba(27, 28, 29, 0.5) !important;
  color: #ffffff !important; }

[class*='white colored'],
[class*='colored white'] {
  color: #FFFFFF !important; }
  [class*='white colored'].item,
  [class*='colored white'].item {
    background: transparent !important; }

[class*='white background'],
[class*='background white'] {
  background-color: #FFFFFF !important;
  color: #000000; }
  [class*='white background'].lighten,
  [class*='background white'].lighten {
    background-color: rgba(255, 255, 255, 0.5) !important; }

[class*='whiteBorder'],
[class*='borderwhite'] {
  border-color: 1px solid #FFFFFF; }

.ct-chart .ct-chart-pie [class*='white'],
.ct-chart .ct-chart-pie [class*='white'] path {
  fill: #FFFFFF !important; }

.ct-chart .ct-chart-line [class*='white'],
.ct-chart .ct-chart-line [class*='white'] path {
  stroke: #FFFFFF !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.white {
    background-color: #FFFFFF !important;
    color: #000000 !important; }

.ui.button.basic.white.active {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #000000 !important; }

[class*='primary colored'],
[class*='colored primary'] {
  color: #2185d0 !important; }
  [class*='primary colored'].item,
  [class*='colored primary'].item {
    background: transparent !important; }

[class*='primary background'],
[class*='background primary'] {
  background-color: #2185d0 !important;
  color: #ffffff; }
  [class*='primary background'].lighten,
  [class*='background primary'].lighten {
    background-color: rgba(33, 133, 208, 0.5) !important; }

[class*='primaryBorder'],
[class*='borderprimary'] {
  border-color: 1px solid #2185d0; }

.ct-chart .ct-chart-pie [class*='primary'],
.ct-chart .ct-chart-pie [class*='primary'] path {
  fill: #2185d0 !important; }

.ct-chart .ct-chart-line [class*='primary'],
.ct-chart .ct-chart-line [class*='primary'] path {
  stroke: #2185d0 !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.primary {
    background-color: #2185d0 !important;
    color: #ffffff !important; }

.ui.button.basic.primary.active {
  background-color: rgba(33, 133, 208, 0.5) !important;
  color: #ffffff !important; }

[class*='states colored'],
[class*='colored states'] {
  color: #1b1c1d !important; }
  [class*='states colored'].item,
  [class*='colored states'].item {
    background: transparent !important; }

[class*='states background'],
[class*='background states'] {
  background-color: #1b1c1d !important;
  color: #ffffff; }
  [class*='states background'].lighten,
  [class*='background states'].lighten {
    background-color: rgba(27, 28, 29, 0.5) !important; }

[class*='statesBorder'],
[class*='borderstates'] {
  border-color: 1px solid #1b1c1d; }

.ct-chart .ct-chart-pie [class*='states'],
.ct-chart .ct-chart-pie [class*='states'] path {
  fill: #1b1c1d !important; }

.ct-chart .ct-chart-line [class*='states'],
.ct-chart .ct-chart-line [class*='states'] path {
  stroke: #1b1c1d !important; }

.ui.button.basic:hover {
  background-color: rgba(34, 36, 38, 0.05) !important;
  color: #000000 !important; }
  .ui.button.basic:hover.states {
    background-color: #1b1c1d !important;
    color: #ffffff !important; }

.ui.button.basic.states.active {
  background-color: rgba(27, 28, 29, 0.5) !important;
  color: #ffffff !important; }

.segments.horizontal.ui > .segment {
  -ms-flex: 1 1 auto !important; }

html.saas {
  background: #eee;
  position: relative; }
  html.saas body {
    background: #eee;
    position: relative;
    height: 100%;
    position: relative; }
    html.saas body nav {
      left: 0;
      right: 0;
      position: fixed; }
    html.saas body .app {
      min-height: 100%;
      overflow-y: auto;
      position: relative;
      padding-top: 40px; }
      html.saas body .app .ui.tabular.menu .active.item .ui.table,
      html.saas body .app .ui.segment .ui.table,
      html.saas body .app .ui.segments .ui.table,
      html.saas body .app .ui.card .ui.table,
      html.saas body .app .ui.table .ui.table {
        background-color: #fff; }
      html.saas body .app a.ui.card:hover {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px); }
      html.saas body .app.webview {
        padding-top: 0; }
    html.saas body * {
      outline: none; }
    html.saas body a {
      color: inherit; }
      html.saas body a:hover {
        color: inherit; }
    html.saas body.pdf {
      height: auto;
      overflow: auto; }
  html.saas .grid .card {
    width: auto; }
  html.saas .ui.popup {
    color: #000 !important; }
  html.saas .ui.vertical.menu {
    width: auto; }
  html.saas .ui.message .ui.button {
    margin-top: -9px; }
  html.saas .ui.button.fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: 0;
    z-index: 6;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    html.saas .ui.button.fab:before {
      content: attr(tooltip);
      background: #595959;
      padding: 4px 8px;
      border-radius: 2px;
      position: absolute;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      top: 50%;
      right: 100%;
      color: white;
      font-size: 1rem;
      opacity: 0;
      visibility: hidden;
      white-space: nowrap;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    html.saas .ui.button.fab:hover:before {
      right: 120%;
      opacity: 1;
      visibility: visible; }
    html.saas .ui.button.fab.tournee {
      bottom: 90px; }
  @media screen and (max-width: 1400px) {
    html.saas .ui.button.fab {
      right: -10px; } }
  html.saas .ui.dropdown .remove.icon {
    font-size: 0.857143em;
    float: left;
    margin: 0;
    padding: 0;
    left: -0.7em;
    top: 0;
    position: relative !important;
    opacity: 0.5;
    z-index: 10 !important; }
  html.saas .ui.dropdown.loading .remove.icon {
    display: none; }
  html.saas .ui.dropdown input[value=''] ~ .remove.icon,
  html.saas .ui.dropdown input:not([value]) ~ .remove.icon,
  html.saas .ui.dropdown .text:empty {
    opacity: 0; }
  html.saas .loading.label > .loader {
    margin-left: 4px; }
  html.saas section {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 25px 25px; }
    html.saas section:after {
      content: '';
      display: table;
      clear: both; }
    html.saas section > h1 {
      margin-bottom: 10px; }
      html.saas section > h1 .title .button.icon {
        position: relative;
        top: -5px; }
      html.saas section > h1 .title em {
        font-size: 0.6em;
        font-weight: normal;
        display: inline-block; }
        html.saas section > h1 .title em:after {
          content: ' - ';
          margin-right: 4px; }
      html.saas section > h1 .title a + em {
        position: relative;
        top: -4px; }
        html.saas section > h1 .title a + em:before {
          content: ''; }
        html.saas section > h1 .title a + em:after {
          content: ' - ';
          margin-right: 4px; }
      html.saas section > h1 .title .ui.dropdown {
        font-size: 0.6em;
        font-weight: normal;
        line-height: 1em;
        top: -4px;
        position: relative; }
        html.saas section > h1 .title .ui.dropdown.red {
          border: 1px solid #db2828;
          background-color: rgba(219, 40, 40, 0.8);
          color: #fff;
          border-radius: 3px;
          padding: 4px 5px 3px; }
      html.saas section > h1 .ui.label {
        position: relative;
        top: -5px; }
      html.saas section > h1 .action {
        float: right; }
        html.saas section > h1 .action .button {
          position: relative; }
      html.saas section > h1 span.search {
        font-size: 1rem;
        float: right; }
      html.saas section > h1 .ui.pagination.menu {
        font-size: 1rem;
        float: right;
        height: 37px;
        min-height: auto;
        box-shadow: none;
        margin: 0 10px 0 0; }
        html.saas section > h1 .ui.pagination.menu .item {
          padding: 0 12px;
          min-width: 2rem; }
      html.saas section > h1:after {
        content: '';
        display: table;
        clear: both; }
    html.saas section .ui.message {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    html.saas section .grid {
      width: calc(100% + 2rem); }
      html.saas section .grid.relaxed {
        width: calc(100% + 3rem); }
    html.saas section .actionBar {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 5;
      height: 51px; }
      html.saas section .actionBar .grid {
        height: 100%;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 25px; }
        html.saas section .actionBar .grid .ui.segments {
          margin: 0;
          width: 100%; }
          html.saas section .actionBar .grid .ui.segments .segment {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 8px 8px 5px;
            border: 0 none; }
            html.saas section .actionBar .grid .ui.segments .segment p {
              display: inline-block;
              margin: 8px 10px 0 0; }
          html.saas section .actionBar .grid .ui.segments .pagination {
            min-height: 36px; }
            html.saas section .actionBar .grid .ui.segments .pagination .item {
              padding-top: 11px;
              padding-bottom: 11px; }
        html.saas section .actionBar .grid .selection.button {
          display: none; }
  html.saas body.hasScroll section .actionBar {
    right: 15px; }
  html.saas body.hasActionBar section {
    padding-bottom: 60px; }
  html.saas .ui.tab .tabSearchBar {
    float: right;
    position: relative;
    margin-top: -58px; }
    html.saas .ui.tab .tabSearchBar .ui.pagination.menu {
      font-size: 1rem;
      float: right;
      height: 37px;
      min-height: auto;
      box-shadow: none;
      margin: 0 10px 0 0; }
      html.saas .ui.tab .tabSearchBar .ui.pagination.menu .item {
        padding: 0 12px;
        min-width: 2rem; }
    html.saas .ui.tab .tabSearchBar span.search {
      font-size: 1rem;
      float: right; }
  html.saas h2 ~ .filters {
    background: #e4e4e4;
    margin-top: -1rem;
    padding: 1rem; }
  html.saas .button.ui.multiline {
    padding: 18px 10px 4px;
    vertical-align: bottom;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    html.saas .button.ui.multiline.icon {
      padding-left: 45px !important;
      padding-right: 10px !important; }
    html.saas .button.ui.multiline em {
      position: absolute;
      top: 3px;
      left: 45px !important;
      font-size: 0.75em;
      line-height: normal;
      opacity: 0.65; }
  html.saas .buttons.ui.separated > .ui.button:not(:first-child) {
    margin-left: 1px; }
  html.saas .buttons.ui.separated > .ui.button.active {
    background-color: #1b1c1d;
    color: #fff; }
  html.saas .ui.form.filters,
  html.saas .ui.grid .filters {
    background: #e4e4e4;
    padding: 5px;
    z-index: 2;
    position: relative; }
    html.saas .ui.form.filters input::-webkit-input-placeholder,
    html.saas .ui.grid .filters input::-webkit-input-placeholder {
      color: rgba(179, 179, 179, 0.7); }
    html.saas .ui.form.filters input:-moz-placeholder,
    html.saas .ui.grid .filters input:-moz-placeholder {
      color: rgba(179, 179, 179, 0.7); }
    html.saas .ui.form.filters input::-moz-placeholder,
    html.saas .ui.grid .filters input::-moz-placeholder {
      color: rgba(179, 179, 179, 0.7); }
    html.saas .ui.form.filters input:-ms-input-placeholder,
    html.saas .ui.grid .filters input:-ms-input-placeholder {
      color: rgba(179, 179, 179, 0.7); }
    html.saas .ui.form.filters.ui.form .fields,
    html.saas .ui.grid .filters.ui.form .fields {
      margin-bottom: 4px; }
      html.saas .ui.form.filters.ui.form .fields .field,
      html.saas .ui.grid .filters.ui.form .fields .field {
        margin-bottom: 0; }
    html.saas .ui.form.filters .ui.checkbox,
    html.saas .ui.grid .filters .ui.checkbox {
      margin-top: 12px; }
    html.saas .ui.form.filters .ui.dropdown,
    html.saas .ui.grid .filters .ui.dropdown {
      white-space: nowrap; }
      html.saas .ui.form.filters .ui.dropdown > .default.text,
      html.saas .ui.grid .filters .ui.dropdown > .default.text {
        color: rgba(179, 179, 179, 0.7); }
      html.saas .ui.form.filters .ui.dropdown i.close,
      html.saas .ui.grid .filters .ui.dropdown i.close {
        position: relative;
        z-index: 5;
        display: none;
        opacity: 0.5; }
      html.saas .ui.form.filters .ui.dropdown input,
      html.saas .ui.grid .filters .ui.dropdown input {
        z-index: 1; }
  html.saas .ui.menu .item > .label {
    margin: -5px 0 -5px 10px; }
  html.saas .ui.menu .item.red {
    background-color: #db2828 !important;
    color: #fff; }
    html.saas .ui.menu .item.red:hover {
      background-color: #d41616;
      color: #fff; }
  html.saas .ui.menu .item.orange {
    background-color: #f2711c !important;
    color: #fff; }
    html.saas .ui.menu .item.orange:hover {
      background-color: #f36101;
      color: #fff; }
  html.saas .ui.menu .item.yellow {
    background-color: #fbbd08 !important;
    color: #fff; }
    html.saas .ui.menu .item.yellow:hover {
      background-color: #eaae00;
      color: #fff; }
  html.saas .ui.menu .item.olive {
    background-color: #b5cc18 !important;
    color: #fff; }
    html.saas .ui.menu .item.olive:hover {
      background-color: #a8bf0b;
      color: #fff; }
  html.saas .ui.menu .item.green {
    background-color: #21ba45 !important;
    color: #fff; }
    html.saas .ui.menu .item.green:hover {
      background-color: #13ae38;
      color: #fff; }
  html.saas .ui.menu .item.teal {
    background-color: #00b5ad !important;
    color: #fff; }
    html.saas .ui.menu .item.teal:hover {
      background-color: #009c95;
      color: #fff; }
  html.saas .ui.menu .item.blue {
    background-color: #2185d0 !important;
    color: #fff; }
    html.saas .ui.menu .item.blue:hover {
      background-color: #1378c5;
      color: #fff; }
  html.saas .ui.menu .item.violet {
    background-color: #6435c9 !important;
    color: #fff; }
    html.saas .ui.menu .item.violet:hover {
      background-color: #5624c0;
      color: #fff; }
  html.saas .ui.menu .item.purple {
    background-color: #a333c8 !important;
    color: #fff; }
    html.saas .ui.menu .item.purple:hover {
      background-color: #9823bf;
      color: #fff; }
  html.saas .ui.menu .item.pink {
    background-color: #e03997 !important;
    color: #fff; }
    html.saas .ui.menu .item.pink:hover {
      background-color: #e9168d;
      color: #fff; }
  html.saas .ui.menu .item.brown {
    background-color: #a5673f !important;
    color: #fff; }
    html.saas .ui.menu .item.brown:hover {
      background-color: #9d592e;
      color: #fff; }
  html.saas .ui.menu .item.grey {
    background-color: #767676 !important;
    color: #fff; }
    html.saas .ui.menu .item.grey:hover {
      background-color: #745f5f;
      color: #fff; }
  html.saas .ui.menu .item.black {
    background-color: #1b1c1d !important;
    color: #fff; }
    html.saas .ui.menu .item.black:hover {
      background-color: #0d0f11;
      color: #fff; }
  html.saas .ui.menu .item.white {
    background-color: #FFFFFF !important;
    color: #fff; }
    html.saas .ui.menu .item.white:hover {
      background-color: #f4f1f1;
      color: #fff; }
  html.saas .ui.menu .item.primary {
    background-color: #2185d0 !important;
    color: #fff; }
    html.saas .ui.menu .item.primary:hover {
      background-color: #1378c5;
      color: #fff; }
  html.saas .ui.menu .item.states {
    background-color: #1b1c1d !important;
    color: #fff; }
    html.saas .ui.menu .item.states:hover {
      background-color: #0d0f11;
      color: #fff; }
  html.saas .height100, html.saas .bucket .ui.grid .scrollBucket, .bucket .ui.grid html.saas .scrollBucket, html.saas .bucket .ui.grid #map, .bucket .ui.grid html.saas #map, html.saas .bucket .ui.grid .scrollTable, .bucket .ui.grid html.saas .scrollTable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
  html.saas .ui.segment:after,
  html.saas .field:after {
    content: '';
    display: table;
    clear: both; }
  html.saas [class*='left aligned'],
  html.saas [class*='aligned left'] {
    text-align: left; }
  html.saas [class*='center aligned'],
  html.saas [class*='aligned center'] {
    text-align: center; }
  html.saas [class*='right aligned'],
  html.saas [class*='aligned right'] {
    text-align: right; }
  html.saas [class*='right floated'],
  html.saas [class*='floated right'] {
    float: right; }
  html.saas [class*='left floated'],
  html.saas [class*='floated left'] {
    float: left; }
  html.saas section .ui.segments {
    background: #fff; }
    html.saas section .ui.segments .grid.horizontal.segments {
      width: 100%; }
      html.saas section .ui.segments .grid.horizontal.segments > .segment {
        padding: 1rem; }
  html.saas table.ui.table thead th .button,
  html.saas table.ui.table thead th .ui.input,
  html.saas table.ui.table thead .th .button,
  html.saas table.ui.table thead .th .ui.input,
  html.saas table.ui.table .thead th .button,
  html.saas table.ui.table .thead th .ui.input,
  html.saas table.ui.table .thead .th .button,
  html.saas table.ui.table .thead .th .ui.input,
  html.saas div.ui.table thead th .button,
  html.saas div.ui.table thead th .ui.input,
  html.saas div.ui.table thead .th .button,
  html.saas div.ui.table thead .th .ui.input,
  html.saas div.ui.table .thead th .button,
  html.saas div.ui.table .thead th .ui.input,
  html.saas div.ui.table .thead .th .button,
  html.saas div.ui.table .thead .th .ui.input {
    margin: -8px 0; }
  html.saas table.ui.table tbody tr:hover,
  html.saas table.ui.table tbody .tr:hover,
  html.saas table.ui.table .tbody tr:hover,
  html.saas table.ui.table .tbody .tr:hover,
  html.saas div.ui.table tbody tr:hover,
  html.saas div.ui.table tbody .tr:hover,
  html.saas div.ui.table .tbody tr:hover,
  html.saas div.ui.table .tbody .tr:hover {
    background: rgba(0, 0, 50, 0.02); }
  html.saas table.ui.table tbody tr.locked,
  html.saas table.ui.table .tbody tr.locked,
  html.saas div.ui.table tbody tr.locked,
  html.saas div.ui.table .tbody tr.locked {
    background: rgba(219, 40, 40, 0.3); }
  html.saas table.ui.table.sortable thead th,
  html.saas table.ui.table.sortable .thead .th,
  html.saas div.ui.table.sortable thead th,
  html.saas div.ui.table.sortable .thead .th {
    border-left: 0 none; }
    html.saas table.ui.table.sortable thead th.no-sort,
    html.saas table.ui.table.sortable .thead .th.no-sort,
    html.saas div.ui.table.sortable thead th.no-sort,
    html.saas div.ui.table.sortable .thead .th.no-sort {
      cursor: auto; }
      html.saas table.ui.table.sortable thead th.no-sort:hover,
      html.saas table.ui.table.sortable .thead .th.no-sort:hover,
      html.saas div.ui.table.sortable thead th.no-sort:hover,
      html.saas div.ui.table.sortable .thead .th.no-sort:hover {
        background: #f9fafb; }
  html.saas table.ui.table tr[data-href] td,
  html.saas table.ui.table .tr[data-href] .td,
  html.saas div.ui.table tr[data-href] td,
  html.saas div.ui.table .tr[data-href] .td {
    cursor: pointer; }
    html.saas table.ui.table tr[data-href] td *,
    html.saas table.ui.table .tr[data-href] .td *,
    html.saas div.ui.table tr[data-href] td *,
    html.saas div.ui.table .tr[data-href] .td * {
      cursor: auto; }
  html.saas .inputOrButton .ui.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    html.saas .inputOrButton .ui.buttons .ui.button:first-child {
      padding: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      background: transparent; }
      html.saas .inputOrButton .ui.buttons .ui.button:first-child .field {
        margin-right: 5px; }
    html.saas .inputOrButton .ui.buttons .ui.button:last-child {
      border-radius: 0.28571429rem; }
      html.saas .inputOrButton .ui.buttons .ui.button:last-child.states {
        color: #fff;
        background: #1b1c1d; }
    html.saas .inputOrButton .ui.buttons .or {
      margin-right: 5px; }
      html.saas .inputOrButton .ui.buttons .or:before {
        background: #767676;
        color: #fff; }
  html.saas .inputOrButtonInGrid .ui.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    html.saas .inputOrButtonInGrid .ui.buttons .ui.button:first-child {
      padding: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      background: transparent; }
      html.saas .inputOrButtonInGrid .ui.buttons .ui.button:first-child .field {
        margin-right: 5px; }
    html.saas .inputOrButtonInGrid .ui.buttons .ui.button:last-child {
      border-radius: 0.28571429rem; }
      html.saas .inputOrButtonInGrid .ui.buttons .ui.button:last-child.states {
        color: #fff;
        background: #1b1c1d; }
    html.saas .inputOrButtonInGrid .ui.buttons .or {
      margin-right: 5px; }
      html.saas .inputOrButtonInGrid .ui.buttons .or:before {
        background: #767676;
        color: #fff; }
  html.saas .ct-legend {
    list-style: none;
    right: 35px;
    top: 25px;
    margin: 0;
    position: absolute; }
    html.saas .ct-legend li {
      line-height: 1em; }
  html.saas .marginRight0 {
    margin-right: 0px !important; }
  html.saas .marginLeft0 {
    margin-left: 0px !important; }
  html.saas .marginBottom0 {
    margin-bottom: 0px !important; }
  html.saas .marginTop0 {
    margin-top: 0px !important; }
  html.saas .marginRight1 {
    margin-right: 1px !important; }
  html.saas .marginLeft1 {
    margin-left: 1px !important; }
  html.saas .marginBottom1 {
    margin-bottom: 1px !important; }
  html.saas .marginTop1 {
    margin-top: 1px !important; }
  html.saas .marginRight2 {
    margin-right: 2px !important; }
  html.saas .marginLeft2 {
    margin-left: 2px !important; }
  html.saas .marginBottom2 {
    margin-bottom: 2px !important; }
  html.saas .marginTop2 {
    margin-top: 2px !important; }
  html.saas .marginRight3 {
    margin-right: 3px !important; }
  html.saas .marginLeft3 {
    margin-left: 3px !important; }
  html.saas .marginBottom3 {
    margin-bottom: 3px !important; }
  html.saas .marginTop3 {
    margin-top: 3px !important; }
  html.saas .marginRight4 {
    margin-right: 4px !important; }
  html.saas .marginLeft4 {
    margin-left: 4px !important; }
  html.saas .marginBottom4 {
    margin-bottom: 4px !important; }
  html.saas .marginTop4 {
    margin-top: 4px !important; }
  html.saas .marginRight5 {
    margin-right: 5px !important; }
  html.saas .marginLeft5 {
    margin-left: 5px !important; }
  html.saas .marginBottom5 {
    margin-bottom: 5px !important; }
  html.saas .marginTop5 {
    margin-top: 5px !important; }
  html.saas .marginRight6 {
    margin-right: 6px !important; }
  html.saas .marginLeft6 {
    margin-left: 6px !important; }
  html.saas .marginBottom6 {
    margin-bottom: 6px !important; }
  html.saas .marginTop6 {
    margin-top: 6px !important; }
  html.saas .marginRight7 {
    margin-right: 7px !important; }
  html.saas .marginLeft7 {
    margin-left: 7px !important; }
  html.saas .marginBottom7 {
    margin-bottom: 7px !important; }
  html.saas .marginTop7 {
    margin-top: 7px !important; }
  html.saas .marginRight8 {
    margin-right: 8px !important; }
  html.saas .marginLeft8 {
    margin-left: 8px !important; }
  html.saas .marginBottom8 {
    margin-bottom: 8px !important; }
  html.saas .marginTop8 {
    margin-top: 8px !important; }
  html.saas .marginRight9 {
    margin-right: 9px !important; }
  html.saas .marginLeft9 {
    margin-left: 9px !important; }
  html.saas .marginBottom9 {
    margin-bottom: 9px !important; }
  html.saas .marginTop9 {
    margin-top: 9px !important; }
  html.saas .marginRight10 {
    margin-right: 10px !important; }
  html.saas .marginLeft10 {
    margin-left: 10px !important; }
  html.saas .marginBottom10 {
    margin-bottom: 10px !important; }
  html.saas .marginTop10 {
    margin-top: 10px !important; }
  html.saas .marginRight11 {
    margin-right: 11px !important; }
  html.saas .marginLeft11 {
    margin-left: 11px !important; }
  html.saas .marginBottom11 {
    margin-bottom: 11px !important; }
  html.saas .marginTop11 {
    margin-top: 11px !important; }
  html.saas .marginRight12 {
    margin-right: 12px !important; }
  html.saas .marginLeft12 {
    margin-left: 12px !important; }
  html.saas .marginBottom12 {
    margin-bottom: 12px !important; }
  html.saas .marginTop12 {
    margin-top: 12px !important; }
  html.saas .marginRight13 {
    margin-right: 13px !important; }
  html.saas .marginLeft13 {
    margin-left: 13px !important; }
  html.saas .marginBottom13 {
    margin-bottom: 13px !important; }
  html.saas .marginTop13 {
    margin-top: 13px !important; }
  html.saas .marginRight14 {
    margin-right: 14px !important; }
  html.saas .marginLeft14 {
    margin-left: 14px !important; }
  html.saas .marginBottom14 {
    margin-bottom: 14px !important; }
  html.saas .marginTop14 {
    margin-top: 14px !important; }
  html.saas .marginRight15 {
    margin-right: 15px !important; }
  html.saas .marginLeft15 {
    margin-left: 15px !important; }
  html.saas .marginBottom15 {
    margin-bottom: 15px !important; }
  html.saas .marginTop15 {
    margin-top: 15px !important; }
  html.saas .marginRight16 {
    margin-right: 16px !important; }
  html.saas .marginLeft16 {
    margin-left: 16px !important; }
  html.saas .marginBottom16 {
    margin-bottom: 16px !important; }
  html.saas .marginTop16 {
    margin-top: 16px !important; }
  html.saas .marginRight17 {
    margin-right: 17px !important; }
  html.saas .marginLeft17 {
    margin-left: 17px !important; }
  html.saas .marginBottom17 {
    margin-bottom: 17px !important; }
  html.saas .marginTop17 {
    margin-top: 17px !important; }
  html.saas .marginRight18 {
    margin-right: 18px !important; }
  html.saas .marginLeft18 {
    margin-left: 18px !important; }
  html.saas .marginBottom18 {
    margin-bottom: 18px !important; }
  html.saas .marginTop18 {
    margin-top: 18px !important; }
  html.saas .marginRight19 {
    margin-right: 19px !important; }
  html.saas .marginLeft19 {
    margin-left: 19px !important; }
  html.saas .marginBottom19 {
    margin-bottom: 19px !important; }
  html.saas .marginTop19 {
    margin-top: 19px !important; }
  html.saas .marginRight20 {
    margin-right: 20px !important; }
  html.saas .marginLeft20 {
    margin-left: 20px !important; }
  html.saas .marginBottom20 {
    margin-bottom: 20px !important; }
  html.saas .marginTop20 {
    margin-top: 20px !important; }
  html.saas .marginRight21 {
    margin-right: 21px !important; }
  html.saas .marginLeft21 {
    margin-left: 21px !important; }
  html.saas .marginBottom21 {
    margin-bottom: 21px !important; }
  html.saas .marginTop21 {
    margin-top: 21px !important; }
  html.saas .marginRight22 {
    margin-right: 22px !important; }
  html.saas .marginLeft22 {
    margin-left: 22px !important; }
  html.saas .marginBottom22 {
    margin-bottom: 22px !important; }
  html.saas .marginTop22 {
    margin-top: 22px !important; }
  html.saas .marginRight23 {
    margin-right: 23px !important; }
  html.saas .marginLeft23 {
    margin-left: 23px !important; }
  html.saas .marginBottom23 {
    margin-bottom: 23px !important; }
  html.saas .marginTop23 {
    margin-top: 23px !important; }
  html.saas .marginRight24 {
    margin-right: 24px !important; }
  html.saas .marginLeft24 {
    margin-left: 24px !important; }
  html.saas .marginBottom24 {
    margin-bottom: 24px !important; }
  html.saas .marginTop24 {
    margin-top: 24px !important; }
  html.saas .marginRight25 {
    margin-right: 25px !important; }
  html.saas .marginLeft25 {
    margin-left: 25px !important; }
  html.saas .marginBottom25 {
    margin-bottom: 25px !important; }
  html.saas .marginTop25 {
    margin-top: 25px !important; }
  html.saas .marginRight26 {
    margin-right: 26px !important; }
  html.saas .marginLeft26 {
    margin-left: 26px !important; }
  html.saas .marginBottom26 {
    margin-bottom: 26px !important; }
  html.saas .marginTop26 {
    margin-top: 26px !important; }
  html.saas .marginRight27 {
    margin-right: 27px !important; }
  html.saas .marginLeft27 {
    margin-left: 27px !important; }
  html.saas .marginBottom27 {
    margin-bottom: 27px !important; }
  html.saas .marginTop27 {
    margin-top: 27px !important; }
  html.saas .marginRight28 {
    margin-right: 28px !important; }
  html.saas .marginLeft28 {
    margin-left: 28px !important; }
  html.saas .marginBottom28 {
    margin-bottom: 28px !important; }
  html.saas .marginTop28 {
    margin-top: 28px !important; }
  html.saas .marginRight29 {
    margin-right: 29px !important; }
  html.saas .marginLeft29 {
    margin-left: 29px !important; }
  html.saas .marginBottom29 {
    margin-bottom: 29px !important; }
  html.saas .marginTop29 {
    margin-top: 29px !important; }
  html.saas .marginRight30 {
    margin-right: 30px !important; }
  html.saas .marginLeft30 {
    margin-left: 30px !important; }
  html.saas .marginBottom30 {
    margin-bottom: 30px !important; }
  html.saas .marginTop30 {
    margin-top: 30px !important; }
  html.saas .marginRight31 {
    margin-right: 31px !important; }
  html.saas .marginLeft31 {
    margin-left: 31px !important; }
  html.saas .marginBottom31 {
    margin-bottom: 31px !important; }
  html.saas .marginTop31 {
    margin-top: 31px !important; }
  html.saas .marginRight32 {
    margin-right: 32px !important; }
  html.saas .marginLeft32 {
    margin-left: 32px !important; }
  html.saas .marginBottom32 {
    margin-bottom: 32px !important; }
  html.saas .marginTop32 {
    margin-top: 32px !important; }
  html.saas .marginRight33 {
    margin-right: 33px !important; }
  html.saas .marginLeft33 {
    margin-left: 33px !important; }
  html.saas .marginBottom33 {
    margin-bottom: 33px !important; }
  html.saas .marginTop33 {
    margin-top: 33px !important; }
  html.saas .marginRight34 {
    margin-right: 34px !important; }
  html.saas .marginLeft34 {
    margin-left: 34px !important; }
  html.saas .marginBottom34 {
    margin-bottom: 34px !important; }
  html.saas .marginTop34 {
    margin-top: 34px !important; }
  html.saas .marginRight35 {
    margin-right: 35px !important; }
  html.saas .marginLeft35 {
    margin-left: 35px !important; }
  html.saas .marginBottom35 {
    margin-bottom: 35px !important; }
  html.saas .marginTop35 {
    margin-top: 35px !important; }
  html.saas .marginRight36 {
    margin-right: 36px !important; }
  html.saas .marginLeft36 {
    margin-left: 36px !important; }
  html.saas .marginBottom36 {
    margin-bottom: 36px !important; }
  html.saas .marginTop36 {
    margin-top: 36px !important; }
  html.saas .marginRight37 {
    margin-right: 37px !important; }
  html.saas .marginLeft37 {
    margin-left: 37px !important; }
  html.saas .marginBottom37 {
    margin-bottom: 37px !important; }
  html.saas .marginTop37 {
    margin-top: 37px !important; }
  html.saas .marginRight38 {
    margin-right: 38px !important; }
  html.saas .marginLeft38 {
    margin-left: 38px !important; }
  html.saas .marginBottom38 {
    margin-bottom: 38px !important; }
  html.saas .marginTop38 {
    margin-top: 38px !important; }
  html.saas .marginRight39 {
    margin-right: 39px !important; }
  html.saas .marginLeft39 {
    margin-left: 39px !important; }
  html.saas .marginBottom39 {
    margin-bottom: 39px !important; }
  html.saas .marginTop39 {
    margin-top: 39px !important; }
  html.saas .marginRight40 {
    margin-right: 40px !important; }
  html.saas .marginLeft40 {
    margin-left: 40px !important; }
  html.saas .marginBottom40 {
    margin-bottom: 40px !important; }
  html.saas .marginTop40 {
    margin-top: 40px !important; }
  html.saas .marginRight41 {
    margin-right: 41px !important; }
  html.saas .marginLeft41 {
    margin-left: 41px !important; }
  html.saas .marginBottom41 {
    margin-bottom: 41px !important; }
  html.saas .marginTop41 {
    margin-top: 41px !important; }
  html.saas .marginRight42 {
    margin-right: 42px !important; }
  html.saas .marginLeft42 {
    margin-left: 42px !important; }
  html.saas .marginBottom42 {
    margin-bottom: 42px !important; }
  html.saas .marginTop42 {
    margin-top: 42px !important; }
  html.saas .marginRight43 {
    margin-right: 43px !important; }
  html.saas .marginLeft43 {
    margin-left: 43px !important; }
  html.saas .marginBottom43 {
    margin-bottom: 43px !important; }
  html.saas .marginTop43 {
    margin-top: 43px !important; }
  html.saas .marginRight44 {
    margin-right: 44px !important; }
  html.saas .marginLeft44 {
    margin-left: 44px !important; }
  html.saas .marginBottom44 {
    margin-bottom: 44px !important; }
  html.saas .marginTop44 {
    margin-top: 44px !important; }
  html.saas .marginRight45 {
    margin-right: 45px !important; }
  html.saas .marginLeft45 {
    margin-left: 45px !important; }
  html.saas .marginBottom45 {
    margin-bottom: 45px !important; }
  html.saas .marginTop45 {
    margin-top: 45px !important; }
  html.saas .marginRight46 {
    margin-right: 46px !important; }
  html.saas .marginLeft46 {
    margin-left: 46px !important; }
  html.saas .marginBottom46 {
    margin-bottom: 46px !important; }
  html.saas .marginTop46 {
    margin-top: 46px !important; }
  html.saas .marginRight47 {
    margin-right: 47px !important; }
  html.saas .marginLeft47 {
    margin-left: 47px !important; }
  html.saas .marginBottom47 {
    margin-bottom: 47px !important; }
  html.saas .marginTop47 {
    margin-top: 47px !important; }
  html.saas .marginRight48 {
    margin-right: 48px !important; }
  html.saas .marginLeft48 {
    margin-left: 48px !important; }
  html.saas .marginBottom48 {
    margin-bottom: 48px !important; }
  html.saas .marginTop48 {
    margin-top: 48px !important; }
  html.saas .marginRight49 {
    margin-right: 49px !important; }
  html.saas .marginLeft49 {
    margin-left: 49px !important; }
  html.saas .marginBottom49 {
    margin-bottom: 49px !important; }
  html.saas .marginTop49 {
    margin-top: 49px !important; }
  html.saas .marginRight50 {
    margin-right: 50px !important; }
  html.saas .marginLeft50 {
    margin-left: 50px !important; }
  html.saas .marginBottom50 {
    margin-bottom: 50px !important; }
  html.saas .marginTop50 {
    margin-top: 50px !important; }
  html.saas .marginRight51 {
    margin-right: 51px !important; }
  html.saas .marginLeft51 {
    margin-left: 51px !important; }
  html.saas .marginBottom51 {
    margin-bottom: 51px !important; }
  html.saas .marginTop51 {
    margin-top: 51px !important; }
  html.saas .marginRight52 {
    margin-right: 52px !important; }
  html.saas .marginLeft52 {
    margin-left: 52px !important; }
  html.saas .marginBottom52 {
    margin-bottom: 52px !important; }
  html.saas .marginTop52 {
    margin-top: 52px !important; }
  html.saas .marginRight53 {
    margin-right: 53px !important; }
  html.saas .marginLeft53 {
    margin-left: 53px !important; }
  html.saas .marginBottom53 {
    margin-bottom: 53px !important; }
  html.saas .marginTop53 {
    margin-top: 53px !important; }
  html.saas .marginRight54 {
    margin-right: 54px !important; }
  html.saas .marginLeft54 {
    margin-left: 54px !important; }
  html.saas .marginBottom54 {
    margin-bottom: 54px !important; }
  html.saas .marginTop54 {
    margin-top: 54px !important; }
  html.saas .marginRight55 {
    margin-right: 55px !important; }
  html.saas .marginLeft55 {
    margin-left: 55px !important; }
  html.saas .marginBottom55 {
    margin-bottom: 55px !important; }
  html.saas .marginTop55 {
    margin-top: 55px !important; }
  html.saas .marginRight56 {
    margin-right: 56px !important; }
  html.saas .marginLeft56 {
    margin-left: 56px !important; }
  html.saas .marginBottom56 {
    margin-bottom: 56px !important; }
  html.saas .marginTop56 {
    margin-top: 56px !important; }
  html.saas .marginRight57 {
    margin-right: 57px !important; }
  html.saas .marginLeft57 {
    margin-left: 57px !important; }
  html.saas .marginBottom57 {
    margin-bottom: 57px !important; }
  html.saas .marginTop57 {
    margin-top: 57px !important; }
  html.saas .marginRight58 {
    margin-right: 58px !important; }
  html.saas .marginLeft58 {
    margin-left: 58px !important; }
  html.saas .marginBottom58 {
    margin-bottom: 58px !important; }
  html.saas .marginTop58 {
    margin-top: 58px !important; }
  html.saas .marginRight59 {
    margin-right: 59px !important; }
  html.saas .marginLeft59 {
    margin-left: 59px !important; }
  html.saas .marginBottom59 {
    margin-bottom: 59px !important; }
  html.saas .marginTop59 {
    margin-top: 59px !important; }
  html.saas .marginRight60 {
    margin-right: 60px !important; }
  html.saas .marginLeft60 {
    margin-left: 60px !important; }
  html.saas .marginBottom60 {
    margin-bottom: 60px !important; }
  html.saas .marginTop60 {
    margin-top: 60px !important; }
  html.saas .marginRight61 {
    margin-right: 61px !important; }
  html.saas .marginLeft61 {
    margin-left: 61px !important; }
  html.saas .marginBottom61 {
    margin-bottom: 61px !important; }
  html.saas .marginTop61 {
    margin-top: 61px !important; }
  html.saas .marginRight62 {
    margin-right: 62px !important; }
  html.saas .marginLeft62 {
    margin-left: 62px !important; }
  html.saas .marginBottom62 {
    margin-bottom: 62px !important; }
  html.saas .marginTop62 {
    margin-top: 62px !important; }
  html.saas .marginRight63 {
    margin-right: 63px !important; }
  html.saas .marginLeft63 {
    margin-left: 63px !important; }
  html.saas .marginBottom63 {
    margin-bottom: 63px !important; }
  html.saas .marginTop63 {
    margin-top: 63px !important; }
  html.saas .marginRight64 {
    margin-right: 64px !important; }
  html.saas .marginLeft64 {
    margin-left: 64px !important; }
  html.saas .marginBottom64 {
    margin-bottom: 64px !important; }
  html.saas .marginTop64 {
    margin-top: 64px !important; }
  html.saas .marginRight65 {
    margin-right: 65px !important; }
  html.saas .marginLeft65 {
    margin-left: 65px !important; }
  html.saas .marginBottom65 {
    margin-bottom: 65px !important; }
  html.saas .marginTop65 {
    margin-top: 65px !important; }
  html.saas .marginRight66 {
    margin-right: 66px !important; }
  html.saas .marginLeft66 {
    margin-left: 66px !important; }
  html.saas .marginBottom66 {
    margin-bottom: 66px !important; }
  html.saas .marginTop66 {
    margin-top: 66px !important; }
  html.saas .marginRight67 {
    margin-right: 67px !important; }
  html.saas .marginLeft67 {
    margin-left: 67px !important; }
  html.saas .marginBottom67 {
    margin-bottom: 67px !important; }
  html.saas .marginTop67 {
    margin-top: 67px !important; }
  html.saas .marginRight68 {
    margin-right: 68px !important; }
  html.saas .marginLeft68 {
    margin-left: 68px !important; }
  html.saas .marginBottom68 {
    margin-bottom: 68px !important; }
  html.saas .marginTop68 {
    margin-top: 68px !important; }
  html.saas .marginRight69 {
    margin-right: 69px !important; }
  html.saas .marginLeft69 {
    margin-left: 69px !important; }
  html.saas .marginBottom69 {
    margin-bottom: 69px !important; }
  html.saas .marginTop69 {
    margin-top: 69px !important; }
  html.saas .marginRight70 {
    margin-right: 70px !important; }
  html.saas .marginLeft70 {
    margin-left: 70px !important; }
  html.saas .marginBottom70 {
    margin-bottom: 70px !important; }
  html.saas .marginTop70 {
    margin-top: 70px !important; }
  html.saas .marginRight71 {
    margin-right: 71px !important; }
  html.saas .marginLeft71 {
    margin-left: 71px !important; }
  html.saas .marginBottom71 {
    margin-bottom: 71px !important; }
  html.saas .marginTop71 {
    margin-top: 71px !important; }
  html.saas .marginRight72 {
    margin-right: 72px !important; }
  html.saas .marginLeft72 {
    margin-left: 72px !important; }
  html.saas .marginBottom72 {
    margin-bottom: 72px !important; }
  html.saas .marginTop72 {
    margin-top: 72px !important; }
  html.saas .marginRight73 {
    margin-right: 73px !important; }
  html.saas .marginLeft73 {
    margin-left: 73px !important; }
  html.saas .marginBottom73 {
    margin-bottom: 73px !important; }
  html.saas .marginTop73 {
    margin-top: 73px !important; }
  html.saas .marginRight74 {
    margin-right: 74px !important; }
  html.saas .marginLeft74 {
    margin-left: 74px !important; }
  html.saas .marginBottom74 {
    margin-bottom: 74px !important; }
  html.saas .marginTop74 {
    margin-top: 74px !important; }
  html.saas .marginRight75 {
    margin-right: 75px !important; }
  html.saas .marginLeft75 {
    margin-left: 75px !important; }
  html.saas .marginBottom75 {
    margin-bottom: 75px !important; }
  html.saas .marginTop75 {
    margin-top: 75px !important; }
  html.saas .marginRight76 {
    margin-right: 76px !important; }
  html.saas .marginLeft76 {
    margin-left: 76px !important; }
  html.saas .marginBottom76 {
    margin-bottom: 76px !important; }
  html.saas .marginTop76 {
    margin-top: 76px !important; }
  html.saas .marginRight77 {
    margin-right: 77px !important; }
  html.saas .marginLeft77 {
    margin-left: 77px !important; }
  html.saas .marginBottom77 {
    margin-bottom: 77px !important; }
  html.saas .marginTop77 {
    margin-top: 77px !important; }
  html.saas .marginRight78 {
    margin-right: 78px !important; }
  html.saas .marginLeft78 {
    margin-left: 78px !important; }
  html.saas .marginBottom78 {
    margin-bottom: 78px !important; }
  html.saas .marginTop78 {
    margin-top: 78px !important; }
  html.saas .marginRight79 {
    margin-right: 79px !important; }
  html.saas .marginLeft79 {
    margin-left: 79px !important; }
  html.saas .marginBottom79 {
    margin-bottom: 79px !important; }
  html.saas .marginTop79 {
    margin-top: 79px !important; }
  html.saas .marginRight80 {
    margin-right: 80px !important; }
  html.saas .marginLeft80 {
    margin-left: 80px !important; }
  html.saas .marginBottom80 {
    margin-bottom: 80px !important; }
  html.saas .marginTop80 {
    margin-top: 80px !important; }
  html.saas .marginRight81 {
    margin-right: 81px !important; }
  html.saas .marginLeft81 {
    margin-left: 81px !important; }
  html.saas .marginBottom81 {
    margin-bottom: 81px !important; }
  html.saas .marginTop81 {
    margin-top: 81px !important; }
  html.saas .marginRight82 {
    margin-right: 82px !important; }
  html.saas .marginLeft82 {
    margin-left: 82px !important; }
  html.saas .marginBottom82 {
    margin-bottom: 82px !important; }
  html.saas .marginTop82 {
    margin-top: 82px !important; }
  html.saas .marginRight83 {
    margin-right: 83px !important; }
  html.saas .marginLeft83 {
    margin-left: 83px !important; }
  html.saas .marginBottom83 {
    margin-bottom: 83px !important; }
  html.saas .marginTop83 {
    margin-top: 83px !important; }
  html.saas .marginRight84 {
    margin-right: 84px !important; }
  html.saas .marginLeft84 {
    margin-left: 84px !important; }
  html.saas .marginBottom84 {
    margin-bottom: 84px !important; }
  html.saas .marginTop84 {
    margin-top: 84px !important; }
  html.saas .marginRight85 {
    margin-right: 85px !important; }
  html.saas .marginLeft85 {
    margin-left: 85px !important; }
  html.saas .marginBottom85 {
    margin-bottom: 85px !important; }
  html.saas .marginTop85 {
    margin-top: 85px !important; }
  html.saas .marginRight86 {
    margin-right: 86px !important; }
  html.saas .marginLeft86 {
    margin-left: 86px !important; }
  html.saas .marginBottom86 {
    margin-bottom: 86px !important; }
  html.saas .marginTop86 {
    margin-top: 86px !important; }
  html.saas .marginRight87 {
    margin-right: 87px !important; }
  html.saas .marginLeft87 {
    margin-left: 87px !important; }
  html.saas .marginBottom87 {
    margin-bottom: 87px !important; }
  html.saas .marginTop87 {
    margin-top: 87px !important; }
  html.saas .marginRight88 {
    margin-right: 88px !important; }
  html.saas .marginLeft88 {
    margin-left: 88px !important; }
  html.saas .marginBottom88 {
    margin-bottom: 88px !important; }
  html.saas .marginTop88 {
    margin-top: 88px !important; }
  html.saas .marginRight89 {
    margin-right: 89px !important; }
  html.saas .marginLeft89 {
    margin-left: 89px !important; }
  html.saas .marginBottom89 {
    margin-bottom: 89px !important; }
  html.saas .marginTop89 {
    margin-top: 89px !important; }
  html.saas .marginRight90 {
    margin-right: 90px !important; }
  html.saas .marginLeft90 {
    margin-left: 90px !important; }
  html.saas .marginBottom90 {
    margin-bottom: 90px !important; }
  html.saas .marginTop90 {
    margin-top: 90px !important; }
  html.saas .marginRight91 {
    margin-right: 91px !important; }
  html.saas .marginLeft91 {
    margin-left: 91px !important; }
  html.saas .marginBottom91 {
    margin-bottom: 91px !important; }
  html.saas .marginTop91 {
    margin-top: 91px !important; }
  html.saas .marginRight92 {
    margin-right: 92px !important; }
  html.saas .marginLeft92 {
    margin-left: 92px !important; }
  html.saas .marginBottom92 {
    margin-bottom: 92px !important; }
  html.saas .marginTop92 {
    margin-top: 92px !important; }
  html.saas .marginRight93 {
    margin-right: 93px !important; }
  html.saas .marginLeft93 {
    margin-left: 93px !important; }
  html.saas .marginBottom93 {
    margin-bottom: 93px !important; }
  html.saas .marginTop93 {
    margin-top: 93px !important; }
  html.saas .marginRight94 {
    margin-right: 94px !important; }
  html.saas .marginLeft94 {
    margin-left: 94px !important; }
  html.saas .marginBottom94 {
    margin-bottom: 94px !important; }
  html.saas .marginTop94 {
    margin-top: 94px !important; }
  html.saas .marginRight95 {
    margin-right: 95px !important; }
  html.saas .marginLeft95 {
    margin-left: 95px !important; }
  html.saas .marginBottom95 {
    margin-bottom: 95px !important; }
  html.saas .marginTop95 {
    margin-top: 95px !important; }
  html.saas .marginRight96 {
    margin-right: 96px !important; }
  html.saas .marginLeft96 {
    margin-left: 96px !important; }
  html.saas .marginBottom96 {
    margin-bottom: 96px !important; }
  html.saas .marginTop96 {
    margin-top: 96px !important; }
  html.saas .marginRight97 {
    margin-right: 97px !important; }
  html.saas .marginLeft97 {
    margin-left: 97px !important; }
  html.saas .marginBottom97 {
    margin-bottom: 97px !important; }
  html.saas .marginTop97 {
    margin-top: 97px !important; }
  html.saas .marginRight98 {
    margin-right: 98px !important; }
  html.saas .marginLeft98 {
    margin-left: 98px !important; }
  html.saas .marginBottom98 {
    margin-bottom: 98px !important; }
  html.saas .marginTop98 {
    margin-top: 98px !important; }
  html.saas .marginRight99 {
    margin-right: 99px !important; }
  html.saas .marginLeft99 {
    margin-left: 99px !important; }
  html.saas .marginBottom99 {
    margin-bottom: 99px !important; }
  html.saas .marginTop99 {
    margin-top: 99px !important; }
  html.saas .marginRight100 {
    margin-right: 100px !important; }
  html.saas .marginLeft100 {
    margin-left: 100px !important; }
  html.saas .marginBottom100 {
    margin-bottom: 100px !important; }
  html.saas .marginTop100 {
    margin-top: 100px !important; }
  html.saas .ui.secondary.menu .item[class*='red'] {
    background-color: rgba(219, 40, 40, 0.5) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item[class*='orange'] {
    background-color: rgba(242, 113, 28, 0.5) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item[class*='yellow'] {
    background-color: rgba(251, 189, 8, 0.5) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item[class*='olive'] {
    background-color: rgba(181, 204, 24, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='green'] {
    background-color: rgba(33, 186, 69, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='teal'] {
    background-color: rgba(0, 181, 173, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='blue'] {
    background-color: rgba(33, 133, 208, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='violet'] {
    background-color: rgba(100, 53, 201, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='purple'] {
    background-color: rgba(163, 51, 200, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='pink'] {
    background-color: rgba(224, 57, 151, 0.5) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item[class*='brown'] {
    background-color: rgba(165, 103, 63, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='grey'] {
    background-color: rgba(118, 118, 118, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='black'] {
    background-color: rgba(27, 28, 29, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='white'] {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item[class*='primary'] {
    background-color: rgba(33, 133, 208, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item[class*='states'] {
    background-color: rgba(27, 28, 29, 0.5) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='red'] {
    background-color: rgba(219, 40, 40, 0.75) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item:hover[class*='orange'] {
    background-color: rgba(242, 113, 28, 0.75) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item:hover[class*='yellow'] {
    background-color: rgba(251, 189, 8, 0.75) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item:hover[class*='olive'] {
    background-color: rgba(181, 204, 24, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='green'] {
    background-color: rgba(33, 186, 69, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='teal'] {
    background-color: rgba(0, 181, 173, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='blue'] {
    background-color: rgba(33, 133, 208, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='violet'] {
    background-color: rgba(100, 53, 201, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='purple'] {
    background-color: rgba(163, 51, 200, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='pink'] {
    background-color: rgba(224, 57, 151, 0.75) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item:hover[class*='brown'] {
    background-color: rgba(165, 103, 63, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='grey'] {
    background-color: rgba(118, 118, 118, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='black'] {
    background-color: rgba(27, 28, 29, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='white'] {
    background-color: rgba(255, 255, 255, 0.75) !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item:hover[class*='primary'] {
    background-color: rgba(33, 133, 208, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item:hover[class*='states'] {
    background-color: rgba(27, 28, 29, 0.75) !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='red'] {
    background-color: #db2828 !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item.active[class*='orange'] {
    background-color: #f2711c !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item.active[class*='yellow'] {
    background-color: #fbbd08 !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item.active[class*='olive'] {
    background-color: #b5cc18 !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='green'] {
    background-color: #21ba45 !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='teal'] {
    background-color: #00b5ad !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='blue'] {
    background-color: #2185d0 !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='violet'] {
    background-color: #6435c9 !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='purple'] {
    background-color: #a333c8 !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='pink'] {
    background-color: #e03997 !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item.active[class*='brown'] {
    background-color: #a5673f !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='grey'] {
    background-color: #767676 !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='black'] {
    background-color: #1b1c1d !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='white'] {
    background-color: #FFFFFF !important;
    color: #000000 !important; }
  html.saas .ui.secondary.menu .item.active[class*='primary'] {
    background-color: #2185d0 !important;
    color: #ffffff !important; }
  html.saas .ui.secondary.menu .item.active[class*='states'] {
    background-color: #1b1c1d !important;
    color: #ffffff !important; }
  html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty) {
    position: relative;
    cursor: pointer; }
    html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty):before {
      border-radius: 4px;
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      bottom: 4px;
      right: 4px; }
    html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty):hover:before {
      background-color: rgba(27, 28, 29, 0.1); }
    html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty) input[type='checkbox'] {
      display: none; }
    html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty) .ui.checkbox label {
      padding: 0; }
      html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty) .ui.checkbox label:after, html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty) .ui.checkbox label:before {
        display: none; }
    html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty).checked:before {
      background-color: #1b1c1d; }
    html.saas table.checkable tbody tr td:not(:first-of-type):not(.empty).checked .ui.checkbox label {
      color: #fff; }
  html.saas i.icon.filter.no {
    position: relative; }
    html.saas i.icon.filter.no:after {
      content: '';
      width: 150%;
      height: 2px;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      background: #666666;
      position: absolute;
      top: 50%;
      left: 50%; }
  html.saas .pdf .logo {
    max-width: 200px;
    max-height: 70px; }
  html.saas .ui.segment.teal.lighten {
    background-color: #f9fafb; }
    html.saas .ui.segment.teal.lighten h4 {
      opacity: 0.6;
      margin-top: 1em; }
      html.saas .ui.segment.teal.lighten h4:first-child {
        margin-top: 0; }
    html.saas .ui.segment.teal.lighten .ui.divider {
      margin-bottom: 0; }
    html.saas .ui.segment.teal.lighten .ui.grid + .grid {
      margin-top: -1rem; }
  html.saas .datepicker table tr td.active:active,
  html.saas .datepicker table tr td.active.highlighted:active,
  html.saas .datepicker table tr td.active.active,
  html.saas .datepicker table tr td.active.highlighted.active {
    background-color: #1b1c1d; }
    html.saas .datepicker table tr td.active:active:hover,
    html.saas .datepicker table tr td.active.highlighted:active:hover,
    html.saas .datepicker table tr td.active.active:hover,
    html.saas .datepicker table tr td.active.highlighted.active:hover {
      background-color: #1b1c1d; }
  html.saas .ui.form input[type='text']:focus,
  html.saas .ui.form textarea:focus,
  html.saas .ui.form input.search:focus,
  html.saas .ui.radio input[type='radio']:focus ~ label:before,
  html.saas .ui.checkbox input[type='checkbox']:focus ~ label:before {
    box-shadow: 0px 0px 4px 0px #1b1c1d; }
  html.saas .menu item.disabled {
    opacity: 0.1 !important;
    cursor: default; }
  html.saas #automatic_renewal:after {
    display: none; }

nav {
  position: relative;
  z-index: 20; }
  nav.ui.menu {
    border-radius: 0;
    margin: 0; }
    nav.ui.menu .logo {
      height: 30px;
      padding: 5px 16px; }

.ReactVirtualized__Collection {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Without this property, Chrome repaints the entire Collection any time a new row or column is added.
     Firefox only repaints the new row or column (regardless of this property).
     Safari and IE don't support the property at all. */
  will-change: transform; }

.ReactVirtualized__Collection__innerScrollContainer {
  box-sizing: border-box;
  overflow: hidden; }

.ReactVirtualized__Collection__cell {
  position: absolute; }

/* Grid default theme */
.ReactVirtualized__Grid {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Without this property, Chrome repaints the entire Grid any time a new row or column is added.
     Firefox only repaints the new row or column (regardless of this property).
     Safari and IE don't support the property at all. */
  will-change: transform; }

.ReactVirtualized__Grid__innerScrollContainer {
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }

/* Table default theme */
.ReactVirtualized__Table {
  font-size: 14px; }

.ReactVirtualized__Table__Grid {
  overflow-x: hidden;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.ReactVirtualized__Table__headerRow {
  background: #f9fafb;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: rgba(0, 0, 0, 0.87); }

.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(34, 36, 38, 0.1); }

.ReactVirtualized__Table__row:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: rgba(34, 36, 38, 0.05); }

.ReactVirtualized__Table__row:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  min-width: 0px; }

.ReactVirtualized__Table__headerColumn {
  padding: 0.92857143em 0.71428571em; }
  .ReactVirtualized__Table__headerColumn.arrow:before {
    float: right;
    content: '';
    margin-top: 7px;
    width: 10px;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    margin-left: 10px; }
  .ReactVirtualized__Table__headerColumn.arrow.up:before {
    width: 0;
    border-width: 0 5.5px 5px 5.5px;
    border-color: transparent transparent #1b1c1d transparent; }
  .ReactVirtualized__Table__headerColumn.arrow.down:before {
    width: 0;
    border-width: 5px 5.5px 0 5.5px;
    border-color: #1b1c1d transparent transparent transparent; }

.ReactVirtualized__Table__rowColumn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.71428571em 0.71428571em; }

.ReactVirtualized__Table__rowColumn.of-visible {
  overflow: visible !important; }

.ReactVirtualized__Table__headerColumn:hover {
  height: 100%;
  width: 100%;
  padding-top: 11px;
  background: rgba(34, 36, 38, 0.05); }

.ReactVirtualized__Table__sortableHeaderColumn:not(.arrow) {
  cursor: pointer;
  height: 100%;
  width: 100%; }
  .ReactVirtualized__Table__sortableHeaderColumn:not(.arrow):before {
    content: "";
    background-image: url(/assets/images/sortable.png);
    background-size: 100% 100%;
    height: 10px;
    width: 10px;
    float: right;
    margin-top: 5px; }

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor; }

.ReactVirtualized__Table[class*='center aligned'],
.ReactVirtualized__Table [class*='center aligned'] {
  text-align: center; }

/* Scroll default theme */
.ReactVirtualized__Scroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  /* position */
  margin: 0;
  /* size */
  padding: 0;
  /* text */
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

.fht-table {
  /* appearance */
  border-collapse: collapse;
  border-spacing: 0; }

/* @end */
/* @group Content */
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  /* appearance */
  overflow: hidden;
  /* position */
  position: relative; }

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  /* appearance */
  overflow: auto; }

.fht-table-wrapper .fht-table .fht-cell {
  /* appearance */
  overflow: hidden;
  /* size */
  height: 1px; }

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
  /* position */
  top: 0;
  left: 0;
  position: absolute; }

.fht-table-wrapper .fht-fixed-column {
  /* position */
  z-index: 1; }

/* @end */
.map-infowindow > div:nth-child(1) {
  z-index: 1; }

.map-infowindow .iw-arrow {
  left: 137px !important; }

.map-infowindow .iw-close {
  opacity: 1 !important;
  background: #FFF;
  top: 2px !important;
  border-radius: 4px 4px 0 0;
  width: 19px !important;
  text-align: center; }
  .map-infowindow .iw-close img {
    left: 1px !important; }

.gm-style .gm-style-iw {
  position: static !important;
  padding: 0 !important; }

.gm-style-iw-t {
  bottom: -12px !important; }

.g-markerwindow {
  padding-top: 12px !important; }

.Grid {
  outline: 0; }

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.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: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #e0e1e2;
  border: 1px solid transparent;
  border-radius: 4px; }
  .btn.btn-success {
    background-color: #2185d0;
    color: #FFF; }
    .btn.btn-success:hover {
      color: #FFF; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  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 {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65; }

.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-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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; }

.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; }

.ui.modal .header span {
  display: inline-block;
  float: right;
  font-weight: normal;
  font-size: 0.8em; }

.ui.modal .content .card {
  width: 100%;
  margin: 0.70em 0em; }
  .ui.modal .content .card .content {
    padding: 8px;
    position: relative; }
    .ui.modal .content .card .content .ui.ribbon.label {
      padding-right: 10px;
      top: 4px;
      white-space: nowrap; }
      .ui.modal .content .card .content .ui.ribbon.label .icon {
        margin: 0; }
      .ui.modal .content .card .content .ui.ribbon.label .ui.label {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: -7px 7px -7px -10px; }
    .ui.modal .content .card .content .header {
      margin-bottom: 4px; }
      .ui.modal .content .card .content .header span {
        float: right; }
    .ui.modal .content .card .content .meta * {
      margin: 0; }
    .ui.modal .content .card .content .meta span {
      float: right; }
      .ui.modal .content .card .content .meta span.city {
        float: none;
        white-space: nowrap;
        width: 150px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        vertical-align: bottom; }
  .ui.modal .content .card.red {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #db2828, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.orange {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #f2711c, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.yellow {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #fbbd08, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.olive {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #b5cc18, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.green {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #21ba45, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.teal {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #00b5ad, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.blue {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.violet {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #6435c9, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.purple {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a333c8, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.pink {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #e03997, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.brown {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a5673f, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.grey {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #767676, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.black {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.white {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #FFFFFF, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.primary {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card.states {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }

.ui.modal .content .card .noMargin {
  width: 100%;
  margin: 0.70em 0em;
  margin: 0 !important; }
  .ui.modal .content .card .noMargin .content {
    padding: 8px;
    position: relative; }
    .ui.modal .content .card .noMargin .content .ui.ribbon.label {
      padding-right: 10px;
      top: 4px;
      white-space: nowrap; }
      .ui.modal .content .card .noMargin .content .ui.ribbon.label .icon {
        margin: 0; }
      .ui.modal .content .card .noMargin .content .ui.ribbon.label .ui.label {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: -7px 7px -7px -10px; }
    .ui.modal .content .card .noMargin .content .header {
      margin-bottom: 4px; }
      .ui.modal .content .card .noMargin .content .header span {
        float: right; }
    .ui.modal .content .card .noMargin .content .meta * {
      margin: 0; }
    .ui.modal .content .card .noMargin .content .meta span {
      float: right; }
      .ui.modal .content .card .noMargin .content .meta span.city {
        float: none;
        white-space: nowrap;
        width: 150px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        vertical-align: bottom; }
  .ui.modal .content .card .noMargin.red {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #db2828, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.orange {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #f2711c, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.yellow {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #fbbd08, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.olive {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #b5cc18, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.green {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #21ba45, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.teal {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #00b5ad, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.blue {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.violet {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #6435c9, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.purple {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a333c8, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.pink {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #e03997, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.brown {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a5673f, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.grey {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #767676, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.black {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.white {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #FFFFFF, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.primary {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
  .ui.modal .content .card .noMargin.states {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }

.ui.modal .resume {
  background: #f9fafb;
  padding: 1.5rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  font-size: 1.1em;
  color: #aaa; }
  .ui.modal .resume span {
    display: inline-block;
    margin-right: 1rem; }
    .ui.modal .resume span:last-child {
      margin-right: 0; }
    .ui.modal .resume span i {
      font-size: 1.3em; }
    .ui.modal .resume span em {
      font-weight: bold;
      font-style: normal;
      font-size: 1em;
      color: inherit;
      margin: 0;
      display: inline-block; }

.ui.modal .visuelEdit {
  border: 0 none;
  box-shadow: inherit;
  text-align: center;
  position: relative; }
  .ui.modal .visuelEdit img {
    max-width: 100%; }
  .ui.modal .visuelEdit button, .ui.modal .visuelEdit a {
    margin-top: 10px; }

.ui.modal .confirm-hidden {
  display: none; }

/*!
 * Stylesheet for the Date Range Picker, for use with Semantic UI
 *
 * Copyright 2013-2015 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
 *
 * Built for http://www.improvely.com
 */
.daterangepicker.dropdown-menu {
  max-width: none;
  display: none;
  z-index: 3000;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc; }

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px; }

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
  float: right;
  margin: 4px; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker .ranges {
  width: 160px;
  text-align: left; }

.daterangepicker .ranges .range_inputs > div {
  float: left; }

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar.single .calendar-date {
  border: none; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px; }

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px; }

.daterangepicker .ranges input {
  font-size: 11px; }

.daterangepicker .ranges .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff; }

.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px; }

.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px; }

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: ''; }

.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: ''; }

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: ''; }

.daterangepicker.dropup {
  margin-top: -5px; }

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap; }

.daterangepicker td.off {
  color: #999; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee; }

.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker .ui.dropdown.monthselect,
.daterangepicker .ui.dropdown.yearselect {
  font-size: 12px;
  padding: 5px;
  margin: 0 5px 0 0;
  height: auto;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: auto; }

.daterangepicker select.yearselect {
  width: auto; }

.daterangepicker select.ui.dropdown.hourselect,
.daterangepicker select.ui.dropdown.minuteselect,
.daterangepicker select.ui.dropdown.secondselect,
.daterangepicker select.ui.dropdown.ampmselect {
  padding: 3px;
  height: 2em; }

.daterangepicker .ui.dropdown.hourselect,
.daterangepicker .ui.dropdown.minuteselect,
.daterangepicker .ui.dropdown.secondselect,
.daterangepicker .ui.dropdown.ampmselect {
  padding: 5px; }

.daterangepicker .ui.dropdown.yearselect > .text,
.daterangepicker .ui.dropdown.monthselect > .text,
.daterangepicker .ui.dropdown.hourselect > .text,
.daterangepicker .ui.dropdown.minuteselect > .text,
.daterangepicker .ui.dropdown.secondselect > .text,
.daterangepicker .ui.dropdown.ampmselect > .text {
  margin-right: 1.25em; }

.daterangepicker .ui.dropdown.yearselect > .dropdown.icon,
.daterangepicker .ui.dropdown.monthselect > .dropdown.icon,
.daterangepicker .ui.dropdown.hourselect > .dropdown.icon,
.daterangepicker .ui.dropdown.minuteselect > .dropdown.icon,
.daterangepicker .ui.dropdown.secondselect > .dropdown.icon,
.daterangepicker .ui.dropdown.ampmselect > .dropdown.icon {
  padding: .8em .15em .8em .8em; }

.daterangepicker_start_input {
  float: left; }

.daterangepicker_end_input {
  float: left;
  padding-left: 11px; }

.daterangepicker th.month {
  width: auto;
  padding: 0; }

.daterangepicker .prev .left.arrow.icon,
.daterangepicker .next .right.arrow.icon {
  margin: 0; }

.ct-legend {
  position: relative;
  z-index: 10; }
  .ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 3px; }
  .ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px; }
  .ct-legend li.inactive:before {
    background: transparent; }
  .ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0; }
  .ct-legend .ct-series-0:before {
    background-color: #d70206;
    border-color: #d70206; }
  .ct-legend .ct-series-1:before {
    background-color: #f05b4f;
    border-color: #f05b4f; }
  .ct-legend .ct-series-2:before {
    background-color: #f4c63d;
    border-color: #f4c63d; }
  .ct-legend .ct-series-3:before {
    background-color: #d17905;
    border-color: #d17905; }
  .ct-legend .ct-series-4:before {
    background-color: #453d3f;
    border-color: #453d3f; }
  .ct-legend .ct-series-5:before {
    background-color: #59922b;
    border-color: #59922b; }
  .ct-legend .ct-series-6:before {
    background-color: #0544d3;
    border-color: #0544d3; }
  .ct-legend .ct-series-7:before {
    background-color: #6b0392;
    border-color: #6b0392; }
  .ct-legend .ct-series-8:before {
    background-color: #f05b4f;
    border-color: #f05b4f; }
  .ct-legend .ct-series-9:before {
    background-color: #dda458;
    border-color: #dda458; }
  .ct-legend .ct-series-10:before {
    background-color: #eacf7d;
    border-color: #eacf7d; }
  .ct-legend .ct-series-11:before {
    background-color: #86797d;
    border-color: #86797d; }
  .ct-legend .ct-series-12:before {
    background-color: #b2c326;
    border-color: #b2c326; }
  .ct-legend .ct-series-13:before {
    background-color: #6188e2;
    border-color: #6188e2; }
  .ct-legend .ct-series-14:before {
    background-color: #a748ca;
    border-color: #a748ca; }

.estimateDimmer {
  z-index: 2 !important; }

.invoiceDimmer {
  z-index: 2 !important; }

.ui.input input::-webkit-input-placeholder {
  color: rgba(110, 110, 110, 0.87) !important; }

.ui.input input::-moz-placeholder {
  color: rgba(110, 110, 110, 0.87) !important;
  opacity: 1; }

.ui.input input:-ms-input-placeholder {
  color: rgba(110, 110, 110, 0.87) !important; }

.ui.input input::placeholder {
  color: rgba(110, 110, 110, 0.87) !important;
  opacity: 1; }

.ui.form ::-webkit-input-placeholder {
  color: rgba(110, 110, 110, 0.87) !important; }

.ui.form :-ms-input-placeholder {
  color: rgba(110, 110, 110, 0.87) !important; }

.ui.form ::-moz-placeholder {
  color: rgba(110, 110, 110, 0.87) !important;
  opacity: 1; }

.ui.form ::placeholder {
  color: rgba(110, 110, 110, 0.87) !important;
  opacity: 1; }

.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(110, 110, 110, 0.87) !important; }

.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(110, 110, 110, 0.87) !important; }

input[type="file"] {
  display: none; }

label.imageAligned {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

label.imageAligned > img {
  padding-left: 3px;
  padding-right: 5px;
  box-sizing: content-box; }

.underlineHover:hover {
  text-decoration: underline; }

.ui.grid.login {
  padding-top: 260px;
  background: url(/assets/images/logo-ltprime.png) center calc( 40px + 1rem) no-repeat; }
  .ui.grid.login .column.loginTitle h3 {
    text-transform: uppercase;
    color: #6db74d; }
  .ui.grid.login .column.loginForm {
    width: 100%;
    max-width: 450px; }
    .ui.grid.login .column.loginForm button {
      text-transform: uppercase; }
  .ui.grid.login .column.loginFooter {
    max-width: 500px;
    color: #0070a6; }
    .ui.grid.login .column.loginFooter span {
      text-decoration: underline; }

.ui.grid.loginPco {
  padding-top: 260px;
  background: url(/assets/images/logo-lt-pco.png) center calc( 40px + 1rem) no-repeat; }
  .ui.grid.loginPco .column.loginTitle h3 {
    text-transform: uppercase;
    color: #6db74d; }
  .ui.grid.loginPco .column.loginForm {
    width: 100%;
    max-width: 450px; }
    .ui.grid.loginPco .column.loginForm button {
      text-transform: uppercase; }
  .ui.grid.loginPco .column.loginFooter {
    max-width: 500px;
    color: #0070a6; }
    .ui.grid.loginPco .column.loginFooter span {
      text-decoration: underline; }

.ui.password.reset {
  text-align: right; }
  .ui.password.reset a {
    color: #144E86; }

.dashboard {
  /*.notlinked{
		.column {
			&:after {
				display: none;
			}
		}
	}*/ }
  .dashboard .ui.grid .ui.segments {
    margin: 0; }
  .dashboard .ui.grid + .grid {
    margin-top: 0; }
  .dashboard .cardTitle {
    width: 130px !important; }
  .dashboard .cardContent {
    width: calc( 100% - 130px) !important; }
  .dashboard .innerCardContent {
    width: calc( 100% - 1px) !important; }
  .dashboard .timeline .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dashboard .timeline .grid .column {
      margin: 0;
      padding: 14px 0;
      position: relative;
      text-align: center; }
      .dashboard .timeline .grid .column:after {
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 3px;
        background: #1b1c1d;
        z-index: 1; }
      .dashboard .timeline .grid .column:before {
        -webkit-transition: background .15s linear;
        transition: background .15s linear;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 24px;
        background: #FFF;
        border: 3px solid #2185d0;
        z-index: 2; }
      .dashboard .timeline .grid .column.mini:before {
        width: 16px;
        height: 16px; }
      .dashboard .timeline .grid .column.big:before {
        width: 32px;
        height: 32px; }
      .dashboard .timeline .grid .column:first-of-type:after {
        left: 50%; }
      .dashboard .timeline .grid .column:last-of-type:after {
        right: 50%; }
      .dashboard .timeline .grid .column a {
        z-index: 3;
        position: relative;
        -webkit-transition: opacity .15s linear;
        transition: opacity .15s linear;
        opacity: .75;
        display: inline-block;
        width: 80%;
        color: #1b1c1d; }
        .dashboard .timeline .grid .column a h1 {
          margin-bottom: 2.4rem; }
        .dashboard .timeline .grid .column a p {
          margin-bottom: 14px; }
      .dashboard .timeline .grid .column:hover:before {
        background: #2185d0; }
      .dashboard .timeline .grid .column:hover a {
        opacity: 1; }
      .dashboard .timeline .grid .column.red {
        background: transparent !important; }
        .dashboard .timeline .grid .column.red:before {
          border-color: #db2828; }
        .dashboard .timeline .grid .column.red:hover:before {
          background-color: #db2828; }
      .dashboard .timeline .grid .column.orange {
        background: transparent !important; }
        .dashboard .timeline .grid .column.orange:before {
          border-color: #f2711c; }
        .dashboard .timeline .grid .column.orange:hover:before {
          background-color: #f2711c; }
      .dashboard .timeline .grid .column.yellow {
        background: transparent !important; }
        .dashboard .timeline .grid .column.yellow:before {
          border-color: #fbbd08; }
        .dashboard .timeline .grid .column.yellow:hover:before {
          background-color: #fbbd08; }
      .dashboard .timeline .grid .column.olive {
        background: transparent !important; }
        .dashboard .timeline .grid .column.olive:before {
          border-color: #b5cc18; }
        .dashboard .timeline .grid .column.olive:hover:before {
          background-color: #b5cc18; }
      .dashboard .timeline .grid .column.green {
        background: transparent !important; }
        .dashboard .timeline .grid .column.green:before {
          border-color: #21ba45; }
        .dashboard .timeline .grid .column.green:hover:before {
          background-color: #21ba45; }
      .dashboard .timeline .grid .column.teal {
        background: transparent !important; }
        .dashboard .timeline .grid .column.teal:before {
          border-color: #00b5ad; }
        .dashboard .timeline .grid .column.teal:hover:before {
          background-color: #00b5ad; }
      .dashboard .timeline .grid .column.blue {
        background: transparent !important; }
        .dashboard .timeline .grid .column.blue:before {
          border-color: #2185d0; }
        .dashboard .timeline .grid .column.blue:hover:before {
          background-color: #2185d0; }
      .dashboard .timeline .grid .column.violet {
        background: transparent !important; }
        .dashboard .timeline .grid .column.violet:before {
          border-color: #6435c9; }
        .dashboard .timeline .grid .column.violet:hover:before {
          background-color: #6435c9; }
      .dashboard .timeline .grid .column.purple {
        background: transparent !important; }
        .dashboard .timeline .grid .column.purple:before {
          border-color: #a333c8; }
        .dashboard .timeline .grid .column.purple:hover:before {
          background-color: #a333c8; }
      .dashboard .timeline .grid .column.pink {
        background: transparent !important; }
        .dashboard .timeline .grid .column.pink:before {
          border-color: #e03997; }
        .dashboard .timeline .grid .column.pink:hover:before {
          background-color: #e03997; }
      .dashboard .timeline .grid .column.brown {
        background: transparent !important; }
        .dashboard .timeline .grid .column.brown:before {
          border-color: #a5673f; }
        .dashboard .timeline .grid .column.brown:hover:before {
          background-color: #a5673f; }
      .dashboard .timeline .grid .column.grey {
        background: transparent !important; }
        .dashboard .timeline .grid .column.grey:before {
          border-color: #767676; }
        .dashboard .timeline .grid .column.grey:hover:before {
          background-color: #767676; }
      .dashboard .timeline .grid .column.black {
        background: transparent !important; }
        .dashboard .timeline .grid .column.black:before {
          border-color: #1b1c1d; }
        .dashboard .timeline .grid .column.black:hover:before {
          background-color: #1b1c1d; }
      .dashboard .timeline .grid .column.white {
        background: transparent !important; }
        .dashboard .timeline .grid .column.white:before {
          border-color: #FFFFFF; }
        .dashboard .timeline .grid .column.white:hover:before {
          background-color: #FFFFFF; }
      .dashboard .timeline .grid .column.primary {
        background: transparent !important; }
        .dashboard .timeline .grid .column.primary:before {
          border-color: #2185d0; }
        .dashboard .timeline .grid .column.primary:hover:before {
          background-color: #2185d0; }
      .dashboard .timeline .grid .column.states {
        background: transparent !important; }
        .dashboard .timeline .grid .column.states:before {
          border-color: #1b1c1d; }
        .dashboard .timeline .grid .column.states:hover:before {
          background-color: #1b1c1d; }
  .dashboard .timeline.notlinked .column:after {
    display: none; }
  .dashboard .logoSociete {
    height: 100%;
    border: 0 none;
    box-shadow: inherit;
    position: relative;
    background: transparent; }
    .dashboard .logoSociete .blurring.dimmable.image {
      background: transparent;
      width: 100%;
      height: 100%; }
    .dashboard .logoSociete img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.ui.resource.card input[type="file"] {
  display: none; }

.tips .items .item .image {
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e0e1e2;
  border-radius: 0.28571429rem 0 0 0.28571429rem; }
  .tips .items .item .image i {
    margin: auto;
    font-size: 4em;
    color: #FFF;
    line-height: 1em; }

.tips .items .item .content .description {
  margin: 0;
  min-height: 100px; }
  .tips .items .item .content .description .inner {
    display: inline-block;
    vertical-align: middle; }
    .tips .items .item .content .description .inner img {
      max-width: 100%;
      max-height: 200px; }

.tips .items .item .action {
  margin-left: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tips .items .item .action .buttons {
    margin: auto; }

.memos .items .item .image {
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e0e1e2;
  border-radius: 0.28571429rem 0 0 0.28571429rem; }
  .memos .items .item .image i {
    margin: auto;
    font-size: 4em;
    color: #FFF;
    line-height: 1em; }

.memos .items .item .content .description {
  margin: 0;
  min-height: 100px; }
  .memos .items .item .content .description .inner {
    display: inline-block;
    vertical-align: middle; }
    .memos .items .item .content .description .inner img {
      max-width: 100%;
      max-height: 200px; }

.memos .items .item .action {
  margin-left: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .memos .items .item .action .buttons {
    margin: auto; }

.chat, .newMessage {
  height: calc( 100% - 35px);
  position: relative; }
  .chat > .grid, .newMessage > .grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .chat > .grid .column, .newMessage > .grid .column {
      height: 100%; }
  .chat .ui.segments, .newMessage .ui.segments {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .chat .ui.segments .ui.segment, .newMessage .ui.segments .ui.segment {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .chat .ui.segments .ui.segment.scrollContent, .newMessage .ui.segments .ui.segment.scrollContent {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        position: relative; }
  .chat .ui.segment .header, .newMessage .ui.segment .header {
    font-weight: bold; }
    .chat .ui.segment .header i, .newMessage .ui.segment .header i {
      float: right;
      font-size: 1.2em;
      color: #0061a1; }
      .chat .ui.segment .header i:hover, .newMessage .ui.segment .header i:hover {
        color: #0061a1 !important; }
  .chat .ui.segment .scroll, .newMessage .ui.segment .scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0; }

.chat {
  height: calc( 100% - 35px); }
  .chat .users .ui.segment.filters {
    background: #F3F4F5; }
    .chat .users .ui.segment.filters .column .ui.input {
      width: 100%; }
      .chat .users .ui.segment.filters .column .ui.input input {
        background: transparent;
        border-top: 0 none;
        border-right: 0 none;
        border-left: 0 none;
        border-radius: 0;
        padding: 3px 0; }
  .chat .users .ui.segment .scroll {
    padding: 20px 20px 10px 10px; }
  .chat .messages .extra {
    height: 67px; }
    .chat .messages .extra .action {
      height: 37px;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%; }
      .chat .messages .extra .action img {
        max-height: 37px;
        max-width: 37px; }
      .chat .messages .extra .action .icon {
        margin: -9px 0 -4px;
        font-size: 1.5em;
        line-height: 1em; }
      .chat .messages .extra .action .button {
        height: 37px; }
    .chat .messages .extra .ui.cards > .card {
      border-radius: 0;
      position: relative;
      top: -1px;
      width: 135px;
      display: block; }
      .chat .messages .extra .ui.cards > .card img {
        max-width: inherit;
        max-height: inherit;
        width: 100%;
        height: auto;
        display: block; }
      .chat .messages .extra .ui.cards > .card .ui.button {
        box-shadow: none !important;
        width: 100%;
        height: 36px;
        margin: 0;
        border-radius: 0 !important;
        border: 0 none; }
  .chat .messages .flow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    height: 100%;
    padding: 14px; }
    .chat .messages .flow .message {
      width: 52%;
      background-color: #0061a1;
      color: #FFF; }
      .chat .messages .flow .message .date {
        opacity: .5;
        margin-bottom: -10px;
        margin-right: -10px;
        font-size: 0.8em;
        color: #FFF;
        text-align: right; }
      .chat .messages .flow .message img {
        max-width: 100%;
        width: auto;
        height: 300px; }
      .chat .messages .flow .message p {
        opacity: 1;
        margin: 0; }
      .chat .messages .flow .message:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        content: '';
        border-left: 1px solid #0061a1;
        border-bottom: 1px solid #0061a1;
        position: absolute;
        top: 19px;
        left: -5px;
        width: 10px;
        height: 10px;
        background: #0061a1; }
      .chat .messages .flow .message.me {
        margin-left: 48%;
        color: #767676;
        background-color: #F3F4F5; }
        .chat .messages .flow .message.me .date {
          color: #333; }
        .chat .messages .flow .message.me:before {
          -webkit-transform: rotate(225deg);
              -ms-transform: rotate(225deg);
                  transform: rotate(225deg);
          left: auto;
          right: -5px;
          margin: 0;
          background: #F3F4F5;
          border-color: #c5c7c7; }
  .chat .list .segment {
    cursor: pointer;
    position: relative; }
    .chat .list .segment:hover {
      background-color: #F3F4F5; }
    .chat .list .segment.active {
      background-color: #dcddde; }
    .chat .list .segment .header {
      font-weight: bold; }
      .chat .list .segment .header .time {
        font-weight: normal;
        float: right;
        font-size: 0.7em; }
      .chat .list .segment .header i {
        position: absolute;
        top: 0;
        left: 3px;
        color: #0061a1;
        font-size: 0.8em; }
    .chat .list .segment .message {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.newMessage .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.newMessage .extra .action {
  width: 100%; }
  .newMessage .extra .action img {
    max-height: 37px;
    max-width: 37px; }
  .newMessage .extra .action .icon {
    margin: -9px 0 -4px;
    font-size: 1.5em;
    line-height: 1em; }

.newMessage .ui.segment .header em {
  margin-left: 10px;
  font-weight: normal;
  font-size: 0.8em; }

.newMessage .ui.segment .header .action {
  font-weight: normal;
  float: right; }
  .newMessage .ui.segment .header .action input {
    margin: -10px 10px; }
  .newMessage .ui.segment .header .action .active {
    color: #000; }

.newMessage .ui.segment .scroll {
  padding: 14px; }
  .newMessage .ui.segment .scroll .ui.grid .ui.segment {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .newMessage .ui.segment .scroll .ui.grid .ui.segment .icon {
      opacity: 0;
      float: right; }
    .newMessage .ui.segment .scroll .ui.grid .ui.segment:hover {
      border-color: #767676; }
    .newMessage .ui.segment .scroll .ui.grid .ui.segment.active {
      border-color: #2185d0;
      font-weight: bold; }
      .newMessage .ui.segment .scroll .ui.grid .ui.segment.active .icon {
        opacity: 1;
        color: #2185d0; }

.card img {
  background: url(/assets/images/bg.gif) right bottom #eee; }

.funnel .flexTable {
  overflow: auto;
  position: relative; }
  .funnel .flexTable .tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .funnel .flexTable .tr .th, .funnel .flexTable .tr .td {
      z-index: 1;
      background: #FFF;
      border-bottom: 1px solid #DEDEDE;
      border-right: 1px solid #DEDEDE;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 180px;
          -ms-flex: 0 0 180px;
              flex: 0 0 180px;
      padding: 10px; }
      .funnel .flexTable .tr .th .field, .funnel .flexTable .tr .td .field {
        margin: 0; }
      .funnel .flexTable .tr .th.contain, .funnel .flexTable .tr .td.contain {
        border: 0 none;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .funnel .flexTable .tr .th:last-of-type, .funnel .flexTable .tr .td:last-of-type {
        border-right: 0 none; }
    .funnel .flexTable .tr .th {
      font-weight: bold;
      background-color: #F9FAFB;
      padding-right: 0; }
      .funnel .flexTable .tr .th .exclusion {
        float: right;
        text-align: center;
        width: 41px;
        margin: -10px 0 -10px -1px;
        padding: 10px 0;
        background: #E2E2E2; }
        .funnel .flexTable .tr .th .exclusion.p1.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p1.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p2.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p3.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p4.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p5.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p6.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p7.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p8.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p9.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p10.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p11.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p12.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p13.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p14.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p15.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p16.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p17.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p18.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p19.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p20.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p21.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p22.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p23.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p24.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p25.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p26.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p27.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p28.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p29.c30 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c1 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c2 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c3 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c4 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c5 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c6 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c7 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c8 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c9 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c10 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c11 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c12 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c13 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c14 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c15 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c16 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c17 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c18 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c19 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c20 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c21 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c22 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c23 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c24 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c25 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c26 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c27 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c28 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c29 {
          display: none; }
        .funnel .flexTable .tr .th .exclusion.p30.c30 {
          display: none; }
      .funnel .flexTable .tr .th[data-visible="1"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 220px;
            -ms-flex: 0 0 220px;
                flex: 0 0 220px; }
      .funnel .flexTable .tr .th[data-visible="2"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 260px;
            -ms-flex: 0 0 260px;
                flex: 0 0 260px; }
      .funnel .flexTable .tr .th[data-visible="3"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 300px;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px; }
      .funnel .flexTable .tr .th[data-visible="4"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 340px;
            -ms-flex: 0 0 340px;
                flex: 0 0 340px; }
      .funnel .flexTable .tr .th[data-visible="5"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 380px;
            -ms-flex: 0 0 380px;
                flex: 0 0 380px; }
      .funnel .flexTable .tr .th[data-visible="6"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 420px;
            -ms-flex: 0 0 420px;
                flex: 0 0 420px; }
      .funnel .flexTable .tr .th i.icon {
        float: right;
        cursor: pointer; }
        .funnel .flexTable .tr .th i.icon.disabled {
          opacity: .1 !important; }
    .funnel .flexTable .tr .td {
      white-space: nowrap;
      padding-right: 0; }
      .funnel .flexTable .tr .td .exclusion {
        width: 40px;
        float: right;
        text-align: center;
        background: #F3F3F3;
        margin: -10px 0 -10px 0;
        padding: 13px 0; }
        .funnel .flexTable .tr .td .exclusion .checkbox {
          margin-top: 10px; }
        .funnel .flexTable .tr .td .exclusion.p1.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p1.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p2.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p3.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p4.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p5.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p6.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p7.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p8.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p9.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p10.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p11.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p12.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p13.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p14.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p15.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p16.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p17.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p18.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p19.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p20.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p21.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p22.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p23.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p24.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p25.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p26.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p27.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p28.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p29.c30 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c1 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c2 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c3 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c4 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c5 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c6 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c7 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c8 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c9 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c10 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c11 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c12 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c13 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c14 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c15 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c16 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c17 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c18 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c19 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c20 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c21 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c22 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c23 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c24 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c25 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c26 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c27 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c28 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c29 {
          display: none; }
        .funnel .flexTable .tr .td .exclusion.p30.c30 {
          display: none; }
      .funnel .flexTable .tr .td[data-visible="1"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 220px;
            -ms-flex: 0 0 220px;
                flex: 0 0 220px; }
      .funnel .flexTable .tr .td[data-visible="2"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 260px;
            -ms-flex: 0 0 260px;
                flex: 0 0 260px; }
      .funnel .flexTable .tr .td[data-visible="3"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 300px;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px; }
      .funnel .flexTable .tr .td[data-visible="4"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 340px;
            -ms-flex: 0 0 340px;
                flex: 0 0 340px; }
      .funnel .flexTable .tr .td[data-visible="5"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 380px;
            -ms-flex: 0 0 380px;
                flex: 0 0 380px; }
      .funnel .flexTable .tr .td[data-visible="6"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 420px;
            -ms-flex: 0 0 420px;
                flex: 0 0 420px; }
      .funnel .flexTable .tr .td .td {
        overflow: hidden; }
      .funnel .flexTable .tr .td input {
        width: 160px; }
    .funnel .flexTable .tr .question {
      z-index: 2;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 200px;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
      white-space: normal; }
    .funnel .flexTable .tr .response {
      z-index: 2;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 150px;
          -ms-flex: 0 0 150px;
              flex: 0 0 150px;
      white-space: normal; }
  .funnel .flexTable.fixed {
    padding-top: 40px; }
    .funnel .flexTable.fixed > .wrapTh {
      position: fixed;
      top: 45px;
      left: 26px;
      z-index: 8;
      overflow: hidden;
      right: 41px; }

.funnel .items .item .image {
  min-height: 100px;
  max-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e0e1e2;
  border-radius: 0.28571429rem 0 0 0.28571429rem; }
  .funnel .items .item .image i {
    margin: auto;
    font-size: 4em;
    color: #FFF;
    line-height: 1em; }

.funnel .items .item .content .description {
  margin: 0;
  min-height: 100px; }
  .funnel .items .item .content .description .inner {
    display: inline-block;
    vertical-align: middle; }

.funnel .items .item .action {
  margin-left: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .funnel .items .item .action .buttons {
    margin: auto; }

.content.contentTitle {
  display: inline-block;
  width: 240px; }

body > .ui.segment.ui-draggable-dragging {
  background: transparent;
  width: 36px;
  height: 41px;
  border: 0 none;
  box-shadow: none;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  padding: 0;
  position: relative;
  text-indent: -9999px; }
  body > .ui.segment.ui-draggable-dragging img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 36px !important;
    height: 41px !important; }
  body > .ui.segment.ui-draggable-dragging span {
    display: none; }

.checkBoxList {
  margin-bottom: 0 !important; }
  .checkBoxList .wide.column.field {
    margin-bottom: 14px !important; }

.customers h4.ui.dividing.header .ui.button.icon {
  font-size: 1rem;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  margin-top: -12px;
  margin-right: 0; }

.customers .ui.segment h3,
.customers .ui.segments h3 {
  margin: 0.5rem 0; }
  .customers .ui.segment h3 .ui.button.icon,
  .customers .ui.segments h3 .ui.button.icon {
    font-size: 1rem;
    padding-top: 0.78571429em;
    padding-bottom: 0.78571429em;
    margin-top: -6px;
    margin-right: 0; }

.customers .ui.segment .labels span,
.customers .ui.segments .labels span {
  margin-top: 0.4rem;
  margin-bottom: 0; }

.customers .ui.segment.zone .plan,
.customers .ui.segments.zone .plan {
  max-width: 100%;
  position: relative; }
  .customers .ui.segment.zone .plan > img,
  .customers .ui.segments.zone .plan > img {
    width: 100%;
    z-index: 1;
    position: relative; }
  .customers .ui.segment.zone .plan .markers,
  .customers .ui.segments.zone .plan .markers {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: transparent; }
    .customers .ui.segment.zone .plan .markers > div,
    .customers .ui.segments.zone .plan .markers > div {
      height: 0;
      width: 0;
      position: absolute;
      cursor: move; }
      .customers .ui.segment.zone .plan .markers > div span,
      .customers .ui.segments.zone .plan .markers > div span {
        position: absolute;
        top: -25px;
        left: -18px;
        display: block;
        width: 36px;
        font-size: 9px;
        text-align: center; }
      .customers .ui.segment.zone .plan .markers > div .svg, .customers .ui.segment.zone .plan .markers > div img,
      .customers .ui.segments.zone .plan .markers > div .svg,
      .customers .ui.segments.zone .plan .markers > div img {
        width: 36px;
        height: 41px;
        -webkit-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%); }
        .customers .ui.segment.zone .plan .markers > div .svg .pin, .customers .ui.segment.zone .plan .markers > div img .pin,
        .customers .ui.segments.zone .plan .markers > div .svg .pin,
        .customers .ui.segments.zone .plan .markers > div img .pin {
          fill: #2185d0; }
        .customers .ui.segment.zone .plan .markers > div .svg .border, .customers .ui.segment.zone .plan .markers > div img .border,
        .customers .ui.segments.zone .plan .markers > div .svg .border,
        .customers .ui.segments.zone .plan .markers > div img .border {
          fill: #FFF;
          fill-opacity: 0; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon, .customers .ui.segment.zone .plan .markers > div img .icon,
        .customers .ui.segments.zone .plan .markers > div .svg .icon,
        .customers .ui.segments.zone .plan .markers > div img .icon {
          fill: #FFF;
          display: none; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.red, .customers .ui.segment.zone .plan .markers > div img .pin.red,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.red,
        .customers .ui.segments.zone .plan .markers > div img .pin.red {
          fill: #db2828; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.red, .customers .ui.segment.zone .plan .markers > div img .icon.red,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.red,
        .customers .ui.segments.zone .plan .markers > div img .icon.red {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.red, .customers .ui.segment.zone .plan .markers > div img .border.red,
        .customers .ui.segments.zone .plan .markers > div .svg .border.red,
        .customers .ui.segments.zone .plan .markers > div img .border.red {
          fill: #db2828;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.orange, .customers .ui.segment.zone .plan .markers > div img .pin.orange,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.orange,
        .customers .ui.segments.zone .plan .markers > div img .pin.orange {
          fill: #f2711c; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.orange, .customers .ui.segment.zone .plan .markers > div img .icon.orange,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.orange,
        .customers .ui.segments.zone .plan .markers > div img .icon.orange {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.orange, .customers .ui.segment.zone .plan .markers > div img .border.orange,
        .customers .ui.segments.zone .plan .markers > div .svg .border.orange,
        .customers .ui.segments.zone .plan .markers > div img .border.orange {
          fill: #f2711c;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.yellow, .customers .ui.segment.zone .plan .markers > div img .pin.yellow,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.yellow,
        .customers .ui.segments.zone .plan .markers > div img .pin.yellow {
          fill: #fbbd08; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.yellow, .customers .ui.segment.zone .plan .markers > div img .icon.yellow,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.yellow,
        .customers .ui.segments.zone .plan .markers > div img .icon.yellow {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.yellow, .customers .ui.segment.zone .plan .markers > div img .border.yellow,
        .customers .ui.segments.zone .plan .markers > div .svg .border.yellow,
        .customers .ui.segments.zone .plan .markers > div img .border.yellow {
          fill: #fbbd08;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.olive, .customers .ui.segment.zone .plan .markers > div img .pin.olive,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.olive,
        .customers .ui.segments.zone .plan .markers > div img .pin.olive {
          fill: #b5cc18; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.olive, .customers .ui.segment.zone .plan .markers > div img .icon.olive,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.olive,
        .customers .ui.segments.zone .plan .markers > div img .icon.olive {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.olive, .customers .ui.segment.zone .plan .markers > div img .border.olive,
        .customers .ui.segments.zone .plan .markers > div .svg .border.olive,
        .customers .ui.segments.zone .plan .markers > div img .border.olive {
          fill: #b5cc18;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.green, .customers .ui.segment.zone .plan .markers > div img .pin.green,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.green,
        .customers .ui.segments.zone .plan .markers > div img .pin.green {
          fill: #21ba45; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.green, .customers .ui.segment.zone .plan .markers > div img .icon.green,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.green,
        .customers .ui.segments.zone .plan .markers > div img .icon.green {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.green, .customers .ui.segment.zone .plan .markers > div img .border.green,
        .customers .ui.segments.zone .plan .markers > div .svg .border.green,
        .customers .ui.segments.zone .plan .markers > div img .border.green {
          fill: #21ba45;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.teal, .customers .ui.segment.zone .plan .markers > div img .pin.teal,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.teal,
        .customers .ui.segments.zone .plan .markers > div img .pin.teal {
          fill: #00b5ad; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.teal, .customers .ui.segment.zone .plan .markers > div img .icon.teal,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.teal,
        .customers .ui.segments.zone .plan .markers > div img .icon.teal {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.teal, .customers .ui.segment.zone .plan .markers > div img .border.teal,
        .customers .ui.segments.zone .plan .markers > div .svg .border.teal,
        .customers .ui.segments.zone .plan .markers > div img .border.teal {
          fill: #00b5ad;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.blue, .customers .ui.segment.zone .plan .markers > div img .pin.blue,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.blue,
        .customers .ui.segments.zone .plan .markers > div img .pin.blue {
          fill: #2185d0; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.blue, .customers .ui.segment.zone .plan .markers > div img .icon.blue,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.blue,
        .customers .ui.segments.zone .plan .markers > div img .icon.blue {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.blue, .customers .ui.segment.zone .plan .markers > div img .border.blue,
        .customers .ui.segments.zone .plan .markers > div .svg .border.blue,
        .customers .ui.segments.zone .plan .markers > div img .border.blue {
          fill: #2185d0;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.violet, .customers .ui.segment.zone .plan .markers > div img .pin.violet,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.violet,
        .customers .ui.segments.zone .plan .markers > div img .pin.violet {
          fill: #6435c9; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.violet, .customers .ui.segment.zone .plan .markers > div img .icon.violet,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.violet,
        .customers .ui.segments.zone .plan .markers > div img .icon.violet {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.violet, .customers .ui.segment.zone .plan .markers > div img .border.violet,
        .customers .ui.segments.zone .plan .markers > div .svg .border.violet,
        .customers .ui.segments.zone .plan .markers > div img .border.violet {
          fill: #6435c9;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.purple, .customers .ui.segment.zone .plan .markers > div img .pin.purple,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.purple,
        .customers .ui.segments.zone .plan .markers > div img .pin.purple {
          fill: #a333c8; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.purple, .customers .ui.segment.zone .plan .markers > div img .icon.purple,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.purple,
        .customers .ui.segments.zone .plan .markers > div img .icon.purple {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.purple, .customers .ui.segment.zone .plan .markers > div img .border.purple,
        .customers .ui.segments.zone .plan .markers > div .svg .border.purple,
        .customers .ui.segments.zone .plan .markers > div img .border.purple {
          fill: #a333c8;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.pink, .customers .ui.segment.zone .plan .markers > div img .pin.pink,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.pink,
        .customers .ui.segments.zone .plan .markers > div img .pin.pink {
          fill: #e03997; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.pink, .customers .ui.segment.zone .plan .markers > div img .icon.pink,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.pink,
        .customers .ui.segments.zone .plan .markers > div img .icon.pink {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.pink, .customers .ui.segment.zone .plan .markers > div img .border.pink,
        .customers .ui.segments.zone .plan .markers > div .svg .border.pink,
        .customers .ui.segments.zone .plan .markers > div img .border.pink {
          fill: #e03997;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.brown, .customers .ui.segment.zone .plan .markers > div img .pin.brown,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.brown,
        .customers .ui.segments.zone .plan .markers > div img .pin.brown {
          fill: #a5673f; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.brown, .customers .ui.segment.zone .plan .markers > div img .icon.brown,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.brown,
        .customers .ui.segments.zone .plan .markers > div img .icon.brown {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.brown, .customers .ui.segment.zone .plan .markers > div img .border.brown,
        .customers .ui.segments.zone .plan .markers > div .svg .border.brown,
        .customers .ui.segments.zone .plan .markers > div img .border.brown {
          fill: #a5673f;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.grey, .customers .ui.segment.zone .plan .markers > div img .pin.grey,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.grey,
        .customers .ui.segments.zone .plan .markers > div img .pin.grey {
          fill: #767676; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.grey, .customers .ui.segment.zone .plan .markers > div img .icon.grey,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.grey,
        .customers .ui.segments.zone .plan .markers > div img .icon.grey {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.grey, .customers .ui.segment.zone .plan .markers > div img .border.grey,
        .customers .ui.segments.zone .plan .markers > div .svg .border.grey,
        .customers .ui.segments.zone .plan .markers > div img .border.grey {
          fill: #767676;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.black, .customers .ui.segment.zone .plan .markers > div img .pin.black,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.black,
        .customers .ui.segments.zone .plan .markers > div img .pin.black {
          fill: #1b1c1d; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.black, .customers .ui.segment.zone .plan .markers > div img .icon.black,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.black,
        .customers .ui.segments.zone .plan .markers > div img .icon.black {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.black, .customers .ui.segment.zone .plan .markers > div img .border.black,
        .customers .ui.segments.zone .plan .markers > div .svg .border.black,
        .customers .ui.segments.zone .plan .markers > div img .border.black {
          fill: #1b1c1d;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.white, .customers .ui.segment.zone .plan .markers > div img .pin.white,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.white,
        .customers .ui.segments.zone .plan .markers > div img .pin.white {
          fill: #FFFFFF; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.white, .customers .ui.segment.zone .plan .markers > div img .icon.white,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.white,
        .customers .ui.segments.zone .plan .markers > div img .icon.white {
          fill: #000000; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.white, .customers .ui.segment.zone .plan .markers > div img .border.white,
        .customers .ui.segments.zone .plan .markers > div .svg .border.white,
        .customers .ui.segments.zone .plan .markers > div img .border.white {
          fill: #FFFFFF;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.primary, .customers .ui.segment.zone .plan .markers > div img .pin.primary,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.primary,
        .customers .ui.segments.zone .plan .markers > div img .pin.primary {
          fill: #2185d0; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.primary, .customers .ui.segment.zone .plan .markers > div img .icon.primary,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.primary,
        .customers .ui.segments.zone .plan .markers > div img .icon.primary {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.primary, .customers .ui.segment.zone .plan .markers > div img .border.primary,
        .customers .ui.segments.zone .plan .markers > div .svg .border.primary,
        .customers .ui.segments.zone .plan .markers > div img .border.primary {
          fill: #2185d0;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg .pin.states, .customers .ui.segment.zone .plan .markers > div img .pin.states,
        .customers .ui.segments.zone .plan .markers > div .svg .pin.states,
        .customers .ui.segments.zone .plan .markers > div img .pin.states {
          fill: #1b1c1d; }
        .customers .ui.segment.zone .plan .markers > div .svg .icon.states, .customers .ui.segment.zone .plan .markers > div img .icon.states,
        .customers .ui.segments.zone .plan .markers > div .svg .icon.states,
        .customers .ui.segments.zone .plan .markers > div img .icon.states {
          fill: #ffffff; }
        .customers .ui.segment.zone .plan .markers > div .svg .border.states, .customers .ui.segment.zone .plan .markers > div img .border.states,
        .customers .ui.segments.zone .plan .markers > div .svg .border.states,
        .customers .ui.segments.zone .plan .markers > div img .border.states {
          fill: #1b1c1d;
          fill-opacity: 1; }
        .customers .ui.segment.zone .plan .markers > div .svg.bacteria .icon.bacteria, .customers .ui.segment.zone .plan .markers > div img.bacteria .icon.bacteria,
        .customers .ui.segments.zone .plan .markers > div .svg.bacteria .icon.bacteria,
        .customers .ui.segments.zone .plan .markers > div img.bacteria .icon.bacteria {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.bee .icon.bee, .customers .ui.segment.zone .plan .markers > div img.bee .icon.bee,
        .customers .ui.segments.zone .plan .markers > div .svg.bee .icon.bee,
        .customers .ui.segments.zone .plan .markers > div img.bee .icon.bee {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.insect .icon.insect, .customers .ui.segment.zone .plan .markers > div img.insect .icon.insect,
        .customers .ui.segments.zone .plan .markers > div .svg.insect .icon.insect,
        .customers .ui.segments.zone .plan .markers > div img.insect .icon.insect {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.mouse .icon.mouse, .customers .ui.segment.zone .plan .markers > div img.mouse .icon.mouse,
        .customers .ui.segments.zone .plan .markers > div .svg.mouse .icon.mouse,
        .customers .ui.segments.zone .plan .markers > div img.mouse .icon.mouse {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.works .icon.works, .customers .ui.segment.zone .plan .markers > div img.works .icon.works,
        .customers .ui.segments.zone .plan .markers > div .svg.works .icon.works,
        .customers .ui.segments.zone .plan .markers > div img.works .icon.works {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.exclamation .icon.exclamation, .customers .ui.segment.zone .plan .markers > div img.exclamation .icon.exclamation,
        .customers .ui.segments.zone .plan .markers > div .svg.exclamation .icon.exclamation,
        .customers .ui.segments.zone .plan .markers > div img.exclamation .icon.exclamation {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.interogation .icon.interogation, .customers .ui.segment.zone .plan .markers > div img.interogation .icon.interogation,
        .customers .ui.segments.zone .plan .markers > div .svg.interogation .icon.interogation,
        .customers .ui.segments.zone .plan .markers > div img.interogation .icon.interogation {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.information .icon.information, .customers .ui.segment.zone .plan .markers > div img.information .icon.information,
        .customers .ui.segments.zone .plan .markers > div .svg.information .icon.information,
        .customers .ui.segments.zone .plan .markers > div img.information .icon.information {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.camera .icon.camera, .customers .ui.segment.zone .plan .markers > div img.camera .icon.camera,
        .customers .ui.segments.zone .plan .markers > div .svg.camera .icon.camera,
        .customers .ui.segments.zone .plan .markers > div img.camera .icon.camera {
          display: block; }
        .customers .ui.segment.zone .plan .markers > div .svg.termite .icon.termite, .customers .ui.segment.zone .plan .markers > div img.termite .icon.termite,
        .customers .ui.segments.zone .plan .markers > div .svg.termite .icon.termite,
        .customers .ui.segments.zone .plan .markers > div img.termite .icon.termite {
          display: block; }

.customers .ui.segment .ui.selection.list > .item,
.customers .ui.segments .ui.selection.list > .item {
  color: #000;
  cursor: auto; }
  .customers .ui.segment .ui.selection.list > .item:hover,
  .customers .ui.segments .ui.selection.list > .item:hover {
    background: transparent; }

.customers .ui.segment .ui.avatar.image,
.customers .ui.segments .ui.avatar.image {
  padding: 0; }
  .customers .ui.segment .ui.avatar.image img,
  .customers .ui.segments .ui.avatar.image img {
    border-radius: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0; }

.customers .postes .ui.buttons.markersSource .ui.labeled.icon.button {
  padding-left: 3.0em !important; }
  .customers .postes .ui.buttons.markersSource .ui.labeled.icon.button img {
    margin: -6px 0; }

.customers .postes .ui.segment p img {
  vertical-align: middle;
  margin-right: 10px; }

.customers .ui.three.cards.right.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.customers .ui.three.cards.right.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.customers .ui.three.cards.right.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.customers .ui.steps {
  margin-top: 0;
  width: 100%; }
  .customers .ui.steps .step {
    width: calc( 100% / 3); }
    .customers .ui.steps .step .title {
      color: #1b1c1d; }
    .customers .ui.steps .step:before {
      color: #1b1c1d; }
    .customers .ui.steps .step.completed {
      background: #65696c; }
      .customers .ui.steps .step.completed .title {
        color: #FFFFFF; }
      .customers .ui.steps .step.completed:before {
        color: #21ba45; }
      .customers .ui.steps .step.completed:after {
        background: #65696c; }
    .customers .ui.steps .step.active {
      background: #1b1c1d; }
      .customers .ui.steps .step.active .title {
        color: #FFFFFF; }
      .customers .ui.steps .step.active:before {
        color: #FFFFFF; }
      .customers .ui.steps .step.active:after {
        background: #1b1c1d; }

.customers .ct-chart {
  height: 250px;
  overflow: hidden; }

.customers #mapSite {
  height: 222px; }

.customers .signature .image {
  background: #FFF;
  padding: 10px; }

.ui.card.ui-draggable-dragging {
  margin: 0.70em 0em; }
  .ui.card.ui-draggable-dragging .content {
    padding: 8px;
    position: relative; }
    .ui.card.ui-draggable-dragging .content .ui.ribbon.label {
      padding-right: 10px;
      top: 4px;
      white-space: nowrap; }
      .ui.card.ui-draggable-dragging .content .ui.ribbon.label .icon {
        margin: 0; }
      .ui.card.ui-draggable-dragging .content .ui.ribbon.label .ui.label {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: -7px 7px -7px -10px; }
    .ui.card.ui-draggable-dragging .content .header {
      margin-bottom: 4px; }
      .ui.card.ui-draggable-dragging .content .header span {
        float: right; }
    .ui.card.ui-draggable-dragging .content .meta * {
      margin: 0; }
    .ui.card.ui-draggable-dragging .content .meta span {
      float: right; }
      .ui.card.ui-draggable-dragging .content .meta span.city {
        float: none;
        white-space: nowrap;
        width: 150px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        vertical-align: bottom; }
  .ui.card.ui-draggable-dragging.red {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #db2828, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.orange {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #f2711c, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.yellow {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #fbbd08, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.olive {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #b5cc18, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.green {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #21ba45, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.teal {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #00b5ad, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.blue {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.violet {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #6435c9, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.purple {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a333c8, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.pink {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #e03997, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.brown {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a5673f, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.grey {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #767676, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.black {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.white {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #FFFFFF, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.primary {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
  .ui.card.ui-draggable-dragging.states {
    box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }

.group.ui-draggable-dragging {
  text-align: center;
  color: #aaa;
  cursor: pointer;
  background: #FFF;
  vertical-align: top;
  padding: 10px;
  margin-right: 5px;
  width: 95px;
  height: 85px;
  display: block;
  border: 1px solid rgba(34, 36, 38, 0.1); }
  .group.ui-draggable-dragging em {
    color: #333;
    display: block;
    font-size: 2em;
    font-style: normal;
    margin: 0 0 10px 0; }
  .group.ui-draggable-dragging.closed {
    background: -webkit-repeating-linear-gradient(135deg, #eee, #eee 10px, #fff 10px, #fff 20px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 10px, #fff 10px, #fff 20px);
    cursor: auto; }
  .group.ui-draggable-dragging.hover {
    background-color: #eee; }
  .group.ui-draggable-dragging.success {
    background-color: #21ba45 !important;
    color: #FFF !important; }
    .group.ui-draggable-dragging.success em {
      color: #FFF; }
  .group.ui-draggable-dragging.error {
    background-color: #db2828 !important;
    color: #FFF !important; }
    .group.ui-draggable-dragging.error em {
      color: #FFF; }
  .group.ui-draggable-dragging.warning {
    background-color: #f2711c !important;
    color: #FFF !important; }
    .group.ui-draggable-dragging.warning em {
      color: #FFF; }
  .group.ui-draggable-dragging.hover.success {
    background-color: rgba(33, 186, 69, 0.75) !important; }
  .group.ui-draggable-dragging.hover.error {
    background-color: rgba(219, 40, 40, 0.75) !important; }
  .group.ui-draggable-dragging.hover.warning {
    background-color: rgba(242, 113, 28, 0.75) !important; }

.ui.popup {
  padding: 5px 8px;
  color: #FFF; }
  .ui.popup.red {
    background: #db2828; }
    .ui.popup.red:before {
      background: #db2828; }
  .ui.popup.orange {
    background: #f2711c; }
    .ui.popup.orange:before {
      background: #f2711c; }
  .ui.popup.yellow {
    background: #fbbd08; }
    .ui.popup.yellow:before {
      background: #fbbd08; }
  .ui.popup.olive {
    background: #b5cc18; }
    .ui.popup.olive:before {
      background: #b5cc18; }
  .ui.popup.green {
    background: #21ba45; }
    .ui.popup.green:before {
      background: #21ba45; }
  .ui.popup.teal {
    background: #00b5ad; }
    .ui.popup.teal:before {
      background: #00b5ad; }
  .ui.popup.blue {
    background: #2185d0; }
    .ui.popup.blue:before {
      background: #2185d0; }
  .ui.popup.violet {
    background: #6435c9; }
    .ui.popup.violet:before {
      background: #6435c9; }
  .ui.popup.purple {
    background: #a333c8; }
    .ui.popup.purple:before {
      background: #a333c8; }
  .ui.popup.pink {
    background: #e03997; }
    .ui.popup.pink:before {
      background: #e03997; }
  .ui.popup.brown {
    background: #a5673f; }
    .ui.popup.brown:before {
      background: #a5673f; }
  .ui.popup.grey {
    background: #767676; }
    .ui.popup.grey:before {
      background: #767676; }
  .ui.popup.black {
    background: #1b1c1d; }
    .ui.popup.black:before {
      background: #1b1c1d; }
  .ui.popup.white {
    background: #FFFFFF; }
    .ui.popup.white:before {
      background: #FFFFFF; }
  .ui.popup.primary {
    background: #2185d0; }
    .ui.popup.primary:before {
      background: #2185d0; }
  .ui.popup.states {
    background: #1b1c1d; }
    .ui.popup.states:before {
      background: #1b1c1d; }

.bucket {
  top: 40px !important;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .bucket h1 {
    text-align: center; }
    .bucket h1 .title {
      float: left; }
    .bucket h1 .date {
      font-size: 0.6em;
      margin: 0;
      border: 0 none;
      text-align: center; }
      .bucket h1 .date i {
        cursor: pointer;
        margin: 0 20px;
        color: #aaa;
        border-radius: 4px;
        display: inline-block;
        padding: 0px 8px;
        height: 32px;
        width: 30px; }
        .bucket h1 .date i:hover {
          color: inherit;
          background: rgba(170, 170, 170, 0.25); }
      .bucket h1 .date input {
        background: transparent;
        border: 0 none;
        text-align: center;
        border-bottom: 2px solid rgba(170, 170, 170, 0.25); }
  .bucket .ui.pointing.secondary.menu {
    margin-bottom: 0;
    min-height: auto; }
    .bucket .ui.pointing.secondary.menu .item {
      padding-top: 0px; }
  .bucket .ui.grid {
    height: calc( 100% + 2rem - 65px);
    position: relative; }
    .bucket .ui.grid h4 {
      margin: 10px 0 0 0;
      border-bottom: 2px solid rgba(34, 36, 38, 0.1); }
    .bucket .ui.grid .scrollBucket {
      z-index: 1;
      top: calc( 1rem + 178px) !important;
      padding: 0 14px 0 14px; }
      .bucket .ui.grid .scrollBucket .scroll {
        height: 100%;
        overflow: auto;
        padding-right: 1.5rem; }
      .bucket .ui.grid .scrollBucket .card {
        margin: 0.70em 0em;
        cursor: move; }
        .bucket .ui.grid .scrollBucket .card .content {
          padding: 8px;
          position: relative; }
          .bucket .ui.grid .scrollBucket .card .content .ui.ribbon.label {
            padding-right: 10px;
            top: 4px;
            white-space: nowrap; }
            .bucket .ui.grid .scrollBucket .card .content .ui.ribbon.label .icon {
              margin: 0; }
            .bucket .ui.grid .scrollBucket .card .content .ui.ribbon.label .ui.label {
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
              margin: -7px 7px -7px -10px; }
          .bucket .ui.grid .scrollBucket .card .content .header {
            margin-bottom: 4px; }
            .bucket .ui.grid .scrollBucket .card .content .header span {
              float: right; }
          .bucket .ui.grid .scrollBucket .card .content .meta * {
            margin: 0; }
          .bucket .ui.grid .scrollBucket .card .content .meta span {
            float: right; }
            .bucket .ui.grid .scrollBucket .card .content .meta span.city {
              float: none;
              white-space: nowrap;
              width: 150px;
              overflow: hidden;
              display: inline-block;
              text-overflow: ellipsis;
              vertical-align: bottom; }
        .bucket .ui.grid .scrollBucket .card.red {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #db2828, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.orange {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #f2711c, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.yellow {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #fbbd08, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.olive {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #b5cc18, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.green {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #21ba45, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.teal {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #00b5ad, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.blue {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.violet {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #6435c9, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.purple {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a333c8, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.pink {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #e03997, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.brown {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a5673f, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.grey {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #767676, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.black {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.white {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #FFFFFF, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.primary {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.states {
          box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
        .bucket .ui.grid .scrollBucket .card.drag {
          opacity: .5; }
    .bucket .ui.grid #map {
      z-index: 1;
      top: calc( 1rem + 178px) !important;
      margin: 0 14px 0 14px; }
      .bucket .ui.grid #map.empty {
        top: calc( 1rem + 225px) !important; }
      .bucket .ui.grid #map img {
        max-width: none !important; }
      .bucket .ui.grid #map .gm-style-iw {
        width: 100% !important;
        top: 15px !important;
        left: 0px !important;
        box-shadow: 0;
        border: 0 none;
        border-radius: 0;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
        overflow: inherit; }
        .bucket .ui.grid #map .gm-style-iw > div {
          display: block !important;
          max-width: none !important;
          max-height: none !important;
          overflow: inherit !important; }
          .bucket .ui.grid #map .gm-style-iw > div > div {
            overflow: inherit !important; }
            .bucket .ui.grid #map .gm-style-iw > div > div .ui.card {
              margin: 0.70em 0em;
              margin: 0;
              width: calc( 100% + 1rem);
              position: relative;
              right: -1rem;
              left: 0;
              cursor: move; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content {
                padding: 8px;
                position: relative; }
                .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content .ui.ribbon.label {
                  padding-right: 10px;
                  top: 4px;
                  white-space: nowrap; }
                  .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content .ui.ribbon.label .icon {
                    margin: 0; }
                  .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content .ui.ribbon.label .ui.label {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                    margin: -7px 7px -7px -10px; }
                .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content .header {
                  margin-bottom: 4px; }
                  .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content .header span {
                    float: right; }
                .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content .meta * {
                  margin: 0; }
                .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content .meta span {
                  float: right; }
                  .bucket .ui.grid #map .gm-style-iw > div > div .ui.card .content .meta span.city {
                    float: none;
                    white-space: nowrap;
                    width: 150px;
                    overflow: hidden;
                    display: inline-block;
                    text-overflow: ellipsis;
                    vertical-align: bottom; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.red {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #db2828, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.orange {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #f2711c, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.yellow {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #fbbd08, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.olive {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #b5cc18, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.green {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #21ba45, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.teal {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #00b5ad, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.blue {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.violet {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #6435c9, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.purple {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a333c8, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.pink {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #e03997, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.brown {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a5673f, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.grey {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #767676, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.black {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.white {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #FFFFFF, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.primary {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
              .bucket .ui.grid #map .gm-style-iw > div > div .ui.card.states {
                box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
      .bucket .ui.grid #map .iw-infoWindow {
        width: 340px !important; }
        .bucket .ui.grid #map .iw-infoWindow > div:nth-child(1) {
          z-index: 1; }
        .bucket .ui.grid #map .iw-infoWindow .iw-arrow {
          left: 137px !important; }
        .bucket .ui.grid #map .iw-infoWindow .iw-close {
          opacity: 1 !important;
          background: #FFF;
          top: 2px !important;
          border-radius: 4px 4px 0 0;
          width: 19px !important;
          text-align: center; }
          .bucket .ui.grid #map .iw-infoWindow .iw-close img {
            left: 1px !important; }
    .bucket .ui.grid .actionMenuContent {
      position: fixed;
      top: 100px;
      left: 50px;
      z-index: 10; }
      .bucket .ui.grid .actionMenuContent.ui.segment {
        margin: 0;
        padding: 0;
        white-space: nowrap; }
    .bucket .ui.grid .scrollTable {
      margin: 14px 14px 0 14px; }
      .bucket .ui.grid .scrollTable .fht-tbody {
        overflow-y: scroll; }
      .bucket .ui.grid .scrollTable .table.calendar, .bucket .ui.grid .scrollTable table.calendar {
        min-height: calc( 100% + 49px);
        overflow: hidden; }
        .bucket .ui.grid .scrollTable .table.calendar th, .bucket .ui.grid .scrollTable .table.calendar td, .bucket .ui.grid .scrollTable table.calendar th, .bucket .ui.grid .scrollTable table.calendar td {
          position: relative; }
          .bucket .ui.grid .scrollTable .table.calendar th .actionMenu, .bucket .ui.grid .scrollTable .table.calendar td .actionMenu, .bucket .ui.grid .scrollTable table.calendar th .actionMenu, .bucket .ui.grid .scrollTable table.calendar td .actionMenu {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 25px 25px 0;
            border-color: transparent #1b1c1d transparent transparent; }
            .bucket .ui.grid .scrollTable .table.calendar th .actionMenu:before, .bucket .ui.grid .scrollTable .table.calendar td .actionMenu:before, .bucket .ui.grid .scrollTable table.calendar th .actionMenu:before, .bucket .ui.grid .scrollTable table.calendar td .actionMenu:before {
              font-family: Icons;
              content: "\F067";
              color: #FFF;
              position: absolute;
              top: 0;
              right: -22px;
              font-size: 0.85em; }
          .bucket .ui.grid .scrollTable .table.calendar th:hover .actionMenu, .bucket .ui.grid .scrollTable .table.calendar td:hover .actionMenu, .bucket .ui.grid .scrollTable table.calendar th:hover .actionMenu, .bucket .ui.grid .scrollTable table.calendar td:hover .actionMenu {
            display: block; }
        .bucket .ui.grid .scrollTable .table.calendar .thead tr th.closed, .bucket .ui.grid .scrollTable .table.calendar .thead tr .th.closed, .bucket .ui.grid .scrollTable .table.calendar .thead .tr th.closed, .bucket .ui.grid .scrollTable .table.calendar .thead .tr .th.closed, .bucket .ui.grid .scrollTable .table.calendar thead tr th.closed, .bucket .ui.grid .scrollTable .table.calendar thead tr .th.closed, .bucket .ui.grid .scrollTable .table.calendar thead .tr th.closed, .bucket .ui.grid .scrollTable .table.calendar thead .tr .th.closed, .bucket .ui.grid .scrollTable table.calendar .thead tr th.closed, .bucket .ui.grid .scrollTable table.calendar .thead tr .th.closed, .bucket .ui.grid .scrollTable table.calendar .thead .tr th.closed, .bucket .ui.grid .scrollTable table.calendar .thead .tr .th.closed, .bucket .ui.grid .scrollTable table.calendar thead tr th.closed, .bucket .ui.grid .scrollTable table.calendar thead tr .th.closed, .bucket .ui.grid .scrollTable table.calendar thead .tr th.closed, .bucket .ui.grid .scrollTable table.calendar thead .tr .th.closed {
          background: -webkit-repeating-linear-gradient(135deg, #eee, #eee 10px, #fff 10px, #fff 20px);
          background: repeating-linear-gradient(-45deg, #eee, #eee 10px, #fff 10px, #fff 20px); }
        .bucket .ui.grid .scrollTable .table.calendar tbody tr.closed, .bucket .ui.grid .scrollTable .table.calendar tbody .tr.closed, .bucket .ui.grid .scrollTable .table.calendar .tbody tr.closed, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr.closed, .bucket .ui.grid .scrollTable table.calendar tbody tr.closed, .bucket .ui.grid .scrollTable table.calendar tbody .tr.closed, .bucket .ui.grid .scrollTable table.calendar .tbody tr.closed, .bucket .ui.grid .scrollTable table.calendar .tbody .tr.closed {
          background: -webkit-repeating-linear-gradient(135deg, #eee, #eee 10px, #fff 10px, #fff 20px);
          background: repeating-linear-gradient(-45deg, #eee, #eee 10px, #fff 10px, #fff 20px); }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr.closed td, .bucket .ui.grid .scrollTable .table.calendar tbody tr.closed .td, .bucket .ui.grid .scrollTable .table.calendar tbody .tr.closed td, .bucket .ui.grid .scrollTable .table.calendar tbody .tr.closed .td, .bucket .ui.grid .scrollTable .table.calendar .tbody tr.closed td, .bucket .ui.grid .scrollTable .table.calendar .tbody tr.closed .td, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr.closed td, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr.closed .td, .bucket .ui.grid .scrollTable table.calendar tbody tr.closed td, .bucket .ui.grid .scrollTable table.calendar tbody tr.closed .td, .bucket .ui.grid .scrollTable table.calendar tbody .tr.closed td, .bucket .ui.grid .scrollTable table.calendar tbody .tr.closed .td, .bucket .ui.grid .scrollTable table.calendar .tbody tr.closed td, .bucket .ui.grid .scrollTable table.calendar .tbody tr.closed .td, .bucket .ui.grid .scrollTable table.calendar .tbody .tr.closed td, .bucket .ui.grid .scrollTable table.calendar .tbody .tr.closed .td {
            cursor: auto; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr.closed td:first-child, .bucket .ui.grid .scrollTable .table.calendar tbody tr.closed .td:first-child, .bucket .ui.grid .scrollTable .table.calendar tbody .tr.closed td:first-child, .bucket .ui.grid .scrollTable .table.calendar tbody .tr.closed .td:first-child, .bucket .ui.grid .scrollTable .table.calendar .tbody tr.closed td:first-child, .bucket .ui.grid .scrollTable .table.calendar .tbody tr.closed .td:first-child, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr.closed td:first-child, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr.closed .td:first-child, .bucket .ui.grid .scrollTable table.calendar tbody tr.closed td:first-child, .bucket .ui.grid .scrollTable table.calendar tbody tr.closed .td:first-child, .bucket .ui.grid .scrollTable table.calendar tbody .tr.closed td:first-child, .bucket .ui.grid .scrollTable table.calendar tbody .tr.closed .td:first-child, .bucket .ui.grid .scrollTable table.calendar .tbody tr.closed td:first-child, .bucket .ui.grid .scrollTable table.calendar .tbody tr.closed .td:first-child, .bucket .ui.grid .scrollTable table.calendar .tbody .tr.closed td:first-child, .bucket .ui.grid .scrollTable table.calendar .tbody .tr.closed .td:first-child {
              background: #FFF; }
        .bucket .ui.grid .scrollTable .table.calendar tbody tr td:first-child a, .bucket .ui.grid .scrollTable .table.calendar tbody tr .td:first-child a, .bucket .ui.grid .scrollTable .table.calendar tbody .tr td:first-child a, .bucket .ui.grid .scrollTable .table.calendar tbody .tr .td:first-child a, .bucket .ui.grid .scrollTable .table.calendar .tbody tr td:first-child a, .bucket .ui.grid .scrollTable .table.calendar .tbody tr .td:first-child a, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr td:first-child a, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr .td:first-child a, .bucket .ui.grid .scrollTable table.calendar tbody tr td:first-child a, .bucket .ui.grid .scrollTable table.calendar tbody tr .td:first-child a, .bucket .ui.grid .scrollTable table.calendar tbody .tr td:first-child a, .bucket .ui.grid .scrollTable table.calendar tbody .tr .td:first-child a, .bucket .ui.grid .scrollTable table.calendar .tbody tr td:first-child a, .bucket .ui.grid .scrollTable table.calendar .tbody tr .td:first-child a, .bucket .ui.grid .scrollTable table.calendar .tbody .tr td:first-child a, .bucket .ui.grid .scrollTable table.calendar .tbody .tr .td:first-child a {
          color: inherit; }
        .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child), .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child), .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child), .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child), .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child), .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child), .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child), .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) {
          text-align: center;
          color: #aaa;
          cursor: pointer;
          background: #FFF; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) em, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) em, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) em, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) em, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) em, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) em, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) em, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) em {
            color: #333;
            display: block;
            font-size: 2em;
            font-style: normal;
            margin: 0 0 10px 0; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).closed, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).closed, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).closed, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).closed, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).closed, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).closed, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).closed, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).closed {
            background: -webkit-repeating-linear-gradient(135deg, #eee, #eee 10px, #fff 10px, #fff 20px);
            background: repeating-linear-gradient(-45deg, #eee, #eee 10px, #fff 10px, #fff 20px);
            cursor: auto; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).hover, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).hover, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).hover, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).hover, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).hover, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).hover, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).hover, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).hover {
            background-color: #eee; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).success, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).success, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).success, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).success, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).success, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).success, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).success, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).success {
            background-color: #21ba45 !important;
            color: #FFF !important; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).success em, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).success em, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).success em, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).success em, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).success em, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).success em, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).success em, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).success em {
              color: #FFF; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).error, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).error, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).error, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).error, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).error, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).error, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).error, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).error {
            background-color: #db2828 !important;
            color: #FFF !important; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).error em, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).error em, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).error em, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).error em, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).error em, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).error em, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).error em, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).error em {
              color: #FFF; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).warning, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).warning, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).warning, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).warning, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).warning, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).warning, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).warning, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).warning {
            background-color: #f2711c !important;
            color: #FFF !important; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).warning em, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).warning em, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).warning em, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).warning em, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).warning em, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).warning em, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).warning em, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).warning em {
              color: #FFF; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).hover.success, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).hover.success, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).hover.success, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).hover.success, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).hover.success, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).hover.success, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).hover.success, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).hover.success {
            background-color: rgba(33, 186, 69, 0.75) !important; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).hover.error, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).hover.error, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).hover.error, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).hover.error, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).hover.error, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).hover.error, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).hover.error, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).hover.error {
            background-color: rgba(219, 40, 40, 0.75) !important; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child).hover.warning, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child).hover.warning, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child).hover.warning, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child).hover.warning, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child).hover.warning, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child).hover.warning, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child).hover.warning, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child).hover.warning {
            background-color: rgba(242, 113, 28, 0.75) !important; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card {
            margin: 0.70em 0em;
            text-align: left;
            margin-right: 10px; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content {
              padding: 8px;
              position: relative; }
              .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label {
                padding-right: 10px;
                top: 4px;
                white-space: nowrap; }
                .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .icon, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .icon, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .icon, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .icon, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .icon, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .icon, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .icon, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .icon {
                  margin: 0; }
                .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .ui.label, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .ui.label, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .ui.label, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .ui.label, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .ui.label, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .ui.label, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .ui.label, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .ui.ribbon.label .ui.label {
                  border-top-right-radius: 0;
                  border-bottom-right-radius: 0;
                  margin: -7px 7px -7px -10px; }
              .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .header, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .header, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .header, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .header, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .header, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .header, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .header, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .header {
                margin-bottom: 4px; }
                .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .header span, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .header span, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .header span, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .header span, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .header span, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .header span, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .header span, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .header span {
                  float: right; }
              .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta *, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta *, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta *, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta *, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta *, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta *, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta *, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta * {
                margin: 0; }
              .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta span, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta span, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta span, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta span, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta span, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta span, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta span, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta span {
                float: right; }
                .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta span.city, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta span.city, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta span.city, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta span.city, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta span.city, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta span.city, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card .content .meta span.city, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card .content .meta span.city {
                  float: none;
                  white-space: nowrap;
                  width: 150px;
                  overflow: hidden;
                  display: inline-block;
                  text-overflow: ellipsis;
                  vertical-align: bottom; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.red, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.red, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.red, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.red, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.red, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.red, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.red, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.red {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #db2828, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.orange, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.orange, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.orange, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.orange, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.orange, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.orange, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.orange, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.orange {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #f2711c, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.yellow, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.yellow, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.yellow, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.yellow, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.yellow, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.yellow, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.yellow, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.yellow {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #fbbd08, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.olive, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.olive, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.olive, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.olive, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.olive, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.olive, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.olive, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.olive {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #b5cc18, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.green, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.green, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.green, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.green, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.green, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.green, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.green, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.green {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #21ba45, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.teal, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.teal, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.teal, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.teal, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.teal, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.teal, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.teal, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.teal {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #00b5ad, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.blue, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.blue, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.blue, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.blue, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.blue, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.blue, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.blue, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.blue {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.violet, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.violet, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.violet, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.violet, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.violet, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.violet, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.violet, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.violet {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #6435c9, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.purple, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.purple, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.purple, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.purple, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.purple, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.purple, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.purple, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.purple {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a333c8, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.pink, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.pink, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.pink, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.pink, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.pink, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.pink, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.pink, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.pink {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #e03997, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.brown, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.brown, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.brown, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.brown, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.brown, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.brown, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.brown, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.brown {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #a5673f, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.grey, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.grey, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.grey, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.grey, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.grey, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.grey, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.grey, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.grey {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #767676, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.black, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.black, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.black, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.black, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.black, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.black, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.black, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.black {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.white, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.white, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.white, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.white, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.white, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.white, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.white, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.white {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #FFFFFF, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.primary, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.primary, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.primary, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.primary, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.primary, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.primary, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.primary, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.primary {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.states, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.states, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.states, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.states, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card.states, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card.states, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card.states, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card.states {
              box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 4px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card:first-of-type, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card:first-of-type, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card:first-of-type, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card:first-of-type, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card:first-of-type, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card:first-of-type, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card:first-of-type, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card:first-of-type {
              margin-top: 0; }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card:last-of-type, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card:last-of-type, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card:last-of-type, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card:last-of-type, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .ui.card:last-of-type, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .ui.card:last-of-type, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .ui.card:last-of-type, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .ui.card:last-of-type {
              margin-bottom: 0; }
          .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .resume, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .resume, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume {
            background: #f9fafb;
            padding: 1.5rem;
            border-top: 1px solid rgba(34, 36, 38, 0.15);
            font-size: 1.1em;
            color: #aaa;
            font-size: 1em;
            margin: -10px -10px 0 -10px;
            padding: 10px;
            border-top: 0 none;
            text-align: left;
            border-bottom: 1px solid rgba(34, 36, 38, 0.15); }
            .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .resume span, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume span, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume span, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume span, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .resume span, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume span, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume span, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume span {
              display: inline-block;
              margin-right: 1rem; }
              .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .resume span:last-child, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume span:last-child, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume span:last-child, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume span:last-child, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .resume span:last-child, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume span:last-child, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume span:last-child, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume span:last-child {
                margin-right: 0; }
              .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .resume span i, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume span i, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume span i, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume span i, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .resume span i, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume span i, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume span i, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume span i {
                font-size: 1.3em; }
              .bucket .ui.grid .scrollTable .table.calendar tbody tr:not(.closed) td:not(:first-child) .resume span em, .bucket .ui.grid .scrollTable .table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume span em, .bucket .ui.grid .scrollTable .table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume span em, .bucket .ui.grid .scrollTable .table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume span em, .bucket .ui.grid .scrollTable table.calendar tbody tr:not(.closed) td:not(:first-child) .resume span em, .bucket .ui.grid .scrollTable table.calendar tbody .tr:not(.closed) td:not(:first-child) .resume span em, .bucket .ui.grid .scrollTable table.calendar .tbody tr:not(.closed) td:not(:first-child) .resume span em, .bucket .ui.grid .scrollTable table.calendar .tbody .tr:not(.closed) td:not(:first-child) .resume span em {
                font-weight: bold;
                font-style: normal;
                font-size: 1em;
                color: inherit;
                margin: 0;
                display: inline-block; }

.preHome .ui.card > .image {
  height: 200px;
  width: 100%;
  background: #FFF;
  position: relative; }
  .preHome .ui.card > .image > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

/*# sourceMappingURL=main.css.map*/