@font-face {
	font-family: 'platformicons';
	src:url(platformicons.37c26a.eot);
	src:url(platformicons.37c26a.eot?#iefix) format('embedded-opentype'),
		url(platformicons.626885.woff) format('woff'),
		url(platformicons.729d8e.ttf) format('truetype'),
		url(platformicons.121d70.svg#platformicons) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="platformicon-"], [class*=" platformicon-"] {
	font-family: 'platformicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 32px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.big-platformicon {
	font-size: 64px;
}

.platformicon:before {
	content: "\e60a";
}

.platformicon-elixir:before {
  content: "\e903";
}
.platformicon-dotnet:before {
  content: "\e902";
}
.platformicon-perl:before {
  content: "\e901";
}
.platformicon-angular:before {
  content: "\e900";
}
.platformicon-angularjs:before {
  content: "\e900";
}
.platformicon-javascript-angularjs:before {
  content: "\e900";
}
.platformicon-javascript-angular:before {
  content: "\e900";
}
.platformicon-react:before {
  content: "\e801";
}
.platformicon-javascript-react:before {
  content: "\e801";
}
.platformicon-ember:before {
  content: "\e800";
}
.platformicon-javascript-ember:before {
  content: "\e800";
}
.platformicon-flask:before {
  content: "\e610";
}
.platformicon-python-flask:before {
  content: "\e610";
}
.platformicon-apple:before {
  content: "\e60e";
}
.platformicon-objc:before {
  content: "\e60e";
}
.platformicon-objective-c:before {
  content: "\e60e";
}
.platformicon-swift:before {
  content: "\e60e";
}
.platformicon-csharp:before {
  content: "\e60f";
}
.platformicon-c-sharp:before {
  content: "\e60f";
}
.platformicon-app-engine:before {
  content: "\e60b";
}
.platformicon-java-appengine:before {
  content: "\e60b";
}
.platformicon-bottle:before {
  content: "\e60c";
}
.platformicon-python-bottle:before {
  content: "\e60c";
}
.platformicon-laravel:before {
  content: "\e60d";
}
.platformicon-php-laravel:before {
  content: "\e60d";
}
.platformicon-generic:before {
  content: "\e60a";
}
.platformicon-js:before {
  content: "\e600";
}
.platformicon-javascript:before {
  content: "\e600";
}
.platformicon-php:before {
  content: "\e601";
}
.platformicon-python:before {
  content: "\e602";
}
.platformicon-rails:before {
  content: "\e603";
}
.platformicon-ruby-rails:before {
  content: "\e603";
}
.platformicon-ruby:before {
  content: "\e604";
}
.platformicon-django:before {
  content: "\e605";
}
.platformicon-python-django:before {
  content: "\e605";
}
.platformicon-go:before {
  content: "\e606";
}
.platformicon-ios:before {
  content: "\e607";
}
.platformicon-java:before {
  content: "\e608";
}
.platformicon-node-js:before {
  content: "\e609";
}
.platformicon-node:before {
  content: "\e609";
}



@charset "UTF-8";
/**
 * Sentry Color Palette
 * ============================================================================
 */
/**
 * Shortcuts
 * ============================================================================
 */
/**
 * Playing around
 * ============================================================================
 */
.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: #244725;
  background-color: #f8fcf7;
  border-color: #bbd6b3;
}
.alert-success hr {
  border-top-color: #accda2;
}
.alert-success .alert-link {
  color: #132513;
}
.alert-info {
  color: #132547;
  background-color: #f5fafe;
  border-color: #b5d6ed;
}
.alert-info hr {
  border-top-color: #a0cbe8;
}
.alert-info .alert-link {
  color: #08101f;
}
.alert-warning {
  color: #5f4b29;
  background-color: #fffdf7;
  border-color: #e1d697;
}
.alert-warning hr {
  border-top-color: #dbce83;
}
.alert-warning .alert-link {
  color: #3b2f19;
}
.alert-danger {
  color: #672928;
  background-color: #fdf6f5;
  border-color: #e7c0bc;
}
.alert-danger hr {
  border-top-color: #e0aea9;
}
.alert-danger .alert-link {
  color: #421b1a;
}
.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: '/\00a0';
}
.breadcrumb > .active {
  color: #968ba0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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: 400;
  color: #3b6ecc;
  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: #274d94;
  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: #968ba0;
  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%;
}
.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, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #493e54;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #3c3345;
  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: #968ba0;
}
.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: #968ba0;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.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: #afa3bb;
}
.nav > li.disabled > a {
  color: #968ba0;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #968ba0;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #afa3bb;
  border-color: #3b6ecc;
}
.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: #afa3bb #afa3bb #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #625471;
  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;
}
/*! 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;
    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;
  }
}
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: 0.2em;
  background-color: #fffdf7;
}
.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: #968ba0;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #244725;
}
a.text-success:hover,
a.text-success:focus {
  color: #132513;
}
.text-info {
  color: #132547;
}
a.text-info:hover,
a.text-info:focus {
  color: #08101f;
}
.text-warning {
  color: #5f4b29;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #3b2f19;
}
.text-danger {
  color: #672928;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #421b1a;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #f8fcf7;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #d8eed2;
}
.bg-info {
  background-color: #f5fafe;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #c7e3f9;
}
.bg-warning {
  background-color: #fffdf7;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fff0c4;
}
.bg-danger {
  background-color: #fdf6f5;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f5d0cb;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #afa3bb;
}
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;
  list-style: none;
  margin-left: -5px;
}
.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: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #afa3bb;
}
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: #968ba0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #afa3bb;
  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: '\00A0 \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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #493e54;
  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;
}
table {
  background-color: transparent;
}
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;
}
caption {
  padding-top: 15px 20px;
  padding-bottom: 15px 20px;
  color: #968ba0;
  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: 15px 20px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f1eff3;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f1eff3;
}
.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 #f1eff3;
}
.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 #f1eff3;
}
.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 #f1eff3;
}
.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: #fbfbfc;
}
.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: #fbfbfc;
}
.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: #ececf1;
}
.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: #f8fcf7;
}
.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: #e8f5e4;
}
.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: #f5fafe;
}
.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: #deeefc;
}
.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: #fffdf7;
}
.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: #fff7de;
}
.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: #fdf6f5;
}
.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: #f9e3e0;
}
.table-responsive {
  min-height: 0.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 #f1eff3;
  }
  .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;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 20px;
}
.panel-heading {
  padding: 10px 20px;
  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 20px;
  background-color: #fbfbfc;
  border-top: 1px solid #e2dee6;
  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: 20px;
  padding-left: 20px;
}
.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 #f1eff3;
}
.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 #e2dee6;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e2dee6;
}
.panel-default {
  border-color: #e2dee6;
}
.panel-default > .panel-heading {
  color: #493e54;
  background-color: #fbfbfc;
  border-color: #e2dee6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e2dee6;
}
.panel-default > .panel-heading .badge {
  color: #fbfbfc;
  background-color: #493e54;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e2dee6;
}
.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: #bbd6b3;
}
.panel-success > .panel-heading {
  color: #244725;
  background-color: #f8fcf7;
  border-color: #bbd6b3;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bbd6b3;
}
.panel-success > .panel-heading .badge {
  color: #f8fcf7;
  background-color: #244725;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bbd6b3;
}
.panel-info {
  border-color: #b5d6ed;
}
.panel-info > .panel-heading {
  color: #132547;
  background-color: #f5fafe;
  border-color: #b5d6ed;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b5d6ed;
}
.panel-info > .panel-heading .badge {
  color: #f5fafe;
  background-color: #132547;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b5d6ed;
}
.panel-warning {
  border-color: #e1d697;
}
.panel-warning > .panel-heading {
  color: #5f4b29;
  background-color: #fffdf7;
  border-color: #e1d697;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e1d697;
}
.panel-warning > .panel-heading .badge {
  color: #fffdf7;
  background-color: #5f4b29;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e1d697;
}
.panel-danger {
  border-color: #e7c0bc;
}
.panel-danger > .panel-heading {
  color: #672928;
  background-color: #fdf6f5;
  border-color: #e7c0bc;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e7c0bc;
}
.panel-danger > .panel-heading .badge {
  color: #fdf6f5;
  background-color: #672928;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e7c0bc;
}
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: #493e54;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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;
}
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: #625471;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #625471;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #afa3bb;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@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.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  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 \9;
  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: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.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: #244725;
}
.has-success .form-control {
  border-color: #244725;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #132513;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #468a47;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #468a47;
}
.has-success .input-group-addon {
  color: #244725;
  background-color: #f8fcf7;
  border-color: #244725;
}
.has-success .form-control-feedback {
  color: #244725;
}
.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: #5f4b29;
}
.has-warning .form-control {
  border-color: #5f4b29;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #3b2f19;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a78447;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a78447;
}
.has-warning .input-group-addon {
  color: #5f4b29;
  background-color: #fffdf7;
  border-color: #5f4b29;
}
.has-warning .form-control-feedback {
  color: #5f4b29;
}
.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: #672928;
}
.has-error .form-control {
  border-color: #672928;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #421b1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b04745;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b04745;
}
.has-error .input-group-addon {
  color: #672928;
  background-color: #fdf6f5;
  border-color: #672928;
}
.has-error .form-control-feedback {
  color: #672928;
}
.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: #89779a;
}
@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;
  }
}
* {
  -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: 'Rubik', 'Avenir Next', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #493e54;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3b6ecc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #274d94;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #afa3bb;
}
.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;
}
.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;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.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%;
  }
}
.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;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #968ba0;
  cursor: not-allowed;
  background-color: #afa3bb;
}
.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: #968ba0;
}
.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;
}
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-success {
  color: #244725;
  background-color: #f8fcf7;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #244725;
}
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: #244725;
  background-color: #e8f5e4;
}
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: #244725;
  border-color: #244725;
}
.list-group-item-info {
  color: #132547;
  background-color: #f5fafe;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #132547;
}
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: #132547;
  background-color: #deeefc;
}
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: #132547;
  border-color: #132547;
}
.list-group-item-warning {
  color: #5f4b29;
  background-color: #fffdf7;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #5f4b29;
}
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: #5f4b29;
  background-color: #fff7de;
}
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: #5f4b29;
  border-color: #5f4b29;
}
.list-group-item-danger {
  color: #672928;
  background-color: #fdf6f5;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #672928;
}
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: #672928;
  background-color: #f9e3e0;
}
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: #672928;
  border-color: #672928;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Rubik', 'Avenir Next', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  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;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.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.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #161319;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #161319;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #161319;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #161319;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #161319;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #161319;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #161319;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #161319;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #161319;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.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-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.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: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  outline: none;
}
.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, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.panel-body:before,
.panel-body:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.dl-horizontal dd:after,
.panel-body:after,
.form-horizontal .form-group:after,
.container:after,
.container-fluid:after,
.row: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;
  }
}
@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}pre.highlight {
  background: #f5fafe;
  border: 1px solid #c8cbd1;
  box-shadow: 0 2px 0 rgba(37, 11, 54, 0.04);
  tab-size: 2em;
}
pre.highlight .c {
  color: #a8a1bd;
}
pre.highlight .err {
  background: #e03e2f;
  color: #ffffff;
}
pre.highlight .k {
  color: #6c5fc7;
}
pre.highlight .l {
  color: #f36e4f;
}
pre.highlight .n {
  color: #423b87;
}
pre.highlight .o {
  color: #564f64;
}
pre.highlight .p {
  color: #a8a1bd;
}
pre.highlight .cm {
  color: #a8a1bd;
}
pre.highlight .cp {
  color: #a8a1bd;
}
pre.highlight .c1 {
  color: #a8a1bd;
}
pre.highlight .cs {
  color: #a8a1bd;
}
pre.highlight .gd {
  color: #e03e2f;
}
pre.highlight .ge {
  font-style: italic;
}
pre.highlight .gh {
  color: #564f64;
  font-weight: bold;
}
pre.highlight .gi {
  color: #57be8c;
}
pre.highlight .gp {
  color: #57be8c;
  font-weight: bold;
}
pre.highlight .gs {
  font-weight: bold;
}
pre.highlight .gu {
  color: #2e7d6f;
  font-weight: bold;
}
pre.highlight .kc {
  color: #6c5fc7;
}
pre.highlight .kd {
  color: #6c5fc7;
}
pre.highlight .kn {
  color: #2e7d6f;
}
pre.highlight .kp {
  color: #5d91c9;
}
pre.highlight .kr {
  color: #6c5fc7;
}
pre.highlight .kt {
  color: #f9a66d;
}
pre.highlight .ld {
  color: #57be8c;
}
pre.highlight .m {
  color: #f36e4f;
}
pre.highlight .s {
  color: #57be8c;
}
pre.highlight .na {
  color: #5d91c9;
}
pre.highlight .nb {
  color: #5d91c9;
}
pre.highlight .nc {
  color: #f9a66d;
}
pre.highlight .no {
  color: #f9a66d;
}
pre.highlight .nd {
  color: #2e7d6f;
}
pre.highlight .ni {
  color: #564f64;
}
pre.highlight .ne {
  color: #e03e2f;
}
pre.highlight .nf {
  color: #5d91c9;
}
pre.highlight .nl {
  color: #564f64;
}
pre.highlight .nn {
  color: #f9a66d;
}
pre.highlight .nx {
  color: #5d91c9;
}
pre.highlight .py {
  color: #564f64;
}
pre.highlight .nt {
  color: #2e7d6f;
}
pre.highlight .nv {
  color: #e03e2f;
}
pre.highlight .ow {
  color: #2e7d6f;
}
pre.highlight .w {
  color: #564f64;
}
pre.highlight .mf {
  color: #f36e4f;
}
pre.highlight .mh {
  color: #f36e4f;
}
pre.highlight .mi {
  color: #f36e4f;
}
pre.highlight .mo {
  color: #f36e4f;
}
pre.highlight .sb {
  color: #57be8c;
}
pre.highlight .sc {
  color: #564f64;
}
pre.highlight .sd {
  color: #a8a1bd;
}
pre.highlight .s2 {
  color: #57be8c;
}
pre.highlight .se {
  color: #f36e4f;
}
pre.highlight .sh {
  color: #57be8c;
}
pre.highlight .si {
  color: #f36e4f;
}
pre.highlight .sx {
  color: #57be8c;
}
pre.highlight .sr {
  color: #57be8c;
}
pre.highlight .s1 {
  color: #57be8c;
}
pre.highlight .ss {
  color: #57be8c;
}
pre.highlight .bp {
  color: #564f64;
}
pre.highlight .vc {
  color: #e03e2f;
}
pre.highlight .vg {
  color: #e03e2f;
}
pre.highlight .vi {
  color: #e03e2f;
}
pre.highlight .il {
  color: #f36e4f;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flash-50 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes flash-50 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.flash-50 {
  -webkit-animation-name: flash-50;
  animation-name: flash-50;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  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;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-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 fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-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 fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  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;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-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);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.tooltip-content,
.tooltip-inner {
  font-weight: bold;
  padding: 5px 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  overflow-wrap: break-word;
}
.tooltip-content hr,
.tooltip-inner hr {
  border: 0px;
  margin: 10px auto;
  width: 80px;
  border-bottom: 2px solid #2f2936;
}
.tooltip-content dl,
.tooltip-inner dl {
  margin: 0 !important;
}
.tooltip-content dd,
.tooltip-inner dd,
.tooltip-content dt,
.tooltip-inner dt {
  padding: 0 !important;
}
.tooltip-content .commit-list,
.tooltip-inner .commit-list {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
.tooltip-content .time-label,
.tooltip-inner .time-label {
  font-size: 11px;
  padding: 5px 0 6px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 3px 3px 0 0;
  position: relative;
  margin-bottom: 6px;
}
.tooltip-content .time-label:after,
.tooltip-inner .time-label:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 55px;
  right: 55px;
  height: 2px;
  background: #2f2936;
}
.tooltip-content .value-label,
.tooltip-inner .value-label {
  padding: 3px 0;
}
.tooltip-content .legend,
.tooltip-inner .legend {
  padding: 3px 0;
  position: relative;
  line-height: 10px;
}
.tooltip-content .legend dt,
.tooltip-inner .legend dt {
  margin: 0;
  position: absolute;
  left: 0;
  width: 8px;
  margin-right: 5px;
}
.tooltip-content .legend dt.active span,
.tooltip-inner .legend dt.active span {
  background: #6c5fc7;
}
.tooltip-content .legend dt.environment span,
.tooltip-inner .legend dt.environment span {
  background: #b1abe1;
}
.tooltip-content .legend dt.inactive span,
.tooltip-inner .legend dt.inactive span {
  background: #e2dee6;
}
.tooltip-content .legend dt span,
.tooltip-inner .legend dt span {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
}
.tooltip-content .legend dd,
.tooltip-inner .legend dd {
  float: none;
  text-align: left;
  margin: 0 0 0 13px;
}
.tooltip-content .legend dd small,
.tooltip-inner .legend dd small {
  color: #f7f8f9;
  display: block;
}
.tooltip-content .flat,
.tooltip-inner .flat {
  line-height: 12px;
  padding: 0 5px !important;
  position: relative;
}
.tooltip-content .flat dt,
.tooltip-inner .flat dt {
  text-align: left;
  margin: 0;
  position: absolute;
  left: 5px;
  width: 75px;
  margin-right: 5px;
}
.tooltip-content .flat dd,
.tooltip-inner .flat dd {
  float: none;
  text-align: right;
  margin: 0 0 0 80px;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #d0021b;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.barchart {
  position: relative;
  display: block;
}
.barchart .min-y,
.barchart .max-y {
  display: none;
}
.barchart a,
.barchart g {
  position: relative;
  float: left;
  height: 20px;
  display: block;
  cursor: default;
}
.barchart a:hover > span,
.barchart g:hover > span,
.barchart a:hover > .barchart-rect,
.barchart g:hover > .barchart-rect {
  background: #6c5fc7;
  fill: #6c5fc7;
  border-color: transparent;
}
.barchart a:hover > span.accepted,
.barchart g:hover > span.accepted,
.barchart a:hover > .barchart-rect.accepted,
.barchart g:hover > .barchart-rect.accepted {
  background: #968ba0;
  fill: #968ba0;
}
.barchart a:hover > span.success,
.barchart g:hover > span.success,
.barchart a:hover > .barchart-rect.success,
.barchart g:hover > .barchart-rect.success {
  background: #57be8c;
  fill: #57be8c;
}
.barchart a:hover > span.rate-limited,
.barchart g:hover > span.rate-limited,
.barchart a:hover > .barchart-rect.rate-limited,
.barchart g:hover > .barchart-rect.rate-limited,
.barchart a:hover > span.dropped,
.barchart g:hover > span.dropped,
.barchart a:hover > .barchart-rect.dropped,
.barchart g:hover > .barchart-rect.dropped,
.barchart a:hover > span.error,
.barchart g:hover > span.error,
.barchart a:hover > .barchart-rect.error,
.barchart g:hover > .barchart-rect.error {
  background: #bf2a1d;
  fill: #bf2a1d;
}
.barchart a:hover > span.black-listed,
.barchart g:hover > span.black-listed,
.barchart a:hover > .barchart-rect.black-listed,
.barchart g:hover > .barchart-rect.black-listed,
.barchart a:hover > span.filtered,
.barchart g:hover > span.filtered,
.barchart a:hover > .barchart-rect.filtered,
.barchart g:hover > .barchart-rect.filtered {
  background: #e63717;
  fill: #e63717;
}
.barchart a > span,
.barchart g > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  min-height: 1px;
}
.barchart a > span,
.barchart g > span,
.barchart a > .barchart-rect,
.barchart g > .barchart-rect {
  background: #afa3bb;
  fill: #afa3bb;
}
.barchart a > span.accepted,
.barchart g > span.accepted,
.barchart a > .barchart-rect.accepted,
.barchart g > .barchart-rect.accepted {
  background: #e2dee6;
  fill: #e2dee6;
}
.barchart a > span.success,
.barchart g > span.success,
.barchart a > .barchart-rect.success,
.barchart g > .barchart-rect.success {
  background: #7ccca5;
  fill: #7ccca5;
}
.barchart a > span.rate-limited,
.barchart g > span.rate-limited,
.barchart a > .barchart-rect.rate-limited,
.barchart g > .barchart-rect.rate-limited,
.barchart a > span.dropped,
.barchart g > span.dropped,
.barchart a > .barchart-rect.dropped,
.barchart g > .barchart-rect.dropped,
.barchart a > span.error,
.barchart g > span.error,
.barchart a > .barchart-rect.error,
.barchart g > .barchart-rect.error {
  background: #e03e2f;
  fill: #e03e2f;
}
.barchart a > span.black-listed,
.barchart g > span.black-listed,
.barchart a > .barchart-rect.black-listed,
.barchart g > .barchart-rect.black-listed,
.barchart a > span.filtered,
.barchart g > span.filtered,
.barchart a > .barchart-rect.filtered,
.barchart g > .barchart-rect.filtered {
  background: #f18672;
  fill: #f18672;
}
.standard-barchart {
  border: 1px solid #e2dee6;
  padding: 20px 20px 20px 30px;
}
.standard-barchart .min-y,
.standard-barchart .max-y {
  position: absolute;
  left: 0;
  width: 25px;
  color: #625471;
  font-size: 10px;
  text-align: right;
  display: block;
  overflow: hidden;
}
.standard-barchart .min-y {
  bottom: 10px;
}
.standard-barchart .max-y {
  top: 10px;
}
.box > .standard-barchart {
  border: 0;
}
.chart-wrapper {
  margin-bottom: 20px;
}
.statuspage ul {
  padding: 20px;
}
.statuspage ul ul {
  padding: 0 0 0 30px;
}
.statuspage a {
  text-align: right;
  font-weight: bold;
}
.statuspage > ul {
  min-width: 300px;
}
dl.flat {
  margin-bottom: 1em;
}
dl.flat dt {
  float: left;
  clear: left;
  width: 70px;
  padding-bottom: 5px;
}
dl.flat dd {
  padding-bottom: 5px;
}
/**
 * Flex
 * ============================================================================
 */
