@charset "UTF-8";

/* node_modules/dropzone/downloads/css/dropzone.css */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  absolute: top left;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  absolute: bottom -28px left 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  absolute: top -5px left -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 23px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("./media/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:1.5/1), (min-device-pixel-ratio:1.5), (min-resolution:138dpi), (min-resolution:1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: url("./media/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("./media/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:1.5/1), (min-device-pixel-ratio:1.5), (min-resolution:138dpi), (min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("./media/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("./media/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:1.5/1), (min-device-pixel-ratio:1.5), (min-resolution:138dpi), (min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("./media/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: -moz-linear-gradient(top, #fafafa, #eee);
  background-image: -o-linear-gradient(top, #fafafa, #eee);
  background-image: -ms-linear-gradient(top, #fafafa, #eee);
  background-image:
    linear-gradient(
      to bottom,
      #fafafa,
      #eee);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}

/* node_modules/toastr/build/toastr.css */
.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);
  line-height: 1;
}
.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);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
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;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  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 > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  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-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: 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);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* node_modules/sweetalert/lib/sweet-alert.css */
.sweet-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: #fff;
  font-family:
    "Open Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width:540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, .2);
  -webkit-border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(.7);
    -webkit-transform: scale(.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(.95);
    -webkit-tranform: scale(.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(.7);
    -webkit-transform: scale(.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(.95);
    -webkit-tranform: scale(.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert .2s;
  animation: hideSweetAlert .2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
  animation: animateSuccessTip .75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
  animation: animateSuccessLong .75s;
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
  animation: animateErrorIcon .5s;
}
@-webkit-keyframes animateXMark {
  0%, 50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0%, 50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark .5s;
  animation: animateXMark .5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning .75s infinite alternate;
  animation: pulseWarning .75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns .75s infinite alternate;
  animation: pulseWarningIns .75s infinite alternate;
}

/* node_modules/angular-ui-tree/dist/angular-ui-tree.min.css */
.angular-ui-tree-dropzone,
.angular-ui-tree-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
  background-image:
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 0,
      transparent 75%,
      #fff 0,
      #fff),
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 0,
      transparent 75%,
      #fff 0,
      #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.angular-ui-tree-empty {
  pointer-events: none;
}
.angular-ui-tree-nodes {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 20px;
}
.angular-ui-tree-node,
.angular-ui-tree-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.angular-ui-tree-hidden {
  display: none;
}
.angular-ui-tree-placeholder {
  margin: 10px;
  padding: 0;
  min-height: 30px;
}
.angular-ui-tree-handle {
  cursor: move;
  text-decoration: none;
  font-weight: 700;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
}
.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: .8;
}
.angular-ui-tree-drag .tree-node-content {
  margin-top: 0;
}

/* node_modules/angular-loading-bar/build/loading-bar.css */
/*! 
 * angular-loading-bar v0.7.1
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* node_modules/ui-select/dist/select.css */
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */
.ui-select-highlight {
  font-weight: bold;
}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
}
.ui-select-container[theme=select2].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-select-container[theme=select2].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
}
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}
.selectize-control.single > .selectize-input > input {
  width: 100%;
}
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}
.selectize-control > .selectize-dropdown {
  width: 100%;
}
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
}
.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
.input-group > .ui-select-bootstrap.dropdown {
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}
body > .ui-select-bootstrap.open {
  z-index: 1000;
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-select-choices-row > span:hover,
.ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}
@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}
.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/* node_modules/angular-dashboard-framework/dist/angular-dashboard-framework.css */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.widget h3 a {
  text-decoration: none;
}
.dashboard-container h1 a {
  text-decoration: none;
}
.padding-bottom {
  padding-bottom: 5px;
}
.dashboard-modal.widget-fullscreen .modal-dialog {
  width: 98%;
}
.adf-move {
  cursor: move;
  cursor: -webkit-grabbing;
}
.edit .column {
  min-height: 120px;
  border: 1px #ccc dashed;
  padding-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
pre.edit {
  margin-top: 15px;
}
.column .placeholder {
  opacity: 0.4;
  background: #E8E8E8;
  border: 1px dashed #505050;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.adf-flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.structure-preview {
  height: 150px;
  width: 200px;
  position: relative;
}
.structure-preview .column {
  border: 1px #ccc dashed;
  background-color: #eee;
  height: 100%;
}
.structure-preview h4 {
  position: absolute;
  text-align: center;
  color: #aaa;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15%;
  margin: auto;
}
.structure-preview:hover .column,
.structure-preview.selected .column {
  border: 1px #337ab7 dashed;
}
.structure-preview:hover h4,
.structure-preview.selected h4 {
  color: #337ab7;
}

/* node_modules/angular-wizard/dist/angular-wizard.min.css */
.steps-indicator li a:before,
.steps-indicator:before {
  background-color: #e6e6e6;
  content: "";
}
.steps-indicator li.current,
.steps-indicator li.default,
.steps-indicator li.editing {
  pointer-events: none;
}
.steps-indicator {
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 0 0;
  height: 30px;
  list-style: none;
}
.steps-indicator:before {
  position: absolute;
  height: 1px;
}
.steps-indicator.steps-2:before {
  left: calc(100% / 2 / 2);
  right: calc(100% / 2 / 2);
}
.steps-indicator.steps-3:before {
  left: calc(100% / 3 / 2);
  right: calc(100% / 3 / 2);
}
.steps-indicator.steps-4:before {
  left: calc(100% / 4 / 2);
  right: calc(100% / 4 / 2);
}
.steps-indicator.steps-5:before {
  left: calc(100% / 5 / 2);
  right: calc(100% / 5 / 2);
}
.steps-indicator.steps-6:before {
  left: calc(100% / 6 / 2);
  right: calc(100% / 6 / 2);
}
.steps-indicator.steps-7:before {
  left: calc(100% / 7 / 2);
  right: calc(100% / 7 / 2);
}
.steps-indicator.steps-8:before {
  left: calc(100% / 8 / 2);
  right: calc(100% / 8 / 2);
}
.steps-indicator.steps-9:before {
  left: calc(100% / 9 / 2);
  right: calc(100% / 9 / 2);
}
.steps-indicator.steps-10:before {
  left: calc(100% / 10 / 2);
  right: calc(100% / 10 / 2);
}
.steps-indicator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.steps-indicator li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: center;
  line-height: 15px;
}
.steps-indicator li a {
  color: grey;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: .25s;
  cursor: pointer;
}
.steps-indicator li a:before {
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition: .25s;
}
.steps-indicator li a:hover {
  color: #4d4d4d;
}
.steps-indicator.steps-2 li {
  width: calc(100% / 2);
}
.steps-indicator.steps-3 li {
  width: calc(100% / 3);
}
.steps-indicator.steps-4 li {
  width: calc(100% / 4);
}
.steps-indicator.steps-5 li {
  width: calc(100% / 5);
}
.steps-indicator.steps-6 li {
  width: calc(100% / 6);
}
.steps-indicator.steps-7 li {
  width: calc(100% / 7);
}
.steps-indicator.steps-8 li {
  width: calc(100% / 8);
}
.steps-indicator.steps-9 li {
  width: calc(100% / 9);
}
.steps-indicator.steps-10 li {
  width: calc(100% / 10);
}
.steps-indicator.steps-11 li {
  width: calc(100% / 11);
}
.steps-indicator li.default a:hover {
  color: grey;
}
.steps-indicator li.current a:before {
  background-color: grey;
}
.steps-indicator li.done a:before {
  background-color: #393;
}
.steps-indicator li.editing a:before {
  background-color: red;
}

/* node_modules/angular-aside/dist/css/angular-aside.css */
/*!
 * angular-aside - v1.4.0
 * https://github.com/dbtek/angular-aside
 * 2017-03-27
 * Copyright (c) 2017 İsmail Demirbilek
 * License: MIT
 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.ng-aside {
  overflow-y: auto;
  overflow-x: hidden;
}
.ng-aside .modal-dialog {
  position: absolute;
  margin: 0;
  padding: 0;
}
.ng-aside.fade .modal-dialog {
  -o-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
  -o-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.ng-aside .modal-dialog .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  border-radius: 0;
}
.ng-aside.horizontal {
  height: 100%;
}
.ng-aside.horizontal .modal-dialog .modal-content {
  height: 100%;
}
.ng-aside.horizontal .modal-dialog {
  position: absolute;
  top: 0;
  height: 100%;
}
.modal-open .ng-aside.horizontal.left .modal-dialog {
  animation: fadeOutLeft 250ms;
  -webkit-animation: fadeOutLeft 250ms;
  -moz-animation: fadeOutLeft 250ms;
  -o-animation: fadeOutLeft 250ms;
  -ms-animation: fadeOutLeft 250ms;
}
.ng-aside.horizontal.left.in .modal-dialog {
  animation: fadeInLeft 400ms;
  -webkit-animation: fadeInLeft 400ms;
  -moz-animation: fadeInLeft 400ms;
  -o-animation: fadeInLeft 400ms;
  -ms-animation: fadeInLeft 400ms;
}
.ng-aside.horizontal.left .modal-dialog {
  left: 0;
}
.ng-aside.horizontal.right .modal-dialog {
  animation: fadeOutRight 400ms;
  -webkit-animation: fadeOutRight 400ms;
  -moz-animation: fadeOutRight 400ms;
  -o-animation: fadeOutRight 400ms;
  -ms-animation: fadeOutRight 400ms;
}
.ng-aside.horizontal.right.in .modal-dialog {
  animation: fadeInRight 250ms;
  -webkit-animation: fadeInRight 250ms;
}
.ng-aside.horizontal.right .modal-dialog {
  right: 0;
}
.ng-aside.vertical {
  width: 100% !important;
  overflow: hidden;
}
.ng-aside.vertical .modal-dialog {
  left: 0;
  right: 0;
  width: 100% !important;
}
.ng-aside.vertical .modal-dialog .modal-content {
  max-height: 400px;
}
.ng-aside.vertical.top .modal-dialog {
  animation: fadeOutUp 250ms;
  -webkit-animation: fadeOutUp 250ms;
  -webkit-animation: fadeOutUp 250ms;
  -moz-animation: fadeOutUp 250ms;
  -o-animation: fadeOutUp 250ms;
  -ms-animation: fadeOutUp 250ms;
}
.ng-aside.vertical.top.in .modal-dialog {
  animation: fadeInTop 250ms;
  -webkit-animation: fadeInTop 250ms;
  -webkit-animation: fadeInTop 250ms;
  -moz-animation: fadeInTop 250ms;
  -o-animation: fadeInTop 250ms;
  -ms-animation: fadeInTop 250ms;
}
.ng-aside.vertical.bottom .modal-dialog {
  animation: fadeOutDown 250ms;
  -webkit-animation: fadeOutDown 250ms;
  -webkit-animation: fadeOutDown 250ms;
  -moz-animation: fadeOutDown 250ms;
  -o-animation: fadeOutDown 250ms;
  -ms-animation: fadeOutDown 250ms;
}
.ng-aside.vertical.bottom.in .modal-dialog {
  animation: fadeInBottom 250ms;
  -webkit-animation: fadeInBottom 250ms;
  -webkit-animation: fadeInBottom 250ms;
  -moz-animation: fadeInBottom 250ms;
  -o-animation: fadeInBottom 250ms;
  -ms-animation: fadeInBottom 250ms;
}
.ng-aside.vertical.bottom .modal-dialog {
  bottom: 0;
}
.ng-aside.vertical.top .modal-dialog {
  top: 0;
}
.ng-aside.vertical .modal-dialog .modal-content {
  width: 100%;
}

/* node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.css */
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  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 #999;
}
.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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image:
    linear-gradient(
      to bottom,
      #fdd49a,
      #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \	;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image:
    linear-gradient(
      to bottom,
      #f3c17a,
      #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \	;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image:
    linear-gradient(
      to bottom,
      #b3b3b3,
      #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \	;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image:
    linear-gradient(
      to bottom,
      #08c,
      #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \	;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  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 {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image:
    linear-gradient(
      to bottom,
      #08c,
      #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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,
.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,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.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 {
  background-color: #003399 \	;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.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: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

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

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #3f51b5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #3f51b5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #3f51b5;
  --mat-progress-bar-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ff4081;
  --mat-progress-bar-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #616161;
  --mat-tooltip-supporting-text-color: #fff;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-filled-caret-color: #3f51b5;
  --mat-form-field-filled-focus-active-indicator-color: #3f51b5;
  --mat-form-field-filled-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-outlined-caret-color: #3f51b5;
  --mat-form-field-outlined-focus-outline-color: #3f51b5;
  --mat-form-field-outlined-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-filled-container-color: rgb(244.8, 244.8, 244.8);
  --mat-form-field-filled-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mat-form-field-filled-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(255, 64, 129, 0.87);
  --mat-form-field-filled-caret-color: #ff4081;
  --mat-form-field-filled-focus-active-indicator-color: #ff4081;
  --mat-form-field-filled-focus-label-text-color: rgba(255, 64, 129, 0.87);
  --mat-form-field-outlined-caret-color: #ff4081;
  --mat-form-field-outlined-focus-outline-color: #ff4081;
  --mat-form-field-outlined-focus-label-text-color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: #212121;
  --mat-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
  --mat-chip-with-icon-disabled-icon-color: #212121;
  --mat-chip-with-icon-icon-color: #212121;
  --mat-chip-with-icon-selected-icon-color: #212121;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mat-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #3f51b5;
  --mat-chip-elevated-disabled-container-color: #3f51b5;
  --mat-chip-elevated-selected-container-color: #3f51b5;
  --mat-chip-flat-disabled-selected-container-color: #3f51b5;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #ff4081;
  --mat-chip-elevated-disabled-container-color: #ff4081;
  --mat-chip-elevated-selected-container-color: #ff4081;
  --mat-chip-flat-disabled-selected-container-color: #ff4081;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html {
  --mat-slide-toggle-selected-focus-state-layer-color: #3949ab;
  --mat-slide-toggle-selected-handle-color: #3949ab;
  --mat-slide-toggle-selected-hover-state-layer-color: #3949ab;
  --mat-slide-toggle-selected-pressed-state-layer-color: #3949ab;
  --mat-slide-toggle-selected-focus-handle-color: #1a237e;
  --mat-slide-toggle-selected-hover-handle-color: #1a237e;
  --mat-slide-toggle-selected-pressed-handle-color: #1a237e;
  --mat-slide-toggle-selected-focus-track-color: #7986cb;
  --mat-slide-toggle-selected-hover-track-color: #7986cb;
  --mat-slide-toggle-selected-pressed-track-color: #7986cb;
  --mat-slide-toggle-selected-track-color: #7986cb;
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: #424242;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-track-color: #424242;
  --mat-slide-toggle-disabled-unselected-handle-color: #424242;
  --mat-slide-toggle-disabled-unselected-icon-color: #fff;
  --mat-slide-toggle-disabled-unselected-track-color: #424242;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #fff;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-unselected-hover-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-state-layer-color: #424242;
  --mat-slide-toggle-unselected-focus-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-icon-color: #fff;
  --mat-slide-toggle-unselected-handle-color: #616161;
  --mat-slide-toggle-unselected-hover-state-layer-color: #424242;
  --mat-slide-toggle-unselected-hover-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-handle-color: #212121;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #424242;
  --mat-slide-toggle-unselected-track-color: #e0e0e0;
}
html {
  --mdc-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-focus-state-layer-color: #d81b60;
  --mat-slide-toggle-selected-handle-color: #d81b60;
  --mat-slide-toggle-selected-hover-state-layer-color: #d81b60;
  --mat-slide-toggle-selected-pressed-state-layer-color: #d81b60;
  --mat-slide-toggle-selected-focus-handle-color: #880e4f;
  --mat-slide-toggle-selected-hover-handle-color: #880e4f;
  --mat-slide-toggle-selected-pressed-handle-color: #880e4f;
  --mat-slide-toggle-selected-focus-track-color: #f06292;
  --mat-slide-toggle-selected-hover-track-color: #f06292;
  --mat-slide-toggle-selected-pressed-track-color: #f06292;
  --mat-slide-toggle-selected-track-color: #f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-focus-state-layer-color: #e53935;
  --mat-slide-toggle-selected-handle-color: #e53935;
  --mat-slide-toggle-selected-hover-state-layer-color: #e53935;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e53935;
  --mat-slide-toggle-selected-focus-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-handle-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-handle-color: #b71c1c;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 40px;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
}
html {
  --mat-slider-active-track-color: #3f51b5;
  --mat-slider-focus-handle-color: #3f51b5;
  --mat-slider-focus-state-layer-color: rgba(63, 81, 181, 0.2);
  --mat-slider-handle-color: #3f51b5;
  --mat-slider-hover-handle-color: #3f51b5;
  --mat-slider-hover-state-layer-color: rgba(63, 81, 181, 0.05);
  --mat-slider-inactive-track-color: #3f51b5;
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-slider-disabled-active-track-color: #000;
  --mat-slider-disabled-handle-color: #000;
  --mat-slider-disabled-inactive-track-color: #000;
  --mat-slider-label-container-color: #000;
  --mat-slider-label-label-text-color: #fff;
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-slider-with-overlap-handle-outline-color: #fff;
  --mat-slider-with-tick-marks-disabled-container-color: #000;
}
html .mat-accent {
  --mat-slider-active-track-color: #ff4081;
  --mat-slider-focus-handle-color: #ff4081;
  --mat-slider-focus-state-layer-color: rgba(255, 64, 129, 0.2);
  --mat-slider-handle-color: #ff4081;
  --mat-slider-hover-handle-color: #ff4081;
  --mat-slider-hover-state-layer-color: rgba(255, 64, 129, 0.05);
  --mat-slider-inactive-track-color: #ff4081;
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #ff4081;
}
html .mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-disabled-label-text-color: black;
  --mat-list-list-item-disabled-leading-icon-color: black;
  --mat-list-list-item-disabled-trailing-icon-color: black;
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-hover-state-layer-color: black;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: black;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #3f51b5;
  --mat-tab-active-ripple-color: #3f51b5;
  --mat-tab-inactive-ripple-color: #3f51b5;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #3f51b5;
  --mat-tab-active-hover-label-text-color: #3f51b5;
  --mat-tab-active-focus-indicator-color: #3f51b5;
  --mat-tab-active-hover-indicator-color: #3f51b5;
  --mat-tab-active-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #ff4081;
  --mat-tab-active-ripple-color: #ff4081;
  --mat-tab-inactive-ripple-color: #ff4081;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #ff4081;
  --mat-tab-active-hover-label-text-color: #ff4081;
  --mat-tab-active-focus-indicator-color: #ff4081;
  --mat-tab-active-hover-indicator-color: #ff4081;
  --mat-tab-active-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-filled-disabled-state-layer-color: black;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: black;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: black;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-outlined-state-layer-color: black;
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-protected-disabled-state-layer-color: black;
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-text-disabled-state-layer-color: black;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: black;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-text-state-layer-color: black;
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-tonal-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-tonal-disabled-state-layer-color: black;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #3f51b5;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #3f51b5;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(63, 81, 181, 0.1);
  --mat-button-outlined-state-layer-color: #3f51b5;
  --mat-button-protected-container-color: #3f51b5;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #3f51b5;
  --mat-button-text-ripple-color: rgba(63, 81, 181, 0.1);
  --mat-button-text-state-layer-color: #3f51b5;
  --mat-button-tonal-container-color: #3f51b5;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ff4081;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #ff4081;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(255, 64, 129, 0.1);
  --mat-button-outlined-state-layer-color: #ff4081;
  --mat-button-protected-container-color: #ff4081;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #ff4081;
  --mat-button-text-ripple-color: rgba(255, 64, 129, 0.1);
  --mat-button-text-state-layer-color: #ff4081;
  --mat-button-tonal-container-color: #ff4081;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(244, 67, 54, 0.1);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: rgba(244, 67, 54, 0.1);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
}
html {
  --mat-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-state-layer-color: black;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ff4081;
  --mat-icon-button-state-layer-color: #ff4081;
  --mat-icon-button-ripple-color: rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: black;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}
html .mat-mdc-fab.mat-primary,
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-accent,
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ff4081;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #ff4081;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-warn,
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #333333;
  --mat-snack-bar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #c5cae9;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #3f51b5;
}
html .mat-accent {
  --mat-progress-spinner-active-indicator-color: #ff4081;
}
html .mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-legacy-disabled-state-background-color: #eeeeee;
  --mat-button-toggle-legacy-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-legacy-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-button-toggle-legacy-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: black;
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

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

/* src/assets/styles/vendor/bootstrap-md.css */
body {
  background-color: #EEEEEE;
}
body.inverse {
  background: #333333;
}
body.inverse,
body.inverse .form-control {
  color: rgba(255, 255, 255, 0.84);
}
body.inverse .modal,
body.inverse .panel-default,
body.inverse .card,
body.inverse .modal .form-control,
body.inverse .panel-default .form-control,
body.inverse .card .form-control {
  background-color: initial;
  color: initial;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  font-family:
    "Roboto",
    "Helvetica",
    "Arial",
    sans-serif;
  font-weight: 300;
}
h5,
h6 {
  font-weight: 400;
}
a,
a:hover,
a:focus {
  color: #009688;
}
a .material-icons,
a:hover .material-icons,
a:focus .material-icons {
  vertical-align: middle;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}
.form-horizontal .radio {
  margin-bottom: 10px;
}
.form-horizontal label {
  text-align: right;
}
.form-horizontal label.control-label {
  margin: 0;
}
body .container .well.well-sm,
body .container-fluid .well.well-sm {
  padding: 10px;
}
body .container .well.well-lg,
body .container-fluid .well.well-lg {
  padding: 26px;
}
body .container .well,
body .container-fluid .well,
body .container .jumbotron,
body .container-fluid .jumbotron {
  background-color: #fff;
  padding: 19px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 2px;
  border: 0;
}
body .container .well p,
body .container-fluid .well p,
body .container .jumbotron p,
body .container-fluid .jumbotron p {
  font-weight: 300;
}
body .container .well,
body .container-fluid .well,
body .container .jumbotron,
body .container-fluid .jumbotron,
body .container .well-default,
body .container-fluid .well-default,
body .container .jumbotron-default,
body .container-fluid .jumbotron-default {
  background-color: #ffffff;
}
body .container .well-inverse,
body .container-fluid .well-inverse,
body .container .jumbotron-inverse,
body .container-fluid .jumbotron-inverse {
  background-color: #3f51b5;
}
body .container .well-primary,
body .container-fluid .well-primary,
body .container .jumbotron-primary,
body .container-fluid .jumbotron-primary {
  background-color: #009688;
}
body .container .well-success,
body .container-fluid .well-success,
body .container .jumbotron-success,
body .container-fluid .jumbotron-success {
  background-color: #4caf50;
}
body .container .well-info,
body .container-fluid .well-info,
body .container .jumbotron-info,
body .container-fluid .jumbotron-info {
  background-color: #03a9f4;
}
body .container .well-warning,
body .container-fluid .well-warning,
body .container .jumbotron-warning,
body .container-fluid .jumbotron-warning {
  background-color: #ff5722;
}
body .container .well-danger,
body .container-fluid .well-danger,
body .container .jumbotron-danger,
body .container-fluid .jumbotron-danger {
  background-color: #f44336;
}
.checkbox label {
  cursor: pointer;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.26);
}
.form-group.is-focused .checkbox label {
  color: rgba(0, 0, 0, 0.26);
}
.form-group.is-focused .checkbox label:hover,
.form-group.is-focused .checkbox label:focus {
  color: rgba(0, 0, 0, .54);
}
fieldset[disabled] .form-group.is-focused .checkbox label {
  color: rgba(0, 0, 0, 0.26);
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, .54);
  overflow: hidden;
  z-index: 1;
}
.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  -webkit-box-shadow:
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0 inset;
  box-shadow:
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  color: #009688;
  border-color: #009688;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #009688;
  -webkit-box-shadow:
    0 0 0 10px,
    10px -10px 0 10px,
    32px 0 0 20px,
    0px 32px 0 20px,
    -5px 5px 0 10px,
    20px -12px 0 11px;
  box-shadow:
    0 0 0 10px,
    10px -10px 0 10px,
    32px 0 0 20px,
    0px 32px 0 20px,
    -5px 5px 0 10px,
    20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
  -o-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms forwards;
  -o-animation: rippleOff 500ms forwards;
  animation: rippleOff 500ms forwards;
}
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px 2px 0 11px;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px;
  }
}
@-o-keyframes checkbox-on {
  0% {
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px;
  }
  50% {
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px 2px 0 11px;
  }
  100% {
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px;
  }
}
@keyframes checkbox-on {
  0% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px 2px 0 11px;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px,
      0 0 0 0 inset;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px,
      0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
    box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
    box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
  }
}
@-o-keyframes checkbox-off {
  0% {
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
  }
  25% {
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
  }
  50% {
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px,
      0 0 0 0 inset;
  }
  51% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
  }
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
  }
}
@keyframes checkbox-off {
  0% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px,
      0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px,
      0 0 0 0 inset;
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px,
      0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
    box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
    box-shadow:
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.togglebutton {
  vertical-align: middle;
}
.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.togglebutton label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.26);
}
.form-group.is-focused .togglebutton label {
  color: rgba(0, 0, 0, 0.26);
}
.form-group.is-focused .togglebutton label:hover,
.form-group.is-focused .togglebutton label:focus {
  color: rgba(0, 0, 0, .54);
}
fieldset[disabled] .form-group.is-focused .togglebutton label {
  color: rgba(0, 0, 0, 0.26);
}
.togglebutton label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.togglebutton label .toggle {
  text-align: left;
}
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: rgba(80, 80, 80, 0.7);
  border-radius: 15px;
  margin-right: 15px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
}
.togglebutton label .toggle:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #F1F1F1;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -2px;
  -webkit-transition:
    left 0.3s ease,
    background 0.3s ease,
    -webkit-box-shadow 0.1s ease;
  -o-transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 0.1s ease;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 0.1s ease;
}
.togglebutton label input[type=checkbox][disabled] + .toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
  background-color: #BDBDBD;
}
.togglebutton label input[type=checkbox] + .toggle:active:after,
.togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
  left: 15px;
}
.togglebutton label input[type=checkbox]:checked + .toggle {
  background-color: rgba(0, 150, 136, 0.5);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
  background-color: #009688;
}
.togglebutton label input[type=checkbox]:checked + .toggle:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}
.radio label {
  cursor: pointer;
  padding-left: 45px;
  position: relative;
  color: rgba(0, 0, 0, 0.26);
}
.form-group.is-focused .radio label {
  color: rgba(0, 0, 0, 0.26);
}
.form-group.is-focused .radio label:hover,
.form-group.is-focused .radio label:focus {
  color: rgba(0, 0, 0, .54);
}
fieldset[disabled] .form-group.is-focused .radio label {
  color: rgba(0, 0, 0, 0.26);
}
.radio label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 2px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.radio label .circle {
  border: 2px solid rgba(0, 0, 0, .54);
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.radio label .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #009688;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.radio label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1);
}
.radio label input[type=radio]:not(:checked) ~ .check:after {
  -webkit-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}
.radio label input[type=radio]:checked ~ .check:after {
  -webkit-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}