.flex {
  display: flex;
}
.flex.flex-container {
  padding-left: 30px;
  padding-right: 30px;
}
.flex.flex-justify-right {
  justify-content: flex-end;
}
.flex.flex-vertically-centered {
  align-items: center;
}
.flex > * {
  flex-grow: 1;
}
/**
* Buttons
* ============================================================================
*/
.btn {
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 600;
  padding: 8px 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.btn.disabled,
.btn.btn-disabled {
  color: #ced3d6;
  border-color: #e3e5e6;
  box-shadow: none;
  cursor: default;
}
/* Button sizes */
.btn-sm,
.btn-group-sm > .btn {
  font-size: 12px;
  padding: 4px 9px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
  padding: 10px 20px;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 85%;
  padding: 4px 10px;
}
/* Button types */
.btn-default {
  color: #493e54;
  background: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #fcfbfc 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #fcfbfc 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fcfbfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffcfbfc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #c1b8ca;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}
.btn-default:hover {
  color: #2f2936;
  border-color: #afa3bb;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
}
.btn-default:hover:active,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:hover {
  color: #2f2936;
  background-color: #f7f8f9;
  border-color: #afa3bb;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
}
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:active {
  background: #f7f8f9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.btn-primary {
  color: #ffffff;
  background: #6c5fc7;
  border-color: #413496;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.btn-primary:hover {
  background-color: #5b4cc0;
}
.btn-primary:hover:active,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover {
  background: #5b4cc0;
  border-color: #3a2f87;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
  outline: none;
}
.btn-danger {
  background: #e03e2f;
  color: #fff;
  border-color: #9c2217;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
}
.btn-group .btn + .btn {
  margin-left: -1px;
}
.btn-group .btn + .dropdown .btn {
  margin-left: -1px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0 3px 3px 0;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group > .dropdown.open > .dropdown-menu {
  left: -5px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active,
.btn-primary.btn-disabled,
.btn-primary.btn-disabled:hover {
  color: #968ba0;
  border-color: #e2dee6;
  background: #fff;
  opacity: 1;
  text-shadow: none;
}
/* Icons */
.icon-star-solid.bookmark,
.icon-star-outline.bookmark {
  margin-right: 6px;
}
.icon-star-solid.bookmark {
  color: #f9a66d;
}
.icon-star-solid.bookmark:hover {
  color: #f9a66d;
}
/* Button icons */
.btn .icon-star-solid {
  position: relative;
  top: 1px;
  margin-right: -1px;
  margin-left: -1px;
}
/* Small button icons */
.btn-sm .icon-arrow-right,
.btn-sm .icon-arrow-left,
.btn-sm .icon-refresh {
  position: relative;
  font-size: 14px !important;
  display: block;
  line-height: 18px;
  top: 0;
}
.btn-group .btn:active {
  position: static;
}
.btn-group .btn code {
  background: transparent;
  color: inherit;
  padding: 0;
}
.btn-group .btn {
  position: relative;
  z-index: 1 !important;
}
.btn-group .btn.active {
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  background: #6c5fc7;
  border-color: #4538a1;
  z-index: 2 !important;
}
.btn-group .btn.active:hover {
  color: #fff;
}
/**
* Tables
* ============================================================================
*/
table.table {
  margin-bottom: 20px;
}
table.table td,
table.table th {
  vertical-align: middle !important;
  line-height: 1 !important;
}
table.table th {
  font-weight: 600 !important;
  border-width: 1px !important;
}
table.table h5 {
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}
table.table .table-user-info {
  position: relative;
  padding-left: 65px !important;
  line-height: 1.2 !important;
  font-size: 13px;
}
table.table .table-user-info h5 {
  margin-bottom: 4px;
}
table.table .table-user-info .avatar {
  position: absolute;
  left: 20px;
}
table.table.closed {
  display: none;
}
pre.plain {
  background-color: inherit;
  padding: 0;
  border: 0;
  white-space: pre-wrap;
  word-break: break-all;
  box-shadow: none;
}
.external-icon {
  -webkit-transition: 0.1s linear color;
  -o-transition: 0.1s linear color;
  transition: 0.1s linear color;
  font-size: 11px;
  margin: 0 5px;
  color: #968ba0;
  line-height: 1;
  vertical-align: middle;
}
.external-icon:hover {
  color: #625471;
}
.box-header a:hover .external-icon {
  color: #625471;
}
table.table.key-value {
  border: none;
}
table.table.key-value td {
  padding: 0 !important;
  max-width: 500px;
  border: 0 !important;
  vertical-align: top !important;
}
table.table.key-value td pre {
  box-sizing: border-box;
  white-space: pre-wrap;
  margin-top: 2px;
  margin-bottom: 2px;
  word-break: break-word;
  padding: 8px 10px;
  font-size: 12px;
}
table.table.key-value td.key {
  font-weight: 600;
  font-size: 13px;
  width: 175px;
  max-width: 175px;
  word-wrap: break-word;
  padding: 10px 15px 10px 0 !important;
  line-height: 1.4 !important;
}
.event-list {
  border: 1px solid #e2dee6;
  overflow-x: scroll;
  border-radius: 3px;
}
.event-list .table {
  border: 0;
  margin-bottom: 0;
}
.event-list .table > thead > tr > th,
.event-list .table > tbody > tr > td {
  padding: 10px 15px;
}
.event-list .table h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.event-list .table h5 small {
  margin-top: 5px;
  display: block;
  color: #625471;
}
.event-list .table th {
  text-transform: uppercase;
  font-size: 14px;
  color: #95899f;
}
.event-list .table th,
.event-list .table td {
  white-space: nowrap;
}
.event-list .table .table-user-info {
  padding-left: 54px !important;
  position: relative;
}
.event-list .table .table-user-info .avatar {
  top: 50%;
  margin-top: -12px;
}
.event-list .table .table-user-info p {
  margin-bottom: 0;
}
.event-list .table time {
  white-space: nowrap;
}
/**
* Avatar
* ============================================================================
*/
.avatar {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.org-avatar {
  width: 30px;
  height: 30px;
  background: #e03e2f url(sentry-avatar.5e48e0.png);
  background-size: cover;
  border-radius: 3px;
}
/**
* Loading Indicator
* ============================================================================
*/
.loading {
  margin: 6em auto;
  position: relative;
}
.loading.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.loading.overlay.dark {
  background-color: rgba(0, 0, 0, 0.6);
}
.loading .loading-indicator {
  position: relative;
  border: 6px solid #e6e9ec;
  border-left-color: #6c5fc7;
  -webkit-animation: loading 0.5s infinite linear;
  animation: loading 0.55s infinite linear;
  margin: 0 auto;
}
.loading .loading-indicator .checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.loading .loading-indicator .checkmark:after {
  opacity: 1;
  height: 32px;
  width: 16px;
  transform-origin: left top;
  border-right: 6px solid #57be8c;
  border-top: 6px solid #57be8c;
  content: '';
  left: 10px;
  top: 30px;
  position: absolute;
}
.loading .loading-indicator,
.loading .loading-indicator:after {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.loading .loading-message {
  margin-top: 20px;
  text-align: center;
}
.loading .load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #57be8c;
  transition: border 500ms ease-out;
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 16px;
    opacity: 1;
  }
  40% {
    height: 32px;
    width: 16px;
    opacity: 1;
  }
  100% {
    height: 32px;
    width: 16px;
    opacity: 1;
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading.mini {
  margin: 4px 0;
  font-size: 13px;
  height: 24px;
}
.loading.mini .loading-indicator {
  margin: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border-width: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.loading.mini .loading-indicator.relative {
  position: relative;
  left: auto;
  top: auto;
}
.loading.mini .loading-message {
  padding-left: 30px;
  margin-top: 1px;
  display: inline-block;
}
.loading.triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-top: -200px;
  margin-left: -250px;
}
.loading.triangle .loading-indicator {
  border: 0;
  animation: none;
  -webkit-animation: none;
  background-image: url(sentry-loader.30d72c.gif);
  width: 150px;
  height: 150px;
  background-size: contain;
}
/**
* Search
* ============================================================================
*/
.search form {
  display: block;
  position: relative;
}
.search .icon-search {
  color: #89779a;
  position: absolute;
  top: 12px;
  left: 14px;
  font-size: 14px;
}
.search .search-input {
  height: 40px;
  padding: 8px 34px 8px 37px;
  font-size: 14px;
  background: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.search .search-input:focus {
  border-radius: 3px 3px 0 0;
}
.search.disabled {
  position: relative;
}
.search.disabled .search-input {
  border: 1px solid #ece9ef;
  background: #fbfbfc;
  color: #968ba0;
  box-shadow: none;
}
.search.disabled .icon-search {
  color: #968ba0;
}
.search.disabled:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-clear-form {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 16px;
  color: #afa3bb;
}
.search-clear-form:hover {
  color: #7c6a8e;
}
.bar-chart h6 {
  font-weight: 600;
  margin-bottom: 18px;
}
.bar-chart figure {
  height: 90px;
  margin-bottom: 20px;
  position: relative;
}
.bar-chart figure:before,
.bar-chart figure:after {
  display: table;
  content: ' ';
}
.bar-chart figure:after {
  clear: both;
}
.bar-chart figure:before,
.bar-chart figure:after {
  display: table;
  content: ' ';
}
.bar-chart figure:after {
  clear: both;
}
.bar-chart figure a,
.bar-chart figure g {
  height: 90px;
  position: relative;
  cursor: default;
}
.bar-chart figure a span,
.bar-chart figure g span,
.bar-chart figure a rect,
.bar-chart figure g rect {
  display: block;
  min-height: 2px;
}
.bar-chart figure a span.accepted,
.bar-chart figure g span.accepted,
.bar-chart figure a rect.accepted,
.bar-chart figure g rect.accepted {
  background: #e2dee6;
  fill: #e2dee6;
}
.bar-chart figure a span.success,
.bar-chart figure g span.success,
.bar-chart figure a rect.success,
.bar-chart figure g rect.success {
  background: #7ccca5;
  fill: #7ccca5;
}
.bar-chart figure a span.rate-limited,
.bar-chart figure g span.rate-limited,
.bar-chart figure a rect.rate-limited,
.bar-chart figure g rect.rate-limited,
.bar-chart figure a span.dropped,
.bar-chart figure g span.dropped,
.bar-chart figure a rect.dropped,
.bar-chart figure g rect.dropped,
.bar-chart figure a span.error,
.bar-chart figure g span.error,
.bar-chart figure a rect.error,
.bar-chart figure g rect.error {
  background: #e03e2f;
  fill: #e03e2f;
  min-height: 0;
}
.bar-chart figure a span.black-listed,
.bar-chart figure g span.black-listed,
.bar-chart figure a rect.black-listed,
.bar-chart figure g rect.black-listed,
.bar-chart figure a span.filtered,
.bar-chart figure g span.filtered,
.bar-chart figure a rect.filtered,
.bar-chart figure g rect.filtered {
  background: #f18672;
  fill: #f18672;
  min-height: 0;
}
.bar-chart figure a:hover span.accepted,
.bar-chart figure g:hover span.accepted,
.bar-chart figure a:hover rect.accepted,
.bar-chart figure g:hover rect.accepted {
  background: #968ba0;
  fill: #968ba0;
}
.bar-chart figure a:hover span.success,
.bar-chart figure g:hover span.success,
.bar-chart figure a:hover rect.success,
.bar-chart figure g:hover rect.success {
  background: #57be8c;
  fill: #57be8c;
}
.bar-chart figure a:hover span.rate-limited,
.bar-chart figure g:hover span.rate-limited,
.bar-chart figure a:hover rect.rate-limited,
.bar-chart figure g:hover rect.rate-limited,
.bar-chart figure a:hover span.dropped,
.bar-chart figure g:hover span.dropped,
.bar-chart figure a:hover rect.dropped,
.bar-chart figure g:hover rect.dropped,
.bar-chart figure a:hover span.error,
.bar-chart figure g:hover span.error,
.bar-chart figure a:hover rect.error,
.bar-chart figure g:hover rect.error {
  background: #bf2a1d;
  fill: #bf2a1d;
}
.bar-chart figure a:hover span.black-listed,
.bar-chart figure g:hover span.black-listed,
.bar-chart figure a:hover rect.black-listed,
.bar-chart figure g:hover rect.black-listed,
.bar-chart figure a:hover span.filtered,
.bar-chart figure g:hover span.filtered,
.bar-chart figure a:hover rect.filtered,
.bar-chart figure g:hover rect.filtered {
  background: #e63717;
  fill: #e63717;
}
.tag-bar {
  position: relative;
  display: block;
  line-height: 2.2;
  color: #493e54;
  margin-bottom: 4px;
  padding: 0 6px;
}
.tag-bar:before,
.tag-bar:after {
  display: table;
  content: ' ';
}
.tag-bar:after {
  clear: both;
}
.tag-bar:before,
.tag-bar:after {
  display: table;
  content: ' ';
}
.tag-bar:after {
  clear: both;
}
.tag-bar .tag-bar-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f6f7f8;
  border-radius: 2px;
}
.tag-bar .tag-bar-label {
  float: left;
  position: relative;
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
}
.tag-bar .tag-bar-count {
  float: right;
  position: relative;
}
/**
* Faces
* -----
* A grid of faces for seen-by and participants list
* ============================================================================
*/
ul.faces {
  padding-left: 0;
  list-style: none;
}
ul.faces:before,
ul.faces:after {
  display: table;
  content: ' ';
}
ul.faces:after {
  clear: both;
}
ul.faces:before,
ul.faces:after {
  display: table;
  content: ' ';
}
ul.faces:after {
  clear: both;
}
ul.faces li {
  float: left;
  margin: 0 5px 5px 0;
}
/**
* Box
* ============================================================================
*/
.box {
  background: #fff;
  border: 1px solid #e2dee6;
  border-radius: 3px;
  margin: 0 0 20px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.box .box-header {
  background: #fbfbfc;
  color: #2f2936;
  line-height: 1;
  padding: 0 20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #e2dee6;
  padding-top: 9px;
  padding-bottom: 8px;
  position: relative;
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: ' ';
}
.box .box-header:after {
  clear: both;
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: ' ';
}
.box .box-header:after {
  clear: both;
}
.box .box-header:hover .permalink {
  display: inline-block;
}
.box .box-header .permalink {
  font-size: 12px;
  line-height: 27px;
  display: none;
  position: absolute;
  top: -1.5px;
  left: -22px;
  color: #afa3bb;
  padding: 2px 5px;
}
.box .box-header a {
  color: #493e54;
}
.box .box-header a:hover {
  color: #2f2936;
}
.box .box-header h3,
.box .box-header h4,
.box .box-header h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  line-height: inherit;
  padding-top: 6px;
  padding-bottom: 5px;
  max-width: 80%;
  line-height: 1.2;
}
.box .box-header h3 small,
.box .box-header h4 small,
.box .box-header h5 small {
  color: #493e54;
  font-size: 14px;
}
.box .box-header .pull-right a,
.box .box-header .pull-right .btn {
  margin-left: 6px;
}
.box .box-header .btn-group {
  float: right;
  position: relative;
}
.box .box-header .nav-tabs {
  float: right;
  line-height: inherit;
}
.box .box-header .nav-tabs li {
  margin: 0 0 0 20px;
  font-weight: 400;
}
.box .box-header .nav-tabs li.active a {
  font-weight: 600;
  border: 0;
  box-shadow: inset 0 -3px 0 #3b6ecc;
}
.box .box-header .nav-tabs a {
  font-weight: 400;
  padding: 0;
  font-size: 14px;
  line-height: inherit;
}
.box .box-header .nav-pills {
  position: relative;
  right: -6px;
}
.box .box-header .nav-pills a {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
}
.box .box-header .nav-pills .active a {
  background: #3b6ecc;
}
.box .box-header .checkbox {
  margin-top: -4px;
}
.box .box-content.with-padding {
  padding: 20px 20px 0;
}
.box .box-content .form-actions {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin: 0 -20px 20px;
}
.box .box-content h1,
.box .box-content h2,
.box .box-content h3,
.box .box-content h4,
.box .box-content h5,
.box .box-content h6 {
  color: #2f2936;
}
.box.box-modal {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  border-color: #cbc3d3;
}
.box.empty {
  padding: 20px;
  text-align: center;
}
.box.box-mini .box-header {
  padding: 10px;
  line-height: normal;
  height: auto;
  font-size: 14px;
}
.box.box-mini .with-padding {
  padding: 10px 10px 0;
}
/**
 * Global Messages
 * ============================================================================
 */
.messages-container .alert {
  color: #fff;
  font-weight: bold;
  background: #f9a063;
  border: 0;
}
.messages-container .alert .container {
  padding: 0;
}
.messages-container .alert .close {
  color: rgba(255, 255, 255, 0.7);
}
.messages-container .alert .close:hover {
  color: rgba(255, 255, 255, 0.9);
}
.messages-container .alert-warning .icon:before {
  content: '\e615';
}
.messages-container .alert-success {
  background: #7ccca5;
}
.messages-container .alert-info {
  background: #638cd7;
}
.messages-container .alert-error {
  background: #e03e2f;
}
/**
* Alerts
* ============================================================================
*/
header + .alert {
  margin-top: -31px;
  position: relative;
  z-index: 2;
  border-radius: 0;
}
.alert {
  background: #fffdf7;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #e1d697;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.alert p:last-child {
  margin: 0;
}
.alert .icon {
  float: left;
  margin: 3px 8px 0 3px;
  display: block;
  font-size: 15px;
  opacity: 0.65;
}
.alert .icon-sentry-logo {
  display: block;
}
.alert .close {
  font-weight: 600;
  position: absolute;
  top: -6px;
  right: 8px;
  box-shadow: none;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  color: rgba(0, 0, 0, 0.25);
  background: 0;
  border: 0;
  font-size: 22px;
  float: right;
}
.alert .close:hover {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
}
.alert a {
  color: inherit;
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: underline;
}
.alert + .alert {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}
.alert.alert-block {
  margin-bottom: 20px;
  border-radius: 3px;
}
.alert .btn-default {
  border-color: #ccc079;
}
.alert-block .btn {
  float: right;
  position: relative;
  top: -3px;
  right: -6px;
}
.alert-block ul {
  padding-left: 20px;
}
.alert-block p + ul,
.alert-block p + p,
.alert-block ul + p {
  margin-top: 10px !important;
}
.alert-error,
.alert-danger {
  background: #fdf6f5;
  border-color: #e7c0bc;
}
.alert-error .icon:before,
.alert-danger .icon:before {
  content: '\e615';
}
.alert-error .btn-default,
.alert-danger .btn-default {
  border-color: #da9d96;
}
.alert-info {
  background: #f5fafe;
  border-color: #b5d6ed;
  color: #493e54;
}
.alert-info .icon {
  display: none;
}
.alert-info .btn-default {
  border-color: #93bedc;
}
.alert-success {
  background: #f8fcf7;
  border-color: #bbd6b3;
}
.alert-success .icon:before {
  content: '\e60a';
}
.alert-success .btn-default {
  border-color: #accda2;
}
/**
* Dropdowns
* ============================================================================
*/
.dropdown-menu {
  top: 32px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(52, 60, 69, 0.2), 0 1px 3px rgba(70, 82, 98, 0.25);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #2f2936;
}
.dropdown-menu:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 12px;
  z-index: -1;
}
.dropdown-menu:before {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(52, 60, 69, 0.35);
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 11px;
  z-index: -2;
}
.dropdown-menu.dropdown-menu-right:before {
  right: 12px;
  left: auto;
}
.dropdown-menu.dropdown-menu-right:after {
  right: 13px;
  left: auto;
}
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover {
  background: #6c5fc7;
  color: #fff !important;
}
.dropdown-menu .disabled {
  opacity: 0.4;
  cursor: default;
}
.dropdown-menu .disabled:hover {
  background: #fff;
  color: #7a8188;
}
.anchor-right .dropdown-menu {
  left: auto;
  right: 0;
}
.anchor-right .dropdown-menu:after {
  left: auto;
  right: 12px;
}
.anchor-right .dropdown-menu:before {
  left: auto;
  right: 11px;
}
.dropdown-actor-title {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 18px;
}
/**
* Navs
* ============================================================================
*/
.nav {
  margin-bottom: 20px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:active {
  background: none;
}
.nav-pills > li.active > a {
  background-color: #3b6ecc;
}
/**
* Nav stacked
* ============================================================================
*/
.nav-header {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 12px;
  color: #968ba0;
  letter-spacing: 0.1px;
}
.nav-header:before,
.nav-header:after {
  display: table;
  content: ' ';
}
.nav-header:after {
  clear: both;
}
.nav-header:before,
.nav-header:after {
  display: table;
  content: ' ';
}
.nav-header:after {
  clear: both;
}
.nav-header a.help-link {
  color: inherit;
  border-bottom: 1px dotted #968ba0;
}
.nav-header .view-more {
  color: #493e54;
  float: right;
  text-transform: none;
}
.nav-header .view-more:hover {
  color: #161319;
}
.nav-header .btn-xs {
  font-size: 11px;
  line-height: 14px;
  padding: 0 5px;
  margin-left: 5px;
}
.nav-stacked li {
  margin-bottom: 6px;
}
.nav-stacked li.badged {
  white-space: nowrap;
}
.nav-stacked li > a {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 4px 0;
  display: block;
  border: 0;
  background: none;
  color: #493e54;
  position: relative;
}
.nav-stacked li > a:hover,
.nav-stacked li > a:active,
.nav-stacked li > a:focus {
  background: none;
  color: #161319;
}
.nav-stacked li.active a,
.nav-stacked li.active a:hover,
.nav-stacked li.active a:focus {
  border: 0;
  background: none;
  color: #343c45;
  font-weight: 600;
}
.nav-stacked li.active a:after,
.nav-stacked li.active a:hover:after,
.nav-stacked li.active a:focus:after {
  position: absolute;
  display: block;
  content: '';
  top: 2px;
  bottom: 3px;
  left: -15px;
  width: 4px;
  background: #6c5fc7;
}
/**
* Nav tabs
* ============================================================================
*/
.nav-tabs {
  border-bottom: 0;
  margin: 0 0 20px;
}
.nav-tabs > li {
  margin-right: 20px;
}
.nav-tabs > li > li.pull-right {
  float: right;
}
.nav-tabs > li > a {
  font-size: 15px;
  padding: 0 0 10px;
  margin: 0;
  border: 0;
  background: none;
  color: #7c6a8e;
  min-width: 30px;
  text-align: center;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  background: none;
  color: #2f2936;
}
.nav-tabs > li > a.focus-visible {
  text-decoration: underline;
  outline: none;
}
.nav-tabs > li .dropdown-menu {
  border-radius: 3px;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  cursor: pointer;
  border: 0;
  border-bottom: 4px solid #6c5fc7;
  background: none;
  color: #161319;
  font-weight: 400;
}
.nav-tabs.border-bottom {
  border-bottom: 1px solid #e2dee6;
}
.nav-tabs.anchor-right li {
  margin: 0 0 0 30px;
}
/**
* Project nav
* ============================================================================
*/
ul.radio-inputs {
  padding-left: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
ul.radio-inputs li.radio {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  display: block;
  font-weight: normal;
}
ul.radio-inputs li.radio label {
  padding-left: 25px;
}
ul.radio-inputs li.radio label input {
  margin-left: -25px;
  margin-top: 4px;
  vertical-align: middle;
}
/**
* Modal
* ============================================================================
*/
.modal-backdrop {
  background-color: #493e54;
  z-index: 10000;
}
.modal {
  z-index: 10000;
}
.modal-container {
  position: relative;
}
.modal-container .modal,
.modal-container .modal-backdrop {
  position: absolute;
}
.modal .close {
  background: none;
  border: 0;
  padding: 0 6px;
  margin: 0;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 100;
  color: #9586a5;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.modal .close:hover {
  color: #625471;
}
.modal .close.focus-visible {
  outline: none;
  border-radius: 50%;
  background: #fbfbfc;
  color: #625471;
}
.modal .modal-content {
  padding: 30px;
  box-shadow: 0 15px 40px 0 rgba(67, 62, 75, 0.3), 0 1px 15px 0 rgba(67, 61, 74, 0.15);
  border-radius: 7px;
  border: 0;
}
.modal .modal-header {
  border-bottom: 1px solid #e2dee6;
  border-radius: 7px 7px 0 0;
  padding: 20px 30px;
  margin: -30px -30px 20px;
  position: relative;
}
.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4,
.modal .modal-header h5,
.modal .modal-header h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
}
.modal .modal-body {
  padding: 0;
  font-size: 15px;
}
.modal .modal-body p:last-child {
  margin-bottom: 0;
}
.modal .modal-body .alert {
  border-radius: 4px;
}
.modal .modal-body img {
  max-width: 100%;
  border-radius: 3px;
  border: 1px solid #e2dee6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.modal .modal-body .form-actions {
  margin-bottom: 0;
}
.modal .modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #e2dee6;
  margin: 20px -30px -30px;
  display: flex;
  justify-content: flex-end;
  text-align: initial;
}
.modal .nav-stacked {
  margin-bottom: 0;
}
.modal .nav-stacked li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.modal .nav-stacked li a:hover {
  color: #fff;
  background: #6c5fc7;
}
/**
 * Truncate component.
 */
.truncated {
  position: relative;
}
.truncated .full-value {
  display: none;
  position: absolute;
  background: #ffffff;
  left: -5px;
  top: -5px;
  padding: 4px;
  border: 1px solid #e2dee6;
  white-space: nowrap;
  border-radius: 4px;
}
.truncated.expanded .full-value {
  z-index: 10;
  display: block;
}
/**
* Responsive small screens
* ============================================================================
*/
@media (max-width: 767px) {
  .flex.flex-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 629px) {
  .table-user-info .avatar {
    top: 24px;
  }
}
/**
* Responsive (Tablet)
* ============================================================================
*/
@media (min-width: 768px) {
  .modal-dialog {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -300px;
  }
  .modal-dialog.modal-sm {
    margin-left: -200px;
  }
  .modal-dialog.modal-lg {
    top: 10%;
    margin-left: -450px;
    margin-top: -55px;
  }
}
.row.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.row-flex:before,
.row.row-flex:after {
  display: initial;
}
.row.row-center-vertically {
  display: flex;
  align-items: center;
}
/**
 * HoverCard
 * ============================================================================
 */
.hovercard .commit-heading {
  margin: 10px 0;
}
.hovercard .commit {
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
  padding: 1px 0 0 25px;
  font-size: 13px;
}
.hovercard .commit .commit-avatar {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 2px;
  left: 0;
}
.hovercard .commit .commit-avatar .avatar {
  width: 19px;
  height: 19px;
}
.hovercard .commit .commit-message {
  line-height: 1.4;
  margin: 2px 0 5px;
}
.hovercard .commit .commit-meta {
  font-size: 12px;
  color: #625471;
}
.hovercard .divider {
  position: relative;
  margin: 10px 0;
  padding: 0 10px;
}
.hovercard .divider:before {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  top: 50%;
  left: -16px;
  right: -16px;
  background: #e2dee6;
  opacity: 0.6;
  z-index: -1;
}
.hovercard .divider h6 {
  display: inline;
  background: #fff;
  padding: 0 5px;
  margin-left: -15px;
}
.hovercard h6 {
  color: #9586a5 !important;
  font-size: 11px !important;
  margin-bottom: 4px !important;
  text-transform: uppercase;
}
.hovercard p {
  line-height: 1.4;
  margin-bottom: 15px;
}
.hovercard .count-since {
  color: #493e54;
  font-size: 22px;
  padding: 3px 0 0;
}
.hovercard .deploy-heading {
  margin: 10px 0;
}
.hovercard .deploy {
  margin-top: 5px;
  font-size: 13px;
}
.hovercard .deploy .deploy-meta {
  font-size: 12px;
  color: #625471;
}
.panel .panel-heading h1,
.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4,
.panel .panel-heading h5,
.panel .panel-heading h6 {
  font-size: 16px;
  margin: 0;
}
.panel .panel-heading-bold {
  color: #7c6a8e;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
html {
  height: 100%;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #2f2936;
  background: #fbfbfc;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
  /* Discover has a 100% height based layout with no footer */
}
@media (min-width: 993px) {
  body.body-sidebar {
    padding-left: 220px;
  }
}
body.body-sidebar.collapsed {
  padding-left: 70px;
}
body.body-discover {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
body.body-discover footer {
  display: none;
}
#blk_router {
  min-height: 100vh;
}
#login_as {
  z-index: 1000000;
}
/**
* body.auth
* ============================================================================
*/
body.narrow {
  padding: 0;
  background: #fff;
}
body.narrow.body-sidebar {
  padding-left: 220px;
}
body.narrow.body-sidebar.collapsed {
  padding-left: 70px;
}
body.narrow.dialog {
  padding-top: 0;
}
body.narrow h3,
body.narrow h4 {
  line-height: 1.2;
}
body.narrow .app > .container {
  padding-top: 40px;
  max-width: 860px;
}
body.narrow .app > .container .box-header {
  padding: 15px 30px 12px;
}
body.narrow .app > .container .box-header .logo-with-action {
  display: flex;
  align-items: center;
}
body.narrow .app > .container .box-header a {
  font-size: 20px;
}
body.narrow .app > .container .box-header a:hover {
  color: #493e54;
}
body.narrow .app > .container .box-header .back-to,
body.narrow .app > .container .box-header .pull-right a {
  font-size: 16px;
}
body.narrow .app > .container .box-header .back-to {
  border-left: 1px solid #e2dee6;
  padding: 2px 10px;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: -3px;
}
body.narrow .app > .container .with-padding {
  padding: 20px 30px 0;
}
body.narrow .app > .container .with-padding .form-actions {
  margin: 20px 0 0;
  padding: 20px 0;
}
body.narrow .app > .container .with-padding .form-actions a.pull-right {
  font-size: 15px;
  color: #9586a5;
}
body.narrow .app > .container .with-padding .form-actions a.pull-right:hover {
  color: #493e54;
}
body.narrow footer {
  display: none;
}
body.auth .app > .container {
  padding-top: 5vh;
  max-width: 740px;
}
body.auth .box {
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  width: 100%;
}
body.auth .auth-sidebar {
  padding-top: 20px;
  width: 60px;
  background: #564f64;
  background-image: linear-gradient(-180deg, rgba(52, 44, 62, 0) 0%, rgba(52, 44, 62, 0.5) 100%);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px 0 0 4px;
  margin-top: -1px;
  margin-bottom: -1px;
  text-align: center;
}
body.auth .auth-sidebar a {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}
body.auth .org-login {
  flex: 1;
}
body.auth .auth-container {
  padding-left: 40px;
  padding-right: 40px;
}
body.auth .auth-container.border-bottom {
  border-bottom: 1px solid #e2dee6;
}
body.auth .auth-container ul:last-child,
body.auth .auth-container ol:last-child,
body.auth .auth-container p:last-child,
body.auth .auth-container blockquote:last-child {
  margin-bottom: 0;
}
body.auth .tab-content .auth-container {
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}
body.auth .auth-form-column {
  flex: 1;
}
body.auth .auth-provider-column {
  width: 46%;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #e2dee6;
}
body.auth .auth-provider-column p {
  margin-bottom: 15px;
}
body.auth .auth-provider-column p:first-child {
  margin-top: 28px;
}
body.auth .auth-provider-column .btn-default {
  display: block;
  text-align: left;
  padding: 8px 8px;
}
body.auth .auth-provider-column .btn-default .provider-logo {
  top: 0;
}
body.auth .auth-footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
body.auth .auth-footer > .btn {
  margin-right: 6px;
}
body.auth .auth-footer .secondary {
  flex: 1;
  text-align: right;
  color: #968ba0;
}
body.auth .auth-footer .secondary:hover {
  color: #493e54;
}
body.auth .auth-toggle {
  display: flex;
}
body.auth .join-request {
  margin-left: auto;
  margin-right: 0;
}
body.auth .join-request > a {
  display: flex;
  align-items: center;
}
body.auth .join-request > a > svg {
  height: 17px;
  width: 20px;
  margin-right: 5px;
}
/**
* Container / Content
* ============================================================================
*/
.app {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 100% !important;
  flex: 1;
}
.content-with-margin {
  margin-top: 20px;
}
.main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  outline: none;
}
.loading-full-layout {
  flex: 1;
  display: flex;
  align-items: center;
}
/**
* Content sidebar
* ============================================================================
*/
.content .sidebar {
  float: right;
}
/**
* Footer
* ============================================================================
*/
footer {
  line-height: 30px;
  text-align: center;
  color: #625471;
  border-top: 1px solid #e2dee6;
  padding: 28px 0;
  margin-top: 20px;
}
footer .container {
  position: static;
}
footer .pull-right a {
  margin-left: 20px;
}
footer a {
  color: #625471;
}
footer a:hover {
  color: #493e54;
}
footer .icon-sentry-logo {
  color: #625471;
  font-size: 28px;
  width: 32px;
  margin: 0 auto;
  display: block;
}
/**
* Windowed
* ============================================================================
*/
.windowed-small .app > .container {
  padding-top: 60px !important;
  max-width: 600px !important;
  margin: 0 auto;
}
.windowed-small .app > .container .box-header h3 {
  max-width: 100%;
  font-size: 16px;
}
.windowed-small footer {
  display: none;
}
/**
* Pattern background / backdrop
* ============================================================================
*/
.pattern-bg {
  background: #f2f1f3 url(sentry-pattern.a141b8.png);
  background-size: 340px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
}
/**
* Print
* ============================================================================
*/
@media print {
  body {
    color: #161319;
  }
  header {
    display: none;
  }
  .toolbar {
    display: none;
  }
  .content {
    padding: 0 !important;
  }
  #CModal,
  footer {
    display: none;
  }
}
/**
* Responsive Desktop
* ============================================================================
*/
@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  body.body-sidebar {
    padding-left: 0;
    padding-top: 54px;
  }
  body.body-sidebar.collapsed {
    padding-left: 0;
  }
  .messages-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/**
* Responsive small screens
* ============================================================================
*/
@media (max-width: 767px) {
  body {
    padding-top: 0;
    background: none;
    padding-bottom: 20px;
  }
  .app {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .container {
    padding: 0 14px;
  }
  .narrow .app > .container,
  .narrow.windowed-small .app > .container {
    padding-top: 30px !important;
  }
  .narrow.dialog .app > .container,
  .narrow.dialog.windowed-small .app > .container {
    padding-top: 10px !important;
  }
  .nav-tabs > li {
    text-transform: capitalize;
    margin-right: 11px;
  }
  .nav-tabs > li:last-child {
    margin: 0;
  }
  .nav-tabs > li a {
    font-size: 14px;
    margin-right: 0;
  }
  .nav-tabs > li a .badge {
    padding: 0;
    min-width: 15px;
    height: 15px;
    line-height: 17px;
  }
  body.auth .brand-flag {
    left: 0;
    right: 0;
    top: 0;
    font-size: 20px;
    background: #2f2936;
    padding-left: 30px;
  }
  body.auth .app > .container .box-content.with-padding {
    padding: 20px 20px 10px;
  }
  body.auth .box {
    flex-direction: column;
  }
  body.auth .auth-sidebar {
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 4px 4px 0 0;
  }
  body.auth .auth-sidebar a {
    line-height: 1;
    position: relative;
    top: 3px;
  }
  body.auth .auth-container {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.auth .auth-container > div {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
  }
  body.auth .auth-container > div.auth-provider-column {
    border-top: 1px solid #e2dee6;
    padding-top: 20px;
    margin-top: 20px;
  }
  body.auth .auth-container > div.auth-provider-column p {
    margin-top: 0;
  }
  body.auth .join-request {
    margin-left: auto;
  }
  body.auth .join-request > a > svg {
    height: 16px;
    width: 19px;
    margin-right: 4px;
  }
  body.auth .tab-pane .auth-container {
    padding: 20px;
  }
  .app > footer {
    display: none;
  }
}
@font-face {
  font-family: 'Rubik';
  src: url(rubik-regular.499961.woff) format('woff2'), url(rubik-regular.499961.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url(rubik-medium.867491.woff) format('woff2'), url(rubik-medium.867491.woff) format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'sentry-simple';
  src: url(sentry-simple.db54e8.eot);
  src: url(sentry-simple.db54e8.eot?#iefix-iwi56z) format('embedded-opentype'), url(sentry-simple.9b8f81.woff) format('woff'), url(sentry-simple.fb8215.woff2) format('woff2'), url(sentry-simple.e52d69.ttf) format('truetype'), url(sentry-simple.a68c13.svg#sentry-simple) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*=' icon-'],
.icon {
  font-family: 'sentry-simple';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-support:before {
  content: '\e910';
}
.icon-processing {
  position: relative;
  left: -3px;
}
.icon-processing:before {
  display: inline-block;
  content: '\e60b';
  position: relative;
  top: 2px;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-processing:after {
  display: block;
  position: absolute;
  font-size: 10px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  content: '\e60b';
  top: -4px;
  right: -6px;
  -ms-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.icon-processing.play:before {
  -webkit-animation: clockwise 2s linear infinite;
  -moz-animation: clockwise 2s linear infinite;
  -ms-animation: clockwise 2s linear infinite;
  -o-animation: clockwise 2s linear infinite;
  animation: clockwise 2s linear infinite;
}
.icon-processing.play:after {
  -webkit-animation: counter-clockwise 1s linear infinite;
  -moz-animation: counter-clockwise 1s linear infinite;
  -ms-animation: counter-clockwise 1s linear infinite;
  -o-animation: counter-clockwise 1s linear infinite;
  animation: counter-clockwise 1s linear infinite;
}
@-webkit-keyframes clockwise {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes counter-clockwise {
  from {
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  to {
    -ms-transform: rotate(-380deg);
    -moz-transform: rotate(-380deg);
    -webkit-transform: rotate(-380deg);
    -o-transform: rotate(-380deg);
    transform: rotate(-380deg);
  }
}
@keyframes counter-clockwise {
  from {
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  to {
    -ms-transform: rotate(-380deg);
    -moz-transform: rotate(-380deg);
    -webkit-transform: rotate(-380deg);
    -o-transform: rotate(-380deg);
    transform: rotate(-380deg);
  }
}
.clockwise {
  -webkit-animation: clockwise 2s linear infinite;
  -moz-animation: clockwise 2s linear infinite;
  -ms-animation: clockwise 2s linear infinite;
  -o-animation: clockwise 2s linear infinite;
  animation: clockwise 2s linear infinite;
}
.counter-clockwise {
  -webkit-animation: counter-clockwise 1s linear infinite;
  -moz-animation: counter-clockwise 1s linear infinite;
  -ms-animation: counter-clockwise 1s linear infinite;
  -o-animation: counter-clockwise 1s linear infinite;
  animation: counter-clockwise 1s linear infinite;
}
.icon-apple:before {
  content: '\e912';
}
.icon-support:before {
  content: '\e910';
}
.icon-wrench:before {
  content: '\e90d';
}
.icon-hash:before {
  content: '\e90c';
}
.icon-git-commit:before {
  content: '\e911';
}
.icon-code:before {
  content: '\e905';
}
.icon-markdown:before {
  content: '\e900';
}
.icon-triangle:before {
  content: '\e604';
}
.icon-anchor:before {
  content: '\e61d';
}
.icon-soundoff:before {
  content: '\e607';
}
.icon-alert:before {
  content: '\e906';
}
.icon-sentry-logo:before {
  content: '\e61a';
}
.icon-sentry-logo-full:before {
  content: '\e623';
}
.icon-mark-github:before {
  content: '\e621';
}
.icon-close2:before {
  content: '\e61e';
}
.icon-calendar:before {
  content: '\e603';
}
.icon-bookmark-2:before {
  content: '\e620';
}
.icon-tag:before {
  content: '\e618';
}
.icon-toggle:before {
  content: '\e619';
}
.icon-search:before {
  content: '\e601';
}
.icon-settings:before {
  content: '\e60b';
}
.icon-user:before {
  content: '\e608';
}
.icon-comments:before {
  content: '\e609';
}
.icon-checkmark:before {
  content: '\e60a';
}
.icon-clock:before {
  content: '\e60c';
}
.icon-x:before {
  content: '\e61b';
}
.icon-users:before {
  content: '\e612';
}
.icon-exclamation:before {
  content: '\e615';
}
.icon-bookmark:before {
  content: '\e613';
}
.icon-book:before {
  content: '\e600';
}
.icon-question:before {
  content: '\e602';
}
.icon-mouse-pointer:before {
  content: '\e90a';
}
.icon-console:before {
  content: '\e909';
}
.icon-star-outline:before {
  content: '\e903';
}
.icon-star-solid:before {
  content: '\e904';
}
.icon-code2:before {
  content: '\e622';
}
.icon-exit:before {
  content: '\e90e';
}
.icon-close:before {
  content: '\e90f';
}
.icon-av_timer:before {
  content: '\e902';
}
.icon-filter:before {
  content: '\e61f';
}
.icon-circle-check:before {
  content: '\e042';
}
.icon-circle-cross:before {
  content: '\e043';
}
.icon-globe:before {
  content: '\e078';
}
.icon-ban:before {
  content: '\e107';
}
.icon-open:before {
  content: '\e128';
}
.icon-add:before {
  content: '\e624';
}
.icon-bell:before {
  content: '\e006';
}
.icon-lock:before {
  content: '\e007';
}
.icon-unlock:before {
  content: '\e008';
}
.icon-signal:before {
  content: '\e011';
}
.icon-skip-back:before {
  content: '\e050';
}
.icon-skip-forward:before {
  content: '\e056';
}
.icon-plus:before {
  content: '\e114';
}
.icon-minus:before {
  content: '\e115';
}
.icon-folder:before {
  content: '\e907';
}
.icon-location:before {
  content: '\e90b';
}
.icon-browser:before {
  content: '\e616';
}
.icon-refresh:before {
  content: '\e908';
}
.icon-home:before {
  content: '\e625';
}
.icon-arrow-left:before {
  content: '\e60e';
}
.icon-arrow-up:before {
  content: '\e610';
}
.icon-arrow-right:before {
  content: '\e611';
}
/**
* Forms
* ============================================================================
*/
.form-control {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  height: auto;
  border: 1px solid #c9c0d1;
  padding: 8px 12px 7px;
  position: relative;
  border-radius: 3px;
  color: #493e54;
}
.form-control.disabled {
  border: 1px solid #e2dee6;
  background: #f7f8f9;
  color: #493e54;
}
.form-control::-moz-placeholder {
  color: #968ba0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #968ba0;
}
.form-control::-webkit-input-placeholder {
  color: #968ba0;
}
.form-control:focus {
  border-color: #a598b2;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04), 0 0 6px rgba(177, 171, 225, 0.3);
  outline: none;
}
.form-control object {
  position: absolute;
  top: 10px;
  right: 9px;
}
.control-label.requiredField:after,
.form-stacked .required .controls label:after {
  margin-left: 10px;
  vertical-align: bottom;
  content: '[required]';
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.control-label.requiredField .asteriskField,
.form-stacked .required .controls label .asteriskField {
  display: none;
}
.form-stacked .required .controls .radio label:after {
  content: '';
}
.form-group,
.control-group {
  margin-bottom: 15px;
}
.rate-limit-group .control-group {
  margin-bottom: 0;
}
.form-actions {
  border-top: 1px solid #e9ebec;
  background: none;
  padding: 20px 0 0;
  margin-bottom: 20px;
}
.form-actions p {
  padding: 0;
  line-height: 15px;
}
.form-actions .note {
  color: #625471;
  line-height: 30px;
}
.help-block {
  font-weight: normal;
  color: #625471;
  font-size: 90%;
  margin-bottom: 0;
}
textarea.form-control {
  height: 150px;
  min-height: 150px;
  min-width: 100%;
  max-width: 100%;
}
legend {
  margin: 20px 0;
  border-bottom: 1px solid #e9ebec;
  padding-bottom: 10px;
}
.inputs-list label {
  padding-left: 18px;
}
.inputs-list label input[type='radio'],
.inputs-list label input[type='checkbox'] {
  float: left;
  margin-left: -18px;
}
label {
  font-weight: 600;
}
label.checkbox,
label.radio {
  padding-left: 25px;
  position: relative;
}
label.checkbox input[type='checkbox'],
label.radio input[type='checkbox'] {
  top: 1px;
  left: 0;
  margin-left: 0 !important;
}
.boolean-radio-select .inputs-list ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.boolean-radio-select .inputs-list ul li {
  margin-bottom: 5px;
}
.boolean-radio-select .inputs-list ul li:last-child {
  margin-bottom: 0;
}
.boolean-radio-select .inputs-list ul li label {
  font-weight: normal;
}
.radio label,
.checkbox label {
  font-weight: 600;
}
.has-error .form-control {
  border-color: #c9c0d1;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
}
.has-error .form-control:focus {
  border-color: #a598b2;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04), 0 0 6px rgba(177, 171, 225, 0.3);
  outline: none;
}
.error,
.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: #e03e2f;
}
input.form-control[disabled],
textarea.form-control[disabled] {
  background: #f9f9f9;
  color: #999;
}
.disabled-indicator {
  margin-left: 5px;
  font-size: 80%;
}
.form-password.editing div:first-child {
  width: 85%;
  display: inline-block;
}
.form-password.editing div:last-child {
  line-height: 37px;
  margin-left: 10px;
  display: inline-block;
}
.form-password.saved a {
  margin-left: 10px;
}
.deploy-form {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.deploy-form .controls {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
}
img {
  max-width: 100%;
}
.truncate {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-word {
  /* These are technically the same, but we have to use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
.no-border {
  border: 0 !important;
}
.result-grid {
  clear: both;
}
.result-grid .table-grid {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.result-grid .table-grid > thead > tr > th,
.result-grid .table-grid > tbody > tr > th,
.result-grid .table-grid > tfoot > tr > th,
.result-grid .table-grid > thead > tr > td,
.result-grid .table-grid > tbody > tr > td,
.result-grid .table-grid > tfoot > tr > td {
  padding: 15px 20px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f1eff3;
}
.result-grid .table-grid > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f1eff3;
}
.result-grid .table-grid > caption + thead > tr:first-child > th,
.result-grid .table-grid > colgroup + thead > tr:first-child > th,
.result-grid .table-grid > thead:first-child > tr:first-child > th,
.result-grid .table-grid > caption + thead > tr:first-child > td,
.result-grid .table-grid > colgroup + thead > tr:first-child > td,
.result-grid .table-grid > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.result-grid .table-grid > tbody + tbody {
  border-top: 2px solid #f1eff3;
}
.result-grid .table-grid .table {
  background-color: #fff;
}
.result-grid .table-grid .label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.5em;
  margin-left: 10px;
}
.result-grid .table-grid thead th {
  font-size: 12px;
  text-transform: uppercase;
}
.result-grid td small {
  font-size: 0.8em;
}
.result-grid .table-options {
  position: relative;
  margin-bottom: 20px;
}
.result-grid .filter-options,
.result-grid .sort-options {
  display: inline-block;
  margin-right: 5px;
}
.result-grid .filter-options .dropdown-toggle {
  color: inherit;
}
.result-grid .sorted-by,
.result-grid .filter-options {
  margin-left: 5px;
  padding: 0 10px;
  background: #f9f9f9;
  font-weight: 600;
  color: inherit;
  display: inline-block;
}
.result-grid .sorted-by:hover,
.result-grid .filter-options:hover {
  color: inherit;
}
.result-grid .result-grid-search {
  float: right !important;
}
@media (min-width: 768px) {
  .result-grid .result-grid-search .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .result-grid .result-grid-search .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .result-grid .result-grid-search .form-control-static {
    display: inline-block;
  }
  .result-grid .result-grid-search .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .result-grid .result-grid-search .input-group .input-group-addon,
  .result-grid .result-grid-search .input-group .input-group-btn,
  .result-grid .result-grid-search .input-group .form-control {
    width: auto;
  }
  .result-grid .result-grid-search .input-group > .form-control {
    width: 100%;
  }
  .result-grid .result-grid-search .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .result-grid .result-grid-search .radio,
  .result-grid .result-grid-search .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .result-grid .result-grid-search .radio label,
  .result-grid .result-grid-search .checkbox label {
    padding-left: 0;
  }
  .result-grid .result-grid-search .radio input[type='radio'],
  .result-grid .result-grid-search .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .result-grid .result-grid-search .has-feedback .form-control-feedback {
    top: 0;
  }
}
.result-grid .result-grid-search .input-search {
  padding: 3px 8px 3px;
  font-size: 14px;
  vertical-align: middle;
}
.result-grid .result-grid-search .btn,
.result-grid .result-grid-search .btn-primary,
.result-grid .result-grid-search .btn-default {
  border: 0;
  margin-left: -10px;
  position: relative;
}
.result-grid .result-grid-search .btn-sm {
  padding: 5px 10px;
}
/**
 * Variables
 * ============================================================================
 */
/**
 * Links
 * ============================================================================
 */
a {
  color: #3b6ecc;
  text-decoration: none;
  -webkit-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  transition: color linear 0.2s;
  cursor: pointer;
}
a:hover {
  color: #2c58a8;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
/**
 * Text
 * ============================================================================
 */
p,
pre {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}
ul,
ol,
table {
  margin: 0 0 20px;
}
ul,
ol {
  padding-left: 20px;
}
small {
  font-size: 0.9em;
}
th,
dt,
strong {
  font-weight: 600;
}
.text-big {
  font-size: 22px;
}
.text-light {
  color: #7c6a8e !important;
}
.text-dark {
  color: #161319 !important;
}
/**
 * Alignment
 * ============================================================================
 */
.align-left {
  text-align: left;
  justify-content: flex-start;
}
.align-center {
  text-align: center;
  justify-content: center;
}
.align-right {
  text-align: right;
  justify-content: flex-end;
}
hr {
  border-top: 1px solid #e2dee6;
}
/**
 * Icons
 * ============================================================================
 */
.icon-arrow-right,
.icon-arrow-left {
  font-size: 16px !important;
  position: relative;
  top: 2px;
}
/**
* Code
* ============================================================================
*/
pre,
code,
kbd,
sample {
  font-family: Monaco, Consolas, 'Courier New', monospace;
}
pre,
code {
  border: 0;
  background-color: #f7f8f9;
  color: #2f2936;
  border-radius: 3px;
}
pre.small,
code.small {
  font-size: 12px;
}
pre {
  word-break: break-all;
  white-space: pre-wrap;
  padding: 10px;
}
/**
* Page header
* ============================================================================
*/
.page-header {
  margin: 0 0 20px;
  border-bottom: 1px solid #e2dee6;
}
.icon-android {
  background-image: url(android.4e24c6.png);
}
.icon-chrome {
  background-image: url(chrome.d2ea9d.png);
}
.icon-edge {
  background-image: url(edge.f1ae44.png);
}
.icon-internet-explorer {
  background-image: url(internet-explorer.728900.png);
}
.icon-opera {
  background-image: url(opera.ef8ba7.png);
}
.icon-safari {
  background-image: url(safari.862df2.png);
}
.dropdown-menu {
  z-index: 1001;
}
.dropdown-menu .dropdown-toggle,
.dropdown-menu > li a {
  display: block;
  padding: 3px 10px;
}
.dropdown-menu .dropdown-toggle {
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #493e54;
  white-space: nowrap;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > span {
  display: block;
}
.dropdown-submenu > span > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > span > .dropdown-menu:after,
.dropdown-submenu > span > .dropdown-menu:before {
  display: none !important;
}
.dropdown-submenu:hover > span {
  background: #f7f8f9;
}
.dropdown-submenu:hover > span > a:after {
  border-left-color: #fff;
}
.detailed-error {
  display: flex;
  justify-content: center;
  padding: 18px;
}
.detailed-error.group-event-details-error {
  padding-top: 48px;
}
.detailed-error-icon {
  color: #e03e2f;
  font-size: 2.4em;
  padding: 0 18px;
  opacity: 0.3;
}
.detailed-error-content {
  margin-top: 8px;
}
.detailed-error-content-footer {
  margin-top: 18px;
  border-top: 1px solid #e2dee6;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailed-error-support-links {
  font-size: 0.9em;
}
.detailed-error-support-links a {
  margin: 12px;
}
.detailed-error-list li {
  margin-bottom: 6px;
}
.detailed-error-list li:last-child {
  margin-bottom: 0;
}
/**
* Auth Styles
* ============================================================================
*/
.auth h3 {
  font-size: 24px;
  margin: 10px 0 30px;
}
.auth .form-actions {
  margin-top: 20px;
}
.auth .form-actions-samlidp {
  margin: 10px 0;
}
section.org-login h3 {
  margin: 0 0 20px;
}
section.org-login .org-avatar {
  width: 56px;
  height: 56px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.provider-logo {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 4px;
  border-radius: 2px;
  position: relative;
  top: 1px;
  background-size: cover;
}
.provider-logo.google {
  background-image: url(logo-google.7e15c5.svg);
}
.provider-logo.github {
  background-image: url(logo-github.8dce41.svg);
}
.provider-logo.onelogin {
  background-image: url(logo-onelogin.306fc7.svg);
}
.provider-logo.auth0 {
  background-image: url(logo-auth0.eaf61f.svg);
}
.provider-logo.okta {
  background-image: url(logo-okta.b3d971.svg);
}
.provider-logo.rippling {
  background-image: url(logo-rippling.4f9318.svg);
}
.provider-logo.activedirectory {
  background-image: url(logo-microsoft.2952de.svg);
}
.provider-logo.saml2 {
  background-image: url(logo-saml2.0ac2b8.svg);
}
.provider-logo.slack {
  background-image: url(logo-slack.4c66fc.svg);
}
.provider-logo.vsts {
  background-image: url(logo-azure.b0857d.svg);
}
.sso-link {
  text-align: center;
  margin-bottom: 20px;
}
.sso-link .avatar {
  width: 36px;
  height: 36px;
}
.account-settings-overview {
  position: relative;
  padding-right: 140px;
}
.account-settings-overview .avatar-edit-link .icon-settings {
  opacity: 0;
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 20px;
  height: 20px;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  -webkit-transition: 0.1s opacity linear;
  -o-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}
.account-settings-overview .avatar-edit-link:hover .icon-settings {
  opacity: 1;
}
.account-settings-overview .avatar-preview {
  position: absolute;
  top: 0;
  right: 0;
}
.account-settings-overview .avatar-preview .avatar {
  width: 118px;
  height: 118px;
  border-radius: 3px;
}
.method-list .box {
  padding: 20px 20px 0;
  position: relative;
  z-index: 1;
}
.method-list .box h4 {
  margin-bottom: 12px;
}
.method-list .box p {
  color: #493e54;
}
.method-list .box .pull-right {
  margin-top: -4px;
}
.method-list .box.enrolled h4:after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin-left: 10px;
  background: #57be8c;
}
div.u2f-box {
  position: relative;
  background: #fbfbfc;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
div.u2f-box div.device-animation-frame {
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #d5cfdb;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
div.u2f-box div.loading-dots {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -25px;
  margin-top: -9px;
  opacity: 0;
  -webkit-transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
div.u2f-box div.loading-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #3b6ecc;
  border-radius: 50%;
  margin-right: 4px;
  animation-name: blink;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
div.u2f-box div.loading-dots .dot:nth-child(2) {
  animation-delay: 0.4s;
}
div.u2f-box div.loading-dots .dot:nth-child(3) {
  animation-delay: 0.8s;
}
div.u2f-box div.loading-dots .dot:last-child {
  margin-right: 0;
}
div.u2f-box div.device-animation {
  background: url(u2f-small.a8deb8.gif);
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
div.u2f-box div.device-failed {
  display: none;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  font-size: 46px;
  font-weight: bold;
  color: #e03e2f;
}
div.u2f-box div.device-failed:after {
  content: ':-(';
}
div.u2f-box div.inner {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 360px;
}
div.u2f-box div.inner p {
  margin: 0;
}
div.u2f-box div.failure-message p {
  margin: 0 0 10px 0;
}
div.u2f-box.tapped .loading-dots {
  opacity: 1;
  top: 50%;
  display: block;
}
div.u2f-box.tapped .device-animation {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
div.u2f-box.device-failure .device-animation {
  visibility: hidden;
}
div.u2f-box.device-failure .device-failed {
  display: block;
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.docs .page-header {
  margin-bottom: 20px;
}
.docs .page-header h1,
.docs .page-header h2,
.docs .page-header h3,
.docs .page-header h4 {
  margin-bottom: 15px !important;
}
.docs #blk_main {
  font-size: 18px;
  line-height: 1.5;
}
.docs #blk_main h1,
.docs #blk_main h2,
.docs #blk_main h3,
.docs #blk_main h4,
.docs #blk_main h5,
.docs #blk_main h6,
.docs #blk_main p,
.docs #blk_main ul,
.docs #blk_main ol,
.docs #blk_main pre,
.docs #blk_main .table {
  margin: 0 0 30px;
}
/**
* Group Detail
* ============================================================================
*/
.group-detail {
  position: relative;
  margin: 0 0 20px;
  clear: both;
}
.group-detail h3 {
  color: #161319;
  font-size: 22px;
  margin: 0 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.1;
}
.group-detail h3 em {
  font-style: normal;
  font-weight: 400;
  color: #625471;
  font-size: 90%;
}
.group-detail .count.short-id-box {
  min-width: 0;
}
.group-detail .count.short-id-box span {
  font-size: 18px;
  line-height: 1.45;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: rtl;
}
.group-detail .count span {
  font-size: 22px;
  display: inline-block;
  line-height: 1.2;
}
.group-detail .assigned-to {
  text-align: right;
  position: relative;
}
.group-detail .assigned-to .btn-group {
  float: right;
}
.group-detail .meta {
  margin: 0 0 15px;
  color: #949ea4;
}
.group-detail .group-actions {
  margin-top: 15px;
}
.group-detail .group-actions .btn-group {
  margin-right: 5px;
}
.group-detail .group-actions .group-resolve.active {
  background: #57be8c;
  color: #fff;
  border-color: #3fa372;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.group-detail .group-actions .group-bookmark .icon-star-solid {
  position: relative;
  top: 1px;
  margin-left: -1px;
  margin-right: -1px;
}
.group-detail .group-actions .group-bookmark.active {
  background: #f9a66d;
  color: #fff;
  border-color: #f67924;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.group-detail .group-actions .group-remove:hover {
  color: #fff;
  background: #e03e2f;
  border-color: #bf2a1d;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.group-detail .group-actions:before,
.group-detail .group-actions:after {
  display: table;
  content: ' ';
}
.group-detail .group-actions:after {
  clear: both;
}
.group-detail .group-actions:before,
.group-detail .group-actions:after {
  display: table;
  content: ' ';
}
.group-detail .group-actions:after {
  clear: both;
}
.group-detail .group-actions .id-label {
  background: #fff;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.group-detail .severity {
  display: inline-block;
  position: relative;
  top: -7px;
  padding: 0 10px;
}
.group-detail .nav-tabs {
  margin-top: 20px;
  margin-bottom: 0;
}
.group-detail:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -1px;
  left: -40px;
  right: -40px;
  height: 1px;
  background: #e2dee6;
}
.group-stats {
  font-size: 14px;
}
.group-stats .env-stats > h6 {
  color: #493e54;
}
.group-stats .env-stats > h6 > span {
  display: inline-block;
  background: #ffffff;
  padding-right: 7px;
}
.group-stats .env-stats > h6:before {
  display: block;
  position: absolute;
  content: '';
  border-top: 1px solid #eae7ed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}
.group-stats .env-stats .env-content {
  margin-bottom: 20px;
}
.group-stats .env-stats .env-content h6 {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
}
.group-stats .env-stats .env-content h6 small {
  float: right;
  font-size: 11px;
  color: #968ba0;
}
.group-stats .env-stats .env-content h6:before {
  display: none;
}
.group-stats .env-stats .env-content dl:last-child {
  margin-bottom: 5px;
}
.group-stats h6 {
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
  color: #493e54;
}
.group-stats h6 > span {
  background: #ffffff;
  padding-right: 7px;
}
.group-stats h6:before {
  display: block;
  position: absolute;
  content: '';
  border-top: 1px solid #eae7ed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}
.group-stats h6.first-seen:before,
.group-stats h6.last-seen:before {
  right: 16px;
}
.group-stats h6.first-seen:after,
.group-stats h6.last-seen:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 8px;
  width: 8px;
  height: 8px;
  right: 0;
  top: 0;
}
.group-stats h6.first-seen.first-seen:after,
.group-stats h6.last-seen.first-seen:after {
  background-color: #f868bc;
}
.group-stats h6.first-seen.last-seen:after,
.group-stats h6.last-seen.last-seen:after {
  background-color: #57be8c;
}
.group-stats .seen-info .dotted-underline {
  border-bottom: 1px dotted #e2dee6;
}
.group-stats .bar-chart figure a,
.group-stats .bar-chart figure g {
  height: 50px;
}
.group-stats .bar-chart figure a span,
.group-stats .bar-chart figure g span,
.group-stats .bar-chart figure a .barchart-rect,
.group-stats .bar-chart figure g .barchart-rect {
  background: #6c5fc7;
  fill: #6c5fc7;
}
.group-stats .bar-chart figure a span.inactive,
.group-stats .bar-chart figure g span.inactive,
.group-stats .bar-chart figure a .barchart-rect.inactive,
.group-stats .bar-chart figure g .barchart-rect.inactive {
  background: #e2dee6;
  fill: #e2dee6;
}
.group-stats .bar-chart figure a span.environment,
.group-stats .bar-chart figure g span.environment,
.group-stats .bar-chart figure a .barchart-rect.environment,
.group-stats .bar-chart figure g .barchart-rect.environment {
  background: #b1abe1;
  fill: #b1abe1;
}
.group-stats .bar-chart figure a:hover span,
.group-stats .bar-chart figure g:hover span,
.group-stats .bar-chart figure a:hover .barchart-rect,
.group-stats .bar-chart figure g:hover .barchart-rect {
  background: #4e3fb4;
  fill: #4e3fb4;
}
.group-stats .bar-chart figure a:hover span.inactive,
.group-stats .bar-chart figure g:hover span.inactive,
.group-stats .bar-chart figure a:hover .barchart-rect.inactive,
.group-stats .bar-chart figure g:hover .barchart-rect.inactive {
  background: #afa3bb;
  fill: #afa3bb;
}
.group-stats .bar-chart figure a:hover span.environment,
.group-stats .bar-chart figure g:hover span.environment,
.group-stats .bar-chart figure a:hover .barchart-rect.environment,
.group-stats .bar-chart figure g:hover .barchart-rect.environment {
  background: #6c5fc7;
  fill: #6c5fc7;
}
.group-stats dl {
  margin: 0 0 15px;
}
.group-stats dl dt {
  float: left;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0.5em 0 0;
}
.group-stats dl dd {
  text-align: right;
  line-height: 1.8;
  position: relative;
}
.group-stats .help-block {
  font-size: 100%;
  line-height: 1.3;
  margin-bottom: 15px;
}
/**
* Commit Activity
* TODO(billy): Move this to relevant components
* (This used to be nested under `.activity-item` which is now a styled component)
* ============================================================================
*/
.inline-commit {
  color: #7c6a8e;
  padding-left: 3px;
}
.inline-commit:hover {
  color: #493e54;
}
/**
* Event Details
* ============================================================================
*/
.event-details-container {
  display: flex;
  margin: -20px -40px;
  background: #fff;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .event-details-container {
    flex-direction: row;
  }
}
.event-details-container .primary {
  flex: 1;
}
.event-details-container .primary .user-report {
  border-radius: 0;
  box-shadow: none;
  padding: 20px 30px 0 40px;
  border: 0;
  border-top: 1px solid #ece9ef;
  margin: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .event-details-container .primary {
    max-width: calc(100% - 365px);
  }
}
.event-details-container .secondary {
  width: 100%;
  padding: 30px 40px 30px 30px;
  border-left: 1px solid #e2dee6;
}
@media (min-width: 1200px) {
  .event-details-container .secondary {
    width: 365px;
  }
}
/*
* Context callout
* ============================================================================
*/
.context-summary {
  display: flex;
  padding: 25px 30px 25px 40px;
  border-top: 1px solid #ece9ef;
}
.context-summary .context-item {
  flex: 1;
  padding-top: 4px;
  padding-left: 64px;
  position: relative;
  min-height: 48px;
  max-width: 33.3%;
  padding-right: 15px;
}
.context-summary .context-item .context-item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(unknown.bdc789.svg);
  background-size: 48px 48px;
}
.context-summary .context-item:first-child {
  border: 0;
}
.context-summary .context-item h3,
.context-summary .context-item p {
  margin: 0 0 8px;
}
.context-summary .context-item h3 {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
}
.context-summary .context-item p {
  font-size: 13px;
  line-height: 1.4;
}
.context-summary .context-item p:last-child {
  margin: 0;
}
.context-summary .context-item.arm .context-item-icon {
  background-image: url(arm.7cd0a3.png);
  background-size: contain;
}
.context-summary .context-item.amd .context-item-icon,
.context-summary .context-item[class*='amd-'] .context-item-icon {
  background-image: url(amd.9a9448.png);
  background-size: contain;
}
.context-summary .context-item.nvidia .context-item-icon,
.context-summary .context-item[class*='nvidia-'] .context-item-icon {
  background-image: url(nvidia.1e694a.png);
  background-size: contain;
}
.context-summary .context-item.electron .context-item-icon {
  background-image: url(electron.444f6c.png);
}
.context-summary .context-item.crystal .context-item-icon {
  background-image: url(crystal.7f9fbb.svg);
}
.context-summary .context-item.net-framework .context-item-icon {
  background-image: url(netframework.4d5121.svg);
}
.context-summary .context-item.net-core .context-item-icon {
  background-image: url(netcore.0e23f3.svg);
}
.context-summary .context-item.mono .context-item-icon {
  background-image: url(mono-gorilla.78d725.svg);
}
.context-summary .context-item.php .context-item-icon {
  background-image: url(php.7978d5.svg);
}
.context-summary .context-item.ipad .context-item-icon {
  background-image: url(ipad.4005c1.svg);
}
.context-summary .context-item.ipod .context-item-icon,
.context-summary .context-item.iphone .context-item-icon {
  background-image: url(iphone.799ef8.svg);
}
.context-summary .context-item.appletv .context-item-icon {
  background-image: url(apple-tv.68a2c6.svg);
}
.context-summary .context-item.watch .context-item-icon {
  background-image: url(apple-watch.f49a2e.svg);
}
.context-summary .context-item.android-phone .context-item-icon {
  background-image: url(android-phone.bdfbc9.svg);
}
.context-summary .context-item.android-tablet .context-item-icon {
  background-image: url(android-tablet.64a565.svg);
}
.context-summary .context-item.darwin .context-item-icon,
.context-summary .context-item.ios .context-item-icon,
.context-summary .context-item.macos .context-item-icon,
.context-summary .context-item.tvos .context-item-icon,
.context-summary .context-item.mac-os-x .context-item-icon,
.context-summary .context-item.mac .context-item-icon,
.context-summary .context-item.apple .context-item-icon,
.context-summary .context-item.watchos .context-item-icon {
  background-image: url(apple-ios.fb3439.svg);
  top: -2px;
}
.context-summary .context-item.android .context-item-icon {
  background-image: url(android.bfc810.svg);
  top: -1px;
}
.context-summary .context-item.windows .context-item-icon {
  background-image: url(windows.029c1a.png);
}
.context-summary .context-item.linux .context-item-icon {
  background-image: url(linux.6ea05f.png);
}
.context-summary .context-item.ubuntu .context-item-icon {
  background-image: url(ubuntu.0f89b7.png);
}
.context-summary .context-item.amazon .context-item-icon {
  background-image: url(amazon.436098.svg);
}
.context-summary .context-item.firefox .context-item-icon {
  background-image: url(firefox.60efa3.svg);
}
.context-summary .context-item.chrome .context-item-icon,
.context-summary .context-item.chrome-mobile .context-item-icon,
.context-summary .context-item.chrome-mobile-ios .context-item-icon {
  background-image: url(chrome.d2ea9d.png);
}
.context-summary .context-item.chromium .context-item-icon {
  background-image: url(chromium.c60ec2.png);
}
.context-summary .context-item.edge .context-item-icon {
  background-image: url(edge.f1ae44.png);
}
.context-summary .context-item.internet-explorer .context-item-icon {
  background-image: url(internet-explorer.728900.png);
}
.context-summary .context-item.opera .context-item-icon {
  background-image: url(opera.ef8ba7.png);
}
.context-summary .context-item.playstation .context-item-icon {
  background-image: url(playstation.c46c60.png);
}
.context-summary .context-item.qq-browser .context-item-icon {
  background-image: url(qq-browser.1c7c14.png);
}
.context-summary .context-item.safari .context-item-icon,
.context-summary .context-item.mobile-safari .context-item-icon {
  background-image: url(safari.862df2.png);
}
/**
* Event Toolbar
* ============================================================================
*/
.event-toolbar {
  position: relative;
  margin-bottom: -5px;
  z-index: 3;
  padding: 20px 30px 20px 40px;
}
.event-toolbar:before,
.event-toolbar:after {
  display: table;
  content: ' ';
}
.event-toolbar:after {
  clear: both;
}
.event-toolbar:before,
.event-toolbar:after {
  display: table;
  content: ' ';
}
.event-toolbar:after {
  clear: both;
}
.event-toolbar h4 {
  line-height: 1.3;
  margin: 0;
  font-size: 16px;
}
.event-toolbar h4 .event-id {
  font-weight: normal;
}
.event-toolbar time {
  color: #7c6a8e;
}
.event-toolbar .icon-alert {
  margin-left: 5px;
  color: #f9a66d;
  font-size: 14px;
}
.event-toolbar .json-link {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}
.event-toolbar .json-link:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  height: 14px;
  border-left: 1px solid #e2dee6;
}
.event-toolbar .tooltip .tooltip-inner {
  max-width: 250px;
}
.module-user .avatar {
  width: 64px;
  height: 64px;
}
.module-user .avatar img {
  height: 100%;
  width: 100%;
}
.event-stats {
  padding-top: 84px;
  margin-top: -84px;
}
.event-stats h6 {
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
}
.event-stats h6 > span {
  background: #fbfbfc;
  padding-right: 7px;
}
.event-stats h6:before {
  display: block;
  position: absolute;
  content: '';
  border-top: 1px solid #f9f8fa;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}
.user-widget {
  position: relative;
  margin-bottom: 20px;
}
.user-widget .avatar {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 0 5px #fff;
  background: #fff;
  border-radius: 50% 0 50% 50%;
}
.user-widget .btn-group {
  margin-top: -15px;
}
.user-widget .table {
  margin-bottom: 0;
}
.extra-data .box .box-header {
  margin-bottom: 20px;
}
.extra-data .box .box-header h3 {
  position: absolute;
}
.extra-data .box .box-header .btn-group {
  position: relative;
}
.extra-data .box .box-header .btn-group .btn {
  margin: 0;
}
/**
* Traceback
* ============================================================================
*/
.traceback {
  list-style-type: none;
  padding-left: 0;
  border: 1px solid #d8d2de;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}
pre.traceback {
  margin: 0 0 20px;
}
div.traceback > ul {
  padding: 0;
  margin-bottom: 0;
}
div.traceback > ul li:first-child {
  border-top: none;
}
div.traceback > ul li:first-child .title {
  border-top: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
div.traceback > ul li:last-child .title {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.raw-toggle input {
  margin-right: 6px;
  position: relative;
  top: -1px;
}
/**
* Frame
* ============================================================================
*/
.exc-message {
  margin: 15px 0 0;
  word-wrap: break-word;
  white-space: pre-wrap;
  color: #2f2936;
  padding: 0;
  background: none;
}
.frames-omitted,
.exc-omitted {
  color: #493e54;
  font-size: 14px;
  font-weight: 600;
  border-left: 3px solid #e03e2f;
  border-right: 1px solid #f4bab4;
  background: #f7ceca;
  padding: 10px 20px;
  margin-bottom: 10px !important;
  margin-left: -21px;
  margin-right: -21px;
}
.exception {
  border-bottom: 1px solid #e2dee6;
  margin: 0 0 20px;
}
.exception:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.exception h5 {
  line-height: 1.2;
}
.exception .traceback {
  margin-top: 15px;
}
.traceback.no-exception .frame:first-child {
  border-top: 0;
}
.traceback .frame {
  list-style-type: none;
  position: relative;
  margin: 0;
  border-top: 1px solid #e2dee6;
}
.traceback .frame h3 {
  font-size: 22px;
}
.traceback .frame.is-expandable .title {
  cursor: pointer;
}
.traceback .frame.is-expandable .title:hover {
  background: #f5f8fc;
}
.traceback .frame.system-frame.is-expandable .title:hover {
  background: #ececf1;
}
.traceback .frame .title {
  padding: 8px 20px;
  font-size: 13px;
  margin: 0;
  line-height: 16px;
  background: #f1f5fb;
  word-break: break-all;
  /* for firefox */
  word-break: break-word;
  /* for chrome */
}
.traceback .frame .title code {
  font-family: inherit;
  font-weight: bold;
}
.traceback .frame .title .informal {
  font-style: italic;
}
.traceback .frame.system-frame .title {
  background: #fbfbfc;
}
.traceback .frame.missing-frame .title {
  background: #fae3e1;
}
.traceback .frame .title.as-table {
  width: 100%;
  padding-left: 15px;
}
.traceback .frame .title.as-table .package {
  font-size: 13px;
  font-weight: bold;
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-basis: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
.traceback .frame .title.as-table .address {
  font-family: Monaco, Consolas, 'Courier New', monospace;
  font-size: 11px;
  color: #493e54;
  letter-spacing: -0.25px;
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}
.traceback .frame .title.as-table .symbol {
  word-break: break-word;
  flex: 1;
}
.traceback .frame .title.as-table .symbol code {
  background: transparent;
  color: #2c58a8;
  padding-right: 5px;
}
.traceback .frame .title.as-table .symbol code a {
  color: inherit;
}
.traceback .frame .title.as-table .symbol code a:hover {
  text-decoration: underline;
}
.traceback .frame .title.as-table .symbol span.offset {
  font-weight: bold;
  padding-right: 10px;
}
.traceback .frame .title.as-table .symbol span.filename {
  color: #6c5fc7;
  margin-right: 3px;
}
.traceback .frame .title.as-table .symbol span.filename:before {
  content: '(';
}
.traceback .frame .title.as-table .symbol span.filename:after {
  content: ')';
}
.traceback .frame .original-src {
  font-size: 12px;
  padding-left: 3px;
  position: relative;
  top: 1px;
}
.traceback .frame .icon-open {
  font-size: 12px;
  margin-right: 3px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.traceback .frame .in-at {
  opacity: 0.6;
  margin: 0 2px;
}
.traceback .frame .blame {
  color: #6f5f80;
}
.traceback .frame .blame a {
  color: #625471;
}
.traceback .frame .blame .icon-mark-github {
  position: relative;
  top: 1px;
}
.traceback .frame .tooltip-inner {
  word-wrap: break-word;
  text-align: left;
  max-width: 300px;
}
.traceback .frame .divider {
  border-left: 1px solid #e2dee6;
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 6px;
  position: relative;
  top: 1px;
}
.traceback .frame code {
  padding: 0;
  background: inherit;
  font-size: inherit;
  color: inherit;
}
.traceback .frame .empty-context {
  padding: 20px;
  color: #625471;
}
.traceback .frame .empty-context p {
  display: inline-block;
  margin-bottom: 0;
}
.traceback .frame .empty-context .icon {
  opacity: 0.45;
  margin-right: 10px;
  font-size: 0.85em;
}
.traceback .frame .context {
  display: none;
  background: #fff;
  margin: 0;
  padding: 8px 0;
}
.traceback .frame .context > li {
  background: inherit;
}
.traceback .frame .context table.key-value {
  border-top: 1px solid #e2dee6;
  padding: 0;
  margin: 0 0 -8px;
}
.traceback .frame .context table.key-value td {
  border-bottom: 1px solid #e2dee6 !important;
}
.traceback .frame .context table.key-value td.key {
  width: 125px;
  max-width: 125px;
}
.traceback .frame .context table.key-value td.value pre {
  background: inherit;
}
.traceback .frame .context table.key-value tr:last-child td {
  border-bottom: 0 !important;
}
.traceback .frame .context.expanded {
  display: block;
}
.traceback .frame .tag-app {
  color: #aaa;
  font-size: 0.9em;
  margin-left: 10px;
}
.traceback .frame > div > table.key-value {
  margin-bottom: 5px;
}
.traceback .frame > div > table.key-value > tbody > tr > th {
  color: #493e54;
  text-align: right;
  padding-right: 12px !important;
}
.traceback .frame .btn-toggle {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0;
  margin-left: 10px;
  line-height: 16px;
  font-size: 9px;
  text-align: center;
  flex-shrink: 0;
}
.traceback .frame .expand-button:hover {
  cursor: pointer;
}
.traceback .frame.expanded .expandable {
  height: auto;
}
.traceback .frame:last-child .context {
  margin-bottom: 0;
}
.traceback .frame:last-child .toggle-expand .btn {
  margin-bottom: -13px;
}
.traceback.in-app-traceback .frame.leads-to-app .leads-to-app-hint {
  display: none;
}
.traceback.in-app-traceback .frame.leads-to-app.collapsed .title {
  opacity: 0.7;
  font-size: 12px;
  padding: 4px 20px 4px 20px;
  background: #e9eff9;
}
.traceback.in-app-traceback .frame.leads-to-app.collapsed .title.is-expandable:hover {
  opacity: 1;
}
.traceback.in-app-traceback .frame.leads-to-app.collapsed .title .package {
  width: auto;
}
.traceback.in-app-traceback .frame.leads-to-app.collapsed .title.as-table {
  padding-left: 15px;
}
.traceback.in-app-traceback .frame.leads-to-app.collapsed .in-at-line,
.traceback.in-app-traceback .frame.leads-to-app.collapsed .lineno,
.traceback.in-app-traceback .frame.leads-to-app.collapsed .btn-toggle,
.traceback.in-app-traceback .frame.leads-to-app.collapsed .address {
  display: none;
}
.traceback.in-app-traceback .frame.leads-to-app.collapsed .leads-to-app-hint {
  display: inline;
}
.traceback.full-traceback .leads-to-app-hint {
  display: none !important;
}
.traceback .expandable {
  height: 0;
  position: relative;
}
.traceback .expandable .icon-plus {
  position: absolute;
  left: 8px;
  top: 6px;
  opacity: 0.25;
  -webkit-transition: 0.1s opacity linear;
  -o-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}
.traceback .expandable.key-value {
  display: none;
}
.traceback .expandable .ws {
  display: none;
  overflow: hidden;
}
.traceback .expandable:hover .icon-plus {
  opacity: 0.5;
}
.traceback .expanded .expandable {
  height: auto;
}
.traceback .expanded .ws {
  display: inline;
  overflow: none;
}
.traceback ol.context {
  margin: 0;
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
  border-radius: 3px;
  padding-left: 0;
}
.traceback ol.context .key-value {
  display: none;
}
.traceback ol.context .key-value pre {
  overflow: auto;
}
.traceback ol.context > li {
  font-family: Monaco, Consolas, 'Courier New', monospace;
  color: #222;
  background-color: #f6f7f8;
  line-height: 24px;
  font-size: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  min-height: 24px;
}
.traceback ol.context > li.active {
  background-color: #f6f7f8;
  list-style-type: none;
  border-radius: 2px;
}
.traceback ol.context > li.active:first-child:last-child {
  background-color: inherit;
  color: inherit;
  border-radius: 0;
}
.traceback ol.context > li.active pre {
  color: #493e54;
}
.traceback ol.context > li:first-child {
  border-radius: 2px 2px 0 0;
}
.traceback ol.context > li:last-of-type {
  border-radius: 0 0 2px 2px;
}
.traceback ol.context li.closed {
  border-radius: 2px;
}
.traceback ol.context.expanded .key-value {
  display: table;
}
.traceback ol.context.expanded > li.active {
  background-color: #6c5fc7;
  color: #fff;
  list-style-type: inherit;
  border-radius: 0;
}
.traceback ol.context-line > li > span {
  float: right;
}
/* Language & Framework frame icons */
.frame {
  position: relative;
}
.frame.cocoa:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  height: 1px;
  background: #3b6ecc;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.frame.cocoa:after {
  content: '\e912';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 11px;
  background: #3b6ecc;
  text-align: center;
  line-height: 20px;
  top: -1px;
  left: -20px;
  border-radius: 3px 0 0 3px;
}
.frame.cocoa:after {
  font-family: 'sentry-simple';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.frame.cocoa + .cocoa:before,
.frame.cocoa + .cocoa:after {
  display: none;
}
.frame.objc:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  height: 1px;
  background: #3b6ecc;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.frame.objc:after {
  content: '\e912';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 11px;
  background: #3b6ecc;
  text-align: center;
  line-height: 20px;
  top: -1px;
  left: -20px;
  border-radius: 3px 0 0 3px;
}
.frame.objc:after {
  font-family: 'sentry-simple';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.frame.objc + .objc:before,
.frame.objc + .objc:after {
  display: none;
}
.frame.javascript:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  height: 1px;
  background: #ecd744;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.frame.javascript:after {
  content: 'JS';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 11px;
  background: #ecd744;
  text-align: center;
  line-height: 20px;
  top: -1px;
  left: -20px;
  border-radius: 3px 0 0 3px;
}
.frame.javascript + .javascript:before,
.frame.javascript + .javascript:after {
  display: none;
}
#full-message {
  line-height: 1.5em;
}
#full-message#full-message {
  background: none;
  padding: 0;
}
.expanded div.commands,
div.commands:hover {
  filter: alpha(opacity=10000);
  opacity: 100;
}
.expanded div.commands a,
div.commands:hover a {
  color: #132547;
}
div.commands {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 0.9em;
  filter: alpha(opacity=3000);
  opacity: 30;
}
div.commands a {
  color: #666;
  text-decoration: none;
}
div.commands a span {
  font-size: 9px;
  margin-right: 5px;
}
.request .path {
  font-weight: normal;
  float: left;
}
.request .path strong {
  margin-right: 4px;
}
/* message details */
.server-list,
.url-list,
.logger-list,
.level-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.server-list li,
.url-list li {
  padding-bottom: 10px;
}
.url-list li a {
  line-height: 18px;
}
pre.val span,
span.val span {
  display: inline;
}
.val-string {
  color: #4e3fb4;
  border-radius: 3px;
  padding: 2px 4px;
}
.val-string-multiline {
  display: block;
  overflow: auto;
}
.val-stripped {
  color: #bf2a1d;
  background: transparent;
}
.val-bool,
.val-null {
  color: #2c58a8;
  font-weight: bold;
}
.val-dict .val-dict-items {
  display: block;
  padding: 0 0 0 15px;
}
.val-dict .val-dict-items .val-dict-pair {
  display: block;
}
.val-dict .val-dict-key,
.val-dict .val-dict-key .val-string {
  color: #d62f20;
  background: transparent;
  border-radius: none;
}
.val-array .val-array-items {
  display: block;
  padding: 0 0 0 15px;
}
.val-array .val-array-items .val-array-item {
  display: flex;
  flex-direction: row;
}
.val-toggle > a.val-toggle-link:before {
  content: '+';
}
.val-toggle > .val-array-items,
.val-toggle > .val-dict-items {
  display: none;
}
.val-toggle.val-toggle-open > a.val-toggle-link:before {
  content: '-';
}
.val-toggle.val-toggle-open > .val-array-items,
.val-toggle.val-toggle-open > .val-dict-items {
  display: block;
}
.val-toggle a.val-toggle-link {
  background: #3b6ecc;
  border-radius: 2px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  height: 11px;
  width: 11px;
  display: inline-block;
}
.val-toggle a.val-toggle-link:hover {
  background: #2c58a8;
}
.val-toggle.val-toggle-open > a.val-toggle-link {
  background: #968ba0;
}
.val-toggle.val-toggle-open > a.val-toggle-link:hover {
  background: #625471;
}
/**
* Exceptions and Threads
* ============================================================================
*/
.box .thread .exception {
  margin-top: 10px;
}
.box .thread .traceback.no-exception {
  margin-top: 0;
}
/**
* Shared Group Detail
* ============================================================================
*/
.shared-group {
  padding: 40px 0;
  background: none;
}
.shared-group .app > .container {
  max-width: 960px;
}
.shared-group .app > .container > .box > .box-header {
  padding: 15px 30px 13px;
  display: flex;
  align-items: center;
}
.shared-group .app > .container > .box > .box-header a.logo {
  font-size: 20px;
  flex: 1;
}
.shared-group .app > .container > .box > .box-header a:hover {
  color: #493e54;
}
.shared-group .app > .container > .box > .box-header .back-to,
.shared-group .app > .container > .box > .box-header .pull-right a {
  font-size: 16px;
}
.shared-group .app > .container > .box > .box-header .back-to {
  border-left: 1px solid #e2dee6;
  padding: 2px 10px;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: -3px;
}
.shared-group .container {
  padding-left: 0;
  padding-right: 0;
}
.shared-group .group-detail {
  padding: 0 30px;
  border-bottom: 1px solid #d5cfdb;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}
.shared-group .group-detail:before {
  display: none;
}
.shared-group .group-detail .details {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.shared-group .event-details-container {
  display: block;
  margin: 0;
}
.shared-group .event-details-container .primary {
  max-width: 100%;
}
.shared-group .event-details-container .primary .box {
  padding: 0 30px;
}
.shared-group .event-details-container .primary .box:first-child {
  border-top: 0;
}
.shared-group .event-details-container .primary .box-header,
.shared-group .event-details-container .primary .box-content {
  max-width: 960px;
  margin: 0 auto;
}
.shared-group .event-details-container .primary .box-header {
  margin-top: 15px;
}
.shared-group .event-details-container .primary .exception {
  padding: 20px 0;
  margin: 0;
}
.shared-group .event-details-container .primary .exception:first-child {
  padding-top: 0;
}
.shared-group .event-details-container .primary .traceback.no-exception {
  margin-bottom: 25px;
  margin-top: -5px;
}
.shared-group footer {
  margin-top: 0;
}
.shared-group footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
/**
* Breadcrumbs / Timeline
* ============================================================================
*/
ul.crumbs li .table.key-value {
  margin-bottom: 0;
  background: none;
}
ul.crumbs li .table.key-value thead td:first-child {
  font-weight: bold;
}
ul.crumbs li .table.key-value td {
  padding: 2px 0 !important;
  font-weight: normal;
}
ul.crumbs li .table.key-value .key {
  width: 122px;
  max-width: 122px;
  color: #493e54;
  line-height: 1.6 !important;
}
ul.crumbs li .table.key-value pre {
  display: inline-block;
  padding: 0;
  margin-top: 1px;
  background: none;
  word-break: break-all;
}
ul.crumbs li div.summary {
  overflow: hidden;
}
ul.crumbs li div.summary.can-expand {
  cursor: pointer;
  position: relative;
}
ul.crumbs li div.summary.can-expand:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 15px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  background-repeat: repeat-x;
  z-index: 1;
}
ul.crumbs li div.summary.can-expand:hover:before {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-family: 'sentry-simple';
  content: '\e617';
  background: #fbfbfc;
  border: 1px solid #d5cfdb;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
  padding: 0 5px;
  margin-left: -14px;
}
ul.crumbs li div.summary.expanded {
  max-height: none;
}
ul.crumbs li div.summary.expanded:after,
ul.crumbs li div.summary.expanded:before {
  display: none;
}
ul.crumbs li div.summary pre {
  display: inline-block;
}
/**
* Responsive medium-large screen
* ============================================================================
*/
@media (max-width: 1460px) {
  .context-summary .context-item:nth-child(4) {
    display: none;
  }
}
/**
* Responsive medium screen
* ============================================================================
*/
@media (max-width: 991px) {
  .group-stats-column {
    float: none;
  }
}
/**
* Responsive small screen
* ============================================================================
*/
@media (max-width: 767px) {
  .group-detail h3 {
    white-space: normal;
    font-size: 20px;
    line-height: 1.2;
  }
  .group-detail .meta {
    font-size: 13px;
  }
  .group-detail .short-id-box {
    text-align: left;
  }
  .group-detail .is-assigned {
    padding-top: 0;
  }
  .group-detail .seen-by {
    display: none;
  }
  .event-details-container {
    flex-direction: column;
    margin: 0;
  }
  .event-details-container .primary {
    max-width: 100%;
  }
  .event-details-container .primary .box {
    padding: 15px 0;
  }
  .event-details-container .primary .box .box-header h3 {
    margin: 0 0 10px;
  }
  .event-details-container .primary .box .box-header h3 small {
    margin-left: 0 !important;
    display: block;
  }
  .event-details-container .primary .box .box-header .permalink {
    display: none;
  }
  .event-details-container .primary .user-report {
    padding: 15px 0;
  }
  .event-details-container .primary .exception {
    margin: 0;
    padding: 15px 0;
  }
  .event-details-container .primary .traceback.no-exception {
    margin: 0;
  }
  .event-details-container .primary .traceback .btn-toggle {
    width: 17px;
  }
  .event-details-container .secondary {
    width: auto;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .event-details-container .detailed-error {
    border-top: 1px solid #e2dee6;
  }
  .context-summary {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
  .context-summary .context-item {
    border: 0;
    border-top: 1px solid #e2dee6;
    max-width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 67px;
  }
  .context-summary .context-item:nth-child(4) {
    display: block;
  }
  .context-summary .context-item .context-item-icon {
    top: 9px;
  }
  .event-toolbar {
    display: none;
  }
  .context {
    overflow: auto;
  }
  .context li {
    width: 800px;
  }
}
/**
* Stats Column
* ============================================================================
*/
.stats-column .stats-link {
  display: block;
  font-size: 85%;
}
/**
* Inbound Data Filters
* ============================================================================
*/
.filtered-stats-barchart {
  height: 100px;
}
.filtered-stats-barchart a > span,
.filtered-stats-barchart g > span,
.filtered-stats-barchart a > rect,
.filtered-stats-barchart g > rect,
.filtered-stats-barchart a:hover > rect,
.filtered-stats-barchart g:hover > rect {
  left: 2px;
  right: 2px;
}
.filtered-stats-barchart a > span.ip-address,
.filtered-stats-barchart g > span.ip-address,
.filtered-stats-barchart a > rect.ip-address,
.filtered-stats-barchart g > rect.ip-address,
.filtered-stats-barchart a:hover > rect.ip-address,
.filtered-stats-barchart g:hover > rect.ip-address {
  background: #e7675b;
  fill: #e7675b;
}
.filtered-stats-barchart a > span.release-version,
.filtered-stats-barchart g > span.release-version,
.filtered-stats-barchart a > rect.release-version,
.filtered-stats-barchart g > rect.release-version,
.filtered-stats-barchart a:hover > rect.release-version,
.filtered-stats-barchart g:hover > rect.release-version {
  background: #8f85d4;
  fill: #8f85d4;
}
.filtered-stats-barchart a > span.error-message,
.filtered-stats-barchart g > span.error-message,
.filtered-stats-barchart a > rect.error-message,
.filtered-stats-barchart g > rect.error-message,
.filtered-stats-barchart a:hover > rect.error-message,
.filtered-stats-barchart g:hover > rect.error-message {
  background: #6c5fc7;
  fill: #6c5fc7;
}
.filtered-stats-barchart a > span.browser-extensions,
.filtered-stats-barchart g > span.browser-extensions,
.filtered-stats-barchart a > rect.browser-extensions,
.filtered-stats-barchart g > rect.browser-extensions,
.filtered-stats-barchart a:hover > rect.browser-extensions,
.filtered-stats-barchart g:hover > rect.browser-extensions {
  background: #625471;
  fill: #625471;
}
.filtered-stats-barchart a > span.legacy-browsers,
.filtered-stats-barchart g > span.legacy-browsers,
.filtered-stats-barchart a > rect.legacy-browsers,
.filtered-stats-barchart g > rect.legacy-browsers,
.filtered-stats-barchart a:hover > rect.legacy-browsers,
.filtered-stats-barchart g:hover > rect.legacy-browsers {
  background: #968ba0;
  fill: #968ba0;
}
.filtered-stats-barchart a > span.localhost,
.filtered-stats-barchart g > span.localhost,
.filtered-stats-barchart a > rect.localhost,
.filtered-stats-barchart g > rect.localhost,
.filtered-stats-barchart a:hover > rect.localhost,
.filtered-stats-barchart g:hover > rect.localhost {
  background: #3b6ecc;
  fill: #3b6ecc;
}
.filtered-stats-barchart a > span.web-crawlers,
.filtered-stats-barchart g > span.web-crawlers,
.filtered-stats-barchart a > rect.web-crawlers,
.filtered-stats-barchart g > rect.web-crawlers,
.filtered-stats-barchart a:hover > rect.web-crawlers,
.filtered-stats-barchart g:hover > rect.web-crawlers {
  background: #e03e2f;
  fill: #e03e2f;
}
.filtered-stats-barchart a > span.invalid-csp,
.filtered-stats-barchart g > span.invalid-csp,
.filtered-stats-barchart a > rect.invalid-csp,
.filtered-stats-barchart g > rect.invalid-csp,
.filtered-stats-barchart a:hover > rect.invalid-csp,
.filtered-stats-barchart g:hover > rect.invalid-csp {
  background: #638cd7;
  fill: #638cd7;
}
.filtered-stats-barchart a > span.cors,
.filtered-stats-barchart g > span.cors,
.filtered-stats-barchart a > rect.cors,
.filtered-stats-barchart g > rect.cors,
.filtered-stats-barchart a:hover > rect.cors,
.filtered-stats-barchart g:hover > rect.cors {
  background: #ec5e44;
  fill: #ec5e44;
}
.legend {
  padding: 3px 0;
  position: relative;
  line-height: 10px;
}
.legend dt {
  margin: 0;
  position: absolute;
  left: 0;
  width: 8px;
  margin-right: 5px;
}
.legend dt span.ip-address {
  background: #e7675b;
}
.legend dt span.release-version {
  background: #8f85d4;
}
.legend dt span.error-message {
  background: #6c5fc7;
}
.legend dt span.browser-extensions {
  background: #625471;
}
.legend dt span.legacy-browsers {
  background: #968ba0;
}
.legend dt span.localhost {
  background: #3b6ecc;
}
.legend dt span.web-crawlers {
  background: #e03e2f;
}
.legend dt span.invalid-csp {
  background: #638cd7;
}
.legend dt span.cors {
  background: #ec5e44;
}
/**
* Rules
* ============================================================================
*/
.rules-list h6 {
  margin-bottom: 15px;
}
.rules-list .table {
  margin: 0;
}
.rules-list h6,
.rule-detail h6 {
  font-weight: 600;
}
.rules-list h6 strong,
.rule-detail h6 strong {
  padding: 1px 5px;
  border-radius: 2px;
  background: #f7f8f9;
  margin-right: 2px;
}
.rules-list .box-content,
.rule-detail .box-content {
  padding-bottom: 20px !important;
}
.rules-list .table,
.rule-detail .table {
  border: 0;
  border-radius: 3px;
}
.rules-list .table tr:nth-child(odd) td,
.rule-detail .table tr:nth-child(odd) td {
  background: #f7f8f9;
}
.rules-list .add,
.rule-detail .add {
  margin-bottom: 20px;
}
.rules-list .conditions-list td,
.rule-detail .conditions-list td,
.rules-list .actions-list td,
.rule-detail .actions-list td {
  padding: 10px 12px !important;
  font-size: 13px;
}
.rules-list .conditions-list td a,
.rule-detail .conditions-list td a,
.rules-list .actions-list td a,
.rule-detail .actions-list td a {
  color: #afa3bb;
}
.rules-list .conditions-list td a:hover,
.rule-detail .conditions-list td a:hover,
.rules-list .actions-list td a:hover,
.rule-detail .actions-list td a:hover {
  color: #625471;
}
/**
* Release list
* ============================================================================
*/
.release-search .search-input {
  margin-top: -6px;
}
/**
* Release Detail
* ============================================================================
*/
.release-details {
  position: relative;
  margin: 0 0 20px;
  border-bottom: 1px solid #e2dee6;
}
.release-details h3 {
  margin-bottom: 0;
  color: #161319;
}
.release-details .release-stats {
  text-align: right;
}
.release-details .release-stats .avatar-grid {
  flex-direction: row-reverse;
}
.release-details .release-stats h6 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 12px;
  color: #968ba0;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
.release-details .release-stats h6:before,
.release-details .release-stats h6:after {
  display: table;
  content: ' ';
}
.release-details .release-stats h6:after {
  clear: both;
}
.release-details .release-stats h6:before,
.release-details .release-stats h6:after {
  display: table;
  content: ' ';
}
.release-details .release-stats h6:after {
  clear: both;
}
.release-details .release-stats h6 a.help-link {
  color: inherit;
  border-bottom: 1px dotted #968ba0;
}
.release-details .release-stats h6 .view-more {
  color: #493e54;
  float: right;
  text-transform: none;
}
.release-details .release-stats h6 .view-more:hover {
  color: #161319;
}
.release-details .release-stats h6 .btn-xs {
  font-size: 11px;
  line-height: 14px;
  padding: 0 5px;
  margin-left: 5px;
}
.release-details .stream-count {
  font-weight: bold;
  font-size: 18px;
}
.release-details .nav-tabs {
  margin-bottom: 0;
}
.release-meta {
  color: #625471;
  margin-bottom: 20px;
}
.release-meta .icon {
  font-size: 13px;
}
.release-meta a {
  color: #493e54;
}
.release-meta a:hover {
  color: #2f2936;
}
.release-count {
  font-size: 28px;
  color: #afa3bb;
}
/**
* Commit Bar
* ============================================================================
*/
.commit-bar {
  height: 6px;
  border-radius: 2px;
  background-color: #57be8c;
}
/**
* Commits Tab
* ============================================================================
*/
.commits-dropdown {
  padding-left: 0;
  width: 180px;
  margin-bottom: 10px;
}
.commits-dropdown a {
  color: #161319;
}
.commits-dropdown .dropdown-actor-title {
  font-size: 16px;
  font-weight: bold;
}
.commits-dropdown .dropdown-menu {
  top: 10px;
}
/**
* Last Commit in Release Overview
* ============================================================================
*/
.commit {
  margin-top: 5px;
  margin-bottom: 20px;
  position: relative;
  padding: 1px 0 0 25px;
  font-size: 13px;
}
.commit .commit-avatar {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 2px;
  left: 0;
}
.commit .commit-avatar .avatar {
  width: 19px;
  height: 19px;
}
.commit .commit-message {
  line-height: 1.4;
  margin: 2px 0 5px;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-0 {
  margin: 0 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-1 {
  margin: 20px 20px !important;
}
.m-t-1 {
  margin-top: 20px !important;
}
.m-r-1 {
  margin-right: 20px !important;
}
.m-b-1 {
  margin-bottom: 20px !important;
}
.m-l-1 {
  margin-left: 20px !important;
}
.m-x-1 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y-1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-a-2 {
  margin: 30px 30px !important;
}
.m-t-2 {
  margin-top: 30px !important;
}
.m-r-2 {
  margin-right: 30px !important;
}
.m-b-2 {
  margin-bottom: 30px !important;
}
.m-l-2 {
  margin-left: 30px !important;
}
.m-x-2 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-a-3 {
  margin: 60px 60px !important;
}
.m-t-3 {
  margin-top: 60px !important;
}
.m-r-3 {
  margin-right: 60px !important;
}
.m-b-3 {
  margin-bottom: 60px !important;
}
.m-l-3 {
  margin-left: 60px !important;
}
.m-x-3 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.m-y-3 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.p-a-0 {
  padding: 0 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-1 {
  padding: 20px 20px !important;
}
.p-t-1 {
  padding-top: 20px !important;
}
.p-r-1 {
  padding-right: 20px !important;
}
.p-b-1 {
  padding-bottom: 20px !important;
}
.p-l-1 {
  padding-left: 20px !important;
}
.p-x-1 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y-1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-2 {
  padding: 30px 30px !important;
}
.p-t-2 {
  padding-top: 30px !important;
}
.p-r-2 {
  padding-right: 30px !important;
}
.p-b-2 {
  padding-bottom: 30px !important;
}
.p-l-2 {
  padding-left: 30px !important;
}
.p-x-2 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-3 {
  padding: 60px 60px !important;
}
.p-t-3 {
  padding-top: 60px !important;
}
.p-r-3 {
  padding-right: 60px !important;
}
.p-b-3 {
  padding-bottom: 60px !important;
}
.p-l-3 {
  padding-left: 60px !important;
}
.p-x-3 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.p-y-3 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.b-a-0 {
  border: none !important;
}
.b-a-1 {
  border: 1px solid #e2dee6 !important;
}
.b-t-1 {
  border-top: 1px solid #e2dee6 !important;
}
.b-r-1 {
  border-right: 1px solid #e2dee6 !important;
}
.b-b-1 {
  border-bottom: 1px solid #e2dee6 !important;
}
.b-l-1 {
  border-left: 1px solid #e2dee6 !important;
}
.c-b {
  clear: both;
}
.c-l {
  clear: left;
}
.c-r {
  clear: right;
}
/**
* Stream Actions
* ============================================================================
*/
.stream-select-all-notice {
  background: #2f2936;
  border: 1px solid #e7d796;
  margin: 0 -1px -1px;
  position: relative;
  z-index: 2;
}
.stream-select-all-notice > div {
  background-color: #fffdf7;
  text-align: center;
  padding: 3px 10px;
}
.stream-select-all-notice > div a {
  margin-left: 0.5em;
}
/**
* Stream / Group List
* ============================================================================
*/
.stream-content .processing-issues {
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px 8px;
}
.stream-content .processing-issues.alert-error .icon-alert {
  opacity: 1;
  color: #f2261e;
  margin-top: 1px;
}
.stream-content .processing-issues.alert-error .icon-alert:before {
  content: '\E906';
}
.stream-content .processing-issues.alert-info .icon {
  display: inline-block;
}
.stream-content .processing-issues .pull-right {
  margin-top: -5px;
}
.group-list,
.similar-list,
.event-list {
  background: #fff;
  border: 1px solid #e2dee6;
  border-top: 1px solid #e2dee6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  border-radius: 0 0 3px 3px;
}
.group-list .group {
  display: flex;
  align-items: center;
}
.group-list .group.flex-container {
  padding-left: 30px;
  padding-right: 30px;
}
.group-list .group.flex-justify-right {
  justify-content: flex-end;
}
.group-list .group.flex-vertically-centered {
  align-items: center;
}
.group-list .group > * {
  flex-grow: 1;
}
.group-list,
.events,
.similar-list,
.event-list {
  padding-left: 0;
  list-style: none;
}
.group-list .group,
.events .group,
.similar-list .group,
.event-list .group {
  color: #493e54;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e2dee6;
  padding-right: 10px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.group-list .group.hoverable,
.events .group.hoverable,
.similar-list .group.hoverable,
.event-list .group.hoverable {
  cursor: pointer;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.group-list .group.hoverable:hover,
.events .group.hoverable:hover,
.similar-list .group.hoverable:hover,
.event-list .group.hoverable:hover {
  background-color: #fbfbfc;
}
.group-list .group .icon-star-solid,
.events .group .icon-star-solid,
.similar-list .group .icon-star-solid,
.event-list .group .icon-star-solid,
.group-list .group .icon-soundoff,
.events .group .icon-soundoff,
.similar-list .group .icon-soundoff,
.event-list .group .icon-soundoff {
  padding-right: 5px;
  font-size: 95%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto;
}
.group-list .group .icon-star-solid,
.events .group .icon-star-solid,
.similar-list .group .icon-star-solid,
.event-list .group .icon-star-solid {
  font-size: 15px;
  display: none;
  color: #f9a66d;
  overflow: hidden;
}
.group-list .group .icon-soundoff,
.events .group .icon-soundoff,
.similar-list .group .icon-soundoff,
.event-list .group .icon-soundoff {
  display: none;
  font-size: 90%;
  top: 1px;
  color: #e03e2f;
  width: auto;
  overflow: hidden;
  padding-left: 1px;
}
.group-list .group.isBookmarked .icon-star-solid,
.events .group.isBookmarked .icon-star-solid,
.similar-list .group.isBookmarked .icon-star-solid,
.event-list .group.isBookmarked .icon-star-solid {
  display: inline-block;
}
.group-list .group.isIgnored .icon-soundoff,
.events .group.isIgnored .icon-soundoff,
.similar-list .group.isIgnored .icon-soundoff,
.event-list .group.isIgnored .icon-soundoff {
  display: inline-block;
}
.group-list .group.isUnprocessed,
.events .group.isUnprocessed,
.similar-list .group.isUnprocessed,
.event-list .group.isUnprocessed {
  background: #f7f6fc;
}
.group-list .group.isUnprocessed strong.unprocessed-hint,
.events .group.isUnprocessed strong.unprocessed-hint,
.similar-list .group.isUnprocessed strong.unprocessed-hint,
.event-list .group.isUnprocessed strong.unprocessed-hint {
  background: #8f85d4;
  color: white;
  padding: 2px 6px;
  border-radius: 2px;
}
.group-list .group.selected,
.events .group.selected,
.similar-list .group.selected,
.event-list .group.selected {
  background: #8caae1;
  box-shadow: inset 0 1px 0 rgba(52, 60, 69, 0.08);
}
.group-list .group.selected .event-details:after,
.events .group.selected .event-details:after,
.similar-list .group.selected .event-details:after,
.event-list .group.selected .event-details:after {
  background: #3b6ecc;
}
.group-list .group.hasSeen h3 a,
.events .group.hasSeen h3 a,
.similar-list .group.hasSeen h3 a,
.event-list .group.hasSeen h3 a {
  font-weight: 400;
}
.group-list .group.isResolved h3,
.events .group.isResolved h3,
.similar-list .group.isResolved h3,
.event-list .group.isResolved h3 {
  text-decoration: line-through;
  color: #625471;
}
.group-list .group.updated,
.events .group.updated,
.similar-list .group.updated,
.event-list .group.updated {
  background: #fffff8;
  color: #786e43 !important;
  border-color: #eceade;
}
.group-list .group.updated a,
.events .group.updated a,
.similar-list .group.updated a,
.event-list .group.updated a {
  color: #685f3a !important;
}
.group-list .group.updated .event-details:after,
.events .group.updated .event-details:after,
.similar-list .group.updated .event-details:after,
.event-list .group.updated .event-details:after {
  position: absolute;
  content: '';
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 3px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ecd744;
}
.group-list .group:first-child .event-cell,
.events .group:first-child .event-cell,
.similar-list .group:first-child .event-cell,
.event-list .group:first-child .event-cell {
  border-top: 0;
}
.group-list .group:last-child,
.events .group:last-child,
.similar-list .group:last-child,
.event-list .group:last-child {
  border-bottom-color: transparent;
  border-radius: 0 0 3px 3px;
}
.group-list .group:last-child .event-cell,
.events .group:last-child .event-cell,
.similar-list .group:last-child .event-cell,
.event-list .group:last-child .event-cell {
  border-bottom: 1px solid #e9ebec;
}
.group-list .group:last-child .event-details,
.events .group:last-child .event-details,
.similar-list .group:last-child .event-details,
.event-list .group:last-child .event-details {
  border-radius: 0 0 0 4px;
}
.group-list .group:last-child .event-users,
.events .group:last-child .event-users,
.similar-list .group:last-child .event-users,
.event-list .group:last-child .event-users {
  border-radius: 0 0 4px 0;
}
.group-list .deploy,
.events .deploy,
.similar-list .deploy,
.event-list .deploy {
  background: #fcfcfd;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #e9ebec;
  padding: 5px 0;
}
.group-list .checkbox,
.events .checkbox,
.similar-list .checkbox,
.event-list .checkbox {
  position: absolute;
  left: 40px;
  top: 21px;
}
.group-list .event-details,
.events .event-details,
.similar-list .event-details,
.event-list .event-details {
  padding: 12px 0 8px 24px;
}
.group-list .event-details .event-extra,
.events .event-details .event-extra,
.similar-list .event-details .event-extra,
.event-list .event-details .event-extra {
  line-height: 1.1;
}
.group-list .event-details .event-extra,
.events .event-details .event-extra,
.similar-list .event-details .event-extra,
.event-list .event-details .event-extra {
  color: #625471;
}
.group-list .event-details .event-extra ul,
.events .event-details .event-extra ul,
.similar-list .event-details .event-extra ul,
.event-list .event-details .event-extra ul {
  padding-left: 0;
  list-style: none;
  margin-left: -9px;
}
.group-list .event-details .event-extra ul:before,
.events .event-details .event-extra ul:before,
.similar-list .event-details .event-extra ul:before,
.event-list .event-details .event-extra ul:before,
.group-list .event-details .event-extra ul:after,
.events .event-details .event-extra ul:after,
.similar-list .event-details .event-extra ul:after,
.event-list .event-details .event-extra ul:after {
  display: table;
  content: ' ';
}
.group-list .event-details .event-extra ul:after,
.events .event-details .event-extra ul:after,
.similar-list .event-details .event-extra ul:after,
.event-list .event-details .event-extra ul:after {
  clear: both;
}
.group-list .event-details .event-extra ul:before,
.events .event-details .event-extra ul:before,
.similar-list .event-details .event-extra ul:before,
.event-list .event-details .event-extra ul:before,
.group-list .event-details .event-extra ul:after,
.events .event-details .event-extra ul:after,
.similar-list .event-details .event-extra ul:after,
.event-list .event-details .event-extra ul:after {
  display: table;
  content: ' ';
}
.group-list .event-details .event-extra ul:after,
.events .event-details .event-extra ul:after,
.similar-list .event-details .event-extra ul:after,
.event-list .event-details .event-extra ul:after {
  clear: both;
}
.group-list .event-details .event-extra ul li,
.events .event-details .event-extra ul li,
.similar-list .event-details .event-extra ul li,
.event-list .event-details .event-extra ul li {
  float: left;
  margin: 0 0 5px 9px;
  font-size: 12px;
  line-height: 1;
  border-right: 1px solid #f1eff3;
  padding-right: 9px;
  height: 12px;
}
.group-list .event-details .event-extra ul li:last-child,
.events .event-details .event-extra ul li:last-child,
.similar-list .event-details .event-extra ul li:last-child,
.event-list .event-details .event-extra ul li:last-child {
  border: 0;
  padding: 0;
}
.group-list .event-details .event-extra ul li a,
.events .event-details .event-extra ul li a,
.similar-list .event-details .event-extra ul li a,
.event-list .event-details .event-extra ul li a {
  display: block;
  color: #7c6a8e;
}
.group-list .event-details .event-extra ul li a:hover,
.events .event-details .event-extra ul li a:hover,
.similar-list .event-details .event-extra ul li a:hover,
.event-list .event-details .event-extra ul li a:hover {
  color: #625471;
}
.group-list .event-details .event-extra ul li .icon,
.events .event-details .event-extra ul li .icon,
.similar-list .event-details .event-extra ul li .icon,
.event-list .event-details .event-extra ul li .icon {
  margin-right: 4px;
  font-size: 10px;
}
.group-list .event-details .event-extra ul li .tag-label,
.events .event-details .event-extra ul li .tag-label,
.similar-list .event-details .event-extra ul li .tag-label,
.event-list .event-details .event-extra ul li .tag-label {
  margin-right: 4px;
}
.group-list .event-details .event-meta,
.events .event-details .event-meta,
.similar-list .event-details .event-meta,
.event-list .event-details .event-meta {
  font-size: 80%;
  margin-top: 6px;
  clear: both;
}
.group-list .event-details p,
.events .event-details p,
.similar-list .event-details p,
.event-list .event-details p {
  line-height: 1.4;
  color: #79858c;
  margin-bottom: 0;
}
.group-list .event-details h3 a,
.events .event-details h3 a,
.similar-list .event-details h3 a,
.event-list .event-details h3 a,
.group-list .event-details p,
.events .event-details p,
.similar-list .event-details p,
.event-list .event-details p {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.group-list .event-details .in-release,
.events .event-details .in-release,
.similar-list .event-details .in-release,
.event-list .event-details .in-release {
  color: #767d81;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 80%;
  margin-left: 8px;
  border: 1px solid #e1e8ec;
}
.group-list .event-graph,
.events .event-graph,
.similar-list .event-graph,
.event-list .event-graph,
.group-list .event-users,
.events .event-users,
.similar-list .event-users,
.event-list .event-users,
.group-list .event-count,
.events .event-count,
.similar-list .event-count,
.event-list .event-count {
  line-height: 24px;
}
.group-list .event-graph .barchart,
.events .event-graph .barchart,
.similar-list .event-graph .barchart,
.event-list .event-graph .barchart {
  height: 24px;
}
.group-list .event-users span,
.events .event-users span,
.similar-list .event-users span,
.event-list .event-users span,
.group-list .event-count span,
.events .event-count span,
.similar-list .event-count span,
.event-list .event-count span {
  font-size: 20px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.group-list .event-users span.ng-update,
.events .event-users span.ng-update,
.similar-list .event-users span.ng-update,
.event-list .event-users span.ng-update,
.group-list .event-count span.ng-update,
.events .event-count span.ng-update,
.similar-list .event-count span.ng-update,
.event-list .event-count span.ng-update {
  background: rgba(255, 252, 82, 0.75);
  opacity: 1;
  border-radius: 4px;
  color: #111;
}
.group-list.group-list-small,
.events.group-list-small,
.similar-list.group-list-small,
.event-list.group-list-small {
  margin: -1px;
  line-height: 16px;
}
.group-list.group-list-small .event-details,
.events.group-list-small .event-details,
.similar-list.group-list-small .event-details,
.event-list.group-list-small .event-details {
  padding-left: 20px;
}
.group-list.group-list-small .event-details:after,
.events.group-list-small .event-details:after,
.similar-list.group-list-small .event-details:after,
.event-list.group-list-small .event-details:after {
  left: -1px;
}
.group-list.group-list-small .group:last-child,
.events.group-list-small .group:last-child,
.similar-list.group-list-small .group:last-child,
.event-list.group-list-small .group:last-child {
  border: 0;
}
.group-list .severity,
.events .severity,
.similar-list .severity,
.event-list .severity {
  padding-top: 35px;
}
.similar-list .event-details h3 a {
  display: inline-block;
}
.group-list-empty {
  padding: 40px;
  text-align: center;
}
.app-icon {
  width: 28px;
  height: 28px;
  background: url(empty-app-icon-180x180.7192a9.png) center no-repeat;
  margin-right: 8px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  border-radius: 6px;
  box-shadow: 0px 0px 2px #e3e3e3;
}
/**
 * Awaiting Events - Stream First Run Experience
 * ============================================================================
 */
.awaiting-events {
  padding: 10px 20px 30px;
}
.awaiting-events .wrap {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 60px 0 10px 260px;
  font-size: 18px;
  min-height: 260px;
}
.awaiting-events .robot {
  position: absolute;
  left: 0;
  top: 30px;
  width: 220px;
  height: 260px;
  background: url(sentry-robot.f8ee35.png);
  background-size: cover;
}
.awaiting-events .robot .eye {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  top: 70px;
  left: 82px;
  transform: translateZ(0);
  -webkit-animation: blink-eye 0.6s infinite;
  -moz-animation: blink-eye 0.6s infinite;
  -o-animation: blink-eye 0.6s infinite;
  animation: blink-eye 0.6s infinite;
}
.awaiting-events .strikethrough {
  text-decoration: line-through;
}
@-webkit-keyframes blink-eye {
  0% {
    background: #e03e2f;
    box-shadow: 0 0 10px #e03e2f;
  }
  50% {
    background: #4a4d67;
    box-shadow: none;
  }
  100% {
    background: #e03e2f;
    box-shadow: 0 0 10px #e03e2f;
  }
}
@-moz-keyframes blink-eye {
  0% {
    background: #e03e2f;
    box-shadow: 0 0 10px #e03e2f;
  }
  50% {
    background: #4a4d67;
    box-shadow: none;
  }
  100% {
    background: #e03e2f;
    box-shadow: 0 0 10px #e03e2f;
  }
}
@-o-keyframes blink-eye {
  0% {
    background: #e03e2f;
    box-shadow: 0 0 10px #e03e2f;
  }
  50% {
    background: #4a4d67;
    box-shadow: none;
  }
  100% {
    background: #e03e2f;
    box-shadow: 0 0 10px #e03e2f;
  }
}
@keyframes blink-eye {
  0% {
    background: #e03e2f;
    box-shadow: 0 0 10px #e03e2f;
  }
  50% {
    background: #4a4d67;
    box-shadow: none;
  }
  100% {
    background: #e03e2f;
    box-shadow: 0 0 10px #e03e2f;
  }
}
/**
* Issue list
* ----------------------------------------------------------------------------
* Initial step in renaming .group-list & .group to .issue-list & .issue. This
* will eventually live in shared-components.less.
* ============================================================================
*/
.issue-list {
  padding: 0;
}
.issue-list .issue h3 .icon-star-solid,
.issue-list .issue h3 .icon-soundoff {
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto;
}
.issue-list .issue h3 .icon-star-solid {
  font-size: 14px;
  top: -1px;
  display: none;
  color: #f9a66d;
  overflow: hidden;
}
.issue-list .issue h3 .icon-soundoff {
  display: none;
  top: 1px;
  color: #e03e2f;
  width: auto;
  overflow: hidden;
  padding-left: 1px;
}
.issue-list .issue h3 em {
  font-style: normal;
  font-size: 14px;
  color: #7c6a8e;
  font-weight: normal;
}
.issue-list .issue.isBookmarked h3 .icon-star-solid {
  display: inline-block;
}
.issue-list .issue.isIgnored h3 .icon-soundoff {
  display: inline-block;
}
.issue-list .issue.isResolved h3 {
  text-decoration: line-through;
  color: #625471;
}
.issue-list .issue h3 {
  font-size: 16px;
  margin: 0;
}
.issue-list .issue .event-extra {
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #625471;
}
.issue-list .issue .event-extra > span {
  font-size: 13px;
  color: #625471;
  margin-right: 10px;
}
.issue-list .issue .event-extra a {
  color: #625471;
  font-weight: bold;
}
.issue-list .issue .event-extra a:hover {
  color: #2f2936;
}
.issue-list .issue .icon-comments {
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.issue-list .issue .more-menu .more-menu-toggle {
  color: #968ba0;
  display: inline-block;
  height: 24px;
  margin-top: 6px;
}
.issue-list .issue .more-menu .more-menu-toggle:hover {
  color: #625471;
}
.issue-list .issue .more-menu .dropdown-menu {
  padding: 0;
  min-width: 0;
  width: 132px;
  left: -110px;
  top: -64px;
}
.issue-list .issue .more-menu .dropdown-menu:before,
.issue-list .issue .more-menu .dropdown-menu:after {
  display: table;
  content: ' ';
}
.issue-list .issue .more-menu .dropdown-menu:after {
  clear: both;
}
.issue-list .issue .more-menu .dropdown-menu:before,
.issue-list .issue .more-menu .dropdown-menu:after {
  display: table;
  content: ' ';
}
.issue-list .issue .more-menu .dropdown-menu:after {
  clear: both;
}
.issue-list .issue .more-menu .dropdown-menu li {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
}
.issue-list .issue .more-menu .dropdown-menu li a {
  display: block;
  padding: 0;
  text-align: center;
  height: 44px;
  line-height: 46px;
}
.issue-list .issue .more-menu .dropdown-menu li:after {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 0;
  width: 1px;
  background: #e6e8ea;
}
.issue-list .issue .more-menu .dropdown-menu li:first-child a {
  border-radius: 2px 0 0 2px;
}
.issue-list .issue .more-menu .dropdown-menu li:last-child:after {
  display: none;
}
.issue-list .issue .more-menu .dropdown-menu li:last-child a {
  border-radius: 0 2px 2px 0;
}
.issue-list .issue .more-menu .dropdown-menu:before {
  top: auto;
  bottom: -9px;
  left: 107px;
  border-bottom: none;
  border-top: 9px solid rgba(52, 60, 69, 0.45);
}
.issue-list .issue .more-menu .dropdown-menu:after {
  top: auto;
  bottom: -8px;
  left: 108px;
  border-bottom: none;
  border-top: 8px solid #fff;
}
.issue-list .issue .more-menu.open .more-menu-toggle {
  color: #493e54;
}
.issue-list .issue .event-graph {
  width: 125px;
  position: absolute;
  right: 40px;
  top: 20px;
}
.issue-list .issue .event-graph .barchart {
  height: 24px;
}
.issue-list .issue .more-menu-container {
  position: absolute;
  width: 20px;
  right: 14px;
  top: 13px;
}
.issue-list .issue.with-graph {
  position: relative;
  padding-right: 180px;
}
.issue-list .issue:last-child {
  border-bottom: 0;
}
.stream-count {
  font-size: 20px;
}
/**
* Stream Columns
* ============================================================================
*/
.stream-row:before,
.stream-row:after {
  display: table;
  content: ' ';
}
.stream-row:after {
  clear: both;
}
.stream-row:before,
.stream-row:after {
  display: table;
  content: ' ';
}
.stream-row:after {
  clear: both;
}
.stream-row .search {
  width: 100%;
  z-index: 1001;
}
.stream-row .toggle-stream-sidebar {
  width: 50px;
  margin-left: 5px;
  height: 40px;
  text-align: center;
  padding: 8px;
}
.stream-row .toggle-stream-sidebar:focus,
.stream-row .toggle-stream-sidebar:active {
  box-shadow: 0;
}
.stream-row .toggle-stream-sidebar .icon-filter {
  font-size: 19px;
}
.stream-row .stream-content,
.stream-row .stream-sidebar {
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stream-row .stream-content {
  width: 100%;
}
.stream-row .stream-sidebar {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding-left: 20px;
  position: absolute;
}
.stream-row .stream-sidebar .stream-tag-filter {
  margin-bottom: 1em;
}
.stream-row .stream-sidebar .stream-tag-filter form {
  position: relative;
}
.stream-row .stream-sidebar h6 {
  color: #7c6a8e;
  margin-bottom: 10px;
}
.stream-row.show-sidebar .toggle-stream-sidebar {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #ffffff;
  background: #6c5fc7;
  border-color: #413496;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
}
.stream-row.show-sidebar .toggle-stream-sidebar:focus,
.stream-row.show-sidebar .toggle-stream-sidebar.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.stream-row.show-sidebar .toggle-stream-sidebar:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.stream-row.show-sidebar .toggle-stream-sidebar:active,
.stream-row.show-sidebar .toggle-stream-sidebar.active,
.open > .dropdown-toggle.stream-row.show-sidebar .toggle-stream-sidebar {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.stream-row.show-sidebar .toggle-stream-sidebar:active:hover,
.stream-row.show-sidebar .toggle-stream-sidebar.active:hover,
.open > .dropdown-toggle.stream-row.show-sidebar .toggle-stream-sidebar:hover,
.stream-row.show-sidebar .toggle-stream-sidebar:active:focus,
.stream-row.show-sidebar .toggle-stream-sidebar.active:focus,
.open > .dropdown-toggle.stream-row.show-sidebar .toggle-stream-sidebar:focus,
.stream-row.show-sidebar .toggle-stream-sidebar:active.focus,
.stream-row.show-sidebar .toggle-stream-sidebar.active.focus,
.open > .dropdown-toggle.stream-row.show-sidebar .toggle-stream-sidebar.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.stream-row.show-sidebar .toggle-stream-sidebar.disabled:hover,
.stream-row.show-sidebar .toggle-stream-sidebar[disabled]:hover,
fieldset[disabled] .stream-row.show-sidebar .toggle-stream-sidebar:hover,
.stream-row.show-sidebar .toggle-stream-sidebar.disabled:focus,
.stream-row.show-sidebar .toggle-stream-sidebar[disabled]:focus,
fieldset[disabled] .stream-row.show-sidebar .toggle-stream-sidebar:focus,
.stream-row.show-sidebar .toggle-stream-sidebar.disabled.focus,
.stream-row.show-sidebar .toggle-stream-sidebar[disabled].focus,
fieldset[disabled] .stream-row.show-sidebar .toggle-stream-sidebar.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.stream-row.show-sidebar .toggle-stream-sidebar .badge {
  color: #337ab7;
  background-color: #fff;
}
.stream-row.show-sidebar .toggle-stream-sidebar:hover {
  background-color: #5b4cc0;
}
.stream-row.show-sidebar .toggle-stream-sidebar:hover:active,
.stream-row.show-sidebar .toggle-stream-sidebar:focus,
.stream-row.show-sidebar .toggle-stream-sidebar:active,
.stream-row.show-sidebar .toggle-stream-sidebar.active,
.stream-row.show-sidebar .toggle-stream-sidebar.active:hover {
  background: #5b4cc0;
  border-color: #3a2f87;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
  outline: none;
}
.stream-row.show-sidebar .stream-content {
  width: 75%;
}
.stream-row.show-sidebar .stream-actions-graph-label {
  display: none;
}
.stream-row.show-sidebar .stream-sidebar {
  width: 25%;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  position: static;
}
/**
* Empty Stream/Empty Alert box
* ============================================================================
*/
.alert-box {
  border: 1px solid #e2dee6;
  border-radius: 0 0 2px 2px;
  text-align: center;
  font-size: 22px;
  padding: 48px 0;
}
.alert-box p {
  line-height: 1.2;
  margin: 0 auto 20px;
}
.alert-box p:last-child {
  margin-bottom: 0;
}
.alert-box .icon {
  display: block;
  font-size: 54px;
  color: #9586a5;
  opacity: 0.45;
  margin-bottom: 20px;
}
/**
* Stream assignee selector
* ============================================================================
*/
.stream-content .assignee-selector .dropdown-toggle {
  color: #4a3e56;
}
/**
* Responsive small screen
* ============================================================================
*/
@media (max-width: 992px) {
  .search {
    margin-bottom: -1px;
  }
  .stream-actions .stream-actions-count,
  .stream-actions .stream-actions-users {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .search {
    width: 100% !important;
  }
  .search-clear-form {
    top: 10px !important;
  }
  .toggle-stream-sidebar {
    display: none;
  }
  .stream-content {
    width: 100% !important;
  }
  .stream-sidebar {
    display: none;
  }
  .stream-actions {
    padding-right: 0;
  }
  .stream-actions .stream-actions-left,
  .group .event-details {
    padding-left: 36px;
  }
  .stream-actions .stream-actions-left .checkbox,
  .group .event-details .checkbox {
    left: 33px;
  }
  .group-list .group {
    padding-right: 0;
  }
  .awaiting-events {
    padding: 25px 20px 0px;
  }
  .awaiting-events .wrap {
    padding: 0;
    text-align: center;
  }
  .awaiting-events .robot {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 110px;
    height: 130px;
  }
  .awaiting-events .robot .eye {
    width: 6px;
    height: 6px;
    top: 34px;
    left: 40px;
  }
}
.similar-list-container h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #968ba0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.similar-list-container .event-details {
  overflow: hidden;
}
.similar-list-container .event-count-header {
  padding-right: 0;
  padding-left: 0;
}
.similar-list-container .event-count {
  padding: 0;
}
.similar-list-header {
  margin-top: 20px;
  margin-bottom: 10px;
}
.similar-list-header h2 {
  margin: 0;
}
.similar-list {
  line-height: 16px;
}
.similar-list .group {
  padding-right: 0;
}
.similar-list .event-details {
  padding: 12px 12px 12px 0;
}
.similar-list .fingerprint {
  padding: 12px;
}
.similar-list .action-column {
  text-align: center;
  width: 54px;
}
.similar-list .event-extra ul {
  margin-bottom: 0;
}
.similar-toolbar-actions {
  margin-left: 20px;
  padding: 5px 0;
}
.similar-score-columns {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 300px;
  width: 300px;
}
.similar-score-column {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.similar-items-footer {
  display: flex;
  justify-content: center;
  padding: 12px;
}
.similar-issue.busy {
  opacity: 0.3;
}
@media (max-width: 629px) {
  .similar-list-container .event-count-header {
    padding-right: 12px;
  }
}
@media (max-width: 629px) {
  .split-layout.allow-responsive,
  .spread-layout.allow-responsive {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .split-layout.allow-responsive .split-layout-child,
  .spread-layout.allow-responsive .split-layout-child {
    flex: 1 0 auto;
  }
}
.split-layout-child {
  flex: 1 0 0;
  overflow: hidden;
}
.spread-layout {
  display: flex;
  justify-content: space-between;
}
.spread-layout.center {
  align-items: center;
}
.query-count {
  margin-left: 4px;
}
.query-count.inline {
  display: inline-block;
}