.radio input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.radio input[type=radio]:checked ~ .check,
.radio input[type=radio]:checked ~ .circle {
  opacity: 1;
}
.radio input[type=radio]:checked ~ .check {
  background-color: #009688;
}
.radio input[type=radio]:checked ~ .circle {
  border-color: #009688;
}
.radio input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.55, 0.55, 1);
  transform: scale3d(0.55, 0.55, 1);
}
.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle {
  opacity: 0.26;
}
.radio input[type=radio][disabled] ~ .check {
  background-color: #000000;
}
.radio input[type=radio][disabled] ~ .circle {
  border-color: #000000;
}
.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark .radio input[type=radio][disabled] ~ .circle {
  opacity: 0.3;
}
.theme-dark .radio input[type=radio][disabled] ~ .check {
  background-color: #ffffff;
}
.theme-dark .radio input[type=radio][disabled] ~ .circle {
  border-color: #ffffff;
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
legend {
  margin-bottom: 22px;
  font-size: 24px;
}
output {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.42857143;
}
.form-control {
  height: 38px;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1.42857143;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 38px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 24px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 44px;
  }
}
.radio label,
.checkbox label {
  min-height: 22px;
}
.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 38px;
}
.input-sm .input-sm {
  height: 24px;
  padding: 3px 0;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
.input-sm select.input-sm {
  height: 24px;
  line-height: 24px;
}
.input-sm textarea.input-sm,
.input-sm select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 24px;
  padding: 3px 0;
  font-size: 11px;
  line-height: 1.5;
}
.form-group-sm select.form-control {
  height: 24px;
  line-height: 24px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 24px;
  min-height: 33px;
  padding: 4px 0;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg .input-lg {
  height: 44px;
  padding: 9px 0;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.input-lg select.input-lg {
  height: 44px;
  line-height: 44px;
}
.input-lg textarea.input-lg,
.input-lg select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 44px;
  padding: 9px 0;
  font-size: 18px;
  line-height: 1.3333333;
}
.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 44px;
  min-height: 40px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.3333333;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 8px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 12.9999997px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    font-size: 11px;
  }
}
.label {
  border-radius: 1px;
}
.label,
.label.label-default {
  background-color: #9e9e9e;
}
.label.label-inverse {
  background-color: #3f51b5;
}
.label.label-primary {
  background-color: #009688;
}
.label.label-success {
  background-color: #4caf50;
}
.label.label-info {
  background-color: #03a9f4;
}
.label.label-warning {
  background-color: #ff5722;
}
.label.label-danger {
  background-color: #f44336;
}
.form-control,
.form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder {
  color: #BDBDBD;
  font-weight: 400;
}
.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
  color: #BDBDBD;
  font-weight: 400;
}
.form-control[readonly],
.form-group .form-control[readonly],
.form-control[disabled],
.form-group .form-control[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
  background-color: rgba(0, 0, 0, 0);
}
.form-control[disabled],
.form-group .form-control[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
  background-image: none;
  border-bottom: 1px dotted #D2D2D2;
}
.form-group {
  position: relative;
}
.form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.form-group.label-floating label.control-label {
  will-change:
    left,
    top,
    contents;
}
.form-group.label-placeholder:not(.is-empty) label.control-label {
  display: none;
}
.form-group .help-block {
  position: absolute;
  display: none;
}
.form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-group.is-focused .form-control .material-input:after {
  background-color: #009688;
}
.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #009688;
}
.form-group.is-focused.label-placeholder label,
.form-group.is-focused.label-placeholder label.control-label {
  color: #BDBDBD;
}
.form-group.is-focused .help-block {
  display: block;
}
.form-group.has-warning .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.has-warning.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5722), to(#ff5722)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#ff5722, #ff5722), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#ff5722, #ff5722), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.has-warning label.control-label,
.form-group.has-warning .help-block {
  color: #ff5722;
}
.form-group.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.has-error.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.has-error label.control-label,
.form-group.has-error .help-block {
  color: #f44336;
}
.form-group.has-success .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.has-success.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#4caf50, #4caf50), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.has-success label.control-label,
.form-group.has-success .help-block {
  color: #4caf50;
}
.form-group.has-info .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.has-info.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#03a9f4)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#03a9f4, #03a9f4), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.has-info label.control-label,
.form-group.has-info .help-block {
  color: #03a9f4;
}
.form-group textarea {
  resize: none;
}
.form-group textarea ~ .form-control-highlight {
  margin-top: -11px;
}
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group select ~ .material-input:after {
  display: none;
}
.form-control {
  margin-bottom: 7px;
}
.form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.checkbox label,
.radio label,
label {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
label.control-label {
  font-size: 12px;
  line-height: 1.07142857;
  color: #BDBDBD;
  font-weight: 400;
  margin: 16px 0 0 0;
}
.help-block {
  margin-top: 0;
  font-size: 12px;
}
.form-group {
  padding-bottom: 7px;
  margin: 28px 0 0 0;
}
.form-group .form-control {
  margin-bottom: 7px;
}
.form-group .form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group .checkbox label,
.form-group .radio label,
.form-group label {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group label.control-label {
  font-size: 12px;
  line-height: 1.07142857;
  color: #BDBDBD;
  font-weight: 400;
  margin: 16px 0 0 0;
}
.form-group .help-block {
  margin-top: 0;
  font-size: 12px;
}
.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: -7px;
  font-size: 16px;
  line-height: 1.42857143;
}
.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -30px;
  left: 0;
  font-size: 12px;
  line-height: 1.07142857;
}
.form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
  top: -30px;
  left: 0;
  font-size: 12px;
  line-height: 1.07142857;
}
.form-group.form-group-sm {
  padding-bottom: 3px;
  margin: 21px 0 0 0;
}
.form-group.form-group-sm .form-control {
  margin-bottom: 3px;
}
.form-group.form-group-sm .form-control::-moz-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-sm .form-control:-ms-input-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-sm .form-control::-webkit-input-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-sm .checkbox label,
.form-group.form-group-sm .radio label,
.form-group.form-group-sm label {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-sm label.control-label {
  font-size: 9px;
  line-height: 1.125;
  color: #BDBDBD;
  font-weight: 400;
  margin: 16px 0 0 0;
}
.form-group.form-group-sm .help-block {
  margin-top: 0;
  font-size: 9px;
}
.form-group.form-group-sm.label-floating label.control-label,
.form-group.form-group-sm.label-placeholder label.control-label {
  top: -11px;
  font-size: 11px;
  line-height: 1.5;
}
.form-group.form-group-sm.label-static label.control-label,
.form-group.form-group-sm.label-floating.is-focused label.control-label,
.form-group.form-group-sm.label-floating:not(.is-empty) label.control-label {
  top: -25px;
  left: 0;
  font-size: 9px;
  line-height: 1.125;
}
.form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
  top: -25px;
  left: 0;
  font-size: 9px;
  line-height: 1.125;
}
.form-group.form-group-lg {
  padding-bottom: 9px;
  margin: 30px 0 0 0;
}
.form-group.form-group-lg .form-control {
  margin-bottom: 9px;
}
.form-group.form-group-lg .form-control::-moz-placeholder {
  font-size: 18px;
  line-height: 1.3333333;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-lg .form-control:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.3333333;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-lg .form-control::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.3333333;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-lg .checkbox label,
.form-group.form-group-lg .radio label,
.form-group.form-group-lg label {
  font-size: 18px;
  line-height: 1.3333333;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-lg label.control-label {
  font-size: 14px;
  line-height: 0.99999998;
  color: #BDBDBD;
  font-weight: 400;
  margin: 16px 0 0 0;
}
.form-group.form-group-lg .help-block {
  margin-top: 0;
  font-size: 14px;
}
.form-group.form-group-lg.label-floating label.control-label,
.form-group.form-group-lg.label-placeholder label.control-label {
  top: -5px;
  font-size: 18px;
  line-height: 1.3333333;
}
.form-group.form-group-lg.label-static label.control-label,
.form-group.form-group-lg.label-floating.is-focused label.control-label,
.form-group.form-group-lg.label-floating:not(.is-empty) label.control-label {
  top: -32px;
  left: 0;
  font-size: 14px;
  line-height: 0.99999998;
}
.form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
  top: -32px;
  left: 0;
  font-size: 14px;
  line-height: 0.99999998;
}
select.form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.form-group.is-focused select.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #D2D2D2;
}
select.form-control[multiple],
.form-group.is-focused select.form-control[multiple] {
  height: 85px;
}
.input-group-btn .btn {
  margin: 0 0 7px 0;
}
.form-group.form-group-sm .input-group-btn .btn {
  margin: 0 0 3px 0;
}
.form-group.form-group-lg .input-group-btn .btn {
  margin: 0 0 9px 0;
}
.input-group .input-group-btn {
  padding: 0 12px;
}
.input-group .input-group-addon {
  border: 0;
  background: transparent;
}
.form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
legend {
  border-bottom: 0;
}
.list-group {
  border-radius: 0;
}
.list-group .list-group-item {
  background-color: transparent;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0 16px;
}
.list-group .list-group-item.baseline {
  border-bottom: 1px solid #cecece;
}
.list-group .list-group-item.baseline:last-child {
  border-bottom: none;
}
.list-group .list-group-item .row-picture,
.list-group .list-group-item .row-action-primary {
  display: inline-block;
  padding-right: 16px;
}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img,
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i,
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {
  display: block;
  width: 56px;
  height: 56px;
}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img {
  background: rgba(0, 0, 0, 0.1);
  padding: 1px;
}
.list-group .list-group-item .row-picture img.circle,
.list-group .list-group-item .row-action-primary img.circle {
  border-radius: 100%;
}
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: white;
}
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {
  margin-left: 7px;
  margin-right: -7px;
  margin-top: 5px;
  margin-bottom: -5px;
}
.list-group .list-group-item .row-picture label .checkbox-material,
.list-group .list-group-item .row-action-primary label .checkbox-material {
  left: -10px;
}
.list-group .list-group-item .row-content {
  display: inline-block;
  width: -webkit-calc(100% - 92px);
  width: calc(100% - 92px);
  min-height: 66px;
}
.list-group .list-group-item .row-content .action-secondary {
  position: absolute;
  right: 16px;
  top: 16px;
}
.list-group .list-group-item .row-content .action-secondary i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.list-group .list-group-item .row-content .action-secondary ~ * {
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.list-group .list-group-item .row-content .least-content {
  position: absolute;
  right: 16px;
  top: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
.list-group .list-group-item .list-group-item-heading {
  color: rgba(0, 0, 0, 0.77);
  font-size: 20px;
  line-height: 29px;
}
.list-group .list-group-item.active:hover,
.list-group .list-group-item.active:focus {
  background: rgba(0, 0, 0, 0.15);
  outline: 10px solid rgba(0, 0, 0, 0.15);
}
.list-group .list-group-item.active .list-group-item-heading,
.list-group .list-group-item.active .list-group-item-text {
  color: rgba(0, 0, 0, 0.87);
}
.list-group .list-group-separator {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-group .list-group-separator:before {
  content: "";
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  float: right;
}
.navbar {
  background-color: #009688;
  border: 0;
  border-radius: 0;
}
.navbar .navbar-brand {
  position: relative;
  height: 60px;
  line-height: 30px;
  color: inherit;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: inherit;
  background-color: transparent;
}
.navbar .navbar-text {
  color: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar .navbar-nav > li > a {
  color: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: inherit;
  background-color: transparent;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  color: inherit;
  background-color: transparent;
  opacity: 0.9;
}
.navbar .navbar-toggle {
  border: 0;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-toggle .icon-bar {
  background-color: inherit;
  border: 1px solid;
}
.navbar .navbar-default .navbar-toggle,
.navbar .navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: inherit;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .navbar-text {
    color: inherit;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
    border: 0;
    color: inherit;
  }
  .navbar .navbar-nav .open .dropdown-menu .divider {
    border-bottom: 1px solid;
    opacity: 0.08;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: inherit;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: inherit;
    background-color: transparent;
  }
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: inherit;
    background-color: transparent;
  }
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: inherit;
    background-color: transparent;
  }
}
.navbar .navbar-link {
  color: inherit;
}
.navbar .navbar-link:hover {
  color: inherit;
}
.navbar .btn-link {
  color: inherit;
}
.navbar .btn-link:hover,
.navbar .btn-link:focus {
  color: inherit;
}
.navbar .btn-link[disabled]:hover,
fieldset[disabled] .navbar .btn-link:hover,
.navbar .btn-link[disabled]:focus,
fieldset[disabled] .navbar .btn-link:focus {
  color: inherit;
}
.navbar .navbar-form {
  margin-top: 16px;
}
.navbar .navbar-form .form-group {
  margin: 0;
  padding: 0;
}
.navbar .navbar-form .form-group .material-input:before,
.navbar .navbar-form .form-group.is-focused .material-input:after {
  background-color: inherit;
}
.navbar .navbar-form .form-group .form-control,
.navbar .navbar-form .form-control {
  border-color: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  height: 28px;
  font-size: 14px;
  line-height: 1.42857143;
}
.navbar,
.navbar.navbar-default {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-default .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar .navbar-form input.form-control::-moz-placeholder,
.navbar.navbar-default .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-default .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar .navbar-form input.form-control:-ms-input-placeholder,
.navbar.navbar-default .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-default .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar .navbar-form input.form-control::-webkit-input-placeholder,
.navbar.navbar-default .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar .dropdown-menu,
.navbar.navbar-default .dropdown-menu {
  border-radius: 2px;
}
.navbar .dropdown-menu li > a,
.navbar.navbar-default .dropdown-menu li > a {
  font-size: 16px;
  padding: 13px 16px;
}
.navbar .dropdown-menu li > a:hover,
.navbar.navbar-default .dropdown-menu li > a:hover,
.navbar .dropdown-menu li > a:focus,
.navbar.navbar-default .dropdown-menu li > a:focus {
  color: #009688;
  background-color: #eeeeee;
}
.navbar .dropdown-menu .active > a,
.navbar.navbar-default .dropdown-menu .active > a {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar .dropdown-menu .active > a:hover,
.navbar.navbar-default .dropdown-menu .active > a:hover,
.navbar .dropdown-menu .active > a:focus,
.navbar.navbar-default .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-inverse {
  background-color: #3f51b5;
  color: #ffffff;
}
.navbar.navbar-inverse .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-inverse .navbar-form input.form-control::-moz-placeholder {
  color: #ffffff;
}
.navbar.navbar-inverse .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-inverse .navbar-form input.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.navbar.navbar-inverse .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-inverse .navbar-form input.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.navbar.navbar-inverse .dropdown-menu {
  border-radius: 2px;
}
.navbar.navbar-inverse .dropdown-menu li > a {
  font-size: 16px;
  padding: 13px 16px;
}
.navbar.navbar-inverse .dropdown-menu li > a:hover,
.navbar.navbar-inverse .dropdown-menu li > a:focus {
  color: #3f51b5;
  background-color: #eeeeee;
}
.navbar.navbar-inverse .dropdown-menu .active > a {
  background-color: #3f51b5;
  color: #ffffff;
}
.navbar.navbar-inverse .dropdown-menu .active > a:hover,
.navbar.navbar-inverse .dropdown-menu .active > a:focus {
  color: #ffffff;
}
.navbar.navbar-primary {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-primary .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-primary .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-primary .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-primary .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-primary .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-primary .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-primary .dropdown-menu {
  border-radius: 2px;
}
.navbar.navbar-primary .dropdown-menu li > a {
  font-size: 16px;
  padding: 13px 16px;
}
.navbar.navbar-primary .dropdown-menu li > a:hover,
.navbar.navbar-primary .dropdown-menu li > a:focus {
  color: #009688;
  background-color: #eeeeee;
}
.navbar.navbar-primary .dropdown-menu .active > a {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-primary .dropdown-menu .active > a:hover,
.navbar.navbar-primary .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-success {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-success .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-success .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-success .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-success .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-success .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-success .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-success .dropdown-menu {
  border-radius: 2px;
}
.navbar.navbar-success .dropdown-menu li > a {
  font-size: 16px;
  padding: 13px 16px;
}
.navbar.navbar-success .dropdown-menu li > a:hover,
.navbar.navbar-success .dropdown-menu li > a:focus {
  color: #4caf50;
  background-color: #eeeeee;
}
.navbar.navbar-success .dropdown-menu .active > a {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-success .dropdown-menu .active > a:hover,
.navbar.navbar-success .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-info {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-info .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-info .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-info .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-info .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-info .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-info .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-info .dropdown-menu {
  border-radius: 2px;
}
.navbar.navbar-info .dropdown-menu li > a {
  font-size: 16px;
  padding: 13px 16px;
}
.navbar.navbar-info .dropdown-menu li > a:hover,
.navbar.navbar-info .dropdown-menu li > a:focus {
  color: #03a9f4;
  background-color: #eeeeee;
}
.navbar.navbar-info .dropdown-menu .active > a {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-info .dropdown-menu .active > a:hover,
.navbar.navbar-info .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-warning {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-warning .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-warning .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-warning .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-warning .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-warning .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-warning .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-warning .dropdown-menu {
  border-radius: 2px;
}
.navbar.navbar-warning .dropdown-menu li > a {
  font-size: 16px;
  padding: 13px 16px;
}
.navbar.navbar-warning .dropdown-menu li > a:hover,
.navbar.navbar-warning .dropdown-menu li > a:focus {
  color: #ff5722;
  background-color: #eeeeee;
}
.navbar.navbar-warning .dropdown-menu .active > a {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-warning .dropdown-menu .active > a:hover,
.navbar.navbar-warning .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-danger {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-danger .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-danger .navbar-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-danger .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-danger .navbar-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-danger .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-danger .navbar-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-danger .dropdown-menu {
  border-radius: 2px;
}
.navbar.navbar-danger .dropdown-menu li > a {
  font-size: 16px;
  padding: 13px 16px;
}
.navbar.navbar-danger .dropdown-menu li > a:hover,
.navbar.navbar-danger .dropdown-menu li > a:focus {
  color: #f44336;
  background-color: #eeeeee;
}
.navbar.navbar-danger .dropdown-menu .active > a {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.navbar.navbar-danger .dropdown-menu .active > a:hover,
.navbar.navbar-danger .dropdown-menu .active > a:focus {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-inverse {
  background-color: #3f51b5;
}
@media (max-width: 1199px) {
  .navbar .navbar-brand {
    height: 50px;
    padding: 10px 15px;
  }
  .navbar .navbar-form {
    margin-top: 10px;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.dropdown-menu li {
  overflow: hidden;
  position: relative;
}
.dropdown-menu li a:hover {
  background-color: transparent;
  color: #009688;
}
.alert {
  border: 0;
  border-radius: 0;
}
.alert,
.alert.alert-default {
  background-color: rgba(255, 255, 255, 0.84);
  color: rgba(255, 255, 255, 0.84);
}
.alert a,
.alert.alert-default a,
.alert .alert-link,
.alert.alert-default .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-inverse {
  background-color: #3f51b5;
  color: #ffffff;
}
.alert.alert-inverse a,
.alert.alert-inverse .alert-link {
  color: #ffffff;
}
.alert.alert-primary {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-primary a,
.alert.alert-primary .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-success {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-success a,
.alert.alert-success .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-info {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-info a,
.alert.alert-info .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-warning {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-warning a,
.alert.alert-warning .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-danger {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-danger a,
.alert.alert-danger .alert-link {
  color: rgba(255, 255, 255, 0.84);
}
.alert-info,
.alert-danger,
.alert-warning,
.alert-success {
  color: rgba(255, 255, 255, 0.84);
}
.alert-default a,
.alert-default .alert-link {
  color: rgba(0, 0, 0, 0.87);
}
.progress {
  height: 4px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #c8c8c8;
}
.progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar,
.progress .progress-bar.progress-bar-default {
  background-color: #009688;
}
.progress .progress-bar.progress-bar-inverse {
  background-color: #3f51b5;
}
.progress .progress-bar.progress-bar-primary {
  background-color: #009688;
}
.progress .progress-bar.progress-bar-success {
  background-color: #4caf50;
}
.progress .progress-bar.progress-bar-info {
  background-color: #03a9f4;
}
.progress .progress-bar.progress-bar-warning {
  background-color: #ff5722;
}
.progress .progress-bar.progress-bar-danger {
  background-color: #f44336;
}
.text-warning {
  color: #ff5722;
}
.text-primary {
  color: #009688;
}
.text-danger {
  color: #f44336;
}
.text-success {
  color: #4caf50;
}
.text-info {
  color: #03a9f4;
}
.nav-tabs {
  background: #009688;
}
.nav-tabs > li > a {
  color: #FFFFFF;
  border: 0;
  margin: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent !important;
  border: 0 !important;
  color: #FFFFFF !important;
  font-weight: 500;
}
.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.popover,
.tooltip-inner {
  color: #ececec;
  line-height: 1em;
  background: rgba(101, 101, 101, 0.9);
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.tooltip,
.tooltip.in {
  opacity: 1;
}
.popover .arrow,
.tooltip .arrow,
.popover .tooltip-arrow,
.tooltip .tooltip-arrow {
  display: none;
}
.card {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card .card-height-indicator {
  margin-top: 100%;
}
.card .card-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card .card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  pointer-events: none;
}
.card .card-image .card-image-headline {
  position: absolute;
  bottom: 16px;
  left: 18px;
  color: #fff;
  font-size: 2em;
}
.card .card-body {
  height: 30%;
  padding: 18px;
}
.card .card-footer {
  height: 10%;
  padding: 18px;
}
.card .card-footer button,
.card .card-footer a {
  margin: 0 !important;
  position: relative;
  bottom: 25px;
  width: auto;
}
.card .card-footer button:first-child,
.card .card-footer a:first-child {
  left: -15px;
}
.modal-content {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  border: none;
}
.modal-content .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
}
.modal-content .modal-body {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.modal-content .modal-footer {
  border-top: none;
  padding: 7px;
}
.modal-content .modal-footer button {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}
.modal-content .modal-footer button.pull-left {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  left: -5px;
}
.modal-content .modal-footer button + button {
  margin-bottom: 16px;
}
.modal-content .modal-body + .modal-footer {
  padding-top: 0;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.3);
}
.panel {
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.panel > .panel-heading,
.panel.panel-default > .panel-heading {
  background-color: #eeeeee;
}
.panel.panel-inverse > .panel-heading {
  background-color: #3f51b5;
}
.panel.panel-primary > .panel-heading {
  background-color: #009688;
}
.panel.panel-success > .panel-heading {
  background-color: #4caf50;
}
.panel.panel-info > .panel-heading {
  background-color: #03a9f4;
}
.panel.panel-warning > .panel-heading {
  background-color: #ff5722;
}
.panel.panel-danger > .panel-heading {
  background-color: #f44336;
}
[class*=panel-] > .panel-heading {
  color: rgba(255, 255, 255, 0.84);
  border: 0;
}
.panel-default > .panel-heading,
.panel:not([class*=panel-]) > .panel-heading {
  color: rgba(0, 0, 0, 0.87);
}
.panel-footer {
  background-color: #eeeeee;
}
hr.on-dark {
  color: #1a1a1a;
}
hr.on-light {
  color: #ffffff;
}
@media (-webkit-min-device-pixel-ratio: 0.75), (min--moz-device-pixel-ratio: 0.75), (-o-device-pixel-ratio: 3/4), (min-device-pixel-ratio: 0.75), (-o-min-device-pixel-ratio: 3/4), (min-resolution: 0.75dppx), (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  hr {
    height: 0.75px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1), (min--moz-device-pixel-ratio: 1), (-o-device-pixel-ratio: 1), (min-device-pixel-ratio: 1), (-o-min-device-pixel-ratio: 1/1), (min-resolution: 1dppx), (-webkit-min-device-pixel-ratio: 1.6666666666666667), (-o-min-device-pixel-ratio: 5/3), (min-resolution: 160dpi) {
  hr {
    height: 1px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.33), (min--moz-device-pixel-ratio: 1.33), (-o-device-pixel-ratio: 133/100), (min-device-pixel-ratio: 1.33), (-o-min-device-pixel-ratio: 133/100), (min-resolution: 1.33dppx), (-webkit-min-device-pixel-ratio: 2.21875), (-o-min-device-pixel-ratio: 71/32), (min-resolution: 213dpi) {
  hr {
    height: 1.333px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 2.5), (-o-min-device-pixel-ratio: 5/2), (min-resolution: 240dpi) {
  hr {
    height: 1.5px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 3.9583333333333335), (-o-min-device-pixel-ratio: 95/24), (min-resolution: 380dpi) {
  hr {
    height: 2px;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (-o-device-pixel-ratio: 3/1), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (-webkit-min-device-pixel-ratio: 5), (-o-min-device-pixel-ratio: 5/1), (min-resolution: 480dpi) {
  hr {
    height: 3px;
  }
}
@media (-webkit-min-device-pixel-ratio: 4), (min--moz-device-pixel-ratio: 4), (-o-device-pixel-ratio: 4/1), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 4/1), (min-resolution: 4dppx), (-webkit-min-device-pixel-ratio: 6.666666666666667), (-o-min-device-pixel-ratio: 20/3), (min-resolution: 640dpi) {
  hr {
    height: 4px;
  }
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
.snackbar {
  background-color: #323232;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  height: 0;
  -webkit-transition:
    -webkit-transform 0.2s ease-in-out,
    opacity 0.2s ease-in,
    height 0s linear 0.2s,
    padding 0s linear 0.2s,
    height 0s linear 0.2s;
  -o-transition:
    -o-transform 0.2s ease-in-out,
    opacity 0.2s ease-in,
    height 0s linear 0.2s,
    padding 0s linear 0.2s,
    height 0s linear 0.2s;
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in,
    height 0s linear 0.2s,
    padding 0s linear 0.2s,
    height 0s linear 0.2s;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
}
.snackbar.snackbar-opened {
  padding: 14px 15px;
  margin-bottom: 20px;
  height: auto;
  -webkit-transition:
    -webkit-transform 0.2s ease-in-out,
    opacity 0.2s ease-in,
    height 0s linear 0.2s,
    height 0s linear 0.2s;
  -o-transition:
    -o-transform 0.2s ease-in-out,
    opacity 0.2s ease-in,
    height 0s linear 0.2s,
    height 0s linear 0.2s;
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in,
    height 0s linear 0.2s,
    height 0s linear 0.2s;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.snackbar.toast {
  border-radius: 200px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  -o-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-handle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  left: -10px;
  top: -5px;
  cursor: ew-resize;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid;
}
.noUi-vertical .noUi-handle {
  margin-left: 5px;
  cursor: ns-resize;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-background {
  height: 2px;
  margin: 20px 0;
}
.noUi-origin {
  margin: 0;
  border-radius: 0;
  height: 2px;
  background: #c8c8c8;
}
.noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #fff;
  border: 2px solid #c8c8c8;
}
.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
  border-width: 1px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-horizontal {
  height: 2px;
  margin: 15px 0;
}
.noUi-vertical {
  height: 100%;
  width: 2px;
  margin: 0 15px;
  display: inline-block;
}
.noUi-handle.noUi-active {
  -webkit-transform: scale3d(2.5, 2.5, 1);
  transform: scale3d(2.5, 2.5, 1);
}
[disabled].noUi-slider {
  opacity: 0.5;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider {
  background: #c8c8c8;
}
.slider.noUi-connect,
.slider.slider-default.noUi-connect {
  background-color: #009688;
}
.slider.slider-inverse.noUi-connect {
  background-color: #3f51b5;
}
.slider.slider-primary.noUi-connect {
  background-color: #009688;
}
.slider.slider-success.noUi-connect {
  background-color: #4caf50;
}
.slider.slider-info.noUi-connect {
  background-color: #03a9f4;
}
.slider.slider-warning.noUi-connect {
  background-color: #ff5722;
}
.slider.slider-danger.noUi-connect {
  background-color: #f44336;
}
.slider .noUi-connect,
.slider.slider-default .noUi-connect {
  background-color: #009688;
}
.slider.slider-inverse .noUi-connect {
  background-color: #3f51b5;
}
.slider.slider-primary .noUi-connect {
  background-color: #009688;
}
.slider.slider-success .noUi-connect {
  background-color: #4caf50;
}
.slider.slider-info .noUi-connect {
  background-color: #03a9f4;
}
.slider.slider-warning .noUi-connect {
  background-color: #ff5722;
}
.slider.slider-danger .noUi-connect {
  background-color: #f44336;
}
.slider .noUi-handle,
.slider.slider-default .noUi-handle {
  background-color: #009688;
}
.slider.slider-inverse .noUi-handle {
  background-color: #3f51b5;
}
.slider.slider-primary .noUi-handle {
  background-color: #009688;
}
.slider.slider-success .noUi-handle {
  background-color: #4caf50;
}
.slider.slider-info .noUi-handle {
  background-color: #03a9f4;
}
.slider.slider-warning .noUi-handle {
  background-color: #ff5722;
}
.slider.slider-danger .noUi-handle {
  background-color: #f44336;
}
.slider .noUi-handle,
.slider.slider-default .noUi-handle {
  border-color: #009688;
}
.slider.slider-inverse .noUi-handle {
  border-color: #3f51b5;
}
.slider.slider-primary .noUi-handle {
  border-color: #009688;
}
.slider.slider-success .noUi-handle {
  border-color: #4caf50;
}
.slider.slider-info .noUi-handle {
  border-color: #03a9f4;
}
.slider.slider-warning .noUi-handle {
  border-color: #ff5722;
}
.slider.slider-danger .noUi-handle {
  border-color: #f44336;
}
.selectize-control.single,
.selectize-control.multi {
  padding: 0;
}
.selectize-control.single .selectize-input,
.selectize-control.multi .selectize-input,
.selectize-control.single .selectize-input.input-active,
.selectize-control.multi .selectize-input.input-active {
  cursor: text;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
  line-height: 30px;
}
.selectize-control.single .selectize-input .has-items,
.selectize-control.multi .selectize-input .has-items,
.selectize-control.single .selectize-input.input-active .has-items,
.selectize-control.multi .selectize-input.input-active .has-items {
  padding: 0;
}
.selectize-control.single .selectize-input:after,
.selectize-control.multi .selectize-input:after,
.selectize-control.single .selectize-input.input-active:after,
.selectize-control.multi .selectize-input.input-active:after {
  right: 5px;
  position: absolute;
  font-size: 25px;
  content: "\e5c5";
  font-family: "Material Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.selectize-control.single .selectize-input input,
.selectize-control.multi .selectize-input input,
.selectize-control.single .selectize-input.input-active input,
.selectize-control.multi .selectize-input.input-active input {
  font-size: 14px;
  outline: 0;
  border: 0;
  background: transparent;
}
.selectize-control.single .selectize-input.label-floating-fix input,
.selectize-control.multi .selectize-input.label-floating-fix input,
.selectize-control.single .selectize-input.input-active.label-floating-fix input,
.selectize-control.multi .selectize-input.input-active.label-floating-fix input {
  opacity: 0;
}
.selectize-control.single .selectize-input > div,
.selectize-control.multi .selectize-input > div,
.selectize-control.single .selectize-input.input-active > div,
.selectize-control.multi .selectize-input.input-active > div,
.selectize-control.single .selectize-input > .item,
.selectize-control.multi .selectize-input > .item,
.selectize-control.single .selectize-input.input-active > .item,
.selectize-control.multi .selectize-input.input-active > .item {
  display: inline-block;
  margin: 0 8px 3px 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.selectize-control.single .selectize-input > div:after,
.selectize-control.multi .selectize-input > div:after,
.selectize-control.single .selectize-input.input-active > div:after,
.selectize-control.multi .selectize-input.input-active > div:after,
.selectize-control.single .selectize-input > .item:after,
.selectize-control.multi .selectize-input > .item:after,
.selectize-control.single .selectize-input.input-active > .item:after,
.selectize-control.multi .selectize-input.input-active > .item:after {
  content: ",";
}
.selectize-control.single .selectize-input > div:last-of-type:after,
.selectize-control.multi .selectize-input > div:last-of-type:after,
.selectize-control.single .selectize-input.input-active > div:last-of-type:after,
.selectize-control.multi .selectize-input.input-active > div:last-of-type:after,
.selectize-control.single .selectize-input > .item:last-of-type:after,
.selectize-control.multi .selectize-input > .item:last-of-type:after,
.selectize-control.single .selectize-input.input-active > .item:last-of-type:after,
.selectize-control.multi .selectize-input.input-active > .item:last-of-type:after {
  content: "";
}
.selectize-control.single .selectize-input > div.active,
.selectize-control.multi .selectize-input > div.active,
.selectize-control.single .selectize-input.input-active > div.active,
.selectize-control.multi .selectize-input.input-active > div.active,
.selectize-control.single .selectize-input > .item.active,
.selectize-control.multi .selectize-input > .item.active,
.selectize-control.single .selectize-input.input-active > .item.active,
.selectize-control.multi .selectize-input.input-active > .item.active {
  font-weight: bold;
  background: transparent;
  border: 0;
}
.selectize-control.single .selectize-dropdown,
.selectize-control.multi .selectize-dropdown {
  position: absolute;
  z-index: 1000;
  border: 0;
  width: 100% !important;
  left: 0 !important;
  height: auto;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  padding: 0;
  margin-top: 3px;
}
.selectize-control.single .selectize-dropdown .active,
.selectize-control.multi .selectize-dropdown .active {
  background-color: inherit;
}
.selectize-control.single .selectize-dropdown .highlight,
.selectize-control.multi .selectize-dropdown .highlight {
  background-color: #d5d8ff;
}
.selectize-control.single .selectize-dropdown .selected,
.selectize-control.multi .selectize-dropdown .selected,
.selectize-control.single .selectize-dropdown .selected.active,
.selectize-control.multi .selectize-dropdown .selected.active {
  background-color: #EEEEEE;
}
.selectize-control.single .selectize-dropdown [data-selectable],
.selectize-control.multi .selectize-dropdown [data-selectable],
.selectize-control.single .selectize-dropdown .optgroup-header,
.selectize-control.multi .selectize-dropdown .optgroup-header {
  padding: 10px 20px;
  cursor: pointer;
}
.selectize-control.single .dropdown-active ~ .selectize-dropdown,
.selectize-control.multi .dropdown-active ~ .selectize-dropdown {
  display: block;
}
.dropdownjs::after {
  right: 5px;
  top: 3px;
  font-size: 25px;
  position: absolute;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  content: "\e5c5";
  pointer-events: none;
  color: #757575;
}
.withripple {
  position: relative;
}
.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}
.ripple.ripple-on {
  -webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: opacity 0.15s ease-in 0s, -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0.1;
}
.ripple.ripple-out {
  -webkit-transition: opacity 0.1s linear 0s !important;
  -o-transition: opacity 0.1s linear 0s !important;
  transition: opacity 0.1s linear 0s !important;
  opacity: 0;
}

/* src/assets/styles/vendor/angular-sequoia.css */
.sequoia .sequoia-search,
.sequoia .sequoia-tree li {
  padding: 10px 15px;
}
.sequoia .sequoia-modal-container .sequoia-modal-title a.sequoia-modal-close,
.sequoia .sequoia-button,
.sequoia .sequoia-tree .sequoia-item-title,
.sequoia input[type=text] {
  padding: 6px 12px;
}
.sequoia .sequoia-modal-container .sequoia-modal-title a.sequoia-modal-close,
.sequoia .sequoia-button {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  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;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sequoia .sequoia-modal-container .sequoia-modal-title a.sequoia-modal-close:hover,
.sequoia .sequoia-button:hover,
.sequoia .sequoia-modal-container .sequoia-modal-title a.sequoia-modal-close:active,
.sequoia .sequoia-button:active,
.sequoia .sequoia-modal-container .sequoia-modal-title a.sequoia-modal-close:focus,
.sequoia .sequoia-button:focus {
  text-decoration: none;
}
.sequoia .sequoia-search .sequoia-actions ul,
.sequoia .sequoia-breadcrumbs {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.sequoia .sequoia-search .sequoia-actions ul li,
.sequoia .sequoia-breadcrumbs li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
#sequoia-tree {
  position: relative;
}
.sequoia {
  width: 100%;
}
.sequoia .sequoia-up-one-level {
  padding: 5px 10px;
}
.sequoia .sequoia-modal-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.sequoia .sequoia-modal-container .sequoia-overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.64);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.sequoia .sequoia-modal-container .sequoia-modal-title {
  border-bottom: 1px solid #d0d5d5;
  padding-bottom: 10px;
  width: 100%;
}
.sequoia .sequoia-modal-container .sequoia-modal-title:before,
.sequoia .sequoia-modal-container .sequoia-modal-title:after {
  content: " ";
  display: table;
}
.sequoia .sequoia-modal-container .sequoia-modal-title:after {
  clear: both;
}
.sequoia .sequoia-modal-container .sequoia-modal-title h4 {
  padding-left: 15px;
}
.sequoia .sequoia-modal-container .sequoia-modal-title a.sequoia-modal-close {
  font-size: 18px;
  font-weight: bold;
}
.sequoia .sequoia-modal-container .sequoia-modal {
  background-color: #fff;
  border: 1px solid #ebeded;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  left: 5%;
  margin-left: -2.5%;
  position: fixed;
  top: 10%;
  width: 90%;
  z-index: 9999;
}
@media (min-width: 786px) {
  .sequoia .sequoia-modal-container .sequoia-modal {
    left: 50%;
    top: 50%;
    margin-left: -380px;
    margin-top: -260px;
    width: 640px;
  }
}
.sequoia .sequoia-notification {
  text-align: center;
  width: 100%;
}
.sequoia .sequoia-notification p {
  padding: 3px 10px;
  background-color: #fbe9d9;
  border: 1px solid #f6ceab;
  border-radius: 3px;
  color: #e67e22;
  font-size: 14px;
  margin: 0px 10px;
}
.sequoia .sequoia-notification p:before,
.sequoia .sequoia-notification p:after {
  content: " ";
  display: table;
}
.sequoia .sequoia-notification p:after {
  clear: both;
}
.sequoia .sequoia-notification p span {
  margin-top: 4px;
}
.sequoia .sequoia-notification p a {
  color: #e67e22;
  margin-top: -5px;
}
.sequoia .sequoia-search:before,
.sequoia .sequoia-search:after {
  content: " ";
  display: table;
}
.sequoia .sequoia-search:after {
  clear: both;
}
@media (min-width: 786px) {
  .sequoia .sequoia-search .sequoia-search-form,
  .sequoia .sequoia-search .sequoia-actions,
  .sequoia .sequoia-search input[type=text],
  .sequoia .sequoia-search .sequoia-search-form a {
    float: left;
  }
}
.sequoia .sequoia-search .sequoia-search-form {
  display: block;
}
.sequoia .sequoia-search .sequoia-search-form:before,
.sequoia .sequoia-search .sequoia-search-form:after {
  content: " ";
  display: table;
}
.sequoia .sequoia-search .sequoia-search-form:after {
  clear: both;
}
.sequoia .sequoia-search .sequoia-search-form a {
  margin-left: 10px;
}
@media (min-width: 786px) {
  .sequoia .sequoia-search .sequoia-search-form {
    width: 80%;
  }
}
.sequoia .sequoia-search .sequoia-search-form input[type=text]:disabled {
  background-color: #ebeded;
  cursor: not-allowed;
}
.sequoia .sequoia-search .sequoia-actions {
  display: block;
}
@media (min-width: 786px) {
  .sequoia .sequoia-search .sequoia-actions {
    width: 20%;
  }
}
.sequoia .sequoia-breadcrumbs {
  margin-left: 10px;
}
.sequoia .sequoia-breadcrumbs li {
  padding-right: 0;
}
.sequoia .sequoia-breadcrumbs li:after {
  content: " \bb";
}
.sequoia .sequoia-breadcrumbs li:last-child:after {
  content: "";
}
.sequoia .sequoia-tree {
  list-style-type: none;
  margin-left: -10px;
  padding-left: 0;
}
.sequoia .sequoia-tree li {
  border-bottom: 1px solid #d0d5d5;
}
.sequoia .sequoia-tree li:before,
.sequoia .sequoia-tree li:after {
  content: " ";
  display: table;
}
.sequoia .sequoia-tree li:after {
  clear: both;
}
.sequoia .sequoia-tree .sequoia-item-actions {
  margin-left: 10px;
}
@media (min-width: 786px) {
  .sequoia .sequoia-tree .sequoia-item-title,
  .sequoia .sequoia-tree .sequoia-item-actions {
    margin-left: 0;
    float: left;
  }
}
.sequoia .sequoia-tree .sequoia-item-title {
  display: block;
}
@media (min-width: 786px) {
  .sequoia .sequoia-tree .sequoia-item-title {
    width: 80%;
  }
}
.sequoia .sequoia-tree .sequoia-item-actions {
  display: block;
}
@media (min-width: 786px) {
  .sequoia .sequoia-tree .sequoia-item-actions {
    width: 20%;
  }
}
.sequoia .sequoia-button.sequoia-button-primary {
  background-color: #1dd1ae;
  color: #fff;
}
.sequoia .sequoia-button.sequoia-button-primary:hover {
  background-color: #17a489;
  border-color: #17a489;
}
.sequoia .sequoia-button.sequoia-button-success {
  background-color: #2ecc71;
  color: #fff;
}
.sequoia .sequoia-button.sequoia-button-success:hover {
  background-color: #25a25a;
  border-color: #25a25a;
}
.sequoia .sequoia-button.sequoia-button-danger {
  background-color: #e74c3c;
  color: #fff;
}
.sequoia .sequoia-button.sequoia-button-danger:hover {
  background-color: #d62c1a;
  border-color: #d62c1a;
}
.sequoia .sequoia-button.sequoia-button-info {
  background-color: #3498db;
  color: #fff;
}
.sequoia .sequoia-button.sequoia-button-info:hover {
  background-color: #217dbb;
  border-color: #217dbb;
}
.sequoia .sequoia-button.sequoia-button-warning {
  background-color: #e67e22;
  color: #fff;
}
.sequoia .sequoia-button.sequoia-button-warning:hover {
  background-color: #bf6516;
  border-color: #bf6516;
}
.sequoia .sequoia-button.sequoia-button-default {
  background-color: #7f8c8d;
  color: #fff;
}
.sequoia .sequoia-button.sequoia-button-default:hover {
  background-color: #667273;
  border-color: #667273;
}
.sequoia input[type=text] {
  border: 1px solid #d0d5d5;
  border-radius: 4px;
  width: 90%;
}
.sequoia .help-text {
  font-size: 11px;
  color: #7f8c8d;
  margin: 5px 0px;
}
.sequoia .help-text.has-error {
  color: #e74c3c;
}
.sequoia .help-text .mute {
  color: #9aa4a5;
}
.sequoia .as-sortable-dragging {
  background-color: #e1f0fa;
  border: 1px dotted #b6daf2;
}
.sequoia .sequoia-animate-repeat.ng-enter,
.sequoia .sequoia-animate-repeat.ng-leave {
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sequoia .sequoia-animate-repeat.ng-enter {
  transform: translateX(-60px);
  transition-duration: 250ms;
  opacity: 0;
}
.sequoia .sequoia-animate-repeat.ng-enter-active {
  transform: translateX(0);
  opacity: 1;
}
.sequoia .sequoia-animate-repeat.ng-leave {
  transform: translateX(0);
  transition-duration: 250ms;
  opacity: 1;
}
.sequoia .sequoia-animate-repeat.ng-leave-active {
  transform: translateX(-60px);
  opacity: 0;
}
.sequoia .sequoia-animate-repeat.ng-hide-add {
  transform: translateX(0);
  transition-duration: 250ms;
  opacity: 1;
}
.sequoia .sequoia-animate-repeat.ng-hide-add.ng-hide-add-active {
  transform: translateX(-60px);
  opacity: 0;
}
.sequoia .sequoia-animate-repeat.ng-hide-remove {
  transform: translateX(-60px);
  transition-duration: 250ms;
  display: block !important;
  opacity: 0;
}
.sequoia .sequoia-animate-repeat.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0);
  opacity: 1;
}

/* src/assets/styles/vendor/angular-facetly.css */
.facetly-facets,
.facetly-filters,
.facetly-typeahead-suggestions ul,
.facetly-typeahead-selected ul {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
.facetly-button {
  background-image: none;
  border-radius: var(--button-border-radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.facetly-button:hover,
.facetly-button:active,
.facetly-button:focus {
  text-decoration: none;
}
.facetly-filters > li,
.facetly-facet {
  background-color: var(--color-gray-200);
  border-radius: var(--button-border-radius-sm);
  padding: 4px;
}
.facetly-button.facetly-button-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.facetly-button.facetly-button-primary:hover {
  background-color: var(--color-primary-800);
  border-color: var(--color-primary-800);
}
.facetly-button.facetly-button-success {
  background-color: var(--color-success);
  color: var(--color-white);
}
.facetly-button.facetly-button-success:hover {
  background-color: var(--color-success-800);
  border-color: var(--color-success-800);
}
.facetly-button.facetly-button-danger {
  background-color: var(--color-danger);
  color: var(--color-white);
}
.facetly-button.facetly-button-danger:hover {
  background-color: var(--color-danger-800);
  border-color: var(--color-danger-800);
}
.facetly-button.facetly-button-info {
  background-color: var(--color-info);
  color: var(--color-white);
}
.facetly-button.facetly-button-info:hover {
  background-color: var(--color-info-800);
  border-color: var(--color-info-800);
}
.facetly-button.facetly-button-warning {
  background-color: var(--color-warning);
  color: var(--color-white);
}
.facetly-button.facetly-button-warning:hover {
  background-color: var(--color-warning-800);
  border-color: var(--color-warning-800);
}
.facetly-button.facetly-button-default {
  background-color: var(--color-gray);
  color: var(--color-white);
}
.facetly-button.facetly-button-default:hover {
  background-color: var(--color-gray-800);
  border-color: var(--color-gray-800);
}
.facetly-text-primary {
  color: var(--color-primary) !important;
}
.facetly-text-success {
  color: var(--color-success) !important;
}
.facetly-text-danger {
  color: var(--color-danger) !important;
}
.facetly-text-info {
  color: var(--color-info) !important;
}
.facetly-text-warning {
  color: var(--color-warning) !important;
}
.facetly-text-default {
  color: var(--color-gray) !important;
}
.facetly-facets > li,
.facetly-filters > li {
  display: inline-block;
  margin: 4px;
}
.facetly-facets > li:first-child,
.facetly-filters > li:first-child {
  margin-left: 0;
}
.facetly-facets > li:last-child,
.facetly-filters > li:last-child {
  margin-right: 0;
}
.facetly-filters {
  display: inline-block;
}
.facetly-filters > li {
  border: 1px solid transparent;
}
.facetly-filters > li.facetly-validation-error {
  border-color: var(--color-danger);
}
.facetly-filters > li .facetly-facet {
  margin: 4px;
}
.facetly-filters > li .facetly-value {
  background-color: var(--color-white);
  border-radius: var(--button-border-radius-sm);
  padding: 0 6px;
}
.facetly-facet {
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
}
a.facetly-facet:active,
a.facetly-facet:focus,
a.facetly-facet:hover {
  background-color: var(--color-gray-300);
}
.facetly-facet,
.facetly-facet a {
  color: var(--color-gray);
  text-decoration: none;
}
.facetly-searchbox {
  background-color: transparent;
  background-image: linear-gradient(var(--color-primary), var(--color-primary)), linear-gradient(var(--color-gray), var(--color-gray));
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  display: inline-block;
  float: none;
  font-size: 14px;
  padding: 5px 0;
  transition: background 0s ease-out;
  width: 80%;
}
.facetly-searchbox:focus {
  outline: none;
}
.facetly-buttons {
  width: 20%;
}
.facetly-searchbox,
.facetly-buttons {
  float: left;
}
.facetly-search:before,
.facetly-search:after {
  content: " ";
  display: table;
}
.facetly-search:after {
  clear: both;
}
.facetly-typeahead {
  display: inline-block;
}
.facetly-typeahead-suggestions {
  background: var(--color-gray-100);
  border: 1px solid var(--color-gray-300);
  box-shadow: 3px 4px 5px -2px var(--color-gray-200);
  cursor: pointer;
  max-width: 600px;
  min-width: 160px;
  opacity: 90;
  position: absolute;
  z-index: 1000;
}
.facetly-typeahead-suggestions ul {
  max-height: 100px;
  overflow-y: scroll;
}
.facetly-typeahead-suggestions ul li {
  border-bottom: 1px solid var(--color-gray-200);
  margin: 5px 0;
}
.facetly-typeahead-suggestions ul li.facetly-suggestion:hover,
.facetly-typeahead-suggestions ul li.facetly-suggestion.selected {
  background-color: var(--color-info);
}
.facetly-typeahead-suggestions ul li.facetly-suggestion:hover a,
.facetly-typeahead-suggestions ul li.facetly-suggestion.selected a {
  color: var(--color-white);
}
.facetly-typeahead-suggestions ul li.last {
  border-bottom: 0;
}
.facetly-typeahead-suggestions ul li a,
.facetly-typeahead-suggestions ul li span {
  color: var(--color-gray);
  padding: 5px;
  text-decoration: none;
}
.facetly-typeahead-suggestions ul li a:hover,
.facetly-typeahead-suggestions ul li a:active,
.facetly-typeahead-suggestions ul li a:focus {
  color: var(--color-white);
}
.facetly-typeahead-suggestions ul li > a,
.facetly-typeahead-suggestions ul li > span {
  display: block;
}
.facetly-typeahead-selected {
  display: inline-block;
}
.facetly-typeahead-selected ul > li {
  display: inline-block;
  margin: 4px;
}
.facetly-typeahead-selected ul > li a {
  text-decoration: none;
}
.facetly-form-control {
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
  display: inline-block;
}
.facetly-form-control:focus {
  outline: none;
}
.facetly-select,
.facetly-hierarchy {
  display: inline-block;
}

/* src/assets/styles/vendor/quill.css */
.readonly .ql-size-small {
  font-size: 0.75em;
}
.readonly .ql-size-large {
  font-size: 1.5em;
}
.readonly .ql-size-huge {
  font-size: 2.5em;
}
.readonly img {
  max-width: 100%;
}
.readonly .ql-align-center {
  text-align: center;
}
.readonly .ql-align-left {
  text-align: left;
}
.readonly .ql-align-right {
  text-align: right;
}
.readonly .ql-align-justify {
  text-align: justify;
}

/* src/assets/styles/vendor.css */

/* src/assets/styles/utilities/variables.css */
:root {
  --screen-xs: 480px;
  --screen-sm: 768px;
  --screen-sm-min: var(--screen-sm);
  --screen-md: 992px;
  --screen-md-min: var(--screen-md);
  --screen-lg: 1200px;
  --screen-lg-min: var(--screen-lg);
  --screen-xs-max: calc(var(--screen-sm-min) - 1);
  --screen-sm-max: calc(var(--screen-md-min) - 1);
  --screen-md-max: calc(var(--screen-lg-min) - 1);
  --rem-base: 1rem;
  --base-font-size: 88.88%;
  --size-gutter: 16px;
  --size-increment-step: 0.25em;
  --body-font-weight: 300;
  --body-font-style: normal;
  --base-line-height: 140%;
  --cursor-default-value: "default";
  --heading-font-family: "DM Sans", sans-serif;
  --body-font-family: "DM Sans", sans-serif;
  --button-border-radius: 8px;
  --button-border-radius-sm: 4px;
  --button-border-radius-lg: 16px;
  --avatar-border-radius: 50%;
  --border-radius: 0;
  --border-color: var(--color-gray);
  --border-style-dotted: 1px dashed var(--color-info);
  --border-style-default: 1px solid var(--color-info);
  --line-height-base: 1.428571429;
  --padding-base-vertical: 6px;
  --padding-base-horizontal: 12px;
  --line-height-computed: calc(var(--rem-base) * var(--line-height-base));
  --input-height-base: calc(var(--line-height-computed) + (var(--padding-base-vertical) * 2) + 2);
  --rsr-color-primary: #1f5b73;
  --rsr-color-primary-100: #ebf5fa;
  --rsr-color-primary-200: #c3e2ef;
  --rsr-color-primary-300: #9bcfe4;
  --rsr-color-primary-400: #72bcd9;
  --rsr-color-primary-500: #4aa9ce;
  --rsr-color-primary-600: #318fb5;
  --rsr-color-primary-700: #266f8d;
  --rsr-color-primary-800: #1b4f64;
  --rsr-color-primary-900: #10303c;
  --rsr-color-info: #001e33;
  --rsr-color-info-100: #e5f4ff;
  --rsr-color-info-200: #b3e0ff;
  --rsr-color-info-300: #80cbff;
  --rsr-color-info-400: #4db5ff;
  --rsr-color-info-500: #1aa1ff;
  --rsr-color-info-600: #0087e6;
  --rsr-color-info-700: #0069b3;
  --rsr-color-info-800: #004b80;
  --rsr-color-info-900: #002d4d;
  --rsr-color-danger: #d00000;
  --rsr-color-danger-100: #ffe5e5;
  --rsr-color-danger-200: #ffb3b3;
  --rsr-color-danger-300: #ff8080;
  --rsr-color-danger-400: #ff4d4d;
  --rsr-color-danger-500: #ff1a1a;
  --rsr-color-danger-600: #e60000;
  --rsr-color-danger-700: #b30000;
  --rsr-color-danger-800: #800000;
  --rsr-color-danger-900: #4d0000;
  --rsr-color-success: #105547;
  --rsr-color-success-100: #eafbf7;
  --rsr-color-success-200: #bff3e8;
  --rsr-color-success-300: #94ebd9;
  --rsr-color-success-400: #69e3ca;
  --rsr-color-success-500: #3edbbb;
  --rsr-color-success-600: #24c1a1;
  --rsr-color-success-700: #2a7d6e;
  --rsr-color-success-800: #32695e;
  --rsr-color-success-900: #0c4036;
  --rsr-color-warning: #ff6d00;
  --rsr-color-warning-100: #fff0e5;
  --rsr-color-warning-200: #ffd3b3;
  --rsr-color-warning-300: #ffb680;
  --rsr-color-warning-400: #ff994d;
  --rsr-color-warning-500: #ff7c1a;
  --rsr-color-warning-600: #e66200;
  --rsr-color-warning-700: #b34c00;
  --rsr-color-warning-800: #803700;
  --rsr-color-warning-900: #4d2100;
  --rsr-color-neutral: #4f4f50;
  --rsr-color-neutral-100: #f2f2f2;
  --rsr-color-neutral-200: #d9d9d9;
  --rsr-color-neutral-300: #bfbfc0;
  --rsr-color-neutral-400: #a5a5a6;
  --rsr-color-neutral-500: #8c8c8d;
  --rsr-color-neutral-600: #727273;
  --rsr-color-neutral-700: #59595a;
  --rsr-color-neutral-800: #3f3f40;
  --rsr-color-neutral-900: #262626;
  --color-primary: var(--rsr-color-primary);
  --color-primary-100:var(--rsr-color-primary-100);
  --color-primary-200:var(--rsr-color-primary-200);
  --color-primary-300:var(--rsr-color-primary-300);
  --color-primary-400:var(--rsr-color-primary-400);
  --color-primary-500:var(--rsr-color-primary-500);
  --color-primary-600:var(--rsr-color-primary-600);
  --color-primary-700:var(--rsr-color-primary-700);
  --color-primary-800:var(--rsr-color-primary-800);
  --color-primary-900:var(--rsr-color-primary-900);
  --color-info: var(--rsr-color-info);
  --color-info-100:var(--rsr-color-info-100);
  --color-info-200:var(--rsr-color-info-200);
  --color-info-300:var(--rsr-color-info-300);
  --color-info-400:var(--rsr-color-info-400);
  --color-info-500:var(--rsr-color-info-500);
  --color-info-600:var(--rsr-color-info-600);
  --color-info-700:var(--rsr-color-info-700);
  --color-info-800:var(--rsr-color-info-800);
  --color-info-900:var(--rsr-color-info-900);
  --color-danger: var(--rsr-color-danger);
  --color-danger-100:var(--rsr-color-danger-100);
  --color-danger-200:var(--rsr-color-danger-200);
  --color-danger-300:var(--rsr-color-danger-300);
  --color-danger-400:var(--rsr-color-danger-400);
  --color-danger-500:var(--rsr-color-danger-500);
  --color-danger-600:var(--rsr-color-danger-600);
  --color-danger-700:var(--rsr-color-danger-700);
  --color-danger-800:var(--rsr-color-danger-800);
  --color-danger-900:var(--rsr-color-danger-900);
  --color-success: var(--rsr-color-success);
  --color-success-100:var(--rsr-color-success-100);
  --color-success-200:var(--rsr-color-success-200);
  --color-success-300:var(--rsr-color-success-300);
  --color-success-400:var(--rsr-color-success-400);
  --color-success-500:var(--rsr-color-success-500);
  --color-success-600:var(--rsr-color-success-600);
  --color-success-700:var(--rsr-color-success-700);
  --color-success-800:var(--rsr-color-success-800);
  --color-success-900:var(--rsr-color-success-900);
  --color-warning: var(--rsr-color-warning);
  --color-warning-100:var(--rsr-color-warning-100);
  --color-warning-200:var(--rsr-color-warning-200);
  --color-warning-300:var(--rsr-color-warning-300);
  --color-warning-400:var(--rsr-color-warning-400);
  --color-warning-500:var(--rsr-color-warning-500);
  --color-warning-600:var(--rsr-color-warning-600);
  --color-warning-700:var(--rsr-color-warning-700);
  --color-warning-800:var(--rsr-color-warning-800);
  --color-warning-900:var(--rsr-color-warning-900);
  --color-gray: var(--rsr-color-neutral);
  --color-gray-100: var(--rsr-color-neutral-100);
  --color-gray-200: var(--rsr-color-neutral-200);
  --color-gray-300: var(--rsr-color-neutral-300);
  --color-gray-400: var(--rsr-color-neutral-400);
  --color-gray-500: var(--rsr-color-neutral-500);
  --color-gray-600: var(--rsr-color-neutral-600);
  --color-gray-700: var(--rsr-color-neutral-700);
  --color-gray-800: var(--rsr-color-neutral-800);
  --color-gray-900: var(--rsr-color-neutral-900);
  --color-banner-header: var(--rsr-color-primary);
  --color-white: #fff;
  --color-black: #171717;
  --color-form-field-focus: hsla(65, 100%, 87%, 0.64);
  --color-box-shadow: hsla(0, 0%, 0%, 0.12);
  --body-background: hsl(0, 0%, 90%);
  --font-color: var(--color-gray-900);
  --font-hover-color: var(--color-gray-700);
  --theme-button-font-color: hsl(0, 0%, 100%);
  --link-color: var(--color-primary-700);
}

/* src/assets/styles/utilities/background.css */
.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-primary-100 {
  background-color: var(--color-primary-100) !important;
}
.bg-primary-200 {
  background-color: var(--color-primary-200) !important;
}
.bg-primary-300 {
  background-color: var(--color-primary-300) !important;
}
.bg-primary-400 {
  background-color: var(--color-primary-400) !important;
}
.bg-primary-500 {
  background-color: var(--color-primary-500) !important;
}
.bg-primary-600 {
  background-color: var(--color-primary-600) !important;
}
.bg-primary-700 {
  background-color: var(--color-primary-700) !important;
}
.bg-primary-800 {
  background-color: var(--color-primary-800) !important;
}
.bg-primary-900 {
  background-color: var(--color-primary-900) !important;
}
.bg-danger {
  background-color: var(--color-danger) !important;
}
.bg-danger-100 {
  background-color: var(--color-danger-100) !important;
}
.bg-danger-200 {
  background-color: var(--color-danger-200) !important;
}
.bg-danger-300 {
  background-color: var(--color-danger-300) !important;
}
.bg-danger-400 {
  background-color: var(--color-danger-400) !important;
}
.bg-danger-500 {
  background-color: var(--color-danger-500) !important;
}
.bg-danger-600 {
  background-color: var(--color-danger-600) !important;
}
.bg-danger-700 {
  background-color: var(--color-danger-700) !important;
}
.bg-danger-800 {
  background-color: var(--color-danger-800) !important;
}
.bg-danger-900 {
  background-color: var(--color-danger-900) !important;
}
.bg-info {
  background-color: var(--color-info) !important;
}
.bg-info-100 {
  background-color: var(--color-info-100) !important;
}
.bg-info-200 {
  background-color: var(--color-info-200) !important;
}
.bg-info-300 {
  background-color: var(--color-info-300) !important;
}
.bg-info-400 {
  background-color: var(--color-info-400) !important;
}
.bg-info-500 {
  background-color: var(--color-info-500) !important;
}
.bg-info-600 {
  background-color: var(--color-info-600) !important;
}
.bg-info-700 {
  background-color: var(--color-info-700) !important;
}
.bg-info-800 {
  background-color: var(--color-info-800) !important;
}
.bg-info-900 {
  background-color: var(--color-info-900) !important;
}
.bg-warning {
  background-color: var(--color-warning) !important;
}
.bg-warning-100 {
  background-color: var(--color-warning-100) !important;
}
.bg-warning-200 {
  background-color: var(--color-warning-200) !important;
}
.bg-warning-300 {
  background-color: var(--color-warning-300) !important;
}
.bg-warning-400 {
  background-color: var(--color-warning-400) !important;
}
.bg-warning-500 {
  background-color: var(--color-warning-500) !important;
}
.bg-warning-600 {
  background-color: var(--color-warning-600) !important;
}
.bg-warning-700 {
  background-color: var(--color-warning-700) !important;
}
.bg-warning-800 {
  background-color: var(--color-warning-800) !important;
}
.bg-warning-900 {
  background-color: var(--color-warning-900) !important;
}
.bg-success {
  background-color: var(--color-success) !important;
}
.bg-success-100 {
  background-color: var(--color-success-100) !important;
}
.bg-success-200 {
  background-color: var(--color-success-200) !important;
}
.bg-success-300 {
  background-color: var(--color-success-300) !important;
}
.bg-success-400 {
  background-color: var(--color-success-400) !important;
}
.bg-success-500 {
  background-color: var(--color-success-500) !important;
}
.bg-success-600 {
  background-color: var(--color-success-600) !important;
}
.bg-success-700 {
  background-color: var(--color-success-700) !important;
}
.bg-success-800 {
  background-color: var(--color-success-800) !important;
}
.bg-success-900 {
  background-color: var(--color-success-900) !important;
}
.bg-gray {
  background-color: var(--color-gray) !important;
}
.bg-gray-100 {
  background-color: var(--color-gray-100) !important;
}
.bg-gray-200 {
  background-color: var(--color-gray-200) !important;
}
.bg-gray-300 {
  background-color: var(--color-gray-300) !important;
}
.bg-gray-400 {
  background-color: var(--color-gray-400) !important;
}
.bg-gray-500 {
  background-color: var(--color-gray-500) !important;
}
.bg-gray-600 {
  background-color: var(--color-gray-600) !important;
}
.bg-gray-700 {
  background-color: var(--color-gray-700) !important;
}
.bg-gray-800 {
  background-color: var(--color-gray-800) !important;
}
.bg-gray-900 {
  background-color: var(--color-gray-900) !important;
}
.bg-white {
  background-color: var(--color-white) !important;
}
.bg-black {
  background-color: var(--color-black) !important;
}
.bg-transparent {
  background-color: transparent !important;
}

/* src/assets/styles/utilities/border.css */
.border {
  border-style: solid;
  border-width: 1px;
}
.border-b {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.border-primary {
  border-color: var(--color-primary) !important;
}
.border-primary-100 {
  border-color: var(--color-primary-100) !important;
}
.border-primary-200 {
  border-color: var(--color-primary-200) !important;
}
.border-primary-300 {
  border-color: var(--color-primary-300) !important;
}
.border-primary-400 {
  border-color: var(--color-primary-400) !important;
}
.border-primary-500 {
  border-color: var(--color-primary-500) !important;
}
.border-primary-600 {
  border-color: var(--color-primary-600) !important;
}
.border-primary-700 {
  border-color: var(--color-primary-700) !important;
}
.border-primary-800 {
  border-color: var(--color-primary-800) !important;
}
.border-primary-900 {
  border-color: var(--color-primary-900) !important;
}
.border-danger {
  border-color: var(--color-danger) !important;
}
.border-danger-100 {
  border-color: var(--color-danger-100) !important;
}
.border-danger-200 {
  border-color: var(--color-danger-200) !important;
}
.border-danger-300 {
  border-color: var(--color-danger-300) !important;
}
.border-danger-400 {
  border-color: var(--color-danger-400) !important;
}
.border-danger-500 {
  border-color: var(--color-danger-500) !important;
}
.border-danger-600 {
  border-color: var(--color-danger-600) !important;
}
.border-danger-700 {
  border-color: var(--color-danger-700) !important;
}
.border-danger-800 {
  border-color: var(--color-danger-800) !important;
}
.border-danger-900 {
  border-color: var(--color-danger-900) !important;
}
.border-info {
  border-color: var(--color-info) !important;
}
.border-info-100 {
  border-color: var(--color-info-100) !important;
}
.border-info-200 {
  border-color: var(--color-info-200) !important;
}
.border-info-300 {
  border-color: var(--color-info-300) !important;
}
.border-info-400 {
  border-color: var(--color-info-400) !important;
}
.border-info-500 {
  border-color: var(--color-info-500) !important;
}
.border-info-600 {
  border-color: var(--color-info-600) !important;
}
.border-info-700 {
  border-color: var(--color-info-700) !important;
}
.border-info-800 {
  border-color: var(--color-info-800) !important;
}
.border-info-900 {
  border-color: var(--color-info-900) !important;
}
.border-warning {
  border-color: var(--color-warning) !important;
}
.border-warning-100 {
  border-color: var(--color-warning-100) !important;
}
.border-warning-200 {
  border-color: var(--color-warning-200) !important;
}
.border-warning-300 {
  border-color: var(--color-warning-300) !important;
}
.border-warning-400 {
  border-color: var(--color-warning-400) !important;
}
.border-warning-500 {
  border-color: var(--color-warning-500) !important;
}
.border-warning-600 {
  border-color: var(--color-warning-600) !important;
}
.border-warning-700 {
  border-color: var(--color-warning-700) !important;
}
.border-warning-800 {
  border-color: var(--color-warning-800) !important;
}
.border-warning-900 {
  border-color: var(--color-warning-900) !important;
}
.border-success {
  border-color: var(--color-success) !important;
}
.border-success-100 {
  border-color: var(--color-success-100) !important;
}
.border-success-200 {
  border-color: var(--color-success-200) !important;
}
.border-success-300 {
  border-color: var(--color-success-300) !important;
}
.border-success-400 {
  border-color: var(--color-success-400) !important;
}
.border-success-500 {
  border-color: var(--color-success-500) !important;
}
.border-success-600 {
  border-color: var(--color-success-600) !important;
}
.border-success-700 {
  border-color: var(--color-success-700) !important;
}
.border-success-800 {
  border-color: var(--color-success-800) !important;
}
.border-success-900 {
  border-color: var(--color-success-900) !important;
}
.border-gray {
  border-color: var(--color-gray) !important;
}
.border-gray-100 {
  border-color: var(--color-gray-100) !important;
}
.border-gray-200 {
  border-color: var(--color-gray-200) !important;
}
.border-gray-300 {
  border-color: var(--color-gray-300) !important;
}
.border-gray-400 {
  border-color: var(--color-gray-400) !important;
}
.border-gray-500 {
  border-color: var(--color-gray-500) !important;
}
.border-gray-600 {
  border-color: var(--color-gray-600) !important;
}
.border-gray-700 {
  border-color: var(--color-gray-700) !important;
}
.border-gray-800 {
  border-color: var(--color-gray-800) !important;
}
.border-gray-900 {
  border-color: var(--color-gray-900) !important;
}
.border-white {
  border-color: var(--color-white) !important;
}
.border-black {
  border-color: var(--color-black) !important;
}
.border-transparent {
  border-color: transparent !important;
}

/* src/assets/styles/utilities/display.css */
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}

/* src/assets/styles/utilities/position.css */
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.top-0 {
  top: 0;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-auto {
  z-index: auto;
}

/* src/assets/styles/utilities/size.css */
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}

/* src/assets/styles/utilities/space.css */
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: var(--size-increment-step) !important;
}
.gap-2 {
  gap: calc(var(--size-increment-step) * 2) !important;
}
.gap-3 {
  gap: calc(var(--size-increment-step) * 3) !important;
}
.gap-4 {
  gap: calc(var(--size-increment-step) * 4) !important;
}
.gap-5 {
  gap: calc(var(--size-increment-step) * 5) !important;
}
.gap-6 {
  gap: calc(var(--size-increment-step) * 6) !important;
}
.gap-7 {
  gap: calc(var(--size-increment-step) * 7) !important;
}
.gap-8 {
  gap: calc(var(--size-increment-step) * 8) !important;
}
.gap-9 {
  gap: calc(var(--size-increment-step) * 9) !important;
}
.gap-10 {
  gap: calc(var(--size-increment-step) * 10) !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: var(--size-increment-step) !important;
}
.mt-2 {
  margin-top: calc(var(--size-increment-step) * 2) !important;
}
.mt-3 {
  margin-top: calc(var(--size-increment-step) * 3) !important;
}
.mt-4 {
  margin-top: calc(var(--size-increment-step) * 4) !important;
}
.mt-5 {
  margin-top: calc(var(--size-increment-step) * 5) !important;
}
.mt-6 {
  margin-top: calc(var(--size-increment-step) * 6) !important;
}
.mt-7 {
  margin-top: calc(var(--size-increment-step) * 7) !important;
}
.mt-8 {
  margin-top: calc(var(--size-increment-step) * 8) !important;
}
.mt-9 {
  margin-top: calc(var(--size-increment-step) * 9) !important;
}
.mt-10 {
  margin-top: calc(var(--size-increment-step) * 10) !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: var(--size-increment-step) !important;
}
.pt-2 {
  padding-top: calc(var(--size-increment-step) * 2) !important;
}
.pt-3 {
  padding-top: calc(var(--size-increment-step) * 3) !important;
}
.pt-4 {
  padding-top: calc(var(--size-increment-step) * 4) !important;
}
.pt-5 {
  padding-top: calc(var(--size-increment-step) * 5) !important;
}
.pt-6 {
  padding-top: calc(var(--size-increment-step) * 6) !important;
}
.pt-7 {
  padding-top: calc(var(--size-increment-step) * 7) !important;
}
.pt-8 {
  padding-top: calc(var(--size-increment-step) * 8) !important;
}
.pt-9 {
  padding-top: calc(var(--size-increment-step) * 9) !important;
}
.pt-10 {
  padding-top: calc(var(--size-increment-step) * 10) !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: var(--size-increment-step) !important;
}
.mb-2 {
  margin-bottom: calc(var(--size-increment-step) * 2) !important;
}
.mb-3 {
  margin-bottom: calc(var(--size-increment-step) * 3) !important;
}
.mb-4 {
  margin-bottom: calc(var(--size-increment-step) * 4) !important;
}
.mb-5 {
  margin-bottom: calc(var(--size-increment-step) * 5) !important;
}
.mb-6 {
  margin-bottom: calc(var(--size-increment-step) * 6) !important;
}
.mb-7 {
  margin-bottom: calc(var(--size-increment-step) * 7) !important;
}
.mb-8 {
  margin-bottom: calc(var(--size-increment-step) * 8) !important;
}
.mb-9 {
  margin-bottom: calc(var(--size-increment-step) * 9) !important;
}
.mb-10 {
  margin-bottom: calc(var(--size-increment-step) * 10) !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: var(--size-increment-step) !important;
}
.pb-2 {
  padding-bottom: calc(var(--size-increment-step) * 2) !important;
}
.pb-3 {
  padding-bottom: calc(var(--size-increment-step) * 3) !important;
}
.pb-4 {
  padding-bottom: calc(var(--size-increment-step) * 4) !important;
}
.pb-5 {
  padding-bottom: calc(var(--size-increment-step) * 5) !important;
}
.pb-6 {
  padding-bottom: calc(var(--size-increment-step) * 6) !important;
}
.pb-7 {
  padding-bottom: calc(var(--size-increment-step) * 7) !important;
}
.pb-8 {
  padding-bottom: calc(var(--size-increment-step) * 8) !important;
}
.pb-9 {
  padding-bottom: calc(var(--size-increment-step) * 9) !important;
}
.pb-10 {
  padding-bottom: calc(var(--size-increment-step) * 10) !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: var(--size-increment-step) !important;
}
.ml-2 {
  margin-left: calc(var(--size-increment-step) * 2) !important;
}
.ml-3 {
  margin-left: calc(var(--size-increment-step) * 3) !important;
}
.ml-4 {
  margin-left: calc(var(--size-increment-step) * 4) !important;
}
.ml-5 {
  margin-left: calc(var(--size-increment-step) * 5) !important;
}
.ml-6 {
  margin-left: calc(var(--size-increment-step) * 6) !important;
}
.ml-7 {
  margin-left: calc(var(--size-increment-step) * 7) !important;
}
.ml-8 {
  margin-left: calc(var(--size-increment-step) * 8) !important;
}
.ml-9 {
  margin-left: calc(var(--size-increment-step) * 9) !important;
}
.ml-10 {
  margin-left: calc(var(--size-increment-step) * 10) !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: var(--size-increment-step) !important;
}
.pl-2 {
  padding-left: calc(var(--size-increment-step) * 2) !important;
}
.pl-3 {
  padding-left: calc(var(--size-increment-step) * 3) !important;
}
.pl-4 {
  padding-left: calc(var(--size-increment-step) * 4) !important;
}
.pl-5 {
  padding-left: calc(var(--size-increment-step) * 5) !important;
}
.pl-6 {
  padding-left: calc(var(--size-increment-step) * 6) !important;
}
.pl-7 {
  padding-left: calc(var(--size-increment-step) * 7) !important;
}
.pl-8 {
  padding-left: calc(var(--size-increment-step) * 8) !important;
}
.pl-9 {
  padding-left: calc(var(--size-increment-step) * 9) !important;
}
.pl-10 {
  padding-left: calc(var(--size-increment-step) * 10) !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: var(--size-increment-step) !important;
}
.mr-2 {
  margin-right: calc(var(--size-increment-step) * 2) !important;
}
.mr-3 {
  margin-right: calc(var(--size-increment-step) * 3) !important;
}
.mr-4 {
  margin-right: calc(var(--size-increment-step) * 4) !important;
}
.mr-5 {
  margin-right: calc(var(--size-increment-step) * 5) !important;
}
.mr-6 {
  margin-right: calc(var(--size-increment-step) * 6) !important;
}
.mr-7 {
  margin-right: calc(var(--size-increment-step) * 7) !important;
}
.mr-8 {
  margin-right: calc(var(--size-increment-step) * 8) !important;
}
.mr-9 {
  margin-right: calc(var(--size-increment-step) * 9) !important;
}
.mr-10 {
  margin-right: calc(var(--size-increment-step) * 10) !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: var(--size-increment-step) !important;
}
.pr-2 {
  padding-right: calc(var(--size-increment-step) * 2) !important;
}
.pr-3 {
  padding-right: calc(var(--size-increment-step) * 3) !important;
}
.pr-4 {
  padding-right: calc(var(--size-increment-step) * 4) !important;
}
.pr-5 {
  padding-right: calc(var(--size-increment-step) * 5) !important;
}
.pr-6 {
  padding-right: calc(var(--size-increment-step) * 6) !important;
}
.pr-7 {
  padding-right: calc(var(--size-increment-step) * 7) !important;
}
.pr-8 {
  padding-right: calc(var(--size-increment-step) * 8) !important;
}
.pr-9 {
  padding-right: calc(var(--size-increment-step) * 9) !important;
}
.pr-10 {
  padding-right: calc(var(--size-increment-step) * 10) !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: var(--size-increment-step) !important;
  margin-right: var(--size-increment-step) !important;
}
.mx-2 {
  margin-left: calc(var(--size-increment-step) * 2) !important;
  margin-right: calc(var(--size-increment-step) * 2) !important;
}
.mx-3 {
  margin-left: calc(var(--size-increment-step) * 3) !important;
  margin-right: calc(var(--size-increment-step) * 3) !important;
}
.mx-4 {
  margin-left: calc(var(--size-increment-step) * 4) !important;
  margin-right: calc(var(--size-increment-step) * 4) !important;
}
.mx-5 {
  margin-left: calc(var(--size-increment-step) * 5) !important;
  margin-right: calc(var(--size-increment-step) * 5) !important;
}
.mx-6 {
  margin-left: calc(var(--size-increment-step) * 6) !important;
  margin-right: calc(var(--size-increment-step) * 6) !important;
}
.mx-7 {
  margin-left: calc(var(--size-increment-step) * 7) !important;
  margin-right: calc(var(--size-increment-step) * 7) !important;
}
.mx-8 {
  margin-left: calc(var(--size-increment-step) * 8) !important;
  margin-right: calc(var(--size-increment-step) * 8) !important;
}
.mx-9 {
  margin-left: calc(var(--size-increment-step) * 9) !important;
  margin-right: calc(var(--size-increment-step) * 9) !important;
}
.mx-10 {
  margin-left: calc(var(--size-increment-step) * 10) !important;
  margin-right: calc(var(--size-increment-step) * 10) !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: var(--size-increment-step) !important;
  padding-right: var(--size-increment-step) !important;
}
.px-2 {
  padding-left: calc(var(--size-increment-step) * 2) !important;
  padding-right: calc(var(--size-increment-step) * 2) !important;
}
.px-3 {
  padding-left: calc(var(--size-increment-step) * 3) !important;
  padding-right: calc(var(--size-increment-step) * 3) !important;
}
.px-4 {
  padding-left: calc(var(--size-increment-step) * 4) !important;
  padding-right: calc(var(--size-increment-step) * 4) !important;
}
.px-5 {
  padding-left: calc(var(--size-increment-step) * 5) !important;
  padding-right: calc(var(--size-increment-step) * 5) !important;
}
.px-6 {
  padding-left: calc(var(--size-increment-step) * 6) !important;
  padding-right: calc(var(--size-increment-step) * 6) !important;
}
.px-7 {
  padding-left: calc(var(--size-increment-step) * 7) !important;
  padding-right: calc(var(--size-increment-step) * 7) !important;
}
.px-8 {
  padding-left: calc(var(--size-increment-step) * 8) !important;
  padding-right: calc(var(--size-increment-step) * 8) !important;
}
.px-9 {
  padding-left: calc(var(--size-increment-step) * 9) !important;
  padding-right: calc(var(--size-increment-step) * 9) !important;
}
.px-10 {
  padding-left: calc(var(--size-increment-step) * 10) !important;
  padding-right: calc(var(--size-increment-step) * 10) !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: var(--size-increment-step) !important;
  margin-top: var(--size-increment-step) !important;
}
.my-2 {
  margin-bottom: calc(var(--size-increment-step) * 2) !important;
  margin-top: calc(var(--size-increment-step) * 2) !important;
}
.my-3 {
  margin-bottom: calc(var(--size-increment-step) * 3) !important;
  margin-top: calc(var(--size-increment-step) * 3) !important;
}
.my-4 {
  margin-bottom: calc(var(--size-increment-step) * 4) !important;
  margin-top: calc(var(--size-increment-step) * 4) !important;
}
.my-5 {
  margin-bottom: calc(var(--size-increment-step) * 5) !important;
  margin-top: calc(var(--size-increment-step) * 5) !important;
}
.my-6 {
  margin-bottom: calc(var(--size-increment-step) * 6) !important;
  margin-top: calc(var(--size-increment-step) * 6) !important;
}
.my-7 {
  margin-bottom: calc(var(--size-increment-step) * 7) !important;
  margin-top: calc(var(--size-increment-step) * 7) !important;
}
.my-8 {
  margin-bottom: calc(var(--size-increment-step) * 8) !important;
  margin-top: calc(var(--size-increment-step) * 8) !important;
}
.my-9 {
  margin-bottom: calc(var(--size-increment-step) * 9) !important;
  margin-top: calc(var(--size-increment-step) * 9) !important;
}
.my-10 {
  margin-bottom: calc(var(--size-increment-step) * 10) !important;
  margin-top: calc(var(--size-increment-step) * 10) !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: var(--size-increment-step) !important;
  padding-top: var(--size-increment-step) !important;
}
.py-2 {
  padding-bottom: calc(var(--size-increment-step) * 2) !important;
  padding-top: calc(var(--size-increment-step) * 2) !important;
}
.py-3 {
  padding-bottom: calc(var(--size-increment-step) * 3) !important;
  padding-top: calc(var(--size-increment-step) * 3) !important;
}
.py-4 {
  padding-bottom: calc(var(--size-increment-step) * 4) !important;
  padding-top: calc(var(--size-increment-step) * 4) !important;
}
.py-5 {
  padding-bottom: calc(var(--size-increment-step) * 5) !important;
  padding-top: calc(var(--size-increment-step) * 5) !important;
}
.py-6 {
  padding-bottom: calc(var(--size-increment-step) * 6) !important;
  padding-top: calc(var(--size-increment-step) * 6) !important;
}
.py-7 {
  padding-bottom: calc(var(--size-increment-step) * 7) !important;
  padding-top: calc(var(--size-increment-step) * 7) !important;
}
.py-8 {
  padding-bottom: calc(var(--size-increment-step) * 8) !important;
  padding-top: calc(var(--size-increment-step) * 8) !important;
}
.py-9 {
  padding-bottom: calc(var(--size-increment-step) * 9) !important;
  padding-top: calc(var(--size-increment-step) * 9) !important;
}
.py-10 {
  padding-bottom: calc(var(--size-increment-step) * 10) !important;
  padding-top: calc(var(--size-increment-step) * 10) !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: var(--size-increment-step) !important;
}
.m-2 {
  margin: calc(var(--size-increment-step) * 2) !important;
}
.m-3 {
  margin: calc(var(--size-increment-step) * 3) !important;
}
.m-4 {
  margin: calc(var(--size-increment-step) * 4) !important;
}
.m-5 {
  margin: calc(var(--size-increment-step) * 5) !important;
}
.m-6 {
  margin: calc(var(--size-increment-step) * 6) !important;
}
.m-7 {
  margin: calc(var(--size-increment-step) * 7) !important;
}
.m-8 {
  margin: calc(var(--size-increment-step) * 8) !important;
}
.m-9 {
  margin: calc(var(--size-increment-step) * 9) !important;
}
.m-10 {
  margin: calc(var(--size-increment-step) * 10) !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: var(--size-increment-step) !important;
}
.p-2 {
  padding: calc(var(--size-increment-step) * 2) !important;
}
.p-3 {
  padding: calc(var(--size-increment-step) * 3) !important;
}
.p-4 {
  padding: calc(var(--size-increment-step) * 4) !important;
}
.p-5 {
  padding: calc(var(--size-increment-step) * 5) !important;
}
.p-6 {
  padding: calc(var(--size-increment-step) * 6) !important;
}
.p-7 {
  padding: calc(var(--size-increment-step) * 7) !important;
}
.p-8 {
  padding: calc(var(--size-increment-step) * 8) !important;
}
.p-9 {
  padding: calc(var(--size-increment-step) * 9) !important;
}
.p-10 {
  padding: calc(var(--size-increment-step) * 10) !important;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* src/assets/styles/utilities/text.css */
.text-crossed {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-overline {
  text-decoration: overline;
}
.text-noline {
  text-decoration: none;
}
.text-xs {
  font-size: 0.8rem;
}
.text-sm {
  font-size: 0.9rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2rem;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-nocase {
  text-transform: none;
}
.text-primary {
  color: var(--color-primary) !important;
}
.text-primary-100 {
  color: var(--color-primary-100) !important;
}
.text-primary-200 {
  color: var(--color-primary-200) !important;
}
.text-primary-300 {
  color: var(--color-primary-300) !important;
}
.text-primary-400 {
  color: var(--color-primary-400) !important;
}
.text-primary-500 {
  color: var(--color-primary-500) !important;
}
.text-primary-600 {
  color: var(--color-primary-600) !important;
}
.text-primary-700 {
  color: var(--color-primary-700) !important;
}
.text-primary-800 {
  color: var(--color-primary-800) !important;
}
.text-primary-900 {
  color: var(--color-primary-900) !important;
}
.text-danger {
  color: var(--color-danger) !important;
}
.text-danger-100 {
  color: var(--color-danger-100) !important;
}
.text-danger-200 {
  color: var(--color-danger-200) !important;
}
.text-danger-300 {
  color: var(--color-danger-300) !important;
}
.text-danger-400 {
  color: var(--color-danger-400) !important;
}
.text-danger-500 {
  color: var(--color-danger-500) !important;
}
.text-danger-600 {
  color: var(--color-danger-600) !important;
}
.text-danger-700 {
  color: var(--color-danger-700) !important;
}
.text-danger-800 {
  color: var(--color-danger-800) !important;
}
.text-danger-900 {
  color: var(--color-danger-900) !important;
}
.text-info {
  color: var(--color-info) !important;
}
.text-info-100 {
  color: var(--color-info-100) !important;
}
.text-info-200 {
  color: var(--color-info-200) !important;
}
.text-info-300 {
  color: var(--color-info-300) !important;
}
.text-info-400 {
  color: var(--color-info-400) !important;
}
.text-info-500 {
  color: var(--color-info-500) !important;
}
.text-info-600 {
  color: var(--color-info-600) !important;
}
.text-info-700 {
  color: var(--color-info-700) !important;
}
.text-info-800 {
  color: var(--color-info-800) !important;
}
.text-info-900 {
  color: var(--color-info-900) !important;
}
.text-warning {
  color: var(--color-warning) !important;
}
.text-warning-100 {
  color: var(--color-warning-100) !important;
}
.text-warning-200 {
  color: var(--color-warning-200) !important;
}
.text-warning-300 {
  color: var(--color-warning-300) !important;
}
.text-warning-400 {
  color: var(--color-warning-400) !important;
}
.text-warning-500 {
  color: var(--color-warning-500) !important;
}
.text-warning-600 {
  color: var(--color-warning-600) !important;
}
.text-warning-700 {
  color: var(--color-warning-700) !important;
}
.text-warning-800 {
  color: var(--color-warning-800) !important;
}
.text-warning-900 {
  color: var(--color-warning-900) !important;
}
.text-success {
  color: var(--color-success) !important;
}
.text-success-100 {
  color: var(--color-success-100) !important;
}
.text-success-200 {
  color: var(--color-success-200) !important;
}
.text-success-300 {
  color: var(--color-success-300) !important;
}
.text-success-400 {
  color: var(--color-success-400) !important;
}
.text-success-500 {
  color: var(--color-success-500) !important;
}
.text-success-600 {
  color: var(--color-success-600) !important;
}
.text-success-700 {
  color: var(--color-success-700) !important;
}
.text-success-800 {
  color: var(--color-success-800) !important;
}
.text-success-900 {
  color: var(--color-success-900) !important;
}
.text-gray {
  color: var(--color-gray) !important;
}
.text-gray-100 {
  color: var(--color-gray-100) !important;
}
.text-gray-200 {
  color: var(--color-gray-200) !important;
}
.text-gray-300 {
  color: var(--color-gray-300) !important;
}
.text-gray-400 {
  color: var(--color-gray-400) !important;
}
.text-gray-500 {
  color: var(--color-gray-500) !important;
}
.text-gray-600 {
  color: var(--color-gray-600) !important;
}
.text-gray-700 {
  color: var(--color-gray-700) !important;
}
.text-gray-800 {
  color: var(--color-gray-800) !important;
}
.text-gray-900 {
  color: var(--color-gray-900) !important;
}
.text-white {
  color: var(--color-white) !important;
}
.text-black {
  color: var(--color-black) !important;
}

/* src/assets/styles/modules/font.css */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/DM-Sans-RegularItalic-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/DM-Sans-RegularItalic-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/DM-Sans-BoldItalic-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/DM-Sans-BoldItalic-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/DM-Sans-Regular-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/DM-Sans-Regular-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/DM-Sans-Bold-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/DM-Sans-Bold-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "epf";
  src: url("./media/epf.eot");
  src:
    url("./media/epf.eot#iefix") format("embedded-opentype"),
    url("./media/epf.woff2") format("woff2"),
    url("./media/epf.woff") format("woff"),
    url("./media/epf.ttf") format("truetype"),
    url("./media/epf.svg#epf") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  display: inline-block;
  font-family: "epf";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.icon-spin::before {
  content: "\e800";
}
.icon-lock::before {
  content: "\e801";
}
.icon-lock-open::before {
  content: "\e802";
}
.icon-download::before {
  content: "\e803";
}
.icon-bell::before {
  content: "\e804";
}
.icon-trash::before {
  content: "\e805";
}
.icon-chart-pie::before {
  content: "\e806";
}
.icon-level-down::before {
  content: "\e807";
}
.icon-home::before {
  content: "\e808";
}
.icon-archive::before {
  content: "\e809";
}
.icon-menu-dots::before {
  content: "\e80a";
}
.icon-text-align-left::before {
  content: "\e80b";
}
.icon-text-align-center::before {
  content: "\e80c";
}
.icon-text-align-right::before {
  content: "\e80d";
}
.icon-text-align-justify::before {
  content: "\e80e";
}
.icon-folder::before {
  content: "\e80f";
}
.icon-text-bold::before {
  content: "\e810";
}
.icon-settings::before {
  content: "\e811";
}
.icon-text-italic::before {
  content: "\e812";
}
.icon-save::before {
  content: "\e813";
}
.icon-userFields::before {
  content: "\e814";
}
.icon-mail::before {
  content: "\e815";
}
.icon-ok::before {
  content: "\e816";
}
.icon-search::before {
  content: "\e817";
}
.icon-plus::before {
  content: "\e818";
}
.icon-minus::before {
  content: "\e819";
}
.icon-upload::before {
  content: "\e81a";
}
.icon-autosave::before {
  content: "\e81b";
}
.icon-down-open-big::before {
  content: "\e81c";
}
.icon-left-open-big::before {
  content: "\e81d";
}
.icon-right-open-big::before {
  content: "\e81e";
}
.icon-up-open-big::before {
  content: "\e81f";
}
.icon-reload::before {
  content: "\e820";
}
.icon-calendar::before {
  content: "\e822";
}
.icon-warning::before {
  content: "\e823";
}
.icon-preview::before {
  content: "\e825";
}
.icon-move::before {
  content: "\e826";
}
.icon-star::before {
  content: "\e828";
}
.icon-pencil-edit::before {
  content: "\e829";
}
.icon-menu::before {
  content: "\e82c";
}
.icon-cancel::before {
  content: "\e82d";
}
.icon-cog::before {
  content: "\e831";
}
.icon-user::before {
  content: "\e832";
}
.icon-check::before {
  content: "\e834";
}
.icon-view::before {
  content: "\e836";
}
.icon-edit::before {
  content: "\e838";
}
.icon-undo::before {
  content: "\e839";
}
.icon-tags::before {
  content: "\e83a";
}
.icon-attachment::before {
  content: "\e83b";
}
.icon-comment::before {
  content: "\e83c";
}
.icon-history::before {
  content: "\e83d";
}
.icon-split::before {
  content: "\e83e";
}
.icon-link::before {
  content: "\e83f";
}
.icon-flag::before {
  content: "\e840";
}
.icon-goal::before {
  content: "\e841";
}
.icon-pin::before {
  content: "\e842";
}
.icon-info::before {
  content: "\f086";
}
.icon-duplicate::before {
  content: "\f0c5";
}
.icon-list-bullet::before {
  content: "\f0ca";
}
.icon-list-numbered::before {
  content: "\f0cb";
}
.icon-strike::before {
  content: "\f0cc";
}
.icon-text-underline::before {
  content: "\f0cd";
}
.icon-sitemap::before {
  content: "\f0e8";
}
.icon-arrow-double-left::before {
  content: "\f100";
}
.icon-arrow-double-right::before {
  content: "\f101";
}
.icon-arrow-left::before {
  content: "\f104";
}
.icon-arrow-right::before {
  content: "\f105";
}
.icon-text-quote::before {
  content: "\f10e";
}
.icon-unlink::before {
  content: "\f127";
}
.icon-file-pdf::before {
  content: "\f1c1";
}
.icon-file-word::before {
  content: "\f1c2";
}
.icon-file-excel::before {
  content: "\f1c3";
}
.icon-file-powerpoint::before {
  content: "\f1c4";
}
.icon-file-image::before {
  content: "\f1c5";
}
.icon-file-archive::before {
  content: "\f1c6";
}
.icon-file-audio::before {
  content: "\f1c7";
}
.icon-file-video::before {
  content: "\f1c8";
}
.icon-toggle-off::before {
  content: "\f204";
}
.icon-toggle-on::before {
  content: "\f205";
}
.icon-hourglass::before {
  content: "\f252";
}

/* src/assets/styles/modules/core.css */
html,
body {
  font-size: var(--base-font-size);
  font-feature-settings:
    "cv05",
    "cv08",
    "case";
}
body {
  background-color: var(--body-background);
  color: var(--font-color);
  cursor: var(--cursor-default-value);
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  line-height: var(--base-line-height);
  margin: 0;
  position: relative;
}
@media screen {
  body {
    padding: 0 0 40px 0;
  }
}
div,
dl,
dt,
dd,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-position: inside;
  margin: 0 0 0 14px;
  padding: 0;
}
::-moz-selection {
  background-color: var(--color-primary-800);
  color: var(--color-primary-100);
}
::selection {
  background-color: var(--color-primary-800);
  color: var(--color-primary-100);
}
body,
p,
div,
button,
input,
select,
textarea,
a {
  font-family: var(--body-font-family);
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  color: var(--color-primary);
  font-family: var(--heading-font-family);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 2px;
  margin-top: 2px;
}
p {
  font-size: 1rem;
  line-height: 140%;
  margin: 0.88em 0;
}
li {
  font-size: 1rem;
  line-height: 140%;
}
p,
li {
  color: var(--font-color);
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
a {
  color: var(--link-color);
}
a:active,
a:hover {
  outline: none;
}
a:focus {
  outline: 2px dotted var(--link-color);
  outline-offset: 2px;
}
.highlighted {
  color: var(--color-warning);
  font-weight: bold;
}
.slot-reloaded {
  background-color: var(--color-warning) !important;
}
@media screen {
  .print-only {
    display: none;
  }
}

/* src/assets/styles/modules/alert.css */
.alert {
  margin: 20px 0;
}
.notifications .notifications-container {
  z-index: 9999;
}
.sweet-overlay {
  background-color: var(--color-box-shadow);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1999;
}
.sweet-alert {
  background-color: var(--color-white);
  border-radius: 5px;
  display: none;
  left: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  padding: 17px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 478px;
  z-index: 2000;
}
@media (max-width: 480px) {
  .sweet-alert {
    left: 15px;
    margin-left: 0;
    margin-right: 0;
    right: 15px;
    width: auto;
  }
}
.sweet-alert h2 {
  font-family: var(--body-font-family);
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  text-transform: none;
}
.sweet-alert p {
  line-height: normal;
  margin: 0;
  position: relative;
  text-align: center;
}
.sweet-alert button {
  background-color: var(--color-white) !important;
  border: 1px solid var(--color-primary);
  box-shadow: none;
  color: var(--color-primary);
  cursor: pointer;
  margin: 15px 5px 0 5px;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert button:hover,
.sweet-alert button:active {
  border-color: var(--color-primary-800);
  color: var(--color-primary-800);
}
.sweet-alert button:focus {
  outline: none;
}
.sweet-alert button.cancel {
  background-color: transparent;
  border: 1px solid var(--color-warning);
  color: var(--color-warning);
}
.sweet-alert button.cancel:hover,
.sweet-alert button.cancel:active {
  border-color: var(--color-warning-dark);
  color: var(--color-warning-800);
}
.sweet-alert button.cancel:focus {
  outline: none;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert .icon {
  border-radius: 50%;
  border: 3px solid var(--color-gray);
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  position: relative;
  width: 80px;
}
.sweet-alert .icon.error {
  border-color: var(--color-danger);
}
.sweet-alert .icon.error .x-mark {
  display: block;
  position: relative;
}
.sweet-alert .icon.error .line {
  background-color: var(--color-danger);
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  top: 37px;
  width: 47px;
}
.sweet-alert .icon.error .line.left {
  left: 17px;
  transform: rotate(45deg);
}
.sweet-alert .icon.error .line.right {
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: var(--color-warning);
}
.sweet-alert .icon.warning .body {
  background-color: var(--color-warning);
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
}
.sweet-alert .icon.warning .dot {
  background-color: var(--color-warning);
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
}
.sweet-alert .icon.info {
  border-color: var(--color-primary);
}
.sweet-alert .icon.info::before {
  background-color: var(--color-primary);
  border-radius: 2px;
  bottom: 17px;
  content: "";
  height: 29px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  width: 5px;
}
.sweet-alert .icon.info::after {
  background-color: var(--color-primary);
  border-radius: 50%;
  content: "";
  height: 7px;
  margin-left: -3px;
  position: absolute;
  top: 19px;
  width: 7px;
}
.sweet-alert .icon.success {
  border-color: var(--color-success);
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  background: var(--color-white);
  border-radius: 50%;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .placeholder {
  border: 4px solid var(--color-success-100);
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  background-color: var(--color-white);
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.sweet-alert .icon.success .line {
  background-color: var(--color-success);
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
}
.sweet-alert .icon.success .line.long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
}
.sweet-alert .icon.custom {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  border: none;
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@-moz-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.showSweetAlert {
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  animation: hideSweetAlert 0.2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  54% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  70% {
    left: -8px;
    top: 37px;
    width: 50px;
  }
  84% {
    left: 21px;
    top: 48px;
    width: 17px;
  }
  100% {
    left: 14px;
    top: 45px;
    width: 25px;
  }
}
@-moz-keyframes animateSuccessTip {
  0% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  54% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  70% {
    left: -8px;
    top: 37px;
    width: 50px;
  }
  84% {
    left: 21px;
    top: 48px;
    width: 17px;
  }
  100% {
    left: 14px;
    top: 45px;
    width: 25px;
  }
}
@keyframes animateSuccessTip {
  0% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  54% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  70% {
    left: -8px;
    top: 37px;
    width: 50px;
  }
  84% {
    left: 21px;
    top: 48px;
    width: 17px;
  }
  100% {
    left: 14px;
    top: 45px;
    width: 25px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  65% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  84% {
    right: 0;
    top: 35px;
    width: 55px;
  }
  100% {
    right: 8px;
    top: 38px;
    width: 47px;
  }
}
@-moz-keyframes animateSuccessLong {
  0% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  65% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  84% {
    right: 0;
    top: 35px;
    width: 55px;
  }
  100% {
    right: 8px;
    top: 38px;
    width: 47px;
  }
}
@keyframes animateSuccessLong {
  0% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  65% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  84% {
    right: 0;
    top: 35px;
    width: 55px;
  }
  100% {
    right: 8px;
    top: 38px;
    width: 47px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-moz-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    opacity: 0;
    transform: rotateX(100deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-moz-keyframes animateErrorIcon {
  0% {
    opacity: 0;
    transform: rotateX(100deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes animateErrorIcon {
  0% {
    opacity: 0;
    transform: rotateX(100deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
  }
  50% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
  }
  80% {
    margin-top: -6px;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes animateXMark {
  0% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
  }
  50% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
  }
  80% {
    margin-top: -6px;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes animateXMark {
  0% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
  }
  50% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
  }
  80% {
    margin-top: -6px;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: var(--color-warning-200);
  }
  100% {
    border-color: var(--color-warning-400);
  }
}
@-moz-keyframes pulseWarning {
  0% {
    border-color: var(--color-warning-200);
  }
  100% {
    border-color: var(--color-warning-400);
  }
}
@keyframes pulseWarning {
  0% {
    border-color: var(--color-warning-200);
  }
  100% {
    border-color: var(--color-warning-400);
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: var(--color-warning-200);
  }
  100% {
    background-color: var(--color-warning-400);
  }
}
@-moz-keyframes pulseWarningIns {
  0% {
    background-color: var(--color-warning-200);
  }
  100% {
    background-color: var(--color-warning-400);
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: var(--color-warning-200);
  }
  100% {
    background-color: var(--color-warning-400);
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
.fixed-badge {
  background: var(--color-gray-100);
  border-radius: 4px 4px 0 0;
  bottom: 0;
  box-shadow: 0 0 0 1px var(--color-box-shadow);
  color: var(--color-gray-600);
  display: inline-block;
  font-family: "Lucida Grande", sans-serif;
  font-size: 12px;
  padding: 7px;
  position: fixed;
  z-index: 2000;
}
#offline-ui {
  display: none;
  left: 400px;
}
#env-ui {
  display: none;
  left: 600px;
}
#status-ui {
  left: 20px;
  z-index: 3000;
}
#offline-ui .offline-ui-content {
  margin-left: 16px;
}
#offline-ui div:first-child {
  border-radius: 50%;
  bottom: 1px;
  content: " ";
  display: block;
  height: 9px;
  left: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 9px;
}
#offline-ui div:first-child.up {
  background: var(--color-success-500);
}
#offline-ui div:first-child.down {
  background: var(--color-danger-500);
}
#offline-ui div:first-child.progress {
  background: var(--color-warning-500);
}
@media screen and (prefers-reduced-motion: reduce) {
  .icon.success.animate::after {
    animation: none;
  }
  .showSweetAlert {
    animation: none;
  }
  .hideSweetAlert {
    animation: none;
  }
  .animateSuccessTip {
    animation: none;
  }
  .animateSuccessLong {
    animation: none;
  }
  .icon {
    animation: none;
  }
  .animateErrorIcon {
    animation: none;
  }
  .animateXMark {
    animation: none;
  }
  .pulseWarning {
    animation: none;
  }
  .pulseWarningIns {
    animation: none;
  }
}

/* src/assets/styles/modules/animation.css */
.animate-spin {
  animation: spin 1.4s infinite linear;
  display: inline-block;
}
.pinwheel-loading__container {
  --pw-size: 3.125rem;
  --pw-color: var(--color-primary);
  --pw-line-weight: 4px;
  --pw-speed: 1s;
  align-items: center;
  display: flex;
  height: var(--pw-size);
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: var(--pw-size);
}
.pinwheel-loading__line {
  animation: rotate var(--pw-speed) ease-in-out infinite;
  background-color: var(--pw-color);
  border-radius: calc(var(--pw-line-weight) / 2);
  height: var(--pw-line-weight);
  left: 0;
  position: absolute;
  top: calc(50% - var(--pw-line-weight) / 2);
  width: 100%;
}
.pinwheel-loading__line:nth-child(2) {
  animation-delay: calc(var(--pw-speed) * 0.075);
  opacity: 0.8;
}
.pinwheel-loading__line:nth-child(3) {
  animation-delay: calc(var(--pw-speed) * 0.15);
  opacity: 0.6;
}
.pinwheel-loading__line:nth-child(4) {
  animation-delay: calc(var(--pw-speed) * 0.225);
  opacity: 0.4;
}
.pinwheel-loading__line:nth-child(5) {
  animation-delay: calc(var(--pw-speed) * 0.3);
  opacity: 0.2;
}
.pinwheel-loading__line:nth-child(6) {
  animation-delay: calc(var(--pw-speed) * 0.375);
  opacity: 0.1;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes contentPlaceholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .animate-spin {
    animation: none;
  }
  .pinwheel-loading__line {
    animation: none;
  }
}

/* src/assets/styles/modules/audit-log.css */
.audit-log p {
  margin: 3px 0;
}
.audit-log .meta-author {
  font-weight: bold;
}
.audit-log {
  border-top-color: var(--color-gray-200);
}
.audit-log .audit-log-entry {
  border-left: 1px solid var(--color-gray-400);
  padding: 20px 0 20px 20px;
  position: relative;
}
.audit-log .audit-log-entry::before {
  background: var(--color-info);
  border-radius: 0.6em;
  content: "";
  display: block;
  height: 0.6em;
  left: -0.3em;
  line-height: 0.6em;
  position: absolute;
  text-align: center;
  width: 0.6em;
}
.audit-log .audit-log-entry:first-child {
  margin-top: 10px;
  padding-left: 20px;
  padding-top: 0;
}
.audit-log .audit-log-entry:last-child {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.audit-log .audit-log-date,
.audit-log .audit-log-changes li {
  font-size: 0.75rem;
}
.audit-log .audit-log-entry .audit-log-date {
  margin-top: 0;
}

/* src/assets/styles/modules/avatar.css */
.avatar .avatar__name,
.avatar .avatar__image {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.avatar .avatar__name {
  font-size: 0.88rem;
  line-height: 30px;
  text-align: center;
}
.avatar .avatar--big .avatar__name,
.avatar .avatar--big .avatar__image {
  display: inline-block;
  height: 120px;
  text-align: center;
  width: 120px;
}
.avatar .avatar--big .avatar__name {
  font-size: 2.25rem;
  line-height: 120px;
}
.avatar .dropdown-menu {
  margin: 0;
  min-width: 300px;
  max-width: 620px;
  padding: 0;
}
.avatar .open .dropdown-menu {
  background-color: var(--color-white);
  float: left;
  left: auto;
  position: absolute;
  right: 0;
}
.avatar .dropdown-menu li {
  padding: 0;
}
.avatar .dropdown-menu li.avatar-highlight {
  padding: 10px;
}
.avatar .dropdown-menu li .btn {
  margin: 0 !important;
}
.avatar .dropdown-menu li > a {
  display: inline-block;
}
.avatar .dropdown-menu li > a.btn-sm {
  font-size: 12px !important;
  padding: 5px 20px;
}
.avatar .avatar__name,
.avatar .avatar__image {
  border: 1px solid var(--color-gray-600);
  border-radius: var(--avatar-border-radius);
}
.avatar .avatar__name {
  background-color: var(--color-gray-300);
  color: var(--color-gray-700);
}
.avatar .avatar__image img {
  border-radius: var(--avatar-border-radius);
  object-fit: cover;
}
.avatar .dropdown-menu .avatar-highlight {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.online .avatar__name,
.online .avatar__image {
  border-color: var(--color-success);
}
.offline .avatar__name,
.offline .avatar__image {
  border-color: var(--color-warning);
}
@media (min-width: 768px) {
  .avatar .dropdown-menu {
    min-width: 620px;
    max-width: 640px;
  }
}

/* src/assets/styles/modules/boxes.css */
.box {
  background-color: var(--color-primary-100);
  border-radius: 3px;
  border: 1px solid var(--color-primary-200);
  color: var(--color-primary-700);
  margin: 0.64em 0;
  padding: 0.4em;
}
.box.box-default {
  background-color: var(--color-gray-100);
  border-color: var(--color-gray-200);
  color: var(--color-gray-700);
}
.box.box-primary {
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-200);
  color: var(--color-primary-700);
}
.box.box-success {
  background-color: var(--color-success-100);
  border-color: var(--color-success-200);
  color: var(--color-success-700);
}
.box.box-danger {
  background-color: var(--color-danger-100);
  border-color: var(--color-danger-200);
  color: var(--color-danger-700);
}
.box.box-info {
  background-color: var(--color-info-100);
  border-color: var(--color-info-200);
  color: var(--color-info-700);
}
.box.box-warning {
  background-color: var(--color-warning-100);
  border-color: var(--color-warning-200);
  color: var(--color-warning-700);
}
.ub-box {
  border: 1px solid var(--color-gray-700);
  margin: var(--size-gutter) 0;
}
.ub-box__header {
  align-items: center;
  background-color: var(--color-info-200);
  border-bottom: 1px solid var(--color-info-300);
  display: flex;
  justify-content: space-between;
  margin-left: calc(0 - var(--size-gutter));
  margin-right: calc(0 - var(--size-gutter));
  margin-top: calc(0 - var(--size-gutter));
  padding: calc(var(--size-gutter) / 2) var(--size-gutter);
}
.ub-box__content {
  padding: calc(var(--size-gutter) / 2) var(--size-gutter);
}
.ub-box__header .list-icon-actions {
  padding-top: 0;
}
.ub-box--rounded {
  border-radius: var(--border-radius);
}
.ub-box--dotted {
  border: var(--border-style-dotted);
}
.ub-box .ub-box .ub-box__header {
  background-color: var(--color-info-100);
  border-bottom-color: var(--color-info-200);
}
.ub-box__header--transparent,
.ub-box .ub-box .ub-box__header--transparent {
  background-color: transparent;
}
.ub-box .ub-box {
  border-color: var(--color-gray-700);
}
.ub-box .ub-box .ub-box {
  border-color: var(--color-gray-600);
}
.ub-box .ub-box .ub-box .ub-box {
  border-color: var(--color-gray-500);
}
.ub-box .ub-box .ub-box .ub-box .ub-box {
  border-color: var(--color-gray-400);
}
.ub-box .ub-box .ub-box .ub-box .ub-box .ub-box {
  border-color: var(--color-gray-300);
}
.ub-box .ub-box .ub-box .ub-box .ub-box .ub-box .ub-box {
  border-color: var(--color-gray-200);
}
@media (prefers-contrast: more) {
  .box {
    border-color: var(--color-primary-300);
    color: var(--color-primary-800);
  }
  .box.box-default {
    border-color: var(--color-gray-300);
    color: var(--color-gray-800);
  }
  .box.box-primary {
    border-color: var(--color-primary-300);
    color: var(--color-primary-800);
  }
  .box.box-success {
    border-color: var(--color-success-300);
    color: var(--color-success-800);
  }
  .box.box-danger {
    border-color: var(--color-danger-300);
    color: var(--color-danger-800);
  }
  .box.box-info {
    border-color: var(--color-info-300);
    color: var(--color-info-800);
  }
  .box.box-warning {
    border-color: var(--color-warning-300);
    color: var(--color-warning-800);
  }
}

/* src/assets/styles/modules/buttons.css */
.btn {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--button-border-radius-sm);
  color: var(--color-gray-800);
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.32em;
  margin-top: 0.32em;
  padding: 0.48em 1.32em 0.32em 1.32em;
  will-change: box-shadow;
}
.btn:focus-visible {
  --outline-offset: -0.32em;
}
.btn-sm {
  font-size: 0.9rem;
  padding: 0.24em 0.98em 0.18em 0.98em;
}
.btn-lg {
  font-size: 1.125rem;
  padding: 0.64em 2em 0.48em 2em;
}
.btn-pill {
  border-radius: 9999px;
}
.btn-round {
  border-radius: var(--button-border-radius-lg);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-circle {
  border-radius: 50%;
  padding: 16px;
  text-align: center;
}
.btn-circle.btn-xs {
  padding: 8px;
}
.btn-primary,
.btn-info,
.btn-warning,
.btn-success,
.btn-danger {
  color: var(--color-white);
}
.btn-primary {
  background-color: var(--color-primary-700);
  border-color: var(--color-primary-800);
  color: var(--color-primary-100);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--color-primary-800);
  border-color: var(--color-primary-900);
}
.btn-info {
  background-color: var(--color-info-700);
  border-color: var(--color-info-800);
  color: var(--color-info-100);
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: var(--color-info-800);
  border-color: var(--color-info-900);
}
.btn-warning {
  background-color: var(--color-warning-700);
  border-color: var(--color-warning-800);
  color: var(--color-warning-100);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background-color: var(--color-warning-800);
  border-color: var(--color-warning-900);
}
.btn-danger {
  background-color: var(--color-danger-700);
  border-color: var(--color-danger-800);
  color: var(--color-danger-100);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: var(--color-danger-800);
  border-color: var(--color-danger-900);
}
.btn-success {
  background-color: var(--color-success-700);
  border-color: var(--color-success-800);
  color: var(--color-success-100);
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: var(--color-success-800);
  border-color: var(--color-success-900);
}
.btn-link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  will-change: unset;
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn[disabled] {
  background-color: var(--color-gray-800);
  border-color: var(--color-gray-200);
  box-shadow: none;
  color: var(--color-gray-200);
}
.btn-outline {
  background-color: transparent;
}
.btn-outline.btn-info {
  border-color: var(--color-info-800);
  color: var(--color-info-800);
}
.btn-outline.btn-info:hover,
.btn-outline.btn-info:active,
.btn-outline.btn-info:focus {
  background-color: var(--color-info-800);
  color: var(--color-white);
}
.btn-outline.btn-primary {
  border-color: var(--color-primary-800);
  color: var(--color-primary-800);
}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus {
  background-color: var(--color-primary-800);
  color: var(--color-white);
}
.btn-outline.btn-warning {
  border-color: var(--color-warning-800);
  color: var(--color-warning-800);
}
.btn-outline.btn-warning:hover,
.btn-outline.btn-warning:active,
.btn-outline.btn-warning:focus {
  background-color: var(--color-warning-800);
  color: var(--color-white);
}
.btn-outline.btn-success {
  border-color: var(--color-success-800);
  color: var(--color-success-800);
}
.btn-outline.btn-success:hover,
.btn-outline.btn-success:active,
.btn-outline.btn-success:focus {
  background-color: var(--color-success-800);
  color: var(--color-white);
}
.btn-outline.btn-danger {
  border-color: var(--color-danger-800);
  color: var(--color-danger-800);
}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:active,
.btn-outline.btn-danger:focus {
  background-color: var(--color-danger-800);
  color: var(--color-white);
}
.page-action-buttons-row {
  margin-bottom: 6px;
}
.row.buttons li {
  font-size: 1rem;
}
.row.buttons > a,
.row.dotbuttons > a {
  margin-left: 0.88em;
}
@media (max-width: 992px) {
  .page-action-buttons-row:last-child .action-button:last-child {
    border-bottom-width: 0;
  }
}
.facetly-button.facetly-button-success {
  background-color: transparent;
  border-color: var(--color-success-800);
  color: var(--color-success-800);
}
.facetly-button.facetly-button-success:hover,
.facetly-button.facetly-button-success:focus {
  background-color: var(--color-success-800) !important;
  color: var(--color-white) !important;
}
.facetly-button.facetly-button-danger {
  background-color: transparent;
  border-color: var(--color-danger-800);
  color: var(--color-danger-800);
}
.facetly-button.facetly-button-danger:hover,
.facetly-button.facetly-button-danger:focus {
  background-color: var(--color-danger-800) !important;
  color: var(--color-white) !important;
}
@media (prefers-contrast: more) {
  .btn-primary {
    background-color: var(--color-primary-800);
    border-color: var(--color-primary-900);
  }
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:focus {
    background-color: var(--color-primary-900);
  }
  .btn-info {
    background-color: var(--color-info-800);
    border-color: var(--color-info-900);
  }
  .btn-info:hover,
  .btn-info:active,
  .btn-info:focus {
    background-color: var(--color-info-900);
  }
  .btn-warning {
    background-color: var(--color-warning-800);
    border-color: var(--color-warning-900);
  }
  .btn-warning:hover,
  .btn-warning:active,
  .btn-warning:focus {
    background-color: var(--color-warning-900);
  }
  .btn-danger {
    background-color: var(--color-danger-800);
    border-color: var(--color-danger-900);
  }
  .btn-danger:hover,
  .btn-danger:active,
  .btn-danger:focus {
    background-color: var(--color-danger-900);
  }
  .btn-success {
    background-color: var(--color-success-800);
    border-color: var(--color-success-900);
  }
  .btn-success:hover,
  .btn-success:active,
  .btn-success:focus {
    background-color: var(--color-success-900);
  }
}

/* src/assets/styles/modules/calendar.css */
.calendar .btn {
  border: 0;
  padding: 10px;
}
.calendar .btn.active,
.calendar .btn:active,
.calendar .btn:hover,
.calendar .btn:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--color-primary);
  outline: none;
}
.calendar .btn.active .text-info,
.calendar .btn:active .text-info,
.calendar .btn:hover .text-info,
.calendar .btn:focus .text-info {
  color: var(--color-primary);
}

/* src/assets/styles/modules/charts.css */
.tc-chart-js-legend {
  list-style-type: none;
  padding-left: 0;
}
.tc-chart-js-legend li {
  display: inline-block;
  margin: 3px;
}
.tc-chart-js-legend li span {
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  width: 5px;
}
.stats strong {
  color: var(--color-primary);
  font-family: var(--heading-font-family);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
.stats .details {
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-weight: 400;
}
.radial-progress {
  background-color: var(--circle-background);
}
.radial-progress .circle .mask .fill {
  background-color: var(--circle-color);
}
.radial-progress .inset .count .number span {
  color: var(--percentage-color);
}
.radial-progress.success {
  --percentage-color: var(--color-success);
  --circle-background: var(--color-success-200);
  --circle-color: var(--color-success);
}
.radial-progress.info {
  --percentage-color: var(--color-info);
  --circle-background: var(--color-info-200);
  --circle-color: var(--color-info);
}
.radial-progress.warning {
  --percentage-color: var(--color-warning);
  --circle-background: var(--color-warning-200);
  --circle-color: var(--color-warning);
}
.radial-progress.danger {
  --percentage-color: var(--color-danger);
  --circle-background: var(--color-danger-200);
  --circle-color: var(--color-danger);
}
@media (max-width: 480px) {
  .radial-progress {
    --inset-color: var(--color-white);
    --transition-length: 1s;
    --circle-size: 50px;
    --inset-size: 40px;
    --percentage-font-size: 16px;
    --percentage-text-width: 27px;
    width: var(--circle-size);
    height: var(--circle-size);
  }
  .radial-progress .circle .mask,
  .radial-progress .circle .fill {
    width: var(--circle-size);
    height: var(--circle-size);
  }
  .radial-progress .circle .mask {
    clip: rect(0, var(--circle-size), var(--circle-size), calc(var(--circle-size) / 2));
  }
  .radial-progress .circle .mask .fill {
    clip: rect(0, calc(var(--circle-size) / 2), var(--circle-size), 0);
  }
  .radial-progress .inset {
    width: var(--inset-size);
    height: var(--inset-size);
    margin-left: calc((var(--circle-size) - var(--inset-size)) / 2);
    margin-top: calc((var(--circle-size) - var(--inset-size)) / 2);
  }
  .radial-progress .inset .count {
    height: calc(var(--percentage-font-size) * 1.5);
    width: calc(var(--percentage-text-width) * 1.5);
    top: calc((var(--inset-size) - var(--percentage-font-size) * 1.5) / 2);
    left: calc((var(--inset-size) - var(--percentage-text-width)) / 2);
  }
  .radial-progress .inset .count .number span {
    width: var(--percentage-text-width);
    font-size: var(--percentage-font-size);
  }
  .radial-progress .legend {
    margin-top: calc(var(--circle-size) + 10);
    width: var(--circle-size);
  }
}
@media (max-width: 768px) {
  .radial-progress {
    --circle-size: 80px;
    --inset-size: 70px;
    --percentage-font-size: 26px;
    --percentage-text-width: 57px;
  }
}
@media (min-width: 768px) {
  .radial-progress {
    --circle-size: 120px;
    --inset-size: 110px;
    --percentage-font-size: 26px;
    --percentage-text-width: 57px;
    border-radius: 50%;
  }
  .radial-progress .circle .mask,
  .radial-progress .circke .fill {
    backface-visibility: hidden;
    border-radius: 50%;
    position: absolute;
    transition: transform var(--transition-length);
  }
  .radial-progress .inset {
    background-color: var(--inset-color);
    border-radius: 50%;
    position: absolute;
  }
  .radial-progress .inset .count {
    line-height: 1;
    overflow: hidden;
    position: absolute;
  }
  .radial-progress .inset .count .number {
    transition: width var(--transition-length);
  }
  .radial-progress .inset .count .number span {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .radial-progress .inset .count .number span.details {
    font-size: 12px;
  }
  .radial-progress .legend {
    position: absolute;
    text-align: center;
  }
  .radial-progress[data-progress-percentage="1"] .circle .mask.full,
  .radial-progress[data-progress-percentage="1"] .circle .fill {
    transform: rotate(1.8deg);
  }
  .radial-progress[data-progress-percentage="1"] .circle .fill.fix {
    transform: rotate(3.6deg);
  }
  .radial-progress[data-progress-percentage="2"] .circle .mask.full,
  .radial-progress[data-progress-percentage="2"] .circle .fill {
    transform: rotate(3.6deg);
  }
  .radial-progress[data-progress-percentage="2"] .circle .fill.fix {
    transform: rotate(7.2deg);
  }
  .radial-progress[data-progress-percentage="3"] .circle .mask.full,
  .radial-progress[data-progress-percentage="3"] .circle .fill {
    transform: rotate(5.4deg);
  }
  .radial-progress[data-progress-percentage="3"] .circle .fill.fix {
    transform: rotate(10.8deg);
  }
  .radial-progress[data-progress-percentage="4"] .circle .mask.full,
  .radial-progress[data-progress-percentage="4"] .circle .fill {
    transform: rotate(7.2deg);
  }
  .radial-progress[data-progress-percentage="4"] .circle .fill.fix {
    transform: rotate(14.4deg);
  }
  .radial-progress[data-progress-percentage="5"] .circle .mask.full,
  .radial-progress[data-progress-percentage="5"] .circle .fill {
    transform: rotate(9deg);
  }
  .radial-progress[data-progress-percentage="5"] .circle .fill.fix {
    transform: rotate(18deg);
  }
  .radial-progress[data-progress-percentage="6"] .circle .mask.full,
  .radial-progress[data-progress-percentage="6"] .circle .fill {
    transform: rotate(10.8deg);
  }
  .radial-progress[data-progress-percentage="6"] .circle .fill.fix {
    transform: rotate(21.6deg);
  }
  .radial-progress[data-progress-percentage="7"] .circle .mask.full,
  .radial-progress[data-progress-percentage="7"] .circle .fill {
    transform: rotate(12.6deg);
  }
  .radial-progress[data-progress-percentage="7"] .circle .fill.fix {
    transform: rotate(25.2deg);
  }
  .radial-progress[data-progress-percentage="8"] .circle .mask.full,
  .radial-progress[data-progress-percentage="8"] .circle .fill {
    transform: rotate(14.4deg);
  }
  .radial-progress[data-progress-percentage="8"] .circle .fill.fix {
    transform: rotate(28.8deg);
  }
  .radial-progress[data-progress-percentage="9"] .circle .mask.full,
  .radial-progress[data-progress-percentage="9"] .circle .fill {
    transform: rotate(16.2deg);
  }
  .radial-progress[data-progress-percentage="9"] .circle .fill.fix {
    transform: rotate(32.4deg);
  }
  .radial-progress[data-progress-percentage="10"] .circle .mask.full,
  .radial-progress[data-progress-percentage="10"] .circle .fill {
    transform: rotate(18deg);
  }
  .radial-progress[data-progress-percentage="10"] .circle .fill.fix {
    transform: rotate(36deg);
  }
  .radial-progress[data-progress-percentage="11"] .circle .mask.full,
  .radial-progress[data-progress-percentage="11"] .circle .fill {
    transform: rotate(19.8deg);
  }
  .radial-progress[data-progress-percentage="11"] .circle .fill.fix {
    transform: rotate(39.6deg);
  }
  .radial-progress[data-progress-percentage="12"] .circle .mask.full,
  .radial-progress[data-progress-percentage="12"] .circle .fill {
    transform: rotate(21.6deg);
  }
  .radial-progress[data-progress-percentage="12"] .circle .fill.fix {
    transform: rotate(43.2deg);
  }
  .radial-progress[data-progress-percentage="13"] .circle .mask.full,
  .radial-progress[data-progress-percentage="13"] .circle .fill {
    transform: rotate(23.4deg);
  }
  .radial-progress[data-progress-percentage="13"] .circle .fill.fix {
    transform: rotate(46.8deg);
  }
  .radial-progress[data-progress-percentage="14"] .circle .mask.full,
  .radial-progress[data-progress-percentage="14"] .circle .fill {
    transform: rotate(25.2deg);
  }
  .radial-progress[data-progress-percentage="14"] .circle .fill.fix {
    transform: rotate(50.4deg);
  }
  .radial-progress[data-progress-percentage="15"] .circle .mask.full,
  .radial-progress[data-progress-percentage="15"] .circle .fill {
    transform: rotate(27deg);
  }
  .radial-progress[data-progress-percentage="15"] .circle .fill.fix {
    transform: rotate(54deg);
  }
  .radial-progress[data-progress-percentage="16"] .circle .mask.full,
  .radial-progress[data-progress-percentage="16"] .circle .fill {
    transform: rotate(28.8deg);
  }
  .radial-progress[data-progress-percentage="16"] .circle .fill.fix {
    transform: rotate(57.6deg);
  }
  .radial-progress[data-progress-percentage="17"] .circle .mask.full,
  .radial-progress[data-progress-percentage="17"] .circle .fill {
    transform: rotate(30.6deg);
  }
  .radial-progress[data-progress-percentage="17"] .circle .fill.fix {
    transform: rotate(61.2deg);
  }
  .radial-progress[data-progress-percentage="18"] .circle .mask.full,
  .radial-progress[data-progress-percentage="18"] .circle .fill {
    transform: rotate(32.4deg);
  }
  .radial-progress[data-progress-percentage="18"] .circle .fill.fix {
    transform: rotate(64.8deg);
  }
  .radial-progress[data-progress-percentage="19"] .circle .mask.full,
  .radial-progress[data-progress-percentage="19"] .circle .fill {
    transform: rotate(34.2deg);
  }
  .radial-progress[data-progress-percentage="19"] .circle .fill.fix {
    transform: rotate(68.4deg);
  }
  .radial-progress[data-progress-percentage="20"] .circle .mask.full,
  .radial-progress[data-progress-percentage="20"] .circle .fill {
    transform: rotate(36deg);
  }
  .radial-progress[data-progress-percentage="20"] .circle .fill.fix {
    transform: rotate(72deg);
  }
  .radial-progress[data-progress-percentage="21"] .circle .mask.full,
  .radial-progress[data-progress-percentage="21"] .circle .fill {
    transform: rotate(37.8deg);
  }
  .radial-progress[data-progress-percentage="21"] .circle .fill.fix {
    transform: rotate(75.6deg);
  }
  .radial-progress[data-progress-percentage="22"] .circle .mask.full,
  .radial-progress[data-progress-percentage="22"] .circle .fill {
    transform: rotate(39.6deg);
  }
  .radial-progress[data-progress-percentage="22"] .circle .fill.fix {
    transform: rotate(79.2deg);
  }
  .radial-progress[data-progress-percentage="23"] .circle .mask.full,
  .radial-progress[data-progress-percentage="23"] .circle .fill {
    transform: rotate(41.4deg);
  }
  .radial-progress[data-progress-percentage="23"] .circle .fill.fix {
    transform: rotate(82.8deg);
  }
  .radial-progress[data-progress-percentage="24"] .circle .mask.full,
  .radial-progress[data-progress-percentage="24"] .circle .fill {
    transform: rotate(43.2deg);
  }
  .radial-progress[data-progress-percentage="24"] .circle .fill.fix {
    transform: rotate(86.4deg);
  }
  .radial-progress[data-progress-percentage="25"] .circle .mask.full,
  .radial-progress[data-progress-percentage="25"] .circle .fill {
    transform: rotate(45deg);
  }
  .radial-progress[data-progress-percentage="25"] .circle .fill.fix {
    transform: rotate(90deg);
  }
  .radial-progress[data-progress-percentage="26"] .circle .mask.full,
  .radial-progress[data-progress-percentage="26"] .circle .fill {
    transform: rotate(46.8deg);
  }
  .radial-progress[data-progress-percentage="26"] .circle .fill.fix {
    transform: rotate(93.6deg);
  }
  .radial-progress[data-progress-percentage="27"] .circle .mask.full,
  .radial-progress[data-progress-percentage="27"] .circle .fill {
    transform: rotate(48.6deg);
  }
  .radial-progress[data-progress-percentage="27"] .circle .fill.fix {
    transform: rotate(97.2deg);
  }
  .radial-progress[data-progress-percentage="28"] .circle .mask.full,
  .radial-progress[data-progress-percentage="28"] .circle .fill {
    transform: rotate(50.4deg);
  }
  .radial-progress[data-progress-percentage="28"] .circle .fill.fix {
    transform: rotate(100.8deg);
  }
  .radial-progress[data-progress-percentage="29"] .circle .mask.full,
  .radial-progress[data-progress-percentage="29"] .circle .fill {
    transform: rotate(52.2deg);
  }
  .radial-progress[data-progress-percentage="29"] .circle .fill.fix {
    transform: rotate(104.4deg);
  }
  .radial-progress[data-progress-percentage="30"] .circle .mask.full,
  .radial-progress[data-progress-percentage="30"] .circle .fill {
    transform: rotate(54deg);
  }
  .radial-progress[data-progress-percentage="30"] .circle .fill.fix {
    transform: rotate(108deg);
  }
  .radial-progress[data-progress-percentage="31"] .circle .mask.full,
  .radial-progress[data-progress-percentage="31"] .circle .fill {
    transform: rotate(55.8deg);
  }
  .radial-progress[data-progress-percentage="31"] .circle .fill.fix {
    transform: rotate(111.6deg);
  }
  .radial-progress[data-progress-percentage="32"] .circle .mask.full,
  .radial-progress[data-progress-percentage="32"] .circle .fill {
    transform: rotate(57.6deg);
  }
  .radial-progress[data-progress-percentage="32"] .circle .fill.fix {
    transform: rotate(115.2deg);
  }
  .radial-progress[data-progress-percentage="33"] .circle .mask.full,
  .radial-progress[data-progress-percentage="33"] .circle .fill {
    transform: rotate(59.4deg);
  }
  .radial-progress[data-progress-percentage="33"] .circle .fill.fix {
    transform: rotate(118.8deg);
  }
  .radial-progress[data-progress-percentage="34"] .circle .mask.full,
  .radial-progress[data-progress-percentage="34"] .circle .fill {
    transform: rotate(61.2deg);
  }
  .radial-progress[data-progress-percentage="34"] .circle .fill.fix {
    transform: rotate(122.4deg);
  }
  .radial-progress[data-progress-percentage="35"] .circle .mask.full,
  .radial-progress[data-progress-percentage="35"] .circle .fill {
    transform: rotate(63deg);
  }
  .radial-progress[data-progress-percentage="35"] .circle .fill.fix {
    transform: rotate(126deg);
  }
  .radial-progress[data-progress-percentage="36"] .circle .mask.full,
  .radial-progress[data-progress-percentage="36"] .circle .fill {
    transform: rotate(64.8deg);
  }
  .radial-progress[data-progress-percentage="36"] .circle .fill.fix {
    transform: rotate(129.6deg);
  }
  .radial-progress[data-progress-percentage="37"] .circle .mask.full,
  .radial-progress[data-progress-percentage="37"] .circle .fill {
    transform: rotate(66.6deg);
  }
  .radial-progress[data-progress-percentage="37"] .circle .fill.fix {
    transform: rotate(133.2deg);
  }
  .radial-progress[data-progress-percentage="38"] .circle .mask.full,
  .radial-progress[data-progress-percentage="38"] .circle .fill {
    transform: rotate(68.4deg);
  }
  .radial-progress[data-progress-percentage="38"] .circle .fill.fix {
    transform: rotate(136.8deg);
  }
  .radial-progress[data-progress-percentage="39"] .circle .mask.full,
  .radial-progress[data-progress-percentage="39"] .circle .fill {
    transform: rotate(70.2deg);
  }
  .radial-progress[data-progress-percentage="39"] .circle .fill.fix {
    transform: rotate(140.4deg);
  }
  .radial-progress[data-progress-percentage="40"] .circle .mask.full,
  .radial-progress[data-progress-percentage="40"] .circle .fill {
    transform: rotate(72deg);
  }
  .radial-progress[data-progress-percentage="40"] .circle .fill.fix {
    transform: rotate(144deg);
  }
  .radial-progress[data-progress-percentage="41"] .circle .mask.full,
  .radial-progress[data-progress-percentage="41"] .circle .fill {
    transform: rotate(73.8deg);
  }
  .radial-progress[data-progress-percentage="41"] .circle .fill.fix {
    transform: rotate(147.6deg);
  }
  .radial-progress[data-progress-percentage="42"] .circle .mask.full,
  .radial-progress[data-progress-percentage="42"] .circle .fill {
    transform: rotate(75.6deg);
  }
  .radial-progress[data-progress-percentage="42"] .circle .fill.fix {
    transform: rotate(151.2deg);
  }
  .radial-progress[data-progress-percentage="43"] .circle .mask.full,
  .radial-progress[data-progress-percentage="43"] .circle .fill {
    transform: rotate(77.4deg);
  }
  .radial-progress[data-progress-percentage="43"] .circle .fill.fix {
    transform: rotate(154.8deg);
  }
  .radial-progress[data-progress-percentage="44"] .circle .mask.full,
  .radial-progress[data-progress-percentage="44"] .circle .fill {
    transform: rotate(79.2deg);
  }
  .radial-progress[data-progress-percentage="44"] .circle .fill.fix {
    transform: rotate(158.4deg);
  }
  .radial-progress[data-progress-percentage="45"] .circle .mask.full,
  .radial-progress[data-progress-percentage="45"] .circle .fill {
    transform: rotate(81deg);
  }
  .radial-progress[data-progress-percentage="45"] .circle .fill.fix {
    transform: rotate(162deg);
  }
  .radial-progress[data-progress-percentage="46"] .circle .mask.full,
  .radial-progress[data-progress-percentage="46"] .circle .fill {
    transform: rotate(82.8deg);
  }
  .radial-progress[data-progress-percentage="46"] .circle .fill.fix {
    transform: rotate(165.6deg);
  }
  .radial-progress[data-progress-percentage="47"] .circle .mask.full,
  .radial-progress[data-progress-percentage="47"] .circle .fill {
    transform: rotate(84.6deg);
  }
  .radial-progress[data-progress-percentage="47"] .circle .fill.fix {
    transform: rotate(169.2deg);
  }
  .radial-progress[data-progress-percentage="48"] .circle .mask.full,
  .radial-progress[data-progress-percentage="48"] .circle .fill {
    transform: rotate(86.4deg);
  }
  .radial-progress[data-progress-percentage="48"] .circle .fill.fix {
    transform: rotate(172.8deg);
  }
  .radial-progress[data-progress-percentage="49"] .circle .mask.full,
  .radial-progress[data-progress-percentage="49"] .circle .fill {
    transform: rotate(88.2deg);
  }
  .radial-progress[data-progress-percentage="49"] .circle .fill.fix {
    transform: rotate(176.4deg);
  }
  .radial-progress[data-progress-percentage="50"] .circle .mask.full,
  .radial-progress[data-progress-percentage="50"] .circle .fill {
    transform: rotate(90deg);
  }
  .radial-progress[data-progress-percentage="50"] .circle .fill.fix {
    transform: rotate(180deg);
  }
  .radial-progress[data-progress-percentage="51"] .circle .mask.full,
  .radial-progress[data-progress-percentage="51"] .circle .fill {
    transform: rotate(91.8deg);
  }
  .radial-progress[data-progress-percentage="51"] .circle .fill.fix {
    transform: rotate(183.6deg);
  }
  .radial-progress[data-progress-percentage="52"] .circle .mask.full,
  .radial-progress[data-progress-percentage="52"] .circle .fill {
    transform: rotate(93.6deg);
  }
  .radial-progress[data-progress-percentage="52"] .circle .fill.fix {
    transform: rotate(187.2deg);
  }
  .radial-progress[data-progress-percentage="53"] .circle .mask.full,
  .radial-progress[data-progress-percentage="53"] .circle .fill {
    transform: rotate(95.4deg);
  }
  .radial-progress[data-progress-percentage="53"] .circle .fill.fix {
    transform: rotate(190.8deg);
  }
  .radial-progress[data-progress-percentage="54"] .circle .mask.full,
  .radial-progress[data-progress-percentage="54"] .circle .fill {
    transform: rotate(97.2deg);
  }
  .radial-progress[data-progress-percentage="54"] .circle .fill.fix {
    transform: rotate(194.4deg);
  }
  .radial-progress[data-progress-percentage="55"] .circle .mask.full,
  .radial-progress[data-progress-percentage="55"] .circle .fill {
    transform: rotate(99deg);
  }
  .radial-progress[data-progress-percentage="55"] .circle .fill.fix {
    transform: rotate(198deg);
  }
  .radial-progress[data-progress-percentage="56"] .circle .mask.full,
  .radial-progress[data-progress-percentage="56"] .circle .fill {
    transform: rotate(100.8deg);
  }
  .radial-progress[data-progress-percentage="56"] .circle .fill.fix {
    transform: rotate(201.6deg);
  }
  .radial-progress[data-progress-percentage="57"] .circle .mask.full,
  .radial-progress[data-progress-percentage="57"] .circle .fill {
    transform: rotate(102.6deg);
  }
  .radial-progress[data-progress-percentage="57"] .circle .fill.fix {
    transform: rotate(205.2deg);
  }
  .radial-progress[data-progress-percentage="58"] .circle .mask.full,
  .radial-progress[data-progress-percentage="58"] .circle .fill {
    transform: rotate(104.4deg);
  }
  .radial-progress[data-progress-percentage="58"] .circle .fill.fix {
    transform: rotate(208.8deg);
  }
  .radial-progress[data-progress-percentage="59"] .circle .mask.full,
  .radial-progress[data-progress-percentage="59"] .circle .fill {
    transform: rotate(106.2deg);
  }
  .radial-progress[data-progress-percentage="59"] .circle .fill.fix {
    transform: rotate(212.4deg);
  }
  .radial-progress[data-progress-percentage="60"] .circle .mask.full,
  .radial-progress[data-progress-percentage="60"] .circle .fill {
    transform: rotate(108deg);
  }
  .radial-progress[data-progress-percentage="60"] .circle .fill.fix {
    transform: rotate(216deg);
  }
  .radial-progress[data-progress-percentage="61"] .circle .mask.full,
  .radial-progress[data-progress-percentage="61"] .circle .fill {
    transform: rotate(109.8deg);
  }
  .radial-progress[data-progress-percentage="61"] .circle .fill.fix {
    transform: rotate(219.6deg);
  }
  .radial-progress[data-progress-percentage="62"] .circle .mask.full,
  .radial-progress[data-progress-percentage="62"] .circle .fill {
    transform: rotate(111.6deg);
  }
  .radial-progress[data-progress-percentage="62"] .circle .fill.fix {
    transform: rotate(223.2deg);
  }
  .radial-progress[data-progress-percentage="63"] .circle .mask.full,
  .radial-progress[data-progress-percentage="63"] .circle .fill {
    transform: rotate(113.4deg);
  }
  .radial-progress[data-progress-percentage="63"] .circle .fill.fix {
    transform: rotate(226.8deg);
  }
  .radial-progress[data-progress-percentage="64"] .circle .mask.full,
  .radial-progress[data-progress-percentage="64"] .circle .fill {
    transform: rotate(115.2deg);
  }
  .radial-progress[data-progress-percentage="64"] .circle .fill.fix {
    transform: rotate(230.4deg);
  }
  .radial-progress[data-progress-percentage="65"] .circle .mask.full,
  .radial-progress[data-progress-percentage="65"] .circle .fill {
    transform: rotate(117deg);
  }
  .radial-progress[data-progress-percentage="65"] .circle .fill.fix {
    transform: rotate(234deg);
  }
  .radial-progress[data-progress-percentage="66"] .circle .mask.full,
  .radial-progress[data-progress-percentage="66"] .circle .fill {
    transform: rotate(118.8deg);
  }
  .radial-progress[data-progress-percentage="66"] .circle .fill.fix {
    transform: rotate(237.6deg);
  }
  .radial-progress[data-progress-percentage="67"] .circle .mask.full,
  .radial-progress[data-progress-percentage="67"] .circle .fill {
    transform: rotate(120.6deg);
  }
  .radial-progress[data-progress-percentage="67"] .circle .fill.fix {
    transform: rotate(241.2deg);
  }
  .radial-progress[data-progress-percentage="68"] .circle .mask.full,
  .radial-progress[data-progress-percentage="68"] .circle .fill {
    transform: rotate(122.4deg);
  }
  .radial-progress[data-progress-percentage="68"] .circle .fill.fix {
    transform: rotate(244.8deg);
  }
  .radial-progress[data-progress-percentage="69"] .circle .mask.full,
  .radial-progress[data-progress-percentage="69"] .circle .fill {
    transform: rotate(124.2deg);
  }
  .radial-progress[data-progress-percentage="69"] .circle .fill.fix {
    transform: rotate(248.4deg);
  }
  .radial-progress[data-progress-percentage="70"] .circle .mask.full,
  .radial-progress[data-progress-percentage="70"] .circle .fill {
    transform: rotate(126deg);
  }
  .radial-progress[data-progress-percentage="70"] .circle .fill.fix {
    transform: rotate(252deg);
  }
  .radial-progress[data-progress-percentage="71"] .circle .mask.full,
  .radial-progress[data-progress-percentage="71"] .circle .fill {
    transform: rotate(127.8deg);
  }
  .radial-progress[data-progress-percentage="71"] .circle .fill.fix {
    transform: rotate(255.6deg);
  }
  .radial-progress[data-progress-percentage="72"] .circle .mask.full,
  .radial-progress[data-progress-percentage="72"] .circle .fill {
    transform: rotate(129.6deg);
  }
  .radial-progress[data-progress-percentage="72"] .circle .fill.fix {
    transform: rotate(259.2deg);
  }
  .radial-progress[data-progress-percentage="73"] .circle .mask.full,
  .radial-progress[data-progress-percentage="73"] .circle .fill {
    transform: rotate(131.4deg);
  }
  .radial-progress[data-progress-percentage="73"] .circle .fill.fix {
    transform: rotate(262.8deg);
  }
  .radial-progress[data-progress-percentage="74"] .circle .mask.full,
  .radial-progress[data-progress-percentage="74"] .circle .fill {
    transform: rotate(133.2deg);
  }
  .radial-progress[data-progress-percentage="74"] .circle .fill.fix {
    transform: rotate(266.4deg);
  }
  .radial-progress[data-progress-percentage="75"] .circle .mask.full,
  .radial-progress[data-progress-percentage="75"] .circle .fill {
    transform: rotate(135deg);
  }
  .radial-progress[data-progress-percentage="75"] .circle .fill.fix {
    transform: rotate(270deg);
  }
  .radial-progress[data-progress-percentage="76"] .circle .mask.full,
  .radial-progress[data-progress-percentage="76"] .circle .fill {
    transform: rotate(136.8deg);
  }
  .radial-progress[data-progress-percentage="76"] .circle .fill.fix {
    transform: rotate(273.6deg);
  }
  .radial-progress[data-progress-percentage="77"] .circle .mask.full,
  .radial-progress[data-progress-percentage="77"] .circle .fill {
    transform: rotate(138.6deg);
  }
  .radial-progress[data-progress-percentage="77"] .circle .fill.fix {
    transform: rotate(277.2deg);
  }
  .radial-progress[data-progress-percentage="78"] .circle .mask.full,
  .radial-progress[data-progress-percentage="78"] .circle .fill {
    transform: rotate(140.4deg);
  }
  .radial-progress[data-progress-percentage="78"] .circle .fill.fix {
    transform: rotate(280.8deg);
  }
  .radial-progress[data-progress-percentage="79"] .circle .mask.full,
  .radial-progress[data-progress-percentage="79"] .circle .fill {
    transform: rotate(142.2deg);
  }
  .radial-progress[data-progress-percentage="79"] .circle .fill.fix {
    transform: rotate(284.4deg);
  }
  .radial-progress[data-progress-percentage="80"] .circle .mask.full,
  .radial-progress[data-progress-percentage="80"] .circle .fill {
    transform: rotate(144deg);
  }
  .radial-progress[data-progress-percentage="80"] .circle .fill.fix {
    transform: rotate(288deg);
  }
  .radial-progress[data-progress-percentage="81"] .circle .mask.full,
  .radial-progress[data-progress-percentage="81"] .circle .fill {
    transform: rotate(145.8deg);
  }
  .radial-progress[data-progress-percentage="81"] .circle .fill.fix {
    transform: rotate(291.6deg);
  }
  .radial-progress[data-progress-percentage="82"] .circle .mask.full,
  .radial-progress[data-progress-percentage="82"] .circle .fill {
    transform: rotate(147.6deg);
  }
  .radial-progress[data-progress-percentage="82"] .circle .fill.fix {
    transform: rotate(295.2deg);
  }
  .radial-progress[data-progress-percentage="83"] .circle .mask.full,
  .radial-progress[data-progress-percentage="83"] .circle .fill {
    transform: rotate(149.4deg);
  }
  .radial-progress[data-progress-percentage="83"] .circle .fill.fix {
    transform: rotate(298.8deg);
  }
  .radial-progress[data-progress-percentage="84"] .circle .mask.full,
  .radial-progress[data-progress-percentage="84"] .circle .fill {
    transform: rotate(151.2deg);
  }
  .radial-progress[data-progress-percentage="84"] .circle .fill.fix {
    transform: rotate(302.4deg);
  }
  .radial-progress[data-progress-percentage="85"] .circle .mask.full,
  .radial-progress[data-progress-percentage="85"] .circle .fill {
    transform: rotate(153deg);
  }
  .radial-progress[data-progress-percentage="85"] .circle .fill.fix {
    transform: rotate(306deg);
  }
  .radial-progress[data-progress-percentage="86"] .circle .mask.full,
  .radial-progress[data-progress-percentage="86"] .circle .fill {
    transform: rotate(154.8deg);
  }
  .radial-progress[data-progress-percentage="86"] .circle .fill.fix {
    transform: rotate(309.6deg);
  }
  .radial-progress[data-progress-percentage="87"] .circle .mask.full,
  .radial-progress[data-progress-percentage="87"] .circle .fill {
    transform: rotate(156.6deg);
  }
  .radial-progress[data-progress-percentage="87"] .circle .fill.fix {
    transform: rotate(313.2deg);
  }
  .radial-progress[data-progress-percentage="88"] .circle .mask.full,
  .radial-progress[data-progress-percentage="88"] .circle .fill {
    transform: rotate(158.4deg);
  }
  .radial-progress[data-progress-percentage="88"] .circle .fill.fix {
    transform: rotate(316.8deg);
  }
  .radial-progress[data-progress-percentage="89"] .circle .mask.full,
  .radial-progress[data-progress-percentage="89"] .circle .fill {
    transform: rotate(160.2deg);
  }
  .radial-progress[data-progress-percentage="89"] .circle .fill.fix {
    transform: rotate(320.4deg);
  }
  .radial-progress[data-progress-percentage="90"] .circle .mask.full,
  .radial-progress[data-progress-percentage="90"] .circle .fill {
    transform: rotate(162deg);
  }
  .radial-progress[data-progress-percentage="90"] .circle .fill.fix {
    transform: rotate(324deg);
  }
  .radial-progress[data-progress-percentage="91"] .circle .mask.full,
  .radial-progress[data-progress-percentage="91"] .circle .fill {
    transform: rotate(163.8deg);
  }
  .radial-progress[data-progress-percentage="91"] .circle .fill.fix {
    transform: rotate(327.6deg);
  }
  .radial-progress[data-progress-percentage="92"] .circle .mask.full,
  .radial-progress[data-progress-percentage="92"] .circle .fill {
    transform: rotate(165.6deg);
  }
  .radial-progress[data-progress-percentage="92"] .circle .fill.fix {
    transform: rotate(331.2deg);
  }
  .radial-progress[data-progress-percentage="93"] .circle .mask.full,
  .radial-progress[data-progress-percentage="93"] .circle .fill {
    transform: rotate(167.4deg);
  }
  .radial-progress[data-progress-percentage="93"] .circle .fill.fix {
    transform: rotate(334.8deg);
  }
  .radial-progress[data-progress-percentage="94"] .circle .mask.full,
  .radial-progress[data-progress-percentage="94"] .circle .fill {
    transform: rotate(169.2deg);
  }
  .radial-progress[data-progress-percentage="94"] .circle .fill.fix {
    transform: rotate(338.4deg);
  }
  .radial-progress[data-progress-percentage="95"] .circle .mask.full,
  .radial-progress[data-progress-percentage="95"] .circle .fill {
    transform: rotate(171deg);
  }
  .radial-progress[data-progress-percentage="95"] .circle .fill.fix {
    transform: rotate(342deg);
  }
  .radial-progress[data-progress-percentage="96"] .circle .mask.full,
  .radial-progress[data-progress-percentage="96"] .circle .fill {
    transform: rotate(172.8deg);
  }
  .radial-progress[data-progress-percentage="96"] .circle .fill.fix {
    transform: rotate(345.6deg);
  }
  .radial-progress[data-progress-percentage="97"] .circle .mask.full,
  .radial-progress[data-progress-percentage="97"] .circle .fill {
    transform: rotate(174.6deg);
  }
  .radial-progress[data-progress-percentage="97"] .circle .fill.fix {
    transform: rotate(349.2deg);
  }
  .radial-progress[data-progress-percentage="98"] .circle .mask.full,
  .radial-progress[data-progress-percentage="98"] .circle .fill {
    transform: rotate(176.4deg);
  }
  .radial-progress[data-progress-percentage="98"] .circle .fill.fix {
    transform: rotate(352.8deg);
  }
  .radial-progress[data-progress-percentage="99"] .circle .mask.full,
  .radial-progress[data-progress-percentage="99"] .circle .fill {
    transform: rotate(178.2deg);
  }
  .radial-progress[data-progress-percentage="99"] .circle .fill.fix {
    transform: rotate(356.4deg);
  }
  .radial-progress[data-progress-percentage="100"] .circle .mask.full,
  .radial-progress[data-progress-percentage="100"] .circle .fill {
    transform: rotate(180deg);
  }
  .radial-progress[data-progress-percentage="100"] .circle .fill.fix {
    transform: rotate(360deg);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .radial-progress .circle .mask,
  .radial-progress .circke .fill {
    transition: none;
  }
  .radial-progress .inset .count .number {
    transition: none;
  }
}

/* src/assets/styles/modules/comments.css */
.comment-meta {
  padding: 6px 0;
}

/* src/assets/styles/modules/content-placeholders.css */
.placeholder-row {
  border-left: 5px solid var(--color-gray-400);
}
.placeholder-item {
  background: var(--color-white);
  display: block;
  height: 80;
  margin-left: 10px;
  padding: 10px 0;
  width: 80%;
}
.placeholder-item .placeholder-item-animated {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 5;
  animation-name: contentPlaceholderShimmer;
  animation-timing-function: linear;
  background:
    var(--color-gray-300) linear-gradient(
      to right,
      var(--color-gray-300) 8%,
      var(--color-gray-400) 18%,
      var(--color-gray-300) 33%) 100% 90px;
  height: 60px;
  position: relative;
  transform: translateZ(0);
}
.placeholder-item .background-masker {
  background: var(--color-white);
  position: absolute;
}
.placeholder-item .background-masker.header-bottom,
.placeholder-item .background-masker.subheader-bottom {
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
}
.placeholder-item .background-masker.header-right,
.placeholder-item .background-masker.subheader-right {
  height: 30px;
  left: 600px;
  right: 0;
  top: 0;
  width: auto;
}
.placeholder-item .background-masker.header-bottom {
  height: 10px;
  top: 32px;
}
.placeholder-item .background-masker.subheader-right {
  height: 24px;
  left: 200px;
  top: 36px;
}
.placeholder-item .background-masker.subheader-bottom {
  height: 15px;
  top: 25px;
}
.placeholder-item .background-masker.content-top,
.placeholder-item .background-masker.content-first-end {
  left: 0;
  right: 0;
  top: 56px;
}
.placeholder-item .background-masker.content-top {
  height: 15px;
}
.placeholder-item .background-masker.content-first-end {
  height: 15px;
  left: 380px;
  right: 0;
  top: 70px;
  width: auto;
}
@media screen and (prefers-reduced-motion: reduce) {
  .placeholder-item .placeholder-item-animated {
    animation: none;
  }
}

/* src/assets/styles/modules/content.css */
body.remote-profile {
  padding-top: 120px;
}
body.remote-profile.masquerade-mode {
  padding-top: 105px;
}
@media screen {
  body {
    padding-top: 60px;
  }
  body.masquerade-mode {
    padding-top: 50px;
  }
}
body.remote-profile #remote-header-menu {
  top: 50px;
}
body.remote-profile #remote-header-menu #remote-navbar {
  float: none;
}
body.remote-profile #remote-header-menu #remote-navbar li {
  display: block;
}
@media (min-width: 768px) {
  body {
    padding-top: 68px;
  }
  body.masquerade-mode {
    padding-top: 54px;
  }
  body.remote-profile {
    padding-top: 130px;
  }
  body.remote-profile.masquerade-mode {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  body.remote-profile #remote-header-menu {
    top: 54px;
  }
  body.remote-profile #remote-header-menu #remote-navbar {
    float: left;
  }
  body.remote-profile #remote-header-menu #remote-navbar li {
    display: block;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#header-menu {
  z-index: 9;
  background-color: var(--color-white);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  margin-bottom: 1px;
}
.wrapper-top,
.wrapper-bottom {
  background-color: var(--color-white);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  margin: 0;
}
.wrapper-top-inner {
  padding: 0 35px;
}
.wrapper-bottom-inner {
  padding: 5px 35px 5px;
}
.wrapper-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.12);
  margin-top: 15px;
}
.wrapper-top > .row {
  margin-left: 0;
  margin-right: 0;
}
.wrapper-bottom {
  background-color: var(--color-gray-100);
  border-radius: 0 0 5px 5px;
}
.wrapper {
  background-color: var(--color-white);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  margin-bottom: 10px;
}
.wrapper-with-header .header-fixed {
  background-color: var(--body-background);
}
.wrapper > h1 {
  margin: 10px 0;
  padding: 10px 20px;
}
.wrapper .row-bordered,
.wrapper > .row,
.wrapper > .row > .row {
  border-bottom: 1px solid var(--color-gray-300);
  margin: 0;
  padding: 10px;
}
.wrapper > .row > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.wrapper .row-bordered {
  padding-left: 0;
  padding-right: 0;
}
.wrapper .row-bordered:last-child,
.wrapper > .row:last-child,
.wrapper > .row > .row:last-child {
  border-bottom-style: none;
}
.wrapper > .row > .row:last-child {
  border-bottom: 0;
}
#contextual-menu-background {
  background-color: var(--color-black);
  display: none;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#contextual-menu-background-close {
  bottom: 10%;
  left: 45%;
  position: fixed;
  z-index: 9999;
}
hr {
  margin: 3px 0 3px 0;
}
.has-border-bottom {
  border-bottom: 1px solid var(--color-gray-300);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.has-border-bottom.condensed {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.wrapper-highlighted {
  border: 2px solid var(--color-primary);
}
#phone-layout {
  font-size: 15px;
}
#phone-layout > ul {
  display: flex;
  width: 100%;
}
#phone-layout > ul > li {
  display: table-cell;
  flex: 1;
  text-align: center;
}
#phone-layout .v-align {
  margin-top: 10px;
}
#desktop-layout {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
#phone-kz-logo {
  margin-top: -5px;
}
#phone-kz-logo img {
  max-width: 60px;
}
.flexbox .vertical-center {
  align-items: center;
  display: flex;
}
@media (max-width: 480px) {
  .flexbox .vertical-center-xs {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  #desktop-layout {
    align-items: center;
    display: flex;
  }
  #desktop-layout nav:last-of-type {
    margin-left: auto;
  }
  #phone-layout {
    display: none;
  }
}

/* src/assets/styles/modules/contextual-buttons.css */
.contextual-action-buttons {
  display: none;
}
@media (min-width: 992px) {
  .contextual-action-buttons {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .contextual-action-buttons {
    background: var(--color-white);
    border-radius: 4px;
    bottom: 30%;
    left: 5%;
    padding: 16px;
    position: fixed;
    text-align: center;
    width: 90%;
    z-index: 99999;
  }
  .contextual-action-buttons .action-button {
    border-bottom: 1px solid var(--color-gray-300);
    display: block;
    margin: 0 !important;
    padding: 16px 0;
    width: 100%;
  }
  .contextual-action-buttons .action-button a {
    display: block;
    padding: 8px 0;
  }
  .contextual-action-buttons > .row,
  .contextual-action-buttons > .row > .col-xs-12,
  .contextual-action-buttons > .row > .col-sm-6 {
    clear: both;
    display: inline-block;
    float: none;
    width: 100%;
  }
  .contextual-action-buttons li {
    display: block !important;
  }
  .contextual-action-buttons .action-button:last-child {
    border-bottom-width: 1px;
  }
  .contextual-action-buttons > .row > .col-xs-12:last-child .action-button:last-child {
    border-bottom-width: 0;
  }
  .contextual-action-buttons .action-button .btn {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .contextual-action-buttons .action-button .btn-primary {
    color: var(--color-primary);
  }
  .contextual-action-buttons .action-button .btn-info {
    color: var(--color-info);
  }
  .contextual-action-buttons .action-button .btn-warning {
    color: var(--color-warning);
  }
  .contextual-action-buttons .action-button .btn-danger {
    color: var(--color-danger);
  }
  .contextual-action-buttons .action-button .btn-success {
    color: var(--color-success);
  }
}

/* src/assets/styles/modules/dropzone.css */
.dropzone {
  background-color: var(--color-gray-200);
  border: 2px dashed var(--color-gray-400);
  min-height: 18px;
  padding: 30px 5px;
}
.dropzone .dz-default.dz-message {
  background-image: none;
  height: auto;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.dropzone .dz-default.dz-message span {
  color: var(--color-gray);
  display: block;
  font-size: 18px;
  text-align: center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: none;
  }
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-image: url("./media/dropzone.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("./media/dropzone@2x.png");
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("./media/dropzone@2x.png");
  }
}

/* src/assets/styles/modules/feedback.css */
.atlwdg-trigger.atlwdg-SUBTLE {
  background: var(--color-gray-100) !important;
  border-radius: 4px 4px 0 0 !important;
  border: 0 !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) !important;
  color: var(--color-gray-600) !important;
  display: none;
  font-family: "Lucida Grande", sans-serif !important;
  font-size: 12px !important;
  font-weight: normal;
  padding: 7px 12px !important;
  right: 20px !important;
}
@media (min-width: 768px) {
  .atlwdg-trigger.atlwdg-SUBTLE {
    display: inline-block;
  }
}

/* src/assets/styles/modules/filters.css */
.circle {
  --size: 20px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  color: var(--color-primary);
  display: inline-block;
  font-size: calc(var(--size) / 2);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  width: var(--size);
}
.circle.info {
  border-color: var(--color-info);
  color: var(--color-info);
}
.circle.warning {
  border-color: var(--color-warning);
  color: var(--color-warning);
}
.circle.danger {
  border-color: var(--color-danger);
  color: var(--color-danger);
}
.circle.success {
  border-color: var(--color-success);
  color: var(--color-success);
}
.circle.circle-lg {
  --size: 100px;
  border-width: 5px;
  font-size: calc(var(--size) / 4);
  line-height: calc(var(--size) - var(size) / 10);
}
.refine-filters {
  background-color: var(--color-info);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: var(--color-white);
  padding: 10px 20px;
}
.refine-filters ul.list-inline {
  display: inline-block;
}
.refine-filters li,
.refine-filters a {
  color: var(--color-white) !important;
}
.refine-filters a {
  font-weight: bold;
  text-decoration: underline;
}
.label-filter {
  background-color: var(--color-gray-200);
  border-radius: var(--button-border-radius-lg);
  color: var(--color-gray);
  display: inline-block;
  padding: 2px 10px;
}
.label-filter a,
.label-filter a:hover,
.label-filter a:focus,
.label-filter a:active {
  color: var(--color-gray-600);
}
.label-connect {
  margin-left: 10px;
}
.refine-filters .dropdown-menu li a {
  color: var(--color-info) !important;
  text-decoration: none;
}
.refine-filters .dropdown-menu li a:hover,
.refine-filters .dropdown-menu li a:focus {
  color: var(--color-info-600) !important;
}
.filters .filter-label {
  padding-top: 5px;
}
.filters .by-letter li {
  padding: 0;
}
.list__filter {
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--color-gray);
  padding: 2px 4px;
}
.list__filter.list__filter--active {
  border-color: var(--color-primary);
  color: var(--color-primary);
  cursor: default;
}

/* src/assets/styles/modules/forms.css */
legend {
  border-bottom: 0;
  font-size: 1.5rem;
}
textarea.form-control {
  min-height: 8em;
}
.form-group {
  margin-top: 0 !important;
}
.form-control {
  background-color: var(--color-white) !important;
  border-color: var(--color-gray-400);
  font-size: 1rem;
}
.form-group .form-control {
  margin-bottom: 0;
}
.has-error .form-control {
  border-color: var(--color-danger);
}
.has-success .form-control {
  border-color: var(--color-success);
}
.no-csstransitions .form-control {
  border-bottom: 1px solid var(--color-gray);
}
.form-group.has-error .control-label {
  color: var(--color-danger) !important;
}
.form-group.has-error .form-control,
.form-group.has-error .form-wrap {
  color: var(--color-danger) !important;
  background-color: var(--color-warning-200);
}
.form-control-no-borders {
  background-image: none;
  border-color: transparent;
}
.form-control-with-icon {
  position: relative;
}
.form-control-with-icon::before {
  content: "\e801";
  color: var(--color-gray-400);
  display: inline-block;
  font-family: "epf";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 10px;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  position: absolute;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 11px;
  width: 1em;
  z-index: 2;
}
.form-control-with-icon input {
  display: inline-block;
  font-family: "epf";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding-left: 25px;
  position: relative;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.form-group label.control-label,
.form-field label.control-label,
.togglebutton label,
.form-group label {
  font-size: 0.88rem;
  font-weight: bold;
  margin-top: 0;
  padding-top: 0;
}
.togglebutton label,
.no-form-control label {
  font-size: 0.88rem;
  line-height: 1.07142857;
  margin: 16px 0 0 0;
}
.input-increment {
  background-color: var(--color-white);
}
.input-increment span {
  display: inline-block;
  font-size: 1.125rem;
  min-width: 25px;
  text-align: center;
  vertical-align: middle;
}
.input-increment button.disabled,
.input-increment button[disabled],
fieldset[disabled] .input-increment button {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.checkbox .checkbox-material {
  top: 5px;
}
.form-group .hint {
  display: none;
}
.form-group.has-error .hint {
  display: block;
}
.hint-text {
  color: var(--color-gray);
  font-size: 0.88rem;
  margin: 0;
  padding: 0;
}
.form-group label.control-label,
.form-field label.control-label,
.togglebutton label,
.no-form-control label,
.form-group label {
  color: var(--color-gray) !important;
}
.control-label ~ .text-gray {
  font-size: 0.8rem;
  font-style: italic;
  margin: 4px 0;
}
.form-group.is-focused label.control-label {
  color: var(--color-primary);
}
.form-group.is-focused .form-control {
  background-image: none;
}
.ui-select-match .btn:hover,
.ui-select-match .btn:focus {
  box-shadow: none !important;
}
.ui-select-container .ui-select-match .ui-select-toggle.btn,
.ui-select-container .ui-select-match .ui-select-toggle .btn {
  color: var(--font-color) !important;
}
.ui-select-container .ui-select-match .ui-select-toggle.btn {
  background-color: transparent !important;
  border-radius: 4px !important;
}
.inline .formly-field {
  display: inline-block;
  padding-right: 25px;
}
.ui-select-multiple.ui-select-bootstrap {
  padding: 6px;
}
.ui-select-container .ui-select-match-text {
  text-transform: none;
}
.ui-select-container .ui-select-match .btn.btn-xs.btn-link.pull-right {
  border-radius: 0;
  font-size: 1.125rem;
  line-height: 16px;
  margin-top: 0;
  position: static;
}
.file-input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.file-input__upload {
  overflow: hidden;
  position: relative;
}
.file-input input[type=file] {
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-input .file-input__selected {
  color: var(--color-gray-600);
  display: flex;
}
.file-input .file-input__selected li {
  border-radius: var(--button-border-radius-sm);
  display: inline-block;
}
.file-input .file-input__selected li p {
  font-size: 0.88rem;
  margin: 0.32em 0;
}
.form-text__field-value {
  display: inline;
}
.form-text__control-label {
  color: var(--color-gray);
  display: inline;
  font-size: 0.9rem;
  font-weight: 700;
}
.form-readonly.form-readonly--fancy .form-text__form-group {
  margin: 20px 0;
}
.form-readonly.form-readonly--fancy .form-text__heading {
  font-size: 1.5rem;
}
.form-readonly.form-readonly--fancy .form-text__description,
.form-readonly.form-readonly--fancy .form-text__description p {
  color: var(--color-primary);
}
.form-readonly.form-readonly--fancy .form-text__control-label {
  color: var(--color-info);
  font-size: 1.125rem;
  font-weight: 600;
}
.form-readonly.form-readonly--fancy .form-text__field-value,
.form-readonly.form-readonly--fancy .form-text__control-label {
  display: block;
}
.form-readonly.form-readonly--fancy .form-text__field-value {
  background-color: var(--color-gray-200);
  border: 1px solid var(--color-gray-400);
  border-radius: 4px;
  font-size: 1.125rem;
  padding: 12px;
}
.formly-field .readonly p img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.facetly .facetly-search .facetly-searchbox {
  min-height: 41px;
  padding: 5px 0;
  width: 70%;
}
.facetly .facetly-search .facetly-searchbox .facetly-filters li {
  margin-bottom: 0;
  margin-top: 0;
}
.facetly .facetly-search .facetly-searchbox .facetly-typeahead-suggestions ul {
  max-height: 250px;
}
.facetly .facetly-search .facetly-buttons {
  padding-top: 10px;
  width: 30%;
}
@media (max-width: 768px) {
  .facetly .facetly-search .facetly-searchbox,
  .facetly .facetly-search .facetly-buttons {
    float: none;
    width: 100%;
  }
}
.form-control,
.form-group .form-control {
  border-color: var(--color-gray-400);
  padding-left: 6px;
  transition: border-color ease-in 0.24s;
}
.form-control:active,
.form-group .form-control:active,
.form-control:focus,
.form-group .form-control:focus {
  border-color: var(--color-primary);
}
.form-control.has-error,
.form-group.has-error .form-control {
  border-color: var(--color-danger);
}
.form-documents {
  background-color: var(--color-white);
  padding: 8px 16px;
}
.form-signature .signature {
  background-color: var(--color-white);
}
.form-documents .row > .row {
  margin-left: -0.6em;
}
form .wrapper {
  background-color: var(--color-gray-100);
}
.form--flex {
  display: flex;
  justify-content: space-between;
}
#kzt-search-query {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: var(--input-height-base);
  padding: var(--padding-base-vertical) var(--padding-base-horizontal);
  font-size: var(--rem-base);
  line-height: var(--line-height-base);
  color: var(--color-gray);
  background-color: var(--color-white);
  background-image: none;
  border: 1px solid (--border-color);
  border-radius: var(--border-radius);
  box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#kzt-search-query:focus {
  border-color: var(--color-info-400);
  box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
  outline: 0;
}
#kzt-search-query::-moz-placeholder {
  color: var(--color-gray-700);
  opacity: 1;
}
#kzt-search-query:-ms-input-placeholder {
  color: var(--color-gray-700);
}
#kzt-search-query::-webkit-input-placeholder {
  color: var(--color-gray-700);
}
#kzt-search-query::-ms-expand {
  border: 0;
  background-color: transparent;
}
#kzt-search-query[disabled],
#kzt-search-query[readonly],
fieldset[disabled] #kzt-search-query {
  background-color: var(--color-gray-400);
  opacity: 1;
}
#kzt-search-query[disabled],
fieldset[disabled] #kzt-search-query {
  cursor: not-allowed;
}
.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 9999;
}
.form-documents,
.form-signature .signature,
.form-control,
.form-group .form-control,
.form-control:active,
.form-group .form-control:active,
.form-control:focus,
.form-group .form-control:focus,
.form-control[disabled],
.form-group .form-control[disabled] {
  background-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding-left: 6px;
}
.form-documents__upload {
  margin-bottom: 8px;
}
.form-control:active:not(:disabled),
.form-control:focus:not(:disabled),
.form-group .form-control:active:not(:disabled),
.form-group .form-control:focus:not(:disabled) {
  background-color: var(--color-form-field-focus) !important;
  box-shadow: none;
}
select.form-control {
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAIAAAAmzuBxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQTdGMTE3NDA3MjA2ODExOTJCMEI4QUY2OEFGOTJFOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NDNBNDZGRUQwRUUxMUUyQkRGNEQ3NThBREE3RDhCQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NDNBNDZGREQwRUUxMUUyQkRGNEQ3NThBREE3RDhCQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M0IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyODAxMTc0MDcyMDY4MTE5MkIwODgxQTcwOTI5MEE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZBN0YxMTc0MDcyMDY4MTE5MkIwQjhBRjY4QUY5MkU5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0G/y9QAAAKFJREFUeNp8kLEKwyAQhqsUCbqECIKDDk4ZEpwSQYiv4HPm3VxDN+21KWmbpP3g4D/+Dw4OlVIuf0FgpJRyzseuaZorsCzLPM+nRoxRa40ZY33fH2spJdQQMMw4jlVVfd1GKISw5ocBtXPu02jbVgjxNoCu6zjnayaEeO83+2VgjKdpWvMwDJTSvQEopYwxdV1ba/f/2JbbE3jDT+OUuwADANi+KdCnCjqhAAAAAElFTkSuQmCC) !important;
  background-position: 98% 50% !important;
  background-repeat: no-repeat;
  background-size: auto !important;
  max-width: 100%;
  overflow: hidden;
  padding: 8px 16px 8px 8px;
}
.kz-tree .kzt-checkbox {
  display: inline-block;
}
.kz-tree ul {
  margin: 0;
  padding: 0;
}
.kz-tree ul li {
  list-style: none inside none;
  padding: 10px 3px;
}
@media (min-width: 768px) {
  .kz-tree ul li {
    padding: 5px 3px;
  }
  .kz-tree ul li ul {
    padding-left: 15px;
  }
}
.kz-tree ul li ul {
  padding-left: 7px;
}
.kz-tree .kzt-node-title a {
  font-weight: normal;
  text-decoration: none;
}
.kz-tree .kzt-node-title.is-active a {
  font-weight: bold;
}
.kz-tree .kzt-node-path {
  display: block;
  font-size: 75%;
  padding-left: 35px;
}
.kz-tree .kzt-toolbar::before,
.kz-tree .kzt-toolbar::after {
  content: " ";
  display: table;
}
.kz-tree .kzt-toolbar::after {
  clear: both;
}
.kz-tree .kzt-toolbar .kzt-toolbar-list li {
  display: inline-block;
}
.kz-tree .kzt-toolbar a.disabled {
  color: initial;
  cursor: text;
  text-decoration: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  #kzt-search-query {
    transition: none;
  }
  .form-control,
  .form-group .form-control {
    transition: none;
  }
}

/* src/assets/styles/modules/header.css */
.dropdown-menu .dropdown-header {
  color: var(--color-gray);
  font-size: 0.7125rem;
  padding-left: 20px;
  text-transform: uppercase;
}
.dropdown-menu li {
  padding: 5px 0;
}
.dropdown-menu .divider {
  padding: 0;
}
#navbar .top-search {
  color: var(--color-gray);
}
#navbar .top-search.active {
  color: var(--color-gray-200);
}
#navbar .divider-left {
  border-left-color: var(--color-gray-200);
}
#navbar .divider-right {
  border-right-color: var(--color-gray-200);
}
.navbar-header .navbar-toggle {
  color: var(--color-primary);
}
.profile-dropdown,
.profile-dropdown:focus,
.profile-dropdown:hover {
  text-decoration: none;
}
#logged-in-as-menu {
  align-items: center;
  background-color: var(--color-danger);
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.4em;
}
#logged-in-as-menu p {
  color: var(--color-gray-100);
}
.masquerade-mode #header-menu {
  border-bottom: 4px solid var(--color-danger);
  box-shadow: none;
}
#remote-header-menu {
  background-color: var(--color-info);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5;
}
#remote-header-menu .nav > li > p {
  color: var(--color-white);
  margin: 0;
  padding: 1em 0;
}
#remote-header-menu .navbar-toggle,
#remote-header-menu .caret {
  color: var(--color-white);
}
#remote-header-menu .navbar-toggle {
  float: none;
}
#remote-header-menu .navbar-nav {
  display: inline-block;
  padding-top: 0;
}
#remote-header-menu .navbar-right {
  float: right;
}
#remote-header-menu .remote-profile-dropdown .avatar a {
  padding: 0;
}
#remote-header-menu #remote-navbar .navbar-nav-links > li > a {
  color: var(--color-white);
}
#remote-header-menu #remote-navbar .navbar-nav > .active {
  background-color: var(--color-info-800);
}
#remote-header-menu #remote-navbar .navbar-nav > .active .caret {
  color: var(--body-background);
}
#remote-header-menu #remote-navbar .dropdown-menu {
  background-color: var(--color-info);
}
#remote-header-menu #remote-navbar .dropdown-menu li,
#remote-header-menu #remote-navbar .dropdown-menu li > p,
#remote-header-menu #remote-navbar .dropdown-menu li > p .text-gray,
#remote-header-menu #remote-navbar .dropdown-menu li > a {
  color: var(--body-background);
}
#remote-header-menu #remote-navbar .dropdown-menu li > a:hover,
#remote-header-menu #remote-navbar .dropdown-menu li > a:focus {
  color: var(--color-info-600);
}
#remote-header-menu #remote-navbar .dropdown-menu .active,
#remote-header-menu #remote-navbar .dropdown-menu .active:hover,
#remote-header-menu #remote-navbar .dropdown-menu .active:focus,
#remote-header-menu #remote-navbar .dropdown-menu .active > a,
#remote-header-menu #remote-navbar .dropdown-menu .active:hover > a,
#remote-header-menu #remote-navbar .dropdown-menu .active:focus > a,
#remote-header-menu #remote-navbar .dropdown-menu .active:hover > a:hover,
#remote-header-menu #remote-navbar .dropdown-menu .active:focus > a:hover,
#remote-header-menu #remote-navbar .dropdown-menu .active:focus > a:focus {
  background-color: var(--color-info-600);
  color: var(--body-background);
}
#remote-header-menu #remote-navbar .dropdown-menu li:hover,
#remote-header-menu #remote-navbar .dropdown-menu li:focus,
#remote-header-menu #remote-navbar .dropdown-menu li:hover > a,
#remote-header-menu #remote-navbar .dropdown-menu li:focus > a,
#remote-header-menu #remote-navbar .dropdown-menu li:hover > a:hover,
#remote-header-menu #remote-navbar .dropdown-menu li:focus > a:hover,
#remote-header-menu #remote-navbar .dropdown-menu li:hover > a:focus,
#remote-header-menu #remote-navbar .dropdown-menu li:focus > a:focus {
  background-color: var(--color-info-600);
  color: var(--body-background);
}
#remote-header-menu #remote-navbar .navbar-nav > .active > a {
  background-color: transparent;
  color: var(--body-background);
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom {
  left: 0;
  position: fixed;
  top: 0;
  transition: transform 200ms linear;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  #remote-header-menu .navbar-nav-links {
    margin-left: 100px;
  }
  #unsynced-bar {
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  #remote-header-menu .navbar-collapse.collapse {
    display: inline-block !important;
  }
}
@media (max-width: 1200px) {
  #collapse-navbar {
    display: inline-block !important;
  }
}
#unsynced-bar {
  left: 0;
  margin-top: -9px;
  padding: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
#unsynced-bar .alert {
  margin: 0;
  padding: 0 15px;
  text-align: center;
}
@media screen and (prefers-reduced-motion: reduce) {
  .headroom {
    transition: none;
  }
}

/* src/assets/styles/modules/icons.css */
.glyphicon::before {
  display: inline-block;
  font-family: "epf";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.glyphicon-ok::before {
  content: "\e834";
}
.glyphicon-remove::before {
  content: "\e805";
}
.glyphicon-chevron-right::before {
  content: "\e81e";
}
.glyphicon-chevron-left::before {
  content: "\e81d";
}
.glyphicon-edit::before {
  content: "\e829";
}
.glyphicon-cog::before {
  content: "\e831";
}
.glyphicon-move::before {
  content: "\e826";
}
.glyphicon-fullscreen::before {
  content: "\e821";
}
.glyphicon-plus-sign::before,
.glyphicon-plus::before {
  content: "\e818";
}
.glyphicon-minus::before {
  content: "\e819";
}
.glyphicon-save::before {
  content: "\e813";
}
.glyphicon-repeat::before {
  content: "\e82d";
}
.glyphicon-refresh::before {
  content: "\e820";
}
#loading-indicator {
  margin-left: -10px;
  position: fixed;
  width: 105%;
  height: 100%;
  background: var(--color-black) center center no-repeat;
  opacity: 0.5;
  text-align: center;
  z-index: 10000;
}
#loading-indicator i {
  color: var(--color-white);
  font-size: 2.25rem;
  margin: 25% auto;
}
.icon-menu-dots {
  font-size: 1.5rem;
}
.featured-icons {
  font-size: 1.5rem;
  padding: 6px;
}
.featured-icons:hover,
.featured-icons:focus {
  background-color: var(--color-gray-400);
}
.required {
  color: var(--color-danger);
}

/* src/assets/styles/modules/images.css */
.img-signature {
  max-width: 640px;
  width: 100%;
}
@media (min-width: 768px) {
  .img-signature {
    max-width: 320px;
  }
}

/* src/assets/styles/modules/labels.css */
.label {
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0;
  text-transform: uppercase;
}
.label.label-primary,
.label.label-success,
.label.label-default,
.label.label-info,
.label.label-warning,
.label.label-danger {
  background-color: transparent;
}
.label.label-primary {
  color: var(--color-primary);
}
.label.label-success {
  color: var(--color-success);
}
.label.label-danger {
  color: var(--color-danger);
}
.label.label-info {
  color: var(--color-info);
}
.label.label-default {
  color: var(--color-gray);
}
.label.label-warning {
  color: var(--color-warning);
}
.badge {
  font-size: 0.8rem;
}
.badge.badge-primary {
  background-color: var(--color-primary);
}
.badge.badge-success {
  background-color: var(--color-success);
}
.badge.badge-danger {
  background-color: var(--color-danger);
}
.badge.badge-info {
  background-color: var(--color-info);
}
.badge.badge-default {
  background-color: var(--color-gray);
}
.badge.badge-warning {
  background-color: var(--color-warning);
}
.label.label-bg {
  background-color: var(--color-gray-200);
  border-radius: 15px;
  color: var(--color-gray-500);
  font-size: 0.875rem;
  margin-right: 10px;
  padding: 4px 15px;
  text-transform: none;
}
.label.label-bg > .close {
  font-size: 0.875rem;
}
.sync-state-new,
.sync-state-synced,
.sync-state-error {
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0;
  text-transform: uppercase;
}
.sync-state-new {
  background-color: var(--color-primary);
}
.sync-state-new[href]:hover,
.sync-state-new[href]:focus {
  color: var(--color-primary-800);
}
.sync-state-synced {
  background-color: var(--color-success);
}
.sync-state-synced[href]:hover,
.sync-state-synced[href]:focus {
  color: var(--color-success-800);
}
.sync-state-error {
  background-color: var(--color-danger);
}
.sync-state-error[href]:hover,
.sync-state-error[href]:focus {
  color: var(--color-danger-800);
}
.tag {
  border-radius: var(--button-border-radius-lg);
  font-size: 0.875rem;
  padding-right: 7px;
}
.tag:hover,
.tag:focus,
.tag:active {
  cursor: pointer;
  text-decoration: none;
}
.tag .tag-name {
  background-color: var(--color-gray-200);
  border-bottom-left-radius: var(--button-border-radius-lg);
  border-top-left-radius: var(--button-border-radius-lg);
  color: var(--color-gray);
  margin-right: -4px;
  padding: 3px 6px 3px 12px;
}
.tag:hover .tag-name,
.tag:focus .tag-name,
.tag:active .tag-name {
  background-color: var(--color-gray-300);
}
.tag .tag-count {
  background-color: var(--color-primary);
  border-bottom-right-radius: var(--button-border-radius-lg);
  border-top-right-radius: var(--button-border-radius-lg);
  color: var(--color-white);
  padding: 3px 9px;
}
.tag.tag-no-count .tag-name {
  border-bottom-right-radius: var(--button-border-radius-lg);
  border-top-right-radius: var(--button-border-radius-lg);
  margin-right: 0;
  padding-right: 12px;
}
.label-color-dot {
  background-color: var(--color-primary);
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.label-color-dot.label-color-dot-sm {
  height: 9px;
  width: 9px;
}
.label-warning-dot {
  background-color: var(--color-warning);
}
.label-success-dot {
  background-color: var(--color-success);
}

/* src/assets/styles/modules/lists.css */
.list-inline > li {
  display: inline;
}
.item-list {
  list-style: none inside none;
  margin-left: 0;
}
.item-list .item {
  padding: 0.68em;
}
.item-list-bordered .item {
  border-bottom: 1px solid var(--color-gray-300);
  margin-left: -0.6em;
  margin-right: -0.6em;
}
.item-list .item-new {
  background-color: var(--color-gray-200);
}
.item-list .item.item-icon-left {
  padding-left: 35px;
}
.item-list-bordered .item:last-child {
  border-bottom: 0;
}
.list-icon-actions {
  padding-top: 10px;
}
.list-icon-actions a {
  cursor: pointer;
}
.list-icon-actions > li i {
  font-size: 1.875rem;
}
.list-icon-actions > li i.icon-trash {
  color: var(--color-danger);
}
.list-icon-actions > li i.icon-down-open-big {
  color: var(--color-gray-300);
}
.list-icon-actions > li i.icon-right-open-big {
  color: var(--color-gray-400);
}
.list-spaced li {
  margin-left: 0.4em;
  margin-right: 0.4em;
}
.list-condensed li {
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.list-tags li {
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.list-unstyled {
  margin-left: 0;
  padding-left: 0;
}
.list-unstyled li:first-child {
  padding-left: 0;
}
.list-no-right-padding li:last-of-type {
  padding-right: 0;
}
.button-list {
  text-align: right;
}
.button-list div:not(.btn-group) > ul > li:last-child {
  padding-right: 0;
}
.button-list > a.btn-icon-circle {
  margin: 0;
}
@media (min-width: 768px) {
  .list-columns-2 {
    column-count: 2;
  }
  .list-columns-3 {
    column-count: 3;
  }
  .list-columns-4 {
    column-count: 4;
  }
}

/* src/assets/styles/modules/login.css */
#login-container {
  margin-top: 70px;
}
.flexbox .login #header-menu .container-fluid {
  display: flex;
}
.flexbox .login #header-menu .container-fluid #navbar {
  flex: 1;
}
.flexbox .login #header-menu .container-fluid #navbar .navbar-nav {
  float: none;
}
.login #login-container li,
.login #header-menu .navbar-nav li {
  display: block;
}
@media (min-width: 480px) {
  #login-container {
    margin-top: 140px;
  }
}

/* src/assets/styles/modules/menu.css */
#hamburger-menu {
  position: absolute;
  z-index: 1;
  height: auto;
}
#hamburger-menu #icon-menu {
  padding: 18px;
  position: absolute;
  z-index: 999;
}
#hamburger-menu .ng-hide {
  width: 0;
}
#full-screen-menu {
  background: var(--color-primary) center;
  color: var(--color-white);
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
  position: fixed;
  text-align: left;
  transition: all ease-in-out 0.1s;
  width: 100%;
  z-index: 2;
}
#full-screen-menu h2,
#full-screen-menu h3 {
  color: var(--color-white);
}
#full-screen-menu a {
  color: var(--color-white);
  text-decoration: none;
}
#full-screen-menu i {
  font-size: 30px;
  color: var(--color-white);
  margin: 25% auto;
}
#full-screen-menu .menu-row {
  padding: 10px;
}
#full-screen-menu .menu-separator {
  border-bottom: 1px solid var(--color-white);
  margin-left: 5px;
  margin-right: 5px;
}
#full-screen-menu .right-arrow {
  padding-top: 7px;
}
#full-screen-menu .hm-sub-items-text {
  font-size: 0.9rem;
  font-style: italic;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 15px 15px;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.hamburger:hover,
.hamburger:focus {
  opacity: 0.7;
}
.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}
.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: var(--color-black);
  border-radius: 4px;
  height: 4px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 40px;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  opacity: 0;
  top: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  #full-screen-menu {
    transition: none;
  }
  .hamburger--squeeze .hamburger-inner::before {
    transition: none;
  }
  .hamburger--squeeze .hamburger-inner::after {
    transition: none;
  }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    transition: none;
  }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    transition: none;
  }
}

/* src/assets/styles/modules/modals.css */
body.modal-open {
  overflow: hidden;
  position: relative;
}
.modal-header .close {
  margin-right: 20px;
  margin-top: 10px;
}
.modal-content .modal-header {
  padding: 20px 0 0 0;
}
.modal-content .modal-title {
  border-bottom: 1px solid var(--color-gray);
  padding: 20px;
}
.modal-content .modal-body {
  height: 430px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
}
.modal-content .modal-body::-webkit-scrollbar-track {
  background-color: var(--color-gray-300);
}
.modal-content .modal-body::-webkit-scrollbar {
  background-color: var(--color-gray-300);
  border-radius: var(--button-border-radius-lg);
  width: 6px;
}
.modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: var(--color-gray-700);
  border-radius: var(--button-border-radius-lg);
}
.modal-content .modal-footer {
  border-top: 1px solid var(--color-gray);
  text-align: left;
}
.modal-content .modal-body + .modal-footer {
  padding: 20px;
}

/* src/assets/styles/modules/navbar.css */
#navbar .badge {
  font-size: 0.7125rem;
  margin-top: -5px;
  padding: 5px 7px;
}
#navbar .top-search,
#navbar .icon-md {
  font-size: 1.5rem;
}
#navbar .nav > li,
#navbar .dropdown-menu li {
  font-size: 1.125rem;
  text-align: left;
}
.navbar-default.navbar-fixed-top {
  background-color: var(--color-white);
}
.navbar-default.navbar-fixed-top #navbar .navbar-nav > li a {
  color: var(--font-hover-color);
  font-family: var(--heading-font-family);
}
.navbar-default.navbar-fixed-top #navbar .nav > .active > a,
.navbar-default.navbar-fixed-top #navbar .nav > .active > .dropdown-menu > .active > a {
  background-color: transparent;
  color: var(--color-white);
}
.navbar .dropdown-menu li.menu-item > a:hover,
.navbar .dropdown-menu li.menu-item > a:focus,
.navbar-default.navbar-fixed-top #navbar .navbar-nav > li a:hover,
.navbar-default.navbar-fixed-top #navbar .navbar-nav > li a:focus {
  background-color: transparent;
  color: var(--color-primary);
}
.navbar .dropdown-menu li.menu-item.active > a {
  background-color: transparent;
}
.navbar .dropdown-menu > .menu-item.active,
.navbar-nav.navbar-right > .active,
.navbar-default.navbar-fixed-top #navbar .nav > .active,
.navbar-default.navbar-fixed-top #navbar .nav > .active > .dropdown-menu > .active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.navbar-default.navbar-fixed-top #navbar .nav > .active > a:active,
.navbar-default.navbar-fixed-top #navbar .nav > .active > .dropdown-menu > .active > a:active,
.navbar-default.navbar-fixed-top #navbar .nav > .active > a:focus,
.navbar-default.navbar-fixed-top #navbar .nav > .active > .dropdown-menu > .active > a:focus,
.navbar-default.navbar-fixed-top #navbar .nav > .active > a:hover,
.navbar-default.navbar-fixed-top #navbar .nav > .active > .dropdown-menu > .active > a:hover {
  color: var(--color-white);
}
.navbar-default.navbar-fixed-top #navbar .nav > .active li a,
.navbar-default.navbar-fixed-top #navbar .nav > .active > .dropdown-menu > .active li a {
  background-color: transparent;
  color: var(--font-hover-color);
}
.navbar-default.navbar-fixed-top #navbar .nav > .active li a:hover,
.navbar-default.navbar-fixed-top #navbar .nav > .active li a:focus,
.navbar-default.navbar-fixed-top #navbar .nav > .active > .dropdown-menu > .active li a:hover,
.navbar-default.navbar-fixed-top #navbar .nav > .active > .dropdown-menu > .active li a:focus {
  color: var(--color-primary);
}
.navbar-default.navbar-fixed-top .navbar-brand {
  font-family: var(--heading-font-family);
}
.navbar-logo {
  align-items: center;
  display: flex;
}
.navbar-logo > * {
  border-right: none;
  padding: 0 0.64em;
}
.navbar-logo > *:last-child {
  border-right: none;
}
#header-menu .navbar-toggle {
  float: none;
}
#header-menu .navbar-nav .dropdown-menu li > a {
  font-size: 1rem;
}
.navbar-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-collapse.collapse {
  display: none !important;
}
.navbar-collapse.collapse.in {
  display: block !important;
}
.nav > li.avatar {
  padding: 0.6em 0.98em 0.4em 0.98em;
}
.nav li.avatar .open > a {
  background-color: transparent;
  display: inline-block;
}
.nav > li.network-link {
  padding: 1.4em;
}
#header-menu .navbar-nav li,
#remote-header-menu .navbar-nav li {
  display: inline-block;
}
#header-menu .navbar-nav li ul > li,
#remote-header-menu .navbar-nav li ul > li {
  display: block;
}
#header-menu .navbar-collapse .navbar-nav li {
  display: block;
}
.navbar .dropdown-menu li > a,
.navbar.navbar-default .dropdown-menu li > a {
  font-size: 1em;
  padding: 0.4em 1.5em;
}
.navbar-header {
  float: left;
  padding-right: 15px;
}
.navbar-header .navbar-toggle,
.navbar-header [class^=icon-] {
  font-size: 2.25rem;
  line-height: 2.25em;
}
.navbar-header img {
  max-width: 70px;
  max-height: 40px;
}
.caret {
  border-top: 4px solid;
}
.network-link .dropdown-menu {
  margin: 0;
  min-width: 200px;
  max-width: 320px;
  padding: 0;
}
.network-link .open .dropdown-menu {
  background-color: var(--color-white);
  float: left;
  left: auto;
  position: absolute;
  right: 0;
}
.network-link .dropdown-menu li .btn {
  margin: 0 !important;
}
.network-link .dropdown-menu li > a {
  display: inline-block;
}
.network-link .dropdown-menu li > a.btn-sm {
  font-size: 0.75rem !important;
  padding: 5px 20px;
}
.logo--desktop {
  display: none;
}
@media screen and (min-width: 480px) {
  .navbar-logo {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-logo > * {
    border-right: 2px solid var(--color-gray-200);
  }
  #header-menu .navbar-collapse li {
    display: inline-block;
  }
  .network-link .dropdown-menu {
    min-width: 320px;
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (max-width: 992px) {
  #header-menu .navbar-logo {
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  #navbar.navbar-collapse.collapse {
    display: none !important;
  }
  #navbar.navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #navbar .divider-left {
    border-left-style: solid;
    border-left-width: 1px;
    margin-left: 20px;
    padding: 0 10px;
  }
  #navbar .divider-right {
    border-right-style: solid;
    border-right-width: 1px;
    margin-right: 20px;
    padding: 0 10px;
  }
  #navbar .nav > li,
  #navbar .dropdown-menu li {
    text-align: left;
  }
  .navbar .navbar-nav > li > a,
  #navbar .nav > li > a {
    padding: 1em;
  }
}
@media (max-width: 768px) {
  .navbar-nav {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 1200px) {
  .logo--desktop {
    display: block;
  }
  .logo--mobile {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-header img {
    max-width: 120px;
  }
}

/* src/assets/styles/modules/notify.css */
.notifications .error {
  background-color: var(--color-danger);
  border-bottom: 1px solid var(--color-danger-700);
}
.notifications .success {
  background-color: var(--color-success);
  border-bottom: 1px solid var(--color-success-700);
}
.notifications .warning {
  background-color: var(--color-warning);
  border-bottom: 1px solid var(--color-warning-700);
}

/* src/assets/styles/modules/pagination.css */
.kz-pagination {
  border-bottom: 1px solid var(--color-gray-200);
}
.kz-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kz-pagination li {
  display: inline-block;
  padding: 0.8em 0.4em;
  text-align: center;
}
.kz-pagination > div:first-child li {
  border-right: 1px solid var(--color-gray-200);
}
.kz-pagination > div:last-child li {
  border-left: 1px solid var(--color-gray-200);
}
.kz-pagination > div:first-child li:first-child {
  margin-left: -15px;
}
.kz-pagination > div:last-child li:last-child {
  margin-right: -15px;
}

/* src/assets/styles/modules/progress-bar.css */
.progress {
  background-color: var(--color-gray-200);
  border-radius: 2px;
  box-shadow: none;
  height: 3px;
  margin-bottom: 5px;
}
.kz-progress .kz-progress__progress-stats {
  text-align: right;
}
.inline-progress .progress {
  display: inline-block;
  width: 100px;
}
.kz-progress--inline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.kz-progress--inline .kz-progress__progress-bar {
  flex: 1 0 0;
}
.kz-progress--inline .kz-progress__progress-bar .progress {
  margin-bottom: 0;
}
.kz-progress--inline .kz-progress__progress-stats {
  flex: 1 0 0;
}
.kz-progress--inline .kz-progress__progress-stats .text-gray {
  margin: 0;
}
.progress-bar-success {
  background-color: var(--color-success);
}

/* src/assets/styles/modules/rate-indicators.css */
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0, 1em, 1em, 0.5em);
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  border-radius: 50%;
  border: 0.08em solid var(--color-info-400);
  clip: rect(0, 0.5em, 1em, 0);
  height: 0.84em;
  position: absolute;
  transform: rotate(0deg);
  width: 0.84em;
}
.pie-fill,
.c100.p51 .bar::after,
.c100.p51 .fill,
.c100.p52 .bar::after,
.c100.p52 .fill,
.c100.p53 .bar::after,
.c100.p53 .fill,
.c100.p54 .bar::after,
.c100.p54 .fill,
.c100.p55 .bar::after,
.c100.p55 .fill,
.c100.p56 .bar::after,
.c100.p56 .fill,
.c100.p57 .bar::after,
.c100.p57 .fill,
.c100.p58 .bar::after,
.c100.p58 .fill,
.c100.p59 .bar::after,
.c100.p59 .fill,
.c100.p60 .bar::after,
.c100.p60 .fill,
.c100.p61 .bar::after,
.c100.p61 .fill,
.c100.p62 .bar::after,
.c100.p62 .fill,
.c100.p63 .bar::after,
.c100.p63 .fill,
.c100.p64 .bar::after,
.c100.p64 .fill,
.c100.p65 .bar::after,
.c100.p65 .fill,
.c100.p66 .bar::after,
.c100.p66 .fill,
.c100.p67 .bar::after,
.c100.p67 .fill,
.c100.p68 .bar::after,
.c100.p68 .fill,
.c100.p69 .bar::after,
.c100.p69 .fill,
.c100.p70 .bar::after,
.c100.p70 .fill,
.c100.p71 .bar::after,
.c100.p71 .fill,
.c100.p72 .bar::after,
.c100.p72 .fill,
.c100.p73 .bar::after,
.c100.p73 .fill,
.c100.p74 .bar::after,
.c100.p74 .fill,
.c100.p75 .bar::after,
.c100.p75 .fill,
.c100.p76 .bar::after,
.c100.p76 .fill,
.c100.p77 .bar::after,
.c100.p77 .fill,
.c100.p78 .bar::after,
.c100.p78 .fill,
.c100.p79 .bar::after,
.c100.p79 .fill,
.c100.p80 .bar::after,
.c100.p80 .fill,
.c100.p81 .bar::after,
.c100.p81 .fill,
.c100.p82 .bar::after,
.c100.p82 .fill,
.c100.p83 .bar::after,
.c100.p83 .fill,
.c100.p84 .bar::after,
.c100.p84 .fill,
.c100.p85 .bar::after,
.c100.p85 .fill,
.c100.p86 .bar::after,
.c100.p86 .fill,
.c100.p87 .bar::after,
.c100.p87 .fill,
.c100.p88 .bar::after,
.c100.p88 .fill,
.c100.p89 .bar::after,
.c100.p89 .fill,
.c100.p90 .bar::after,
.c100.p90 .fill,
.c100.p91 .bar::after,
.c100.p91 .fill,
.c100.p92 .bar::after,
.c100.p92 .fill,
.c100.p93 .bar::after,
.c100.p93 .fill,
.c100.p94 .bar::after,
.c100.p94 .fill,
.c100.p95 .bar::after,
.c100.p95 .fill,
.c100.p96 .bar::after,
.c100.p96 .fill,
.c100.p97 .bar::after,
.c100.p97 .fill,
.c100.p98 .bar::after,
.c100.p98 .fill,
.c100.p99 .bar::after,
.c100.p99 .fill,
.c100.p100 .bar::after,
.c100.p100 .fill {
  transform: rotate(180deg);
}
.c100 {
  background-color: var(--color-gray-400);
  border-radius: 50%;
  float: left;
  font-size: 120px;
  height: 1em;
  margin: 0 0.1em 0.1em 0;
  position: relative;
  width: 1em;
}
.c100 *,
.c100 *::before,
.c100 *::after {
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  color: var(--color-gray-400);
  display: block;
  font-size: 0.2em;
  left: 0;
  line-height: 5em;
  position: absolute;
  text-align: center;
  top: 0;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
  white-space: nowrap;
  width: 5em;
  z-index: 1;
}
.c100::after {
  background-color: var(--color-gray-200);
  border-radius: 50%;
  content: " ";
  display: block;
  height: 0.84em;
  left: 0.08em;
  position: absolute;
  top: 0.08em;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in;
  width: 0.84em;
}
.c100.p1 .bar {
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  transform: rotate(18deg);
}
.c100.p6 .bar {
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  transform: rotate(36deg);
}
.c100.p11 .bar {
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  transform: rotate(46.800000000000004deg);
}
.c100.p14 .bar {
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  transform: rotate(54deg);
}
.c100.p16 .bar {
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  transform: rotate(72deg);
}
.c100.p21 .bar {
  transform: rotate(75.60000000000001deg);
}
.c100.p22 .bar {
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  transform: rotate(90deg);
}
.c100.p26 .bar {
  transform: rotate(93.60000000000001deg);
}
.c100.p27 .bar {
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  transform: rotate(108deg);
}
.c100.p31 .bar {
  transform: rotate(111.60000000000001deg);
}
.c100.p32 .bar {
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  transform: rotate(126deg);
}
.c100.p36 .bar {
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  transform: rotate(133.20000000000002deg);
}
.c100.p38 .bar {
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  transform: rotate(144deg);
}
.c100.p41 .bar {
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  transform: rotate(151.20000000000002deg);
}
.c100.p43 .bar {
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  transform: rotate(162deg);
}
.c100.p46 .bar {
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  transform: rotate(169.20000000000002deg);
}
.c100.p48 .bar {
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  transform: rotate(180deg);
}
.c100.p51 .bar {
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  transform: rotate(187.20000000000002deg);
}
.c100.p53 .bar {
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  transform: rotate(198deg);
}
.c100.p56 .bar {
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  transform: rotate(205.20000000000002deg);
}
.c100.p58 .bar {
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  transform: rotate(216deg);
}
.c100.p61 .bar {
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  transform: rotate(223.20000000000002deg);
}
.c100.p63 .bar {
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  transform: rotate(234deg);
}
.c100.p66 .bar {
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  transform: rotate(241.20000000000002deg);
}
.c100.p68 .bar {
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  transform: rotate(252deg);
}
.c100.p71 .bar {
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  transform: rotate(266.40000000000003deg);
}
.c100.p75 .bar {
  transform: rotate(270deg);
}
.c100.p76 .bar {
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  transform: rotate(284.40000000000003deg);
}
.c100.p80 .bar {
  transform: rotate(288deg);
}
.c100.p81 .bar {
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  transform: rotate(302.40000000000003deg);
}
.c100.p85 .bar {
  transform: rotate(306deg);
}
.c100.p86 .bar {
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  transform: rotate(320.40000000000003deg);
}
.c100.p90 .bar {
  transform: rotate(324deg);
}
.c100.p91 .bar {
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  transform: rotate(338.40000000000003deg);
}
.c100.p95 .bar {
  transform: rotate(342deg);
}
.c100.p96 .bar {
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  transform: rotate(356.40000000000003deg);
}
.c100.p100 .bar {
  transform: rotate(360deg);
}
.c100:hover,
.c100:focus {
  cursor: default;
}
.c100:hover > span,
.c100:focus > span {
  color: var(--color-info-400);
  font-size: 0.3em;
  line-height: 3.33em;
  width: 3.33em;
}
.c100:hover::after,
.c100:focus::after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.dark {
  background-color: var(--color-gray-500);
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: var(--color-success-400) !important;
}
.c100.dark > span {
  color: var(--color-gray-500);
}
.c100.dark::after {
  background-color: var(--color-gray-400);
}
.c100.dark:hover > span,
.c100.dark:focus > span {
  color: var(--color-success-400);
}
.c100.green .bar,
.c100.green .fill {
  border-color: var(--color-success-300) !important;
}
.c100.green:hover > span,
.c100.green:focus > span {
  color: var(--color-success-300);
}
.c100.orange .bar,
.c100.orange .fill {
  border-color: var(--color-warning-300) !important;
}
.c100.orange:hover > span,
.c100.orange:focus > span {
  color: var(--color-warning-300);
}
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: var(--color-success-500) !important;
}
.c100.green.dark:hover > span,
.c100.green.dark:focus > span {
  color: var(--color-success-500);
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: var(--color-warning-500) !important;
}
.c100.orange.dark:hover > span,
.c100.orange.dark:focus > span {
  color: var(--color-warning-500);
}

/* src/assets/styles/modules/search.css */
.search-bar a:hover,
.search-bar a:active,
.search-bar a:focus {
  color: var(--color-primary-700);
  text-decoration: none;
}
.search-bar.active {
  border-bottom-width: 3px !important;
}
.search-bar .current-filters {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* src/assets/styles/modules/sidebar-cards.css */
.card-header {
  background-color: var(--color-banner-header);
  border-top-left-radius: var(--button-border-radius-sm);
  border-top-right-radius: var(--button-border-radius-sm);
  padding: 0.4em 0.64em;
}
.card-header h4,
.card-header p[class^=heading] {
  display: inline-block;
}
.card-header p {
  line-height: 1;
}
.card-content p {
  padding: 5px 15px;
}
.card-content .row p:not(.box) {
  padding: 0.32em 0;
}
.sidebar-card .advanced-search-form .form-group {
  padding: 0;
}
.sidebar-card .advanced-search-form .form-group label {
  margin-top: 0;
  padding-top: 0;
}
.sidebar-card .advanced-search-form .form-group .form-control {
  margin: 0 0 10px 0;
  padding: 0;
}
.sidebar .stick {
  position: fixed;
  width: 23.83%;
  z-index: 1000;
}
.card-header.card-info {
  background-color: var(--color-info);
}
.card-header.card-warning {
  background-color: var(--color-warning);
}
.card-header.card-success {
  background-color: var(--color-success);
}
.card-header.card-danger {
  background-color: var(--color-danger);
}
.card-header h4,
.card-header p[class^=heading],
.card-header a {
  color: var(--color-white);
  font-size: 0.9rem;
}
.card-content p.item-title {
  color: var(--color-info);
  padding: 0;
}
.card-content .col-margins {
  padding: 1em 2em;
}
.card-content .card-subheader {
  background-color: var(--color-gray-200);
  font-size: 12px;
}
.card-content ul:not(.list-inline, .list-unstyled) {
  padding: 0 0.64em;
}
.card-header a:active,
.card-header a:focus,
.card-header a:hover {
  text-decoration: none;
}

/* src/assets/styles/modules/skip-navigation.css */
.kz-skip-navigation {
  font-size: 0.88em;
  left: -9999px;
  position: absolute;
  top: 0;
  z-index: 9999;
}
.kz-skip-navigation:link,
.kz-skip-navigation:visited {
  color: var(--color-gray-800);
  font-weight: bold;
  text-decoration: none;
}
.kz-skip-navigation:active,
.kz-skip-navigation:focus {
  background-color: var(--color-gray-800);
  color: var(--color-white);
  display: inline-block;
  left: 16px;
  padding: 0.8em 1.6em;
}

/* src/assets/styles/modules/sortable.css */
.sortable-ghost {
  background: var(--color-info);
  opacity: 0.4;
}
.drag-handle {
  cursor: move;
}
.angular-ui-tree-empty {
  border: 1px dashed var(--color-gray-500);
  min-height: 30px;
}
.angular-ui-tree-nodes {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 20px;
}
.angular-ui-tree-node,
.angular-ui-tree-placeholder {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.angular-ui-tree-hidden {
  display: none;
}
.angular-ui-tree-placeholder {
  background: var(--color-gray-100);
  border: 1px dashed var(--color-gray-200);
  box-sizing: border-box;
  margin: 5px 0;
  min-height: 20px;
  padding: 0;
}
.angular-ui-tree-handle {
  border: 1px dashed transparent;
  box-sizing: border-box;
  cursor: move;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
}
.angular-ui-tree-handle:hover,
.angular-ui-tree-handle:focus {
  border-color: var(--color-gray-200);
}
.angular-ui-tree-drag {
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  z-index: 999;
}
.angular-ui-tree-handle.alert-warning {
  background-color: var(--color-warning-100);
  border: 1px solid var(--color-warning-200);
}

/* src/assets/styles/modules/table.css */
.table-scrollable {
  overflow-x: auto;
}

/* src/assets/styles/modules/tabs.css */
.nav-tabs {
  background-color: var(--color-info-700);
  border-bottom: 0;
  margin: 20px 0;
}
.nav-tabs li {
  border-bottom: 4px solid transparent;
}
.nav-tabs li.active {
  border-bottom-color: var(--color-info-200);
}
.nav-tabs > li > a {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: var(--font-color);
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-primary);
  cursor: pointer;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 0;
  border-bottom-color: var(--color-primary);
  color: var(--color-primary);
}
.tab-content {
  margin-top: 20px;
}

/* src/assets/styles/modules/tearoff.css */
.tearoff-box {
  border-bottom: 2px dashed var(--color-gray);
  font-size: 12pt;
}
.tearoff-box > div {
  padding: 8mm 5mm;
}
.tearoff-box > div:first-child {
  border-right: 2px dashed var(--color-gray);
}
.tearoff-box .tearoff-url {
  padding-top: 2mm;
}

/* src/assets/styles/modules/tree.css */
.sequoia .sequoia-search .sequoia-search-form,
.sequoia .sequoia-tree .sequoia-item-title {
  width: 80%;
}
.sequoia .sequoia-search .sequoia-actions,
.sequoia .sequoia-tree .sequoia-item-actions {
  width: 20%;
}
.sequoia .sequoia-button {
  font-size: 13px;
}
.sequoia .sequoia-breadcrumbs li {
  display: block;
  opacity: 0.5;
}
.sequoia .sequoia-breadcrumbs li:last-child,
.sequoia .sequoia-breadcrumbs li:hover {
  opacity: 1;
}
.sequoia .sequoia-button.sequoia-button-primary,
.sequoia .sequoia-button.sequoia-button-success,
.sequoia .sequoia-button.sequoia-button-info,
.sequoia .sequoia-button.sequoia-button-warning,
.sequoia .sequoia-button.sequoia-button-danger,
.sequoia .sequoia-button.sequoia-button-default {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
}
.sequoia .sequoia-button.sequoia-button-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.sequoia .sequoia-button.sequoia-button-primary:hover,
.sequoia .sequoia-button.sequoia-button-success:hover,
.sequoia .sequoia-button.sequoia-button-info:hover,
.sequoia .sequoia-button.sequoia-button-warning:hover,
.sequoia .sequoia-button.sequoia-button-danger:hover,
.sequoia .sequoia-button.sequoia-button-default:hover {
  background-color: transparent;
}
.sequoia .sequoia-button.sequoia-button-success {
  border-color: var(--color-success);
  color: var(--color-success);
}
.sequoia .sequoia-button.sequoia-button-danger {
  border-color: var(--color-danger);
  color: var(--color-danger);
}
.sequoia .sequoia-button.sequoia-button-info {
  border-color: var(--color-info);
  color: var(--color-info);
}
.sequoia .sequoia-button.sequoia-button-warning {
  border-color: var(--color-warning);
  color: var(--color-warning);
}
.sequoia .sequoia-button.sequoia-button-default {
  border-color: var(--color-gray);
  color: var(--color-gray);
}

/* src/assets/styles/modules/typeahead.css */
span.twitter-typeahead {
  display: inherit !important;
}
input.typeahead.tt-input {
  vertical-align: initial !important;
}
.twitter-typeahead + label::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 65px;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.twitter-typeahead ~ .material-icons {
  color: transparent;
  cursor: pointer;
  font-size: 2.25rem;
  position: absolute;
  right: 1em;
  top: 0;
  transition: 0.3s color;
}
.twitter-typeahead + label {
  left: 1em;
}
.twitter-typeahead .tt-menu {
  background-color: var(--color-white);
  box-shadow: 0 2px 5px 0 var(--color-box-shadow);
}
.twitter-typeahead .tt-menu .tt-suggestion {
  border-bottom-color: var(--color-gray-200);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 1em 1.4em;
}
.twitter-typeahead .tt-menu .tt-suggestion:hover,
.twitter-typeahead .tt-menu .tt-suggestion:focus {
  background-color: var(--color-info);
  cursor: pointer;
  color: var(--color-white);
}
@media screen and (prefers-reduced-motion: reduce) {
  .twitter-typeahead + label::after {
    transition: none;
  }
  .twitter-typeahead ~ .material-icons {
    transition: none;
  }
}

/* src/assets/styles/modules/typography.css */
:is(a, button, input, textarea, summary) {
  --outline-size: max(2px, 0.08em);
  --outline-style: dashed;
  --outline-offset: 0.08em;
  --outline-color: currentColor;
}
:is(a, button, input, textarea, select, summary):focus-visible {
  outline: var(--outline-size) var(--outline-style) var(--outline-color);
  outline-offset: var(--outline-offset, var(--outline-size));
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.alignjustify {
  text-align: justify;
}
.link-no-underline:hover,
.link-no-underline:focus {
  text-decoration: none;
}
.entry-title {
  padding: 3px 0;
}
.heading-1 {
  font-size: 2.25rem;
}
.heading-2 {
  font-size: 1.875rem;
}
.heading-3 {
  font-size: 1.5rem;
}
.heading-4 {
  font-size: 1.25rem;
}
.heading-5 {
  font-size: 1.125rem;
}
a.disabled {
  color: var(--color-gray);
}
a.disabled:hover,
a.disabled:focus {
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .truncate-xs-200 {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* src/assets/styles/modules/wizard.css */
.steps-indicator {
  height: 60px;
  padding: 20px 0;
}

/* src/assets/styles/modules/wysiwyg.css */
.ql-editor div span,
.readonly div span {
  display: inline-block;
  margin: 10px 0;
}
.readonly .ql-container {
  padding: 0;
}
.ql-image-tooltip {
  padding: 5px;
  width: 40%;
}
.ql-image-tooltip a {
  border: 1px solid var(--color-info);
  float: right;
  width: 20%;
}
.ql-image-tooltip .input {
  box-sizing: border-box;
  width: 60%;
}
.ql-image-tooltip .preview {
  display: none;
  height: 0;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item.ql-primary-color {
  margin-bottom: 2px;
}
.formly-field h4 {
  margin-bottom: 0.6em;
}
.formly-field .readonly > div,
.formly-field .readonly > ul,
.formly-field .readonly > ol {
  margin-bottom: 0.6em;
}
.formly-field .readonly div,
.formly-field .readonly p,
.formly-field .readonly li {
  font-size: 1.125rem;
}
.form-control.wysiwyg-editor:focus {
  background-color: transparent !important;
}
.wysiwyg-editor {
  height: auto;
}
.ql-editor p img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.ql-editor div span {
  color: var(--font-color);
  display: inline-block;
  margin: 10px 0;
}
.ql-snow.ql-toolbar .ql-picker.ql-size {
  width: 105px;
}
.readonly ol,
.readonly ul {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.readonly ol,
.readonly ul {
  padding-left: 1.5em;
}
.readonly ol > li,
.readonly ul > li {
  list-style-type: none;
}
.readonly ul > li::before {
  content: "\2022";
}
.readonly li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.readonly li::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.readonly ol li,
.readonly ul li {
  padding-left: 1.5em;
}
.readonly ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.readonly ol li:before {
  content: counter(list-0, decimal) ". ";
}
.readonly ol li.ql-indent-1 {
  counter-increment: list-1;
}
.readonly ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.readonly ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.readonly ol li.ql-indent-2 {
  counter-increment: list-2;
}
.readonly ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.readonly ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.readonly ol li.ql-indent-3 {
  counter-increment: list-3;
}
.readonly ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.readonly ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.readonly ol li.ql-indent-4 {
  counter-increment: list-4;
}
.readonly ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.readonly ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.readonly ol li.ql-indent-5 {
  counter-increment: list-5;
}
.readonly ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.readonly ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.readonly ol li.ql-indent-6 {
  counter-increment: list-6;
}
.readonly ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.readonly ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.readonly ol li.ql-indent-7 {
  counter-increment: list-7;
}
.readonly ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.readonly ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.readonly ol li.ql-indent-8 {
  counter-increment: list-8;
}
.readonly ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.readonly ol li.ql-indent-8 {
  counter-reset: list-9;
}
.readonly ol li.ql-indent-9 {
  counter-increment: list-9;
}
.readonly ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.readonly .ql-indent-1 {
  padding-left: 3em;
}
.readonly li.ql-indent-1 {
  padding-left: 4.5em;
}
.readonly .ql-indent-2 {
  padding-left: 6em;
}
.readonly li.ql-indent-2 {
  padding-left: 7.5em;
}
.readonly .ql-indent-3 {
  padding-left: 9em;
}
.readonly li.ql-indent-3 {
  padding-left: 10.5em;
}
.readonly .ql-indent-4 {
  padding-left: 12em;
}
.readonly li.ql-indent-4 {
  padding-left: 13.5em;
}
.readonly .ql-indent-5 {
  padding-left: 15em;
}
.readonly li.ql-indent-5 {
  padding-left: 16.5em;
}
.readonly .ql-indent-6 {
  padding-left: 18em;
}
.readonly li.ql-indent-6 {
  padding-left: 19.5em;
}
.readonly .ql-indent-7 {
  padding-left: 21em;
}
.readonly li.ql-indent-7 {
  padding-left: 22.5em;
}
.readonly .ql-indent-8 {
  padding-left: 24em;
}
.readonly li.ql-indent-8 {
  padding-left: 25.5em;
}
.readonly .ql-indent-9 {
  padding-left: 27em;
}
.readonly li.ql-indent-9 {
  padding-left: 28.5em;
}

/* src/assets/styles/components/documents.css */
.icon-big {
  font-size: 26px;
}
.centered-icon {
  padding-top: 10px;
  text-align: center;
}
.attached-documents-list {
  margin: 0;
  padding: 0;
}
.attached-documents-list > li {
  background-color: var(--color-gray-400);
  border: 1px solid var(--color-gray-500);
  border-radius: 4px;
  display: block;
  list-style: none inside none;
  margin: 5px 0;
  padding: 10px;
  width: 100%;
}
.centered-icon,
.centered-buttons {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .attached-documents-list {
    display: inline-block;
    margin: 5px 3% 5px 0;
    width: 30.33%;
  }
  .attached-documents-list:last-child {
    margin-right: 0;
  }
}

/* src/assets/styles/components/announcements.css */
@media (min-width: 768px) {
  .announcement-basic-form .formly-field {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
  .announcement-basic-form > .formly-field:nth-child(2),
  .announcement-basic-form > .formly-field:nth-child(3),
  .announcement-basic-form > .formly-field:nth-child(4) {
    float: left;
    margin-right: 3%;
    width: 30%;
  }
  .announcement-basic-form > .formly-field:nth-child(4) {
    margin-right: 0;
  }
  .announcement-basic-form > .formly-field:nth-child(4)::after {
    clear: both;
  }
  .announcement-basic-form > .formly-field:first-child,
  .announcement-basic-form > .formly-field:nth-child(5) {
    width: 100%;
  }
  .announcement-basic-form > .formly-field:first-child::before,
  .announcement-basic-form > .formly-field:first-child::after,
  .announcement-basic-form > .formly-field:nth-child(5)::before,
  .announcement-basic-form > .formly-field:nth-child(5)::after {
    content: " ";
    display: table;
  }
  .announcement-basic-form > .formly-field:first-child::after,
  .announcement-basic-form > .formly-field:nth-child(5)::after {
    clear: both;
  }
}

/* src/assets/styles/components/blueprints.css */
.inline {
  display: inline;
}
.angular-ui-tree-empty {
  display: none;
}
.map-panel {
  max-height: 15em;
  min-height: 15em;
  overflow: auto;
}
.selected {
  background-color: var(--color-gray-100);
}

/* src/assets/styles/components/dashboard.css */
.title-select {
  font-size: 1.5rem;
  padding: 10px 0;
}
.title-select a,
.title-select .caret {
  color: var(--color-primary);
}
.title-select li > a {
  padding: 10px;
}
.widget-categories .panel-title a {
  font-weight: 600;
}
.widget-categories .panel-title::before,
.widget-categories .panel-title a {
  font-size: 0.98rem;
}
.title-select li > a:hover,
.title-select li > a:active,
.title-select li > a:focus {
  text-decoration: none;
}
.title-select li.active > a {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.widget-categories .panel-title {
  color: var(--color-primary);
}
.widget-categories .panel {
  box-shadow: none;
}
.widget-categories .panel > .panel-heading {
  background-color: transparent;
  padding-left: 0;
}
.widget-categories .panel-title::before {
  content: "\e81e";
  display: inline-block;
  font-family: "epf";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.widget-categories .panel-open .panel-title::before {
  content: "\e81c";
}
.dashboard .widget .panel-heading {
  background-color: var(--color-banner-header);
  color: var(--color-white);
  padding: 0;
}
.dashboard .widget .panel-heading .panel-title {
  color: var(--color-white);
  padding: 10px 15px;
}
.dashboard .widget .panel-heading .panel-title a {
  color: var(--color-white);
}
.dashboard .widget .panel-body {
  padding-bottom: 5px;
  padding-top: 5px;
}
.dashboard .widget .profile-widget-avatar {
  text-align: center;
}
.dashboard .widget .profile-widget-avatar .pwa_bg {
  background-color: var(--color-banner-header);
  display: block;
  height: 60px;
  margin: -5px -15px;
}
.dashboard .widget .profile-widget-avatar .avatar {
  margin-top: -60px;
}
.dashboard .widget .panel-body .readonly p img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.dashboard .widget .panel-body .readonly {
  padding: 0.88em 0;
}
.dashboard .widget .panel-body .readonly p {
  margin: 0;
}
@media (--tablet-viewport-min) {
  @media (min-width: 768px) {
    .title-select {
      font-size: 2.25rem;
    }
  }
}

/* src/assets/styles/components/event-types.css */
.field-properties {
  border: 3px solid var(--color-gray);
  border-radius: 3px;
}
.field-border {
  border-bottom: 1px solid var(--color-gray-400);
  padding-bottom: 10px;
  padding-top: 10px;
}
.field-border:last-child {
  border-bottom-style: none;
}
.ui-select-match-item.btn.btn-default {
  background-color: var(--color-gray-600) !important;
  color: var(--color-gray-100);
}
.ui-select-match-item.btn.btn-default:hover,
.ui-select-match-item.btn.btn-default:focus {
  background-color: var(--color-gray-600) !important;
  color: var(--color-gray-100);
  box-shadow: none !important;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  line-height: 0.8em;
}
.ui-select-match-close {
  color: var(--color-gray-100);
  text-shadow: none;
  opacity: 1;
}
.form-group.likert label,
.form-group.likert input {
  display: block;
}
.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.color-picker-wrapper .color-picker-input-swatch {
  width: 100px;
}

/* src/assets/styles/components/events.css */
.event p {
  margin: 5px 0;
}
.event-users {
  background-color: var(--color-gray-200);
  margin-bottom: 5px;
}
.event-progress li {
  padding-left: 2px;
  padding-right: 2px;
}
.event-users p,
.event-users li {
  color: var(--color-gray);
}
.event-users li {
  padding: 10px 5px;
}
.event-users li:first-child {
  padding-left: 0;
}
.event-group .event-group-title {
  background-color: var(--color-gray-200);
  margin: 10px 0;
  padding: 0.8em 0.64em 0.64em;
}
.event-group .event-group-title p {
  color: var(--color-gray-700);
  line-height: 1;
  margin: 0;
}
.event-group .wrapper {
  margin-bottom: 5px;
}
.event {
  border-radius: 3px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 10px 0 0 !important;
}
.event .event-users {
  margin-right: -25px;
  margin-top: -5px;
}
.event .event-inner {
  padding-bottom: 5px !important;
}
.event .event-inner .col-right {
  text-align: left;
}
.event .event-inner .list-inline li {
  padding: 0 10px 0 0;
}
.event .event-inner .list-inline li:last-child {
  padding-right: 0;
}
.event .event-inner .label {
  white-space: normal;
}
.event a {
  text-decoration: none;
}
.event h2 {
  color: var(--color-success);
  font-family: var(--body-font-family);
  font-size: 1.225rem;
}
.event h2 i {
  color: var(--color-gray-400);
  font-size: 1rem;
  margin: 0 3px;
}
.event.log-event h2,
.event.log-event a,
.event.log-event p,
.event.log-event i,
.event.log-event .label {
  color: var(--color-gray);
}
.event.log-event a:hover,
.event.log-event a:focus,
.event.log-event a:active {
  color: var(--color-gray-400);
}
.event.log-event .label-color-dot {
  background-color: var(--color-gray);
}
.event.log-event.progress-border {
  border-left-color: var(--color-gray);
}
.event .row.buttons {
  background-color: var(--color-gray-100);
  border-bottom-right-radius: 3px;
  margin-right: -25px;
  padding: 0.64em 0;
}
.event .row.buttons ul.list-inline.list-unstyled > li {
  display: inline-block;
  margin: 1em;
}
.event .row.buttons ul.list-inline.list-unstyled > li:first-child {
  margin-left: 0;
  margin-right: 0;
}
.event .row.buttons ul.list-inline.list-unstyled > li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.event .progress > .progress-bar-success {
  background-color: var(--color-success);
}
.progress-border {
  border-left-style: solid;
  border-left-width: 5px;
}
.progress-border.progress-border-complete {
  border-left-color: var(--color-success);
}
.progress-border.progress-border-pending {
  border-left-color: var(--color-warning);
}
.progress-border.progress-border-danger {
  border-left-color: var(--color-danger);
}
.progress-border.progress-border-info {
  border-left-color: var(--color-info);
}
.event-modal-header .row {
  margin-left: 0;
  margin-right: 0;
}
.audit-log {
  border-top-width: 1px;
  border-top-style: solid;
  margin-left: 0;
  margin-right: -15px;
}
.audit-log > .row {
  padding-bottom: 10px;
  padding-top: 10px;
}
.audit-log > .row:last-child {
  border-bottom: none;
}
.events-group {
  margin-bottom: 20px;
}
.events-group .group-title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.events-group .event.progress-border {
  border-left: 0;
}
.events-group .event-group {
  border-bottom: 1px solid var(--color-gray-200);
}
.events-group .event .entry-title {
  color: var(--color-primary);
  font-family: var(--body-font-family);
  font-weight: normal;
}
.events-group .wrapper {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.events-group.smaller .event .entry-title {
  font-size: 1.125rem;
}
.drafts-list .events-group .event-inner > div:first-child {
  margin-top: 10px;
}
.event-section-progress-state {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: 12px;
  padding-left: 4px;
  padding-right: 4px;
  width: 12px;
}
.event-section-progress-state.event-section-progress-state--complete {
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.event-section-progress-state.event-section-progress-state--skipped {
  background-color: var(--color-gray-400);
  border-color: var(--color-gray-400);
}
.event-section-progress-state.event-section-progress-state--pending {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.event-section-progress-state.event-section-progress-state--draft {
  background-color: transparent;
  border-color: var(--color-warning);
}
.event-section-progress-state.event-section-progress-state--approval {
  background-color: transparent;
  border-color: var(--color-success);
}
.event-section-progress-state.event-section-progress-state--other {
  background-color: transparent;
  border-color: var(--color-gray-400);
}
.compact .event-section-progress-state {
  height: 8px;
  padding-left: 0;
  padding-right: 0;
  width: 8px;
}
.meta-author {
  color: var(--color-primary);
}
.meta-date {
  color: var(--color-black);
}
.event.event-draft h2 {
  color: var(--color-warning);
}
.event-log {
  list-style-position: inside;
}
.event .custom-fields .control-label {
  margin-top: 5px;
  padding-top: 0;
}
.event .custom-fields .control-label::after {
  content: ": ";
}
.event .custom-fields .control-label,
.event .custom-fields .form-group .row > .col-xs-12 > div {
  display: inline;
}
.event-tag {
  background-color: var(--color-gray-200);
  border-radius: var(--button-border-radius-lg);
  color: var(--color-gray-700);
  display: inline-block;
  margin: 4px 0;
  padding: 2px 10px;
}
.event-modal-body {
  background-color: var(--body-background);
}
.stats {
  text-align: center;
  text-transform: uppercase;
}
.stats .stats-count {
  --size: 80px;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  display: inline-block;
  font-size: 1.875rem;
  height: var(--size);
  line-height: calc(var(--size) - 2);
  width: var(--size);
}
.stats .stats-description {
  margin-top: 7px;
}
.stats.stats-primary .stats-count,
.stats.stats-primary .stats-description {
  color: var(--color-primary);
}
.stats.stats-primary .stats-count {
  border-color: var(--color-primary);
}
.stats.stats-success .stats-count,
.stats.stats-success .stats-description {
  color: var(--color-success);
}
.stats.stats-success .stats-count {
  border-color: var(--color-success);
}
.stats.stats-info .stats-count,
.stats.stats-info .stats-description {
  color: var(--color-info);
}
.stats.stats-info .stats-count {
  border-color: var(--color-success);
}
.stats.stats-danger .stats-count,
.stats.stats-danger .stats-description {
  color: var(--color-danger);
}
.stats.stats-danger .stats-count {
  border-color: var(--color-danger);
}
.stats.stats-warning .stats-count,
.stats.stats-warning .stats-description {
  color: var(--color-warning);
}
.stats.stats-warning .stats-count {
  border-color: var(--color-warning);
}
@media (max-width: 768px) {
  .event-section-progress-state {
    height: 8px;
    padding-left: 0;
    padding-right: 0;
    width: 8px;
  }
}
@media (min-width: 768px) {
  .dotbuttons .open .dropdown-menu {
    left: auto;
    right: 0;
  }
  .event-extras-form .formly-field {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
  }
  .event-basic-form .formly-field {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
  .event-basic-form .formly-field--readonly {
    margin-right: 16px;
  }
  .event-basic-form > .formly-field:first-child,
  .event-basic-form > .formly-field:nth-child(2) {
    float: left;
    margin-right: 5%;
    width: 45%;
  }
  .event-basic-form > .formly-field:nth-child(2) {
    margin-right: 0;
  }
  .event-basic-form > .formly-field:nth-child(2)::after {
    clear: both;
  }
  .event-basic-form > .formly-field:nth-child(3) {
    width: 100%;
  }
  .event-basic-form > .formly-field:nth-child(3)::after,
  .event-basic-form > .formly-field:nth-child(3)::before {
    content: " ";
    display: table;
  }
  .event-basic-form > .formly-field:nth-child(3)::after {
    clear: both;
  }
  .event .event-inner .col-right {
    padding-right: 10px;
    text-align: right;
  }
  .event .row.buttons ul.list-inline.list-unstyled > li {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .event .row.buttons > div > div > div:last-child {
    text-align: right;
  }
}

/* src/assets/styles/components/faq.css */
.faqs {
  padding-bottom: 0 !important;
}
.faqs a {
  text-decoration: none;
}
.faqs h2 {
  color: var(--color-success);
  font-family: var(--body-font-family);
  font-size: 1.5rem;
}

/* src/assets/styles/components/files.css */
.files-table {
  table-layout: auto;
}
.files-table td {
  vertical-align: middle !important;
}
.files-table .col-preview {
  width: 8em;
}
.files-table .col-filename {
  width: 48em;
}
.files-table .col-icon-actions {
  min-width: 8em;
}
.file-slot__title {
  align-items: center;
  display: flex;
  gap: 1em;
}
.files-table td:last-of-type,
.files-table th:last-of-type {
  text-align: end;
}
.files-table__actions {
  container: actions / inline-size;
}
.files-table__actions .button--text {
  display: none;
}
@container actions (inline-size > 200px) {
  .files-table__actions .button--text {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .files-table .col-btn-actions {
    min-width: 16em;
  }
}

/* src/assets/styles/components/goals.css */
.goal a {
  text-decoration: none;
}
.goal h2 {
  font-size: 1.125rem;
}
.goal .goal-inner.goal-no-targets h2,
.goal .goal-inner.goal-no-targets a {
  color: var(--color-gray-400);
}
.goal .goal-inner {
  background-color: var(--color-white);
  box-shadow: 0 0 1px 0 var(--color-box-shadow), 0 0 1px 0 var(--color-box-shadow);
  padding: 2px 30px 2px 35px;
}
.goal .goal-inner .col-right {
  text-align: left;
}
.goal .goal-inner .list-inline.list-unstyled li:last-child {
  padding-right: 0;
}
.goal-group .wrapper-top h5.entry-title {
  margin-top: 7px;
}
.new-goal {
  border-bottom: 5px solid var(--color-gray-400);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.goal-inner .goal-inner__targets {
  margin-left: 22px;
}
.goal-inner .goal-inner__targets .goal-inner__target {
  padding: 4px 0;
}
@media (min-width: 768px) {
  .goal .goal-inner .col-right {
    text-align: right;
  }
}

/* src/assets/styles/components/images.css */
.kz-image {
  appearance: none;
  border: 0;
  box-sizing: border-box;
  inset: 0px;
  outline: 0;
  padding: 0px;
  vertical-align: middle;
}
.kz-image::after,
.kz-image::before {
  box-sizing: border-box;
}
.kz-image[data-image-layout=scale-down] {
  max-width: 100%;
}
.kz-image[data-image-layout=responsive] {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.kz-image[data-image-layout=cover] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* src/assets/styles/components/reports.css */
#report-overview > div {
  text-align: center;
}
#report-overview > div > p {
  text-transform: uppercase;
}
#report-overview div.info > p {
  color: var(--color-info);
}
#report-overview div.danger > p {
  color: var(--color-danger);
}
#report-overview div.warning > p {
  color: var(--color-warning);
}
#report-overview div.success > p {
  color: var(--color-success);
}
#report-overview div.primary > p {
  color: var(--color-primary);
}
.tc-chart-js-legend {
  list-style-type: none;
  padding-left: 0;
}
.tc-chart-js-legend li {
  clear: both;
  display: block;
  float: left;
  padding: 10px;
}
.tc-chart-js-legend li span {
  display: block;
  float: left;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
.report-filter {
  border-color: var(--color-gray);
}
.report-table th,
.report-table tr.grand-total > td {
  background-color: var(--color-primary);
}
.report-table > tbody > tr > th,
.report-table > thead > tr > th,
.report-table tr.grand-total > td {
  color: var(--color-white);
  font-weight: bold;
  padding: 15px 5px;
}
.report-table td.level-5 {
  background-color: var(--color-primary-300);
  color: var(--color-primary-800);
}
.report-table td.level-4 {
  background-color: var(--color-primary-400);
  color: var(--color-primary-800);
}
.report-table td.level-3 {
  background-color: var(--color-primary-500);
  color: var(--color-primary-900);
}
.report-table td.level-2 {
  background-color: var(--color-primary-600);
  color: var(--color-primary-100);
}
.report-table td.level-1 {
  background-color: var(--color-primary-700);
  color: var(--color-primary-200);
}
.report-table td.level-0 {
  background-color: var(--color-white);
  color: var(--color-gray);
}
.report-detailed .report-detailed-item {
  border: 2px solid var(--color-gray-400);
  margin: 8px 0 16px 0;
  padding: 0 10px;
}
.report-detailed .report-detailed-row {
  border-bottom: 1px solid var(--color-gray-200);
  padding: 6px 0;
}
.filter-list > .list-group > .list-group-item {
  overflow: visible;
}
.filter-list > .list-group > .list-group-item .ui-select-choices {
  min-width: 400px;
}
.ui-select-container .ui-select-choices {
  opacity: 1 !important;
}

/* src/assets/styles/components/users.css */
.user {
  padding-bottom: 0 !important;
}
.user a {
  text-decoration: none;
}
.user h2 {
  color: var(--color-success);
  font-family: var(--body-font-family);
  font-size: 1.5rem;
}
.user-profile-view-group {
  margin-bottom: 32px;
  padding-bottom: 12px;
}
.user.user-new h2 {
  color: var(--color-primary);
}
.user.user-active h2 {
  color: var(--color-success);
}
.user.user-disabled h2 {
  color: var(--color-warning);
}
.alphabet a:hover,
.alphabet a:active,
.alphabet a:focus,
.alphabet a:visited {
  text-decoration: none;
}
.alphabet .active a {
  color: var(--color-warning);
  cursor: default;
  text-decoration: none;
}

/* src/assets/styles/screen.css */

/* src/assets/styles/print.css */
@media print {
  body {
    background-color: var(--color-white) !important;
    box-shadow: none !important;
    color: var(--color-black);
    font-family: Arial, sans-serif;
    font-size: 9pt;
    text-shadow: none !important;
  }
  .print-ready,
  .print-ready .wrapper {
    background-color: var(--color-white) !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #header-menu,
  #sidebar-left,
  #offline-ui,
  #status-ui,
  #env-ui {
    display: none;
  }
  #atlwdg-trigger {
    display: none;
  }
  video,
  audio,
  object,
  embed {
    display: none;
  }
  .btn,
  .sequoia-button,
  .sequoia-search-form input[name=search] {
    display: none;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  a,
  a:visited {
    color: var(--color-gray);
    text-decoration: underline;
  }
  p a[href^="http://"]::after,
  a[href^="https://"]::after {
    content: " (" attr(href) ")";
  }
  p a {
    word-wrap: break-word;
  }
  .wrapper .row-bordered,
  .wrapper > .row,
  .wrapper > .row > .row {
    box-shadow: none;
    padding: 5px 10px;
  }
  div[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  label {
    color: var(--color-black);
    font-weight: normal;
    padding-top: 5px;
  }
  .no-print {
    display: none;
  }
  .print-only {
    display: block;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: var(--color-black) !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid var(--color-gray-300) !important;
  }
  .report-table {
    break-inside: avoid-page;
    margin-bottom: 40px;
  }
  .report-detailed .report-detailed-item,
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    font-size: 9pt;
  }
  .box {
    display: none;
  }
  .label {
    border: 0;
  }
  .ng-hide {
    display: none;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
